Your message dated Wed, 20 Mar 2024 15:58:44 +0100
with message-id <99f79cb7af309c5c8cc48d559ca75...@debian.org>
and subject line Re: pymatgen: FTBFS: make[1]: *** [debian/rules:104: 
override_dh_auto_test] Error 1
has caused the Debian Bug report #1064749,
regarding pymatgen: FTBFS: make[1]: *** [debian/rules:104: 
override_dh_auto_test] Error 1
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 ow...@bugs.debian.org
immediately.)


-- 
1064749: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1064749
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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 '/<<PKGBUILDDIR>>'
> py=`py3versions --default -v`; \
> pybuilddir=`pybuild --pyver $py --print build_dir | awk '{print $3}'`; \
> testdir=/<<PKGBUILDDIR>>/.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: /<<PKGBUILDDIR>>
> 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%]
> .pybuild/test_python3.11/tests/analysis/test_nmr.py ......               [ 
> 10%]
> .pybuild/test_python3.11/tests/analysis/test_phase_diagram.py .......... [ 
> 10%]
> ........................................................................ [ 
> 13%]
> .                                                                        [ 
> 13%]
> .pybuild/test_python3.11/tests/analysis/test_piezo.py ...                [ 
> 13%]
> .pybuild/test_python3.11/tests/analysis/test_piezo_sensitivity.py ...... [ 
> 13%]
> ........                                                                 [ 
> 14%]
> .pybuild/test_python3.11/tests/analysis/test_pourbaix_diagram.py ....... [ 
> 14%]
> ...........                                                              [ 
> 14%]
> .pybuild/test_python3.11/tests/analysis/test_prototypes.py .             [ 
> 14%]
> .pybuild/test_python3.11/tests/analysis/test_quasiharmonic_debye_approx.py . 
> [ 15%]
> ...F........                                                             [ 
> 15%]
> .pybuild/test_python3.11/tests/analysis/test_quasirrho.py ......         [ 
> 15%]
> .pybuild/test_python3.11/tests/analysis/test_reaction_calculator.py .... [ 
> 15%]
> ................                                                         [ 
> 16%]
> .pybuild/test_python3.11/tests/analysis/test_structure_analyzer.py ..... [ 
> 16%]
> ....                                                                     [ 
> 16%]
> .pybuild/test_python3.11/tests/analysis/test_structure_matcher.py ...... [ 
> 17%]
> .......................                                                  [ 
> 18%]
> .pybuild/test_python3.11/tests/analysis/test_surface_analysis.py ....... [ 
> 18%]
> .......                                                                  [ 
> 18%]
> .pybuild/test_python3.11/tests/analysis/test_transition_state.py ...     [ 
> 18%]
> .pybuild/test_python3.11/tests/analysis/test_wulff.py .....              [ 
> 18%]
> .pybuild/test_python3.11/tests/analysis/test_xps.py .                    [ 
> 19%]
> .pybuild/test_python3.11/tests/analysis/chemenv/connectivity/test_connected_components.py
>  . [ 19%]
> ....                                                                     [ 
> 19%]
> .pybuild/test_python3.11/tests/analysis/chemenv/connectivity/test_environment_nodes.py
>  . [ 19%]
> ..                                                                       [ 
> 19%]
> .pybuild/test_python3.11/tests/analysis/chemenv/connectivity/test_structure_connectivity.py
>  . [ 19%]
>                                                                          [ 
> 19%]
> .pybuild/test_python3.11/tests/analysis/chemenv/coordination_environments/test_chemenv_strategies.py
>  . [ 19%]
> .                                                                        [ 
> 19%]
> .pybuild/test_python3.11/tests/analysis/chemenv/coordination_environments/test_coordination_geometries.py
>  . [ 19%]
> ..                                                                       [ 
> 19%]
> .pybuild/test_python3.11/tests/analysis/chemenv/coordination_environments/test_coordination_geometry_finder.py
>  . [ 19%]
> ..                                                                       [ 
> 19%]
> .pybuild/test_python3.11/tests/analysis/chemenv/coordination_environments/test_structure_environments.py
>  . [ 19%]
> ..                                                                       [ 
> 19%]
> .pybuild/test_python3.11/tests/analysis/chemenv/coordination_environments/test_voronoi.py
>  . [ 19%]
> .                                                                        [ 
> 19%]
> .pybuild/test_python3.11/tests/analysis/chemenv/coordination_environments/test_weights.py
>  . [ 19%]
> ......                                                                   [ 
> 20%]
> .pybuild/test_python3.11/tests/analysis/chemenv/utils/test_chemenv_config.py 
> . [ 20%]
>                                                                          [ 
> 20%]
> .pybuild/test_python3.11/tests/analysis/chemenv/utils/test_coordination_geometry_utils.py
>  . [ 20%]
> ...........                                                              [ 
> 20%]
> .pybuild/test_python3.11/tests/analysis/chemenv/utils/test_func_utils.py . [ 
> 20%]
> ..                                                                       [ 
> 20%]
> .pybuild/test_python3.11/tests/analysis/chemenv/utils/test_graph_utils.py . [ 
> 20%]
> ...                                                                      [ 
> 20%]
> .pybuild/test_python3.11/tests/analysis/chemenv/utils/test_math_utils.py . [ 
> 21%]
> ........                                                                 [ 
> 21%]
> .pybuild/test_python3.11/tests/analysis/diffraction/test_neutron.py ..   [ 
> 21%]
> .pybuild/test_python3.11/tests/analysis/diffraction/test_tem.py ........ [ 
> 21%]
> ............                                                             [ 
> 22%]
> .pybuild/test_python3.11/tests/analysis/diffraction/test_xrd.py ..       [ 
> 22%]
> .pybuild/test_python3.11/tests/analysis/elasticity/test_elastic.py ..... [ 
> 22%]
> ....................                                                     [ 
> 23%]
> .pybuild/test_python3.11/tests/analysis/elasticity/test_strain.py ...... [ 
> 23%]
> ..                                                                       [ 
> 23%]
> .pybuild/test_python3.11/tests/analysis/elasticity/test_stress.py .      [ 
> 23%]
> .pybuild/test_python3.11/tests/analysis/ferroelectricity/test_polarization.py 
> . [ 23%]
> ...........                                                              [ 
> 24%]
> .pybuild/test_python3.11/tests/analysis/gb/test_grain.py ............... [ 
> 24%]
> .                                                                        [ 
> 24%]
> .pybuild/test_python3.11/tests/analysis/interfaces/test_coherent_interface.py 
> . [ 24%]
> .                                                                        [ 
> 24%]
> .pybuild/test_python3.11/tests/analysis/interfaces/test_substrate_analyzer.py 
> . [ 24%]
>                                                                          [ 
> 24%]
> .pybuild/test_python3.11/tests/analysis/interfaces/test_zsl.py ..        [ 
> 25%]
> .pybuild/test_python3.11/tests/analysis/magnetism/test_analyzer.py ..... [ 
> 25%]
> ....s.                                                                   [ 
> 25%]
> .pybuild/test_python3.11/tests/analysis/magnetism/test_heisenberg.py ... [ 
> 25%]
> ....                                                                     [ 
> 25%]
> .pybuild/test_python3.11/tests/analysis/magnetism/test_jahnteller.py ... [ 
> 25%]
>                                                                          [ 
> 25%]
> .pybuild/test_python3.11/tests/analysis/solar/test_slme.py .             [ 
> 25%]
> .pybuild/test_python3.11/tests/analysis/structure_prediction/test_dopant_predictor.py
>  . [ 25%]
> .                                                                        [ 
> 25%]
> .pybuild/test_python3.11/tests/analysis/structure_prediction/test_substitution_probability.py
>  . [ 26%]
> ..                                                                       [ 
> 26%]
> .pybuild/test_python3.11/tests/analysis/structure_prediction/test_substitutor.py
>  . [ 26%]
> .                                                                        [ 
> 26%]
> .pybuild/test_python3.11/tests/analysis/structure_prediction/test_volume_predictor.py
>  . [ 26%]
> ..                                                                       [ 
> 26%]
> .pybuild/test_python3.11/tests/analysis/topological/test_spillage.py .   [ 
> 26%]
> .pybuild/test_python3.11/tests/analysis/xas/test_spectrum.py ........... [ 
> 26%]
>                                                                          [ 
> 26%]
> .pybuild/test_python3.11/tests/apps/battery/test_analyzer.py ....        [ 
> 26%]
> .pybuild/test_python3.11/tests/apps/battery/test_conversion_battery.py . [ 
> 27%]
> ..                                                                       [ 
> 27%]
> .pybuild/test_python3.11/tests/apps/battery/test_insertion_battery.py .. [ 
> 27%]
> .......                                                                  [ 
> 27%]
> .pybuild/test_python3.11/tests/apps/battery/test_plotter.py ..           [ 
> 27%]
> .pybuild/test_python3.11/tests/apps/borg/test_hive.py ........           [ 
> 27%]
> .pybuild/test_python3.11/tests/apps/borg/test_queen.py ..                [ 
> 27%]
> .pybuild/test_python3.11/tests/command_line/test_bader_caller.py ssss    [ 
> 28%]
> .pybuild/test_python3.11/tests/command_line/test_chargemol_caller.py ..  [ 
> 28%]
> .pybuild/test_python3.11/tests/command_line/test_critic2_caller.py ss..  [ 
> 28%]
> .pybuild/test_python3.11/tests/command_line/test_enumlib_caller.py sss   [ 
> 28%]
> .pybuild/test_python3.11/tests/command_line/test_gulp_caller.py ssssssss [ 
> 28%]
> sssssssssssssssssss                                                      [ 
> 29%]
> .pybuild/test_python3.11/tests/command_line/test_mcsqs_caller.py sssssss [ 
> 29%]
>                                                                          [ 
> 29%]
> .pybuild/test_python3.11/tests/command_line/test_vampire_caller.py s     [ 
> 29%]
> .pybuild/test_python3.11/tests/core/test_bonds.py .......                [ 
> 30%]
> .pybuild/test_python3.11/tests/core/test_composition.py ................ [ 
> 30%]
> ...................................                                      [ 
> 32%]
> .pybuild/test_python3.11/tests/core/test_interface.py ......             [ 
> 32%]
> .pybuild/test_python3.11/tests/core/test_ion.py ...............          [ 
> 33%]
> .pybuild/test_python3.11/tests/core/test_lattice.py .................... [ 
> 33%]
> ............                                                             [ 
> 34%]
> .pybuild/test_python3.11/tests/core/test_libxcfunc.py ..                 [ 
> 34%]
> .pybuild/test_python3.11/tests/core/test_molecular_orbitals.py ....      [ 
> 34%]
> .pybuild/test_python3.11/tests/core/test_operations.py ...............   [ 
> 35%]
> .pybuild/test_python3.11/tests/core/test_periodic_table.py ............. [ 
> 35%]
> .......................................                                  [ 
> 37%]
> .pybuild/test_python3.11/tests/core/test_settings.py .                   [ 
> 37%]
> .pybuild/test_python3.11/tests/core/test_sites.py ...................    [ 
> 38%]
> .pybuild/test_python3.11/tests/core/test_spectrum.py .....               [ 
> 38%]
> .pybuild/test_python3.11/tests/core/test_structure.py .................. [ 
> 39%]
> ....s..................................ss....................ssss....... [ 
> 41%]
> ...................................s.......s......                       [ 
> 43%]
> .pybuild/test_python3.11/tests/core/test_surface.py .................... [ 
> 44%]
> ...s....                                                                 [ 
> 45%]
> .pybuild/test_python3.11/tests/core/test_tensors.py .................... [ 
> 45%]
> ........                                                                 [ 
> 46%]
> .pybuild/test_python3.11/tests/core/test_trajectory.py ...............   [ 
> 46%]
> .pybuild/test_python3.11/tests/core/test_units.py ...............        [ 
> 47%]
> .pybuild/test_python3.11/tests/core/test_xcfunc.py .                     [ 
> 47%]
> .pybuild/test_python3.11/tests/electronic_structure/test_bandstructure.py . [ 
> 47%]
> ..............................                                           [ 
> 48%]
> .pybuild/test_python3.11/tests/electronic_structure/test_boltztrap.py ss [ 
> 48%]
> sssssssssssss                                                            [ 
> 49%]
> .pybuild/test_python3.11/tests/electronic_structure/test_boltztrap2.py s [ 
> 49%]
> sssssssssssss                                                            [ 
> 49%]
> .pybuild/test_python3.11/tests/electronic_structure/test_cohp.py ....... [ 
> 50%]
> ......................                                                   [ 
> 51%]
> .pybuild/test_python3.11/tests/electronic_structure/test_core.py ....... [ 
> 51%]
> ...                                                                      [ 
> 51%]
> .pybuild/test_python3.11/tests/electronic_structure/test_dos.py ........ [ 
> 51%]
> .................                                                        [ 
> 52%]
> .pybuild/test_python3.11/tests/electronic_structure/test_plotter.py .... [ 
> 52%]
> ...........sssssssssssssssssss.....                                      [ 
> 54%]
> .pybuild/test_python3.11/tests/entries/test_compatibility.py ........... [ 
> 54%]
> .....................................................                    [ 
> 56%]
> .pybuild/test_python3.11/tests/entries/test_computed_entries.py ........ [ 
> 56%]
> ............................                                             [ 
> 58%]
> .pybuild/test_python3.11/tests/entries/test_correction_calculator.py ... [ 
> 58%]
> .                                                                        [ 
> 58%]
> .pybuild/test_python3.11/tests/entries/test_entry_tools.py ......        [ 
> 58%]
> .pybuild/test_python3.11/tests/entries/test_exp_entries.py ...           [ 
> 58%]
> .pybuild/test_python3.11/tests/entries/test_mixing_scheme.py ........... [ 
> 59%]
> ....................                                                     [ 
> 59%]
> .pybuild/test_python3.11/tests/ext/test_cod.py ss                        [ 
> 59%]
> .pybuild/test_python3.11/tests/ext/test_optimade.py .ss                  [ 
> 60%]
> .pybuild/test_python3.11/tests/io/test_adf.py ..............             [ 
> 60%]
> .pybuild/test_python3.11/tests/io/test_ase.py ....................       [ 
> 61%]
> .pybuild/test_python3.11/tests/io/test_atat.py ....                      [ 
> 61%]
> .pybuild/test_python3.11/tests/io/test_babel.py ....s.....               [ 
> 62%]
> .pybuild/test_python3.11/tests/io/test_cif.py ........s................. [ 
> 63%]
> ................                                                         [ 
> 63%]
> .pybuild/test_python3.11/tests/io/test_common.py .                       [ 
> 63%]
> .pybuild/test_python3.11/tests/io/test_core.py .........                 [ 
> 64%]
> .pybuild/test_python3.11/tests/io/test_cssr.py ..                        [ 
> 64%]
> .pybuild/test_python3.11/tests/io/test_fiesta.py ..                      [ 
> 64%]
> .pybuild/test_python3.11/tests/io/test_gaussian.py ................      [ 
> 64%]
> .pybuild/test_python3.11/tests/io/test_jarvis.py ss                      [ 
> 64%]
> .pybuild/test_python3.11/tests/io/test_lmto.py .....                     [ 
> 65%]
> .pybuild/test_python3.11/tests/io/test_nwchem.py ............            [ 
> 65%]
> .pybuild/test_python3.11/tests/io/test_phonopy.py ...........            [ 
> 66%]
> .pybuild/test_python3.11/tests/io/test_prismatic.py .                    [ 
> 66%]
> .pybuild/test_python3.11/tests/io/test_pwscf.py ........                 [ 
> 66%]
> .pybuild/test_python3.11/tests/io/test_res.py ............               [ 
> 66%]
> .pybuild/test_python3.11/tests/io/test_template_input.py .               [ 
> 67%]
> .pybuild/test_python3.11/tests/io/test_wannier90.py ....                 [ 
> 67%]
> .pybuild/test_python3.11/tests/io/test_xcrysden.py ...                   [ 
> 67%]
> .pybuild/test_python3.11/tests/io/test_xr.py ..                          [ 
> 67%]
> .pybuild/test_python3.11/tests/io/test_xyz.py ........                   [ 
> 67%]
> .pybuild/test_python3.11/tests/io/test_zeopp.py ssssssssss               [ 
> 68%]
> .pybuild/test_python3.11/tests/io/abinit/test_abiobjects.py .........    [ 
> 68%]
> .pybuild/test_python3.11/tests/io/abinit/test_inputs.py ........         [ 
> 68%]
> .pybuild/test_python3.11/tests/io/abinit/test_netcdf.py ..               [ 
> 68%]
> .pybuild/test_python3.11/tests/io/abinit/test_pseudos.py .....           [ 
> 69%]
> .pybuild/test_python3.11/tests/io/aims/test_aims_inputs.py ....          [ 
> 69%]
> .pybuild/test_python3.11/tests/io/aims/test_aims_outputs.py ......       [ 
> 69%]
> .pybuild/test_python3.11/tests/io/aims/test_aims_parsers.py ............ [ 
> 69%]
> ........................................................................ [ 
> 72%]
> ........                                                                 [ 
> 73%]
> .pybuild/test_python3.11/tests/io/cp2k/test_inputs.py .............      [ 
> 73%]
> .pybuild/test_python3.11/tests/io/cp2k/test_outputs.py .......           [ 
> 74%]
> .pybuild/test_python3.11/tests/io/exciting/test_inputs.py ....           [ 
> 74%]
> .pybuild/test_python3.11/tests/io/feff/test_inputs.py .................. [ 
> 74%]
>                                                                          [ 
> 74%]
> .pybuild/test_python3.11/tests/io/feff/test_outputs.py ......            [ 
> 75%]
> .pybuild/test_python3.11/tests/io/lammps/test_data.py .................. [ 
> 75%]
> ...........                                                              [ 
> 76%]
> .pybuild/test_python3.11/tests/io/lammps/test_generators.py .            [ 
> 76%]
> .pybuild/test_python3.11/tests/io/lammps/test_inputs.py ................ [ 
> 76%]
> .....                                                                    [ 
> 77%]
> .pybuild/test_python3.11/tests/io/lammps/test_outputs.py ....            [ 
> 77%]
> .pybuild/test_python3.11/tests/io/lammps/test_utils.py ...               [ 
> 77%]
> .pybuild/test_python3.11/tests/io/lobster/test_inputs.py ............... [ 
> 78%]
> ....................................                                     [ 
> 79%]
> .pybuild/test_python3.11/tests/io/lobster/test_lobsterenv.py ........... [ 
> 79%]
> .....                                                                    [ 
> 80%]
> .pybuild/test_python3.11/tests/io/pwmat/test_inputs.py ...               [ 
> 80%]
> .pybuild/test_python3.11/tests/io/qchem/test_inputs.py ................. [ 
> 80%]
> ..................                                                       [ 
> 81%]
> .pybuild/test_python3.11/tests/io/qchem/test_outputs.py ................ [ 
> 82%]
> .....                                                                    [ 
> 82%]
> .pybuild/test_python3.11/tests/io/qchem/test_utils.py ..                 [ 
> 82%]
> .pybuild/test_python3.11/tests/io/vasp/test_inputs.py .................. [ 
> 83%]
> ........................................                                 [ 
> 84%]
> .pybuild/test_python3.11/tests/io/vasp/test_optics.py ...                [ 
> 85%]
> .pybuild/test_python3.11/tests/io/vasp/test_outputs.py ................. [ 
> 85%]
> ........................................................................ [ 
> 88%]
> ..........                                                               [ 
> 89%]
> .pybuild/test_python3.11/tests/io/xtb/test_inputs.py ..                  [ 
> 89%]
> .pybuild/test_python3.11/tests/optimization/test_linear_assignment.py .. [ 
> 89%]
> ..                                                                       [ 
> 89%]
> .pybuild/test_python3.11/tests/optimization/test_neighbors.py .          [ 
> 89%]
> .pybuild/test_python3.11/tests/phonon/test_bandstructure.py ..........   [ 
> 89%]
> .pybuild/test_python3.11/tests/phonon/test_dos.py ................       [ 
> 90%]
> .pybuild/test_python3.11/tests/phonon/test_gruneisen.py .............    [ 
> 90%]
> .pybuild/test_python3.11/tests/phonon/test_ir_spectra.py .               [ 
> 90%]
> .pybuild/test_python3.11/tests/phonon/test_plotter.py ........           [ 
> 91%]
> .pybuild/test_python3.11/tests/phonon/test_thermal_displacements.py .... [ 
> 91%]
> ..........                                                               [ 
> 91%]
> .pybuild/test_python3.11/tests/symmetry/test_analyzer.py ............... [ 
> 92%]
> ................                                                         [ 
> 93%]
> .pybuild/test_python3.11/tests/symmetry/test_groups.py ................. [ 
> 93%]
> ....                                                                     [ 
> 93%]
> .pybuild/test_python3.11/tests/symmetry/test_kpath_hin.py ss             [ 
> 94%]
> .pybuild/test_python3.11/tests/symmetry/test_kpath_lm.py ...             [ 
> 94%]
> .pybuild/test_python3.11/tests/symmetry/test_kpath_sc.py ..              [ 
> 94%]
> .pybuild/test_python3.11/tests/symmetry/test_kpaths.py .s                [ 
> 94%]
> .pybuild/test_python3.11/tests/symmetry/test_maggroups.py ......         [ 
> 94%]
> .pybuild/test_python3.11/tests/symmetry/test_settings.py ....            [ 
> 94%]
> .pybuild/test_python3.11/tests/symmetry/test_site_symmetries.py .        [ 
> 94%]
> .pybuild/test_python3.11/tests/transformations/test_advanced_transformations.py
>  . [ 94%]
> s..sssss..ssssssss...sss...s                                             [ 
> 95%]
> .pybuild/test_python3.11/tests/transformations/test_site_transformations.py . 
> [ 96%]
> ..........s......                                                        [ 
> 96%]
> .pybuild/test_python3.11/tests/transformations/test_standard_transformations.py
>  . [ 96%]
> ...........ssss............                                              [ 
> 97%]
> .pybuild/test_python3.11/tests/util/test_coord.py ...................... [ 
> 98%]
>                                                                          [ 
> 98%]
> .pybuild/test_python3.11/tests/util/test_graph_hashing.py ss             [ 
> 98%]
> .pybuild/test_python3.11/tests/util/test_io.py .                         [ 
> 98%]
> .pybuild/test_python3.11/tests/util/test_num.py .                        [ 
> 98%]
> .pybuild/test_python3.11/tests/util/test_plotting.py ..                  [ 
> 98%]
> .pybuild/test_python3.11/tests/util/test_provenance.py ........          [ 
> 99%]
> .pybuild/test_python3.11/tests/util/test_string.py ...........           [ 
> 99%]
> .pybuild/test_python3.11/tests/util/test_typing.py ....                  [ 
> 99%]
> .pybuild/test_python3.11/tests/vis/test_plotters.py ...                  
> [100%]
> 
> =================================== FAILURES 
> ===================================
> ____________ TestQuasiharmociDebyeApprox.test_thermal_conductivity 
> _____________
> 
> self = 
> <tests.analysis.test_quasiharmonic_debye_approx.TestQuasiharmociDebyeApprox 
> testMethod=test_thermal_conductivity>
> 
>     def test_thermal_conductivity(self):
>         kappa = self.qhda.thermal_conductivity(self.T, self.opt_vol)
> >       assert_allclose(kappa, 131.736242, atol=1e-1)
> 
> .pybuild/test_python3.11/tests/analysis/test_quasiharmonic_debye_approx.py:129:
>  
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> _ 
> 
> args = (<function assert_allclose.<locals>.compare at 0x7fdfef99b1a0>, 
> array(131.88900754), array(131.736242))
> kwds = {'equal_nan': True, 'err_msg': '', 'header': 'Not equal to tolerance 
> rtol=1e-07, atol=0.1', 'verbose': True}
> 
>     @wraps(func)
>     def inner(*args, **kwds):
>         with self._recreate_cm():
> >           return func(*args, **kwds)
> E           AssertionError: 
> E           Not equal to tolerance rtol=1e-07, atol=0.1
> E           
> E           Mismatched elements: 1 / 1 (100%)
> E           Max absolute difference: 0.15276554
> E           Max relative difference: 0.00115963
> E            x: array(131.889008)
> E            y: array(131.736242)
> 
> /usr/lib/python3.11/contextlib.py:81: AssertionError
> ============================= slowest 30 durations 
> =============================
> 40.17s call     
> .pybuild/test_python3.11/tests/analysis/test_structure_analyzer.py::TestMiscFunction::test_average_coordination_number
> 39.82s call     
> .pybuild/test_python3.11/tests/electronic_structure/test_plotter.py::TestBSPlotterProjected::test_methods
> 30.97s call     
> .pybuild/test_python3.11/tests/symmetry/test_kpath_lm.py::TestKPathLatimerMunro::test_kpath_generation
> 28.23s call     
> .pybuild/test_python3.11/tests/analysis/test_fragmenter.py::TestFragmentMolecule::test_pc_then_ec_depth_10
> 24.85s call     
> .pybuild/test_python3.11/tests/phonon/test_gruneisen.py::TestGruneisenParameter::test_plot
> 20.43s call     
> .pybuild/test_python3.11/tests/io/vasp/test_optics.py::TestVasprun::test_optics
> 18.07s call     
> .pybuild/test_python3.11/tests/phonon/test_gruneisen.py::TestGruneisenParameter::test_thermal_conductivity_slack
> 17.89s call     
> .pybuild/test_python3.11/tests/phonon/test_gruneisen.py::TestGruneisenParameter::test_tdos
> 17.85s call     
> .pybuild/test_python3.11/tests/phonon/test_gruneisen.py::TestGruneisenParameter::test_average_gruneisen
> 17.59s call     
> .pybuild/test_python3.11/tests/phonon/test_gruneisen.py::TestGruneisenParameter::test_acoustic_debye_temp
> 17.44s call     
> .pybuild/test_python3.11/tests/analysis/elasticity/test_elastic.py::TestElasticTensorExpansion::test_get_yield_stress
> 17.24s call     
> .pybuild/test_python3.11/tests/phonon/test_gruneisen.py::TestGruneisenParameter::test_phdos
> 17.10s call     
> .pybuild/test_python3.11/tests/io/vasp/test_outputs.py::TestVasprun::test_runtype
> 16.96s call     
> .pybuild/test_python3.11/tests/phonon/test_gruneisen.py::TestGruneisenParameter::test_debye_temp_phonopy
> 16.95s call     
> .pybuild/test_python3.11/tests/phonon/test_gruneisen.py::TestGruneisenParameter::test_frequencies
> 16.90s call     
> .pybuild/test_python3.11/tests/analysis/test_prototypes.py::TestAflowPrototypeMatcher::test_prototype_matching
> 16.88s call     
> .pybuild/test_python3.11/tests/phonon/test_gruneisen.py::TestGruneisenParameter::test_gruneisen
> 16.86s call     
> .pybuild/test_python3.11/tests/phonon/test_gruneisen.py::TestGruneisenParameter::test_multi
> 16.63s call     
> .pybuild/test_python3.11/tests/io/test_phonopy.py::TestGruneisen::test_gruneisen_parameter
> 16.60s call     
> .pybuild/test_python3.11/tests/phonon/test_gruneisen.py::TestGruneisenParameter::test_as_from_dict
> 14.07s call     
> .pybuild/test_python3.11/tests/core/test_surface.py::MillerIndexFinderTests::test_generate_all_slabs
> 13.40s call     
> .pybuild/test_python3.11/tests/core/test_surface.py::TestSlab::test_symmetrization
> 12.65s call     
> .pybuild/test_python3.11/tests/core/test_trajectory.py::TestTrajectory::test_extend
> 11.91s call     
> .pybuild/test_python3.11/tests/core/test_trajectory.py::TestTrajectory::test_conversion
> 11.89s call     
> .pybuild/test_python3.11/tests/core/test_trajectory.py::TestTrajectory::test_xdatcar_write
> 10.89s call     
> .pybuild/test_python3.11/tests/symmetry/test_kpath_sc.py::TestBandStructureSC::test_kpath_generation
> 10.81s call     
> .pybuild/test_python3.11/tests/symmetry/test_groups.py::TestSpaceGroup::test_order_symm_ops
> 10.79s call     
> .pybuild/test_python3.11/tests/core/test_surface.py::TestSlabGenerator::test_nonstoichiometric_symmetrized_slab
> 10.01s call     
> .pybuild/test_python3.11/tests/io/qchem/test_outputs.py::TestQCOutput::test_nbo7_infinite_e2pert
> 9.99s call     
> .pybuild/test_python3.11/tests/io/qchem/test_outputs.py::TestQCOutput::test_nbo_hyperbonds
> =========================== short test summary info 
> ============================
> SKIPPED [1] .pybuild/test_python3.11/tests/io/test_packmol.py:20: packmol 
> executable not present
> SKIPPED [1] .pybuild/test_python3.11/tests/io/test_shengbte.py:11: could not 
> import 'f90nml': No module named 'f90nml'
> SKIPPED [1] .pybuild/test_python3.11/tests/analysis/test_graphs.py:344: 
> graphviz executables not present
> SKIPPED [1] .pybuild/test_python3.11/tests/analysis/test_graphs.py:571: 
> unreliable definition of exception string
> SKIPPED [1] .pybuild/test_python3.11/tests/analysis/test_local_env.py:1339: 
> critic2 executable not present
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/analysis/magnetism/test_analyzer.py:247: 
> enumlib not present
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/command_line/test_bader_caller.py:119: bader 
> executable not present
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/command_line/test_bader_caller.py:86: bader 
> executable not present
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/command_line/test_bader_caller.py:67: bader 
> executable not present
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/command_line/test_bader_caller.py:134: bader 
> executable not present
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/command_line/test_critic2_caller.py:22: 
> critic2 executable not present
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/command_line/test_critic2_caller.py:58: 
> critic2 executable not present
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/command_line/test_enumlib_caller.py:91: 
> enum_lib not present.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/command_line/test_enumlib_caller.py:79: 
> enum_lib not present.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/command_line/test_enumlib_caller.py:121: 
> enum_lib not present.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/command_line/test_gulp_caller.py:65: gulp not 
> present.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/command_line/test_gulp_caller.py:37: gulp not 
> present.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/command_line/test_gulp_caller.py:166: gulp not 
> present.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/command_line/test_gulp_caller.py:139: gulp not 
> present.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/command_line/test_gulp_caller.py:209: gulp not 
> present.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/command_line/test_gulp_caller.py:245: gulp not 
> present.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/command_line/test_gulp_caller.py:105: gulp not 
> present.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/command_line/test_gulp_caller.py:130: gulp not 
> present.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/command_line/test_gulp_caller.py:135: gulp not 
> present.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/command_line/test_gulp_caller.py:126: gulp not 
> present.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/command_line/test_gulp_caller.py:111: gulp not 
> present.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/command_line/test_gulp_caller.py:121: gulp not 
> present.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/command_line/test_gulp_caller.py:117: gulp not 
> present.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/command_line/test_gulp_caller.py:256: gulp not 
> present.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/command_line/test_gulp_caller.py:191: gulp not 
> present.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/command_line/test_gulp_caller.py:287: gulp not 
> present.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/command_line/test_gulp_caller.py:299: gulp not 
> present.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/command_line/test_gulp_caller.py:282: gulp not 
> present.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/command_line/test_gulp_caller.py:323: gulp not 
> present.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/command_line/test_gulp_caller.py:312: gulp not 
> present.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/command_line/test_gulp_caller.py:319: gulp not 
> present.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/command_line/test_gulp_caller.py:330: gulp not 
> present.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/command_line/test_gulp_caller.py:326: gulp not 
> present.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/command_line/test_gulp_caller.py:350: gulp not 
> present.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/command_line/test_gulp_caller.py:340: gulp not 
> present.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/command_line/test_gulp_caller.py:346: gulp not 
> present.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/command_line/test_gulp_caller.py:353: gulp not 
> present.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/command_line/test_mcsqs_caller.py:64: mcsqs 
> executable not present
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/command_line/test_mcsqs_caller.py:98: mcsqs 
> executable not present
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/command_line/test_mcsqs_caller.py:29: mcsqs 
> executable not present
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/command_line/test_mcsqs_caller.py:48: mcsqs 
> executable not present
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/command_line/test_mcsqs_caller.py:56: mcsqs 
> executable not present
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/command_line/test_mcsqs_caller.py:74: mcsqs 
> executable not present
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/command_line/test_mcsqs_caller.py:86: mcsqs 
> executable not present
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/command_line/test_vampire_caller.py:35: 
> vampire executable not present
> SKIPPED [1] .pybuild/test_python3.11/tests/core/test_structure.py:91: enumlib 
> or mcsqs executable not present
> SKIPPED [1] .pybuild/test_python3.11/tests/core/test_structure.py:1610: could 
> not import 'chgnet': No module named 'chgnet'
> SKIPPED [1] .pybuild/test_python3.11/tests/core/test_structure.py:1676: could 
> not import 'matgl': No module named 'matgl'
> SKIPPED [1] .pybuild/test_python3.11/tests/core/test_structure.py:1587: could 
> not import 'chgnet': No module named 'chgnet'
> SKIPPED [1] .pybuild/test_python3.11/tests/core/test_structure.py:1687: could 
> not import 'matgl': No module named 'matgl'
> SKIPPED [1] .pybuild/test_python3.11/tests/core/test_structure.py:1697: could 
> not import 'matgl': No module named 'matgl'
> SKIPPED [1] .pybuild/test_python3.11/tests/core/test_structure.py:1705: could 
> not import 'matgl': No module named 'matgl'
> SKIPPED [1] .pybuild/test_python3.11/tests/core/test_structure.py:2285: 
> Pytorch and TBLite clash. 
> https://github.com/materialsproject/pymatgen/pull/3060
> SKIPPED [1] .pybuild/test_python3.11/tests/core/test_structure.py:2295: 
> Pytorch and TBLite clash. 
> https://github.com/materialsproject/pymatgen/pull/3060
> SKIPPED [1] .pybuild/test_python3.11/tests/core/test_surface.py:672: This 
> test relies on neighbor orders and is hard coded. Disable temporarily
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/electronic_structure/test_boltztrap.py:262: No 
> x_trans.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/electronic_structure/test_boltztrap.py:249: No 
> x_trans.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/electronic_structure/test_boltztrap.py:184: No 
> x_trans.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/electronic_structure/test_boltztrap.py:212: No 
> x_trans.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/electronic_structure/test_boltztrap.py:240: No 
> x_trans.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/electronic_structure/test_boltztrap.py:102: No 
> x_trans.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/electronic_structure/test_boltztrap.py:128: No 
> x_trans.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/electronic_structure/test_boltztrap.py:216: No 
> x_trans.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/electronic_structure/test_boltztrap.py:141: No 
> x_trans.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/electronic_structure/test_boltztrap.py:118: No 
> x_trans.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/electronic_structure/test_boltztrap.py:86: No 
> x_trans.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/electronic_structure/test_boltztrap.py:220: No 
> x_trans.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/electronic_structure/test_boltztrap.py:153: No 
> x_trans.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/electronic_structure/test_boltztrap.py:170: No 
> x_trans.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/electronic_structure/test_boltztrap.py:43: No 
> x_trans.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/electronic_structure/test_boltztrap2.py:78: No 
> boltztrap2, skipping tests...
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/electronic_structure/test_boltztrap2.py:59: No 
> boltztrap2, skipping tests...
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/electronic_structure/test_boltztrap2.py:97: No 
> boltztrap2, skipping tests...
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/electronic_structure/test_boltztrap2.py:92: No 
> boltztrap2, skipping tests...
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/electronic_structure/test_boltztrap2.py:126: 
> No boltztrap2, skipping tests...
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/electronic_structure/test_boltztrap2.py:123: 
> No boltztrap2, skipping tests...
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/electronic_structure/test_boltztrap2.py:118: 
> No boltztrap2, skipping tests...
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/electronic_structure/test_boltztrap2.py:165: 
> No boltztrap2, skipping tests...
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/electronic_structure/test_boltztrap2.py:150: 
> No boltztrap2, skipping tests...
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/electronic_structure/test_boltztrap2.py:180: 
> No boltztrap2, skipping tests...
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/electronic_structure/test_boltztrap2.py:192: 
> No boltztrap2, skipping tests...
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/electronic_structure/test_boltztrap2.py:284: 
> No boltztrap2, skipping tests...
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/electronic_structure/test_boltztrap2.py:253: 
> No boltztrap2, skipping tests...
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/electronic_structure/test_boltztrap2.py:310: 
> No boltztrap2, skipping tests...
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/electronic_structure/test_plotter.py:289: No 
> x_trans executable found
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/electronic_structure/test_plotter.py:296: No 
> x_trans executable found
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/electronic_structure/test_plotter.py:303: No 
> x_trans executable found
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/electronic_structure/test_plotter.py:310: No 
> x_trans executable found
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/electronic_structure/test_plotter.py:317: No 
> x_trans executable found
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/electronic_structure/test_plotter.py:324: No 
> x_trans executable found
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/electronic_structure/test_plotter.py:331: No 
> x_trans executable found
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/electronic_structure/test_plotter.py:338: No 
> x_trans executable found
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/electronic_structure/test_plotter.py:345: No 
> x_trans executable found
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/electronic_structure/test_plotter.py:352: No 
> x_trans executable found
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/electronic_structure/test_plotter.py:359: No 
> x_trans executable found
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/electronic_structure/test_plotter.py:366: No 
> x_trans executable found
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/electronic_structure/test_plotter.py:373: No 
> x_trans executable found
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/electronic_structure/test_plotter.py:380: No 
> x_trans executable found
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/electronic_structure/test_plotter.py:387: No 
> x_trans executable found
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/electronic_structure/test_plotter.py:394: No 
> x_trans executable found
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/electronic_structure/test_plotter.py:401: No 
> x_trans executable found
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/electronic_structure/test_plotter.py:408: No 
> x_trans executable found
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/electronic_structure/test_plotter.py:415: No 
> x_trans executable found
> SKIPPED [1] .pybuild/test_python3.11/tests/ext/test_cod.py:18: No mysql.
> SKIPPED [1] .pybuild/test_python3.11/tests/ext/test_cod.py:23: No mysql.
> SKIPPED [1] .pybuild/test_python3.11/tests/ext/test_optimade.py:39: 
> PMG_MAPI_KEY environment variable not set or MP is down.
> SKIPPED [1] .pybuild/test_python3.11/tests/ext/test_optimade.py:18: 
> PMG_MAPI_KEY environment variable not set or MP is down.
> SKIPPED [1] .pybuild/test_python3.11/tests/io/test_babel.py:63: triggers 
> TypeError: 'classmethod' object is not callable
> SKIPPED [1] .pybuild/test_python3.11/tests/io/test_cif.py:282: non-free 
> PF*.cif test files are not available
> SKIPPED [1] .pybuild/test_python3.11/tests/io/test_jarvis.py:12: JARVIS-tools 
> not loaded.
> SKIPPED [1] .pybuild/test_python3.11/tests/io/test_jarvis.py:20: JARVIS-tools 
> not loaded.
> SKIPPED [1] .pybuild/test_python3.11/tests/io/test_zeopp.py:68: zeo not 
> present.
> SKIPPED [1] .pybuild/test_python3.11/tests/io/test_zeopp.py:37: zeo not 
> present.
> SKIPPED [1] .pybuild/test_python3.11/tests/io/test_zeopp.py:112: zeo not 
> present.
> SKIPPED [1] .pybuild/test_python3.11/tests/io/test_zeopp.py:81: zeo not 
> present.
> SKIPPED [1] .pybuild/test_python3.11/tests/io/test_zeopp.py:143: zeo not 
> present.
> SKIPPED [1] .pybuild/test_python3.11/tests/io/test_zeopp.py:132: zeo not 
> present.
> SKIPPED [1] .pybuild/test_python3.11/tests/io/test_zeopp.py:164: zeo not 
> present.
> SKIPPED [1] .pybuild/test_python3.11/tests/io/test_zeopp.py:187: file 
> free_sph.cif not present
> SKIPPED [1] .pybuild/test_python3.11/tests/io/test_zeopp.py:210: zeo not 
> present.
> SKIPPED [1] .pybuild/test_python3.11/tests/io/test_zeopp.py:231: zeo not 
> present.
> SKIPPED [1] .pybuild/test_python3.11/tests/symmetry/test_kpath_hin.py:52: No 
> seek path present.
> SKIPPED [1] .pybuild/test_python3.11/tests/symmetry/test_kpath_hin.py:19: No 
> seek path present.
> SKIPPED [1] .pybuild/test_python3.11/tests/symmetry/test_kpaths.py:20: No 
> seek path present.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/transformations/test_advanced_transformations.py:100:
>  enum_lib not present.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/transformations/test_advanced_transformations.py:161:
>  enum_lib not present.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/transformations/test_advanced_transformations.py:244:
>  enum_lib not present.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/transformations/test_advanced_transformations.py:206:
>  enum_lib not present.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/transformations/test_advanced_transformations.py:191:
>  enum_lib not present.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/transformations/test_advanced_transformations.py:232:
>  enum_lib not present.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/transformations/test_advanced_transformations.py:359:
>  enum_lib not present.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/transformations/test_advanced_transformations.py:299:
>  enum_lib not present.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/transformations/test_advanced_transformations.py:337:
>  enum_lib not present.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/transformations/test_advanced_transformations.py:329:
>  enum_lib not present.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/transformations/test_advanced_transformations.py:347:
>  enum_lib not present.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/transformations/test_advanced_transformations.py:487:
>  enum_lib not present.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/transformations/test_advanced_transformations.py:535:
>  enum_lib not present.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/transformations/test_advanced_transformations.py:544:
>  enum_lib not present.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/transformations/test_advanced_transformations.py:602:
>  mcsqs not present.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/transformations/test_advanced_transformations.py:612:
>  mcsqs not present.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/transformations/test_advanced_transformations.py:633:
>  mcsqs not present.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/transformations/test_advanced_transformations.py:735:
>  hiphive not present. Skipping...
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/transformations/test_site_transformations.py:213:
>  enum_lib not present.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/transformations/test_standard_transformations.py:223:
>  enum_lib not present.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/transformations/test_standard_transformations.py:237:
>  enum_lib not present.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/transformations/test_standard_transformations.py:254:
>  enum_lib not present.
> SKIPPED [1] 
> .pybuild/test_python3.11/tests/transformations/test_standard_transformations.py:248:
>  enum_lib not present.
> SKIPPED [1] .pybuild/test_python3.11/tests/util/test_graph_hashing.py:44: 
> could not import 'emmet.core.graph_hashing': No module named 'emmet'
> SKIPPED [1] .pybuild/test_python3.11/tests/util/test_graph_hashing.py:61: 
> could not import 'emmet.core.graph_hashing': No module named 'emmet'
> === 1 failed, 2324 passed, 154 skipped, 306 deselected in 1202.61s (0:20:02) 
> ===
> ..tot conformations = 3
> ..tot confs tested = 3
> ..below energy threshold = 3
> make[1]: *** [debian/rules:104: override_dh_auto_test] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/02/24/pymatgen_2024.1.27+dfsg1-5_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240224;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240224&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Closing the bug since the problem is apparently resolved.

--- End Message ---

Reply via email to