Source: deepdiff Version: 6.2.2-1 Severity: serious Justification: FTBFS Tags: trixie sid ftbfs User: lu...@debian.org Usertags: ftbfs-20230925 ftbfs-trixie
Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > 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:291: python3.11 setup.py config > running config > dh_auto_build -O--buildsystem=pybuild > I: pybuild base:291: /usr/bin/python3 setup.py build > running build > running build_py > creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/deepdiff > copying deepdiff/deephash.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/deepdiff > copying deepdiff/model.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/deepdiff > copying deepdiff/serialization.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/deepdiff > copying deepdiff/base.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/deepdiff > copying deepdiff/distance.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/deepdiff > copying deepdiff/__init__.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/deepdiff > copying deepdiff/lfucache.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/deepdiff > copying deepdiff/search.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/deepdiff > copying deepdiff/diff.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/deepdiff > copying deepdiff/path.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/deepdiff > copying deepdiff/anyset.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/deepdiff > copying deepdiff/helper.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/deepdiff > copying deepdiff/operator.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/deepdiff > copying deepdiff/delta.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/deepdiff > copying deepdiff/commands.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/deepdiff > running egg_info > creating deepdiff.egg-info > writing deepdiff.egg-info/PKG-INFO > writing dependency_links to deepdiff.egg-info/dependency_links.txt > writing entry points to deepdiff.egg-info/entry_points.txt > writing requirements to deepdiff.egg-info/requires.txt > writing top-level names to deepdiff.egg-info/top_level.txt > writing manifest file 'deepdiff.egg-info/SOURCES.txt' > reading manifest file 'deepdiff.egg-info/SOURCES.txt' > reading manifest template 'MANIFEST.in' > warning: no files found matching 'AUTHORS' > warning: no files found matching 'CHANGELOG' > warning: no files found matching '*.rst' > warning: no files found matching 'deepdiff/*.rst' > warning: no previously-included files matching '__pycache__' found anywhere > in distribution > warning: no previously-included files matching '*.py[co]' found anywhere in > distribution > adding license file 'LICENSE' > adding license file 'AUTHORS.md' > writing manifest file 'deepdiff.egg-info/SOURCES.txt' > dh_auto_test -O--buildsystem=pybuild > I: pybuild base:291: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build; > python3.11 -m pytest tests > ============================= test session starts > ============================== > platform linux -- Python 3.11.5, pytest-7.4.2, pluggy-1.3.0 > rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build > configfile: pytest.ini > collected 752 items / 2 errors > > ==================================== ERRORS > ==================================== > ____________________ ERROR collecting tests/test_command.py > ____________________ > ImportError while importing test module > '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_command.py'. > Hint: make sure your test modules/packages have valid Python names. > Traceback: > /usr/lib/python3.11/importlib/__init__.py:126: in import_module > return _bootstrap._gcd_import(name[level:], package, level) > tests/test_command.py:6: in <module> > from conftest import FIXTURES_DIR > E ModuleNotFoundError: No module named 'conftest' > _________________ ERROR collecting tests/test_serialization.py > _________________ > ImportError while importing test module > '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_serialization.py'. > Hint: make sure your test modules/packages have valid Python names. > Traceback: > /usr/lib/python3.11/importlib/__init__.py:126: in import_module > return _bootstrap._gcd_import(name[level:], package, level) > tests/test_serialization.py:15: in <module> > from conftest import FIXTURES_DIR > E ModuleNotFoundError: No module named 'conftest' > =============================== warnings summary > =============================== > tests/test_cache.py:9 > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_cache.py:9: > PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo? You can > register custom marks to avoid this warning - for details, see > https://docs.pytest.org/en/stable/how-to/mark.html > @pytest.mark.slow > > tests/test_cache.py:31 > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_cache.py:31: > PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo? You can > register custom marks to avoid this warning - for details, see > https://docs.pytest.org/en/stable/how-to/mark.html > @pytest.mark.slow > > -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html > =========================== short test summary info > ============================ > ERROR tests/test_command.py > ERROR tests/test_serialization.py > !!!!!!!!!!!!!!!!!!! Interrupted: 2 errors during collection > !!!!!!!!!!!!!!!!!!!! > ======================== 2 warnings, 2 errors in 1.28s > ========================= > E: pybuild pybuild:395: test: plugin distutils failed with: exit code=2: cd > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build; python3.11 -m pytest tests > dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.11 > returned exit code 13 The full build log is available from: http://qa-logs.debian.net/2023/09/25/deepdiff_6.2.2-1_unstable.log All bugs filed during this archive rebuild are listed at: https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230925;users=lu...@debian.org or: https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230925&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.