10000 gh-107211: No longer export internal _PyLong_FromUid() by vstinner · Pull Request #109037 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-107211: No longer export internal _PyLong_FromUid() #109037

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 7, 2023

Conversation

vstinner
Copy link
Member
@vstinner vstinner commented Sep 6, 2023

No longer export _PyLong_FromUid() and _Py_Sigset_Converter() internal C API function.

No longer export _PyLong_FromUid() and _Py_Sigset_Converter()
internal C API function.
@bedevere-bot
Copy link

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot ARM64 Windows Non-Debug 3.x has failed when building commit 19eddb5.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/all/#builders/730/builds/8890) and take a look at the build logs.
  4. Check if the failure is related to this commit (19eddb5) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/all/#builders/730/builds/8890

Summary of the results of the build (if available):

Click to see traceback logs
Note: switching to '19eddb515a8cf87df7aaa347379b3e56c324385b'.

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 19eddb515a gh-107211: No longer export internal _PyLong_FromUid() (#109037)
Switched to and reset branch 'main'

Traceback (most recent call last):
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 1348, in do_open
    h.request(req.get_method(), req.selector, req.data, headers,
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1276, in request
    self._send_request(method, url, body, headers, encode_chunked)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1322, in _send_request
    self.endheaders(body, encode_chunked=encode_chunked)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1271, in endheaders
    self._send_output(message_body, encode_chunked=encode_chunked)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1031, in _send_output
    self.send(msg)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 969, in send
    self.connect()
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1441, in connect
    super().connect()
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 940, in connect
    self.sock = self._create_connection(
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\socket.py", line 845, in create_connection
    raise err
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\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.linaro-win-arm64.nondebug\build\PCbuild\get_external.py", line 77, in <module>
    main()
  File "C:\Workspace\buildarea\3.x.linaro-win-arm64.nondebug\build\PCbuild\get_external.py", line 50, in main
    zip_path = fetch_zip(
  File "C:\Workspace\buildarea\3.x.linaro-win-arm64.nondebug\build\PCbuild\get_external.py", line 19, in fetch_zip
    filename, headers = urlretrieve(
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 241, in urlretrieve
    with contextlib.closing(urlopen(url, data)) as fp:
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 216, in urlopen
    return opener.open(url, data, timeout)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 519, in open
    response = self._open(req, data)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 536, in _open
    result = self._call_chain(self.handle_open, protocol, protocol +
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 496, in _call_chain
    result = func(*args)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 1391, in https_open
    return self.do_open(http.client.HTTPSConnection, req,
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\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:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 1348, in do_open
    h.request(req.get_method(), req.selector, req.data, headers,
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1276, in request
    self._send_request(method, url, body, headers, encode_chunked)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1322, in _send_request
    self.endheaders(body, encode_chunked=encode_chunked)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1271, in endheaders
    self._send_output(message_body, encode_chunked=encode_chunked)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1031, in _send_output
    self.send(msg)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 969, in send
    self.connect()
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1441, in connect
    super().connect()
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 940, in connect
    self.sock = self._create_connection(
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\socket.py", line 845, in create_connection
    raise err
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\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.linaro-win-arm64.nondebug\build\PCbuild\get_external.py", line 77, in <module>
    main()
  File "C:\Workspace\buildarea\3.x.linaro-win-arm64.nondebug\build\PCbuild\get_external.py", line 50, in main
    zip_path = fetch_zip(
  File "C:\Workspace\buildarea\3.x.linaro-win-arm64.nondebug\build\PCbuild\get_external.py", line 19, in fetch_zip
    filename, headers = urlretrieve(
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 241, in urlretrieve
    with contextlib.closing(urlopen(url, data)) as fp:
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 216, in urlopen
    return opener.open(url, data, timeout)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 525, in open
    response = meth(req, response)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 634, in http_response
    response = self.parent.error(
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 557, in error
    result = self._call_chain(*args)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 496, in _call_chain
    result = func(*args)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 749, in http_error_302
    return self.parent.open(new, timeout=req.timeout)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 519, in open
    response = self._open(req, data)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 536, in _open
    result = self._call_chain(self.handle_open, protocol, protocol +
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 496, in _call_chain
    result = func(*args)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 1391, in https_open
    return self.do_open(http.client.HTTPSConnection, req,
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\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:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 1348, in do_open
    h.request(req.get_method(), req.selector, req.data, headers,
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1276, in request
    self._send_request(method, url, body, headers, encode_chunked)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1322, in _send_request
    self.endheaders(body, encode_chunked=encode_chunked)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1271, in endheaders
    self._send_output(message_body, encode_chunked=encode_chunked)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1031, in _send_output
    self.send(msg)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 969, in send
    self.connect()
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1441, in connect
    super().connect()
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 940, in connect
    self.sock = self._create_connection(
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\socket.py", line 845, in create_connection
    raise err
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\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.linaro-win-arm64.nondebug\build\PCbuild\get_external.py", line 77, in <module>
    main()
  File "C:\Workspace\buildarea\3.x.linaro-win-arm64.nondebug\build\PCbuild\get_external.py", line 50, in main
    zip_path = fetch_zip(
  File "C:\Workspace\buildarea\3.x.linaro-win-arm64.nondebug\build\PCbuild\get_external.py", line 19, in fetch_zip
    filename, headers = urlretrieve(
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 241, in urlretrieve
    with contextlib.closing(urlopen(url, data)) as fp:
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 216, in urlopen
    return opener.open(url, data, timeout)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 519, in open
    response = self._open(req, data)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 536, in _open
    result = self._call_chain(self.handle_open, protocol, protocol +
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 496, in _call_chain
    result = func(*args)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 1391, in https_open
    return self.do_open(http.client.HTTPSConnection, req,
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\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:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 1348, in do_open
    h.request(req.get_method(), req.selector, req.data, headers,
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1276, in request
    self._send_request(method, url, body, headers, encode_chunked)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1322, in _send_request
    self.endheaders(body, encode_chunked=encode_chunked)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1271, in endheaders
    self._send_output(message_body, encode_chunked=encode_chunked)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1031, in _send_output
    self.send(msg)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 969, in send
    self.connect()
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1441, in connect
    super().connect()
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 940, in connect
    self.sock = self._create_connection(
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\socket.py", line 845, in create_connection
    raise err
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\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.linaro-win-arm64.nondebug\build\PCbuild\get_external.py", line 77, in <module>
    main()
  File "C:\Workspace\buildarea\3.x.linaro-win-arm64.nondebug\build\PCbuild\get_external.py", line 50, in main
    zip_path = fetch_zip(
  File "C:\Workspace\buildarea\3.x.linaro-win-arm64.nondebug\build\PCbuild\get_external.py", line 19, in fetch_zip
    filename, headers = urlretrieve(
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 241, in urlretrieve
    with contextlib.closing(urlopen(url, data)) as fp:
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 216, in urlopen
    return opener.open(url, data, timeout)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 519, in open
    response = self._open(req, data)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 536, in _open
    result = self._call_chain(self.handle_open, protocol, protocol +
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 496, in _call_chain
    result = func(*args)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 1391, in https_open
    return self.do_open(http.client.HTTPSConnection, req,
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\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:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 1348, in do_open
    h.request(req.get_method(), req.selector, req.data, headers,
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1276, in request
    self._send_request(method, url, body, headers, encode_chunked)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1322, in _send_request
    self.endheaders(body, encode_chunked=encode_chunked)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1271, in endheaders
    self._send_output(message_body, encode_chunked=encode_chunked)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1031, in _send_output
    self.send(msg)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 969, in send
    self.connect()
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1441, in connect
    super().connect()
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 940, in connect
    self.sock = self._create_connection(
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\socket.py", line 845, in create_connection
    raise err
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\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.linaro-win-arm64.nondebug\build\PCbuild\get_external.py", line 77, in <module>
    main()
  File "C:\Workspace\buildarea\3.x.linaro-win-arm64.nondebug\build\PCbuild\get_external.py", line 50, in main
    zip_path = fetch_zip(
  File "C:\Workspace\buildarea\3.x.linaro-win-arm64.nondebug\build\PCbuild\get_external.py", line 19, in fetch_zip
    filename, headers = urlretrieve(
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 241, in urlretrieve
    with contextlib.closing(urlopen(url, data)) as fp:
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 216, in urlopen
    return opener.open(url, data, timeout)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 519, in open
    response = self._open(req, data)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 536, in _open
    result = self._call_chain(self.handle_open, protocol, protocol +
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 496, in _call_chain
    result = func(*args)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 1391, in https_open
    return self.do_open(http.client.HTTPSConnection, req,
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\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:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 1348, in do_open
    h.request(req.get_method(), req.selector, req.data, headers,
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1276, in request
    self._send_request(method, url, body, headers, encode_chunked)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1322, in _send_request
    self.endheaders(body, encode_chunked=encode_chunked)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1271, in endheaders
    self._send_output(message_body, encode_chunked=encode_chunked)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1031, in _send_output
    self.send(msg)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 969, in send
    self.connect()
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1441, in connect
    super().connect()
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 940, in connect
    self.sock = self._create_connection(
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\socket.py", line 845, in create_connection
    raise err
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\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.linaro-win-arm64.nondebug\build\PCbuild\get_external.py", line 77, in <module>
    main()
  File "C:\Workspace\buildarea\3.x.linaro-win-arm64.nondebug\build\PCbuild\get_external.py", line 50, in main
    zip_path = fetch_zip(
  File "C:\Workspace\buildarea\3.x.linaro-win-arm64.nondebug\build\PCbuild\get_external.py", line 19, in fetch_zip
    filename, headers = urlretrieve(
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 241, in urlretrieve
    with contextlib.closing(urlopen(url, data)) as fp:
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 216, in urlopen
    return opener.open(url, data, timeout)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 525, in open
    response = meth(req, response)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 634, in http_response
    response = self.parent.error(
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 557, in error
    result = self._call_chain(*args)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 496, in _call_chain
    result = func(*args)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 749, in http_error_302
    return self.parent.open(new, timeout=req.timeout)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 519, in open
    response = self._open(req, data)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 536, in _open
    result = self._call_chain(self.handle_open, protocol, protocol +
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 496, in _call_chain
    result = func(*args)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 1391, in https_open
    return self.do_open(http.client.HTTPSConnection, req,
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\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:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 1348, in do_open
    h.request(req.get_method(), req.selector, req.data, headers,
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1276, in request
    self._send_request(method, url, body, headers, encode_chunked)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1322, in _send_request
    self.endheaders(body, encode_chunked=encode_chunked)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1271, in endheaders
    self._send_output(message_body, encode_chunked=encode_chunked)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1031, in _send_output
    self.send(msg)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 969, in send
    self.connect()
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1441, in connect
    super().connect()
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 940, in connect
    self.sock = self._create_connection(
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\socket.py", line 845, in create_connection
    raise err
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\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.linaro-win-arm64.nondebug\build\PCbuild\get_external.py", line 77, in <module>
    main()
  File "C:\Workspace\buildarea\3.x.linaro-win-arm64.nondebug\build\PCbuild\get_external.py", line 50, in main
    zip_path = fetch_zip(
  File "C:\Workspace\buildarea\3.x.linaro-win-arm64.nondebug\build\PCbuild\get_external.py", line 19, in fetch_zip
    filename, headers = urlretrieve(
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 241, in urlretrieve
    with contextlib.closing(urlopen(url, data)) as fp:
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 216, in urlopen
    return opener.open(url, data, timeout)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 525, in open
    response = meth(req, response)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 634, in http_response
    response = self.parent.error(
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 557, in error
    result = self._call_chain(*args)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 496, in _call_chain
    result = func(*args)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 749, in http_error_302
    return self.parent.open(new, timeout=req.timeout)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 519, in open
    response = self._open(req, data)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 536, in _open
    result = self._call_chain(self.handle_open, protocol, protocol +
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 496, in _call_chain
    result = func(*args)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 1391, in https_open
    return self.do_open(http.client.HTTPSConnection, req,
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\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:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 1348, in do_open
    h.request(req.get_method(), req.selector, req.data, headers,
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1276, in request
    self._send_request(method, url, body, headers, encode_chunked)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1322, in _send_request
    self.endheaders(body, encode_chunked=encode_chunked)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1271, in endheaders
    self._send_output(message_body, encode_chunked=encode_chunked)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1031, in _send_output
    self.send(msg)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 969, in send
    self.connect()
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1441, in connect
    super().connect()
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 940, in connect
    self.sock = self._create_connection(
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\socket.py", line 845, in create_connection
    raise err
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\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.linaro-win-arm64.nondebug\build\PCbuild\get_external.py", line 77, in <module>
    main()
  File "C:\Workspace\buildarea\3.x.linaro-win-arm64.nondebug\build\PCbuild\get_external.py", line 50, in main
    zip_path = fetch_zip(
  File "C:\Workspace\buildarea\3.x.linaro-win-arm64.nondebug\build\PCbuild\get_external.py", line 19, in fetch_zip
    filename, headers = urlretrieve(
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 241, in urlretrieve
    with contextlib.closing(urlopen(url, data)) as fp:
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 216, in urlopen
    return opener.open(url, data, timeout)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 525, in open
    response = meth(req, response)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 634, in http_response
    response = self.parent.error(
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 557, in error
    result = self._call_chain(*args)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 496, in _call_chain
    result = func(*args)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 749, in http_error_302
    return self.parent.open(new, timeout=req.timeout)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 519, in open
    response = self._open(req, data)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 536, in _open
    result = self._call_chain(self.handle_open, protocol, protocol +
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 496, in _call_chain
    result = func(*args)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 1391, in https_open
    return self.do_open(http.client.HTTPSConnection, req,
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\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.linaro-win-arm64.nondebug\build\Lib\*.pyc
The system cannot find the file specified.
Could Not Find C:\Workspace\buildarea\3.x.linaro-win-arm64.nondebug\build\PCbuild\python*.zip
Traceback (most recent call last):
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 1348, in do_open
    h.request(req.get_method(), req.selector, req.data, headers,
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1276, in request
    self._send_request(method, url, body, headers, encode_chunked)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1322, in _send_request
    self.endheaders(body, encode_chunked=encode_chunked)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1271, in endheaders
    self._send_output(message_body, encode_chunked=encode_chunked)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1031, in _send_output
    self.send(msg)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 969, in send
    self.connect()
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1441, in connect
    super().connect()
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 940, in connect
    self.sock = self._create_connection(
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\socket.py", line 845, in create_connection
    raise err
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\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.linaro-win-arm64.nondebug\build\PCbuild\get_external.py", line 77, in <module>
    main()
  File "C:\Workspace\buildarea\3.x.linaro-win-arm64.nondebug\build\PCbuild\get_external.py", line 50, in main
    zip_path = fetch_zip(
  File "C:\Workspace\buildarea\3.x.linaro-win-arm64.nondebug\build\PCbuild\get_external.py", line 19, in fetch_zip
    filename, headers = urlretrieve(
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 241, in urlretrieve
    with contextlib.closing(urlopen(url, data)) as fp:
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 216, in urlopen
    return opener.open(url, data, timeout)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 525, in open
    response = meth(req, response)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 634, in http_response
    response = self.parent.error(
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 557, in error
    result = self._call_chain(*args)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 496, in _call_chain
    result = func(*args)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 749, in http_error_302
    return self.parent.open(new, timeout=req.timeout)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 519, in open
    response = self._open(req, data)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 536, in _open
    result = self._call_chain(self.handle_open, protocol, protocol +
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 496, in _call_chain
    result = func(*args)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 1391, in https_open
    return self.do_open(http.client.HTTPSConnection, req,
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\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:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 1348, in do_open
    h.request(req.get_method(), req.selector, req.data, headers,
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1276, in request
    self._send_request(method, url, body, headers, encode_chunked)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1322, in _send_request
    self.endheaders(body, encode_chunked=encode_chunked)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1271, in endheaders
    self._send_output(message_body, encode_chunked=encode_chunked)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1031, in _send_output
    self.send(msg)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 969, in send
    self.connect()
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1441, in connect
    super().connect()
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 940, in connect
    self.sock = self._create_connection(
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\socket.py", line 845, in create_connection
    raise err
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\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.linaro-win-arm64.nondebug\build\PCbuild\get_external.py", line 77, in <module>
    main()
  File "C:\Workspace\buildarea\3.x.linaro-win-arm64.nondebug\build\PCbuild\get_external.py", line 50, in main
    zip_path = fetch_zip(
  File "C:\Workspace\buildarea\3.x.linaro-win-arm64.nondebug\build\PCbuild\get_external.py", line 19, in fetch_zip
    filename, headers = urlretrieve(
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 241, in urlretrieve
    with contextlib.closing(urlopen(url, data)) as fp:
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 216, in urlopen
    return opener.open(url, data, timeout)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 519, in open
    response = self._open(req, data)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 536, in _open
    result = self._call_chain(self.handle_open, protocol, protocol +
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 496, in _call_chain
    result = func(*args)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 1391, in https_open
    return self.do_open(http.client.HTTPSConnection, req,
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\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:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 1348, in do_open
    h.request(req.get_method(), req.selector, req.data, headers,
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1276, in request
    self._send_request(method, url, body, headers, encode_chunked)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1322, in _send_request
    self.endheaders(body, encode_chunked=encode_chunked)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1271, in endheaders
    self._send_output(message_body, encode_chunked=encode_chunked)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1031, in _send_output
    self.send(msg)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 969, in send
    self.connect()
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1441, in connect
    super().connect()
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 940, in connect
    self.sock = self._create_connection(
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\socket.py", line 845, in create_connection
    raise err
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\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.linaro-win-arm64.nondebug\build\PCbuild\get_external.py", line 77, in <module>
    main()
  File "C:\Workspace\buildarea\3.x.linaro-win-arm64.nondebug\build\PCbuild\get_external.py", line 50, in main
    zip_path = fetch_zip(
  File "C:\Workspace\buildarea\3.x.linaro-win-arm64.nondebug\build\PCbuild\get_external.py", line 19, in fetch_zip
    filename, headers = urlretrieve(
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 241, in urlretrieve
    with contextlib.closing(urlopen(url, data)) as fp:
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 216, in urlopen
    return opener.open(url, data, timeout)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 525, in open
    response = meth(req, response)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 634, in http_response
    response = self.parent.error(
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 557, in error
    result = self._call_chain(*args)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 496, in _call_chain
    result = func(*args)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 749, in http_error_302
    return self.parent.open(new, timeout=req.timeout)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 519, in open
    response = self._open(req, data)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 536, in _open
    result = self._call_chain(self.handle_open, protocol, protocol +
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 496, in _call_chain
    result = func(*args)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 1391, in https_open
    return self.do_open(http.client.HTTPSConnection, req,
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\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:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 1348, in do_open
    h.request(req.get_method(), req.selector, req.data, headers,
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1276, in request
    self._send_request(method, url, body, headers, encode_chunked)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1322, in _send_request
    self.endheaders(body, encode_chunked=encode_chunked)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1271, in endheaders
    self._send_output(message_body, encode_chunked=encode_chunked)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1031, in _send_output
    self.send(msg)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 969, in send
    self.connect()
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1441, in connect
    super().connect()
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 940, in connect
    self.sock = self._create_connection(
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\socket.py", line 845, in create_connection
    raise err
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\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.linaro-win-arm64.nondebug\build\PCbuild\get_external.py", line 77, in <module>
    main()
  File "C:\Workspace\buildarea\3.x.linaro-win-arm64.nondebug\build\PCbuild\get_external.py", line 50, in main
    zip_path = fetch_zip(
  File "C:\Workspace\buildarea\3.x.linaro-win-arm64.nondebug\build\PCbuild\get_external.py", line 19, in fetch_zip
    filename, headers = urlretrieve(
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 241, in urlretrieve
    with contextlib.closing(urlopen(url, data)) as fp:
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 216, in urlopen
    return opener.open(url, data, timeout)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 525, in open
    response = meth(req, response)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 634, in http_response
    response = self.parent.error(
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 557, in error
    result = self._call_chain(*args)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 496, in _call_chain
    result = func(*args)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 749, in http_error_302
    return self.parent.open(new, timeout=req.timeout)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 519, in open
    response = self._open(req, data)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 536, in _open
    result = self._call_chain(self.handle_open, protocol, protocol +
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 496, in _call_chain
    result = func(*args)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 1391, in https_open
    return self.do_open(http.client.HTTPSConnection, req,
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\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:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\
8000
request.py", line 1348, in do_open
    h.request(req.get_method(), req.selector, req.data, headers,
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1276, in request
    self._send_request(method, url, body, headers, encode_chunked)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1322, in _send_request
    self.endheaders(body, encode_chunked=encode_chunked)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1271, in endheaders
    self._send_output(message_body, encode_chunked=encode_chunked)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1031, in _send_output
    self.send(msg)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 969, in send
    self.connect()
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1441, in connect
    super().connect()
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 940, in connect
    self.sock = self._create_connection(
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\socket.py", line 845, in create_connection
    raise err
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\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.linaro-win-arm64.nondebug\build\PCbuild\get_external.py", line 77, in <module>
    main()
  File "C:\Workspace\buildarea\3.x.linaro-win-arm64.nondebug\build\PCbuild\get_external.py", line 50, in main
    zip_path = fetch_zip(
  File "C:\Workspace\buildarea\3.x.linaro-win-arm64.nondebug\build\PCbuild\get_external.py", line 19, in fetch_zip
    filename, headers = urlretrieve(
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 241, in urlretrieve
    with contextlib.closing(urlopen(url, data)) as fp:
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 216, in urlopen
    return opener.open(url, data, timeout)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 525, in open
    response = meth(req, response)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 634, in http_response
    response = self.parent.error(
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 557, in error
    result = self._call_chain(*args)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 496, in _call_chain
    result = func(*args)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 749, in http_error_302
    return self.parent.open(new, timeout=req.timeout)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 519, in open
    response = self._open(req, data)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 536, in _open
    result = self._call_chain(self.handle_open, protocol, protocol +
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 496, in _call_chain
    result = func(*args)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 1391, in https_open
    return self.do_open(http.client.HTTPSConnection, req,
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\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:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 1348, in do_open
    h.request(req.get_method(), req.selector, req.data, headers,
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1276, in request
    self._send_request(method, url, body, headers, encode_chunked)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1322, in _send_request
    self.endheaders(body, encode_chunked=encode_chunked)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1271, in endheaders
    self._send_output(message_body, encode_chunked=encode_chunked)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1031, in _send_output
    self.send(msg)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 969, in send
    self.connect()
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1441, in connect
    super().connect()
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 940, in connect
    self.sock = self._create_connection(
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\socket.py", line 845, in create_connection
    raise err
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\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.linaro-win-arm64.nondebug\build\PCbuild\get_external.py", line 77, in <module>
    main()
  File "C:\Workspace\buildarea\3.x.linaro-win-arm64.nondebug\build\PCbuild\get_external.py", line 50, in main
    zip_path = fetch_zip(
  File "C:\Workspace\buildarea\3.x.linaro-win-arm64.nondebug\build\PCbuild\get_external.py", line 19, in fetch_zip
    filename, headers = urlretrieve(
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 241, in urlretrieve
    with contextlib.closing(urlopen(url, data)) as fp:
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 216, in urlopen
    return opener.open(url, data, timeout)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 519, in open
    response = self._open(req, data)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 536, in _open
    result = self._call_chain(self.handle_open, protocol, protocol +
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 496, in _call_chain
    result = func(*args)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 1391, in https_open
    return self.do_open(http.client.HTTPSConnection, req,
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\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:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 1348, in do_open
    h.request(req.get_method(), req.selector, req.data, headers,
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1276, in request
    self._send_request(method, url, body, headers, encode_chunked)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1322, in _send_request
    self.endheaders(body, encode_chunked=encode_chunked)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1271, in endheaders
    self._send_output(message_body, encode_chunked=encode_chunked)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1031, in _send_output
    self.send(msg)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 969, in send
    self.connect()
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 1441, in connect
    super().connect()
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\http\client.py", line 940, in connect
    self.sock = self._create_connection(
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\socket.py", line 845, in create_connection
    raise err
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\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.linaro-win-arm64.nondebug\build\PCbuild\get_external.py", line 77, in <module>
    main()
  File "C:\Workspace\buildarea\3.x.linaro-win-arm64.nondebug\build\PCbuild\get_external.py", line 50, in main
    zip_path = fetch_zip(
  File "C:\Workspace\buildarea\3.x.linaro-win-arm64.nondebug\build\PCbuild\get_external.py", line 19, in fetch_zip
    filename, headers = urlretrieve(
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 241, in urlretrieve
    with contextlib.closing(urlopen(url, data)) as fp:
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 216, in urlopen
    return opener.open(url, data, timeout)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 519, in open
    response = self._open(req, data)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 536, in _open
    result = self._call_chain(self.handle_open, protocol, protocol +
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 496, in _call_chain
    result = func(*args)
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\lib\urllib\request.py", line 1391, in https_open
    return self.do_open(http.client.HTTPSConnection, req,
  File "C:\Users\tcwg\AppData\Local\Programs\Python\Python310-32\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.linaro-win-arm64.nondebug\build\Lib\*.pyc
The system cannot find the file specified.
Could Not Find C:\Workspace\buildarea\3.x.linaro-win-arm64.nondebug\build\PCbuild\python*.zip

@vstinner
Copy link
Member Author
vstinner commented Sep 7, 2023

The buildbot ARM64 Windows Non-Debug 3.x has failed when building commit 19eddb5.

Sadly, it seems like it has a long serie of timeout errors unrelated to this change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0