Package: src:custodian
Version: 2025.12.14-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/202608/

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:custodian, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
tests/vasp/test_jobs.py 
.....................
                            [ 88%]
tests/vasp/test_utils.py 
.......     
                                    [ 94%]
tests/vasp/test_validators.py 
....F..     
                               [100%]

=================================== FAILURES ===================================
________________ TestVaspNpTMDValidator.test_check_and_correct 
_________________

self = <tests.vasp.test_validators.TestVaspNpTMDValidator object at 
0x7f1e09e26490>

    def 
test_check_and_correct(self) -> 
None:
        # NPT-AIMD using correct VASP
        
os.chdir(f"{TEST_FILES}/npt_common")
        handler = VaspNpTMDValidator()
        assert not 
handler.check()
    
        # NVT-AIMD using correct VASP
        
os.chdir(f"{TEST_FILES}/npt_nvt")
        assert not 
handler.check()
    
        # NPT-AIMD using incorrect VASP
        
os.chdir(f"{TEST_FILES}/npt_bad_vasp")
>       assert handler.check()
E       assert False
E        +  where False = check()
E        +    where check = 
<custodian.vasp.validators.VaspNpTMDValidator object at 
0x7f1e184c1400>.check

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_custodian/build/tests/vasp/test_validators.py:66:
 AssertionError
=========================== short test summary info 
============================
FAILED 
tests/vasp/test_validators.py::TestVaspNpTMDValidator::test_check_and_correct
 - assert False
=========== 1 failed, 114 passed, 4 
skipped, 15 deselected in 27.51s ===========
E: pybuild pybuild:485: test: plugin pyproject failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_custodian/build; python3.13 -m pytest 
-k "not (test_fileman_cpscf_nseg_error or test_gdm_neg_precon_error or 
test_OptFF or test_first_step)"
I: pybuild base:385: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_custodian/build; python3.14 -m pytest 
-k "not (test_fileman_cpscf_nseg_error or test_gdm_neg_precon_error or 
test_OptFF or test_first_step)"
============================= test session starts 
==============================
platform linux -- Python 3.14.7, pytest-9.1.1, pluggy-1.6.0
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_custodian/build
configfile: pyproject.toml
plugins: typeguard-4.4.4
collected 133 items / 15 deselected / 1 skipped / 118 selected

tests/ansible/test_interpreter.py .... 
                                  [  3%]
tests/cp2k/test_handlers.py 
........
                                     [ 10%]
tests/cp2k/test_jobs.py ..                               
                [ 11%]
tests/feff/test_handlers.py .                                     
       [ 12%]
tests/feff/test_jobs.py ...                     
                         [ 15%]
tests/gaussian/test_handlers.py 
......................
                   [ 33%]
tests/gaussian/test_jobs.py ..                           
                [ 35%]
tests/jdftx/test_jobs.py 
.......     
                                    [ 41%]
tests/lobster/test_handlers.py 
..........
                                [ 50%]
tests/lobster/test_jobs.py ....        
                                  [ 53%]
tests/nwchem/test_handlers.py .                                   
       [ 54%]
tests/qchem/test_jobs.py sss                    
                         [ 56%]
tests/test_custodian.py 
..........
                                       [ 65%]
tests/test_utils.py ....               
                                  [ 68%]
tests/vasp/test_io.py ..                                 
                [ 70%]
tests/vasp/test_jobs.py 
.....................
                            [ 88%]
tests/vasp/test_utils.py 
.......     
                                    [ 94%]
tests/vasp/test_validators.py 
....F..     
                               [100%]

=================================== FAILURES ===================================
________________ TestVaspNpTMDValidator.test_check_and_correct 
_________________

self = <tests.vasp.test_validators.TestVaspNpTMDValidator object at 
0x7f53ff0e2850>

    def 
test_check_and_correct(self) -> 
None:
        # NPT-AIMD using correct VASP
        
os.chdir(f"{TEST_FILES}/npt_common")
        handler = VaspNpTMDValidator()
        assert not 
handler.check()
    
        # NVT-AIMD using correct VASP
        
os.chdir(f"{TEST_FILES}/npt_nvt")
        assert not 
handler.check()
    
        # NPT-AIMD using incorrect VASP
        
os.chdir(f"{TEST_FILES}/npt_bad_vasp")
>       assert handler.check()
E       assert False
E        +  where False = check()
E        +    where check = 
<custodian.vasp.validators.VaspNpTMDValidator object at 
0x7f540de73e00>.check

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_custodian/build/tests/vasp/test_validators.py:66:
 AssertionError
=========================== short test summary info 
============================
FAILED 
tests/vasp/test_validators.py::TestVaspNpTMDValidator::test_check_and_correct
 - assert False
=========== 1 failed, 114 passed, 4 
skipped, 15 deselected in 27.41s ===========
E: pybuild pybuild:485: test: plugin pyproject failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_custodian/build; python3.14 -m pytest 
-k "not (test_fileman_cpscf_nseg_error or test_gdm_neg_precon_error or 
test_OptFF or test_first_step)"
make[1]: *** [debian/rules:20: override_dh_auto_test] Error 13
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:10: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

Reply via email to