Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 911741 - dev-python/moto-4.1.14 fails tests (PYTHON-3.12-SYSTEM)
Summary: dev-python/moto-4.1.14 fails tests (PYTHON-3.12-SYSTEM)
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrick McLean
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks: 921826 921481
  Show dependency tree
 
Reported: 2023-08-05 06:38 UTC by Agostino Sarubbo
Modified: 2024-03-24 02:42 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log.xz (build.log.xz,117.88 KB, application/x-xz)
2023-08-05 06:38 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2023-08-05 06:38:06 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/moto-4.1.14 fails tests (PYTHON-3.12-SYSTEM).
Discovered on: amd64 (internal ref: python-3.12_tinderbox)

NOTE:
(PYTHON-3.12-SYSTEM) in the summary means that the bug was found on a machine that runs python-3.12 but this bug MAY or MAY NOT BE related to the new python version
Comment 1 Agostino Sarubbo gentoo-dev 2023-08-05 06:38:09 UTC
Created attachment 867085 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Agostino Sarubbo gentoo-dev 2023-08-05 06:38:10 UTC
Error(s) that match a know pattern:


            except ValueError:
E           requests.exceptions.ConnectionError: HTTPConnectionPool(host='foo.localhost', port=5001): Max retries exceeded with url: / (Caused by NameResolutionError("<urllib3.connection.HTTPConnection object at 0x7fd35ab924d0>: Failed to resolve 'foo.localhost' ([Errno -3] Temporary failure in name resolution)"))
E           requests.exceptions.ConnectionError: HTTPConnectionPool(host='testcors.localhost', port=6789): Max retries exceeded with url: / (Caused by NameResolutionError("<urllib3.connection.HTTPConnection object at 0x7fd33a1b21a0>: Failed to resolve 'testcors.localhost' ([Errno -3] Temporary failure in name resolution)"))
E           urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='foo.localhost', port=5001): Max retries exceeded with url: / (Caused by NameResolutionError("<urllib3.connection.HTTPConnection object at 0x7fd35ab924d0>: Failed to resolve 'foo.localhost' ([Errno -3] Temporary failure in name resolution)"))
E           urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='testcors.localhost', port=6789): Max retries exceeded with url: / (Caused by NameResolutionError("<urllib3.connection.HTTPConnection object at 0x7fd33a1b21a0>: Failed to resolve 'testcors.localhost' ([Errno -3] Temporary failure in name resolution)"))
E           urllib3.exceptions.NameResolutionError: <urllib3.connection.HTTPConnection object at 0x7fd33a1b21a0>: Failed to resolve 'testcors.localhost' ([Errno -3] Temporary failure in name resolution)
E           urllib3.exceptions.NameResolutionError: <urllib3.connection.HTTPConnection object at 0x7fd35ab924d0>: Failed to resolve 'foo.localhost' ([Errno -3] Temporary failure in name resolution)
FAILED tests/test_s3/test_multiple_accounts_server.py::TestAccountIdResolution::test_with_custom_request_header
FAILED tests/test_s3/test_server.py::test_s3_server_post_cors_multiple_origins
tests/test_greengrass/test_greengrass_groups.py::test_create_group_version_with_invalid_version_arn[CoreDefinitionVersionArn-123-Cores definition reference does not exist] PASSED [4278/7878]
tests/test_greengrass/test_greengrass_groups.py::test_create_group_version_with_invalid_version_arn[CoreDefinitionVersionArn-arn:aws:greengrass:ap-northeast-1:944137583148:/greengrass/definition/cores/fc3b3e5b-f1ce-4639-88d3-3ad897d95b2a/versions/dd0f800c-246c-4973-82cf-45b109cbd99b-Cores definition reference does not exist] PASSED [4279/7878]
tests/test_greengrass/test_greengrass_groups.py::test_create_group_version_with_invalid_version_arn[DeviceDefinitionVersionArn-123-Devices definition reference does not exist] PASSED [4280/7878]
tests/test_greengrass/test_greengrass_groups.py::test_create_group_version_with_invalid_version_arn[DeviceDefinitionVersionArn-arn:aws:greengrass:ap-northeast-1:944137583148:/greengrass/definition/devices/fc3b3e5b-f1ce-4639-88d3-3ad897d95b2a/versions/dd0f800c-246c-4973-82cf-45b109cbd99b-Devices definition reference does not exist] PASSED [4281/7878]
tests/test_greengrass/test_greengrass_groups.py::test_create_group_version_with_invalid_version_arn[FunctionDefinitionVersionArn-123-Lambda definition reference does not exist] PASSED [4282/7878]
tests/test_greengrass/test_greengrass_groups.py::test_create_group_version_with_invalid_version_arn[FunctionDefinitionVersionArn-arn:aws:greengrass:ap-northeast-1:944137583148:/greengrass/definition/functions/fc3b3e5b-f1ce-4639-88d3-3ad897d95b2a/versions/dd0f800c-246c-4973-82cf-45b109cbd99b-Lambda definition reference does not exist] PASSED [4283/7878]
tests/test_greengrass/test_greengrass_groups.py::test_create_group_version_with_invalid_version_arn[ResourceDefinitionVersionArn-123-Resource definition reference does not exist] PASSED [4284/7878]
tests/test_greengrass/test_greengrass_groups.py::test_create_group_version_with_invalid_version_arn[ResourceDefinitionVersionArn-arn:aws:greengrass:ap-northeast-1:944137583148:/greengrass/definition/resources/fc3b3e5b-f1ce-4639-88d3-3ad897d95b2a/versions/dd0f800c-246c-4973-82cf-45b109cbd99b-Resource definition reference does not exist] PASSED [4285/7878]
tests/test_greengrass/test_greengrass_groups.py::test_create_group_version_with_invalid_version_arn[SubscriptionDefinitionVersionArn-123-Subscription definition reference does not exist] PASSED [4286/7878]
tests/test_greengrass/test_greengrass_groups.py::test_create_group_version_with_invalid_version_arn[SubscriptionDefinitionVersionArn-arn:aws:greengrass:ap-northeast-1:944137583148:/greengrass/definition/subscriptions/fc3b3e5b-f1ce-4639-88d3-3ad897d95b2a/versions/dd0f800c-246c-4973-82cf-45b109cbd99b-Subscription definition reference does not exist] PASSED [4287/7878]
tests/test_sagemaker/test_sagemaker_cloudformation.py::test_sagemaker_cloudformation_notebook_instance_delete[test_config1-Notebook Instance Lifecycle Config does not exist] PASSED [6538/7878]
tests/test_sagemaker/test_sagemaker_cloudformation.py::test_sagemaker_cloudformation_notebook_instance_delete[test_config2-Could not find model] PASSED [6539/7878]
tests/test_sagemaker/test_sagemaker_cloudformation.py::test_sagemaker_cloudformation_notebook_instance_delete[test_config3-Could not find endpoint configuration] PASSED [6540/7878]
tests/test_sagemaker/test_sagemaker_cloudformation.py::test_sagemaker_cloudformation_notebook_instance_delete[test_config4-Could not find endpoint] PASSED [6541/7878]
E       socket.gaierror: [Errno -3] Temporary failure in name resolution
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2024-03-24 02:42:44 UTC
Mass-closing "PYTHON-3.12-SYSTEM" bugs.  Most of them are either obsolete (i.e. packages have 3.12 support already), or report issues completely tangential to Python 3.12 support.  Manually checking them is a waste of time.