Bug#1064749: pymatgen: FTBFS: make[1]: *** [debian/rules:104: override_dh_auto_test] Error 1

2024-03-16 Thread Drew Parsons
Source: pymatgen
Followup-For: Bug #1064749
Control: tags -1 ftbfs

I can't reproduce this error.

See also

https://buildd.debian.org/status/fetch.php?pkg=pymatgen=amd64=2024.1.27%2Bdfsg1-7=1708967242=0
https://tests.reproducible-builds.org/debian/rbuild/unstable/amd64/pymatgen_2024.1.27+dfsg1-7.rbuild.log.gz

https://ci.debian.net/data/autopkgtest/unstable/amd64/p/pymatgen/43357166/log.gz
https://ci.debian.net/data/autopkgtest/testing/amd64/p/pymatgen/43355416/log.gz


test_quasiharmonic_debye_approx is passing on all systems.

I think we can close this bug.



Bug#1064749: pymatgen: FTBFS: make[1]: *** [debian/rules:104: override_dh_auto_test] Error 1

2024-02-25 Thread Lucas Nussbaum
Source: pymatgen
Version: 2024.1.27+dfsg1-5
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240224 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> py=`py3versions --default -v`; \
> pybuilddir=`pybuild --pyver $py --print build_dir | awk '{print $3}'`; \
> testdir=/<>/.pybuild/test_python$py; \
> cp -a $pybuilddir $testdir; \
> cp -a tests $testdir; \
> SKIP_TESTS=""; \
> list_initialised=0; \
> for t in test_matproj TestGenKpt TestHighSymmetryPoint 
> test_from_multi_jobs_file test_from_string test_read_molecule test_read_nbo 
> test_read_negative test_read_plots test_read_write_nbo7 test_all 
> test_custom_smd_write test_sets test_CifWriter test_read_write test_init 
> test_get_site_symmetries BSDOSPlotterTest test_cdft_dc_parsing 
> test_get_structure_by_id test_babel_PC_with_RO_depth_0_vs_depth_10 test_fit; 
> do \
> if [ ${list_initialised} = 0 ]; then \
> SKIP_TESTS=$t; \
> list_initialised=1; \
> else \
> SKIP_TESTS="${SKIP_TESTS} or $t"; \
> fi; \
> done; \
> if [ "x${SKIP_TESTS}" != "x" ]; then \
> SKIP_TESTS="not ( ${SKIP_TESTS} )"; \
> fi; \
> echo "skipping tests: ${SKIP_TESTS}"; \
> PMG_TEST_FILES_DIR=/usr/share/doc/pymatgen-test-files/examples/files \
>   PYTHONPATH=$testdir PATH=$pybuilddir/../scripts:$PATH \
>   pytest-3 -v --import-mode=prepend --color=no -k "${SKIP_TESTS}" $testdir; \
> 
> skipping tests: not ( test_matproj or TestGenKpt or TestHighSymmetryPoint or 
> test_from_multi_jobs_file or test_from_string or test_read_molecule or 
> test_read_nbo or test_read_negative or test_read_plots or 
> test_read_write_nbo7 or test_all or test_custom_smd_write or test_sets or 
> test_CifWriter or test_read_write or test_init or test_get_site_symmetries or 
> BSDOSPlotterTest or test_cdft_dc_parsing or test_get_structure_by_id or 
> test_babel_PC_with_RO_depth_0_vs_depth_10 or test_fit )
> = test session starts 
> ==
> platform linux -- Python 3.11.8, pytest-7.4.4, pluggy-1.4.0
> rootdir: /<>
> configfile: pyproject.toml
> collected 2783 items / 306 deselected / 2 skipped / 2477 selected
> 
> .pybuild/test_python3.11/tests/test_cli.py ...   [  
> 0%]
> .pybuild/test_python3.11/tests/test_pkg.py . [  
> 0%]
> .pybuild/test_python3.11/tests/alchemy/test_filters.py ...   [  
> 0%]
> .pybuild/test_python3.11/tests/alchemy/test_materials.py [  
> 0%]
> .pybuild/test_python3.11/tests/alchemy/test_transmuters.py . [  
> 0%]
> .pybuild/test_python3.11/tests/analysis/test_adsorption.py ..[  
> 1%]
> .pybuild/test_python3.11/tests/analysis/test_bond_dissociation.py ...[  
> 1%]
> .pybuild/test_python3.11/tests/analysis/test_bond_valence.py [  
> 1%]
> .pybuild/test_python3.11/tests/analysis/test_chempot_diagram.py  [  
> 1%]
> ..   [  
> 1%]
> .pybuild/test_python3.11/tests/analysis/test_cost.py [  
> 1%]
> .pybuild/test_python3.11/tests/analysis/test_dimensionality.py . [  
> 2%]
> .[  
> 2%]
> .pybuild/test_python3.11/tests/analysis/test_disorder.py .   [  
> 2%]
> .pybuild/test_python3.11/tests/analysis/test_energy_models.py .. [  
> 2%]
> .pybuild/test_python3.11/tests/analysis/test_eos.py ..   [  
> 2%]
> .pybuild/test_python3.11/tests/analysis/test_ewald.py ...[  
> 2%]
> .pybuild/test_python3.11/tests/analysis/test_fragmenter.py ..[  
> 3%]
> .pybuild/test_python3.11/tests/analysis/test_functional_groups.py .. [  
> 3%]
>  [  
> 3%]
> .pybuild/test_python3.11/tests/analysis/test_graphs.py ..s.. [  
> 4%]
> s[  
> 4%]
> .pybuild/test_python3.11/tests/analysis/test_hhi.py .[  
> 5%]
> .pybuild/test_python3.11/tests/analysis/test_interface_reactions.py  [  
> 5%]
> ..   [  
> 5%]
> .pybuild/test_python3.11/tests/analysis/test_local_env.py .. [  
> 6%]
> ..s. [  
> 7%]
> .pybuild/test_python3.11/tests/analysis/test_molecule_matcher.py ... [  
> 7%]
> ...  [  
> 9%]
> .pybuild/test_python3.11/tests/analysis/test_molecule_structure_comparator.py 
> . [  9%]
> ...  [  
> 9%]
>