Your message dated Sat, 13 Jan 2024 15:05:41 +0000
with message-id <e1rofzt-00dhpm...@fasolo.debian.org>
and subject line Bug#1058310: fixed in python-ibm-cloud-sdk-core 3.18.2-1
has caused the Debian Bug report #1058310,
regarding python-ibm-cloud-sdk-core: FTBFS: failed tests
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.)
--
1058310: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1058310
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-ibm-cloud-sdk-core
Version: 3.16.7-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231212 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.12 with "build"
> module
> I: pybuild base:310: python3.12 -m build --skip-dependency-check
> --no-isolation --wheel --outdir
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ibm-cloud-sdk-core
> * Building wheel...
> <string>:18: DeprecationWarning: pkg_resources is deprecated as an API. See
> https://setuptools.pypa.io/en/latest/pkg_resources.html
> running bdist_wheel
> running build
> running build_py
> creating build
> creating build/lib
> creating build/lib/ibm_cloud_sdk_core
> copying ibm_cloud_sdk_core/utils.py -> build/lib/ibm_cloud_sdk_core
> copying ibm_cloud_sdk_core/__init__.py -> build/lib/ibm_cloud_sdk_core
> copying ibm_cloud_sdk_core/version.py -> build/lib/ibm_cloud_sdk_core
> copying ibm_cloud_sdk_core/base_service.py -> build/lib/ibm_cloud_sdk_core
> copying ibm_cloud_sdk_core/api_exception.py -> build/lib/ibm_cloud_sdk_core
> copying ibm_cloud_sdk_core/detailed_response.py ->
> build/lib/ibm_cloud_sdk_core
> copying ibm_cloud_sdk_core/get_authenticator.py ->
> build/lib/ibm_cloud_sdk_core
> creating build/lib/test
> copying test/test_cp4d_authenticator.py -> build/lib/test
> copying test/test_authenticator.py -> build/lib/test
> copying test/test_cp4d_token_manager.py -> build/lib/test
> copying test/__init__.py -> build/lib/test
> copying test/test_token_manager.py -> build/lib/test
> copying test/test_jwt_token_manager.py -> build/lib/test
> copying test/test_base_service.py -> build/lib/test
> copying test/test_iam_token_manager.py -> build/lib/test
> copying test/test_vpc_instance_token_manager.py -> build/lib/test
> copying test/test_no_auth_authenticator.py -> build/lib/test
> copying test/test_utils.py -> build/lib/test
> copying test/test_container_authenticator.py -> build/lib/test
> copying test/test_detailed_response.py -> build/lib/test
> copying test/test_basic_authenticator.py -> build/lib/test
> copying test/test_container_token_manager.py -> build/lib/test
> copying test/test_iam_authenticator.py -> build/lib/test
> copying test/test_bearer_authenticator.py -> build/lib/test
> copying test/test_vpc_instance_authenticator.py -> build/lib/test
> copying test/test_api_exception.py -> build/lib/test
> creating build/lib/ibm_cloud_sdk_core/token_managers
> copying ibm_cloud_sdk_core/token_managers/__init__.py ->
> build/lib/ibm_cloud_sdk_core/token_managers
> copying ibm_cloud_sdk_core/token_managers/iam_token_manager.py ->
> build/lib/ibm_cloud_sdk_core/token_managers
> copying ibm_cloud_sdk_core/token_managers/container_token_manager.py ->
> build/lib/ibm_cloud_sdk_core/token_managers
> copying ibm_cloud_sdk_core/token_managers/token_manager.py ->
> build/lib/ibm_cloud_sdk_core/token_managers
> copying ibm_cloud_sdk_core/token_managers/iam_request_based_token_manager.py
> -> build/lib/ibm_cloud_sdk_core/token_managers
> copying ibm_cloud_sdk_core/token_managers/vpc_instance_token_manager.py ->
> build/lib/ibm_cloud_sdk_core/token_managers
> copying ibm_cloud_sdk_core/token_managers/cp4d_token_manager.py ->
> build/lib/ibm_cloud_sdk_core/token_managers
> copying ibm_cloud_sdk_core/token_managers/jwt_token_manager.py ->
> build/lib/ibm_cloud_sdk_core/token_managers
> creating build/lib/ibm_cloud_sdk_core/authenticators
> copying ibm_cloud_sdk_core/authenticators/__init__.py ->
> build/lib/ibm_cloud_sdk_core/authenticators
> copying ibm_cloud_sdk_core/authenticators/no_auth_authenticator.py ->
> build/lib/ibm_cloud_sdk_core/authenticators
> copying ibm_cloud_sdk_core/authenticators/bearer_token_authenticator.py ->
> build/lib/ibm_cloud_sdk_core/authenticators
> copying ibm_cloud_sdk_core/authenticators/basic_authenticator.py ->
> build/lib/ibm_cloud_sdk_core/authenticators
> copying ibm_cloud_sdk_core/authenticators/iam_request_based_authenticator.py
> -> build/lib/ibm_cloud_sdk_core/authenticators
> copying ibm_cloud_sdk_core/authenticators/cp4d_authenticator.py ->
> build/lib/ibm_cloud_sdk_core/authenticators
> copying ibm_cloud_sdk_core/authenticators/iam_authenticator.py ->
> build/lib/ibm_cloud_sdk_core/authenticators
> copying ibm_cloud_sdk_core/authenticators/vpc_instance_authenticator.py ->
> build/lib/ibm_cloud_sdk_core/authenticators
> copying ibm_cloud_sdk_core/authenticators/authenticator.py ->
> build/lib/ibm_cloud_sdk_core/authenticators
> copying ibm_cloud_sdk_core/authenticators/container_authenticator.py ->
> build/lib/ibm_cloud_sdk_core/authenticators
> running egg_info
> creating ibm_cloud_sdk_core.egg-info
> writing ibm_cloud_sdk_core.egg-info/PKG-INFO
> writing dependency_links to ibm_cloud_sdk_core.egg-info/dependency_links.txt
> writing requirements to ibm_cloud_sdk_core.egg-info/requires.txt
> writing top-level names to ibm_cloud_sdk_core.egg-info/top_level.txt
> writing manifest file 'ibm_cloud_sdk_core.egg-info/SOURCES.txt'
> reading manifest file 'ibm_cloud_sdk_core.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> adding license file 'LICENSE'
> writing manifest file 'ibm_cloud_sdk_core.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/ibm_cloud_sdk_core
> copying build/lib/ibm_cloud_sdk_core/utils.py ->
> build/bdist.linux-x86_64/wheel/ibm_cloud_sdk_core
> copying build/lib/ibm_cloud_sdk_core/__init__.py ->
> build/bdist.linux-x86_64/wheel/ibm_cloud_sdk_core
> copying build/lib/ibm_cloud_sdk_core/version.py ->
> build/bdist.linux-x86_64/wheel/ibm_cloud_sdk_core
> creating build/bdist.linux-x86_64/wheel/ibm_cloud_sdk_core/token_managers
> copying build/lib/ibm_cloud_sdk_core/token_managers/__init__.py ->
> build/bdist.linux-x86_64/wheel/ibm_cloud_sdk_core/token_managers
> copying build/lib/ibm_cloud_sdk_core/token_managers/iam_token_manager.py ->
> build/bdist.linux-x86_64/wheel/ibm_cloud_sdk_core/token_managers
> copying
> build/lib/ibm_cloud_sdk_core/token_managers/container_token_manager.py ->
> build/bdist.linux-x86_64/wheel/ibm_cloud_sdk_core/token_managers
> copying build/lib/ibm_cloud_sdk_core/token_managers/token_manager.py ->
> build/bdist.linux-x86_64/wheel/ibm_cloud_sdk_core/token_managers
> copying
> build/lib/ibm_cloud_sdk_core/token_managers/iam_request_based_token_manager.py
> -> build/bdist.linux-x86_64/wheel/ibm_cloud_sdk_core/token_managers
> copying
> build/lib/ibm_cloud_sdk_core/token_managers/vpc_instance_token_manager.py ->
> build/bdist.linux-x86_64/wheel/ibm_cloud_sdk_core/token_managers
> copying build/lib/ibm_cloud_sdk_core/token_managers/cp4d_token_manager.py ->
> build/bdist.linux-x86_64/wheel/ibm_cloud_sdk_core/token_managers
> copying build/lib/ibm_cloud_sdk_core/token_managers/jwt_token_manager.py ->
> build/bdist.linux-x86_64/wheel/ibm_cloud_sdk_core/token_managers
> copying build/lib/ibm_cloud_sdk_core/base_service.py ->
> build/bdist.linux-x86_64/wheel/ibm_cloud_sdk_core
> creating build/bdist.linux-x86_64/wheel/ibm_cloud_sdk_core/authenticators
> copying build/lib/ibm_cloud_sdk_core/authenticators/__init__.py ->
> build/bdist.linux-x86_64/wheel/ibm_cloud_sdk_core/authenticators
> copying build/lib/ibm_cloud_sdk_core/authenticators/no_auth_authenticator.py
> -> build/bdist.linux-x86_64/wheel/ibm_cloud_sdk_core/authenticators
> copying
> build/lib/ibm_cloud_sdk_core/authenticators/bearer_token_authenticator.py ->
> build/bdist.linux-x86_64/wheel/ibm_cloud_sdk_core/authenticators
> copying build/lib/ibm_cloud_sdk_core/authenticators/basic_authenticator.py ->
> build/bdist.linux-x86_64/wheel/ibm_cloud_sdk_core/authenticators
> copying
> build/lib/ibm_cloud_sdk_core/authenticators/iam_request_based_authenticator.py
> -> build/bdist.linux-x86_64/wheel/ibm_cloud_sdk_core/authenticators
> copying build/lib/ibm_cloud_sdk_core/authenticators/cp4d_authenticator.py ->
> build/bdist.linux-x86_64/wheel/ibm_cloud_sdk_core/authenticators
> copying build/lib/ibm_cloud_sdk_core/authenticators/iam_authenticator.py ->
> build/bdist.linux-x86_64/wheel/ibm_cloud_sdk_core/authenticators
> copying
> build/lib/ibm_cloud_sdk_core/authenticators/vpc_instance_authenticator.py ->
> build/bdist.linux-x86_64/wheel/ibm_cloud_sdk_core/authenticators
> copying build/lib/ibm_cloud_sdk_core/authenticators/authenticator.py ->
> build/bdist.linux-x86_64/wheel/ibm_cloud_sdk_core/authenticators
> copying
> build/lib/ibm_cloud_sdk_core/authenticators/container_authenticator.py ->
> build/bdist.linux-x86_64/wheel/ibm_cloud_sdk_core/authenticators
> copying build/lib/ibm_cloud_sdk_core/api_exception.py ->
> build/bdist.linux-x86_64/wheel/ibm_cloud_sdk_core
> copying build/lib/ibm_cloud_sdk_core/detailed_response.py ->
> build/bdist.linux-x86_64/wheel/ibm_cloud_sdk_core
> copying build/lib/ibm_cloud_sdk_core/get_authenticator.py ->
> build/bdist.linux-x86_64/wheel/ibm_cloud_sdk_core
> creating build/bdist.linux-x86_64/wheel/test
> copying build/lib/test/test_cp4d_authenticator.py ->
> build/bdist.linux-x86_64/wheel/test
> copying build/lib/test/test_authenticator.py ->
> build/bdist.linux-x86_64/wheel/test
> copying build/lib/test/test_cp4d_token_manager.py ->
> build/bdist.linux-x86_64/wheel/test
> copying build/lib/test/__init__.py -> build/bdist.linux-x86_64/wheel/test
> copying build/lib/test/test_token_manager.py ->
> build/bdist.linux-x86_64/wheel/test
> copying build/lib/test/test_jwt_token_manager.py ->
> build/bdist.linux-x86_64/wheel/test
> copying build/lib/test/test_base_service.py ->
> build/bdist.linux-x86_64/wheel/test
> copying build/lib/test/test_iam_token_manager.py ->
> build/bdist.linux-x86_64/wheel/test
> copying build/lib/test/test_vpc_instance_token_manager.py ->
> build/bdist.linux-x86_64/wheel/test
> copying build/lib/test/test_no_auth_authenticator.py ->
> build/bdist.linux-x86_64/wheel/test
> copying build/lib/test/test_utils.py -> build/bdist.linux-x86_64/wheel/test
> copying build/lib/test/test_container_authenticator.py ->
> build/bdist.linux-x86_64/wheel/test
> copying build/lib/test/test_detailed_response.py ->
> build/bdist.linux-x86_64/wheel/test
> copying build/lib/test/test_basic_authenticator.py ->
> build/bdist.linux-x86_64/wheel/test
> copying build/lib/test/test_container_token_manager.py ->
> build/bdist.linux-x86_64/wheel/test
> copying build/lib/test/test_iam_authenticator.py ->
> build/bdist.linux-x86_64/wheel/test
> copying build/lib/test/test_bearer_authenticator.py ->
> build/bdist.linux-x86_64/wheel/test
> copying build/lib/test/test_vpc_instance_authenticator.py ->
> build/bdist.linux-x86_64/wheel/test
> copying build/lib/test/test_api_exception.py ->
> build/bdist.linux-x86_64/wheel/test
> running install_egg_info
> Copying ibm_cloud_sdk_core.egg-info to
> build/bdist.linux-x86_64/wheel/ibm_cloud_sdk_core-3.16.7.egg-info
> running install_scripts
> creating
> build/bdist.linux-x86_64/wheel/ibm_cloud_sdk_core-3.16.7.dist-info/WHEEL
> creating
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ibm-cloud-sdk-core/.tmp-a3n2md6b/ibm_cloud_sdk_core-3.16.7-py3-none-any.whl'
> and adding 'build/bdist.linux-x86_64/wheel' to it
> adding 'ibm_cloud_sdk_core/__init__.py'
> adding 'ibm_cloud_sdk_core/api_exception.py'
> adding 'ibm_cloud_sdk_core/base_service.py'
> adding 'ibm_cloud_sdk_core/detailed_response.py'
> adding 'ibm_cloud_sdk_core/get_authenticator.py'
> adding 'ibm_cloud_sdk_core/utils.py'
> adding 'ibm_cloud_sdk_core/version.py'
> adding 'ibm_cloud_sdk_core/authenticators/__init__.py'
> adding 'ibm_cloud_sdk_core/authenticators/authenticator.py'
> adding 'ibm_cloud_sdk_core/authenticators/basic_authenticator.py'
> adding 'ibm_cloud_sdk_core/authenticators/bearer_token_authenticator.py'
> adding 'ibm_cloud_sdk_core/authenticators/container_authenticator.py'
> adding 'ibm_cloud_sdk_core/authenticators/cp4d_authenticator.py'
> adding 'ibm_cloud_sdk_core/authenticators/iam_authenticator.py'
> adding 'ibm_cloud_sdk_core/authenticators/iam_request_based_authenticator.py'
> adding 'ibm_cloud_sdk_core/authenticators/no_auth_authenticator.py'
> adding 'ibm_cloud_sdk_core/authenticators/vpc_instance_authenticator.py'
> adding 'ibm_cloud_sdk_core/token_managers/__init__.py'
> adding 'ibm_cloud_sdk_core/token_managers/container_token_manager.py'
> adding 'ibm_cloud_sdk_core/token_managers/cp4d_token_manager.py'
> adding 'ibm_cloud_sdk_core/token_managers/iam_request_based_token_manager.py'
> adding 'ibm_cloud_sdk_core/token_managers/iam_token_manager.py'
> adding 'ibm_cloud_sdk_core/token_managers/jwt_token_manager.py'
> adding 'ibm_cloud_sdk_core/token_managers/token_manager.py'
> adding 'ibm_cloud_sdk_core/token_managers/vpc_instance_token_manager.py'
> adding 'test/__init__.py'
> adding 'test/test_api_exception.py'
> adding 'test/test_authenticator.py'
> adding 'test/test_base_service.py'
> adding 'test/test_basic_authenticator.py'
> adding 'test/test_bearer_authenticator.py'
> adding 'test/test_container_authenticator.py'
> adding 'test/test_container_token_manager.py'
> adding 'test/test_cp4d_authenticator.py'
> adding 'test/test_cp4d_token_manager.py'
> adding 'test/test_detailed_response.py'
> adding 'test/test_iam_authenticator.py'
> adding 'test/test_iam_token_manager.py'
> adding 'test/test_jwt_token_manager.py'
> adding 'test/test_no_auth_authenticator.py'
> adding 'test/test_token_manager.py'
> adding 'test/test_utils.py'
> adding 'test/test_vpc_instance_authenticator.py'
> adding 'test/test_vpc_instance_token_manager.py'
> adding 'ibm_cloud_sdk_core-3.16.7.dist-info/LICENSE'
> adding 'ibm_cloud_sdk_core-3.16.7.dist-info/METADATA'
> adding 'ibm_cloud_sdk_core-3.16.7.dist-info/WHEEL'
> adding 'ibm_cloud_sdk_core-3.16.7.dist-info/top_level.txt'
> adding 'ibm_cloud_sdk_core-3.16.7.dist-info/zip-safe'
> adding 'ibm_cloud_sdk_core-3.16.7.dist-info/RECORD'
> removing build/bdist.linux-x86_64/wheel
> Successfully built ibm_cloud_sdk_core-3.16.7-py3-none-any.whl
> I: pybuild plugin_pyproject:122: Unpacking wheel built for python3.12 with
> "installer" module
> I: pybuild plugin_pyproject:110: Building wheel for python3.11 with "build"
> module
> I: pybuild base:310: python3.11 -m build --skip-dependency-check
> --no-isolation --wheel --outdir
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_ibm-cloud-sdk-core
> * Building wheel...
> <string>:18: DeprecationWarning: pkg_resources is deprecated as an API. See
> https://setuptools.pypa.io/en/latest/pkg_resources.html
> running bdist_wheel
> running build
> running build_py
> running egg_info
> writing ibm_cloud_sdk_core.egg-info/PKG-INFO
> writing dependency_links to ibm_cloud_sdk_core.egg-info/dependency_links.txt
> writing requirements to ibm_cloud_sdk_core.egg-info/requires.txt
> writing top-level names to ibm_cloud_sdk_core.egg-info/top_level.txt
> reading manifest file 'ibm_cloud_sdk_core.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> adding license file 'LICENSE'
> writing manifest file 'ibm_cloud_sdk_core.egg-info/SOURCES.txt'
> installing to build/bdist.linux-x86_64/wheel
> running install
> running install_lib
> creating build/bdist.linux-x86_64/wheel
> creating build/bdist.linux-x86_64/wheel/ibm_cloud_sdk_core
> copying build/lib/ibm_cloud_sdk_core/utils.py ->
> build/bdist.linux-x86_64/wheel/ibm_cloud_sdk_core
> copying build/lib/ibm_cloud_sdk_core/__init__.py ->
> build/bdist.linux-x86_64/wheel/ibm_cloud_sdk_core
> copying build/lib/ibm_cloud_sdk_core/version.py ->
> build/bdist.linux-x86_64/wheel/ibm_cloud_sdk_core
> creating build/bdist.linux-x86_64/wheel/ibm_cloud_sdk_core/token_managers
> copying build/lib/ibm_cloud_sdk_core/token_managers/__init__.py ->
> build/bdist.linux-x86_64/wheel/ibm_cloud_sdk_core/token_managers
> copying build/lib/ibm_cloud_sdk_core/token_managers/iam_token_manager.py ->
> build/bdist.linux-x86_64/wheel/ibm_cloud_sdk_core/token_managers
> copying
> build/lib/ibm_cloud_sdk_core/token_managers/container_token_manager.py ->
> build/bdist.linux-x86_64/wheel/ibm_cloud_sdk_core/token_managers
> copying build/lib/ibm_cloud_sdk_core/token_managers/token_manager.py ->
> build/bdist.linux-x86_64/wheel/ibm_cloud_sdk_core/token_managers
> copying
> build/lib/ibm_cloud_sdk_core/token_managers/iam_request_based_token_manager.py
> -> build/bdist.linux-x86_64/wheel/ibm_cloud_sdk_core/token_managers
> copying
> build/lib/ibm_cloud_sdk_core/token_managers/vpc_instance_token_manager.py ->
> build/bdist.linux-x86_64/wheel/ibm_cloud_sdk_core/token_managers
> copying build/lib/ibm_cloud_sdk_core/token_managers/cp4d_token_manager.py ->
> build/bdist.linux-x86_64/wheel/ibm_cloud_sdk_core/token_managers
> copying build/lib/ibm_cloud_sdk_core/token_managers/jwt_token_manager.py ->
> build/bdist.linux-x86_64/wheel/ibm_cloud_sdk_core/token_managers
> copying build/lib/ibm_cloud_sdk_core/base_service.py ->
> build/bdist.linux-x86_64/wheel/ibm_cloud_sdk_core
> creating build/bdist.linux-x86_64/wheel/ibm_cloud_sdk_core/authenticators
> copying build/lib/ibm_cloud_sdk_core/authenticators/__init__.py ->
> build/bdist.linux-x86_64/wheel/ibm_cloud_sdk_core/authenticators
> copying build/lib/ibm_cloud_sdk_core/authenticators/no_auth_authenticator.py
> -> build/bdist.linux-x86_64/wheel/ibm_cloud_sdk_core/authenticators
> copying
> build/lib/ibm_cloud_sdk_core/authenticators/bearer_token_authenticator.py ->
> build/bdist.linux-x86_64/wheel/ibm_cloud_sdk_core/authenticators
> copying build/lib/ibm_cloud_sdk_core/authenticators/basic_authenticator.py ->
> build/bdist.linux-x86_64/wheel/ibm_cloud_sdk_core/authenticators
> copying
> build/lib/ibm_cloud_sdk_core/authenticators/iam_request_based_authenticator.py
> -> build/bdist.linux-x86_64/wheel/ibm_cloud_sdk_core/authenticators
> copying build/lib/ibm_cloud_sdk_core/authenticators/cp4d_authenticator.py ->
> build/bdist.linux-x86_64/wheel/ibm_cloud_sdk_core/authenticators
> copying build/lib/ibm_cloud_sdk_core/authenticators/iam_authenticator.py ->
> build/bdist.linux-x86_64/wheel/ibm_cloud_sdk_core/authenticators
> copying
> build/lib/ibm_cloud_sdk_core/authenticators/vpc_instance_authenticator.py ->
> build/bdist.linux-x86_64/wheel/ibm_cloud_sdk_core/authenticators
> copying build/lib/ibm_cloud_sdk_core/authenticators/authenticator.py ->
> build/bdist.linux-x86_64/wheel/ibm_cloud_sdk_core/authenticators
> copying
> build/lib/ibm_cloud_sdk_core/authenticators/container_authenticator.py ->
> build/bdist.linux-x86_64/wheel/ibm_cloud_sdk_core/authenticators
> copying build/lib/ibm_cloud_sdk_core/api_exception.py ->
> build/bdist.linux-x86_64/wheel/ibm_cloud_sdk_core
> copying build/lib/ibm_cloud_sdk_core/detailed_response.py ->
> build/bdist.linux-x86_64/wheel/ibm_cloud_sdk_core
> copying build/lib/ibm_cloud_sdk_core/get_authenticator.py ->
> build/bdist.linux-x86_64/wheel/ibm_cloud_sdk_core
> creating build/bdist.linux-x86_64/wheel/test
> copying build/lib/test/test_cp4d_authenticator.py ->
> build/bdist.linux-x86_64/wheel/test
> copying build/lib/test/test_authenticator.py ->
> build/bdist.linux-x86_64/wheel/test
> copying build/lib/test/test_cp4d_token_manager.py ->
> build/bdist.linux-x86_64/wheel/test
> copying build/lib/test/__init__.py -> build/bdist.linux-x86_64/wheel/test
> copying build/lib/test/test_token_manager.py ->
> build/bdist.linux-x86_64/wheel/test
> copying build/lib/test/test_jwt_token_manager.py ->
> build/bdist.linux-x86_64/wheel/test
> copying build/lib/test/test_base_service.py ->
> build/bdist.linux-x86_64/wheel/test
> copying build/lib/test/test_iam_token_manager.py ->
> build/bdist.linux-x86_64/wheel/test
> copying build/lib/test/test_vpc_instance_token_manager.py ->
> build/bdist.linux-x86_64/wheel/test
> copying build/lib/test/test_no_auth_authenticator.py ->
> build/bdist.linux-x86_64/wheel/test
> copying build/lib/test/test_utils.py -> build/bdist.linux-x86_64/wheel/test
> copying build/lib/test/test_container_authenticator.py ->
> build/bdist.linux-x86_64/wheel/test
> copying build/lib/test/test_detailed_response.py ->
> build/bdist.linux-x86_64/wheel/test
> copying build/lib/test/test_basic_authenticator.py ->
> build/bdist.linux-x86_64/wheel/test
> copying build/lib/test/test_container_token_manager.py ->
> build/bdist.linux-x86_64/wheel/test
> copying build/lib/test/test_iam_authenticator.py ->
> build/bdist.linux-x86_64/wheel/test
> copying build/lib/test/test_bearer_authenticator.py ->
> build/bdist.linux-x86_64/wheel/test
> copying build/lib/test/test_vpc_instance_authenticator.py ->
> build/bdist.linux-x86_64/wheel/test
> copying build/lib/test/test_api_exception.py ->
> build/bdist.linux-x86_64/wheel/test
> running install_egg_info
> Copying ibm_cloud_sdk_core.egg-info to
> build/bdist.linux-x86_64/wheel/ibm_cloud_sdk_core-3.16.7.egg-info
> running install_scripts
> creating
> build/bdist.linux-x86_64/wheel/ibm_cloud_sdk_core-3.16.7.dist-info/WHEEL
> creating
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_ibm-cloud-sdk-core/.tmp-5n11a136/ibm_cloud_sdk_core-3.16.7-py3-none-any.whl'
> and adding 'build/bdist.linux-x86_64/wheel' to it
> adding 'ibm_cloud_sdk_core/__init__.py'
> adding 'ibm_cloud_sdk_core/api_exception.py'
> adding 'ibm_cloud_sdk_core/base_service.py'
> adding 'ibm_cloud_sdk_core/detailed_response.py'
> adding 'ibm_cloud_sdk_core/get_authenticator.py'
> adding 'ibm_cloud_sdk_core/utils.py'
> adding 'ibm_cloud_sdk_core/version.py'
> adding 'ibm_cloud_sdk_core/authenticators/__init__.py'
> adding 'ibm_cloud_sdk_core/authenticators/authenticator.py'
> adding 'ibm_cloud_sdk_core/authenticators/basic_authenticator.py'
> adding 'ibm_cloud_sdk_core/authenticators/bearer_token_authenticator.py'
> adding 'ibm_cloud_sdk_core/authenticators/container_authenticator.py'
> adding 'ibm_cloud_sdk_core/authenticators/cp4d_authenticator.py'
> adding 'ibm_cloud_sdk_core/authenticators/iam_authenticator.py'
> adding 'ibm_cloud_sdk_core/authenticators/iam_request_based_authenticator.py'
> adding 'ibm_cloud_sdk_core/authenticators/no_auth_authenticator.py'
> adding 'ibm_cloud_sdk_core/authenticators/vpc_instance_authenticator.py'
> adding 'ibm_cloud_sdk_core/token_managers/__init__.py'
> adding 'ibm_cloud_sdk_core/token_managers/container_token_manager.py'
> adding 'ibm_cloud_sdk_core/token_managers/cp4d_token_manager.py'
> adding 'ibm_cloud_sdk_core/token_managers/iam_request_based_token_manager.py'
> adding 'ibm_cloud_sdk_core/token_managers/iam_token_manager.py'
> adding 'ibm_cloud_sdk_core/token_managers/jwt_token_manager.py'
> adding 'ibm_cloud_sdk_core/token_managers/token_manager.py'
> adding 'ibm_cloud_sdk_core/token_managers/vpc_instance_token_manager.py'
> adding 'test/__init__.py'
> adding 'test/test_api_exception.py'
> adding 'test/test_authenticator.py'
> adding 'test/test_base_service.py'
> adding 'test/test_basic_authenticator.py'
> adding 'test/test_bearer_authenticator.py'
> adding 'test/test_container_authenticator.py'
> adding 'test/test_container_token_manager.py'
> adding 'test/test_cp4d_authenticator.py'
> adding 'test/test_cp4d_token_manager.py'
> adding 'test/test_detailed_response.py'
> adding 'test/test_iam_authenticator.py'
> adding 'test/test_iam_token_manager.py'
> adding 'test/test_jwt_token_manager.py'
> adding 'test/test_no_auth_authenticator.py'
> adding 'test/test_token_manager.py'
> adding 'test/test_utils.py'
> adding 'test/test_vpc_instance_authenticator.py'
> adding 'test/test_vpc_instance_token_manager.py'
> adding 'ibm_cloud_sdk_core-3.16.7.dist-info/LICENSE'
> adding 'ibm_cloud_sdk_core-3.16.7.dist-info/METADATA'
> adding 'ibm_cloud_sdk_core-3.16.7.dist-info/WHEEL'
> adding 'ibm_cloud_sdk_core-3.16.7.dist-info/top_level.txt'
> adding 'ibm_cloud_sdk_core-3.16.7.dist-info/zip-safe'
> adding 'ibm_cloud_sdk_core-3.16.7.dist-info/RECORD'
> removing build/bdist.linux-x86_64/wheel
> Successfully built ibm_cloud_sdk_core-3.16.7-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:310: cd
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ibm-cloud-sdk-core/build; python3.12
> -m pytest test -k " not test_cwd and not test_iam and not
> test_gzip_compression_external and not test_retry_config_external and not
> test_files_dict and not test_files_duplicate_parts and not
> test_configure_service and not test_request_token_auth_default and not
> test_request_token_auth_in_ctor and not
> test_request_token_auth_in_ctor_with_scope and not test_get_token_success and
> not test_request_token_success and not test_authenticate_success and not
> test_authenticate_fail_iam and not test_client_id_and_secret and not
> test_setter_methods and not test_retrieve_cr_token_success and not
> test_get_authenticator_from_credential_file and not
> test_get_authenticator_from_credential_file_scope and not
> test_read_external_sources_2 and not test_files_list "
> ============================= test session starts
> ==============================
> platform linux -- Python 3.12.1, pytest-7.4.3, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ibm-cloud-sdk-core/build
> collected 140 items / 41 deselected / 99 selected
>
> test/test_api_exception.py . [
> 1%]
> test/test_authenticator.py . [
> 2%]
> test/test_base_service.py ...................................... [
> 40%]
> test/test_basic_authenticator.py .. [
> 42%]
> test/test_bearer_authenticator.py .. [
> 44%]
> test/test_container_authenticator.py ..... [
> 49%]
> test/test_container_token_manager.py .. [
> 51%]
> test/test_cp4d_authenticator.py ..... [
> 56%]
> test/test_cp4d_token_manager.py . [
> 57%]
> test/test_detailed_response.py .. [
> 59%]
> test/test_jwt_token_manager.py ...F. [
> 64%]
> test/test_no_auth_authenticator.py . [
> 65%]
> test/test_token_manager.py F.... [
> 70%]
> test/test_utils.py ................ [
> 86%]
> test/test_vpc_instance_authenticator.py .... [
> 90%]
> test/test_vpc_instance_token_manager.py .........
> [100%]
>
> =================================== FAILURES
> ===================================
> ______________________ test_abstract_class_instantiation
> _______________________
>
> def test_abstract_class_instantiation():
> with pytest.raises(TypeError) as err:
> JWTTokenManager(None)
> > assert str(err.value).startswith("Can't instantiate abstract class
> > JWTTokenManager with abstract")
> E assert False
> E + where False = <built-in method startswith of str object at
> 0x7fb1655dbd70>("Can't instantiate abstract class JWTTokenManager with
> abstract")
> E + where <built-in method startswith of str object at
> 0x7fb1655dbd70> = "Can't instantiate abstract class JWTTokenManager without
> an implementation for abstract method 'request_token'".startswith
> E + where "Can't instantiate abstract class JWTTokenManager
> without an implementation for abstract method 'request_token'" =
> str(TypeError("Can't instantiate abstract class JWTTokenManager without an
> implementation for abstract method 'request_token'"))
> E + where TypeError("Can't instantiate abstract class
> JWTTokenManager without an implementation for abstract method
> 'request_token'") = <ExceptionInfo TypeError("Can't instantiate abstract
> class JWTTokenManager without an implementation for abstract method
> 'request_token'") tblen=1>.value
>
> test/test_jwt_token_manager.py:102: AssertionError
> ______________________ test_abstract_class_instantiation
> _______________________
>
> def test_abstract_class_instantiation():
> with pytest.raises(TypeError) as err:
> TokenManager(None)
> > assert (
> str(err.value) == "Can't instantiate abstract class "
> "TokenManager with abstract methods "
> "_save_token_info, "
> "request_token"
> )
> E assert "Can't instan...equest_token'" == "Can't
> instan...request_token"
> E Skipping 40 identical leading characters in diff, use -v to show
> E - nager with abstract methods _save_token_info, request_token
> E + nager without an implementation for abstract methods
> '_save_token_info', 'request_token'
> E ? +++++++++++++++++++++++++ +
> + + +
>
> test/test_token_manager.py:39: AssertionError
> =============================== warnings summary
> ===============================
> ../../../../../../usr/lib/python3/dist-packages/dateutil/tz/tz.py:37
> /usr/lib/python3/dist-packages/dateutil/tz/tz.py:37: DeprecationWarning:
> datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal
> in a future version. Use timezone-aware objects to represent datetimes in
> UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
> EPOCH = datetime.datetime.utcfromtimestamp(0)
>
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> =========================== short test summary info
> ============================
> FAILED test/test_jwt_token_manager.py::test_abstract_class_instantiation -
> as...
> FAILED test/test_token_manager.py::test_abstract_class_instantiation -
> assert...
> ============ 2 failed, 97 passed, 41 deselected, 1 warning in 2.40s
> ============
> E: pybuild pybuild:395: test: plugin pyproject failed with: exit code=1: cd
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ibm-cloud-sdk-core/build; python3.12
> -m pytest test -k " not test_cwd and not test_iam and not
> test_gzip_compression_external and not test_retry_config_external and not
> test_files_dict and not test_files_duplicate_parts and not
> test_configure_service and not test_request_token_auth_default and not
> test_request_token_auth_in_ctor and not
> test_request_token_auth_in_ctor_with_scope and not test_get_token_success and
> not test_request_token_success and not test_authenticate_success and not
> test_authenticate_fail_iam and not test_client_id_and_secret and not
> test_setter_methods and not test_retrieve_cr_token_success and not
> test_get_authenticator_from_credential_file and not
> test_get_authenticator_from_credential_file_scope and not
> test_read_external_sources_2 and not test_files_list "
> I: pybuild base:310: cd
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_ibm-cloud-sdk-core/build; python3.11
> -m pytest test -k " not test_cwd and not test_iam and not
> test_gzip_compression_external and not test_retry_config_external and not
> test_files_dict and not test_files_duplicate_parts and not
> test_configure_service and not test_request_token_auth_default and not
> test_request_token_auth_in_ctor and not
> test_request_token_auth_in_ctor_with_scope and not test_get_token_success and
> not test_request_token_success and not test_authenticate_success and not
> test_authenticate_fail_iam and not test_client_id_and_secret and not
> test_setter_methods and not test_retrieve_cr_token_success and not
> test_get_authenticator_from_credential_file and not
> test_get_authenticator_from_credential_file_scope and not
> test_read_external_sources_2 and not test_files_list "
> ============================= test session starts
> ==============================
> platform linux -- Python 3.11.7, pytest-7.4.3, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_ibm-cloud-sdk-core/build
> collected 140 items / 41 deselected / 99 selected
>
> test/test_api_exception.py . [
> 1%]
> test/test_authenticator.py . [
> 2%]
> test/test_base_service.py ...................................... [
> 40%]
> test/test_basic_authenticator.py .. [
> 42%]
> test/test_bearer_authenticator.py .. [
> 44%]
> test/test_container_authenticator.py ..... [
> 49%]
> test/test_container_token_manager.py .. [
> 51%]
> test/test_cp4d_authenticator.py ..... [
> 56%]
> test/test_cp4d_token_manager.py . [
> 57%]
> test/test_detailed_response.py .. [
> 59%]
> test/test_jwt_token_manager.py ..... [
> 64%]
> test/test_no_auth_authenticator.py . [
> 65%]
> test/test_token_manager.py ..... [
> 70%]
> test/test_utils.py ................ [
> 86%]
> test/test_vpc_instance_authenticator.py .... [
> 90%]
> test/test_vpc_instance_token_manager.py .........
> [100%]
>
> ====================== 99 passed, 41 deselected in 2.24s
> =======================
> I: pybuild pybuild:340: rm -rf
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_ibm-cloud-sdk-core/build/.pytest_cache
> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12
> 3.11" returned exit code 13
The full build log is available from:
http://qa-logs.debian.net/2023/12/12/python-ibm-cloud-sdk-core_3.16.7-1_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231212;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20231212&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: python-ibm-cloud-sdk-core
Source-Version: 3.18.2-1
Done: Michael Fladischer <fl...@debian.org>
We believe that the bug you reported is fixed in the latest version of
python-ibm-cloud-sdk-core, 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 1058...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Michael Fladischer <fl...@debian.org> (supplier of updated
python-ibm-cloud-sdk-core 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: Sat, 13 Jan 2024 14:24:52 +0000
Source: python-ibm-cloud-sdk-core
Architecture: source
Version: 3.18.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Michael Fladischer <fl...@debian.org>
Closes: 1056474 1058310
Changes:
python-ibm-cloud-sdk-core (3.18.2-1) unstable; urgency=low
.
[ Yogeswaran Umasankar ]
* Team upload.
* New upstream version 3.18.2.
* Patch for autopkgtests with Python 3.12. Includes place holder
for changing abstract class with concrete class
in JWTTokenManager and TokenManager. And set backoff_max separately
in ibm_cloud_sdk_core/base_service.py. (Closes: #1058310)
* Updated d/tests/upstream & rules for new upstream tests. (Closes:
#1056474)
* Added d/source/options.
Checksums-Sha1:
67fdcf729bc9c3a2e16466f93f9939caed531417 2019
python-ibm-cloud-sdk-core_3.18.2-1.dsc
82f7badfa650fb3de92b2e834c0b807464b2f0e9 57920
python-ibm-cloud-sdk-core_3.18.2.orig.tar.gz
2fa91af8e090efc95fbf8e2a0fdd36bbcadfaf5c 5088
python-ibm-cloud-sdk-core_3.18.2-1.debian.tar.xz
03613173891af8d32b61878dbf43212d82e90975 7435
python-ibm-cloud-sdk-core_3.18.2-1_arm64.buildinfo
Checksums-Sha256:
40de415f1246669e73c4043582a0e4c192faa1798f2b6289f832a632a0e81c1d 2019
python-ibm-cloud-sdk-core_3.18.2-1.dsc
d208c84ab2842e8a52304b991cbf1fcbcabbaccb8cab301390ff9ce18f08fbd0 57920
python-ibm-cloud-sdk-core_3.18.2.orig.tar.gz
8b13033f0315459e82f11122ad07dc3348270416a701a7d2ce939c6fa0afc99e 5088
python-ibm-cloud-sdk-core_3.18.2-1.debian.tar.xz
f21cc41e1cc3a4f482648df5eaa19da01b60a8540d16c7e4b430271c6937295a 7435
python-ibm-cloud-sdk-core_3.18.2-1_arm64.buildinfo
Files:
81bcd095f117a6f0d2d43fca92dc39c0 2019 python optional
python-ibm-cloud-sdk-core_3.18.2-1.dsc
3390a9c10823027d25a6c9dc15813e7b 57920 python optional
python-ibm-cloud-sdk-core_3.18.2.orig.tar.gz
fdba712f09220c6ca59d3bcccc157cf4 5088 python optional
python-ibm-cloud-sdk-core_3.18.2-1.debian.tar.xz
2335e1af58670ce77750fc45f6fd7795 7435 python optional
python-ibm-cloud-sdk-core_3.18.2-1_arm64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQEzBAEBCgAdFiEEqVSlRXW87UkkCnJc/9PIi5l90WoFAmWinwIACgkQ/9PIi5l9
0WpE1AgAihl7nGScqtvSrSRXCOgl9ruu1TE2qf2B+9WlMLdljkkhEpqCLLz8PzxN
nkOM9BMosoNsrKABi3kRoC1ApI9BZXEKQtf3cJoiapgQzB39S6dD3hf4u2yJtRPP
0DPTpCFo7Ptmhq3ki9Es1jA7zJSLKok00cf4LcxSslIQWRBoH/5h8Ob98xGiB6ui
Rv44vBCvzGRp3Zxe38Efud3mfULjvvfQEATitlYdDBOE2gf1jUcz7Tc2uXZgMXJf
kEoI6BbXOeqLfI8WldP9EYO9LRXw46Nj5IJhIIpyCklo5jaDk4lFcFAj4z31xvxn
GBdIJteQt0SdathFyfMU6gnQ6Pn9yg==
=R5ZA
-----END PGP SIGNATURE-----
--- End Message ---