The Buildbot has detected a new failure on builder ARM64 Windows Non-Debug Azure 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/897/builds/339
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: linaro2-win-arm64
Build Reason: <unknown> Blamelist: Brett Cannon <brett@python.org>, CAM Gerlach <CAM.Gerlach@Gerlach.CAM>, Christian Heimes <christian@python.org>, Dennis Sweeney <36520290+sweeneyde@users.noreply.github.com>, Dong-hee Na <donghee.na@python.org>, Erlend Egeberg Aasland <erlend.aasland@protonmail.com>, Ethan Furman <ethan@stoneleaf.us>, Florian Bruhin <me@the-compiler.org>, Jelle Zijlstra <jelle.zijlstra@gmail.com>, Jordan Borean <jborean93@gmail.com>, Julien Palard <julien@palard.fr>, Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>, Lucinda May Phipps <landfillbaby69@gmail.com>, Miro Hrončok <miro@hroncok.cz>, Mori Bellamy <mori@invoked.net>, Nicolas Haller <nicolas@haller.im>, Pavel <69010336+pavel-lexyr@users.noreply.github.com>, Rafael Fontenelle <rffontenelle@users.noreply.github.com>, Raymond Hettinger <rhettinger@users.noreply.github.com>, Sam Ezeh <sam.z.ezeh@gmail.com>, Serhiy Storchaka <storchaka@gmail.com>, Shantanu <12621235+hauntsaninja@users.noreply.github.com>, Stanley <468763 82+slateny@users.noreply.github.com>, Steve Dower <steve.dower@python.org>, Tobin Yehle <tobinyehle@gmail.com>, Varun Sharma <varunsh@stepsecurity.io>, Victor Stinner <vstinner@python.org>, Wenzel Jakob <wenzel.jakob@epfl.ch>, Yury Selivanov <yury@edgedb.com>, goldsteinn <35538541+goldsteinn@users.noreply.github.com>, neonene <53406459+neonene@users.noreply.github.com>, oda-gitso <105083118+oda-gitso@users.noreply.github.com>, serge-sans-paille <serge.guelton@telecom-bretagne.eu>
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
Captured traceback
remote: Enumerating objects: 28, done.
remote: Counting objects: 4% (1/25)
remote: Counting objects: 8% (2/25)
remote: Counting objects: 12% (3/25)
remote: Counting objects: 16% (4/25)
remote: Counting objects: 20% (5/25)
remote: Counting objects: 24% (6/25)
remote: Counting objects: 28% (7/25)
remote: Counting objects: 32% (8/25)
remote: Counting objects: 36% (9/25)
remote: Counting objects: 40% (10/25)
remote: Counting objects: 44% (11/25)
remote: Counting objects: 48% (12/25)
remote: Counting objects: 52% (13/25)
remote: Counting objects: 56% (14/25)
remote: Counting objects: 60% (15/25)
remote: Counting objects: 64% (16/25)
remote: Counting objects: 68% (17/25)
remote: Counting objects: 72% (18/25)
remote: Counting objects: 76% (19/25)
remote: Counting objects: 80% (20/25)
remote: Counting objects: 84% (21/25)
remote: Counting objects: 88% (22/25)
remote: Counting objects: 92% (23/25)
remote: Counting objects: 96% (24/25)
remote: Counting objects: 100% (25/25)
remote: Counting objects: 100% (25/25), done.
remote: Compressing objects: 25% (1/4)
remote: Compressing objects: 50% (2/4)
remote: Compressing objects: 75% (3/4)
remote: Compressing objects: 100% (4/4)
remote: Compressing objects: 100% (4/4), done.
remote: Total 28 (delta 21), reused 21 (delta 21), pack-reused 3
From https://github.com/python/cpython
- branch main -> FETCH_HEAD Note: switching to 'db3ef0c82a1a16db60c35f8a08c3fd9bfaa8b643'.
You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at db3ef0c82a gh-93117: Remove too large sqlite3 bigmemtest (#93154) Switched to and reset branch 'main'
Traceback (most recent call last): File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 1348, in do_open h.request(req.get_method(), req.selector, req.data, headers, File "C:\wenv\x64_vs2022\python\tools\lib\http\client.py", line 1282, in request self._send_request(method, url, body, headers, encode_chunked) File "C:\wenv\x64_vs2022\python\tools\lib\http\client.py", line 1328, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "C:\wenv\x64_vs2022\python\tools\lib\http\client.py", line 1277, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "C:\wenv\x64_vs2022\python\tools\lib\http\client.py", line 1037, in _send_output self.send(msg) File "C:\wenv\x64_vs2022\python\tools\lib\http\client.py", line 975, in send self.connect() File "C:\wenv\x64_vs2022\python\tools\lib\http\client.py", line 1447, in connect super().connect() File "C:\wenv\x64_vs2022\python\tools\lib\http\client.py", line 941, in connect self.sock = self._create_connection( File "C:\wenv\x64_vs2022\python\tools\lib\socket.py", line 845, in create_connection raise err File "C:\wenv\x64_vs2022\python\tools\lib\socket.py", line 833, in create_connection sock.connect(sa) TimeoutError: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "C:\Workspace\buildarea\3.x.linaro2-win-arm64.nondebug\build\PCbuild\get_external.py", line 77, in <module> main() File "C:\Workspace\buildarea\3.x.linaro2-win-arm64.nondebug\build\PCbuild\get_external.py", line 50, in main zip_path = fetch_zip( File "C:\Workspace\buildarea\3.x.linaro2-win-arm64.nondebug\build\PCbuild\get_external.py", line 19, in fetch_zip filename, headers = urlretrieve( File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 241, in urlretrieve with contextlib.closing(urlopen(url, data)) as fp: File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 216, in urlopen return opener.open(url, data, timeout) File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 519, in open response = self._open(req, data) File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 536, in _open result = self._call_chain(self.handle_open, protocol, protocol + File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 496, in _call_chain result = func(*args) File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 1391, in https_open return self.do_open(http.client.HTTPSConnection, req, File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 1351, in do_open raise URLError(err) urllib.error.URLError: <urlopen error [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond> Traceback (most recent call last): File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 1348, in do_open h.request(req.get_method(), req.selector, req.data, headers, File "C:\wenv\x64_vs2022\python\tools\lib\http\client.py", line 1282, in request self._send_request(method, url, body, headers, encode_chunked) File "C:\wenv\x64_vs2022\python\tools\lib\http\client.py", line 1328, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "C:\wenv\x64_vs2022\python\tools\lib\http\client.py", line 1277, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "C:\wenv\x64_vs2022\python\tools\lib\http\client.py", line 1037, in _send_output self.send(msg) File "C:\wenv\x64_vs2022\python\tools\lib\http\client.py", line 975, in send self.connect() File "C:\wenv\x64_vs2022\python\tools\lib\http\client.py", line 1447, in connect super().connect() File "C:\wenv\x64_vs2022\python\tools\lib\http\client.py", line 941, in connect self.sock = self._create_connection( File "C:\wenv\x64_vs2022\python\tools\lib\socket.py", line 845, in create_connection raise err File "C:\wenv\x64_vs2022\python\tools\lib\socket.py", line 833, in create_connection sock.connect(sa) TimeoutError: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "C:\Workspace\buildarea\3.x.linaro2-win-arm64.nondebug\build\PCbuild\get_external.py", line 77, in <module> main() File "C:\Workspace\buildarea\3.x.linaro2-win-arm64.nondebug\build\PCbuild\get_external.py", line 50, in main zip_path = fetch_zip( File "C:\Workspace\buildarea\3.x.linaro2-win-arm64.nondebug\build\PCbuild\get_external.py", line 19, in fetch_zip filename, headers = urlretrieve( File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 241, in urlretrieve with contextlib.closing(urlopen(url, data)) as fp: File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 216, in urlopen return opener.open(url, data, timeout) File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 525, in open response = meth(req, response) File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 634, in http_response response = self.parent.error( File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 557, in error result = self._call_chain(*args) File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 496, in _call_chain result = func(*args) File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 749, in http_error_302 return self.parent.open(new, timeout=req.timeout) File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 519, in open response = self._open(req, data) File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 536, in _open result = self._call_chain(self.handle_open, protocol, protocol + File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 496, in _call_chain result = func(*args) File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 1391, in https_open return self.do_open(http.client.HTTPSConnection, req, File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 1351, in do_open raise URLError(err) urllib.error.URLError: <urlopen error [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond> Traceback (most recent call last): File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 1348, in do_open h.request(req.get_method(), req.selector, req.data, headers, File "C:\wenv\x64_vs2022\python\tools\lib\http\client.py", line 1282, in request self._send_request(method, url, body, headers, encode_chunked) File "C:\wenv\x64_vs2022\python\tools\lib\http\client.py", line 1328, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "C:\wenv\x64_vs2022\python\tools\lib\http\client.py", line 1277, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "C:\wenv\x64_vs2022\python\tools\lib\http\client.py", line 1037, in _send_output self.send(msg) File "C:\wenv\x64_vs2022\python\tools\lib\http\client.py", line 975, in send self.connect() File "C:\wenv\x64_vs2022\python\tools\lib\http\client.py", line 1447, in connect super().connect() File "C:\wenv\x64_vs2022\python\tools\lib\http\client.py", line 941, in connect self.sock = self._create_connection( File "C:\wenv\x64_vs2022\python\tools\lib\socket.py", line 845, in create_connection raise err File "C:\wenv\x64_vs2022\python\tools\lib\socket.py", line 833, in create_connection sock.connect(sa) TimeoutError: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "C:\Workspace\buildarea\3.x.linaro2-win-arm64.nondebug\build\PCbuild\get_external.py", line 77, in <module> main() File "C:\Workspace\buildarea\3.x.linaro2-win-arm64.nondebug\build\PCbuild\get_external.py", line 50, in main zip_path = fetch_zip( File "C:\Workspace\buildarea\3.x.linaro2-win-arm64.nondebug\build\PCbuild\get_external.py", line 19, in fetch_zip filename, headers = urlretrieve( File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 241, in urlretrieve with contextlib.closing(urlopen(url, data)) as fp: File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 216, in urlopen return opener.open(url, data, timeout) File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 519, in open response = self._open(req, data) File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 536, in _open result = self._call_chain(self.handle_open, protocol, protocol + File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 496, in _call_chain result = func(*args) File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 1391, in https_open return self.do_open(http.client.HTTPSConnection, req, File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 1351, in do_open raise URLError(err) urllib.error.URLError: <urlopen error [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond> Traceback (most recent call last): File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 1348, in do_open h.request(req.get_method(), req.selector, req.data, headers, File "C:\wenv\x64_vs2022\python\tools\lib\http\client.py", line 1282, in request self._send_request(method, url, body, headers, encode_chunked) File "C:\wenv\x64_vs2022\python\tools\lib\http\client.py", line 1328, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "C:\wenv\x64_vs2022\python\tools\lib\http\client.py", line 1277, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "C:\wenv\x64_vs2022\python\tools\lib\http\client.py", line 1037, in _send_output self.send(msg) File "C:\wenv\x64_vs2022\python\tools\lib\http\client.py", line 975, in send self.connect() File "C:\wenv\x64_vs2022\python\tools\lib\http\client.py", line 1447, in connect super().connect() File "C:\wenv\x64_vs2022\python\tools\lib\http\client.py", line 941, in connect self.sock = self._create_connection( File "C:\wenv\x64_vs2022\python\tools\lib\socket.py", line 845, in create_connection raise err File "C:\wenv\x64_vs2022\python\tools\lib\socket.py", line 833, in create_connection sock.connect(sa) TimeoutError: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "C:\Workspace\buildarea\3.x.linaro2-win-arm64.nondebug\build\PCbuild\get_external.py", line 77, in <module> main() File "C:\Workspace\buildarea\3.x.linaro2-win-arm64.nondebug\build\PCbuild\get_external.py", line 50, in main zip_path = fetch_zip( File "C:\Workspace\buildarea\3.x.linaro2-win-arm64.nondebug\build\PCbuild\get_external.py", line 19, in fetch_zip filename, headers = urlretrieve( File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 241, in urlretrieve with contextlib.closing(urlopen(url, data)) as fp: File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 216, in urlopen return opener.open(url, data, timeout) File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 525, in open response = meth(req, response) File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 634, in http_response response = self.parent.error( File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 557, in error result = self._call_chain(*args) File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 496, in _call_chain result = func(*args) File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 749, in http_error_302 return self.parent.open(new, timeout=req.timeout) File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 519, in open response = self._open(req, data) File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 536, in _open result = self._call_chain(self.handle_open, protocol, protocol + File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 496, in _call_chain result = func(*args) File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 1391, in https_open return self.do_open(http.client.HTTPSConnection, req, File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 1351, in do_open raise URLError(err) urllib.error.URLError: <urlopen error [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond> Traceback (most recent call last): File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 1348, in do_open h.request(req.get_method(), req.selector, req.data, headers, File "C:\wenv\x64_vs2022\python\tools\lib\http\client.py", line 1282, in request self._send_request(method, url, body, headers, encode_chunked) File "C:\wenv\x64_vs2022\python\tools\lib\http\client.py", line 1328, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "C:\wenv\x64_vs2022\python\tools\lib\http\client.py", line 1277, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "C:\wenv\x64_vs2022\python\tools\lib\http\client.py", line 1037, in _send_output self.send(msg) File "C:\wenv\x64_vs2022\python\tools\lib\http\client.py", line 975, in send self.connect() File "C:\wenv\x64_vs2022\python\tools\lib\http\client.py", line 1447, in connect super().connect() File "C:\wenv\x64_vs2022\python\tools\lib\http\client.py", line 941, in connect self.sock = self._create_connection( File "C:\wenv\x64_vs2022\python\tools\lib\socket.py", line 845, in create_connection raise err File "C:\wenv\x64_vs2022\python\tools\lib\socket.py", line 833, in create_connection sock.connect(sa) TimeoutError: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "C:\Workspace\buildarea\3.x.linaro2-win-arm64.nondebug\build\PCbuild\get_external.py", line 77, in <module> main() File "C:\Workspace\buildarea\3.x.linaro2-win-arm64.nondebug\build\PCbuild\get_external.py", line 50, in main zip_path = fetch_zip( File "C:\Workspace\buildarea\3.x.linaro2-win-arm64.nondebug\build\PCbuild\get_external.py", line 19, in fetch_zip filename, headers = urlretrieve( File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 241, in urlretrieve with contextlib.closing(urlopen(url, data)) as fp: File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 216, in urlopen return opener.open(url, data, timeout) File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 519, in open response = self._open(req, data) File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 536, in _open result = self._call_chain(self.handle_open, protocol, protocol + File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 496, in _call_chain result = func(*args) File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 1391, in https_open return self.do_open(http.client.HTTPSConnection, req, File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 1351, in do_open raise URLError(err) urllib.error.URLError: <urlopen error [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond> Traceback (most recent call last): File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 1348, in do_open h.request(req.get_method(), req.selector, req.data, headers, File "C:\wenv\x64_vs2022\python\tools\lib\http\client.py", line 1282, in request self._send_request(method, url, body, headers, encode_chunked) File "C:\wenv\x64_vs2022\python\tools\lib\http\client.py", line 1328, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "C:\wenv\x64_vs2022\python\tools\lib\http\client.py", line 1277, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "C:\wenv\x64_vs2022\python\tools\lib\http\client.py", line 1037, in _send_output self.send(msg) File "C:\wenv\x64_vs2022\python\tools\lib\http\client.py", line 975, in send self.connect() File "C:\wenv\x64_vs2022\python\tools\lib\http\client.py", line 1447, in connect super().connect() File "C:\wenv\x64_vs2022\python\tools\lib\http\client.py", line 941, in connect self.sock = self._create_connection( File "C:\wenv\x64_vs2022\python\tools\lib\socket.py", line 845, in create_connection raise err File "C:\wenv\x64_vs2022\python\tools\lib\socket.py", line 833, in create_connection sock.connect(sa) TimeoutError: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "C:\Workspace\buildarea\3.x.linaro2-win-arm64.nondebug\build\PCbuild\get_external.py", line 77, in <module> main() File "C:\Workspace\buildarea\3.x.linaro2-win-arm64.nondebug\build\PCbuild\get_external.py", line 50, in main zip_path = fetch_zip( File "C:\Workspace\buildarea\3.x.linaro2-win-arm64.nondebug\build\PCbuild\get_external.py", line 19, in fetch_zip filename, headers = urlretrieve( File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 241, in urlretrieve with contextlib.closing(urlopen(url, data)) as fp: File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 216, in urlopen return opener.open(url, data, timeout) File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 519, in open response = self._open(req, data) File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 536, in _open result = self._call_chain(self.handle_open, protocol, protocol + File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 496, in _call_chain result = func(*args) File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 1391, in https_open return self.do_open(http.client.HTTPSConnection, req, File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 1351, in do_open raise URLError(err) urllib.error.URLError: <urlopen error [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond> Traceback (most recent call last): File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 1348, in do_open h.request(req.get_method(), req.selector, req.data, headers, File "C:\wenv\x64_vs2022\python\tools\lib\http\client.py", line 1282, in request self._send_request(method, url, body, headers, encode_chunked) File "C:\wenv\x64_vs2022\python\tools\lib\http\client.py", line 1328, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "C:\wenv\x64_vs2022\python\tools\lib\http\client.py", line 1277, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "C:\wenv\x64_vs2022\python\tools\lib\http\client.py", line 1037, in _send_output self.send(msg) File "C:\wenv\x64_vs2022\python\tools\lib\http\client.py", line 975, in send self.connect() File "C:\wenv\x64_vs2022\python\tools\lib\http\client.py", line 1447, in connect super().connect() File "C:\wenv\x64_vs2022\python\tools\lib\http\client.py", line 941, in connect self.sock = self._create_connection( File "C:\wenv\x64_vs2022\python\tools\lib\socket.py", line 845, in create_connection raise err File "C:\wenv\x64_vs2022\python\tools\lib\socket.py", line 833, in create_connection sock.connect(sa) TimeoutError: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "C:\Workspace\buildarea\3.x.linaro2-win-arm64.nondebug\build\PCbuild\get_external.py", line 77, in <module> main() File "C:\Workspace\buildarea\3.x.linaro2-win-arm64.nondebug\build\PCbuild\get_external.py", line 50, in main zip_path = fetch_zip( File "C:\Workspace\buildarea\3.x.linaro2-win-arm64.nondebug\build\PCbuild\get_external.py", line 19, in fetch_zip filename, headers = urlretrieve( File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 241, in urlretrieve with contextlib.closing(urlopen(url, data)) as fp: File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 216, in urlopen return opener.open(url, data, timeout) File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 519, in open response = self._open(req, data) File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 536, in _open result = self._call_chain(self.handle_open, protocol, protocol + File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 496, in _call_chain result = func(*args) File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 1391, in https_open return self.do_open(http.client.HTTPSConnection, req, File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 1351, in do_open raise URLError(err) urllib.error.URLError: <urlopen error [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond> Could Not Find C:\Workspace\buildarea\3.x.linaro2-win-arm64.nondebug\build\Lib\*.pyc The system cannot find the file specified. Could Not Find C:\Workspace\buildarea\3.x.linaro2-win-arm64.nondebug\build\PCbuild\python*.zip Traceback (most recent call last): File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 1348, in do_open h.request(req.get_method(), req.selector, req.data, headers, File "C:\wenv\x64_vs2022\python\tools\lib\http\client.py", line 1282, in request self._send_request(method, url, body, headers, encode_chunked) File "C:\wenv\x64_vs2022\python\tools\lib\http\client.py", line 1328, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "C:\wenv\x64_vs2022\python\tools\lib\http\client.py", line 1277, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "C:\wenv\x64_vs2022\python\tools\lib\http\client.py", line 1037, in _send_output self.send(msg) File "C:\wenv\x64_vs2022\python\tools\lib\http\client.py", line 975, in send self.connect() File "C:\wenv\x64_vs2022\python\tools\lib\http\client.py", line 1447, in connect super().connect() File "C:\wenv\x64_vs2022\python\tools\lib\http\client.py", line 941, in connect self.sock = self._create_connection( File "C:\wenv\x64_vs2022\python\tools\lib\socket.py", line 845, in create_connection raise err File "C:\wenv\x64_vs2022\python\tools\lib\socket.py", line 833, in create_connection sock.connect(sa) TimeoutError: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "C:\Workspace\buildarea\3.x.linaro2-win-arm64.nondebug\build\PCbuild\get_external.py", line 77, in <module> main() File "C:\Workspace\buildarea\3.x.linaro2-win-arm64.nondebug\build\PCbuild\get_external.py", line 50, in main zip_path = fetch_zip( File "C:\Workspace\buildarea\3.x.linaro2-win-arm64.nondebug\build\PCbuild\get_external.py", line 19, in fetch_zip filename, headers = urlretrieve( File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 241, in urlretrieve with contextlib.closing(urlopen(url, data)) as fp: File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 216, in urlopen return opener.open(url, data, timeout) File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 519, in open response = self._open(req, data) File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 536, in _open result = self._call_chain(self.handle_open, protocol, protocol + File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 496, in _call_chain result = func(*args) File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 1391, in https_open return self.do_open(http.client.HTTPSConnection, req, File "C:\wenv\x64_vs2022\python\tools\lib\urllib\request.py", line 1351, in do_open raise URLError(err) urllib.error.URLError: <urlopen error [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond>
Could Not Find C:\Workspace\buildarea\3.x.linaro2-win-arm64.nondebug\build\Lib\*.pyc The system cannot find the file specified. Could Not Find C:\Workspace\buildarea\3.x.linaro2-win-arm64.nondebug\build\PCbuild\python*.zip
Test report
Sincerely, -The Buildbot