Your message dated Mon, 09 Oct 2023 15:19:04 +0000
with message-id <e1qps2c-0068hz...@fasolo.debian.org>
and subject line Bug#1052816: fixed in asdf-standard 1.0.3-2
has caused the Debian Bug report #1052816,
regarding asdf-standard: FTBFS: dh_auto_test: error: pybuild --test 
--test-pytest -i python{version} -p 3.11 returned exit code 13
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.)


-- 
1052816: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1052816
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: asdf-standard
Version: 1.0.3-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
>    dh_auto_build -O--buildsystem=pybuild
> I: pybuild plugin_pyproject:110: Building wheel for python3.11 with "build" 
> module
> I: pybuild base:291: python3.11 -m build --skip-dependency-check 
> --no-isolation --wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11 
> * Building wheel...
> running bdist_wheel
> running build
> running build_py
> creating build
> creating build/lib
> creating build/lib/asdf_standard
> copying src/asdf_standard/_version.py -> build/lib/asdf_standard
> copying src/asdf_standard/__init__.py -> build/lib/asdf_standard
> copying src/asdf_standard/integration.py -> build/lib/asdf_standard
> copying src/asdf_standard/resource.py -> build/lib/asdf_standard
> running egg_info
> creating src/asdf_standard.egg-info
> writing src/asdf_standard.egg-info/PKG-INFO
> writing dependency_links to src/asdf_standard.egg-info/dependency_links.txt
> writing entry points to src/asdf_standard.egg-info/entry_points.txt
> writing requirements to src/asdf_standard.egg-info/requires.txt
> writing top-level names to src/asdf_standard.egg-info/top_level.txt
> writing manifest file 'src/asdf_standard.egg-info/SOURCES.txt'
> reading manifest file 'src/asdf_standard.egg-info/SOURCES.txt'
> adding license file 'LICENSE'
> writing manifest file 'src/asdf_standard.egg-info/SOURCES.txt'
> installing to build/bdist.linux-x86_64/wheel
> running install
> running install_lib
> creating build/bdist.linux-x86_64
> creating build/bdist.linux-x86_64/wheel
> creating build/bdist.linux-x86_64/wheel/asdf_standard
> copying build/lib/asdf_standard/_version.py -> 
> build/bdist.linux-x86_64/wheel/asdf_standard
> copying build/lib/asdf_standard/__init__.py -> 
> build/bdist.linux-x86_64/wheel/asdf_standard
> copying build/lib/asdf_standard/integration.py -> 
> build/bdist.linux-x86_64/wheel/asdf_standard
> copying build/lib/asdf_standard/resource.py -> 
> build/bdist.linux-x86_64/wheel/asdf_standard
> running install_egg_info
> Copying src/asdf_standard.egg-info to 
> build/bdist.linux-x86_64/wheel/asdf_standard-1.0.3.egg-info
> running install_scripts
> creating build/bdist.linux-x86_64/wheel/asdf_standard-1.0.3.dist-info/WHEEL
> creating 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/.tmp-3g3njkg3/asdf_standard-1.0.3-py3-none-any.whl'
>  and adding 'build/bdist.linux-x86_64/wheel' to it
> adding 'asdf_standard/__init__.py'
> adding 'asdf_standard/_version.py'
> adding 'asdf_standard/integration.py'
> adding 'asdf_standard/resource.py'
> adding 'asdf_standard-1.0.3.dist-info/LICENSE'
> adding 'asdf_standard-1.0.3.dist-info/METADATA'
> adding 'asdf_standard-1.0.3.dist-info/WHEEL'
> adding 'asdf_standard-1.0.3.dist-info/entry_points.txt'
> adding 'asdf_standard-1.0.3.dist-info/top_level.txt'
> adding 'asdf_standard-1.0.3.dist-info/RECORD'
> removing build/bdist.linux-x86_64/wheel
> Successfully built asdf_standard-1.0.3-py3-none-any.whl
> I: pybuild plugin_pyproject:122: Unpacking wheel built for python3.11 with 
> "installer" module
>    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: pyproject.toml
> plugins: mock-3.11.1, doctestplus-1.0.0, cov-4.1.0, openfiles-0.5.0, 
> filter-subpackage-0.1.2, astropy-header-0.2.2, asdf-2.15.0, arraydiff-0.5.0, 
> hypothesis-6.87.0, remotedata-0.4.0, astropy-0.10.0
> collected 20 items / 1 error
> 
> ==================================== ERRORS 
> ====================================
> __________________ ERROR collecting tests/test_version_map.py 
> __________________
> /usr/lib/python3/dist-packages/_pytest/runner.py:341: in 
> from_call
>     result: Optional[TResult] = func()
> /usr/lib/python3/dist-packages/_pytest/runner.py:372: in <lambda>
>     call = CallInfo.from_call(lambda: list(collector.collect()), "collect")
> /usr/lib/python3/dist-packages/_pytest/python.py:531: in collect
>     self._inject_setup_module_fixture()
> /usr/lib/python3/dist-packages/_pytest/python.py:545: in 
> _inject_setup_module_fixture
>     self.obj, ("setUpModule", "setup_module")
> /usr/lib/python3/dist-packages/_pytest/python.py:310: in obj
>     self._obj = obj = self._getobj()
> /usr/lib/python3/dist-packages/_pytest/python.py:528: in _getobj
>     return self._importtestmodule()
> /usr/lib/python3/dist-packages/_pytest/python.py:617: in 
> _importtestmodule
>     mod = import_path(self.path, mode=importmode, root=self.config.rootpath)
> /usr/lib/python3/dist-packages/_pytest/pathlib.py:567: in 
> import_path
>     importlib.import_module(module_name)
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> <frozen importlib._bootstrap>:1204: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1176: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:1147: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:690: in _load_unlocked
>     ???
> /usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:178: 
> in exec_module
>     exec(co, module.__dict__)
> tests/test_version_map.py:20: in <module>
>     LATEST_PATH = SORTED_PATHS[-1]
> E   IndexError: list index out of range
> =========================== short test summary info 
> ============================
> ERROR tests/test_version_map.py - IndexError: list index out of range
> !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection 
> !!!!!!!!!!!!!!!!!!!!
> =============================== 1 error in 
> 0.45s ===============================
> E: pybuild pybuild:395: test: plugin pyproject 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/asdf-standard_1.0.3-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.

--- End Message ---
--- Begin Message ---
Source: asdf-standard
Source-Version: 1.0.3-2
Done: Ole Streicher <oleb...@debian.org>

We believe that the bug you reported is fixed in the latest version of
asdf-standard, 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 1052...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ole Streicher <oleb...@debian.org> (supplier of updated asdf-standard 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: Mon, 09 Oct 2023 16:37:42 +0200
Source: asdf-standard
Architecture: source
Version: 1.0.3-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Astronomy Team 
<debian-astro-maintain...@lists.alioth.debian.org>
Changed-By: Ole Streicher <oleb...@debian.org>
Closes: 1052816
Changes:
 asdf-standard (1.0.3-2) unstable; urgency=medium
 .
   * Add yaml schema files. Closes: #1052816
   * Disable coloring of pytest output
Checksums-Sha1:
 c14c453152232bce497ec26fed4393b32dc54064 2352 asdf-standard_1.0.3-2.dsc
 9c7c0e56104909f6359d6cca2e9be7eccd1da5ef 9712 
asdf-standard_1.0.3-2.debian.tar.xz
Checksums-Sha256:
 8824b21e91ed4013ada8f18716de0ddb81ff59e8f7c0964821aca981e315f8dc 2352 
asdf-standard_1.0.3-2.dsc
 8ff24a2119546d53f83034bdd8e0489da078435aadfc3feb2c83c92fc7346747 9712 
asdf-standard_1.0.3-2.debian.tar.xz
Files:
 22fbf215dc6c384b1f960640652eb970 2352 python optional asdf-standard_1.0.3-2.dsc
 686992f213ccadb8110aaeead0c5edbc 9712 python optional 
asdf-standard_1.0.3-2.debian.tar.xz

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

iQIzBAEBCgAdFiEE7/BpV0Ra2/h0L3qtmk9WvbkOGL0FAmUkFJwACgkQmk9WvbkO
GL3tyQ/6AuIhzuUWNp79tmpW6i5P5T9/ptbHbqlleEGlfDmYwkNX7INPbobS6n3l
BjQBfQ3C6/LqXmhy77D4JJ9FeHt0s622AyyGq94mIOmUIWCTBmuupty5LjMz+45w
eGF62iHbxcaiy5OqhusaV2XJg/cuo7hgrqRlc94lZdRuEXeV6EacLuYC2rzUTH2e
aT+c3Iko4OJyeslGJEn7flurzASmw9LB+/KHEYZLwTuIZjoavK0WjaOmmrr01K6p
A/JwdNPyj9J3VCfB0F43NPiP3YN8hntnAm7aaZVI8KMt3SkrM3LoXvn9T9HJJvvA
XGvSEXlpME4UBRnI+y2eGpICAaM77o16CM1+yGMJ1M4h7tl3f2FOjayaJeRNFqgR
FwBWY7SpuRpV3AaoJ2asDYIWcFsZZ21HiwIVH6LV9EaXhlz8UanKq7vn8JHGYh8A
FloAiWY1Np0Ze9jKX/znstsoiYf7sI3tYPk8W+c0h6dNgHfxtsR4JhwsP19XU6tA
GM9QNSxtG2i0nQW+4HKsCo2Pf+5YyuuMQAsHMGA07QauIoHruAKJXMUq4vo7S4vc
Fi1TMRy22TmzeTN6sTwwlXQUf3s6JGcbXqGQCYRuChrJ1+87vh/HhmUjBln8t0e+
C3NEKxM61WsfEI5QZObl7mk3csbNawKOSMBdsgeastA4yFZ0gwQ=
=B3i9
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to