Your message dated Wed, 20 Apr 2022 17:33:53 +0000
with message-id <e1nhedb-0000w1...@fasolo.debian.org>
and subject line Bug#1009789: fixed in bmtk 1.0.4+ds-3
has caused the Debian Bug report #1009789,
regarding bmtk: autopkgtest failure on !amd64
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.)


-- 
1009789: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1009789
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: bmtk
Version: 1.0.4+ds-2
Severity: serious
User: debian...@lists.debian.org
Usertags: fails-always

Dear maintainer(s),

You recently added an autopkgtest to your package bmtk, great. However, it fails on all architectures but amd64. Currently this failure is blocking the migration to testing [1]. Can you please investigate the situation and fix it?

I copied some of the output at the bottom of this report.

More information about this bug and the reason for filing it can be found on
https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation

Paul

[1] https://qa.debian.org/excuses.php?package=bmtk

https://ci.debian.net/data/autopkgtest/testing/arm64/b/bmtk/20682058/log.gz

==================================== ERRORS ==================================== ____________ ERROR collecting tests/builder/test_connection_map.py _____________ ImportError while importing test module '/tmp/autopkgtest-lxc.tmonru7m/downtmp/autopkgtest_tmp/tests/builder/test_connection_map.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/builder/test_connection_map.py:4: in <module>
    from bmtk.builder.connection_map import ConnectionMap
E   ModuleNotFoundError: No module named 'bmtk'
_______________ ERROR collecting tests/builder/test_connector.py _______________ ImportError while importing test module '/tmp/autopkgtest-lxc.tmonru7m/downtmp/autopkgtest_tmp/tests/builder/test_connector.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/builder/test_connector.py:1: in <module>
    from bmtk.builder import connector
E   ModuleNotFoundError: No module named 'bmtk'
_____________ ERROR collecting tests/builder/test_densenetwork.py ______________ ImportError while importing test module '/tmp/autopkgtest-lxc.tmonru7m/downtmp/autopkgtest_tmp/tests/builder/test_densenetwork.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/builder/test_densenetwork.py:4: in <module>
    import numpy as np
E   ModuleNotFoundError: No module named 'numpy'
_____________ ERROR collecting tests/builder/test_edge_iterator.py _____________ ImportError while importing test module '/tmp/autopkgtest-lxc.tmonru7m/downtmp/autopkgtest_tmp/tests/builder/test_edge_iterator.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/builder/test_edge_iterator.py:3: in <module>
    from bmtk.builder import NetworkBuilder
E   ModuleNotFoundError: No module named 'bmtk'
_____________ ERROR collecting tests/builder/test_edges_sorter.py ______________ ImportError while importing test module '/tmp/autopkgtest-lxc.tmonru7m/downtmp/autopkgtest_tmp/tests/builder/test_edges_sorter.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/builder/test_edges_sorter.py:3: in <module>
    import h5py
E   ModuleNotFoundError: No module named 'h5py'
_____________ ERROR collecting tests/builder/test_id_generator.py ______________ ImportError while importing test module '/tmp/autopkgtest-lxc.tmonru7m/downtmp/autopkgtest_tmp/tests/builder/test_id_generator.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/builder/test_id_generator.py:3: in <module>
    from bmtk.builder.id_generator import IDGenerator
E   ModuleNotFoundError: No module named 'bmtk'
____________ ERROR collecting tests/builder/test_index_builders.py _____________ ImportError while importing test module '/tmp/autopkgtest-lxc.tmonru7m/downtmp/autopkgtest_tmp/tests/builder/test_index_builders.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/builder/test_index_builders.py:3: in <module>
    import h5py
E   ModuleNotFoundError: No module named 'h5py'
_______________ ERROR collecting tests/builder/test_iterator.py ________________ ImportError while importing test module '/tmp/autopkgtest-lxc.tmonru7m/downtmp/autopkgtest_tmp/tests/builder/test_iterator.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/builder/test_iterator.py:4: in <module>
    from bmtk.builder import connector, iterator
E   ModuleNotFoundError: No module named 'bmtk'
________________ ERROR collecting tests/builder/test_network.py ________________ ImportError while importing test module '/tmp/autopkgtest-lxc.tmonru7m/downtmp/autopkgtest_tmp/tests/builder/test_network.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/builder/test_network.py:2: in <module>
    import numpy as np
E   ModuleNotFoundError: No module named 'numpy'
______________ ERROR collecting tests/builder/test_network_mpi.py ______________ ImportError while importing test module '/tmp/autopkgtest-lxc.tmonru7m/downtmp/autopkgtest_tmp/tests/builder/test_network_mpi.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/builder/test_network_mpi.py:3: in <module>
    import numpy as np
E   ModuleNotFoundError: No module named 'numpy'
_______________ ERROR collecting tests/builder/test_node_pool.py _______________ ImportError while importing test module '/tmp/autopkgtest-lxc.tmonru7m/downtmp/autopkgtest_tmp/tests/builder/test_node_pool.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/builder/test_node_pool.py:3: in <module>
    from bmtk.builder import NetworkBuilder
E   ModuleNotFoundError: No module named 'bmtk'
_______________ ERROR collecting tests/builder/test_node_set.py ________________ ImportError while importing test module '/tmp/autopkgtest-lxc.tmonru7m/downtmp/autopkgtest_tmp/tests/builder/test_node_set.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/builder/test_node_set.py:2: in <module>
    from bmtk.builder.node_set import NodeSet
E   ModuleNotFoundError: No module named 'bmtk'
_____________ ERROR collecting tests/builder/test_save_network.py ______________ ImportError while importing test module '/tmp/autopkgtest-lxc.tmonru7m/downtmp/autopkgtest_tmp/tests/builder/test_save_network.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/builder/test_save_network.py:4: in <module>
    import h5py
E   ModuleNotFoundError: No module named 'h5py'
_________ ERROR collecting tests/builder/auxi/test_edge_connectors.py __________ ImportError while importing test module '/tmp/autopkgtest-lxc.tmonru7m/downtmp/autopkgtest_tmp/tests/builder/auxi/test_edge_connectors.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/builder/auxi/test_edge_connectors.py:2: in <module>
    import numpy as np
E   ModuleNotFoundError: No module named 'numpy'
___________ ERROR collecting tests/builder/auxi/test_node_params.py ____________ ImportError while importing test module '/tmp/autopkgtest-lxc.tmonru7m/downtmp/autopkgtest_tmp/tests/builder/auxi/test_node_params.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/builder/auxi/test_node_params.py:2: in <module>
    import numpy as np
E   ModuleNotFoundError: No module named 'numpy'
___________ ERROR collecting tests/builder/bionet/test_swc_reader.py ___________ ImportError while importing test module '/tmp/autopkgtest-lxc.tmonru7m/downtmp/autopkgtest_tmp/tests/builder/bionet/test_swc_reader.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/builder/bionet/test_swc_reader.py:3: in <module>
    import numpy as np
E   ModuleNotFoundError: No module named 'numpy'
___________ ERROR collecting tests/simulator/bionet/test_biograph.py ___________ ImportError while importing test module '/tmp/autopkgtest-lxc.tmonru7m/downtmp/autopkgtest_tmp/tests/simulator/bionet/test_biograph.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/simulator/bionet/test_biograph.py:6: in <module>
    from . import bionet_virtual_files as bvf
tests/simulator/bionet/bionet_virtual_files.py:1: in <module>
    import numpy as np
E   ModuleNotFoundError: No module named 'numpy'
_________ ERROR collecting tests/simulator/bionet/test_virtualcell.py __________ ImportError while importing test module '/tmp/autopkgtest-lxc.tmonru7m/downtmp/autopkgtest_tmp/tests/simulator/bionet/test_virtualcell.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/simulator/bionet/test_virtualcell.py:2: in <module>
    import numpy as np
E   ModuleNotFoundError: No module named 'numpy'
____________ ERROR collecting tests/simulator/core/test_io_tools.py ____________ ImportError while importing test module '/tmp/autopkgtest-lxc.tmonru7m/downtmp/autopkgtest_tmp/tests/simulator/core/test_io_tools.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/simulator/core/test_io_tools.py:5: in <module>
    from bmtk.simulator.core.io_tools import IOUtils
E   ModuleNotFoundError: No module named 'bmtk'
________ ERROR collecting tests/simulator/core/test_pyfunction_cache.py ________ ImportError while importing test module '/tmp/autopkgtest-lxc.tmonru7m/downtmp/autopkgtest_tmp/tests/simulator/core/test_pyfunction_cache.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/simulator/core/test_pyfunction_cache.py:1: in <module>
    from bmtk.simulator.core.pyfunction_cache import *
E   ModuleNotFoundError: No module named 'bmtk'
_______ ERROR collecting tests/simulator/core/test_simulation_config.py ________ ImportError while importing test module '/tmp/autopkgtest-lxc.tmonru7m/downtmp/autopkgtest_tmp/tests/simulator/core/test_simulation_config.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/simulator/core/test_simulation_config.py:27: in <module>
    from bmtk.simulator.core.simulation_config import SimulationConfig
E   ModuleNotFoundError: No module named 'bmtk'
__ ERROR collecting tests/simulator/core/test_simulation_config_validator.py ___ ImportError while importing test module '/tmp/autopkgtest-lxc.tmonru7m/downtmp/autopkgtest_tmp/tests/simulator/core/test_simulation_config_validator.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/simulator/core/test_simulation_config_validator.py:4: in <module>
    from bmtk.simulator.core.simulation_config import SimulationConfig
E   ModuleNotFoundError: No module named 'bmtk'
______ ERROR collecting tests/simulator/filternet/test_default_setters.py ______ ImportError while importing test module '/tmp/autopkgtest-lxc.tmonru7m/downtmp/autopkgtest_tmp/tests/simulator/filternet/test_default_setters.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/simulator/filternet/test_default_setters.py:2: in <module>
    import numpy as np
E   ModuleNotFoundError: No module named 'numpy'
_____ ERROR collecting tests/simulator/filternet/lgnmodel/test_kernels.py ______ ImportError while importing test module '/tmp/autopkgtest-lxc.tmonru7m/downtmp/autopkgtest_tmp/tests/simulator/filternet/lgnmodel/test_kernels.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/simulator/filternet/lgnmodel/test_kernels.py:2: in <module>
    import numpy as np
E   ModuleNotFoundError: No module named 'numpy'
______ ERROR collecting tests/simulator/filternet/lgnmodel/test_movie.py _______ ImportError while importing test module '/tmp/autopkgtest-lxc.tmonru7m/downtmp/autopkgtest_tmp/tests/simulator/filternet/lgnmodel/test_movie.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/simulator/filternet/lgnmodel/test_movie.py:2: in <module>
    import numpy as np
E   ModuleNotFoundError: No module named 'numpy'
_ ERROR collecting tests/simulator/filternet/lgnmodel/test_subclass_metrics.py _ ImportError while importing test module '/tmp/autopkgtest-lxc.tmonru7m/downtmp/autopkgtest_tmp/tests/simulator/filternet/lgnmodel/test_subclass_metrics.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/simulator/filternet/lgnmodel/test_subclass_metrics.py:2: in <module>
    import numpy as np
E   ModuleNotFoundError: No module named 'numpy'
_ ERROR collecting tests/simulator/filternet/lgnmodel/test_transferfunction.py _ ImportError while importing test module '/tmp/autopkgtest-lxc.tmonru7m/downtmp/autopkgtest_tmp/tests/simulator/filternet/lgnmodel/test_transferfunction.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/simulator/filternet/lgnmodel/test_transferfunction.py:2: in <module>
    import numpy as np
E   ModuleNotFoundError: No module named 'numpy'
______ ERROR collecting tests/simulator/filternet/lgnmodel/test_units.py _______ ImportError while importing test module '/tmp/autopkgtest-lxc.tmonru7m/downtmp/autopkgtest_tmp/tests/simulator/filternet/lgnmodel/test_units.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/simulator/filternet/lgnmodel/test_units.py:1: in <module>
    import numpy as np
E   ModuleNotFoundError: No module named 'numpy'
______ ERROR collecting tests/simulator/filternet/lgnmodel/test_utils.py _______ ImportError while importing test module '/tmp/autopkgtest-lxc.tmonru7m/downtmp/autopkgtest_tmp/tests/simulator/filternet/lgnmodel/test_utils.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/simulator/filternet/lgnmodel/test_utils.py:3: in <module>
    from bmtk.simulator.filternet.lgnmodel import movie
E   ModuleNotFoundError: No module named 'bmtk'
_________ ERROR collecting tests/simulator/pointnet/test_glif_utils.py _________ ImportError while importing test module '/tmp/autopkgtest-lxc.tmonru7m/downtmp/autopkgtest_tmp/tests/simulator/pointnet/test_glif_utils.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/simulator/pointnet/test_glif_utils.py:4: in <module>
    import numpy as np
E   ModuleNotFoundError: No module named 'numpy'
_________ ERROR collecting tests/simulator/pointnet/test_pointgraph.py _________ ImportError while importing test module '/tmp/autopkgtest-lxc.tmonru7m/downtmp/autopkgtest_tmp/tests/simulator/pointnet/test_pointgraph.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/simulator/pointnet/test_pointgraph.py:7: in <module>
    from .pointnet_virtual_files import NodesFile, EdgesFile
tests/simulator/pointnet/pointnet_virtual_files.py:1: in <module>
    import numpy as np
E   ModuleNotFoundError: No module named 'numpy'
________ ERROR collecting tests/simulator/pointnet/test_pointnetwork.py ________ ImportError while importing test module '/tmp/autopkgtest-lxc.tmonru7m/downtmp/autopkgtest_tmp/tests/simulator/pointnet/test_pointnetwork.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/simulator/pointnet/test_pointnetwork.py:2: in <module>
    import numpy as np
E   ModuleNotFoundError: No module named 'numpy'
___________ ERROR collecting tests/simulator/popnet/test_popgraph.py ___________ ImportError while importing test module '/tmp/autopkgtest-lxc.tmonru7m/downtmp/autopkgtest_tmp/tests/simulator/popnet/test_popgraph.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/simulator/popnet/test_popgraph.py:5: in <module>
    from . import popnet_virtual_files as pvf
tests/simulator/popnet/popnet_virtual_files.py:1: in <module>
    import numpy as np
E   ModuleNotFoundError: No module named 'numpy'
_______ ERROR collecting tests/simulator/utils/test_simulation_inputs.py _______ ImportError while importing test module '/tmp/autopkgtest-lxc.tmonru7m/downtmp/autopkgtest_tmp/tests/simulator/utils/test_simulation_inputs.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/simulator/utils/test_simulation_inputs.py:3: in <module>
from bmtk.simulator.utils.simulation_inputs import SimInput, from_config
E   ModuleNotFoundError: No module named 'bmtk'
______ ERROR collecting tests/simulator/utils/test_simulation_reports.py _______ ImportError while importing test module '/tmp/autopkgtest-lxc.tmonru7m/downtmp/autopkgtest_tmp/tests/simulator/utils/test_simulation_reports.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/simulator/utils/test_simulation_reports.py:3: in <module>
from bmtk.simulator.utils.simulation_reports import SimReport, MembraneReport, SpikesReport, ECPReport, NetconReport
E   ModuleNotFoundError: No module named 'bmtk'
_ ERROR collecting tests/utils/reports/compartment/test_compartment_reader.py __ ImportError while importing test module '/tmp/autopkgtest-lxc.tmonru7m/downtmp/autopkgtest_tmp/tests/utils/reports/compartment/test_compartment_reader.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/utils/reports/compartment/test_compartment_reader.py:2: in <module>
    import numpy as np
E   ModuleNotFoundError: No module named 'numpy'
_ ERROR collecting tests/utils/reports/compartment/test_compartment_writer.py __ ImportError while importing test module '/tmp/autopkgtest-lxc.tmonru7m/downtmp/autopkgtest_tmp/tests/utils/reports/compartment/test_compartment_writer.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/utils/reports/compartment/test_compartment_writer.py:3: in <module>
    import numpy as np
E   ModuleNotFoundError: No module named 'numpy'
______ ERROR collecting tests/utils/reports/compartment/test_plotting.py _______ ImportError while importing test module '/tmp/autopkgtest-lxc.tmonru7m/downtmp/autopkgtest_tmp/tests/utils/reports/compartment/test_plotting.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/utils/reports/compartment/test_plotting.py:3: in <module>
    import numpy as np
E   ModuleNotFoundError: No module named 'numpy'
____ ERROR collecting tests/utils/reports/spike_trains/test_csv_adaptor.py _____ ImportError while importing test module '/tmp/autopkgtest-lxc.tmonru7m/downtmp/autopkgtest_tmp/tests/utils/reports/spike_trains/test_csv_adaptor.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/utils/reports/spike_trains/test_csv_adaptor.py:2: in <module>
    import numpy as np
E   ModuleNotFoundError: No module named 'numpy'
__ ERROR collecting tests/utils/reports/spike_trains/test_csv_adaptor_mpi.py ___ ImportError while importing test module '/tmp/autopkgtest-lxc.tmonru7m/downtmp/autopkgtest_tmp/tests/utils/reports/spike_trains/test_csv_adaptor_mpi.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/utils/reports/spike_trains/test_csv_adaptor_mpi.py:2: in <module>
    import numpy as np
E   ModuleNotFoundError: No module named 'numpy'
______ ERROR collecting tests/utils/reports/spike_trains/test_plotting.py ______ ImportError while importing test module '/tmp/autopkgtest-lxc.tmonru7m/downtmp/autopkgtest_tmp/tests/utils/reports/spike_trains/test_plotting.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/utils/reports/spike_trains/test_plotting.py:2: in <module>
    import numpy as np
E   ModuleNotFoundError: No module named 'numpy'
___ ERROR collecting tests/utils/reports/spike_trains/test_sonata_adaptor.py ___ ImportError while importing test module '/tmp/autopkgtest-lxc.tmonru7m/downtmp/autopkgtest_tmp/tests/utils/reports/spike_trains/test_sonata_adaptor.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/utils/reports/spike_trains/test_sonata_adaptor.py:2: in <module>
    import numpy as np
E   ModuleNotFoundError: No module named 'numpy'
_ ERROR collecting tests/utils/reports/spike_trains/test_sonata_adaptor_mpi.py _ ImportError while importing test module '/tmp/autopkgtest-lxc.tmonru7m/downtmp/autopkgtest_tmp/tests/utils/reports/spike_trains/test_sonata_adaptor_mpi.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/utils/reports/spike_trains/test_sonata_adaptor_mpi.py:2: in <module>
    import numpy as np
E   ModuleNotFoundError: No module named 'numpy'
___ ERROR collecting tests/utils/reports/spike_trains/test_spikes_buffer.py ____ ImportError while importing test module '/tmp/autopkgtest-lxc.tmonru7m/downtmp/autopkgtest_tmp/tests/utils/reports/spike_trains/test_spikes_buffer.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/utils/reports/spike_trains/test_spikes_buffer.py:3: in <module>
    import numpy as np
E   ModuleNotFoundError: No module named 'numpy'
_ ERROR collecting tests/utils/reports/spike_trains/test_spikes_buffer_mpi.py __ ImportError while importing test module '/tmp/autopkgtest-lxc.tmonru7m/downtmp/autopkgtest_tmp/tests/utils/reports/spike_trains/test_spikes_buffer_mpi.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/utils/reports/spike_trains/test_spikes_buffer_mpi.py:2: in <module>
    import numpy as np
E   ModuleNotFoundError: No module named 'numpy'
____ ERROR collecting tests/utils/reports/spike_trains/test_spikes_core.py _____ ImportError while importing test module '/tmp/autopkgtest-lxc.tmonru7m/downtmp/autopkgtest_tmp/tests/utils/reports/spike_trains/test_spikes_core.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/utils/reports/spike_trains/test_spikes_core.py:2: in <module>
    import numpy as np
E   ModuleNotFoundError: No module named 'numpy'
______________ ERROR collecting tests/utils/sonata/test_config.py ______________ ImportError while importing test module '/tmp/autopkgtest-lxc.tmonru7m/downtmp/autopkgtest_tmp/tests/utils/sonata/test_config.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/utils/sonata/test_config.py:29: in <module>
    from bmtk.utils.sonata.config import SonataConfig, from_json, from_dict
E   ModuleNotFoundError: No module named 'bmtk'
_________ ERROR collecting tests/utils/sonata/test_config_validator.py _________ ImportError while importing test module '/tmp/autopkgtest-lxc.tmonru7m/downtmp/autopkgtest_tmp/tests/utils/sonata/test_config_validator.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/utils/sonata/test_config_validator.py:2: in <module>
    from bmtk.utils.sonata.config import SonataConfig
E   ModuleNotFoundError: No module named 'bmtk'
=========================== short test summary info ============================
ERROR tests/builder/test_connection_map.py
ERROR tests/builder/test_connector.py
ERROR tests/builder/test_densenetwork.py
ERROR tests/builder/test_edge_iterator.py
ERROR tests/builder/test_edges_sorter.py
ERROR tests/builder/test_id_generator.py
ERROR tests/builder/test_index_builders.py
ERROR tests/builder/test_iterator.py
ERROR tests/builder/test_network.py
ERROR tests/builder/test_network_mpi.py
ERROR tests/builder/test_node_pool.py
ERROR tests/builder/test_node_set.py
ERROR tests/builder/test_save_network.py
ERROR tests/builder/auxi/test_edge_connectors.py
ERROR tests/builder/auxi/test_node_params.py
ERROR tests/builder/bionet/test_swc_reader.py
ERROR tests/simulator/bionet/test_biograph.py
ERROR tests/simulator/bionet/test_virtualcell.py
ERROR tests/simulator/core/test_io_tools.py
ERROR tests/simulator/core/test_pyfunction_cache.py
ERROR tests/simulator/core/test_simulation_config.py
ERROR tests/simulator/core/test_simulation_config_validator.py
ERROR tests/simulator/filternet/test_default_setters.py
ERROR tests/simulator/filternet/lgnmodel/test_kernels.py
ERROR tests/simulator/filternet/lgnmodel/test_movie.py
ERROR tests/simulator/filternet/lgnmodel/test_subclass_metrics.py
ERROR tests/simulator/filternet/lgnmodel/test_transferfunction.py
ERROR tests/simulator/filternet/lgnmodel/test_units.py
ERROR tests/simulator/filternet/lgnmodel/test_utils.py
ERROR tests/simulator/pointnet/test_glif_utils.py
ERROR tests/simulator/pointnet/test_pointgraph.py
ERROR tests/simulator/pointnet/test_pointnetwork.py
ERROR tests/simulator/popnet/test_popgraph.py
ERROR tests/simulator/utils/test_simulation_inputs.py
ERROR tests/simulator/utils/test_simulation_reports.py
ERROR tests/utils/reports/compartment/test_compartment_reader.py
ERROR tests/utils/reports/compartment/test_compartment_writer.py
ERROR tests/utils/reports/compartment/test_plotting.py
ERROR tests/utils/reports/spike_trains/test_csv_adaptor.py
ERROR tests/utils/reports/spike_trains/test_csv_adaptor_mpi.py
ERROR tests/utils/reports/spike_trains/test_plotting.py
ERROR tests/utils/reports/spike_trains/test_sonata_adaptor.py
ERROR tests/utils/reports/spike_trains/test_sonata_adaptor_mpi.py
ERROR tests/utils/reports/spike_trains/test_spikes_buffer.py
ERROR tests/utils/reports/spike_trains/test_spikes_buffer_mpi.py
ERROR tests/utils/reports/spike_trains/test_spikes_core.py
ERROR tests/utils/sonata/test_config.py
ERROR tests/utils/sonata/test_config_validator.py
!!!!!!!!!!!!!!!!!!! Interrupted: 48 errors during collection !!!!!!!!!!!!!!!!!!! ============================== 48 errors in 1.39s ==============================
autopkgtest [11:10:31]: test run-unit-test

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: bmtk
Source-Version: 1.0.4+ds-3
Done: Nilesh Patra <nil...@debian.org>

We believe that the bug you reported is fixed in the latest version of
bmtk, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1009...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Nilesh Patra <nil...@debian.org> (supplier of updated bmtk package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 20 Apr 2022 22:45:04 +0530
Source: bmtk
Architecture: source
Version: 1.0.4+ds-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<debian-med-packag...@lists.alioth.debian.org>
Changed-By: Nilesh Patra <nil...@debian.org>
Closes: 1009789
Changes:
 bmtk (1.0.4+ds-3) unstable; urgency=medium
 .
   * Team Upload.
   * d/t/control: Run tests only on amd64 since
     bmtk is not available elsewhere (Closes: #1009789)
Checksums-Sha1:
 bc4e6aa4df6a7ac528d6c5babb7a4ba6bbdbca5c 2636 bmtk_1.0.4+ds-3.dsc
 ababf0f35152579cbc2b2baaa76ec730c7b544c4 7380 bmtk_1.0.4+ds-3.debian.tar.xz
 d603e799d1c73b22fddcfdb8b71fec86e601821d 13458 bmtk_1.0.4+ds-3_amd64.buildinfo
Checksums-Sha256:
 442772840fc090d31c9ef743396361f5d5cbafee7120f7b1dc2a823e2c7b4f75 2636 
bmtk_1.0.4+ds-3.dsc
 90af6338adc3e9d4c9701d77ee57da3750adb12c9a2c1a8c31cf8f79901ce53d 7380 
bmtk_1.0.4+ds-3.debian.tar.xz
 25b723689c3c3506121afbc489a2952c81a1878fe22407795993c67aabba99d1 13458 
bmtk_1.0.4+ds-3_amd64.buildinfo
Files:
 0dec1e8b2377f9133a8e66d16a561fed 2636 science optional bmtk_1.0.4+ds-3.dsc
 dd7f5c95c845028b7d95241c8154cb53 7380 science optional 
bmtk_1.0.4+ds-3.debian.tar.xz
 23bd6f0b7fbd91bd48a28874b13fb54c 13458 science optional 
bmtk_1.0.4+ds-3_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJGBAEBCgAwFiEEPpmlJvXcwMu/HO6mALrnSzQzafEFAmJgQb4SHG5pbGVzaEBk
ZWJpYW4ub3JnAAoJEAC650s0M2nxxGEP/0/5GI5rKmMIhTX44ZR1xgTD7oux1U0W
+Sm4oTgf+CllBNR5MoU2Nfecf+OJl3o/E36B2XKwdiO23RLcaAW1RQUGUx5TqaJR
mHbPjuonO1K6SYI63FopYVBcMNzLeJ2LcwetQS7sfszllB0IJG07qtoQQTufsObW
dfzZadt6mhWJK5cD314hJzVHZ8nZvcw07E09JmZxMrs1M/YKvo3Rx8/j3EOS5AXp
Hg/9wv+3NsePAvLSIZ9LrzL+JXjoSQ8z/teCByLs7+TZCpGDs3MUIkSw9LGqyMTc
Y9TknnX6JjcIeKuhyuDP6u1y1pVyfEorGLZRBV6+2/NEVTyLEVPGcwAGpVM/GrSX
I0mF+Vxp9Ihw9u7aWTlJT5DoKeYNM8XlKAjxmFWuBgAeJ0Lbva8fti4KJx1RBkN3
bIU/k1rdhBnz1mTVg3VJKMvI0UcQRspt9xvSJWLPjrCT//VbOirL2fMCSOPnk7GD
9zo1T4KwlJjRlRlXizVhrrbHAlfijkiizlxoUeZ+NNSX4ohkDY4iXxH0iwz7sPT7
TKzZaTyPKbImjCarJf3OR5KWoClvHnKuT96NRBfpMx4K7rG+0fS81MpZh75eVJz0
fhWUa7v+y568WoqYTMo2SGWw9kryOg/z75xR9Rv45FcpzEsrW7ehTWReiOonpU1c
+JkXyEIM9J7/
=FV9A
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to