Your message dated Fri, 30 Dec 2022 18:27:17 +0000
with message-id <e1pbk69-00bsdz...@fasolo.debian.org>
and subject line Bug#1027281: Removed package(s) from unstable
has caused the Debian Bug report #1026672,
regarding python-congressclient: FTBFS: TypeError: load_all() missing 1 
required positional argument: 'Loader'
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.)


-- 
1026672: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1026672
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-congressclient
Version: 2.0.1-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20221220 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> make[1]: pyversions: No such file or directory
> py3versions: no X-Python3-Version in control file, using supported versions
> pkgos-dh_auto_test --no-py2
> + PKGOS_TEST_PARALLEL=yes
> + PKGOS_TEST_SERIAL=no
> + PYTHONS=disabled
> + PYTHON3S=disabled
> + TEST_PARALLEL_OPT=--parallel
> + TEST_SERIAL_OPT=
> + echo WARNING: --no-py2 is deprecated, and always on.
> WARNING: --no-py2 is deprecated, and always on.
> + shift
> + py3versions -vr
> + PYTHON3S=3.11 3.10
> + [ yes = no ]
> + [ no = yes ]
> + [ 3.11 = disabled ]
> + echo 3.11
> + cut -d. -f1
> + PYMAJOR=3
> + echo ===> Testing with python (python3)
> ===> Testing with python (python3)
> + pwd
> + [ -d /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages ]
> + [ -e .stestr.conf ]
> + [ -x /usr/bin/python3-stestr ]
> + STESTR=stestr
> + rm -rf .stestr
> + PYTHON=python3.11 stestr run --parallel --subunit
> + subunit2pyunit
> congressclient.tests.v1.test_datasource.TestDeleteDatasourceDriver.test_delete_datasource
> congressclient.tests.v1.test_datasource.TestDeleteDatasourceDriver.test_delete_datasource
>  ... ok
> congressclient.tests.v1.test_datasource.TestListDatasourceStatus.test_list_datasource_status
> congressclient.tests.v1.test_datasource.TestListDatasourceStatus.test_list_datasource_status
>  ... ok
> congressclient.tests.v1.test_datasource.TestCreateDatasource.test_create_datasource
> congressclient.tests.v1.test_datasource.TestCreateDatasource.test_create_datasource
>  ... ok
> congressclient.tests.v1.test_datasource.TestShowDatasourceActions.test_show_datasource_actions
> congressclient.tests.v1.test_datasource.TestShowDatasourceActions.test_show_datasource_actions
>  ... ok
> congressclient.tests.v1.test_datasource.TestShowDatasourceTableSchema.test_show_datasource_table_schema
> congressclient.tests.v1.test_datasource.TestShowDatasourceTableSchema.test_show_datasource_table_schema
>  ... ok
> congressclient.tests.v1.test_datasource.TestDatasourceRequestRefresh.test_datasource_request_refresh
> congressclient.tests.v1.test_datasource.TestDatasourceRequestRefresh.test_datasource_request_refresh
>  ... ok
> congressclient.tests.v1.test_policy.TestDeletePolicyRule.test_delete_policy_rule
> congressclient.tests.v1.test_policy.TestDeletePolicyRule.test_delete_policy_rule
>  ... ok
> congressclient.tests.v1.test_policy.TestCreatePolicyRule.test_create_policy_rule
> congressclient.tests.v1.test_policy.TestCreatePolicyRule.test_create_policy_rule
>  ... ok
> congressclient.tests.v1.test_policy.TestCreatePolicyRule.test_create_policy_rule_with_name
> congressclient.tests.v1.test_policy.TestCreatePolicyRule.test_create_policy_rule_with_name
>  ... ok
> congressclient.tests.v1.test_drivers.TestListDrivers.test_list_drivers
> congressclient.tests.v1.test_drivers.TestListDrivers.test_list_drivers ... ok
> congressclient.tests.v1.test_datasource.TestListDatasourceRows.test_list_datasource_row
> congressclient.tests.v1.test_datasource.TestListDatasourceRows.test_list_datasource_row
>  ... ok
> congressclient.tests.v1.test_api_versions.TestAPIVersions.test_list_api_versions
> congressclient.tests.v1.test_api_versions.TestAPIVersions.test_list_api_versions
>  ... ok
> congressclient.tests.v1.test_policy.TestListPolicy.test_list_policy_rules
> congressclient.tests.v1.test_policy.TestListPolicy.test_list_policy_rules ... 
> ok
> congressclient.tests.v1.test_drivers.TestShowDriverConfig.test_show_driver_config
> congressclient.tests.v1.test_drivers.TestShowDriverConfig.test_show_driver_config
>  ... ok
> congressclient.tests.v1.test_policy.TestListPolicyRows.test_list_policy_rules
> congressclient.tests.v1.test_policy.TestListPolicyRows.test_list_policy_rules 
> ... ok
> congressclient.tests.v1.test_datasource.TestListDatasourceTables.test_list_datasource_tables
> congressclient.tests.v1.test_datasource.TestListDatasourceTables.test_list_datasource_tables
>  ... ok
> congressclient.tests.v1.test_policy.TestListPolicyRows.test_list_policy_rules_trace
> congressclient.tests.v1.test_policy.TestListPolicyRows.test_list_policy_rules_trace
>  ... ok
> congressclient.tests.v1.test_policy.TestShowPolicy.test_show_policy
> congressclient.tests.v1.test_policy.TestShowPolicy.test_show_policy ... ok
> congressclient.tests.v1.test_policy.TestSimulatePolicy.test_simulate_policy
> congressclient.tests.v1.test_policy.TestSimulatePolicy.test_simulate_policy 
> ... ok
> congressclient.tests.v1.test_policy.TestGet.test_create_policy_rule
> congressclient.tests.v1.test_policy.TestGet.test_create_policy_rule ... ok
> congressclient.tests.v1.test_datasource.TestListDatasources.test_list_datasource
> congressclient.tests.v1.test_datasource.TestListDatasources.test_list_datasource
>  ... ok
> congressclient.tests.v1.test_policy.TestSimulatePolicy.test_simulate_policy_delta
> congressclient.tests.v1.test_policy.TestSimulatePolicy.test_simulate_policy_delta
>  ... ok
> congressclient.tests.v1.test_policy.TestSimulatePolicy.test_simulate_policy_trace
> congressclient.tests.v1.test_policy.TestSimulatePolicy.test_simulate_policy_trace
>  ... ok
> congressclient.tests.v1.test_datasource.TestListDatasources.test_list_datasource_output_not_unicode
> congressclient.tests.v1.test_datasource.TestListDatasources.test_list_datasource_output_not_unicode
>  ... ok
> Call p(x, y)
>  Exit p('69abc88b-c950-4625-801b-542e84381509', 'default')
> 
> error(1)
> error(2)
> error(1)
> error(2)
> error(1)
> error(2)
> Call
> congressclient.tests.v1.test_datasource.TestShowDatasourceTable.test_show_datasource_table
> congressclient.tests.v1.test_datasource.TestShowDatasourceTable.test_show_datasource_table
>  ... ok
> congressclient.tests.v1.test_policy.TestListPolicyTables.test_list_policy_tables
> congressclient.tests.v1.test_policy.TestListPolicyTables.test_list_policy_tables
>  ... ok
> congressclient.tests.v1.test_datasource.TestUpdateDatasourceRow.test_update_datasource_row
> congressclient.tests.v1.test_datasource.TestUpdateDatasourceRow.test_update_datasource_row
>  ... ok
> congressclient.tests.v1.test_datasource.TestShowDatasourceSchema.test_show_datasource_schema
> congressclient.tests.v1.test_datasource.TestShowDatasourceSchema.test_show_datasource_schema
>  ... ok
> congressclient.tests.v1.test_drivers.TestShowDriverSchema.test_show_driver_shema
> congressclient.tests.v1.test_drivers.TestShowDriverSchema.test_show_driver_shema
>  ... ok
> congressclient.tests.v1.test_policy.TestCreatePolicy.test_create_policy
> congressclient.tests.v1.test_policy.TestCreatePolicy.test_create_policy ... ok
> congressclient.tests.v1.test_policy.TestDeletePolicy.test_delete_policy
> congressclient.tests.v1.test_policy.TestDeletePolicy.test_delete_policy ... ok
> congressclient.tests.v1.test_policy.TestCreatePolicyFromFile.test_create_policy
> congressclient.tests.v1.test_policy.TestCreatePolicyFromFile.test_create_policy
>  ... FAIL
> congressclient.tests.v1.test_policy.TestListPolicyRules.test_list_policy_rules
> congressclient.tests.v1.test_policy.TestListPolicyRules.test_list_policy_rules
>  ... ok
> // ID: e531f2b3-3d97-42c0-b3b5-b7b6ab532018
> // Name: None
> security_group(port, security_group_name)
> 
> 
> ======================================================================
> FAIL: 
> congressclient.tests.v1.test_policy.TestCreatePolicyFromFile.test_create_policy
> congressclient.tests.v1.test_policy.TestCreatePolicyFromFile.test_create_policy
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/congressclient/tests/v1/test_policy.py", line 78, in 
> test_create_policy
>     result = list(cmd.take_action(parsed_args))
>                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/<<PKGBUILDDIR>>/congressclient/osc/v1/policy.py", line 330, in 
> take_action
>     policies = yaml.load_all(stream)
>                ^^^^^^^^^^^^^^^^^^^^^
> TypeError: load_all() missing 1 required positional argument: 'Loader'
> 
> 
> ----------------------------------------------------------------------
> Ran 33 tests in 1.966s
> 
> FAILED (failures=1)
> + echo ======> STESTR TEST SUITE FAILED FOR python3.11: displaying pip3 
> freeze output...
> ======> STESTR TEST SUITE FAILED FOR python3.11: displaying pip3 freeze 
> output...
> + [ -x /usr/bin/pip3 ]
> + pip3 freeze
> WARNING: The directory '/sbuild-nonexistent/.cache/pip' or its parent 
> directory is not owned or is not writable by the current user. The cache has 
> been disabled. Check the permissions and owner of that directory. If 
> executing pip with sudo, you should use sudo's -H flag.
> alabaster==0.7.12
> appdirs==1.4.4
> attrs==22.1.0
> autopage==0.4.0
> Babel==2.10.3
> blinker==1.5
> certifi==2022.9.24
> chardet==5.1.0
> charset-normalizer==3.0.1
> cliff==4.0.0
> cmd2==2.4.2+ds
> coverage==6.5.0
> cryptography==38.0.4
> debtcollector==2.5.0
> decorator==5.1.1
> deprecation==2.0.7
> docutils==0.17.1
> dogpile.cache==1.1.8
> dulwich==0.20.50
> extras==1.0.0
> fixtures==4.0.1
> flake8==5.0.4
> future==0.18.2
> hacking==4.1.0
> idna==3.3
> imagesize==1.4.1
> importlib-metadata==4.12.0
> iso8601==1.0.2
> jaraco.classes==3.2.1
> jeepney==0.8.0
> Jinja2==3.0.3
> jmespath==1.0.1
> jsonpatch==1.32
> jsonpointer==2.3
> jsonschema==4.9.1
> keyring==23.9.3
> keystoneauth1==5.0.0
> lxml==4.9.1
> Mako==1.2.4.dev0
> MarkupSafe==2.1.1
> mccabe==0.7.0
> mock==4.0.3
> more-itertools==8.10.0
> msgpack==1.0.3
> munch==2.5.0
> netaddr==0.8.0
> netifaces==0.11.0
> oauthlib==3.2.1
> openstackdocstheme==1.20.0
> openstacksdk==0.101.0
> os-client-config==2.1.0
> os-service-types==1.7.0
> osc-lib==2.6.2
> oslo.config==9.0.0
> oslo.context==5.0.0
> oslo.i18n==5.1.0
> oslo.log==5.0.1
> oslo.serialization==5.0.0
> oslo.utils==6.0.1
> packaging==21.3
> pbr==5.10.0
> prettytable==2.5.0
> pycodestyle==2.9.1
> pyflakes==2.5.0
> Pygments==2.13.0
> pyinotify==0.9.6
> PyJWT==2.4.0
> pyOpenSSL==22.1.0
> pyparsing==3.0.9
> pyperclip==1.8.2
> pyrsistent==0.18.1
> python-cinderclient==9.1.0
> python-dateutil==2.8.2
> python-glanceclient==4.1.0
> python-keystoneclient==5.0.1
> python-neutronclient==8.1.0
> python-novaclient==18.1.0
> python-openstackclient==6.0.0
> python-subunit==1.4.0
> pytz==2022.6
> PyYAML==6.0
> requests==2.28.1
> requestsexceptions==1.4.0
> rfc3986==1.5.0
> roman==3.3
> SecretStorage==3.3.3
> simplejson==3.17.6
> six==1.16.0
> snowballstemmer==2.2.0
> Sphinx==5.3.0
> sphinxcontrib-apidoc==0.3.0
> stestr==3.2.1
> stevedore==4.0.2
> testscenarios==0.5.0
> testtools==2.5.0
> urllib3==1.26.12
> voluptuous==0.12.2
> warlock==2.0.1
> wcwidth==0.2.5
> wrapt==1.14.1
> zipp==1.0.0
> + exit 1
> make[1]: *** [debian/rules:19: override_dh_auto_test] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/12/20/python-congressclient_2.0.1-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20221220;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20221220&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 ---
Version: 2.0.1-2+rm

Dear submitter,

as the package python-congressclient has just been removed from the Debian 
archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1027281

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to