Your message dated Fri, 31 May 2024 23:19:43 +0000
with message-id <[email protected]>
and subject line Bug#1057598: fixed in python-pynndescent 0.5.11-1
has caused the Debian Bug report #1057598,
regarding python-pynndescent: FTBFS: ImportError: Numba could not be imported.
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 [email protected]
immediately.)
--
1057598: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057598
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:python-pynndescent
Version: 0.5.8-2
Severity: serious
Tags: ftbfs
Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build:
--------------------------------------------------------------------------------
[...]
debian/rules binary
dh binary --with python3 --buildsystem=pybuild
dh_update_autotools_config -O--buildsystem=pybuild
dh_autoreconf -O--buildsystem=pybuild
dh_auto_configure -O--buildsystem=pybuild
I: pybuild base:310: python3.12 setup.py config
running config
I: pybuild base:310: python3.11 setup.py config
running config
dh_auto_build -O--buildsystem=pybuild
I: pybuild base:310: /usr/bin/python3.12 setup.py build
running build
running build_py
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pynndescent/build/pynndescent
copying pynndescent/utils.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pynndescent/build/pynndescent
copying pynndescent/__init__.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pynndescent/build/pynndescent
copying pynndescent/sparse.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pynndescent/build/pynndescent
copying pynndescent/sparse_nndescent.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pynndescent/build/pynndescent
copying pynndescent/graph_utils.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pynndescent/build/pynndescent
copying pynndescent/rp_trees.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pynndescent/build/pynndescent
copying pynndescent/threaded_rp_trees.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pynndescent/build/pynndescent
copying pynndescent/pynndescent_.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pynndescent/build/pynndescent
copying pynndescent/distances.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pynndescent/build/pynndescent
copying pynndescent/optimal_transport.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pynndescent/build/pynndescent
I: pybuild base:310: /usr/bin/python3 setup.py build
running build
running build_py
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pynndescent/build/pynndescent
copying pynndescent/utils.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pynndescent/build/pynndescent
copying pynndescent/__init__.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pynndescent/build/pynndescent
copying pynndescent/sparse.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pynndescent/build/pynndescent
copying pynndescent/sparse_nndescent.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pynndescent/build/pynndescent
copying pynndescent/graph_utils.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pynndescent/build/pynndescent
copying pynndescent/rp_trees.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pynndescent/build/pynndescent
copying pynndescent/threaded_rp_trees.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pynndescent/build/pynndescent
copying pynndescent/pynndescent_.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pynndescent/build/pynndescent
copying pynndescent/distances.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pynndescent/build/pynndescent
copying pynndescent/optimal_transport.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pynndescent/build/pynndescent
debian/rules override_dh_auto_test
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_test -- --system=custom --test-args="PYTHONPATH={build_dir} {interpreter} -m pytest -v
/<<PKGBUILDDIR>>/pynndescent/tests"
I: pybuild base:310: PYTHONPATH=/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pynndescent/build
python3.12 -m pytest -v /<<PKGBUILDDIR>>/pynndescent/tests
ImportError while loading conftest
'/<<PKGBUILDDIR>>/pynndescent/tests/conftest.py'.
pynndescent/__init__.py:3: in <module>
import numba
/usr/lib/python3/dist-packages/numba/__init__.py:73: in <module>
from numba.misc.special import (
/usr/lib/python3/dist-packages/numba/misc/special.py:3: in <module>
from numba.core.typing.typeof import typeof
/usr/lib/python3/dist-packages/numba/core/typing/__init__.py:1: in <module>
from .context import BaseContext, Context
/usr/lib/python3/dist-packages/numba/core/typing/context.py:11: in <module>
from numba.core.typeconv import Conversion, rules
/usr/lib/python3/dist-packages/numba/core/typeconv/rules.py:2: in <module>
from .typeconv import TypeManager, TypeCastingRules
/usr/lib/python3/dist-packages/numba/core/typeconv/typeconv.py:16: in <module>
raise ImportError(msg)
E ImportError: Numba could not be imported.
E
--------------------------------------------------------------------------------
E If you are seeing this message and are undertaking Numba development work,
you may need to rebuild Numba.
E Please see the development set up guide:
E
E https://numba.readthedocs.io/en/stable/developer/contributing.html.
E
E
--------------------------------------------------------------------------------
E If you are not working on Numba development, the original error was:
'cannot import name '_typeconv' from 'numba.core.typeconv'
(/usr/lib/python3/dist-packages/numba/core/typeconv/__init__.py)'.
E For help, please visit:
E
E
https://numba.readthedocs.io/en/stable/user/faq.html#numba-could-not-be-imported
E: pybuild pybuild:395: test: plugin custom failed with: exit code=4:
PYTHONPATH=/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pynndescent/build python3.12 -m pytest
-v /<<PKGBUILDDIR>>/pynndescent/tests
I: pybuild base:310: PYTHONPATH=/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pynndescent/build
python3.11 -m pytest -v /<<PKGBUILDDIR>>/pynndescent/tests
ImportError while loading conftest
'/<<PKGBUILDDIR>>/pynndescent/tests/conftest.py'.
pynndescent/__init__.py:22: in <module>
__version__ = importlib_metadata.version("pynndescent")
E importlib.metadata.PackageNotFoundError: No package metadata was found for
pynndescent
E: pybuild pybuild:395: test: plugin custom failed with: exit code=4:
PYTHONPATH=/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pynndescent/build python3.11 -m pytest
-v /<<PKGBUILDDIR>>/pynndescent/tests
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12 3.11" --system=custom
"--test-args=PYTHONPATH={build_dir} {interpreter} -m pytest -v
/<<PKGBUILDDIR>>/pynndescent/tests" returned exit code 13
make[1]: *** [debian/rules:11: override_dh_auto_test] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:7: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:
https://people.debian.org/~sanvila/build-logs/202312/
About the archive rebuild: The build was made using virtual machines
from AWS, with enough memory, enough disk, and either one or two
CPUs, using a reduced chroot with only build-essential packages.
If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.
Thanks.
--- End Message ---
--- Begin Message ---
Source: python-pynndescent
Source-Version: 0.5.11-1
Done: Benjamin Drung <[email protected]>
We believe that the bug you reported is fixed in the latest version of
python-pynndescent, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Benjamin Drung <[email protected]> (supplier of updated python-pynndescent
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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sat, 01 Jun 2024 00:37:17 +0200
Source: python-pynndescent
Built-For-Profiles: noudeb
Architecture: source
Version: 0.5.11-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Benjamin Drung <[email protected]>
Closes: 1057598
Changes:
python-pynndescent (0.5.11-1) unstable; urgency=medium
.
[ Andreas Tille ]
* Team upload.
* New upstream version (Closes: #1057598)
* Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
.
[ Benjamin Drung ]
* test: load pynndescent_bug_np.npz from relative path
* Hard-code __version__ during build to fix running test during build
Checksums-Sha1:
186d5c1705f51b97be53752fa47c877a631675ca 2465 python-pynndescent_0.5.11-1.dsc
cba918feaea124908b03fdad0d23ca8210576da2 2796620
python-pynndescent_0.5.11.orig.tar.xz
010e72ad15b3fc2c41464c3179107acf2856bcf1 5340
python-pynndescent_0.5.11-1.debian.tar.xz
e6ee024c20071354ddd0c930f9432a744a3ae599 8434
python-pynndescent_0.5.11-1_source.buildinfo
Checksums-Sha256:
561d5c076afdd0527dc6619b284af730bda2f12d5a3d65c2532eab3d69158643 2465
python-pynndescent_0.5.11-1.dsc
6cd27ce8bd8a08ca5d17071c42e124d982beb5227a2984d3f9234e98d90db505 2796620
python-pynndescent_0.5.11.orig.tar.xz
ca3bf1f9bcf1b6f64c08a590fd4e0dcbbc97f2f044f5b8511147290d6a289dbb 5340
python-pynndescent_0.5.11-1.debian.tar.xz
5ec6257327fcf4e0e7feb3db87bead0058b68dea61c94606f034f7ffee342451 8434
python-pynndescent_0.5.11-1_source.buildinfo
Files:
b5f1d80f1ef71cd7899474bc74f0a8ba 2465 python optional
python-pynndescent_0.5.11-1.dsc
064846200c35956afee13c1c782f1516 2796620 python optional
python-pynndescent_0.5.11.orig.tar.xz
7d2d9390f3a4cc5c93aa7e5f888d3ae3 5340 python optional
python-pynndescent_0.5.11-1.debian.tar.xz
e21c917d5a671cc4333ec6b3bc5529e6 8434 python optional
python-pynndescent_0.5.11-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmZaWBEACgkQFZ61xO/I
d0yYZQ/+NDDqv/Jn3wrN1dMmBh1Bu3Ey/vXN8EIEJ+EAIRok0WLN7DCt1I+AZg7L
vzNN6sqhyMykiDfRHHgz9sP9xSs9I4QfpAIdmltYKNovbRFUuo1BzNCMMeukLdIV
DqlsuCTCfFuPL+mAIkrlgtUMw7UXLTgQORpdsBVaiHPAY4MNXhHHQc2WiRJZMrin
Zy/olvtdVApGS1Re+uihSeQRXIoiUDW8l2rHnVZ6h8Y0uVWQoznt0E/uv6x0PacK
VfwRinpBlSHcIhvQC+kIZ4jrArs22CcKjdmuCGfQ3FaOhosvir7WSud9DpPUUQ44
fhlE5dATLu2ZO0IyJL9ftoGrjkUZiQsT0u3H01U2Hu06mH8QCNsGUiESgQy4tYGW
Y0jotIDNjdH/p6J98nyCXKy+wExGEFILIZC22o0jpEETJbJvJmYhhyqGYtLvEU/a
sdB7EEsvFZegJ36ocSJifDZgKesf8olJymQfNfvu9if48czfvwqSwY98iyy2qRtr
q+k+AEyz4XaUS9GkybILhTw0lgccx0+NpI//JqfAzcOieWzk1AUGKYcu+ZHVfXJF
/Z8HdAf1tCiKER1+pgk1BQN34c5UrhyiO6f+DNtXAr/S7tc0XhnlrwQrJi7bUQzp
sO8i7e3gr77tP+uI9ziHIYfPWl+EG2GCOEKU9BluP0v4vX6l91E=
=boks
-----END PGP SIGNATURE-----
pgpWvn6rDkpgV.pgp
Description: PGP signature
--- End Message ---