Your message dated Thu, 27 Jul 2023 23:36:40 +0000
with message-id <e1qpaxa-00bf6l...@fasolo.debian.org>
and subject line Bug#1042302: fixed in ros2-colcon-cmake 0.2.27-2
has caused the Debian Bug report #1042302,
regarding ros2-colcon-cmake: 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.)


-- 
1042302: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1042302
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ros2-colcon-cmake
Version: 0.2.27-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230726 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 --buildsystem pybuild
>    dh_update_autotools_config -O--buildsystem=pybuild
>    dh_autoreconf -O--buildsystem=pybuild
>    dh_auto_configure -O--buildsystem=pybuild
> I: pybuild base:240: python3.11 setup.py config 
> running config
>    dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:240: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/colcon_cmake
> copying colcon_cmake/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/colcon_cmake
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/colcon_cmake/package_identification
> copying colcon_cmake/package_identification/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/colcon_cmake/package_identification
> copying colcon_cmake/package_identification/cmake.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/colcon_cmake/package_identification
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/colcon_cmake/test_result
> copying colcon_cmake/test_result/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/colcon_cmake/test_result
> copying colcon_cmake/test_result/ctest.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/colcon_cmake/test_result
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/colcon_cmake/argcomplete_completer
> copying colcon_cmake/argcomplete_completer/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/colcon_cmake/argcomplete_completer
> copying colcon_cmake/argcomplete_completer/cmake_args.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/colcon_cmake/argcomplete_completer
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/colcon_cmake/event_handler
> copying colcon_cmake/event_handler/compile_commands.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/colcon_cmake/event_handler
> copying colcon_cmake/event_handler/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/colcon_cmake/event_handler
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/colcon_cmake/task
> copying colcon_cmake/task/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/colcon_cmake/task
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/colcon_cmake/environment
> copying colcon_cmake/environment/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/colcon_cmake/environment
> copying colcon_cmake/environment/cmake_prefix_path.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/colcon_cmake/environment
> copying colcon_cmake/environment/cmake_module_path.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/colcon_cmake/environment
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/colcon_cmake/task/cmake
> copying colcon_cmake/task/cmake/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/colcon_cmake/task/cmake
> copying colcon_cmake/task/cmake/test.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/colcon_cmake/task/cmake
> copying colcon_cmake/task/cmake/build.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/colcon_cmake/task/cmake
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:240: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build; 
> python3.11 -m pytest test
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.11.4, pytest-7.4.0, pluggy-1.2.0
> rootdir: /<<PKGBUILDDIR>>
> configfile: setup.cfg
> plugins: rerunfailures-12.0, cov-4.1.0, repeat-0.9.1, colcon-core-0.12.1
> collected 2 items / 1 error / 1 skipped
> 
> ==================================== ERRORS 
> ====================================
> _ ERROR collecting 
> .pybuild/cpython3_3.11/build/test/test_parse_cmake_version.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:565: 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__)
> test/test_parse_cmake_version.py:4: in <module>
>     from colcon_cmake.task.cmake import _parse_cmake_version_string
> colcon_cmake/task/cmake/__init__.py:12: in <module>
>     from pkg_resources import parse_version
> /usr/lib/python3/dist-packages/pkg_resources/__init__.py:118: in <module>
>     warnings.warn(
> E   DeprecationWarning: pkg_resources is deprecated as an API. See 
> https://setuptools.pypa.io/en/latest/pkg_resources.html
> =========================== short test summary info 
> ============================
> ERROR test/test_parse_cmake_version.py - DeprecationWarning: pkg_resources 
> is...
> !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection 
> !!!!!!!!!!!!!!!!!!!!
> ========================= 1 skipped, 1 error in 0.28s 
> ==========================
> E: pybuild pybuild:388: test: plugin distutils failed with: exit code=2: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build; python3.11 -m pytest test
> 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/07/26/ros2-colcon-cmake_0.2.27-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230726;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230726&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: ros2-colcon-cmake
Source-Version: 0.2.27-2
Done: Timo Röhling <roehl...@debian.org>

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

Debian distribution maintenance software
pp.
Timo Röhling <roehl...@debian.org> (supplier of updated ros2-colcon-cmake 
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: Fri, 28 Jul 2023 01:15:00 +0200
Source: ros2-colcon-cmake
Architecture: source
Version: 0.2.27-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Robotics Team <team+robot...@tracker.debian.org>
Changed-By: Timo Röhling <roehl...@debian.org>
Closes: 1042302
Changes:
 ros2-colcon-cmake (0.2.27-2) unstable; urgency=medium
 .
   [ Debian Janitor ]
   * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
     Repository-Browse.
 .
   [ Timo Röhling ]
   * Ignore DeprecationWarning about pkg_resources (Closes: #1042302)
   * Bump Standards-Version to 4.6.2
Checksums-Sha1:
 6abd12958c2ac7e8578a319baa9ed3ee7d047cd2 2223 ros2-colcon-cmake_0.2.27-2.dsc
 95e926f170f4d85586bdff003f24e329eaf1a0ae 2696 
ros2-colcon-cmake_0.2.27-2.debian.tar.xz
 9e060d12a497dff44b5258b0caf1685d293ba1a1 7996 
ros2-colcon-cmake_0.2.27-2_amd64.buildinfo
Checksums-Sha256:
 c140b2e0fffbbb12bc2276195eeefe8690a5045d99e178cd2c97668eb273d7f9 2223 
ros2-colcon-cmake_0.2.27-2.dsc
 3e19d3908f79bd5c6f34c47fd032f8577be03f02cd7a64e109eb12bd92197a4e 2696 
ros2-colcon-cmake_0.2.27-2.debian.tar.xz
 e8b33e7ebac5da56bcc8842523a838dbd02a7c592d227abd29c8ca04bb3478cf 7996 
ros2-colcon-cmake_0.2.27-2_amd64.buildinfo
Files:
 9995f6bced731bbcf30a23ca9b61f316 2223 python optional 
ros2-colcon-cmake_0.2.27-2.dsc
 13c4f05c2b45772a21545c410fb1bfed 2696 python optional 
ros2-colcon-cmake_0.2.27-2.debian.tar.xz
 7d1438b6f43b39412c3c37893a8f0b92 7996 python optional 
ros2-colcon-cmake_0.2.27-2_amd64.buildinfo

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

iQHIBAEBCgAyFiEEJvtDgpxjkjCIVtam+C8H+466LVkFAmTC+pEUHHJvZWhsaW5n
QGRlYmlhbi5vcmcACgkQ+C8H+466LVnoEQwAo8gQMnFGlaXQM/UMz7TKpZOgJEh/
+6mmn2XvO5XuytMHX9KBWSiKgyrcKCaIk24SUSOH1yd5DGmMlSb8rPDwFGk+C1ue
rmSkem5dB1mN0zCYwgo/glAiwRKzM3Ce73hPl3dp6O4n1F7mQAOU5io/pTVjRSop
mdVVmW/DFBeImZnTKQnqWP92ygMWMW0XDV0JXTnLeqHVchhKJAlfAsRg4bQ37ra+
5NsyZo121hPxAAe+uldwG4pMrzo62zZnCYT5TzgjC3YJ8BVsXDcGqgfTHes14uLK
yx9Z5JNkWAxfobEHyw7IvafP0TRvNZlNZ/KtvxsOTbl70VYKTUzR7Lh7xhzzlmSB
8GfhinGKWmWN4v6dtDlUZTLeQK3uD3/7u0YE9fWtsLehY1YSmpK8NMN2H7yltFha
kEIY8gfo8FBewmr2jj/WGu/e+k5RuALV0f5whSBB1F8tLy7ekSKAMznBuP5tgH0b
IcDUGDcwBmT/46KpeGQyS/yQCYK39Q4D3gAO
=eRTT
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to