Package: src:python-atom
Version: 0.12.1-1
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

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

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

If you cannot 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 add an affects on src:python-atom, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --with python3 --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
 debian/rules binary
dh binary --with python3 --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
   dh_auto_build -O--buildsystem=pybuild
I: pybuild plugin_pyproject:142: Building wheel for python3.14 with "build" 
module
I: pybuild base:384: python3.14 -m build --skip-dependency-check --no-isolation 
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_atom  
* Building wheel...
/usr/lib/python3/dist-packages/setuptools_scm/_integration/version_inference.py:51:
 UserWarning: version of None already set

[... snipped ...]

Copying atom.egg-info to build/bdist.linux-x86_64/wheel/./atom-0.12.1.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/atom-0.12.1.dist-info/WHEEL
creating 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_atom/.tmp-iv_6ahwy/atom-0.12.1-cp313-cp313-linux_x86_64.whl'
 and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'atom/__init__.py'
adding 'atom/api.py'
adding 'atom/atom.py'
adding 'atom/catom.cpython-313-x86_64-linux-gnu.so'
adding 'atom/catom.pyi'
adding 'atom/coerced.py'
adding 'atom/coerced.pyi'
adding 'atom/containerlist.py'
adding 'atom/containerlist.pyi'
adding 'atom/delegator.py'
adding 'atom/delegator.pyi'
adding 'atom/dict.py'
adding 'atom/dict.pyi'
adding 'atom/enum.py'
adding 'atom/enum.pyi'
adding 'atom/event.py'
adding 'atom/event.pyi'
adding 'atom/instance.py'
adding 'atom/instance.pyi'
adding 'atom/list.py'
adding 'atom/list.pyi'
adding 'atom/property.py'
adding 'atom/property.pyi'
adding 'atom/py.typed'
adding 'atom/scalars.py'
adding 'atom/scalars.pyi'
adding 'atom/set.py'
adding 'atom/set.pyi'
adding 'atom/signal.py'
adding 'atom/signal.pyi'
adding 'atom/subclass.py'
adding 'atom/subclass.pyi'
adding 'atom/tuple.py'
adding 'atom/tuple.pyi'
adding 'atom/typed.py'
adding 'atom/typed.pyi'
adding 'atom/typing_utils.py'
adding 'atom/version.py'
adding 'atom/datastructures/__init__.py'
adding 'atom/datastructures/api.py'
adding 'atom/datastructures/sortedmap.cpython-313-x86_64-linux-gnu.so'
adding 'atom/datastructures/sortedmap.pyi'
adding 'atom/meta/__init__.py'
adding 'atom/meta/annotation_utils.py'
adding 'atom/meta/atom_meta.py'
adding 'atom/meta/member_modifiers.py'
adding 'atom/meta/observation.py'
adding 'atom-0.12.1.dist-info/licenses/LICENSE'
adding 'atom-0.12.1.dist-info/METADATA'
adding 'atom-0.12.1.dist-info/WHEEL'
adding 'atom-0.12.1.dist-info/top_level.txt'
adding 'atom-0.12.1.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built atom-0.12.1-cp313-cp313-linux_x86_64.whl
I: pybuild plugin_pyproject:168: Unpacking wheel built for python3.13 with 
"installer" module
   dh_auto_test -O--buildsystem=pybuild
I: pybuild base:384: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_atom/build; 
python3.14 -m pytest tests
============================= test session starts ==============================
platform linux -- Python 3.14.3, pytest-9.0.2, pluggy-1.6.0
benchmark: 5.2.3 (defaults: timer=time.perf_counter disable_gc=False 
min_rounds=5 min_time=0.000005 max_time=1.0 calibration_precision=10 
warmup=False warmup_iterations=100000)
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_atom/build
configfile: pyproject.toml
plugins: benchmark-5.2.3, cov-5.0.0, typeguard-4.4.4
collected 923 items

tests/datastructure/test_sortedmap.py ..............                     [  1%]
tests/test_atom.py .......................                               [  4%]
tests/test_atom_from_annotations.py .................................... [  7%]
........................................................................ [ 15%]
................................................                         [ 20%]
tests/test_atomdefaultdict.py .......................................... [ 25%]
.................................................                        [ 30%]
tests/test_atomdict.py ................................................. [ 36%]
...                                                                      [ 36%]
tests/test_atomlist.py ................................................. [ 41%]
........................................................................ [ 49%]
.............................                                            [ 52%]
tests/test_atomref.py ..                                                 [ 52%]
tests/test_atomset.py ....................................               [ 56%]
tests/test_default_values.py ........................................... [ 61%]
...........                                                              [ 62%]
tests/test_del_behaviors.py ......                                       [ 63%]
tests/test_delegator.py ..........                                       [ 64%]
tests/test_enum.py .                                                     [ 64%]
tests/test_eventbinder.py ...                                            [ 64%]
tests/test_examples.py .............s..                                  [ 66%]
tests/test_get_behaviors.py ........                                     [ 67%]
tests/test_get_set_state.py ...................                          [ 69%]
tests/test_getstate_behaviors.py .................                       [ 71%]
tests/test_mem.py ....F....                                              [ 72%]
tests/test_member.py ..........................                          [ 75%]
tests/test_observe.py ...................................                [ 78%]
tests/test_post_behaviors.py .....................                       [ 81%]
tests/test_property.py ............                                      [ 82%]
tests/test_set_behaviors.py ................                             [ 84%]
tests/test_signalconnector.py ..                                         [ 84%]
tests/test_typing_utils.py .....................                         [ 86%]
tests/test_validators.py ............................................... [ 91%]
........................................................................ [ 99%]
...                                                                      [ 99%]
tests/test_version.py .                                                  [100%]

=================================== FAILURES ===================================
___________________________ test_mem_usage[atomref] ____________________________

label = 'atomref'

    @pytest.mark.skipif(
        "CI" in os.environ and sys.platform.startswith("darwin"),
        reason="Flaky on MacOS CI runners",
    )
    @pytest.mark.skipif(sys.platform == "gnu0", reason="Flaky on Debian 
GNU/Hurd")
    @pytest.mark.skipif(PSUTIL_UNAVAILABLE, reason="psutil is not installed")
    @pytest.mark.parametrize("label", MEM_TESTS.keys())
    def test_mem_usage(label):
        TestClass = MEM_TESTS[label]
        if "atomref" in label:
            target = atomreftest
        else:
            target = memtest
    
        p = Process(target=target, args=(TestClass,))
        p.start()
        try:
            stats = psutil.Process(p.pid)
            time.sleep(TIMEOUT * 1 / 4)
            first_info = stats.memory_info()
            time.sleep(TIMEOUT * 3 / 4)
            last_info = stats.memory_info()
            # Allow slight memory decrease over time to make tests more 
resilient
            if first_info != last_info:
>               assert first_info.rss >= last_info.rss >= 0, (
                    "Memory leaked:\n  {}\n  {}".format(first_info, last_info)
                )
E               AssertionError: Memory leaked:
E                   pmem(rss=32198656, vms=47116288, shared=9261056, 
text=3604480, lib=0, data=25100288, dirty=0)
E                   pmem(rss=32215040, vms=47116288, shared=9261056, 
text=3604480, lib=0, data=25100288, dirty=0)
E               assert 32198656 >= 32215040
E                +  where 32198656 = pmem(rss=32198656, vms=47116288, 
shared=9261056, text=3604480, lib=0, data=25100288, dirty=0).rss
E                +  and   32215040 = pmem(rss=32215040, vms=47116288, 
shared=9261056, text=3604480, lib=0, data=25100288, dirty=0).rss

tests/test_mem.py:109: AssertionError

-------------------------------------------------------------------------------------
 benchmark 'getstate': 2 tests 
--------------------------------------------------------------------------------------
Name (time in ns)                Min                    Max                Mean 
             StdDev              Median                IQR            Outliers  
OPS (Mops/s)            Rounds  Iterations
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_bench_getstate[c]      329.9999 (1.0)      21,679.9999 (1.09)     394.3015 
(1.0)      150.6923 (1.0)      390.0000 (1.0)      40.0000 (1.0)       154;813  
      2.5361 (1.0)       61958           1
test_bench_getstate[py]     579.9998 (1.76)     19,959.9999 (1.0)      646.5737 
(1.64)     174.9435 (1.16)     640.0001 (1.64)     40.0003 (1.00)     483;3011  
      1.5466 (0.61)     103951           1
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

--------------------------------------------------------------------------------------
 benchmark 'getstate-dict': 2 tests 
-------------------------------------------------------------------------------------
Name (time in ns)                     Min                    Max                
Mean              StdDev              Median                IQR            
Outliers  OPS (Mops/s)            Rounds  Iterations
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_bench_getstate_dict[c]      287.0000 (1.0)       4,703.5000 (1.0)      
310.3660 (1.0)       26.7606 (1.0)      309.0000 (1.0)       8.0000 (1.0)     
1250;2695        3.2220 (1.0)      153610          20
test_bench_getstate_dict[py]     580.0000 (2.02)     16,520.9999 (3.51)     
689.4046 (2.22)     171.7942 (6.42)     680.0001 (2.20)     30.0001 (3.75)     
418;5199        1.4505 (0.45)      99701           1
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

-------------------------------------------------------------------------------------
 benchmark 'getstate-slots': 2 tests 
--------------------------------------------------------------------------------------
Name (time in ns)                      Min                    Max               
 Mean              StdDev              Median                IQR            
Outliers  OPS (Mops/s)            Rounds  Iterations
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_bench_getstate_slots[c]      410.0000 (1.0)      16,020.0000 (1.0)      
506.4802 (1.0)      135.3689 (1.0)      500.0002 (1.0)      49.9997 (1.25)      
457;923        1.9744 (1.0)      141243           1
test_bench_getstate_slots[py]     690.0000 (1.68)     17,549.9999 (1.10)     
775.6432 (1.53)     197.7209 (1.46)     770.0000 (1.54)     40.0000 (1.0)      
329;1938        1.2893 (0.65)      98815           1
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

-----------------------------------------------------------------------------------------
 benchmark 'loopback': 2 tests 
-----------------------------------------------------------------------------------------
Name (time in ns)                  Min                     Max                  
Mean              StdDev                Median                IQR            
Outliers  OPS (Kops/s)            Rounds  Iterations
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_bench_loopback[c]        840.0000 (1.0)      177,141.0000 (9.96)       
943.1461 (1.0)      700.0025 (1.92)       910.0002 (1.0)      40.0000 (1.0)     
 671;2071    1,060.2812 (1.0)       79114           1
test_bench_loopback[py]     1,180.0000 (1.40)      17,790.9999 (1.0)      
1,303.7631 (1.38)     364.9557 (1.0)      1,270.0000 (1.40)     40.0000 (1.0)   
   840;2466      767.0105 (0.72)      82170           1
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------------------
 benchmark 'state': 2 tests 
---------------------------------------------------------------------------------------
Name (time in ns)                Min                    Max                Mean 
             StdDev              Median                IQR            Outliers  
OPS (Mops/s)            Rounds  Iterations
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_bench_setstate[py]     412.2500 (1.0)       2,290.7500 (1.0)      427.9895 
(1.0)       22.3240 (1.0)      425.7750 (1.0)       4.2500 (1.0)      781;2386  
      2.3365 (1.0)       57046          40
test_bench_setstate[c]      429.9998 (1.04)     35,490.0001 (15.49)    476.5080 
(1.11)     155.9060 (6.98)     470.0000 (1.10)     30.0001 (7.06)     480;2863  
      2.0986 (0.90)     186916           1
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Legend:
  Outliers: 1 Standard Deviation from Mean; 1.5 IQR (InterQuartile Range) from 
1st Quartile and 3rd Quartile.
  OPS: Operations Per Second, computed as 1 / Mean
=========================== short test summary info ============================
FAILED tests/test_mem.py::test_mem_usage[atomref] - AssertionError: Memory le...
================== 1 failed, 921 passed, 1 skipped in 53.04s ===================
E: pybuild pybuild:483: test: plugin pyproject failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_atom/build; python3.14 -m pytest tests
I: pybuild base:384: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_atom/build; 
python3.13 -m pytest tests
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-9.0.2, pluggy-1.6.0
benchmark: 5.2.3 (defaults: timer=time.perf_counter disable_gc=False 
min_rounds=5 min_time=0.000005 max_time=1.0 calibration_precision=10 
warmup=False warmup_iterations=100000)
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_atom/build
configfile: pyproject.toml
plugins: benchmark-5.2.3, cov-5.0.0, typeguard-4.4.4
collected 923 items

tests/datastructure/test_sortedmap.py ..............                     [  1%]
tests/test_atom.py .......................                               [  4%]
tests/test_atom_from_annotations.py .................................... [  7%]
........................................................................ [ 15%]
................................................                         [ 20%]
tests/test_atomdefaultdict.py .......................................... [ 25%]
.................................................                        [ 30%]
tests/test_atomdict.py ................................................. [ 36%]
...                                                                      [ 36%]
tests/test_atomlist.py ................................................. [ 41%]
........................................................................ [ 49%]
.............................                                            [ 52%]
tests/test_atomref.py ..                                                 [ 52%]
tests/test_atomset.py ....................................               [ 56%]
tests/test_default_values.py ........................................... [ 61%]
...........                                                              [ 62%]
tests/test_del_behaviors.py ......                                       [ 63%]
tests/test_delegator.py ..........                                       [ 64%]
tests/test_enum.py .                                                     [ 64%]
tests/test_eventbinder.py ...                                            [ 64%]
tests/test_examples.py .............s..                                  [ 66%]
tests/test_get_behaviors.py ........                                     [ 67%]
tests/test_get_set_state.py ...................                          [ 69%]
tests/test_getstate_behaviors.py .................                       [ 71%]
tests/test_mem.py .........                                              [ 72%]
tests/test_member.py ..........................                          [ 75%]
tests/test_observe.py ...................................                [ 78%]
tests/test_post_behaviors.py .....................                       [ 81%]
tests/test_property.py ............                                      [ 82%]
tests/test_set_behaviors.py ................                             [ 84%]
tests/test_signalconnector.py ..                                         [ 84%]
tests/test_typing_utils.py .....................                         [ 86%]
tests/test_validators.py ............................................... [ 91%]
........................................................................ [ 99%]
...                                                                      [ 99%]
tests/test_version.py .                                                  [100%]


-------------------------------------------------------------------------------------
 benchmark 'getstate': 2 tests 
--------------------------------------------------------------------------------------
Name (time in ns)                Min                    Max                Mean 
             StdDev              Median                IQR            Outliers  
OPS (Mops/s)            Rounds  Iterations
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_bench_getstate[c]      319.9998 (1.0)      15,900.0001 (1.0)      358.4260 
(1.0)      142.1567 (1.0)      349.9999 (1.0)      29.9997 (1.0)      155;1048  
      2.7900 (1.0)       63898           1
test_bench_getstate[py]     560.0000 (1.75)     47,940.0001 (3.02)     619.0056 
(1.73)     224.1393 (1.58)     609.9999 (1.74)     40.0000 (1.33)     263;3005  
      1.6155 (0.58)     122101           1
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------------------
 benchmark 'getstate-dict': 2 tests 
--------------------------------------------------------------------------------------
Name (time in ns)                     Min                    Max                
Mean              StdDev              Median                IQR              
Outliers  OPS (Mops/s)            Rounds  Iterations
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_bench_getstate_dict[c]      289.0000 (1.0)       3,872.5500 (1.0)      
306.3957 (1.0)       27.7107 (1.0)      302.0000 (1.0)       7.0000 (1.0)      
4898;18127        3.2638 (1.0)      153847          20
test_bench_getstate_dict[py]     569.9999 (1.97)     18,759.9999 (4.84)     
626.2492 (2.04)     164.6955 (5.94)     619.9998 (2.05)     40.0000 (5.71)      
 367;2489        1.5968 (0.49)     120919           1
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

-------------------------------------------------------------------------------------
 benchmark 'getstate-slots': 2 tests 
--------------------------------------------------------------------------------------
Name (time in ns)                      Min                    Max               
 Mean              StdDev              Median                IQR            
Outliers  OPS (Mops/s)            Rounds  Iterations
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_bench_getstate_slots[c]      399.9999 (1.0)      17,429.9998 (1.0)      
436.1332 (1.0)      154.8913 (1.0)      430.0000 (1.0)      20.0002 (1.0)      
318;4097        2.2929 (1.0)      143473           1
test_bench_getstate_slots[py]     669.9997 (1.67)     19,839.9998 (1.14)     
733.0917 (1.68)     199.0549 (1.29)     720.0001 (1.67)     30.0001 (1.50)     
373;4010        1.3641 (0.59)     110988           1
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------
 benchmark 'loopback': 2 tests 
-----------------------------------------------------------------------------------------
Name (time in ns)                  Min                    Max                  
Mean              StdDev                Median                IQR            
Outliers  OPS (Kops/s)            Rounds  Iterations
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_bench_loopback[c]        829.9999 (1.0)      19,180.0000 (1.0)        
897.2489 (1.0)      205.6769 (1.0)        890.0001 (1.0)      20.0002 (1.0)     
 345;3739    1,114.5179 (1.0)       83816           1
test_bench_loopback[py]     1,120.0000 (1.35)     80,950.0002 (4.22)     
1,211.0585 (1.35)     341.7184 (1.66)     1,200.0000 (1.35)     40.0005 (2.00)  
   261;2688      825.7239 (0.74)      91075           1
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------------------
 benchmark 'state': 2 tests 
---------------------------------------------------------------------------------------
Name (time in ns)                Min                    Max                Mean 
             StdDev              Median                IQR            Outliers  
OPS (Mops/s)            Rounds  Iterations
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_bench_setstate[py]     393.7500 (1.0)       2,464.2500 (1.0)      414.4565 
(1.0)       21.9168 (1.0)      412.5000 (1.0)       5.5000 (1.0)      858;1919  
      2.4128 (1.0)       58859          40
test_bench_setstate[c]      399.9999 (1.02)     16,359.9998 (6.64)     449.8762 
(1.09)     109.6407 (5.00)     440.0003 (1.07)     19.9998 (3.64)     805;7187  
      2.2228 (0.92)     194175           1
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Legend:
  Outliers: 1 Standard Deviation from Mean; 1.5 IQR (InterQuartile Range) from 
1st Quartile and 3rd Quartile.
  OPS: Operations Per Second, computed as 1 / Mean
======================= 922 passed, 1 skipped in 53.43s ========================
dh_auto_test: error: pybuild --test -i python{version} -p "3.14 3.13" returned 
exit code 13
make: *** [debian/rules:9: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

Reply via email to