GNU bug report logs - #63606
python-django 4.0.7: Check phase fails

Previous Next

Package: guix;

Reported by: Luis Felipe <sirgazil <at> zoho.com>

Date: Sat, 20 May 2023 13:56:01 UTC

Severity: normal

Done: Greg Hogan <code <at> greghogan.com>

To reply to this bug, email your comments to 63606 AT debbugs.gnu.org.
There is no need to reopen the bug first.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#63606; Package guix. (Sat, 20 May 2023 13:56:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Luis Felipe <sirgazil <at> zoho.com>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Sat, 20 May 2023 13:56:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Luis Felipe <sirgazil <at> zoho.com>
To: bug-guix <at> gnu.org
Subject: python-django 4.0.7: Check phase fails
Date: Sat, 20 May 2023 13:47:12 +0000
[Message part 1 (text/plain, inline)]
Hi,

On guix 0aab248, this package fails to build with the following error:

======================================================================
FAIL: test_custom_fields (inspectdb.tests.InspectDBTestCase)
Introspection of columns with a custom field (#21090)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/tmp/guix-build-python-django-4.0.7.drv-0/Django-4.0.7/tests/inspectdb/tests.py", 
line 398, in test_custom_fields
    self.assertIn("text_field = myfields.TextField()", output)
AssertionError: 'text_field = myfields.TextField()' not found in "# This 
is an auto-generated Django model module.\n# You'll have to do the 
following manually to clean this up:\n#   * Rearrange models' order\n#   
* Make sure each model has one field with primary_key=True\n#   * Make 
sure each ForeignKey and OneToOneField has `on_delete` set to the 
desired behavior\n#   * Remove `managed = False` lines if you wish to 
allow Django to create, modify, and delete the table\n# Feel free to 
rename the models, but don't rename db_table values or field 
names.\nfrom django.db import models\n\n\nclass 
InspectdbColumntypes(models.Model):\n    id = 
models.TextField(primary_key=True)  # This field type is a guess.\n    
big_int_field = models.BigIntegerField()\n bool_field = 
models.TextField()  # This field type is a guess.\n    null_bool_field = 
models.TextField(blank=True, null=True)  # This field type is a 
guess.\n    char_field = models.TextField()  # This field type is a 
guess.\n null_char_field = models.TextField(blank=True, null=True)  # 
This field type is a guess.\n    date_field = models.TextField()  # This 
field type is a guess.\n    date_time_field = models.TextField()  # This 
field type is a guess.\n decimal_field = models.TextField()  # This 
field type is a guess.\n    email_field = models.TextField()  # This 
field type is a guess.\n    file_field = models.TextField()  # This 
field type is a guess.\n    file_path_field = models.TextField()  # This 
field type is a guess.\n    float_field = models.TextField()  # This 
field type is a guess.\n    int_field = models.TextField()  # This field 
type is a guess.\n    gen_ip_address_field = models.TextField()  # This 
field type is a guess.\n pos_big_int_field = models.TextField()  # This 
field type is a guess.\n    pos_int_field = models.TextField()  # This 
field type is a guess.\n    pos_small_int_field = models.TextField()  # 
This field type is a guess.\n    slug_field = models.TextField()  # This 
field type is a guess.\n    small_int_field = models.TextField()  # This 
field type is a guess.\n    text_field = models.TextField()  # This 
field type is a guess.\n time_field = models.TextField()  # This field 
type is a guess.\n    url_field = models.TextField()  # This field type 
is a guess.\n    uuid_field = models.TextField()  # This field type is a 
guess.\n\n    class Meta:\n        managed = False\n db_table = 
'inspectdb_columntypes'\n"

----------------------------------------------------------------------
Ran 15368 tests in 508.596s

FAILED (failures=1, skipped=1289, expected failures=4)
Destroying test database for alias 'default'...
Destroying test database for alias 'other'...
error: in phase 'check': uncaught exception:
%exception #<&invoke-error program: "python" arguments: ("runtests.py" 
"--parallel=1") exit-status: 1 term-signal: #f stop-signal: #f>
phase `check' failed after 539.7 seconds
command "python" "runtests.py" "--parallel=1" failed with status 1


-- 
Luis Felipe López Acevedo
https://luis-felipe.gitlab.io/

[OpenPGP_0x0AB0D067012F08C3.asc (application/pgp-keys, attachment)]
[OpenPGP_signature (application/pgp-signature, attachment)]

Reply sent to Greg Hogan <code <at> greghogan.com>:
You have taken responsibility. (Thu, 24 Apr 2025 17:56:02 GMT) Full text and rfc822 format available.

Notification sent to Luis Felipe <sirgazil <at> zoho.com>:
bug acknowledged by developer. (Thu, 24 Apr 2025 17:56:02 GMT) Full text and rfc822 format available.

Message #10 received at 63606-done <at> debbugs.gnu.org (full text, mbox):

From: Greg Hogan <code <at> greghogan.com>
To: Luis Felipe <sirgazil <at> zoho.com>
Cc: 63606-done <at> debbugs.gnu.org
Subject: Re: bug#63606: python-django 4.0.7: Check phase fails
Date: Thu, 24 Apr 2025 13:55:32 -0400
On Sat, May 20, 2023 at 9:56 AM Luis Felipe via Bug reports for GNU
Guix <bug-guix <at> gnu.org> wrote:
>
> Hi,
>
> On guix 0aab248, this package fails to build with the following error:
>
> ======================================================================
> FAIL: test_custom_fields (inspectdb.tests.InspectDBTestCase)
> Introspection of columns with a custom field (#21090)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>    File
> "/tmp/guix-build-python-django-4.0.7.drv-0/Django-4.0.7/tests/inspectdb/tests.py",
> line 398, in test_custom_fields
>      self.assertIn("text_field = myfields.TextField()", output)
> AssertionError: 'text_field = myfields.TextField()' not found in "# This
> is an auto-generated Django model module.\n# You'll have to do the
> following manually to clean this up:\n#   * Rearrange models' order\n#
> * Make sure each model has one field with primary_key=True\n#   * Make
> sure each ForeignKey and OneToOneField has `on_delete` set to the
> desired behavior\n#   * Remove `managed = False` lines if you wish to
> allow Django to create, modify, and delete the table\n# Feel free to
> rename the models, but don't rename db_table values or field
> names.\nfrom django.db import models\n\n\nclass
> InspectdbColumntypes(models.Model):\n    id =
> models.TextField(primary_key=True)  # This field type is a guess.\n
> big_int_field = models.BigIntegerField()\n bool_field =
> models.TextField()  # This field type is a guess.\n    null_bool_field =
> models.TextField(blank=True, null=True)  # This field type is a
> guess.\n    char_field = models.TextField()  # This field type is a
> guess.\n null_char_field = models.TextField(blank=True, null=True)  #
> This field type is a guess.\n    date_field = models.TextField()  # This
> field type is a guess.\n    date_time_field = models.TextField()  # This
> field type is a guess.\n decimal_field = models.TextField()  # This
> field type is a guess.\n    email_field = models.TextField()  # This
> field type is a guess.\n    file_field = models.TextField()  # This
> field type is a guess.\n    file_path_field = models.TextField()  # This
> field type is a guess.\n    float_field = models.TextField()  # This
> field type is a guess.\n    int_field = models.TextField()  # This field
> type is a guess.\n    gen_ip_address_field = models.TextField()  # This
> field type is a guess.\n pos_big_int_field = models.TextField()  # This
> field type is a guess.\n    pos_int_field = models.TextField()  # This
> field type is a guess.\n    pos_small_int_field = models.TextField()  #
> This field type is a guess.\n    slug_field = models.TextField()  # This
> field type is a guess.\n    small_int_field = models.TextField()  # This
> field type is a guess.\n    text_field = models.TextField()  # This
> field type is a guess.\n time_field = models.TextField()  # This field
> type is a guess.\n    url_field = models.TextField()  # This field type
> is a guess.\n    uuid_field = models.TextField()  # This field type is a
> guess.\n\n    class Meta:\n        managed = False\n db_table =
> 'inspectdb_columntypes'\n"
>
> ----------------------------------------------------------------------
> Ran 15368 tests in 508.596s
>
> FAILED (failures=1, skipped=1289, expected failures=4)
> Destroying test database for alias 'default'...
> Destroying test database for alias 'other'...
> error: in phase 'check': uncaught exception:
> %exception #<&invoke-error program: "python" arguments: ("runtests.py"
> "--parallel=1") exit-status: 1 term-signal: #f stop-signal: #f>
> phase `check' failed after 539.7 seconds
> command "python" "runtests.py" "--parallel=1" failed with status 1
>
>
> --
> Luis Felipe López Acevedo
> https://luis-felipe.gitlab.io/

Closing as this version of python-django has been updated to 4.2.16
and is successfully building.




This bug report was last modified today.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.