From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on sa.local.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-3.3 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=unavailable autolearn_force=no version=3.4.1 Date: Thu, 16 Oct 2025 05:49:57 +0000 From: "Girar awaiter (slev)" To: Stanislav Levin Subject: [#397191] [test-only] FAILED python3-module-aiohttp.git=3.13.0-alt1 Message-ID: Mail-Followup-To: Girar awaiter robot MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-girar-task-id: 397191 X-girar-task-owner: slev X-girar-task-repo: sisyphus X-girar-task-try: 1 X-girar-task-iter: 1 X-girar-task-status: FAILED X-girar-task-URL: https://git.altlinux.org/tasks/397191/ X-girar-task-log: logs/events.1.1.log X-girar-task-summary: [#397191] [test-only] FAILED python3-module-aiohttp.git=3.13.0-alt1 User-Agent: Mutt/1.10.1 (2018-07-13) Cc: sisyphus-incominger@lists.altlinux.org, girar-builder-sisyphus@altlinux.org X-BeenThere: sisyphus-incominger@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Devel discussion list List-Id: ALT Linux Girar Builder robot reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Oct 2025 05:50:05 -0000 Archived-At: List-Archive: https://git.altlinux.org/tasks/397191/logs/events.1.1.log https://packages.altlinux.org/tasks/397191 subtask name aarch64 i586 x86_64 #100 python3-module-aiohttp failed failed failed 2025-Oct-16 05:47:34 :: test-only task #397191 for sisyphus started by slev: #100 build 3.13.0-alt1 from /people/slev/packages/python3-module-aiohttp.git fetched at 2025-Oct-15 08:42:08 2025-Oct-16 05:47:36 :: [i586] #100 python3-module-aiohttp.git 3.13.0-alt1: build start 2025-Oct-16 05:47:36 :: [aarch64] #100 python3-module-aiohttp.git 3.13.0-alt1: build start 2025-Oct-16 05:47:36 :: [x86_64] #100 python3-module-aiohttp.git 3.13.0-alt1: build start [x86_64] flags=_AI_ADDRCONFIG, [x86_64] E aiodns.error.DNSError: (11, 'Could not contact DNS servers') [x86_64] .run_venv/lib64/python3/site-packages/aiohttp/resolver.py:117: DNSError [x86_64] -- [x86_64] > raise OSError(None, msg) from exc [x86_64] E OSError: [Errno None] Could not contact DNS servers [x86_64] .run_venv/lib64/python3/site-packages/aiohttp/resolver.py:126: OSError [x86_64] -- [x86_64] > raise ClientConnectorDNSError(req.connection_key, exc) from exc [x86_64] E aiohttp.client_exceptions.ClientConnectorDNSError: Cannot connect to host owhefopw.com:80 ssl:default [Could not contact DNS servers] [x86_64] .run_venv/lib64/python3/site-packages/aiohttp/connector.py:1538: ClientConnectorDNSError [x86_64] -- [x86_64] SKIPPED [1] tests/test_multipart_helpers.py:99: need more smart parser which respects quoted text [x86_64] SKIPPED [1] tests/test_multipart_helpers.py:446: should raise decoding error: %82 is invalid for latin1 [x86_64] SKIPPED [1] tests/test_multipart_helpers.py:455: should raise decoding error: %E4 is invalid for utf-8 [x86_64] SKIPPED [1] tests/test_multipart_helpers.py:510: urllib.parse.unquote is tolerate to standalone % chars [x86_64] -- [x86_64] XFAIL tests/test_websocket_parser.py::test_parse_frame_header_new_data_err[pyloop] [x86_64] FAILED tests/test_client_functional.py::test_invalid_idna[pyloop] - aiohttp.c... [x86_64] ============ 1 failed, 4135 passed, 25 skipped, 6 xfailed in 34.86s ============ [x86_64] INFO : Command's result: FAILURE [x86_64] INFO : Command's error: Command '['pytest', '-m', 'not dev_mode and not internal', '-vra', '-o=addopts=', '-n', 'auto', '--ignore=tests/autobahn', '--ignore=tests/test_proxy_functional.py', '--ignore-glob=tests/test_benchmarks_*', 'tests']' returned non-zero exit status 1. 2025-Oct-16 05:49:05 :: [x86_64] python3-module-aiohttp.git 3.13.0-alt1: remote: build failed 2025-Oct-16 05:49:05 :: [x86_64] #100 python3-module-aiohttp.git 3.13.0-alt1: build FAILED 2025-Oct-16 05:49:05 :: [x86_64] requesting cancellation of task processing [i586] > raise OSError(None, msg) from exc [i586] E OSError: [Errno None] Could not contact DNS servers [i586] .run_venv/lib/python3/site-packages/aiohttp/resolver.py:126: OSError [i586] -- [i586] > raise ClientConnectorDNSError(req.connection_key, exc) from exc [i586] E aiohttp.client_exceptions.ClientConnectorDNSError: Cannot connect to host owhefopw.com:80 ssl:default [Could not contact DNS servers] [i586] .run_venv/lib/python3/site-packages/aiohttp/connector.py:1538: ClientConnectorDNSError [i586] -- [i586] SKIPPED [1] tests/test_connector.py:3699: Proactor Event loop present only in Windows [i586] SKIPPED [1] tests/test_multipart_helpers.py:446: should raise decoding error: %82 is invalid for latin1 [i586] SKIPPED [1] tests/test_multipart_helpers.py:455: should raise decoding error: %E4 is invalid for utf-8 [i586] SKIPPED [1] tests/test_multipart_helpers.py:510: urllib.parse.unquote is tolerate to standalone % chars [i586] -- [i586] XFAIL tests/test_worker.py::test__create_ssl_context_with_ciphers[AsyncioWorker-pyloop] - trustme is not supported [i586] FAILED tests/test_client_functional.py::test_invalid_idna[pyloop] - aiohttp.c... [i586] =========== 1 failed, 4107 passed, 25 skipped, 34 xfailed in 35.26s ============ [i586] INFO : Command's result: FAILURE [i586] INFO : Command's error: Command '['pytest', '-m', 'not dev_mode and not internal', '-vra', '-o=addopts=', '-n', 'auto', '--ignore=tests/autobahn', '--ignore=tests/test_proxy_functional.py', '--ignore-glob=tests/test_benchmarks_*', 'tests']' returned non-zero exit status 1. 2025-Oct-16 05:49:13 :: [i586] python3-module-aiohttp.git 3.13.0-alt1: remote: build failed 2025-Oct-16 05:49:13 :: [i586] #100 python3-module-aiohttp.git 3.13.0-alt1: build FAILED [aarch64] flags=_AI_ADDRCONFIG, [aarch64] E aiodns.error.DNSError: (11, 'Could not contact DNS servers') [aarch64] .run_venv/lib64/python3/site-packages/aiohttp/resolver.py:117: DNSError [aarch64] -- [aarch64] > raise OSError(None, msg) from exc [aarch64] E OSError: [Errno None] Could not contact DNS servers [aarch64] .run_venv/lib64/python3/site-packages/aiohttp/resolver.py:126: OSError [aarch64] -- [aarch64] > raise ClientConnectorDNSError(req.connection_key, exc) from exc [aarch64] E aiohttp.client_exceptions.ClientConnectorDNSError: Cannot connect to host owhefopw.com:80 ssl:default [Could not contact DNS servers] [aarch64] .run_venv/lib64/python3/site-packages/aiohttp/connector.py:1538: ClientConnectorDNSError [aarch64] -- [aarch64] SKIPPED [1] tests/test_multipart_helpers.py:99: need more smart parser which respects quoted text [aarch64] SKIPPED [1] tests/test_multipart_helpers.py:446: should raise decoding error: %82 is invalid for latin1 [aarch64] SKIPPED [1] tests/test_multipart_helpers.py:455: should raise decoding error: %E4 is invalid for utf-8 [aarch64] SKIPPED [1] tests/test_multipart_helpers.py:510: urllib.parse.unquote is tolerate to standalone % chars [aarch64] -- [aarch64] XFAIL tests/test_websocket_parser.py::test_parse_frame_header_new_data_err[pyloop] [aarch64] FAILED tests/test_client_functional.py::test_invalid_idna[pyloop] - aiohttp.c... [aarch64] ============ 1 failed, 4135 passed, 25 skipped, 6 xfailed in 45.27s ============ [aarch64] INFO : Command's result: FAILURE [aarch64] INFO : Command's error: Command '['pytest', '-m', 'not dev_mode and not internal', '-vra', '-o=addopts=', '-n', 'auto', '--ignore=tests/autobahn', '--ignore=tests/test_proxy_functional.py', '--ignore-glob=tests/test_benchmarks_*', 'tests']' returned non-zero exit status 1. 2025-Oct-16 05:49:57 :: [aarch64] python3-module-aiohttp.git 3.13.0-alt1: remote: build failed 2025-Oct-16 05:49:57 :: [aarch64] #100 python3-module-aiohttp.git 3.13.0-alt1: build FAILED 2025-Oct-16 05:49:05 :: [x86_64] build FAILED 2025-Oct-16 05:49:13 :: [i586] build FAILED 2025-Oct-16 05:49:57 :: [aarch64] build FAILED 2025-Oct-16 05:49:57 :: task #397191 for sisyphus FAILED