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.

Reply via email to