• Bug#1102953: python-saharaclient: FTBFS in testing: failing tests (1/6)

    From Lucas Nussbaum@21:1/5 to All on Sun Apr 13 14:40:01 2025
    Source: python-saharaclient
    Version: 4.2.0-4
    Severity: serious
    Justification: FTBFS
    Tags: trixie sid ftbfs
    User: lucas@debian.org
    Usertags: ftbfs-20250412 ftbfs-trixie

    Hi,

    During a rebuild of all packages in testing (trixie), your package failed
    to build on amd64.


    Relevant part (hopefully):
    make[1]: Entering directory '/build/reproducible-path/python-saharaclient-4.2.0'
    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 'saharaclient\.tests\.unit.*'
    + 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.13
    + [ yes = no ]
    + [ no = yes ]
    + [ 3.13 = disabled ]
    + echo 3.13
    + cut -d. -f1
    + PYMAJOR=3
    + echo ===> Testing with python (python3)
    Testing with python (python3)
    + pwd
    + [ -d /build/reproducible-path/python-saharaclient-4.2.0/debian/tmp/usr/lib/python3/dist-packages ]
    + [ -e .stestr.conf ]
    + [ -x /usr/bin/python3-stestr ]
    + STESTR=stestr
    + rm -rf .stestr
    + PYTHON=python3.13 stestr run --parallel --subunit saharaclient\.tests\.unit.*
    + subunit2pyunit saharaclient.tests.unit.osc.v1.test_cluster_templates.TestListClusterTemplates.test_ct_list_extra_search_opts
    saharaclient.tests.unit.osc.v1.test_cluster_templates.TestListClusterTemplates.test_ct_list_extra_search_opts ... ok
    saharaclient.tests.unit.osc.v1.test_cluster_templates.TestListClusterTemplates.test_ct_list_long
    saharaclient.tests.unit.osc.v1.test_cluster_templates.TestListClusterTemplates.test_ct_list_long ... ok
    saharaclient.tests.unit.osc.v1.test_cluster_templates.TestListClusterTemplates.test_ct_list_no_options
    saharaclient.tests.unit.osc.v1.test_cluster_templates.TestListClusterTemplates.test_ct_list_no_options ... ok
    saharaclient.tests.unit.osc.v1.test_data_sources.TestListDataSources.test_data_sources_list_long
    saharaclient.tests.unit.osc.v1.test_data_sources.TestListDataSources.test_data_sources_list_long ... ok
    saharaclient.tests.unit.osc.v1.test_data_sources.TestListDataSources.test_data_sources_list_no_options
    saharaclient.tests.unit.osc.v1.test_data_sources.TestListDataSources.test_data_sources_list_no_options ... ok
    saharaclient.tests.unit.osc.test_plugin.TestDataProcessingPlugin.test_make_client
    saharaclient.tests.unit.osc.test_plugin.TestDataProcessingPlugin.test_make_client ... ok
    saharaclient.tests.unit.osc.test_plugin.TestDataProcessingPlugin.test_make_client_v2
    saharaclient.tests.unit.osc.test_plugin.TestDataProcessingPlugin.test_make_client_v2 ... ok
    usage: check_parser [-h] <image> [<image> ...]
    check_parser: error: the following arguments are required: <image>
    usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN]
    [--noindent] [--prefix PREFIX] [--max-width <integer>]
    [--fit-width] [--print-empty] [--name <name>]
    [--node-groups <node-group:instances_count> [<node-group:instances_count> ...]]
    [--anti-affinity <anti-affinity> [<anti-affinity> ...]]
    [--description <description>] [--autoconfig-enable |
    --autoconfig-disable] [--public | --private]
    [--protected | --unprotected] [--json <filename>]
    [--shares <filename>] [--configs <filename>]
    [--domain-name <domain-name>]
    <cluster-template>
    check_parser: error: the following arguments are required: <cluster-template> usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN]
    [--noindent] [--prefix PREFIX] [--max-width <integer>]
    [--fit-width] [--print-empty] [--name <name>]
    [--description <description>] [--shares <filename>]
    [--public | --private] [--protected | --unprotected]
    <cluster>
    check_parser: error: the following arguments are required: <cluster> saharaclient.tests.unit.osc.v1.test_job_binaries.TestShowJobBinary.test_job_binary_show
    saharaclient.tests.unit.osc.v1.test_job_binaries.TestShowJobBinary.test_job_binary_show ... FAIL
    saharaclient.tests.unit.osc.v1.test_job_types.TestListJobTemplates.test_job_types_list_extra_search_opts
    saharaclient.tests.unit.osc.v1.test_job_types.TestListJobTemplates.test_job_types_list_extra_search_opts ... ok
    saharaclient.tests.unit.osc.v1.test_cluster_templates.TestUpdateClusterTemplate.test_ct_update_all_options
    saharaclient.tests.unit.osc.v1.test_cluster_templates.TestUpdateClusterTemplate.test_ct_update_all_options ... FAIL
    saharaclient.tests.unit.osc.v1.test_job_types.TestListJobTemplates.test_job_types_list_no_options
    saharaclient.tests.unit.osc.v1.test_job_types.TestListJobTemplates.test_job_types_list_no_options ... ok
    saharaclient.tests.unit.osc.v1.test_jobs.TestDeleteJob.test_job_delete saharaclient.tests.unit.osc.v1.test_jobs.TestDeleteJob.test_job_delete ... ok saharaclient.tests.unit.osc.v1.test_jobs.TestListJobs.test_jobs_list_extra_search_opts
    saharaclient.tests.unit.osc.v1.test_jobs.TestListJobs.test_jobs_list_extra_search_opts ... ok
    saharaclient.tests.unit.osc.v1.test_jobs.TestListJobs.test_jobs_list_long saharaclient.tests.unit.osc.v1.test_jobs.TestListJobs.test_jobs_list_long ... ok
    saharaclient.tests.unit.osc.v1.test_jobs.TestListJobs.test_jobs_list_no_options
    saharaclient.tests.unit.osc.v1.test_jobs.TestListJobs.test_jobs_list_no_options ... ok
    saharaclient.tests.unit.osc.v2.test_cluster_templates.TestDeleteClusterTemplate.test_ct_delete
    saharaclient.tests.unit.osc.v2.test_cluster_templates.TestDeleteClusterTemplate.test_ct_delete ... ok
    saharaclient.tests.unit.osc.v2.test_cluster_templates.TestListClusterTemplates.test_ct_list_extra_search_opts
    saharaclient.tests.unit.osc.v2.test_cluster_templates.TestListClusterTemplates.test_ct_list_extra_search_opts ... ok
    saharaclient.tests.unit.osc.v2.test_cluster_templates.TestListClusterTemplates.test_ct_list_long
    saharaclient.tests.unit.osc.v2.test_cluster_templates.TestListClusterTemplates.test_ct_list_long ... ok
    saharaclient.tests.unit.osc.v2.test_cluster_templates.TestListClusterTemplates.test_ct_list_no_options
    saharaclient.tests.unit.osc.v2.test_cluster_templates.TestListClusterTemplates.test_ct_list_no_options ... ok
    saharaclient.tests.unit.osc.v2.test_clusters.TestListClusters.test_clusters_list_extra_search_opts
    saharaclient.tests.unit.osc.v2.test_clusters.TestListClusters.test_clusters_list_extra_search_opts ... ok
    saharaclient.tests.unit.osc.v2.test_clusters.TestListClusters.test_clusters_list_long
    saharaclient.tests.unit.osc.v2.test_clusters.TestListClusters.test_clusters_list_long ... ok
    saharaclient.tests.unit.osc.v2.test_clusters.TestListClusters.test_clusters_list_no_options
    saharaclient.tests.unit.osc.v2.test_clusters.TestListClusters.test_clusters_list_no_options ... ok
    saharaclient.tests.unit.osc.v2.test_data_sources.TestListDataSources.test_data_sources_list_long
    saharaclient.tests.unit.osc.v2.test_data_sources.TestListDataSources.test_data_sources_list_long ... ok
    saharaclient.tests.unit.osc.v2.test_data_sources.TestListDataSources.test_data_sources_list_no_options
    saharaclient.tests.unit.osc.v2.test_data_sources.TestListDataSources.test_data_sources_list_no_options ... ok
    saharaclient.tests.unit.osc.v2.test_images.TestUnregisterImage.test_image_unregister
    saharaclient.tests.unit.osc.v2.test_images.TestUnregisterImage.test_image_unregister ... ok
    saharaclient.tests.unit.osc.v1.test_cluster_templates.TestUpdateClusterTemplate.test_ct_update_no_options
    saharaclient.tests.unit.osc.v1.test_cluster_templates.TestUpdateClusterTemplate.test_ct_update_no_options ... ok
    saharaclient.tests.unit.osc.v2.test_images.TestUnregisterImage.test_image_unregister_no_options
    saharaclient.tests.unit.osc.v2.test_images.TestUnregisterImage.test_image_unregister_no_options ... ok
    saharaclient.tests.unit.osc.v1.test_cluster_templates.TestUpdateClusterTemplate.test_ct_update_nothing_updated
    saharaclient.tests.unit.osc.v1.test_cluster_templates.TestUpdateClusterTemplate.test_ct_update_nothing_updated ... ok
    saharaclient.tests.unit.osc.v2.test_job_templates.TestListJobTemplates.test_job_template_list_extra_search_opts
    saharaclient.tests.unit.osc.v2.test_job_templates.TestListJobTemplates.test_job_template_list_extra_search_opts ... ok
    saharaclient.tests.unit.osc.v1.test_cluster_templates.TestUpdateClusterTemplate.test_ct_update_private_unprotected
    saharaclient.tests.unit.osc.v1.test_cluster_templates.TestUpdateClusterTemplate.test_ct_update_private_unprotected ... ok
    saharaclient.tests.unit.osc.v2.test_job_templates.TestListJobTemplates.test_job_template_list_long
    saharaclient.tests.unit.osc.v2.test_job_templates.TestListJobTemplates.test_job_template_list_long ... ok
    saharaclient.tests.unit.osc.v2.test_job_templates.TestListJobTemplates.test_job_templates_list_no_options
    saharaclient.tests.unit.osc.v2.test_job_templates.TestListJobTemplates.test_job_templates_list_no_options ... ok
    saharaclient.tests.unit.osc.v1.test_clusters.TestUpdateCluster.test_cluster_update_all_options
    saharaclient.tests.unit.osc.v1.test_clusters.TestUpdateCluster.test_cluster_update_all_options ... FAIL
    saharaclient.tests.unit.test_job_binaries.JobBinaryTest.test_create_job_binary
    saharaclient.tests.unit.test_job_binaries.JobBinaryTest.test_create_job_binary ... ok
    saharaclient.tests.unit.osc.v1.test_clusters.TestUpdateCluster.test_cluster_update_no_options
    saharaclient.tests.unit.osc.v1.test_clusters.TestUpdateCluster.test_cluster_update_no_options ... ok
    saharaclient.tests.unit.test_job_binaries.JobBinaryTest.test_job_binary_delete
    saharaclient.tests.unit.test_job_binaries.JobBinaryTest.test_job_binary_delete ... ok
    saharaclient.tests.unit.osc.v1.test_data_sources.TestDeleteDataSource.test_data_sources_delete
    saharaclient.tests.unit.osc.v1.test_data_sources.TestDeleteDataSource.test_data_sources_delete ... ok
    saharaclient.tests.unit.osc.v1.test_clusters.TestUpdateCluster.test_cluster_update_nothing_updated
    saharaclient.tests.unit.osc.v1.test_clusters.TestUpdateCluster.test_cluster_update_nothing_updated ... ok
    saharaclient.tests.unit.test_job_binaries.JobBinaryTest.test_job_binary_get saharaclient.tests.unit.test_job_binaries.JobBinaryTest.test_job_binary_get ... ok
    saharaclient.tests.unit.test_job_binaries.JobBinaryTest.test_job_binary_get_file
    saharaclient.tests.unit.test_job_binaries.JobBinaryTest.test_job_binary_get_file ... ok
    saharaclient.tests.unit.osc.v1.test_clusters.TestUpdateCluster.test_cluster_update_private_unprotected
    saharaclient.tests.unit.osc.v1.test_clusters.TestUpdateCluster.test_cluster_update_private_unprotected ... ok
    saharaclient.tests.unit.test_job_binaries.JobBinaryTest.test_job_binary_list saharaclient.tests.unit.test_job_binaries.JobBinaryTest.test_job_binary_list ... ok
    saharaclient.tests.unit.test_job_binaries.JobBinaryTest.test_job_binary_update
    saharaclient.tests.unit.test_job_binaries.JobBinaryTest.test_job_binary_update ... ok
    saharaclient.tests.unit.osc.v1.test_data_sources.TestShowDataSource.test_data_sources_show
    saharaclient.tests.unit.osc.v1.test_data_sources.TestShowDataSource.test_data_sources_show ... FAIL
    saharaclient.tests.unit.test_job_executions.JobExecutionTest.test_create_job_execution_with_io
    saharaclient.tests.unit.test_job_executions.JobExecutionTest.test_create_job_execution_with_io ... ok
    saharaclient.tests.unit.test_job_executions.JobExecutionTest.test_create_job_execution_without_io
    saharaclient.tests.unit.test_job_executions.JobExecutionTest.test_create_job_execution_without_io ... ok
    saharaclient.tests.unit.test_job_executions.JobExecutionTest.test_job_executions_delete
    saharaclient.tests.unit.test_job_executions.JobExecutionTest.test_job_executions_delete ... ok
    saharaclient.tests.unit.test_job_executions.JobExecutionTest.test_job_executions_get
    saharaclient.tests.unit.test_job_executions.JobExecutionTest.test_job_executions_get ... ok
    saharaclient.tests.unit.test_job_executions.JobExecutionTest.test_job_executions_list
    saharaclient.tests.unit.test_job_executions.JobExecutionTest.test_job_executions_list ... ok
    saharaclient.tests.unit.osc.v1.test_cluster_templates.TestDeleteClusterTemplate.test_ct_delete
    saharaclient.tests.unit.osc.v1.test_cluster_templates.TestDeleteClusterTemplate.test_ct_delete ... ok
    saharaclient.tests.unit.test_job_executions.JobExecutionTest.test_job_executions_update
    saharaclient.tests.unit.test_job_executions.JobExecutionTest.test_job_executions_update ... ok
    saharaclient.tests.unit.test_manager.ManagerTest.test_find saharaclient.tests.unit.test_manager.ManagerTest.test_find ... ok saharaclient.tests.unit.test_manager.ManagerTest.test_find_unique saharaclient.tests.unit.test_manager.ManagerTest.test_find_unique ... ok
    Job "job_id" deletion has been started.
    Cluster template "template" has been removed successfully.
    Image "image" has been unregistered successfully.
    usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN]
    [--noindent] [--prefix PREFIX] [--max-width <integer>]
    [--fit-width] [--print-empty]
    <image>
    check_parser: error: the following arguments are required: <image>
    usage: check_parser [-h] <image> [<image> ...]
    check_parser: error: the following arguments are required: <image>
    usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN]
    [--noindent] [--prefix PREFIX] [--max-width <integer>]
    [--fit-width] [--print-empty]
    [--instances <node-group-template:instances_count> [<node-group-template:instances_count> ...]]
    [--json <filename>] [--wait]
    <cluster>
    check_parser: error: the following arguments are required: <cluster> saharaclient.tests.unit.osc.v1.test_images.TestShowImage.test_image_show saharaclient.tests.unit.osc.v1.test_images.TestShowImage.test_image_show ... FAIL
    saharaclient.tests.unit.osc.v1.test_images.TestShowImage.test_image_show_no_options
    saharaclient.tests.unit.osc.v1.test_images.TestShowImage.test_image_show_no_options ... ok
    saharaclient.tests.unit.osc.v1.test_images.TestUnregisterImage.test_image_unregister
    saharaclient.tests.unit.osc.v1.test_images.TestUnregisterImage.test_image_unregister ... ok
    saharaclient.tests.unit.osc.v1.test_images.TestUnregisterImage.test_image_unregister_no_options
    saharaclient.tests.unit.osc.v1.test_images.TestUnregisterImage.test_image_unregister_no_options ... ok
    saharaclient.tests.unit.osc.v2.test_clusters.TestDeleteCluster.test_cluster_delete
    saharaclient.tests.unit.osc.v2.test_clusters.TestDeleteCluster.test_cluster_delete ... ok
    saharaclient.tests.unit.osc.v2.test_clusters.TestScaleCluster.test_cluster_scale_add_ng
    saharaclient.tests.unit.osc.v2.test_clusters.TestScaleCluster.test_cluster_scale_add_ng ... ok
    saharaclient.tests.unit.osc.v2.test_clusters.TestScaleCluster.test_cluster_scale_no_options
    saharaclient.tests.unit.osc.v2.test_clusters.TestScaleCluster.test_cluster_scale_no_options ... ok
    saharaclient.tests.unit.osc.v2.test_clusters.TestScaleCluster.test_cluster_scale_resize
    saharaclient.tests.unit.osc.v2.test_clusters.TestScaleCluster.test_cluster_scale_resize ... FAIL
    saharaclient.tests.unit.osc.v2.test_clusters.TestShowCluster.test_cluster_show
    saharaclient.tests.unit.osc.v2.test_clusters.TestShowCluster.test_cluster_show ... FAIL
    saharaclient.tests.unit.osc.v2.test_clusters.TestShowCluster.test_cluster_show_verification
    saharaclient.tests.unit.osc.v2.test_clusters.TestShowCluster.test_cluster_show_verification ... FAIL
    saharaclient.tests.unit.osc.v2.test_job_templates.TestUpdateJobTemplate.test_job_template_update_all_options
    saharaclient.tests.unit.osc.v2.test_job_templates.TestUpdateJobTemplate.test_job_template_update_all_options ... FAIL
    usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN]
    [--noindent] [--prefix PREFIX] [--max-width <integer>]
    [--fit-width] [--print-empty] [--name <name>]
    [--description <description>] [--public | --private]
    [--protected | --unprotected]
    <job-template>
    check_parser: error: the following arguments are required: <job-template> saharaclient.tests.unit.osc.v2.test_job_templates.TestUpdateJobTemplate.test_job_template_update_no_options
    saharaclient.tests.unit.osc.v2.test_job_templates.TestUpdateJobTemplate.test_job_template_update_no_options ... ok
    saharaclient.tests.unit.osc.v2.test_job_templates.TestUpdateJobTemplate.test_job_template_update_nothing_updated
    saharaclient.tests.unit.osc.v2.test_job_templates.TestUpdateJobTemplate.test_job_template_update_nothing_updated ... ok
    saharaclient.tests.unit.osc.v2.test_job_templates.TestUpdateJobTemplate.test_job_template_update_private_unprotected
    saharaclient.tests.unit.osc.v2.test_job_templates.TestUpdateJobTemplate.test_job_template_update_private_unprotected ... ok
    saharaclient.tests.unit.osc.v2.test_job_types.TestListJobTemplates.test_job_types_list_extra_search_opts
    saharaclient.tests.unit.osc.v2.test_job_types.TestListJobTemplates.test_job_types_list_extra_search_opts ... ok
    saharaclient.tests.unit.osc.v2.test_job_types.TestListJobTemplates.test_job_types_list_no_options
    saharaclient.tests.unit.osc.v2.test_job_types.TestListJobTemplates.test_job_types_list_no_options ... ok
    saharaclient.tests.unit.osc.v2.test_jobs.TestShowJob.test_job_show saharaclient.tests.unit.osc.v2.test_jobs.TestShowJob.test_job_show ... FAIL saharaclient.tests.unit.osc.v2.test_node_group_templates.TestCreateNodeGroupTemplate.test_ngt_create_all_options
    saharaclient.tests.unit.osc.v2.test_node_group_templates.TestCreateNodeGroupTemplate.test_ngt_create_all_options ... FAIL
    saharaclient.tests.unit.osc.v2.test_node_group_templates.TestCreateNodeGroupTemplate.test_ngt_create_minimum_options
    saharaclient.tests.unit.osc.v2.test_node_group_templates.TestCreateNodeGroupTemplate.test_ngt_create_minimum_options ... ok
    saharaclient.tests.unit.osc.v2.test_node_group_templates.TestShowNodeGroupTemplate.test_ngt_show
    saharaclient.tests.unit.osc.v2.test_node_group_templates.TestShowNodeGroupTemplate.test_ngt_show ... FAIL
    saharaclient.tests.unit.test_clusters.ClusterTest.test_clusters_delete saharaclient.tests.unit.test_clusters.ClusterTest.test_clusters_delete ... ok saharaclient.tests.unit.test_clusters.ClusterTest.test_clusters_get saharaclient.tests.unit.test_clusters.ClusterTest.test_clusters_get ... ok saharaclient.tests.unit.test_clusters.ClusterTest.test_clusters_get_with_progress
    saharaclient.tests.unit.test_clusters.ClusterTest.test_clusters_get_with_progress ... ok
    saharaclient.tests.unit.test_clusters.ClusterTest.test_clusters_list saharaclient.tests.unit.test_clusters.ClusterTest.test_clusters_list ... ok saharaclient.tests.unit.test_clusters.ClusterTest.test_clusters_scale saharaclient.tests.unit.test_clusters.ClusterTest.test_clusters_scale ... ok saharaclient.tests.unit.test_clusters.ClusterTest.test_clusters_update saharaclient.tests.unit.test_clusters.ClusterTest.test_clusters_update ... ok saharaclient.tests.unit.test_clusters.ClusterTest.test_clusters_update_share saharaclient.tests.unit.test_clusters.ClusterTest.test_clusters_update_share ... ok
    saharaclient.tests.unit.test_clusters.ClusterTest.test_create_cluster_with_template
    saharaclient.tests.unit.test_clusters.ClusterTest.test_create_cluster_with_template ... ok
    saharaclient.tests.unit.test_clusters.ClusterTest.test_create_cluster_without_template
    saharaclient.tests.unit.test_clusters.ClusterTest.test_create_cluster_without_template ... ok
    saharaclient.tests.unit.test_clusters.ClusterTest.test_create_multiple_clusters
    saharaclient.tests.unit.test_clusters.ClusterTest.test_create_multiple_clusters ... ok
    saharaclient.tests.unit.test_plugins.PluginTest.test_convert_to_cluster_template
    saharaclient.tests.unit.test_plugins.PluginTest.test_convert_to_cluster_template ... ok
    saharaclient.tests.unit.test_plugins.PluginTest.test_plugins_get saharaclient.tests.unit.test_plugins.PluginTest.test_plugins_get ... ok saharaclient.tests.unit.test_plugins.PluginTest.test_plugins_get_version_details
    saharaclient.tests.unit.test_plugins.PluginTest.test_plugins_get_version_details ... ok
    saharaclient.tests.unit.test_plugins.PluginTest.test_plugins_list saharaclient.tests.unit.test_plugins.PluginTest.test_plugins_list ... ok Image "image" has been unregistered successfully.
    Cluster "fake" deletion has been started.
    Cluster "fake" scaling has been started.
    Cluster "fake" scaling has been started. saharaclient.tests.unit.osc.v1.test_job_binaries.TestCreateJobBinary.test_job_binary_create_internal
    saharaclient.tests.unit.osc.v1.test_job_binaries.TestCreateJobBinary.test_job_binary_create_internal ... ok
    usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN]
    [--noindent] [--prefix PREFIX] [--max-width <integer>]
    [--fit-width] [--print-empty] [--name <name>]
    [--data <file> | --url <url>]
    [--description <description>] [--username <username> |
    --access-key <accesskey>] [--password <password> |
    --secret-key <secretkey> | --password-prompt |
    --secret-key-prompt] [--s3-endpoint <endpoint>] [--public]
    [--protected] [--json <filename>]
    check_parser: error: argument --password: not allowed with argument --secret-key
    saharaclient.tests.unit.osc.v1.test_job_binaries.TestCreateJobBinary.test_job_binary_create_mutual_exclusion
    saharaclient.tests.unit.osc.v1.test_job_binaries.TestCreateJobBinary.test_job_binary_create_mutual_exclusion ... ok
    usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN]
    [--noindent] [--prefix PREFIX] [--max-width <integer>]
    [--fit-width] [--print-empty] [--name <name>]
    [--type <type>] [--url <url>] [--username <username> |
    --access-key <accesskey>] [--password <password> |
    --secret-key <secretkey>] [--s3-endpoint <endpoint>]
    [--enable-s3-ssl | --disable-s3-ssl]
    [--enable-s3-bucket-in-path | --disable-s3-bucket-in-path]
    [--description <description>] [--public | --private]
    [--protected | --unprotected]
    <data-source>
    check_parser: error: argument --password: not allowed with argument --secret-key
    saharaclient.tests.unit.osc.v1.test_data_sources.TestUpdateDataSource.test_data_source_update_mutual_exclusion
    saharaclient.tests.unit.osc.v1.test_data_sources.TestUpdateDataSource.test_data_source_update_mutual_exclusion ... ok
    usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN]
    [--noindent] [--prefix PREFIX] [--max-width <integer>]
    [--fit-width] [--print-empty] [--name <name>]
    [--type <type>] [--url <url>] [--username <username> |
    --access-key <accesskey>] [--password <password> |
    --secret-key <secretkey>] [--s3-endpoint <endpoint>]
    [--enable-s3-ssl | --disable-s3-ssl]
    [--enable-s3-bucket-in-path | --disable-s3-bucket-in-path]
    [--description <description>] [--public | --private]
    [--protected | --unprotected]
    <data-source>
    check_parser: error: the following arguments are required: <data-source> usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN]
    [--noindent] [--prefix PREFIX] [--max-width <integer>]
    [--fit-width] [--print-empty] [--name <name>]
    [--url <url>] [--description <description>]
    [--username <username> | --access-key <accesskey>]
    [--password <password> | --secret-key <secretkey> |
    --password-prompt | --secret-key-prompt]
    [--s3-endpoint <endpoint>] [--public | --private]
    [--protected | --unprotected] [--json <filename>]
    <job-binary>
    check_parser: error: argument --password: not allowed with argument --secret-key
    saharaclient.tests.unit.osc.v1.test_job_binaries.TestCreateJobBinary.test_job_binary_create_swift_public_protected
    saharaclient.tests.unit.osc.v1.test_job_binaries.TestCreateJobBinary.test_job_binary_create_swift_public_protected ... FAIL
    saharaclient.tests.unit.osc.v1.test_job_binaries.TestListJobBinaries.test_job_binary_list_extra_search_opts
    saharaclient.tests.unit.osc.v1.test_job_binaries.TestListJobBinaries.test_job_binary_list_extra_search_opts ... ok
    saharaclient.tests.unit.osc.v1.test_job_binaries.TestListJobBinaries.test_job_binary_list_long
    saharaclient.tests.unit.osc.v1.test_job_binaries.TestListJobBinaries.test_job_binary_list_long ... ok
    saharaclient.tests.unit.osc.v1.test_data_sources.TestUpdateDataSource.test_data_sources_update_all_options
    saharaclient.tests.unit.osc.v1.test_data_sources.TestUpdateDataSource.test_data_sources_update_all_options ... FAIL
    saharaclient.tests.unit.osc.v1.test_data_sources.TestUpdateDataSource.test_data_sources_update_no_options
    saharaclient.tests.unit.osc.v1.test_data_sources.TestUpdateDataSource.test_data_sources_update_no_options ... ok
    saharaclient.tests.unit.osc.v1.test_data_sources.TestUpdateDataSource.test_data_sources_update_nothing_updated
    saharaclient.tests.unit.osc.v1.test_data_sources.TestUpdateDataSource.test_data_sources_update_nothing_updated ... ok
    saharaclient.tests.unit.osc.v1.test_job_binaries.TestListJobBinaries.test_job_binary_list_no_options
    saharaclient.tests.unit.osc.v1.test_job_binaries.TestListJobBinaries.test_job_binary_list_no_options ... ok
    usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN]
    [--noindent] [--prefix PREFIX] [--max-width <integer>]
    [--fit-width] [--print-empty]
    [--instances <node-group-template:instances_count> [<node-group-template:instances_count> ...]]
    [--json <filename>] [--wait]
    <cluster>
    check_parser: error: the following arguments are required: <cluster>
    usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN]
    [--noindent] [--prefix PREFIX] [--max-width <integer>]
    [--fit-width] [--print-empty] --tags <tag> [<tag> ...]
    <image>
    check_parser: error: the following arguments are required: --tags saharaclient.tests.unit.osc.v1.test_job_binaries.TestUpdateJobBinary.test_job_binary_update_all_options
    saharaclient.tests.unit.osc.v1.test_job_binaries.TestUpdateJobBinary.test_job_binary_update_all_options ... FAIL
    usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN]
    [--noindent] [--prefix PREFIX] [--max-width <integer>]
    [--fit-width] [--print-empty] --tags <tag> [<tag> ...]
    <image>
    check_parser: error: the following arguments are required: --tags
    usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN]
    [--noindent] [--prefix PREFIX] [--max-width <integer>]
    [--fit-width] [--print-empty]
    <image> saharaclient.tests.unit.osc.v1.test_clusters.TestCreateCluster.test_cluster_create_all_options
    saharaclient.tests.unit.osc.v1.test_clusters.TestCreateCluster.test_cluster_create_all_options ... check_parser: error: the following arguments are required: <image>
    FAIL
    usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN]
    [--noindent] [--prefix PREFIX] [--max-width <integer>]
    [--fit-width] [--print-empty] [--public | --private]
    [--protected | --unprotected]
    <job>
    check_parser: error: the following arguments are required: <job> saharaclient.tests.unit.osc.v1.test_data_sources.TestUpdateDataSource.test_data_sources_update_private_unprotected
    saharaclient.tests.unit.osc.v1.test_data_sources.TestUpdateDataSource.test_data_sources_update_private_unprotected ... ok
    saharaclient.tests.unit.osc.v1.test_job_binaries.TestUpdateJobBinary.test_job_binary_update_mutual_exclusion
    saharaclient.tests.unit.osc.v1.test_job_binaries.TestUpdateJobBinary.test_job_binary_update_mutual_exclusion ... ok
    saharaclient.tests.unit.osc.v1.test_clusters.TestCreateCluster.test_cluster_create_minimum_options
    saharaclient.tests.unit.osc.v1.test_clusters.TestCreateCluster.test_cluster_create_minimum_options ... ok
    usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN]
    [--noindent] [--prefix PREFIX] [--max-width <integer>]
    [--fit-width] [--print-empty] --tags <tag> [<tag> ...]
    <image>
    check_parser: error: the following arguments are required: --tags
    usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN]
    [--noindent] [--prefix PREFIX] [--max-width <integer>]
    [--fit-width] [--print-empty] [--name <name>]
    [--description <description>] [--public | --private]
    [--protected | --unprotected]
    <job-template>
    check_parser: error: the following arguments are required: <job-template> usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN]
    [--noindent] [--prefix PREFIX] [--max-width <integer>]
    [--fit-width] [--print-empty] [--name <name>]
    [--plugin <plugin>] [--plugin-version <plugin_version>]
    [--processes <processes> [<processes> ...]]
    [--security-groups <security-groups> [<security-groups> ...]]
    [--auto-security-group-enable |
    --auto-security-group-disable]
    [--availability-zone <availability-zone>]
    [--flavor <flavor>]
    [--floating-ip-pool <floating-ip-pool>]
    [--volumes-per-node <volumes-per-node>]
    [--volumes-size <volumes-size>]
    [--volumes-type <volumes-type>]
    [--volumes-availability-zone <volumes-availability-zone>]
    [--volumes-mount-prefix <volumes-mount-prefix>]
    [--volumes-locality-enable | --volumes-locality-disable]
    [--description <description>] [--autoconfig-enable |
    --autoconfig-disable] [--proxy-gateway-enable |
    --proxy-gateway-disable] [--public | --private]
    [--protected | --unprotected] [--json <filename>]
    [--shares <filename>] [--configs <filename>]
    <node-group-template>
    check_parser: error: the following arguments are required: <node-group-template>
    usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN]

    [continued in next message]

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Debian Bug Tracking System@21:1/5 to All on Wed Jun 25 09:00:01 2025
    This is a multi-part message in MIME format...

    Your message dated Wed, 25 Jun 2025 06:56:19 +0000
    with message-id <E1uUK3P-00D9dE-DX@fasolo.debian.org>
    and subject line Bug#1095054: Removed package(s) from unstable
    has caused the Debian Bug report #1102953,
    regarding python-saharaclient: FTBFS in testing: failing 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 owner@bugs.debian.org
    immediately.)


    --
    1102953: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1102953
    Debian Bug Tracking System
    Contact owner@bugs.debian.org with problems

    Received: (at submit) by bugs.debian.org; 13 Apr 2025 12:37:25 +0000 X-Spam-Checker-Version: SpamAssassin 3.4.6-bugs.debian.org_2005_01_02
    (2021-04-09) on buxtehude.debian.org
    X-Spam-Level:
    X-Spam-Status: No, score=-105.1 required=4.0 tests=BAYES_00,DKIMWL_WL_HIGH,
    DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FOURLA,
    FROMDEVELOPER,SPF_HELO_NONE,SPF_NONE,UNPARSEABLE_RELAY,
    USER_IN_DKIM_WELCOMELIST,USER_IN_DKIM_WHITELIST autolearn=ham
    autolearn_force=no version=3.4.6-bugs.debian.org_2005_01_02 X-Spam-Bayes: score:0.0000 Tokens: new, 1137; hammy, 150; neutral, 126; spammy,
    0. spammytokens:
    hammytokens:0.000-+--Hx-spam-relays-external:sk:stravin,
    0.000-+--H*RT:sk:stravin, 0.000-+--Hx-spam-relays-external:311,
    0.000-+--H*RT:311, 0.000-+--H*RT:108
    Return-path: <lucas@debian.org>
    Received: from stravinsky.debian.org ([2001:41b8:202:deb::311