Source: python-blazarclient
Version: 3.0.1-2
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200926 ftbfs-bullseye

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_USE_PY2=yes
> + PKGOS_USE_PY3=yes
> + PKGOS_TEST_PARALLEL=yes
> + PKGOS_TEST_SERIAL=no
> + PYTHONS=disabled
> + PYTHON3S=disabled
> + TEST_PARALLEL_OPT=--parallel
> + TEST_SERIAL_OPT=
> + PKGOS_USE_PY2=no
> + shift
> + [ no = yes ]
> + [ yes = yes ]
> + py3versions -vr
> + PYTHON3S=3.8
> + [ yes = no ]
> + [ no = yes ]
> + [ disabled = disabled ]
> + continue
> + [ 3.8 = disabled ]
> + echo 3.8
> + cut -d. -f1
> + PYMAJOR=3
> + echo ===> Testing with python (python3)
> ===> Testing with python (python3)
> + [ 3 = 3 ]
> + pwd
> + [ -d /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages ]
> + [ -e .stestr.conf ]
> + [ -e .testr.conf ]
> + [ -x /usr/bin/testr-python3 ]
> + TESTR=testr
> + rm -rf .testrepository
> + testr init
> + mktemp -t
> + TEMP_REZ=/tmp/tmp.mCuaVArKpa
> + PYTHON=python3.8 testr run --parallel --subunit
> + tee /tmp/tmp.mCuaVArKpa
> + subunit2pyunit
> blazarclient.tests.test_base.BaseClientManagerTestCase.test_init_with_insufficient_info
> blazarclient.tests.test_base.BaseClientManagerTestCase.test_init_with_insufficient_info
>  ... ok
> blazarclient.tests.test_base.BaseClientManagerTestCase.test_init_with_url_and_token
> blazarclient.tests.test_base.BaseClientManagerTestCase.test_init_with_url_and_token
>  ... ok
> blazarclient.tests.test_base.RequestManagerTestCase.test_get
> blazarclient.tests.test_base.RequestManagerTestCase.test_get ... ok
> blazarclient.tests.test_base.RequestManagerTestCase.test_put
> blazarclient.tests.test_base.RequestManagerTestCase.test_put ... ok
> blazarclient.tests.test_base.RequestManagerTestCase.test_request_fail_without_body
> blazarclient.tests.test_base.RequestManagerTestCase.test_request_fail_without_body
>  ... ok
> blazarclient.tests.test_base.RequestManagerTestCase.test_request_ok_without_body
> blazarclient.tests.test_base.RequestManagerTestCase.test_request_ok_without_body
>  ... ok
> blazarclient.tests.test_base.SessionClientTestCase.test_request_ok
> blazarclient.tests.test_base.SessionClientTestCase.test_request_ok ... ok
> blazarclient.tests.test_client.BaseClientTestCase.test_with_v1a0
> blazarclient.tests.test_client.BaseClientTestCase.test_with_v1a0 ... ok
> blazarclient.tests.test_base.RequestManagerTestCase.test_delete
> blazarclient.tests.test_base.RequestManagerTestCase.test_delete ... ok
> blazarclient.tests.test_base.BaseClientManagerTestCase.test_init_with_session
> blazarclient.tests.test_base.BaseClientManagerTestCase.test_init_with_session 
> ... ok
> blazarclient.tests.test_command.BlazarCommandTestCase.test_get_parser
> blazarclient.tests.test_command.BlazarCommandTestCase.test_get_parser ... ok
> blazarclient.tests.test_command.OpenstackCommandTestCase.test_take_action
> blazarclient.tests.test_command.OpenstackCommandTestCase.test_take_action ... 
> skipped 'Unskip it when get_data will do smthg'
> blazarclient.tests.test_base.RequestManagerTestCase.test_request_fail_with_body
> blazarclient.tests.test_base.RequestManagerTestCase.test_request_fail_with_body
>  ... ok
> blazarclient.tests.test_command.BlazarCommandTestCase.test_format_output_data
> blazarclient.tests.test_command.BlazarCommandTestCase.test_format_output_data 
> ... ok
> blazarclient.tests.test_command.OpenstackCommandTestCase.test_get_data
> blazarclient.tests.test_command.OpenstackCommandTestCase.test_get_data ... 
> skipped 'Unskip it when get_data will do smthg'
> blazarclient.tests.test_shell.BlazarShellTestCase.test_authenticate_user
> blazarclient.tests.test_shell.BlazarShellTestCase.test_authenticate_user ... 
> skipped 'lol'
> blazarclient.tests.test_base.RequestManagerTestCase.test_post
> blazarclient.tests.test_base.RequestManagerTestCase.test_post ... ok
> blazarclient.tests.test_base.RequestManagerTestCase.test_request_ok_with_body
> blazarclient.tests.test_base.RequestManagerTestCase.test_request_ok_with_body 
> ... ok
> blazarclient.tests.test_base.SessionClientTestCase.test_request_fail
> blazarclient.tests.test_base.SessionClientTestCase.test_request_fail ... ok
> blazarclient.tests.test_client.BaseClientTestCase.test_with_v1
> blazarclient.tests.test_client.BaseClientTestCase.test_with_v1 ... ok
> blazarclient.tests.test_client.BaseClientTestCase.test_with_wrong_vers
> blazarclient.tests.test_client.BaseClientTestCase.test_with_wrong_vers ... ok
> blazarclient.tests.test_command.CreateCommandTestCase.test_get_data_data
> blazarclient.tests.test_command.CreateCommandTestCase.test_get_data_data ... 
> skipped 'Under construction'
> blazarclient.tests.test_command.TableFormatterTestCase.test_emit_list
> blazarclient.tests.test_command.TableFormatterTestCase.test_emit_list ... 
> skipped 'Have no idea how to test super'
> blazarclient.tests.test_shell.BlazarShellTestCase.test_help_unknown_command
> blazarclient.tests.test_shell.BlazarShellTestCase.test_help_unknown_command 
> ... ok
> blazarclient.tests.test_command.BlazarCommandTestCase.test_get_client
> blazarclient.tests.test_command.BlazarCommandTestCase.test_get_client ... ok
> blazarclient.tests.test_command.OpenstackCommandTestCase.test_run
> blazarclient.tests.test_command.OpenstackCommandTestCase.test_run ... skipped 
> 'Have no idea how to test super'
> blazarclient.tests.v1.shell_commands.test_floatingips.DeleteFloatingIPTest.test_delete_floatingip
> blazarclient.tests.v1.shell_commands.test_floatingips.DeleteFloatingIPTest.test_delete_floatingip
>  ... ok
> blazarclient.tests.test_shell.BlazarShellTestCase.test_bash_completion
> blazarclient.tests.test_shell.BlazarShellTestCase.test_bash_completion ... 
> skipped 'lol'
> blazarclient.tests.v1.shell_commands.test_hosts.DeleteHostTest.test_delete_host
> blazarclient.tests.v1.shell_commands.test_hosts.DeleteHostTest.test_delete_host
>  ... ok
> blazarclient.tests.v1.shell_commands.test_floatingips.ShowFloatingIPTest.test_show_floatingip
> blazarclient.tests.v1.shell_commands.test_floatingips.ShowFloatingIPTest.test_show_floatingip
>  ... ok
> blazarclient.tests.v1.shell_commands.test_hosts.DeleteHostTest.test_delete_host_with_name_startwith_number
> blazarclient.tests.v1.shell_commands.test_hosts.DeleteHostTest.test_delete_host_with_name_startwith_number
>  ... ok
> blazarclient.tests.v1.shell_commands.test_hosts.ShowHostTest.test_show_host_with_name
> blazarclient.tests.v1.shell_commands.test_hosts.ShowHostTest.test_show_host_with_name
>  ... ok
> blazarclient.tests.v1.shell_commands.test_hosts.UpdateHostTest.test_update_host
> blazarclient.tests.v1.shell_commands.test_hosts.UpdateHostTest.test_update_host
>  ... ok
> blazarclient.tests.v1.shell_commands.test_hosts.UpdateHostTest.test_update_host_with_name_startwith_number
> blazarclient.tests.v1.shell_commands.test_hosts.UpdateHostTest.test_update_host_with_name_startwith_number
>  ... ok
> blazarclient.tests.v1.shell_commands.test_leases.CreateLeaseTestCase.test_args2body_correct_phys_res_params
> blazarclient.tests.v1.shell_commands.test_leases.CreateLeaseTestCase.test_args2body_correct_phys_res_params
>  ... ok
> blazarclient.tests.v1.shell_commands.test_floatingips.CreateFloatingIPTest.test_args2body
> blazarclient.tests.v1.shell_commands.test_floatingips.CreateFloatingIPTest.test_args2body
>  ... ok
> blazarclient.tests.v1.shell_commands.test_leases.CreateLeaseTestCase.test_args2body_incorrect_phys_res_params
> blazarclient.tests.v1.shell_commands.test_leases.CreateLeaseTestCase.test_args2body_incorrect_phys_res_params
>  ... ok
> blazarclient.tests.v1.shell_commands.test_leases.DeleteLeaseTestCase.test_delete_lease
> blazarclient.tests.v1.shell_commands.test_leases.DeleteLeaseTestCase.test_delete_lease
>  ... ok
> blazarclient.tests.v1.shell_commands.test_floatingips.ListFloatingIPsTest.test_list_floatingips
> blazarclient.tests.v1.shell_commands.test_floatingips.ListFloatingIPsTest.test_list_floatingips
>  ... ok
> blazarclient.tests.v1.shell_commands.test_leases.UpdateLeaseTestCase.test_args2body_host_reservation_params
> blazarclient.tests.v1.shell_commands.test_leases.UpdateLeaseTestCase.test_args2body_host_reservation_params
>  ... ok
> blazarclient.tests.v1.shell_commands.test_leases.ShowLeaseTestCase.test_show_lease
> blazarclient.tests.v1.shell_commands.test_leases.ShowLeaseTestCase.test_show_lease
>  ... ok
> blazarclient.tests.v1.shell_commands.test_hosts.CreateHostTest.test_args2body
> blazarclient.tests.v1.shell_commands.test_hosts.CreateHostTest.test_args2body 
> ... ok
> blazarclient.tests.v1.shell_commands.test_leases.UpdateLeaseTestCase.test_args2body_time_params
> blazarclient.tests.v1.shell_commands.test_leases.UpdateLeaseTestCase.test_args2body_time_params
>  ... ok
> blazarclient.tests.v1.shell_commands.test_hosts.DeleteHostTest.test_delete_host_with_name
> blazarclient.tests.v1.shell_commands.test_hosts.DeleteHostTest.test_delete_host_with_name
>  ... ok
> blazarclient.tests.v1.shell_commands.test_hosts.ShowHostTest.test_show_host
> blazarclient.tests.v1.shell_commands.test_hosts.ShowHostTest.test_show_host 
> ... ok
> blazarclient.tests.v1.shell_commands.test_hosts.ShowHostTest.test_show_host_with_name_startwith_number
> blazarclient.tests.v1.shell_commands.test_hosts.ShowHostTest.test_show_host_with_name_startwith_number
>  ... ok
> blazarclient.tests.v1.shell_commands.test_hosts.UpdateHostTest.test_update_host_with_name
> blazarclient.tests.v1.shell_commands.test_hosts.UpdateHostTest.test_update_host_with_name
>  ... ok
> blazarclient.tests.v1.shell_commands.test_leases.CreateLeaseTestCase.test_args2body_correct_instance_res_params
> blazarclient.tests.v1.shell_commands.test_leases.CreateLeaseTestCase.test_args2body_correct_instance_res_params
>  ... ok
> blazarclient.tests.v1.shell_commands.test_leases.CreateLeaseTestCase.test_args2body_duplicated_phys_res_params
> blazarclient.tests.v1.shell_commands.test_leases.CreateLeaseTestCase.test_args2body_duplicated_phys_res_params
>  ... ok
> blazarclient.tests.v1.shell_commands.test_leases.CreateLeaseTestCase.test_args2body_start_now
> blazarclient.tests.v1.shell_commands.test_leases.CreateLeaseTestCase.test_args2body_start_now
>  ... FAIL
> blazarclient.tests.v1.shell_commands.test_leases.DeleteLeaseTestCase.test_delete_lease_by_name
> blazarclient.tests.v1.shell_commands.test_leases.DeleteLeaseTestCase.test_delete_lease_by_name
>  ... ok
> blazarclient.tests.v1.shell_commands.test_leases.ShowLeaseTestCase.test_show_lease_by_name
> blazarclient.tests.v1.shell_commands.test_leases.ShowLeaseTestCase.test_show_lease_by_name
>  ... ok
> blazarclient.tests.v1.shell_commands.test_leases.UpdateLeaseTestCase.test_args2body_instance_reservation_params
> blazarclient.tests.v1.shell_commands.test_leases.UpdateLeaseTestCase.test_args2body_instance_reservation_params
>  ... running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
> OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
> OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \
> ${PYTHON:-python} -m subunit.run discover $DISCOVER_DIRECTORY --list 
> running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
> OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
> OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \
> ${PYTHON:-python} -m subunit.run discover $DISCOVER_DIRECTORY  --load-list 
> /tmp/tmp2j4dzf6v
> running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
> OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
> OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \
> ${PYTHON:-python} -m subunit.run discover $DISCOVER_DIRECTORY  --load-list 
> /tmp/tmpj6r4_8ti
> running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
> OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
> OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \
> ${PYTHON:-python} -m subunit.run discover $DISCOVER_DIRECTORY  --load-list 
> /tmp/tmpwrn42o5t
> running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
> OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
> OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \
> ${PYTHON:-python} -m subunit.run discover $DISCOVER_DIRECTORY  --load-list 
> /tmp/tmp1hvlh40e
> ok
> 
> ======================================================================
> FAIL: 
> blazarclient.tests.v1.shell_commands.test_leases.CreateLeaseTestCase.test_args2body_start_now
> blazarclient.tests.v1.shell_commands.test_leases.CreateLeaseTestCase.test_args2body_start_now
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/blazarclient/tests/v1/shell_commands/test_leases.py", line 
> 221, in test_args2body_start_now
>     self.assertDictEqual(self.cl.args2body(args), expected)
>   File "/<<PKGBUILDDIR>>/blazarclient/v1/shell_commands/leases.py", line 211, 
> in args2body
>     raise exception.IncorrectLease
> blazarclient.exception.IncorrectLease: The lease parameters are incorrect.
> 
> 
> ----------------------------------------------------------------------
> Ran 53 tests in 1.575s
> 
> FAILED (failures=1, skipped=7)
> + echo ======> TESTR TEST SUITE FAILED FOR python3.8: displaying pip3 freeze 
> output...
> ======> TESTR TEST SUITE FAILED FOR python3.8: 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 may want sudo's -H flag.
> alabaster==0.7.8
> appdirs==1.4.4
> Babel==2.8.0
> blinker==1.4
> certifi==2020.6.20
> chardet==3.0.4
> cliff==3.1.0
> cmd2==0.8.5
> coverage==5.1
> cryptography==3.1
> debtcollector==2.0.1
> decorator==4.4.2
> deprecation==2.0.7
> docutils==0.16
> dogpile.cache==0.9.0
> dulwich==0.20.2
> extras==1.0.0
> fixtures==3.0.0
> flake8==3.8.3
> future==0.18.2
> hacking==1.1.0
> idna==2.10
> imagesize==1.2.0
> iso8601==0.1.12
> Jinja2==2.11.2
> jmespath==0.10.0
> jsonpatch==1.25
> jsonpointer==2.0
> keystoneauth1==4.0.1
> linecache2==1.0.0
> lxml==4.5.2
> Mako==1.1.3
> MarkupSafe==1.1.1
> mccabe==0.6.1
> mock==4.0.2
> mox3==1.0.0
> msgpack==0.6.2
> munch==2.3.2
> netaddr==0.7.19
> netifaces==0.10.9
> oauthlib==3.1.0
> openstackdocstheme==1.20.0
> openstacksdk==0.46.0
> os-client-config==2.1.0
> os-service-types==1.7.0
> oslo.config==8.0.3
> oslo.context==3.0.2
> oslo.i18n==4.0.1
> oslo.log==4.1.3
> oslo.serialization==3.1.1
> oslo.utils==4.1.2
> oslotest==4.2.0
> packaging==20.4
> pbr==5.4.5
> pep8==1.7.1
> prettytable==0.7.2
> pycodestyle==2.6.0
> pyflakes==2.2.0
> Pygments==2.3.1
> pyinotify==0.9.6
> PyJWT==1.7.1
> pyparsing==2.4.7
> pyperclip==1.8.0
> python-dateutil==2.8.1
> python-mimeparse==1.6.0
> python-subunit==1.3.0
> pytz==2020.1
> PyYAML==5.3.1
> reno==2.11.2
> requests==2.23.0
> requestsexceptions==1.4.0
> rfc3986==1.4.0
> roman==2.0.0
> six==1.15.0
> Sphinx==3.2.1
> stestr==2.4.0
> stevedore==1.32.0
> testrepository==0.0.20
> testtools==2.3.0
> traceback2==1.4.0
> unittest2==1.1.0
> urllib3==1.25.9
> voluptuous==0.11.1
> wcwidth==0.1.9
> wrapt==1.11.2
> + exit 1
> make[1]: *** [debian/rules:20: override_dh_auto_test] Error 1

The full build log is available from:
   http://qa-logs.debian.net/2020/09/26/python-blazarclient_3.0.1-2_unstable.log

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!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

Reply via email to