Your message dated Mon, 16 Sep 2024 18:07:42 +0000
with message-id <[email protected]>
and subject line Bug#1080142: fixed in tryton-server 6.0.49-2
has caused the Debian Bug report #1080142,
regarding tryton-server: FTBFS: ERROR: setUpClass 
(trytond.tests.test_tryton.ModuleTestCase)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1080142: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1080142
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:tryton-server
Version: 6.0.49-1
Severity: serious
Tags: ftbfs

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
 debian/rules binary
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:268: UserWarning: 
Unknown distribution option: 'test_suite'
  warnings.warn(msg)
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:268: UserWarning: 
Unknown distribution option: 'test_loader'
  warnings.warn(msg)
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:268: UserWarning: 
Unknown distribution option: 'tests_require'
  warnings.warn(msg)
dh binary --with python3,sphinxdoc --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
I: pybuild base:311: python3.12 setup.py config
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:268: UserWarning: 
Unknown distribution option: 'test_suite'
  warnings.warn(msg)

[... snipped ...]

  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/model/modelsql.py", line 
578, in create
    values_schema = tuple(sorted(values))
                          ^^^^^^^^^^^^^^
TypeError: '<' not supported between instances of 'NoneType' and 'str'

======================================================================
ERROR: test_one_access_without_group 
(trytond.tests.test_access._ModelAccessTestCase.test_one_access_without_group)
Test one access without group
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/tests/test_tryton.py", 
line 205, in wrapper
    result = func(*args, **kwargs)
             ^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/tests/test_access.py", 
line 109, in test_one_access_without_group
    ModelAccess.create([{
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/ir/model.py", 
line 661, in create
    res = super(ModelAccess, cls).create(vlist)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/model/modelsql.py", line 
159, in wrapper
    return func(cls, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/model/modelsql.py", line 
578, in create
    values_schema = tuple(sorted(values))
                          ^^^^^^^^^^^^^^
TypeError: '<' not supported between instances of 'NoneType' and 'str'

======================================================================
ERROR: test_access_empty 
(trytond.tests.test_access._ModelFieldAccessTestCase.test_access_empty)
Test access without model field access
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/tests/test_tryton.py", 
line 205, in wrapper
    result = func(*args, **kwargs)
             ^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/tests/test_access.py", 
line 472, in test_access_empty
    self._assert1(record)
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/tests/test_access.py", 
line 454, in _assert1
    raise NotImplementedError
NotImplementedError

======================================================================
ERROR: test_access_inherited_from_parent 
(trytond.tests.test_access._ModelFieldAccessTestCase.test_access_inherited_from_parent)
Test no access with other group
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/tests/test_tryton.py", 
line 205, in wrapper
    result = func(*args, **kwargs)
             ^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/tests/test_access.py", 
line 704, in test_access_inherited_from_parent
    FieldAccess.create([{
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/ir/model.py", 
line 823, in create
    res = super(ModelFieldAccess, cls).create(vlist)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/model/modelsql.py", line 
159, in wrapper
    return func(cls, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/model/modelsql.py", line 
578, in create
    values_schema = tuple(sorted(values))
                          ^^^^^^^^^^^^^^
TypeError: '<' not supported between instances of 'NoneType' and 'str'

======================================================================
ERROR: test_access_without_group 
(trytond.tests.test_access._ModelFieldAccessTestCase.test_access_without_group)
Test access without group
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/tests/test_tryton.py", 
line 205, in wrapper
    result = func(*args, **kwargs)
             ^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/tests/test_access.py", 
line 482, in test_access_without_group
    FieldAccess.create([{
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/ir/model.py", 
line 823, in create
    res = super(ModelFieldAccess, cls).create(vlist)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/model/modelsql.py", line 
159, in wrapper
    return func(cls, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/model/modelsql.py", line 
578, in create
    values_schema = tuple(sorted(values))
                          ^^^^^^^^^^^^^^
TypeError: '<' not supported between instances of 'NoneType' and 'str'

======================================================================
ERROR: test_all_access_with_groups 
(trytond.tests.test_access._ModelFieldAccessTestCase.test_all_access_with_groups)
Test all access with groups
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/tests/test_tryton.py", 
line 205, in wrapper
    result = func(*args, **kwargs)
             ^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/tests/test_access.py", 
line 556, in test_all_access_with_groups
    FieldAccess.create([{
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/ir/model.py", 
line 823, in create
    res = super(ModelFieldAccess, cls).create(vlist)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/model/modelsql.py", line 
159, in wrapper
    return func(cls, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/model/modelsql.py", line 
578, in create
    values_schema = tuple(sorted(values))
                          ^^^^^^^^^^^^^^
TypeError: '<' not supported between instances of 'NoneType' and 'str'

======================================================================
ERROR: test_no_access_with_group 
(trytond.tests.test_access._ModelFieldAccessTestCase.test_no_access_with_group)
Test no access with group
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/tests/test_tryton.py", 
line 205, in wrapper
    result = func(*args, **kwargs)
             ^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/tests/test_access.py", 
line 614, in test_no_access_with_group
    FieldAccess.create([{
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/ir/model.py", 
line 823, in create
    res = super(ModelFieldAccess, cls).create(vlist)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/model/modelsql.py", line 
159, in wrapper
    return func(cls, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/model/modelsql.py", line 
578, in create
    values_schema = tuple(sorted(values))
                          ^^^^^^^^^^^^^^
TypeError: '<' not supported between instances of 'NoneType' and 'str'

======================================================================
ERROR: test_no_access_with_groups 
(trytond.tests.test_access._ModelFieldAccessTestCase.test_no_access_with_groups)
Test no access with groups
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/tests/test_tryton.py", 
line 205, in wrapper
    result = func(*args, **kwargs)
             ^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/tests/test_access.py", 
line 577, in test_no_access_with_groups
    FieldAccess.create([{
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/ir/model.py", 
line 823, in create
    res = super(ModelFieldAccess, cls).create(vlist)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/model/modelsql.py", line 
159, in wrapper
    return func(cls, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/model/modelsql.py", line 
578, in create
    values_schema = tuple(sorted(values))
                          ^^^^^^^^^^^^^^
TypeError: '<' not supported between instances of 'NoneType' and 'str'

======================================================================
ERROR: test_no_access_with_other_group 
(trytond.tests.test_access._ModelFieldAccessTestCase.test_no_access_with_other_group)
Test no access with other group
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/tests/test_tryton.py", 
line 205, in wrapper
    result = func(*args, **kwargs)
             ^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/tests/test_access.py", 
line 655, in test_no_access_with_other_group
    FieldAccess.create([{
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/ir/model.py", 
line 823, in create
    res = super(ModelFieldAccess, cls).create(vlist)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/model/modelsql.py", line 
159, in wrapper
    return func(cls, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/model/modelsql.py", line 
578, in create
    values_schema = tuple(sorted(values))
                          ^^^^^^^^^^^^^^
TypeError: '<' not supported between instances of 'NoneType' and 'str'

======================================================================
ERROR: test_no_access_without_group 
(trytond.tests.test_access._ModelFieldAccessTestCase.test_no_access_without_group)
Test no access without group
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/tests/test_tryton.py", 
line 205, in wrapper
    result = func(*args, **kwargs)
             ^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/tests/test_access.py", 
line 498, in test_no_access_without_group
    FieldAccess.create([{
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/ir/model.py", 
line 823, in create
    res = super(ModelFieldAccess, cls).create(vlist)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/model/modelsql.py", line 
159, in wrapper
    return func(cls, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/model/modelsql.py", line 
578, in create
    values_schema = tuple(sorted(values))
                          ^^^^^^^^^^^^^^
TypeError: '<' not supported between instances of 'NoneType' and 'str'

======================================================================
ERROR: test_one_access_with_group 
(trytond.tests.test_access._ModelFieldAccessTestCase.test_one_access_with_group)
Test one access with group
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/tests/test_tryton.py", 
line 205, in wrapper
    result = func(*args, **kwargs)
             ^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/tests/test_access.py", 
line 598, in test_one_access_with_group
    FieldAccess.create([{
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/ir/model.py", 
line 823, in create
    res = super(ModelFieldAccess, cls).create(vlist)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/model/modelsql.py", line 
159, in wrapper
    return func(cls, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/model/modelsql.py", line 
578, in create
    values_schema = tuple(sorted(values))
                          ^^^^^^^^^^^^^^
TypeError: '<' not supported between instances of 'NoneType' and 'str'

======================================================================
ERROR: test_one_access_with_groups 
(trytond.tests.test_access._ModelFieldAccessTestCase.test_one_access_with_groups)
Test one access with groups
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/tests/test_tryton.py", 
line 205, in wrapper
    result = func(*args, **kwargs)
             ^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/tests/test_access.py", 
line 514, in test_one_access_with_groups
    FieldAccess.create([{
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/ir/model.py", 
line 823, in create
    res = super(ModelFieldAccess, cls).create(vlist)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/model/modelsql.py", line 
159, in wrapper
    return func(cls, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/model/modelsql.py", line 
578, in create
    values_schema = tuple(sorted(values))
                          ^^^^^^^^^^^^^^
TypeError: '<' not supported between instances of 'NoneType' and 'str'

======================================================================
ERROR: test_one_access_with_other_group 
(trytond.tests.test_access._ModelFieldAccessTestCase.test_one_access_with_other_group)
Test no access with other group
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/tests/test_tryton.py", 
line 205, in wrapper
    result = func(*args, **kwargs)
             ^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/tests/test_access.py", 
line 632, in test_one_access_with_other_group
    FieldAccess.create([{
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/ir/model.py", 
line 823, in create
    res = super(ModelFieldAccess, cls).create(vlist)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/model/modelsql.py", line 
159, in wrapper
    return func(cls, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/model/modelsql.py", line 
578, in create
    values_schema = tuple(sorted(values))
                          ^^^^^^^^^^^^^^
TypeError: '<' not supported between instances of 'NoneType' and 'str'

======================================================================
ERROR: test_one_access_with_other_group_no_perm 
(trytond.tests.test_access._ModelFieldAccessTestCase.test_one_access_with_other_group_no_perm)
Test one access with other group no perm
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/tests/test_tryton.py", 
line 205, in wrapper
    result = func(*args, **kwargs)
             ^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/tests/test_access.py", 
line 678, in test_one_access_with_other_group_no_perm
    FieldAccess.create([{
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/ir/model.py", 
line 823, in create
    res = super(ModelFieldAccess, cls).create(vlist)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/model/modelsql.py", line 
159, in wrapper
    return func(cls, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/model/modelsql.py", line 
578, in create
    values_schema = tuple(sorted(values))
                          ^^^^^^^^^^^^^^
TypeError: '<' not supported between instances of 'NoneType' and 'str'

======================================================================
ERROR: test_one_access_without_group 
(trytond.tests.test_access._ModelFieldAccessTestCase.test_one_access_without_group)
Test one access without group
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/tests/test_tryton.py", 
line 205, in wrapper
    result = func(*args, **kwargs)
             ^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/tests/test_access.py", 
line 535, in test_one_access_without_group
    FieldAccess.create([{
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/ir/model.py", 
line 823, in create
    res = super(ModelFieldAccess, cls).create(vlist)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/model/modelsql.py", line 
159, in wrapper
    return func(cls, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/model/modelsql.py", line 
578, in create
    values_schema = tuple(sorted(values))
                          ^^^^^^^^^^^^^^
TypeError: '<' not supported between instances of 'NoneType' and 'str'

======================================================================
ERROR: test_two_access 
(trytond.tests.test_access._ModelFieldAccessTestCase.test_two_access)
Test two access
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/tests/test_tryton.py", 
line 205, in wrapper
    result = func(*args, **kwargs)
             ^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/tests/test_access.py", 
line 727, in test_two_access
    FieldAccess.create([{
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/ir/model.py", 
line 823, in create
    res = super(ModelFieldAccess, cls).create(vlist)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/model/modelsql.py", line 
159, in wrapper
    return func(cls, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/model/modelsql.py", line 
578, in create
    values_schema = tuple(sorted(values))
                          ^^^^^^^^^^^^^^
TypeError: '<' not supported between instances of 'NoneType' and 'str'

======================================================================
ERROR: test_two_access_with_group 
(trytond.tests.test_access._ModelFieldAccessTestCase.test_two_access_with_group)
Test two access with group
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/tests/test_tryton.py", 
line 205, in wrapper
    result = func(*args, **kwargs)
             ^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/tests/test_access.py", 
line 796, in test_two_access_with_group
    FieldAccess.create([{
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/ir/model.py", 
line 823, in create
    res = super(ModelFieldAccess, cls).create(vlist)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/model/modelsql.py", line 
159, in wrapper
    return func(cls, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/model/modelsql.py", line 
578, in create
    values_schema = tuple(sorted(values))
                          ^^^^^^^^^^^^^^
TypeError: '<' not supported between instances of 'NoneType' and 'str'

======================================================================
ERROR: test_two_access_with_groups 
(trytond.tests.test_access._ModelFieldAccessTestCase.test_two_access_with_groups)
Test two access with groups
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/tests/test_tryton.py", 
line 205, in wrapper
    result = func(*args, **kwargs)
             ^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/tests/test_access.py", 
line 819, in test_two_access_with_groups
    FieldAccess.create([{
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/ir/model.py", 
line 823, in create
    res = super(ModelFieldAccess, cls).create(vlist)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/model/modelsql.py", line 
159, in wrapper
    return func(cls, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/model/modelsql.py", line 
578, in create
    values_schema = tuple(sorted(values))
                          ^^^^^^^^^^^^^^
TypeError: '<' not supported between instances of 'NoneType' and 'str'

======================================================================
ERROR: test_two_both_access 
(trytond.tests.test_access._ModelFieldAccessTestCase.test_two_both_access)
Test two both access
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/tests/test_tryton.py", 
line 205, in wrapper
    result = func(*args, **kwargs)
             ^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/tests/test_access.py", 
line 773, in test_two_both_access
    FieldAccess.create([{
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/ir/model.py", 
line 823, in create
    res = super(ModelFieldAccess, cls).create(vlist)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/model/modelsql.py", line 
159, in wrapper
    return func(cls, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/model/modelsql.py", line 
578, in create
    values_schema = tuple(sorted(values))
                          ^^^^^^^^^^^^^^
TypeError: '<' not supported between instances of 'NoneType' and 'str'

======================================================================
ERROR: test_two_both_access_with_group 
(trytond.tests.test_access._ModelFieldAccessTestCase.test_two_both_access_with_group)
Test two both access with group
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/tests/test_tryton.py", 
line 205, in wrapper
    result = func(*args, **kwargs)
             ^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/tests/test_access.py", 
line 865, in test_two_both_access_with_group
    FieldAccess.create([{
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/ir/model.py", 
line 823, in create
    res = super(ModelFieldAccess, cls).create(vlist)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/model/modelsql.py", line 
159, in wrapper
    return func(cls, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/model/modelsql.py", line 
578, in create
    values_schema = tuple(sorted(values))
                          ^^^^^^^^^^^^^^
TypeError: '<' not supported between instances of 'NoneType' and 'str'

======================================================================
ERROR: test_two_no_access 
(trytond.tests.test_access._ModelFieldAccessTestCase.test_two_no_access)
Test two no access
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/tests/test_tryton.py", 
line 205, in wrapper
    result = func(*args, **kwargs)
             ^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/tests/test_access.py", 
line 750, in test_two_no_access
    FieldAccess.create([{
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/ir/model.py", 
line 823, in create
    res = super(ModelFieldAccess, cls).create(vlist)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/model/modelsql.py", line 
159, in wrapper
    return func(cls, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/model/modelsql.py", line 
578, in create
    values_schema = tuple(sorted(values))
                          ^^^^^^^^^^^^^^
TypeError: '<' not supported between instances of 'NoneType' and 'str'

======================================================================
ERROR: test_two_no_access_with_group 
(trytond.tests.test_access._ModelFieldAccessTestCase.test_two_no_access_with_group)
Test two no access with group
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/tests/test_tryton.py", 
line 205, in wrapper
    result = func(*args, **kwargs)
             ^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/tests/test_access.py", 
line 842, in test_two_no_access_with_group
    FieldAccess.create([{
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/ir/model.py", 
line 823, in create
    res = super(ModelFieldAccess, cls).create(vlist)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/model/modelsql.py", line 
159, in wrapper
    return func(cls, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/model/modelsql.py", line 
578, in create
    values_schema = tuple(sorted(values))
                          ^^^^^^^^^^^^^^
TypeError: '<' not supported between instances of 'NoneType' and 'str'

======================================================================
ERROR: setUpClass (trytond.tests.test_tryton.ModuleTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/tests/test_tryton.py", 
line 229, in setUpClass
    activate_module(modules, lang=cls.language)
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/tests/test_tryton.py", 
line 56, in activate_module
    name = '-'.join(modules)
           ^^^^^^^^^^^^^^^^^
TypeError: sequence item 0: expected str instance, NoneType found

======================================================================
ERROR: setUpClass (trytond.tests.test_tryton.ModuleTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/tests/test_tryton.py", 
line 229, in setUpClass
    activate_module(modules, lang=cls.language)
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/tests/test_tryton.py", 
line 56, in activate_module
    name = '-'.join(modules)
           ^^^^^^^^^^^^^^^^^
TypeError: sequence item 0: expected str instance, NoneType found

======================================================================
ERROR: setUpClass (trytond.tests.test_tryton.ModuleTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/tests/test_tryton.py", 
line 229, in setUpClass
    activate_module(modules, lang=cls.language)
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/trytond/tests/test_tryton.py", 
line 56, in activate_module
    name = '-'.join(modules)
           ^^^^^^^^^^^^^^^^^
TypeError: sequence item 0: expected str instance, NoneType found

----------------------------------------------------------------------
Ran 1441 tests in 75.945s

FAILED (errors=37, skipped=61)
E: pybuild pybuild:389: test: plugin distutils failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build; python3.12 -m unittest discover 
-v
dh_auto_test: error: pybuild --test -i python{version} -p 3.12 returned exit 
code 13
make: *** [debian/rules:14: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202408/

About the archive rebuild: The build was made on virtual machines
of type m6a.large and r6a.large from AWS, using sbuild and a
reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: tryton-server
Source-Version: 6.0.49-2
Done: Mathias Behrle <[email protected]>

We believe that the bug you reported is fixed in the latest version of
tryton-server, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mathias Behrle <[email protected]> (supplier of updated tryton-server package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 16 Sep 2024 19:39:15 +0200
Source: tryton-server
Architecture: source
Version: 6.0.49-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Tryton Maintainers <[email protected]>
Changed-By: Mathias Behrle <[email protected]>
Closes: 1080142
Changes:
 tryton-server (6.0.49-2) unstable; urgency=medium
 .
   * Disable testing via pybuild for now (Closes: #1080142).
     We rely so far on the autopkgtest running the complete test without
     problems and wait for the imminent packaging of Tryton 7.0 which will
     solve this issue automatically.
Checksums-Sha1:
 6b1f84c24deda7ccfd5777e5481cab1e818b83e6 2674 tryton-server_6.0.49-2.dsc
 6d1bb098cb14231d51dd9c05eae4ed66f979d561 60188 
tryton-server_6.0.49-2.debian.tar.xz
 db8fd8243f590ca6b75a34e54f48e2e266d9875f 10848 
tryton-server_6.0.49-2_amd64.buildinfo
Checksums-Sha256:
 cfab6433de0d892e4c27f5c84857358f0f7025e9140e88ed19c7ddb7aafd7c0c 2674 
tryton-server_6.0.49-2.dsc
 9a4c7b8476f1108a5575570b8d0e9413d0c7eaa3a6c9eda3d0448a5490c716f7 60188 
tryton-server_6.0.49-2.debian.tar.xz
 93a91fb763c078f69db1ac1bd95c5956ba44fa46f0f78c61a923f67cb353fc8c 10848 
tryton-server_6.0.49-2_amd64.buildinfo
Files:
 9a5928229f78d48260c2064ca96955be 2674 python optional 
tryton-server_6.0.49-2.dsc
 ac8eeb7d5b4e606bb2d5228b003930b7 60188 python optional 
tryton-server_6.0.49-2.debian.tar.xz
 5e634536702b815798229ba0391038f3 10848 python optional 
tryton-server_6.0.49-2_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----
Comment: Signed by Mathias Behrle

iQJFBAEBCgAvFiEErCl+XEa50LYccXaB1tCb5IQFu/YFAmbobwARHG1hdGhpYXNi
QG05cy5iaXoACgkQ1tCb5IQFu/a/1w/+IGutWDCDDVfMGkh8tr0PkT3wHJPxMs+L
c5bR/WWWI2y5ZhRiNby/juD1daO725T5bGlcojLPz/eKTN4WToFYsZUg9l47l4AB
HND86Z0AptPbUElZZGHwiYaGjJGzSJhPEVWcIi4vAp5AL8fVDzljlXvdezMRUUls
v8ZlYnoJO2gsaIWnYIV1P4EOwlnEXUXLzt9aNAsU5cW5kA9rR2ZAmAVnNfBd71zT
7rDj3tRVTEUSEn35Xe0PxpwKYRdUv6jErZ32ntKVPu84d8/plkiiILO5MipKN6Q/
yfkGjTxSGZKsz3BHIgWMTg9KEq6vhiLeHUOR00yl8UerMiIogDR4jvCh/V1Pf/ZZ
8Pf0VFyN86vNC9Cbv2cioz46kbk9jDp012Ar3GEaCVh4afm4KvwZfAvwzewqhb/G
6QYxZ7mJnKkmO48ARRHQJACp+cECTVYZ0KFwDVDWsoBUqkY3Tdi9MhE18gn/TKlK
e7s8V0Zr9hSBLnkG6jHU+ZyQ1ZtpO/ipvot4NBP/3A2a5ftfOc9LkHiJgrF+NLNZ
FAhy2+Y0h4CfhQjwwPrZxaecYp/maJVW6mOvbo2qXQZEBjq9rXgk93c4aewct0lO
iSC0B0HCFrdFhedD7LAOpbcBXJmHv6ftKkL84SJ0KspxgkvOWBREk5CDrhCyXtAs
5LQzuKGileM=
=f62o
-----END PGP SIGNATURE-----

Attachment: pgprNW16B2F0A.pgp
Description: PGP signature


--- End Message ---

Reply via email to