FreeBSD Bugzilla – Attachment 242715 Details for
Bug 271900
lang/python39: Update to 3.9.17
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Output from "make test"
typescript (text/plain), 466.74 KB, created by
George Mitchell
on 2023-06-10 15:15:00 UTC
(
hide
)
Description:
Output from "make test"
Filename:
MIME Type:
Creator:
George Mitchell
Created:
2023-06-10 15:15:00 UTC
Size:
466.74 KB
patch
obsolete
>Script started on Sat Jun 10 11:06:15 2023 >root@sullivan:/usr/ports/lang/python39 # make test >===> Testing for python39-3.9.17 >LD_LIBRARY_PATH=/usr/ports/lang/python39/work/Python-3.9.17 CC='cc -pthread' LDSHARED='cc -pthread -shared -L/usr/local/lib -fstack-protector-strong ' OPT='-DNDEBUG' _TCLTK_INCLUDES='' _TCLTK_LIBS='' ./python -E ./setup.py build >running build >running build_ext > >Python build finished successfully! >The necessary bits to build these optional modules were not found: >spwd >To find the necessary bits, look in setup.py in detect_modules() for the module's name. > > >The following modules found by detect_modules() in setup.py, have been >built by the Makefile instead, as configured by the Setup files: >_abc atexit pwd >time > > >The following modules found by detect_modules() in setup.py have not >been built, they are *disabled* in the Setup files: >_gdbm _sqlite3 _tkinter > >running build_scripts >copying and adjusting /usr/ports/lang/python39/work/Python-3.9.17/Tools/scripts/pydoc3 -> build/scripts-3.9 >copying and adjusting /usr/ports/lang/python39/work/Python-3.9.17/Tools/scripts/idle3 -> build/scripts-3.9 >copying and adjusting /usr/ports/lang/python39/work/Python-3.9.17/Tools/scripts/2to3 -> build/scripts-3.9 >changing mode of build/scripts-3.9/pydoc3 from 644 to 755 >changing mode of build/scripts-3.9/idle3 from 644 to 755 >changing mode of build/scripts-3.9/2to3 from 644 to 755 >renaming build/scripts-3.9/pydoc3 to build/scripts-3.9/pydoc3.9 >renaming build/scripts-3.9/idle3 to build/scripts-3.9/idle3.9 >renaming build/scripts-3.9/2to3 to build/scripts-3.9/2to3-3.9 >LD_LIBRARY_PATH=/usr/ports/lang/python39/work/Python-3.9.17 ./python ./Tools/scripts/run_tests.py -j 1 -u all -W --slowest --fail-env-changed --timeout=1200 -j12 >/usr/ports/lang/python39/work/Python-3.9.17/python -u -W default -bb -E -m test -r -w -j 1 -u all -W --slowest --fail-env-changed --timeout=1200 -j12 >== CPython 3.9.17 (main, Jun 10 2023, 11:03:31) [Clang 13.0.0 (git@github.com:llvm/llvm-project.git llvmorg-13.0.0-0-gd7b669b3a >== FreeBSD-13.1-RELEASE-p7-amd64-64bit-ELF little-endian >== cwd: /usr/ports/lang/python39/work/Python-3.9.17/build/test_python_57884æ >== CPU count: 12 >== encodings: locale=UTF-8, FS=utf-8 >Using random seed 8735022 >0:00:00 load avg: 14.36 Run tests in parallel using 12 child processes (timeout: 20 min, worker timeout: 25 min) >0:00:00 load avg: 14.36 [ 1/425] test_codecmaps_hk passed >fetching http://www.pythontest.net/unicode/BIG5HKSCS-2004.TXT ... > fetching http://www.pythontest.net/unicode/BIG5HKSCS-2004.TXT ... > fetching http://www.pythontest.net/unicode/BIG5HKSCS-2004.TXT ... >0:00:00 load avg: 14.36 [ 2/425] test_sndhdr passed >0:00:00 load avg: 14.36 [ 3/425] test_decorators passed >0:00:00 load avg: 14.36 [ 4/425] test_netrc passed >0:00:00 load avg: 14.36 [ 5/425] test_atexit passed >0:00:00 load avg: 14.36 [ 6/425] test_zipimport passed >0:00:00 load avg: 14.36 [ 7/425] test_ttk_textonly skipped >test_ttk_textonly skipped -- No module named '_tkinter' >0:00:00 load avg: 14.36 [ 8/425] test_codecencodings_cn passed >0:00:00 load avg: 14.36 [ 9/425] test_shlex passed >0:00:00 load avg: 14.36 [ 10/425] test_stringprep passed >0:00:00 load avg: 14.36 [ 11/425] test_code passed >0:00:01 load avg: 14.36 [ 12/425] test_unicode_file_functions passed >0:00:01 load avg: 14.36 [ 13/425] test_list passed >0:00:01 load avg: 14.36 [ 14/425] test_descrtut passed >0:00:01 load avg: 14.36 [ 15/425] test_pkgutil passed >0:00:01 load avg: 14.36 [ 16/425] test_pstats passed >0:00:01 load avg: 14.36 [ 17/425] test_operator passed >0:00:01 load avg: 14.36 [ 18/425] test_format passed >0:00:01 load avg: 14.36 [ 19/425] test_optparse passed >0:00:01 load avg: 14.36 [ 20/425/1] test_urllib2net failed (8 errors) >test_close (test.test_urllib2net.CloseSocketTest) ... ERROR >test_custom_headers (test.test_urllib2net.OtherNetworkTests) ... ERROR >test_file (test.test_urllib2net.OtherNetworkTests) ... ok >test_ftp (test.test_urllib2net.OtherNetworkTests) ... ok >test_redirect_url_withfrag (test.test_urllib2net.OtherNetworkTests) ... ERROR >test_sites_no_connection_close (test.test_urllib2net.OtherNetworkTests) ... skipped 'XXX: http://www.imdb.com is gone' >test_urlwithfrag (test.test_urllib2net.OtherNetworkTests) ... ERROR >test_ftp_basic (test.test_urllib2net.TimeoutTest) ... ok >test_ftp_default_timeout (test.test_urllib2net.TimeoutTest) ... ok >test_ftp_no_timeout (test.test_urllib2net.TimeoutTest) ... ok >test_ftp_timeout (test.test_urllib2net.TimeoutTest) ... ok >test_http_basic (test.test_urllib2net.TimeoutTest) ... ERROR >test_http_default_timeout (test.test_urllib2net.TimeoutTest) ... ERROR >test_http_no_timeout (test.test_urllib2net.TimeoutTest) ... ERROR >test_http_timeout (test.test_urllib2net.TimeoutTest) ... ERROR > >====================================================================== >ERROR: test_close (test.test_urllib2net.CloseSocketTest) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib2net.py", line 91, in test_close > response = _urlopen_with_retry(url) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib2net.py", line 26, in wrapped > return _retry_thrice(func, exc, *args, **kwargs) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib2net.py", line 22, in _retry_thrice > raise last_exc > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib2net.py", line 18, in _retry_thrice > return func(*args, **kwargs) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 214, in urlopen > return opener.open(url, data, timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 534, in _open > result = self._call_chain(self.handle_open, protocol, protocol + > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 802, in <lambda> > meth(r, proxy, type)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 830, in proxy_open > return self.parent.open(req, timeout=req.timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 539, in _open > return self._call_chain(self.handle_open, 'unknown', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1417, in unknown_open > raise URLError('unknown url type: %s' % type) >urllib.error.URLError: <urlopen error unknown url type: socks5> > >====================================================================== >ERROR: test_custom_headers (test.test_urllib2net.OtherNetworkTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib2net.py", line 183, in test_custom_headers > opener.open(request) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 534, in _open > result = self._call_chain(self.handle_open, protocol, protocol + > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 802, in <lambda> > meth(r, proxy, type)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 830, in proxy_open > return self.parent.open(req, timeout=req.timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 539, in _open > return self._call_chain(self.handle_open, 'unknown', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1417, in unknown_open > raise URLError('unknown url type: %s' % type) >urllib.error.URLError: <urlopen error unknown url type: socks5> > >====================================================================== >ERROR: test_redirect_url_withfrag (test.test_urllib2net.OtherNetworkTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib2net.py", line 173, in test_redirect_url_withfrag > res = urllib.request.urlopen(req) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 214, in urlopen > return opener.open(url, data, timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 534, in _open > result = self._call_chain(self.handle_open, protocol, protocol + > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 802, in <lambda> > meth(r, proxy, type)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 830, in proxy_open > return self.parent.open(req, timeout=req.timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 539, in _open > return self._call_chain(self.handle_open, 'unknown', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1417, in unknown_open > raise URLError('unknown url type: %s' % type) >urllib.error.URLError: <urlopen error unknown url type: socks5> > >====================================================================== >ERROR: test_urlwithfrag (test.test_urllib2net.OtherNetworkTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib2net.py", line 165, in test_urlwithfrag > res = urllib.request.urlopen(req) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 214, in urlopen > return opener.open(url, data, timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 534, in _open > result = self._call_chain(self.handle_open, protocol, protocol + > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 802, in <lambda> > meth(r, proxy, type)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 830, in proxy_open > return self.parent.open(req, timeout=req.timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 539, in _open > return self._call_chain(self.handle_open, 'unknown', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1417, in unknown_open > raise URLError('unknown url type: %s' % type) >urllib.error.URLError: <urlopen error unknown url type: socks5> > >====================================================================== >ERROR: test_http_basic (test.test_urllib2net.TimeoutTest) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib2net.py", line 270, in test_http_basic > u = _urlopen_with_retry(url) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib2net.py", line 26, in wrapped > return _retry_thrice(func, exc, *args, **kwargs) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib2net.py", line 22, in _retry_thrice > raise last_exc > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib2net.py", line 18, in _retry_thrice > return func(*args, **kwargs) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 214, in urlopen > return opener.open(url, data, timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 534, in _open > result = self._call_chain(self.handle_open, protocol, protocol + > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 802, in <lambda> > meth(r, proxy, type)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 830, in proxy_open > return self.parent.open(req, timeout=req.timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 539, in _open > return self._call_chain(self.handle_open, 'unknown', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1417, in unknown_open > raise URLError('unknown url type: %s' % type) >urllib.error.URLError: <urlopen error unknown url type: socks5> > >====================================================================== >ERROR: test_http_default_timeout (test.test_urllib2net.TimeoutTest) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib2net.py", line 280, in test_http_default_timeout > u = _urlopen_with_retry(url) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib2net.py", line 26, in wrapped > return _retry_thrice(func, exc, *args, **kwargs) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib2net.py", line 22, in _retry_thrice > raise last_exc > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib2net.py", line 18, in _retry_thrice > return func(*args, **kwargs) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 214, in urlopen > return opener.open(url, data, timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 534, in _open > result = self._call_chain(self.handle_open, protocol, protocol + > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 802, in <lambda> > meth(r, proxy, type)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 830, in proxy_open > return self.parent.open(req, timeout=req.timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 539, in _open > return self._call_chain(self.handle_open, 'unknown', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1417, in unknown_open > raise URLError('unknown url type: %s' % type) >urllib.error.URLError: <urlopen error unknown url type: socks5> > >====================================================================== >ERROR: test_http_no_timeout (test.test_urllib2net.TimeoutTest) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib2net.py", line 292, in test_http_no_timeout > u = _urlopen_with_retry(url, timeout=None) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib2net.py", line 26, in wrapped > return _retry_thrice(func, exc, *args, **kwargs) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib2net.py", line 22, in _retry_thrice > raise last_exc > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib2net.py", line 18, in _retry_thrice > return func(*args, **kwargs) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 214, in urlopen > return opener.open(url, data, timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 534, in _open > result = self._call_chain(self.handle_open, protocol, protocol + > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 802, in <lambda> > meth(r, proxy, type)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 830, in proxy_open > return self.parent.open(req, timeout=req.timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 539, in _open > return self._call_chain(self.handle_open, 'unknown', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1417, in unknown_open > raise URLError('unknown url type: %s' % type) >urllib.error.URLError: <urlopen error unknown url type: socks5> > >====================================================================== >ERROR: test_http_timeout (test.test_urllib2net.TimeoutTest) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib2net.py", line 301, in test_http_timeout > u = _urlopen_with_retry(url, timeout=120) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib2net.py", line 26, in wrapped > return _retry_thrice(func, exc, *args, **kwargs) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib2net.py", line 22, in _retry_thrice > raise last_exc > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib2net.py", line 18, in _retry_thrice > return func(*args, **kwargs) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 214, in urlopen > return opener.open(url, data, timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 534, in _open > result = self._call_chain(self.handle_open, protocol, protocol + > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 802, in <lambda> > meth(r, proxy, type)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 830, in proxy_open > return self.parent.open(req, timeout=req.timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 539, in _open > return self._call_chain(self.handle_open, 'unknown', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1417, in unknown_open > raise URLError('unknown url type: %s' % type) >urllib.error.URLError: <urlopen error unknown url type: socks5> > >---------------------------------------------------------------------- >Ran 15 tests in 1.298s > >FAILED (errors=8, skipped=1) >test test_urllib2net failed >0:00:01 load avg: 14.36 [ 21/425/1] test_asyncgen passed >0:00:01 load avg: 14.36 [ 22/425/1] test_crypt passed >0:00:02 load avg: 14.36 [ 23/425/1] test_unpack passed >0:00:02 load avg: 14.36 [ 24/425/1] test_dataclasses passed >0:00:02 load avg: 14.65 [ 25/425/1] test_webbrowser passed >0:00:03 load avg: 14.65 [ 26/425/1] test_hash passed >0:00:04 load avg: 14.65 [ 27/425/1] test_shutil passed >0:00:04 load avg: 14.65 [ 28/425/1] test_complex passed >0:00:04 load avg: 14.65 [ 29/425/1] test_generator_stop passed >0:00:04 load avg: 14.65 [ 30/425/1] test_math passed >0:00:05 load avg: 14.65 [ 31/425/1] test_wsgiref passed >0:00:05 load avg: 14.65 [ 32/425/1] test_pkg passed >0:00:05 load avg: 14.65 [ 33/425/1] test_wait3 passed >0:00:05 load avg: 14.65 [ 34/425/1] test_hmac passed >0:00:05 load avg: 14.65 [ 35/425/1] test_module passed >0:00:06 load avg: 14.65 [ 36/425/1] test_tools passed >0:00:06 load avg: 14.65 [ 37/425/1] test_unittest passed >0:00:06 load avg: 14.65 [ 38/425/1] test_copy passed >0:00:06 load avg: 14.65 [ 39/425/1] test_httplib passed >0:00:06 load avg: 14.65 [ 40/425/1] test_dictcomps passed >0:00:07 load avg: 14.65 [ 41/425/1] test_xdrlib passed >0:00:07 load avg: 14.65 [ 42/425/1] test_int_literal passed >0:00:07 load avg: 14.65 [ 43/425/1] test_tix skipped >test_tix skipped -- No module named '_tkinter' >0:00:07 load avg: 14.65 [ 44/425/1] test_wave passed >0:00:07 load avg: 14.65 [ 45/425/1] test_colorsys passed >0:00:07 load avg: 14.65 [ 46/425/1] test_pprint passed >0:00:07 load avg: 14.65 [ 47/425/1] test_epoll skipped >test_epoll skipped -- test works only on Linux 2.6 >0:00:07 load avg: 14.65 [ 48/425/1] test_idle skipped >test_idle skipped -- No module named '_tkinter' >0:00:08 load avg: 15.00 [ 49/425/1] test_trace passed >0:00:08 load avg: 15.00 [ 50/425/1] test_userdict passed >0:00:08 load avg: 15.00 [ 51/425/1] test_codecencodings_jp passed >0:00:08 load avg: 15.00 [ 52/425/1] test_binascii passed >0:00:09 load avg: 15.00 [ 53/425/1] test_parser passed >0:00:09 load avg: 15.00 [ 54/425/1] test_richcmp passed >0:00:09 load avg: 15.00 [ 55/425/1] test_imp passed >0:00:09 load avg: 15.00 [ 56/425/1] test_contextlib_async passed >0:00:09 load avg: 15.00 [ 57/425/1] test_csv passed >0:00:09 load avg: 15.00 [ 58/425/1] test_eintr passed >test_flock (__main__.FNTLEINTRTest) ... ok >test_lockf (__main__.FNTLEINTRTest) ... ok >test_read (__main__.OSEINTRTest) ... ok >test_wait (__main__.OSEINTRTest) ... ok >test_wait3 (__main__.OSEINTRTest) ... ok >test_wait4 (__main__.OSEINTRTest) ... ok >test_waitpid (__main__.OSEINTRTest) ... ok >test_write (__main__.OSEINTRTest) ... ok >test_devpoll (__main__.SelectEINTRTest) ... skipped 'need select.devpoll' >test_epoll (__main__.SelectEINTRTest) ... skipped 'need select.epoll' >test_kqueue (__main__.SelectEINTRTest) ... ok >test_poll (__main__.SelectEINTRTest) ... ok >test_select (__main__.SelectEINTRTest) ... ok >test_sigtimedwait (__main__.SignalEINTRTest) ... ok >test_sigwaitinfo (__main__.SignalEINTRTest) ... ok >test_accept (__main__.SocketEINTRTest) ... ok >test_open (__main__.SocketEINTRTest) ... ok >test_os_open (__main__.SocketEINTRTest) ... ok >test_recv (__main__.SocketEINTRTest) ... ok >test_recvmsg (__main__.SocketEINTRTest) ... ok >test_send (__main__.SocketEINTRTest) ... ok >test_sendall (__main__.SocketEINTRTest) ... ok >test_sendmsg (__main__.SocketEINTRTest) ... ok >test_sleep (__main__.TimeEINTRTest) ... ok > >---------------------------------------------------------------------- >Ran 24 tests in 7.142s > >OK (skipped=2) >0:00:09 load avg: 15.00 [ 59/425/1] test_index passed >0:00:10 load avg: 15.00 [ 60/425/1] test_doctest2 passed >0:00:10 load avg: 15.00 [ 61/425/1] test_pwd passed >0:00:10 load avg: 15.00 [ 62/425/1] test_unary passed >0:00:10 load avg: 15.00 [ 63/425/1] test_base64 passed >0:00:10 load avg: 15.00 [ 64/425/1] test_graphlib passed >0:00:10 load avg: 15.00 [ 65/425/1] test_mailcap passed >0:00:11 load avg: 15.00 [ 66/425/1] test_subclassinit passed >0:00:11 load avg: 15.00 [ 67/425/1] test_fork1 passed >0:00:11 load avg: 15.00 [ 68/425/1] test_poplib passed >0:00:12 load avg: 15.00 [ 69/425/1] test_cprofile passed >0:00:12 load avg: 15.00 [ 70/425/1] test_dbm passed >0:00:12 load avg: 15.00 [ 71/425/1] test_hashlib passed >fetching http://www.pythontest.net/hashlib/blake2b.txt ... > fetching http://www.pythontest.net/hashlib/blake2s.txt ... > fetching http://www.pythontest.net/hashlib/sha3_224.txt ... > fetching http://www.pythontest.net/hashlib/sha3_256.txt ... > fetching http://www.pythontest.net/hashlib/sha3_384.txt ... > fetching http://www.pythontest.net/hashlib/sha3_512.txt ... > fetching http://www.pythontest.net/hashlib/shake_128.txt ... > fetching http://www.pythontest.net/hashlib/shake_256.txt ... >0:00:12 load avg: 15.00 [ 72/425/1] test_cmd_line_script passed >0:00:12 load avg: 15.00 [ 73/425/1] test_mailbox passed >0:00:12 load avg: 15.00 [ 74/425/1] test_binop passed >0:00:12 load avg: 15.00 [ 75/425/1] test__osx_support passed >0:00:12 load avg: 15.00 [ 76/425/1] test_osx_env passed >0:00:12 load avg: 15.00 [ 77/425/1] test_codecmaps_tw passed >fetching http://www.pythontest.net/unicode/BIG5.TXT ... > fetching http://www.pythontest.net/unicode/BIG5.TXT ... > fetching http://www.pythontest.net/unicode/BIG5.TXT ... > fetching http://www.pythontest.net/unicode/CP950.TXT ... > fetching http://www.pythontest.net/unicode/CP950.TXT ... > fetching http://www.pythontest.net/unicode/CP950.TXT ... >0:00:12 load avg: 15.00 [ 78/425/1] test_ipaddress passed >0:00:14 load avg: 15.24 [ 79/425/1] test_tracemalloc passed >0:00:14 load avg: 15.24 [ 80/425/1] test_codecs passed >0:00:14 load avg: 15.24 [ 81/425/1] test_fractions passed >0:00:14 load avg: 15.24 [ 82/425/1] test_grp passed >0:00:14 load avg: 15.24 [ 83/425/1] test_devpoll skipped >test_devpoll skipped -- test works only on Solaris OS family >0:00:16 load avg: 15.24 [ 84/425/1] test_sys passed >0:00:16 load avg: 15.24 [ 85/425/1] test_unicode passed >0:00:17 load avg: 15.24 [ 86/425/1] test_longexp passed >0:00:17 load avg: 15.24 [ 87/425/1] test_htmlparser passed >0:00:17 load avg: 15.24 [ 88/425/1] test_json passed >0:00:17 load avg: 15.24 [ 89/425/1] test_gettext passed >0:00:18 load avg: 15.62 [ 90/425/1] test_strptime passed >0:00:18 load avg: 15.62 [ 91/425/1] test_xml_etree passed >0:00:20 load avg: 15.62 [ 92/425/1] test_buffer passed >0:00:20 load avg: 15.62 [ 93/425/1] test__xxsubinterpreters passed >0:00:20 load avg: 15.62 [ 94/425/1] test_slice passed >0:00:21 load avg: 15.62 [ 95/425/1] test_asyncore passed >0:00:21 load avg: 15.62 [ 96/425/1] test_popen passed >0:00:21 load avg: 15.62 [ 97/425/1] test_utf8_mode passed >0:00:22 load avg: 15.62 [ 98/425/1] test_unicode_identifiers passed >0:00:22 load avg: 15.62 [ 99/425/1] test_zipimport_support passed >0:00:22 load avg: 15.62 [100/425/1] test_codecmaps_jp passed >fetching http://www.pythontest.net/unicode/CP932.TXT ... > fetching http://www.pythontest.net/unicode/CP932.TXT ... > fetching http://www.pythontest.net/unicode/CP932.TXT ... > fetching http://www.pythontest.net/unicode/EUC-JISX0213.TXT ... > fetching http://www.pythontest.net/unicode/EUC-JISX0213.TXT ... > fetching http://www.pythontest.net/unicode/EUC-JISX0213.TXT ... > fetching http://www.pythontest.net/unicode/EUC-JP.TXT ... > fetching http://www.pythontest.net/unicode/EUC-JP.TXT ... > fetching http://www.pythontest.net/unicode/EUC-JP.TXT ... > fetching http://www.pythontest.net/unicode/SHIFTJIS.TXT ... > fetching http://www.pythontest.net/unicode/SHIFTJIS.TXT ... > fetching http://www.pythontest.net/unicode/SHIFTJIS.TXT ... > fetching http://www.pythontest.net/unicode/SHIFT_JISX0213.TXT ... > fetching http://www.pythontest.net/unicode/SHIFT_JISX0213.TXT ... > fetching http://www.pythontest.net/unicode/SHIFT_JISX0213.TXT ... >0:00:24 load avg: 15.57 [101/425/1] test_ftplib passed >0:00:24 load avg: 15.57 [102/425/2] test_robotparser failed (2 errors) >Warning -- threading._dangling was modified by test_robotparser >test_bad_urls (test.test_robotparser.AnotherInvalidRequestRateTest) ... ok >test_good_urls (test.test_robotparser.AnotherInvalidRequestRateTest) ... ok >test_site_maps (test.test_robotparser.AnotherInvalidRequestRateTest) ... ok >test_bad_urls (test.test_robotparser.CrawlDelayAndCustomAgentTest) ... ok >test_good_urls (test.test_robotparser.CrawlDelayAndCustomAgentTest) ... ok >test_site_maps (test.test_robotparser.CrawlDelayAndCustomAgentTest) ... ok >test_bad_urls (test.test_robotparser.CrawlDelayAndRequestRateTest) ... ok >test_good_urls (test.test_robotparser.CrawlDelayAndRequestRateTest) ... ok >test_request_rate (test.test_robotparser.CrawlDelayAndRequestRateTest) ... ok >test_site_maps (test.test_robotparser.CrawlDelayAndRequestRateTest) ... ok >test_bad_urls (test.test_robotparser.DefaultEntryTest) ... ok >test_good_urls (test.test_robotparser.DefaultEntryTest) ... ok >test_request_rate (test.test_robotparser.DefaultEntryTest) ... ok >test_site_maps (test.test_robotparser.DefaultEntryTest) ... ok >test_bad_urls (test.test_robotparser.DifferentAgentTest) ... ok >test_good_urls (test.test_robotparser.DifferentAgentTest) ... ok >test_request_rate (test.test_robotparser.DifferentAgentTest) ... ok >test_site_maps (test.test_robotparser.DifferentAgentTest) ... ok >test_bad_urls (test.test_robotparser.DisallowQueryStringTest) ... ok >test_good_urls (test.test_robotparser.DisallowQueryStringTest) ... ok >test_site_maps (test.test_robotparser.DisallowQueryStringTest) ... ok >test_bad_urls (test.test_robotparser.EmptyFileTest) ... ok >test_good_urls (test.test_robotparser.EmptyFileTest) ... ok >test_request_rate (test.test_robotparser.EmptyFileTest) ... ok >test_site_maps (test.test_robotparser.EmptyFileTest) ... ok >test_bad_urls (test.test_robotparser.EmptyQueryStringTest) ... ok >test_good_urls (test.test_robotparser.EmptyQueryStringTest) ... ok >test_site_maps (test.test_robotparser.EmptyQueryStringTest) ... ok >test_bad_urls (test.test_robotparser.GoogleURLOrderingTest) ... ok >test_good_urls (test.test_robotparser.GoogleURLOrderingTest) ... ok >test_site_maps (test.test_robotparser.GoogleURLOrderingTest) ... ok >test_bad_urls (test.test_robotparser.InvalidCrawlDelayTest) ... ok >test_good_urls (test.test_robotparser.InvalidCrawlDelayTest) ... ok >test_site_maps (test.test_robotparser.InvalidCrawlDelayTest) ... ok >test_bad_urls (test.test_robotparser.InvalidRequestRateTest) ... ok >test_good_urls (test.test_robotparser.InvalidRequestRateTest) ... ok >test_site_maps (test.test_robotparser.InvalidRequestRateTest) ... ok >ERROR >testPasswordProtectedSite (test.test_robotparser.PasswordProtectedSiteTestCase) ... ERROR >test_bad_urls (test.test_robotparser.RejectAllRobotsTest) ... ok >test_good_urls (test.test_robotparser.RejectAllRobotsTest) ... ok >test_site_maps (test.test_robotparser.RejectAllRobotsTest) ... ok >test_bad_urls (test.test_robotparser.SitemapTest) ... ok >test_good_urls (test.test_robotparser.SitemapTest) ... ok >test_site_maps (test.test_robotparser.SitemapTest) ... ok >test_bad_urls (test.test_robotparser.StringFormattingTest) ... ok >test_good_urls (test.test_robotparser.StringFormattingTest) ... ok >test_site_maps (test.test_robotparser.StringFormattingTest) ... ok >test_string_formatting (test.test_robotparser.StringFormattingTest) ... ok >test_bad_urls (test.test_robotparser.UseFirstUserAgentWildcardTest) ... ok >test_good_urls (test.test_robotparser.UseFirstUserAgentWildcardTest) ... ok >test_site_maps (test.test_robotparser.UseFirstUserAgentWildcardTest) ... ok >test_bad_urls (test.test_robotparser.UserAgentGoogleMobileTest) ... ok >test_good_urls (test.test_robotparser.UserAgentGoogleMobileTest) ... ok >test_site_maps (test.test_robotparser.UserAgentGoogleMobileTest) ... ok >test_bad_urls (test.test_robotparser.UserAgentOrderingTest) ... ok >test_good_urls (test.test_robotparser.UserAgentOrderingTest) ... ok >test_site_maps (test.test_robotparser.UserAgentOrderingTest) ... ok >test_bad_urls (test.test_robotparser.UserAgentWildcardTest) ... ok >test_good_urls (test.test_robotparser.UserAgentWildcardTest) ... ok >test_site_maps (test.test_robotparser.UserAgentWildcardTest) ... ok > >====================================================================== >ERROR: setUpClass (test.test_robotparser.NetworkTestCase) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_robotparser.py", line 354, in setUpClass > cls.parser.read() > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/robotparser.py", line 62, in read > f = urllib.request.urlopen(self.url) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 214, in urlopen > return opener.open(url, data, timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 534, in _open > result = self._call_chain(self.handle_open, protocol, protocol + > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 802, in <lambda> > meth(r, proxy, type)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 830, in proxy_open > return self.parent.open(req, timeout=req.timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 539, in _open > return self._call_chain(self.handle_open, 'unknown', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1417, in unknown_open > raise URLError('unknown url type: %s' % type) >urllib.error.URLError: <urlopen error unknown url type: socks5> > >====================================================================== >ERROR: testPasswordProtectedSite (test.test_robotparser.PasswordProtectedSiteTestCase) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/support/__init__.py", line 2110, in decorator > return func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_robotparser.py", line 340, in testPasswordProtectedSite > parser.read() > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/robotparser.py", line 62, in read > f = urllib.request.urlopen(self.url) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 214, in urlopen > return opener.open(url, data, timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 534, in _open > result = self._call_chain(self.handle_open, protocol, protocol + > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 802, in <lambda> > meth(r, proxy, type)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 830, in proxy_open > return self.parent.open(req, timeout=req.timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 539, in _open > return self._call_chain(self.handle_open, 'unknown', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1417, in unknown_open > raise URLError('unknown url type: %s' % type) >urllib.error.URLError: <urlopen error unknown url type: socks5> > >---------------------------------------------------------------------- >Ran 60 tests in 0.035s > >FAILED (errors=2) > Before: {<weakref at 0x8026bd310; to '_MainThread' at 0x8018d9190>} > After: {<weakref at 0x802694b30; to '_MainThread' at 0x8018d9190>, <weakref at 0x802694590; to 'Thread' at 0x8027542b0>} >test test_robotparser failed >0:00:24 load avg: 15.57 [103/425/2] test_time passed >0:00:27 load avg: 15.57 [104/425/3] test_socketserver failed (1 failure) >Warning -- threading_cleanup() failed to cleanup -10 threads (count: 0, dangling: 1) >Warning -- Dangling thread: <_MainThread(MainThread, started 34374492160)> >test_forking_handled (test.test_socketserver.ErrorHandlerTest) ... ok >test_forking_not_handled (test.test_socketserver.ErrorHandlerTest) ... ok >test_sync_handled (test.test_socketserver.ErrorHandlerTest) ... ok >test_sync_not_handled (test.test_socketserver.ErrorHandlerTest) ... ok >test_threading_handled (test.test_socketserver.ErrorHandlerTest) ... ok >test_threading_not_handled (test.test_socketserver.ErrorHandlerTest) ... ok >test_all (test.test_socketserver.MiscTestCase) ... ok >test_shutdown_request_called_if_verify_request_false (test.test_socketserver.MiscTestCase) ... ok >test_threads_reaped (test.test_socketserver.MiscTestCase) >In #37193, users reported a memory leak ... FAIL >test_ForkingTCPServer (test.test_socketserver.SocketServerTest) ... creating server >ADDR = ('127.0.0.1', 56162) >CLASS = <class 'socketserver.ForkingTCPServer'> >server running >test client 0 >/usr/ports/lang/python39/work/Python-3.9.17/Lib/threading.py:921: ResourceWarning: unclosed <socket.socket fd=3, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 56151)> > del self._target, self._args, self._kwargs >ResourceWarning: Enable tracemalloc to get the object allocation traceback >test client 1 >test client 2 >waiting for server >done >ok >test_ForkingUDPServer (test.test_socketserver.SocketServerTest) ... creating server >ADDR = ('127.0.0.1', 25737) >CLASS = <class 'socketserver.ForkingUDPServer'> >server running >test client 0 >test client 1 >test client 2 >waiting for server >done >ok >test_ForkingUnixDatagramServer (test.test_socketserver.SocketServerTest) ... creating server >ADDR = /tmp/unix_socket.ktyrjw_m >CLASS = <class 'test.test_socketserver.ForkingUnixDatagramServer'> >server running >test client 0 >test client 1 >test client 2 >waiting for server >done >ok >test_ForkingUnixStreamServer (test.test_socketserver.SocketServerTest) ... creating server >ADDR = /tmp/unix_socket.3j9yxlj3 >CLASS = <class 'test.test_socketserver.ForkingUnixStreamServer'> >server running >test client 0 >test client 1 >test client 2 >waiting for server >done >ok >test_TCPServer (test.test_socketserver.SocketServerTest) ... creating server >ADDR = ('127.0.0.1', 56169) >CLASS = <class 'socketserver.TCPServer'> >server running >test client 0 >test client 1 >test client 2 >waiting for server >done >ok >test_ThreadingTCPServer (test.test_socketserver.SocketServerTest) ... creating server >ADDR = ('127.0.0.1', 56173) >CLASS = <class 'socketserver.ThreadingTCPServer'> >server running >test client 0 >test client 1 >test client 2 >waiting for server >done >ok >test_ThreadingUDPServer (test.test_socketserver.SocketServerTest) ... creating server >ADDR = ('127.0.0.1', 50595) >CLASS = <class 'socketserver.ThreadingUDPServer'> >server running >test client 0 >test client 1 >test client 2 >waiting for server >done >ok >test_ThreadingUnixDatagramServer (test.test_socketserver.SocketServerTest) ... creating server >ADDR = /tmp/unix_socket.fg4hpdo2 >CLASS = <class 'socketserver.ThreadingUnixDatagramServer'> >server running >test client 0 >test client 1 >test client 2 >waiting for server >done >ok >test_ThreadingUnixStreamServer (test.test_socketserver.SocketServerTest) ... creating server >ADDR = /tmp/unix_socket.aclvef9j >CLASS = <class 'socketserver.ThreadingUnixStreamServer'> >server running >test client 0 >test client 1 >test client 2 >waiting for server >done >ok >test_UDPServer (test.test_socketserver.SocketServerTest) ... creating server >ADDR = ('127.0.0.1', 45807) >CLASS = <class 'socketserver.UDPServer'> >server running >test client 0 >test client 1 >test client 2 >waiting for server >done >ok >test_UnixDatagramServer (test.test_socketserver.SocketServerTest) ... creating server >ADDR = /tmp/unix_socket._n43bz_6 >CLASS = <class 'socketserver.UnixDatagramServer'> >server running >test client 0 >test client 1 >test client 2 >waiting for server >done >ok >test_UnixStreamServer (test.test_socketserver.SocketServerTest) ... creating server >ADDR = /tmp/unix_socket.dpsjxjhi >CLASS = <class 'socketserver.UnixStreamServer'> >server running >test client 0 >test client 1 >test client 2 >waiting for server >done >ok >test_close_immediately (test.test_socketserver.SocketServerTest) ... ok >test_context_manager (test.test_socketserver.SocketServerTest) ... ok >test_shutdown (test.test_socketserver.SocketServerTest) ... ok >test_tcpserver_bind_leak (test.test_socketserver.SocketServerTest) ... ok >test_basics (test.test_socketserver.SocketWriterTest) ... ok >test_write (test.test_socketserver.SocketWriterTest) ... ok > >====================================================================== >FAIL: test_threads_reaped (test.test_socketserver.MiscTestCase) >In #37193, users reported a memory leak >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_socketserver.py", line 512, in test_threads_reaped > self.assertLess(len(server._threads), 10) >AssertionError: 10 not less than 10 > >---------------------------------------------------------------------- >Ran 27 tests in 3.034s > >FAILED (failures=1) >test test_socketserver failed >0:00:28 load avg: 15.57 [105/425/3] test_dynamic passed >0:00:28 load avg: 15.57 [106/425/3] test_nntplib passed >0:00:28 load avg: 15.57 [107/425/3] test_ossaudiodev passed >0:00:28 load avg: 15.57 [108/425/3] test_listcomps passed >0:00:28 load avg: 15.93 [109/425/3] test_pty passed >0:00:28 load avg: 15.93 [110/425/3] test_linecache passed >0:00:28 load avg: 15.93 [111/425/3] test_with passed >0:00:29 load avg: 15.93 [112/425/3] test_xmlrpc passed >0:00:29 load avg: 15.93 [113/425/3] test_sched passed >0:00:29 load avg: 15.93 [114/425/3] test_types passed >0:00:29 load avg: 15.93 [115/425/3] test_unicode_file passed >0:00:29 load avg: 15.93 [116/425/3] test_scope passed >0:00:30 load avg: 15.93 [117/425/3] test_check_c_globals passed >0:00:31 load avg: 15.93 [118/425/3] test_random passed -- running: test_socket (30.3 sec), test_subprocess (31.2 sec) >0:00:31 load avg: 15.93 [119/425/3] test_argparse passed -- running: test_socket (30.4 sec), test_subprocess (31.3 sec) >0:00:31 load avg: 15.93 [120/425/3] test_bigaddrspace passed -- running: test_socket (30.7 sec), test_subprocess (31.6 sec) >0:00:31 load avg: 15.93 [121/425/3] test_codecencodings_kr passed -- running: test_socket (30.7 sec), test_subprocess (31.6 sec) >0:00:32 load avg: 15.93 [122/425/3] test_cmath passed -- running: test_socket (31.0 sec), test_subprocess (31.9 sec) >0:00:32 load avg: 15.93 [123/425/3] test_socket passed (31.0 sec) -- running: test_subprocess (32.1 sec) >0:00:32 load avg: 15.93 [124/425/3] test_long passed -- running: test_subprocess (32.2 sec) >0:00:32 load avg: 15.93 [125/425/4] test_bdb failed (1 failure) -- running: test_subprocess (32.3 sec) >test_bp_after_last_statement (test.test_bdb.BreakpointTestCase) ... ok >test_bp_condition (test.test_bdb.BreakpointTestCase) ... ok >test_bp_exception_on_condition_evaluation (test.test_bdb.BreakpointTestCase) ... ok >test_bp_ignore_count (test.test_bdb.BreakpointTestCase) ... ok >test_bp_on_non_existent_module (test.test_bdb.BreakpointTestCase) ... ok >test_clear_at_no_bp (test.test_bdb.BreakpointTestCase) ... ok >test_clear_two_bp_on_same_line (test.test_bdb.BreakpointTestCase) ... ok >test_disabled_temporary_bp (test.test_bdb.BreakpointTestCase) ... ok >test_ignore_count_on_disabled_bp (test.test_bdb.BreakpointTestCase) ... ok >test_temporary_bp (test.test_bdb.BreakpointTestCase) ... ok >test_next_command_in_generator_for_loop (test.test_bdb.IssuesTestCase) ... ok >test_next_command_in_generator_with_subiterator (test.test_bdb.IssuesTestCase) ... ok >test_next_until_return_in_generator (test.test_bdb.IssuesTestCase) ... ok >test_return_command_in_generator_with_subiterator (test.test_bdb.IssuesTestCase) ... ok >test_step_at_return_with_no_trace_in_caller (test.test_bdb.IssuesTestCase) ... ok >test_run_step (test.test_bdb.RunTestCase) ... ok >test_runeval_step (test.test_bdb.RunTestCase) ... ok >test_down (test.test_bdb.StateTestCase) ... ok >test_next (test.test_bdb.StateTestCase) ... ok >test_next_in_caller_frame (test.test_bdb.StateTestCase) ... ok >test_next_on_plain_statement (test.test_bdb.StateTestCase) ... ok >test_next_over_import (test.test_bdb.StateTestCase) ... ok >test_return (test.test_bdb.StateTestCase) ... ok >test_return_in_caller_frame (test.test_bdb.StateTestCase) ... ok >test_skip (test.test_bdb.StateTestCase) ... FAIL >test_skip_with_no_name_module (test.test_bdb.StateTestCase) ... ok >test_step (test.test_bdb.StateTestCase) ... ok >test_step_next_on_last_statement (test.test_bdb.StateTestCase) ... ok >test_until (test.test_bdb.StateTestCase) ... ok >test_until_in_caller_frame (test.test_bdb.StateTestCase) ... ok >test_until_with_too_large_count (test.test_bdb.StateTestCase) ... ok >test_up (test.test_bdb.StateTestCase) ... ok > >====================================================================== >FAIL: test_skip (test.test_bdb.StateTestCase) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_bdb.py", line 731, in test_skip > tracer.runcall(tfunc_import) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_bdb.py", line 448, in __exit__ > self.test_case.fail(err_msg) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_bdb.py", line 582, in fail > raise self.failureException(msg) from None >AssertionError: Wrong event type at expect_set item 2, got 'call' > Expected: ('line', 3, 'tfunc_import') > Got: ('call', 89, 'find_spec'), ('quit',), > >---------------------------------------------------------------------- >Ran 32 tests in 0.172s > >FAILED (failures=1) >test test_bdb failed >0:00:32 load avg: 15.93 [126/425/4] test_future passed -- running: test_subprocess (32.6 sec) >0:00:32 load avg: 15.93 [127/425/4] test_multiprocessing_main_handling passed -- running: test_subprocess (32.6 sec) >0:00:32 load avg: 15.93 [128/425/5] test_dtrace failed (6 failures) -- running: test_subprocess (32.7 sec) >test_function_entry_return (test.test_dtrace.DTraceNormalTests) ... FAIL >test_gc (test.test_dtrace.DTraceNormalTests) ... FAIL >test_line (test.test_dtrace.DTraceNormalTests) ... FAIL >test_verify_call_opcodes (test.test_dtrace.DTraceNormalTests) >Ensure our call stack test hits all function call opcodes ... ok >test_function_entry_return (test.test_dtrace.DTraceOptimizedTests) ... FAIL >test_gc (test.test_dtrace.DTraceOptimizedTests) ... FAIL >test_line (test.test_dtrace.DTraceOptimizedTests) ... FAIL >test_verify_call_opcodes (test.test_dtrace.DTraceOptimizedTests) >Ensure our call stack test hits all function call opcodes ... ok >skipped "stap(1) failed: [Errno 2] No such file or directory: 'stap'" >skipped "stap(1) failed: [Errno 2] No such file or directory: 'stap'" > >====================================================================== >FAIL: test_function_entry_return (test.test_dtrace.DTraceNormalTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 32, in normalize_trace_output > result.sort(key=lambda row: int(row[0])) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 32, in <lambda> > result.sort(key=lambda row: int(row[0])) >ValueError: invalid literal for int() with base 10: 'dtrace: failed to compile script /usr/ports/lang/python39/work/Python-3.9.17/Lib/test/dtracedata/call_stack.d: line 1: probe description python58910:::function-entry does not match any probes' > >During handling of the above exception, another exception occurred: > >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 118, in test_function_entry_return > self.run_case("call_stack") > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 113, in run_case > actual_output, expected_output = self.backend.run_case( > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 47, in run_case > actual_output = normalize_trace_output(self.trace_python( > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 36, in normalize_trace_output > raise AssertionError( >AssertionError: tracer produced unparsable output: >dtrace: failed to compile script /usr/ports/lang/python39/work/Python-3.9.17/Lib/test/dtracedata/call_stack.d: line 1: probe description python58910:::function-entry does not match any probes > > >====================================================================== >FAIL: test_gc (test.test_dtrace.DTraceNormalTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 32, in normalize_trace_output > result.sort(key=lambda row: int(row[0])) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 32, in <lambda> > result.sort(key=lambda row: int(row[0])) >ValueError: invalid literal for int() with base 10: 'dtrace: failed to compile script /usr/ports/lang/python39/work/Python-3.9.17/Lib/test/dtracedata/gc.d: line 1: probe description python58936:::function-entry does not match any probes' > >During handling of the above exception, another exception occurred: > >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 146, in test_gc > self.run_case("gc") > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 113, in run_case > actual_output, expected_output = self.backend.run_case( > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 47, in run_case > actual_output = normalize_trace_output(self.trace_python( > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 36, in normalize_trace_output > raise AssertionError( >AssertionError: tracer produced unparsable output: >dtrace: failed to compile script /usr/ports/lang/python39/work/Python-3.9.17/Lib/test/dtracedata/gc.d: line 1: probe description python58936:::function-entry does not match any probes > > >====================================================================== >FAIL: test_line (test.test_dtrace.DTraceNormalTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 32, in normalize_trace_output > result.sort(key=lambda row: int(row[0])) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 32, in <lambda> > result.sort(key=lambda row: int(row[0])) >ValueError: invalid literal for int() with base 10: 'dtrace: failed to compile script /usr/ports/lang/python39/work/Python-3.9.17/Lib/test/dtracedata/line.d: line 1: probe description python58951:::line does not match any probes' > >During handling of the above exception, another exception occurred: > >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 149, in test_line > self.run_case("line") > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 113, in run_case > actual_output, expected_output = self.backend.run_case( > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 47, in run_case > actual_output = normalize_trace_output(self.trace_python( > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 36, in normalize_trace_output > raise AssertionError( >AssertionError: tracer produced unparsable output: >dtrace: failed to compile script /usr/ports/lang/python39/work/Python-3.9.17/Lib/test/dtracedata/line.d: line 1: probe description python58951:::line does not match any probes > > >====================================================================== >FAIL: test_function_entry_return (test.test_dtrace.DTraceOptimizedTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 32, in normalize_trace_output > result.sort(key=lambda row: int(row[0])) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 32, in <lambda> > result.sort(key=lambda row: int(row[0])) >ValueError: invalid literal for int() with base 10: 'dtrace: failed to compile script /usr/ports/lang/python39/work/Python-3.9.17/Lib/test/dtracedata/call_stack.d: line 1: probe description python58970:::function-entry does not match any probes' > >During handling of the above exception, another exception occurred: > >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 118, in test_function_entry_return > self.run_case("call_stack") > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 113, in run_case > actual_output, expected_output = self.backend.run_case( > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 47, in run_case > actual_output = normalize_trace_output(self.trace_python( > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 36, in normalize_trace_output > raise AssertionError( >AssertionError: tracer produced unparsable output: >dtrace: failed to compile script /usr/ports/lang/python39/work/Python-3.9.17/Lib/test/dtracedata/call_stack.d: line 1: probe description python58970:::function-entry does not match any probes > > >====================================================================== >FAIL: test_gc (test.test_dtrace.DTraceOptimizedTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 32, in normalize_trace_output > result.sort(key=lambda row: int(row[0])) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 32, in <lambda> > result.sort(key=lambda row: int(row[0])) >ValueError: invalid literal for int() with base 10: 'dtrace: failed to compile script /usr/ports/lang/python39/work/Python-3.9.17/Lib/test/dtracedata/gc.d: line 1: probe description python58981:::function-entry does not match any probes' > >During handling of the above exception, another exception occurred: > >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 146, in test_gc > self.run_case("gc") > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 113, in run_case > actual_output, expected_output = self.backend.run_case( > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 47, in run_case > actual_output = normalize_trace_output(self.trace_python( > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 36, in normalize_trace_output > raise AssertionError( >AssertionError: tracer produced unparsable output: >dtrace: failed to compile script /usr/ports/lang/python39/work/Python-3.9.17/Lib/test/dtracedata/gc.d: line 1: probe description python58981:::function-entry does not match any probes > > >====================================================================== >FAIL: test_line (test.test_dtrace.DTraceOptimizedTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 32, in normalize_trace_output > result.sort(key=lambda row: int(row[0])) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 32, in <lambda> > result.sort(key=lambda row: int(row[0])) >ValueError: invalid literal for int() with base 10: 'dtrace: failed to compile script /usr/ports/lang/python39/work/Python-3.9.17/Lib/test/dtracedata/line.d: line 1: probe description python59002:::line does not match any probes' > >During handling of the above exception, another exception occurred: > >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 149, in test_line > self.run_case("line") > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 113, in run_case > actual_output, expected_output = self.backend.run_case( > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 47, in run_case > actual_output = normalize_trace_output(self.trace_python( > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 36, in normalize_trace_output > raise AssertionError( >AssertionError: tracer produced unparsable output: >dtrace: failed to compile script /usr/ports/lang/python39/work/Python-3.9.17/Lib/test/dtracedata/line.d: line 1: probe description python59002:::line does not match any probes > > >---------------------------------------------------------------------- >Ran 8 tests in 3.394s > >FAILED (failures=6, skipped=2) >test test_dtrace failed >0:00:32 load avg: 15.93 [129/425/5] test_threading passed -- running: test_subprocess (32.8 sec) >0:00:32 load avg: 15.93 [130/425/5] test_telnetlib passed -- running: test_subprocess (32.9 sec) >0:00:33 load avg: 15.93 [131/425/5] test_errno passed -- running: test_subprocess (33.0 sec) >0:00:33 load avg: 15.93 [132/425/5] test_source_encoding passed -- running: test_subprocess (33.1 sec) >0:00:33 load avg: 15.93 [133/425/5] test_platform passed -- running: test_subprocess (33.3 sec) >0:00:33 load avg: 15.93 [134/425/5] test_genericalias passed -- running: test_subprocess (33.4 sec) >0:00:33 load avg: 16.33 [135/425/5] test_aifc passed -- running: test_subprocess (33.4 sec) >0:00:33 load avg: 16.33 [136/425/5] test_property passed -- running: test_subprocess (33.7 sec) >0:00:33 load avg: 16.33 [137/425/5] test_clinic passed -- running: test_subprocess (33.8 sec) >0:00:34 load avg: 16.33 [138/425/5] test_multibytecodec passed -- running: test_subprocess (34.4 sec) >0:00:34 load avg: 16.33 [139/425/5] test_msilib skipped -- running: test_subprocess (34.7 sec) >test_msilib skipped -- No module named '_msi' >0:00:35 load avg: 16.33 [140/425/5] test_syslog passed -- running: test_pydoc (30.2 sec), test_subprocess (34.9 sec) >0:00:35 load avg: 16.33 [141/425/5] test_ctypes passed -- running: test_pydoc (30.2 sec), test_subprocess (35.0 sec) >0:00:35 load avg: 16.33 [142/425/5] test_gc passed -- running: test_pydoc (30.4 sec), test_subprocess (35.2 sec) >0:00:35 load avg: 16.33 [143/425/5] test___future__ passed -- running: test_pydoc (30.7 sec), test_subprocess (35.5 sec) >0:00:35 load avg: 16.33 [144/425/5] test_compileall passed -- running: test_pydoc (30.7 sec), test_subprocess (35.5 sec) >0:00:35 load avg: 16.33 [145/425/5] test_pickle passed -- running: test_pydoc (30.9 sec), test_subprocess (35.6 sec) >0:00:35 load avg: 16.33 [146/425/5] test_glob passed -- running: test_pydoc (31.1 sec), test_subprocess (35.9 sec) >0:00:36 load avg: 16.33 [147/425/5] test_isinstance passed -- running: test_pydoc (31.4 sec), test_subprocess (36.1 sec) >0:00:36 load avg: 16.33 [148/425/5] test_tabnanny passed -- running: test_pydoc (31.5 sec), test_subprocess (36.2 sec) >0:00:36 load avg: 16.33 [149/425/5] test_frozen passed -- running: test_pydoc (31.7 sec), test_subprocess (36.4 sec) >0:00:36 load avg: 16.33 [150/425/5] test_type_comments passed -- running: test_pydoc (31.9 sec), test_subprocess (36.7 sec) >0:00:37 load avg: 16.33 [151/425/5] test_string_literals passed -- running: test_pydoc (32.3 sec), test_subprocess (37.1 sec) >0:00:37 load avg: 16.33 [152/425/5] test_pydoc passed (32.3 sec) -- running: test_subprocess (37.3 sec) >0:00:37 load avg: 16.33 [153/425/5] test_print passed -- running: test_subprocess (37.4 sec) >0:00:37 load avg: 16.79 [154/425/5] test_ttk_guionly skipped -- running: test_subprocess (37.6 sec) >test_ttk_guionly skipped -- No module named '_tkinter' >0:00:37 load avg: 16.79 [155/425/5] test_metaclass passed -- running: test_subprocess (37.6 sec) >0:00:38 load avg: 16.79 [156/425/5] test_sys_setprofile passed -- running: test_subprocess (37.9 sec) >0:00:38 load avg: 16.79 [157/425/5] test_code_module passed -- running: test_subprocess (38.0 sec) >0:00:38 load avg: 16.79 [158/425/5] test_resource passed -- running: test_subprocess (38.4 sec) >0:00:39 load avg: 16.79 [159/425/5] test_strtod passed -- running: test_subprocess (38.9 sec) >0:00:39 load avg: 16.79 [160/425/6] test___all__ failed (1 failure) -- running: test_subprocess (39.7 sec) >test_all (test.test___all__.AllTest) ... __phello__.foo >_aix_support >_bootlocale >_bootsubprocess >_collections_abc >_compat_pickle >_compression >_markupbase >_osx_support >_py_abc >_pydecimal >_pyio >_sitebuiltins >_strptime >_threading_local >_weakrefset >abc >aifc >antigravity >argparse >ast >asynchat >asyncio >asyncio.__main__ >asyncio.base_events >asyncio.base_futures >asyncio.base_subprocess >asyncio.base_tasks >asyncio.constants >asyncio.coroutines >asyncio.events >asyncio.exceptions >asyncio.format_helpers >asyncio.futures >asyncio.locks >asyncio.log >asyncio.proactor_events >asyncio.protocols >asyncio.queues >asyncio.runners >asyncio.selector_events >asyncio.sslproto >asyncio.staggered >asyncio.streams >asyncio.subprocess >asyncio.tasks >asyncio.threads >asyncio.transports >asyncio.trsock >asyncio.unix_events >asyncio.windows_events >asyncio.windows_utils >asyncore >base64 >bdb >binhex >bisect >bz2 >cProfile >calendar >cgi >cgitb >chunk >cmd >code >codecs >codeop >collections >collections.abc >colorsys >compileall >concurrent >concurrent.futures >concurrent.futures._base >concurrent.futures.process >concurrent.futures.thread >configparser >contextlib >contextvars >copy >copyreg >crypt >csv >ctypes >ctypes._aix >ctypes._endian >ctypes.macholib >ctypes.macholib.dyld >ctypes.macholib.dylib >ctypes.macholib.framework >ctypes.test >ctypes.test.__main__ >ctypes.test.test_anon >ctypes.test.test_array_in_pointer >ctypes.test.test_arrays >ctypes.test.test_as_parameter >ctypes.test.test_bitfields >ctypes.test.test_buffers >ctypes.test.test_bytes >ctypes.test.test_byteswap >ctypes.test.test_callbacks >ctypes.test.test_cast >ctypes.test.test_cfuncs >ctypes.test.test_checkretval >ctypes.test.test_delattr >ctypes.test.test_errno >ctypes.test.test_find >ctypes.test.test_frombuffer >ctypes.test.test_funcptr >ctypes.test.test_functions >ctypes.test.test_incomplete >ctypes.test.test_init >ctypes.test.test_internals >ctypes.test.test_keeprefs >ctypes.test.test_libc >ctypes.test.test_loading >ctypes.test.test_macholib >ctypes.test.test_memfunctions >ctypes.test.test_numbers >ctypes.test.test_objects >ctypes.test.test_parameters >ctypes.test.test_pep3118 >ctypes.test.test_pickling >ctypes.test.test_pointers >ctypes.test.test_prototypes >ctypes.test.test_python_api >ctypes.test.test_random_things >ctypes.test.test_refcounts >ctypes.test.test_repr >ctypes.test.test_returnfuncptrs >ctypes.test.test_simplesubclasses >ctypes.test.test_sizes >ctypes.test.test_slicing >ctypes.test.test_stringptr >ctypes.test.test_strings >ctypes.test.test_struct_fields >ctypes.test.test_structures >ctypes.test.test_unaligned_structures >ctypes.test.test_unicode >ctypes.test.test_values >ctypes.test.test_varsize_struct >ctypes.test.test_win32 >ctypes.test.test_wintypes >ctypes.util >ctypes.wintypes >curses >curses.ascii >curses.has_key >curses.panel >curses.textpad >dataclasses >datetime >dbm >dbm.dumb >dbm.gnu >dbm.ndbm >decimal >difflib >dis >distutils >distutils._msvccompiler >distutils.archive_util >distutils.bcppcompiler >distutils.ccompiler >distutils.cmd >distutils.command >distutils.command.bdist >distutils.command.bdist_dumb >distutils.command.bdist_msi >distutils.command.bdist_rpm >distutils.command.bdist_wininst >distutils.command.build >distutils.command.build_clib >distutils.command.build_ext >distutils.command.build_py >distutils.command.build_scripts >distutils.command.check >distutils.command.clean >distutils.command.config >distutils.command.install >distutils.command.install_data >distutils.command.install_egg_info >distutils.command.install_headers >distutils.command.install_lib >distutils.command.install_scripts >distutils.command.register >distutils.command.sdist >distutils.command.upload >distutils.config >distutils.core >distutils.cygwinccompiler >distutils.debug >distutils.dep_util >distutils.dir_util >distutils.dist >distutils.errors >distutils.extension >distutils.fancy_getopt >distutils.file_util >distutils.filelist >distutils.log >distutils.msvc9compiler >distutils.msvccompiler >distutils.spawn >distutils.sysconfig >distutils.tests >distutils.tests.support >distutils.tests.test_archive_util >distutils.tests.test_bdist >distutils.tests.test_bdist_dumb >distutils.tests.test_bdist_msi >distutils.tests.test_bdist_rpm >distutils.tests.test_bdist_wininst >distutils.tests.test_build >distutils.tests.test_build_clib >distutils.tests.test_build_ext >distutils.tests.test_build_py >distutils.tests.test_build_scripts >distutils.tests.test_check >distutils.tests.test_clean >distutils.tests.test_cmd >distutils.tests.test_config >distutils.tests.test_config_cmd >distutils.tests.test_core >distutils.tests.test_cygwinccompiler >distutils.tests.test_dep_util >distutils.tests.test_dir_util >distutils.tests.test_dist >distutils.tests.test_extension >distutils.tests.test_file_util >distutils.tests.test_filelist >distutils.tests.test_install >distutils.tests.test_install_data >distutils.tests.test_install_headers >distutils.tests.test_install_lib >distutils.tests.test_install_scripts >distutils.tests.test_log >distutils.tests.test_msvc9compiler >distutils.tests.test_msvccompiler >distutils.tests.test_register >distutils.tests.test_sdist >distutils.tests.test_spawn >distutils.tests.test_sysconfig >distutils.tests.test_text_file >distutils.tests.test_unixccompiler >distutils.tests.test_upload >distutils.tests.test_util >distutils.tests.test_version >distutils.tests.test_versionpredicate >distutils.text_file >distutils.unixccompiler >distutils.util >distutils.version >distutils.versionpredicate >doctest >email >email._encoded_words >email._header_value_parser >email._parseaddr >email._policybase >email.base64mime >email.charset >email.contentmanager >email.encoders >email.errors >email.feedparser >email.generator >email.header >email.headerregistry >email.iterators >email.message >email.mime >email.mime.application >email.mime.audio >email.mime.base >email.mime.image >email.mime.message >email.mime.multipart >email.mime.nonmultipart >email.mime.text >email.parser >email.policy >email.quoprimime >email.utils >encodings >encodings.aliases >encodings.ascii >encodings.base64_codec >encodings.big5 >encodings.big5hkscs >encodings.bz2_codec >encodings.charmap >encodings.cp037 >encodings.cp1006 >encodings.cp1026 >encodings.cp1125 >encodings.cp1140 >encodings.cp1250 >encodings.cp1251 >encodings.cp1252 >encodings.cp1253 >encodings.cp1254 >encodings.cp1255 >encodings.cp1256 >encodings.cp1257 >encodings.cp1258 >encodings.cp273 >encodings.cp424 >encodings.cp437 >encodings.cp500 >encodings.cp720 >encodings.cp737 >encodings.cp775 >encodings.cp850 >encodings.cp852 >encodings.cp855 >encodings.cp856 >encodings.cp857 >encodings.cp858 >encodings.cp860 >encodings.cp861 >encodings.cp862 >encodings.cp863 >encodings.cp864 >encodings.cp865 >encodings.cp866 >encodings.cp869 >encodings.cp874 >encodings.cp875 >encodings.cp932 >encodings.cp949 >encodings.cp950 >encodings.euc_jis_2004 >encodings.euc_jisx0213 >encodings.euc_jp >encodings.euc_kr >encodings.gb18030 >encodings.gb2312 >encodings.gbk >encodings.hex_codec >encodings.hp_roman8 >encodings.hz >encodings.idna >encodings.iso2022_jp >encodings.iso2022_jp_1 >encodings.iso2022_jp_2 >encodings.iso2022_jp_2004 >encodings.iso2022_jp_3 >encodings.iso2022_jp_ext >encodings.iso2022_kr >encodings.iso8859_1 >encodings.iso8859_10 >encodings.iso8859_11 >encodings.iso8859_13 >encodings.iso8859_14 >encodings.iso8859_15 >encodings.iso8859_16 >encodings.iso8859_2 >encodings.iso8859_3 >encodings.iso8859_4 >encodings.iso8859_5 >encodings.iso8859_6 >encodings.iso8859_7 >encodings.iso8859_8 >encodings.iso8859_9 >encodings.johab >encodings.koi8_r >encodings.koi8_t >encodings.koi8_u >encodings.kz1048 >encodings.latin_1 >encodings.mac_arabic >encodings.mac_croatian >encodings.mac_cyrillic >encodings.mac_farsi >encodings.mac_greek >encodings.mac_iceland >encodings.mac_latin2 >encodings.mac_roman >encodings.mac_romanian >encodings.mac_turkish >encodings.mbcs >encodings.oem >encodings.palmos >encodings.ptcp154 >encodings.punycode >encodings.quopri_codec >encodings.raw_unicode_escape >encodings.rot_13 >encodings.shift_jis >encodings.shift_jis_2004 >encodings.shift_jisx0213 >encodings.tis_620 >encodings.undefined >encodings.unicode_escape >encodings.utf_16 >encodings.utf_16_be >encodings.utf_16_le >encodings.utf_32 >encodings.utf_32_be >encodings.utf_32_le >encodings.utf_7 >encodings.utf_8 >encodings.utf_8_sig >encodings.uu_codec >encodings.zlib_codec >ensurepip >ensurepip.__main__ >ensurepip._bundled >ensurepip._uninstall >enum >filecmp >fileinput >fnmatch >formatter >fractions >ftplib >functools >genericpath >getopt >getpass >gettext >glob >graphlib >gzip >hashlib >heapq >hmac >html >html.entities >html.parser >http >http.client >http.cookiejar >http.cookies >http.server >idlelib >idlelib.__main__ >idlelib.autocomplete >idlelib.autocomplete_w >idlelib.autoexpand >idlelib.browser >idlelib.calltip >idlelib.calltip_w >idlelib.codecontext >idlelib.colorizer >idlelib.config >idlelib.config_key >idlelib.configdialog >idlelib.debugger >idlelib.debugger_r >idlelib.debugobj >idlelib.debugobj_r >idlelib.delegator >idlelib.dynoption >idlelib.editor >idlelib.filelist >idlelib.format >idlelib.grep >idlelib.help >idlelib.help_about >idlelib.history >idlelib.hyperparser >idlelib.idle >idlelib.idle_test >idlelib.idle_test.htest >idlelib.idle_test.mock_idle >idlelib.idle_test.mock_tk >idlelib.idle_test.template >idlelib.idle_test.test_autocomplete >idlelib.idle_test.test_autocomplete_w >idlelib.idle_test.test_autoexpand >idlelib.idle_test.test_browser >idlelib.idle_test.test_calltip >idlelib.idle_test.test_calltip_w >idlelib.idle_test.test_codecontext >idlelib.idle_test.test_colorizer >idlelib.idle_test.test_config >idlelib.idle_test.test_config_key >idlelib.idle_test.test_configdialog >idlelib.idle_test.test_debugger >idlelib.idle_test.test_debugger_r >idlelib.idle_test.test_debugobj >idlelib.idle_test.test_debugobj_r >idlelib.idle_test.test_delegator >idlelib.idle_test.test_editmenu >idlelib.idle_test.test_editor >idlelib.idle_test.test_filelist >idlelib.idle_test.test_format >idlelib.idle_test.test_grep >idlelib.idle_test.test_help >idlelib.idle_test.test_help_about >idlelib.idle_test.test_history >idlelib.idle_test.test_hyperparser >idlelib.idle_test.test_iomenu >idlelib.idle_test.test_macosx >idlelib.idle_test.test_mainmenu >idlelib.idle_test.test_multicall >idlelib.idle_test.test_outwin >idlelib.idle_test.test_parenmatch >idlelib.idle_test.test_pathbrowser >idlelib.idle_test.test_percolator >idlelib.idle_test.test_pyparse >idlelib.idle_test.test_pyshell >idlelib.idle_test.test_query >idlelib.idle_test.test_redirector >idlelib.idle_test.test_replace >idlelib.idle_test.test_rpc >idlelib.idle_test.test_run >idlelib.idle_test.test_runscript >idlelib.idle_test.test_scrolledlist >idlelib.idle_test.test_search >idlelib.idle_test.test_searchbase >idlelib.idle_test.test_searchengine >idlelib.idle_test.test_sidebar >idlelib.idle_test.test_squeezer >idlelib.idle_test.test_stackviewer >idlelib.idle_test.test_statusbar >idlelib.idle_test.test_text >idlelib.idle_test.test_textview >idlelib.idle_test.test_tooltip >idlelib.idle_test.test_tree >idlelib.idle_test.test_undo >idlelib.idle_test.test_util >idlelib.idle_test.test_warning >idlelib.idle_test.test_window >idlelib.idle_test.test_zoomheight >idlelib.idle_test.test_zzdummy >idlelib.iomenu >idlelib.macosx >idlelib.mainmenu >idlelib.multicall >idlelib.outwin >idlelib.parenmatch >idlelib.pathbrowser >idlelib.percolator >idlelib.pyparse >idlelib.pyshell >idlelib.query >idlelib.redirector >idlelib.replace >idlelib.rpc >idlelib.run >idlelib.runscript >idlelib.scrolledlist >idlelib.search >idlelib.searchbase >idlelib.searchengine >idlelib.sidebar >idlelib.squeezer >idlelib.stackviewer >idlelib.statusbar >idlelib.textview >idlelib.tooltip >idlelib.tree >idlelib.undo >idlelib.util >idlelib.window >idlelib.zoomheight >idlelib.zzdummy >imaplib >imghdr >imp >importlib >importlib._bootstrap >importlib._bootstrap_external >importlib._common >importlib.abc >importlib.machinery >importlib.metadata >importlib.resources >importlib.util >inspect >io >ipaddress >json >json.decoder >json.encoder >json.scanner >json.tool >keyword >lib2to3 >lib2to3.__main__ >lib2to3.btm_matcher >lib2to3.btm_utils >lib2to3.fixer_base >lib2to3.fixer_util >lib2to3.fixes >lib2to3.fixes.fix_apply >lib2to3.fixes.fix_asserts >lib2to3.fixes.fix_basestring >lib2to3.fixes.fix_buffer >lib2to3.fixes.fix_dict >lib2to3.fixes.fix_except >lib2to3.fixes.fix_exec >lib2to3.fixes.fix_execfile >lib2to3.fixes.fix_exitfunc >lib2to3.fixes.fix_filter >lib2to3.fixes.fix_funcattrs >lib2to3.fixes.fix_future >lib2to3.fixes.fix_getcwdu >lib2to3.fixes.fix_has_key >lib2to3.fixes.fix_idioms >lib2to3.fixes.fix_import >lib2to3.fixes.fix_imports >lib2to3.fixes.fix_imports2 >lib2to3.fixes.fix_input >lib2to3.fixes.fix_intern >lib2to3.fixes.fix_isinstance >lib2to3.fixes.fix_itertools >lib2to3.fixes.fix_itertools_imports >lib2to3.fixes.fix_long >lib2to3.fixes.fix_map >lib2to3.fixes.fix_metaclass >lib2to3.fixes.fix_methodattrs >lib2to3.fixes.fix_ne >lib2to3.fixes.fix_next >lib2to3.fixes.fix_nonzero >lib2to3.fixes.fix_numliterals >lib2to3.fixes.fix_operator >lib2to3.fixes.fix_paren >lib2to3.fixes.fix_print >lib2to3.fixes.fix_raise >lib2to3.fixes.fix_raw_input >lib2to3.fixes.fix_reduce >lib2to3.fixes.fix_reload >lib2to3.fixes.fix_renames >lib2to3.fixes.fix_repr >lib2to3.fixes.fix_set_literal >lib2to3.fixes.fix_standarderror >lib2to3.fixes.fix_sys_exc >lib2to3.fixes.fix_throw >lib2to3.fixes.fix_tuple_params >lib2to3.fixes.fix_types >lib2to3.fixes.fix_unicode >lib2to3.fixes.fix_urllib >lib2to3.fixes.fix_ws_comma >lib2to3.fixes.fix_xrange >lib2to3.fixes.fix_xreadlines >lib2to3.fixes.fix_zip >lib2to3.main >lib2to3.patcomp >lib2to3.pgen2 >lib2to3.pgen2.conv >lib2to3.pgen2.driver >lib2to3.pgen2.grammar >lib2to3.pgen2.literals >lib2to3.pgen2.parse >lib2to3.pgen2.pgen >lib2to3.pgen2.token >lib2to3.pgen2.tokenize >lib2to3.pygram >lib2to3.pytree >lib2to3.refactor >lib2to3.tests >lib2to3.tests.__main__ >lib2to3.tests.pytree_idempotency >lib2to3.tests.support >lib2to3.tests.test_all_fixers >lib2to3.tests.test_fixers >lib2to3.tests.test_main >lib2to3.tests.test_parser >lib2to3.tests.test_pytree >lib2to3.tests.test_refactor >lib2to3.tests.test_util >linecache >locale >logging >logging.config >logging.handlers >lzma >mailbox >mailcap >mimetypes >modulefinder >msilib >msilib.schema >msilib.sequence >msilib.text >multiprocessing >multiprocessing.connection >multiprocessing.context >multiprocessing.dummy >multiprocessing.dummy.connection >multiprocessing.forkserver >multiprocessing.heap >multiprocessing.managers >multiprocessing.pool >multiprocessing.popen_fork >multiprocessing.popen_forkserver >multiprocessing.popen_spawn_posix >multiprocessing.popen_spawn_win32 >multiprocessing.process >multiprocessing.queues >multiprocessing.reduction >multiprocessing.resource_sharer >multiprocessing.resource_tracker >multiprocessing.shared_memory >multiprocessing.sharedctypes >multiprocessing.spawn >multiprocessing.synchronize >multiprocessing.util >netrc >nntplib >ntpath >nturl2path >numbers >opcode >operator >optparse >os >pathlib >pdb >pickle >pickletools >pipes >pkgutil >platform >plistlib >poplib >posixpath >pprint >profile >pstats >pty >py_compile >pyclbr >pydoc >pydoc_data >pydoc_data.topics >queue >quopri >random >re >reprlib >rlcompleter >runpy >sched >secrets >selectors >shelve >shlex >shutil >signal >site >smtpd >smtplib >sndhdr >socket >socketserver >sqlite3 >sqlite3.dbapi2 >sqlite3.dump >sqlite3.test >sqlite3.test.backup >sqlite3.test.dbapi >sqlite3.test.dump >sqlite3.test.factory >sqlite3.test.hooks >sqlite3.test.regression >sqlite3.test.transactions >sqlite3.test.types >sqlite3.test.userfunctions >sre_compile >sre_constants >sre_parse >ssl >stat >statistics >string >stringprep >struct >subprocess >sunau >symbol >symtable >sysconfig >tabnanny >tarfile >telnetlib >tempfile >test >test.__main__ >test._test_multiprocessing >test._typed_dict_helper >test.ann_module >test.ann_module2 >test.ann_module3 >test.ann_module5 >test.ann_module6 >test.ann_module7 >test.audiotests >test.audit-tests >test.autotest >test.bad_coding >test.bad_coding2 >test.bad_getattr >test.bad_getattr2 >test.bad_getattr3 >test.badsyntax_3131 >test.badsyntax_future10 >test.badsyntax_future3 >test.badsyntax_future4 >test.badsyntax_future5 >test.badsyntax_future6 >test.badsyntax_future7 >test.badsyntax_future8 >test.badsyntax_future9 >test.badsyntax_pep3120 >test.bisect_cmd >test.coding20731 >test.curses_tests >test.dataclass_module_1 >test.dataclass_module_1_str >test.dataclass_module_2 >test.dataclass_module_2_str >test.dataclass_textanno >test.datetimetester >test.dis_module >test.doctest_aliases >test.double_const >test.encoded_modules >test.encoded_modules.module_iso_8859_1 >test.encoded_modules.module_koi8_r >test.final_a >test.final_b >test.fork_wait >test.future_test1 >test.future_test2 >test.gdb_sample >test.good_getattr >test.imp_dummy >test.inspect_fodder >test.inspect_fodder2 >test.leakers >test.leakers.test_ctypes >test.leakers.test_selftype >test.libregrtest >test.libregrtest.cmdline >test.libregrtest.main >test.libregrtest.pgo >test.libregrtest.refleak >test.libregrtest.runtest >test.libregrtest.runtest_mp >test.libregrtest.save_env >test.libregrtest.setup >test.libregrtest.utils >test.libregrtest.win_utils >test.list_tests >test.lock_tests >test.make_ssl_certs >test.mapping_tests >test.memory_watchdog >test.mock_socket >test.mod_generics_cache >test.mp_fork_bomb >test.mp_preload >test.multibytecodec_support >test.pickletester >test.profilee >test.pyclbr_input >test.pydoc_mod >test.pydocfodder >test.pythoninfo >test.re_tests >test.regrtest >test.relimport >test.reperf >test.sample_doctest >test.sample_doctest_no_docstrings >test.sample_doctest_no_doctests >test.seq_tests >test.signalinterproctester >test.sortperf >test.ssl_servers >test.ssltests >test.string_tests >test.support >test.support.bytecode_helper >test.support.hashlib_helper >test.support.logging_helper >test.support.script_helper >test.support.socket_helper >test.support.testresult >test.support.warnings_helper >test.test___all__ >test.test___future__ >test.test__locale >test.test__opcode >test.test__osx_support >test.test__xxsubinterpreters >test.test_abc >test.test_abstract_numbers >test.test_aifc >test.test_argparse >test.test_array >test.test_asdl_parser >test.test_ast >test.test_asyncgen >test.test_asynchat >test.test_asyncio >test.test_asyncio.__main__ >test.test_asyncio.echo >test.test_asyncio.echo2 >test.test_asyncio.echo3 >test.test_asyncio.functional >test.test_asyncio.test_base_events >test.test_asyncio.test_buffered_proto >test.test_asyncio.test_context >test.test_asyncio.test_events >test.test_asyncio.test_futures >test.test_asyncio.test_futures2 >test.test_asyncio.test_locks >test.test_asyncio.test_pep492 >test.test_asyncio.test_proactor_events >test.test_asyncio.test_protocols >test.test_asyncio.test_queues >test.test_asyncio.test_runners >test.test_asyncio.test_selector_events >test.test_asyncio.test_sendfile >test.test_asyncio.test_server >test.test_asyncio.test_sock_lowlevel >test.test_asyncio.test_sslproto >test.test_asyncio.test_streams >test.test_asyncio.test_subprocess >test.test_asyncio.test_tasks >test.test_asyncio.test_threads >test.test_asyncio.test_transports >test.test_asyncio.test_unix_events >test.test_asyncio.test_waitfor >test.test_asyncio.test_windows_events >test.test_asyncio.test_windows_utils >test.test_asyncio.utils >test.test_asyncore >test.test_atexit >test.test_audioop >test.test_audit >test.test_augassign >test.test_base64 >test.test_baseexception >test.test_bdb >test.test_bigaddrspace >test.test_bigmem >test.test_binascii >test.test_binhex >test.test_binop >test.test_bisect >test.test_bool >test.test_buffer >test.test_bufio >test.test_builtin >test.test_bytes >test.test_bz2 >test.test_c_locale_coercion >test.test_calendar >test.test_call >test.test_capi >test.test_cgi >test.test_cgitb >test.test_charmapcodec >test.test_check_c_globals >test.test_class >test.test_clinic >test.test_cmath >test.test_cmd >test.test_cmd_line >test.test_cmd_line_script >test.test_code >test.test_code_module >test.test_codeccallbacks >test.test_codecencodings_cn >test.test_codecencodings_hk >test.test_codecencodings_iso2022 >test.test_codecencodings_jp >test.test_codecencodings_kr >test.test_codecencodings_tw >test.test_codecmaps_cn >test.test_codecmaps_hk >test.test_codecmaps_jp >test.test_codecmaps_kr >test.test_codecmaps_tw >test.test_codecs >test.test_codeop >test.test_collections >test.test_colorsys >test.test_compare >test.test_compile >test.test_compileall >test.test_complex >test.test_concurrent_futures >test.test_configparser >test.test_contains >test.test_context >test.test_contextlib >test.test_contextlib_async >test.test_copy >test.test_copyreg >test.test_coroutines >test.test_cprofile >test.test_crashers >test.test_crypt >test.test_csv >test.test_ctypes >test.test_curses >test.test_dataclasses >test.test_datetime >test.test_dbm >test.test_dbm_dumb >test.test_dbm_gnu >test.test_dbm_ndbm >test.test_decimal >test.test_decorators >test.test_defaultdict >test.test_deque >test.test_descr >test.test_descrtut >test.test_devpoll >test.test_dict >test.test_dict_version >test.test_dictcomps >test.test_dictviews >test.test_difflib >test.test_dis >test.test_distutils >test.test_doctest >test.test_doctest2 >test.test_docxmlrpc >test.test_dtrace >test.test_dynamic >test.test_dynamicclassattribute >test.test_eintr >test.test_email >test.test_email.__main__ >test.test_email.test__encoded_words >test.test_email.test__header_value_parser >test.test_email.test_asian_codecs >test.test_email.test_contentmanager >test.test_email.test_defect_handling >test.test_email.test_email >test.test_email.test_generator >test.test_email.test_headerregistry >test.test_email.test_inversion >test.test_email.test_message >test.test_email.test_parser >test.test_email.test_pickleable >test.test_email.test_policy >test.test_email.test_utils >test.test_email.torture_test >test.test_embed >test.test_ensurepip >test.test_enum >test.test_enumerate >test.test_eof >test.test_epoll >test.test_errno >test.test_exception_hierarchy >test.test_exception_variations >test.test_exceptions >test.test_extcall >test.test_faulthandler >test.test_fcntl >test.test_file >test.test_file_eintr >test.test_filecmp >test.test_fileinput >test.test_fileio >test.test_finalization >test.test_float >test.test_flufl >test.test_fnmatch >test.test_fork1 >test.test_format >test.test_fractions >test.test_frame >test.test_frozen >test.test_fstring >test.test_ftplib >test.test_funcattrs >test.test_functools >test.test_future >test.test_future3 >test.test_future4 >test.test_future5 >test.test_gc >test.test_gdb >test.test_generator_stop >test.test_generators >test.test_genericalias >test.test_genericclass >test.test_genericpath >test.test_genexps >test.test_getargs2 >test.test_getopt >test.test_getpass >test.test_gettext >test.test_glob >test.test_global >test.test_grammar >test.test_graphlib >test.test_grp >test.test_gzip >test.test_hash >test.test_hashlib >test.test_heapq >test.test_hmac >test.test_html >test.test_htmlparser >test.test_http_cookiejar >test.test_http_cookies >test.test_httplib >test.test_httpservers >test.test_idle >test.test_imaplib >test.test_imghdr >test.test_imp >test.test_import >FAIL > >====================================================================== >FAIL: test_all (test.test___all__.AllTest) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test___all__.py", line 110, in test_all > self.check_all(modname) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test___all__.py", line 36, in check_all > raise FailedImport(modname) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/contextlib.py", line 126, in __exit__ > next(self.gen) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/support/__init__.py", line 1229, in _filterwarnings > raise AssertionError("unhandled warning %s" % reraise[0]) >AssertionError: unhandled warning {message : UserWarning('Setuptools is replacing distutils.'), category : 'UserWarning', filename : '/usr/local/lib/python3.9/site-packages/_distutils_hack/__init__.py', lineno : 33, line : None} > >---------------------------------------------------------------------- >Ran 1 test in 0.383s > >FAILED (failures=1) >test test___all__ failed >0:00:40 load avg: 16.79 [161/425/6] test_fcntl passed -- running: test_subprocess (40.1 sec) >0:00:40 load avg: 16.79 [162/425/6] test_lzma passed -- running: test_subprocess (40.9 sec) >0:00:41 load avg: 16.79 [163/425/6] test_dict passed -- running: test_io (30.8 sec), test_subprocess (41.7 sec) >0:00:42 load avg: 17.12 [164/425/6] test_script_helper passed -- running: test_io (31.3 sec), test_subprocess (42.2 sec) >0:00:42 load avg: 17.12 [165/425/6] test_genericclass passed -- running: test_io (31.6 sec), test_subprocess (42.5 sec) >0:00:42 load avg: 17.12 [166/425/6] test_cmd_line passed -- running: test_io (31.7 sec), test_subprocess (42.7 sec) >0:00:43 load avg: 17.12 [167/425/6] test_tk skipped -- running: test_io (32.0 sec), test_subprocess (42.9 sec) >test_tk skipped -- No module named '_tkinter' >0:00:43 load avg: 17.12 [168/425/6] test_datetime passed -- running: test_io (32.6 sec), test_subprocess (43.6 sec) >0:00:44 load avg: 17.12 [169/425/6] test_descr passed -- running: test_io (33.3 sec), test_subprocess (44.2 sec) >0:00:44 load avg: 17.12 [170/425/6] test_winconsoleio skipped -- running: test_io (33.5 sec), test_subprocess (44.5 sec) >test_winconsoleio skipped -- test only relevant on win32 >0:00:45 load avg: 17.12 [171/425/6] test_compile passed -- running: test_io (34.7 sec), test_subprocess (45.7 sec) >0:00:45 load avg: 17.12 [172/425/6] test_marshal passed -- running: test_io (34.8 sec), test_subprocess (45.8 sec) >0:00:46 load avg: 17.12 [173/425/6] test_tuple passed -- running: test_io (35.9 sec), test_subprocess (46.9 sec) >0:00:47 load avg: 17.12 [174/425/6] test_urlparse passed -- running: test_io (36.0 sec), test_subprocess (47.0 sec) >0:00:47 load avg: 17.59 [175/425/6] test_contextlib passed -- running: test_io (36.4 sec), test_subprocess (47.3 sec) >0:00:47 load avg: 17.59 [176/425/6] test_strftime passed -- running: test_io (36.5 sec), test_subprocess (47.5 sec) >0:00:47 load avg: 17.59 [177/425/6] test_iter passed -- running: test_io (36.7 sec), test_subprocess (47.6 sec) >0:00:47 load avg: 17.59 [178/425/6] test_html passed -- running: test_io (36.8 sec), test_subprocess (47.7 sec) >0:00:47 load avg: 17.59 [179/425/6] test_io passed (36.6 sec) -- running: test_subprocess (47.9 sec) >0:00:48 load avg: 17.59 [180/425/6] test_kqueue passed -- running: test_subprocess (48.0 sec) >0:00:48 load avg: 17.59 [181/425/6] test_userlist passed -- running: test_subprocess (48.1 sec) >0:00:49 load avg: 17.59 [182/425/6] test_zipfile passed -- running: test_subprocess (49.0 sec) >0:00:49 load avg: 17.59 [183/425/6] test_call passed -- running: test_subprocess (49.3 sec) >0:00:49 load avg: 17.59 [184/425/6] test_userstring passed -- running: test_subprocess (49.5 sec) >0:00:49 load avg: 17.59 [185/425/6] test_dict_version passed -- running: test_subprocess (49.6 sec) >0:00:49 load avg: 17.59 [186/425/6] test_uu passed -- running: test_subprocess (49.7 sec) >0:00:50 load avg: 17.59 [187/425/6] test_fstring passed -- running: test_subprocess (50.6 sec) >0:00:51 load avg: 17.59 [188/425/6] test_posix passed -- running: test_subprocess (51.2 sec) >0:00:51 load avg: 17.59 [189/425/6] test_warnings passed -- running: test_subprocess (51.3 sec) >0:00:51 load avg: 17.59 [190/425/6] test_configparser passed -- running: test_subprocess (51.4 sec) >0:00:51 load avg: 17.59 [191/425/6] test_exception_hierarchy passed -- running: test_subprocess (51.6 sec) >0:00:52 load avg: 18.19 [192/425/6] test_profile passed -- running: test_subprocess (52.3 sec) >0:00:52 load avg: 18.19 [193/425/6] test_defaultdict passed -- running: test_subprocess (52.6 sec) >0:00:52 load avg: 18.19 [194/425/6] test_stat passed -- running: test_subprocess (52.9 sec) >0:00:53 load avg: 18.19 [195/425/6] test_smtplib passed -- running: test_subprocess (53.2 sec) >0:00:53 load avg: 18.19 [196/425/6] test_bz2 passed -- running: test_subprocess (53.8 sec) >0:00:54 load avg: 18.19 [197/425/6] test_inspect passed -- running: test_subprocess (54.8 sec) >0:00:55 load avg: 18.19 [198/425/6] test_selectors passed -- running: test_subprocess (55.1 sec) >0:00:55 load avg: 18.19 [199/425/6] test_flufl passed -- running: test_subprocess (55.3 sec) >0:00:55 load avg: 18.19 [200/425/6] test_mmap passed -- running: test_subprocess (55.4 sec) >0:00:55 load avg: 18.19 [201/425/6] test_winsound skipped -- running: test_subprocess (55.6 sec) >test_winsound skipped -- No module named 'winsound' >0:00:55 load avg: 18.19 [202/425/6] test_http_cookies passed -- running: test_subprocess (55.7 sec) >0:00:56 load avg: 18.19 [203/425/6] test_genericpath passed -- running: test_subprocess (56.1 sec) >0:00:56 load avg: 18.19 [204/425/6] test_c_locale_coercion passed -- running: test_subprocess (56.2 sec) >0:00:56 load avg: 18.19 [205/425/6] test_textwrap passed -- running: test_subprocess (56.4 sec) >0:00:56 load avg: 18.19 [206/425/6] test_xxtestfuzz passed -- running: test_subprocess (56.5 sec) >0:00:56 load avg: 18.19 [207/425/6] test_ioctl skipped -- running: test_subprocess (56.6 sec) >test_ioctl skipped -- Unable to open /dev/tty >0:00:56 load avg: 18.19 [208/425/7] test_venv failed (1 error) -- running: test_subprocess (56.8 sec) >test_deactivate_with_strict_bash_opts (test.test_venv.BasicTest) ... ok >test_defaults (test.test_venv.BasicTest) >Test the create function with default arguments. ... ok >test_executable (test.test_venv.BasicTest) >Test that the sys.executable value is as expected. ... ok >test_executable_symlinks (test.test_venv.BasicTest) >Test that the sys.executable value is as expected. ... ok >test_isolation (test.test_venv.BasicTest) >Test isolation from system site-packages ... ok >test_macos_env (test.test_venv.BasicTest) ... skipped 'only relevant on macOS' >test_multiprocessing (test.test_venv.BasicTest) >Test that the multiprocessing is able to spawn. ... ok >test_overwrite_existing (test.test_venv.BasicTest) >Test creating environment in an existing directory. ... ok >test_prefixes (test.test_venv.BasicTest) >Test that the prefix values are as expected. ... ok >test_prompt (test.test_venv.BasicTest) ... ok >test_symlinking (test.test_venv.BasicTest) >Test symlinking works as expected ... ok >test_unicode_in_batch_file (test.test_venv.BasicTest) >Test handling of Unicode paths ... skipped 'only relevant on Windows' >test_unoverwritable_fails (test.test_venv.BasicTest) ... ok >test_upgrade (test.test_venv.BasicTest) >Test upgrading an existing environment directory. ... ok >test_upgrade_dependencies (test.test_venv.BasicTest) ... ok >test_devnull (test.test_venv.EnsurePipTest) ... ok >test_explicit_no_pip (test.test_venv.EnsurePipTest) ... ok >test_no_pip_by_default (test.test_venv.EnsurePipTest) ... ok >test_with_pip (test.test_venv.EnsurePipTest) ... ERROR > >====================================================================== >ERROR: test_with_pip (test.test_venv.EnsurePipTest) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_venv.py", line 544, in test_with_pip > self.do_test_with_pip(True) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_venv.py", line 511, in do_test_with_pip > out, err = check_output([envpy, > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_venv.py", line 44, in check_output > raise subprocess.CalledProcessError( >subprocess.CalledProcessError: Command '['/tmp/tmp5iygbw08/bin/python', '-W', 'ignore::DeprecationWarning', '-I', '-m', 'ensurepip._uninstall']' returned non-zero exit status 1. > >---------------------------------------------------------------------- >Ran 19 tests in 24.859s > >FAILED (errors=1, skipped=2) >test test_venv failed >0:00:57 load avg: 18.19 [209/425/7] test_dbm_dumb passed -- running: test_subprocess (57.0 sec) >0:00:57 load avg: 18.19 [210/425/8] test_urllibnet failed (11 errors) -- running: test_subprocess (57.1 sec) >testURLread (test.test_urllibnet.URLTimeoutTest) ... ERROR >test_bad_address (test.test_urllibnet.urlopenNetworkTests) ... ok >test_basic (test.test_urllibnet.urlopenNetworkTests) ... ERROR >test_getcode (test.test_urllibnet.urlopenNetworkTests) ... ERROR >test_geturl (test.test_urllibnet.urlopenNetworkTests) ... ERROR >test_info (test.test_urllibnet.urlopenNetworkTests) ... ERROR >test_readlines (test.test_urllibnet.urlopenNetworkTests) ... ERROR >test_basic (test.test_urllibnet.urlretrieveNetworkTests) ... ERROR >test_data_header (test.test_urllibnet.urlretrieveNetworkTests) ... ERROR >test_header (test.test_urllibnet.urlretrieveNetworkTests) ... ERROR >test_reporthook (test.test_urllibnet.urlretrieveNetworkTests) ... ERROR >test_specified_path (test.test_urllibnet.urlretrieveNetworkTests) ... ERROR > >====================================================================== >ERROR: testURLread (test.test_urllibnet.URLTimeoutTest) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllibnet.py", line 32, in testURLread > f = urllib.request.urlopen(support.TEST_HTTP_URL) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 214, in urlopen > return opener.open(url, data, timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 534, in _open > result = self._call_chain(self.handle_open, protocol, protocol + > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 802, in <lambda> > meth(r, proxy, type)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 830, in proxy_open > return self.parent.open(req, timeout=req.timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 539, in _open > return self._call_chain(self.handle_open, 'unknown', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1417, in unknown_open > raise URLError('unknown url type: %s' % type) >urllib.error.URLError: <urlopen error unknown url type: socks5> > >====================================================================== >ERROR: test_basic (test.test_urllibnet.urlopenNetworkTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllibnet.py", line 69, in test_basic > with self.urlopen(self.url) as open_url: > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/contextlib.py", line 119, in __enter__ > return next(self.gen) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllibnet.py", line 61, in urlopen > r = urllib.request.urlopen(*args, **kwargs) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 214, in urlopen > return opener.open(url, data, timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 534, in _open > result = self._call_chain(self.handle_open, protocol, protocol + > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 802, in <lambda> > meth(r, proxy, type)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 830, in proxy_open > return self.parent.open(req, timeout=req.timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 539, in _open > return self._call_chain(self.handle_open, 'unknown', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1417, in unknown_open > raise URLError('unknown url type: %s' % type) >urllib.error.URLError: <urlopen error unknown url type: socks5> > >====================================================================== >ERROR: test_getcode (test.test_urllibnet.urlopenNetworkTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllibnet.py", line 104, in test_getcode > open_url = urllib.request.FancyURLopener().open(URL) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1781, in open > return self.open_unknown_proxy(proxy, fullurl, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1802, in open_unknown_proxy > raise OSError('url error', 'invalid proxy for %s' % type, proxy) >OSError: [Errno url error] invalid proxy for http: 'socks5://mattapan:9050' > >====================================================================== >ERROR: test_geturl (test.test_urllibnet.urlopenNetworkTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllibnet.py", line 95, in test_geturl > with self.urlopen(self.url) as open_url: > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/contextlib.py", line 119, in __enter__ > return next(self.gen) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllibnet.py", line 61, in urlopen > r = urllib.request.urlopen(*args, **kwargs) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 214, in urlopen > return opener.open(url, data, timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 534, in _open > result = self._call_chain(self.handle_open, protocol, protocol + > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 802, in <lambda> > meth(r, proxy, type)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 830, in proxy_open > return self.parent.open(req, timeout=req.timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 539, in _open > return self._call_chain(self.handle_open, 'unknown', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1417, in unknown_open > raise URLError('unknown url type: %s' % type) >urllib.error.URLError: <urlopen error unknown url type: socks5> > >====================================================================== >ERROR: test_info (test.test_urllibnet.urlopenNetworkTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllibnet.py", line 86, in test_info > with self.urlopen(self.url) as open_url: > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/contextlib.py", line 119, in __enter__ > return next(self.gen) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllibnet.py", line 61, in urlopen > r = urllib.request.urlopen(*args, **kwargs) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 214, in urlopen > return opener.open(url, data, timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 534, in _open > result = self._call_chain(self.handle_open, protocol, protocol + > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 802, in <lambda> > meth(r, proxy, type)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 830, in proxy_open > return self.parent.open(req, timeout=req.timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 539, in _open > return self._call_chain(self.handle_open, 'unknown', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1417, in unknown_open > raise URLError('unknown url type: %s' % type) >urllib.error.URLError: <urlopen error unknown url type: socks5> > >====================================================================== >ERROR: test_readlines (test.test_urllibnet.urlopenNetworkTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllibnet.py", line 78, in test_readlines > with self.urlopen(self.url) as open_url: > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/contextlib.py", line 119, in __enter__ > return next(self.gen) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllibnet.py", line 61, in urlopen > r = urllib.request.urlopen(*args, **kwargs) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 214, in urlopen > return opener.open(url, data, timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 534, in _open > result = self._call_chain(self.handle_open, protocol, protocol + > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 802, in <lambda> > meth(r, proxy, type)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 830, in proxy_open > return self.parent.open(req, timeout=req.timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 539, in _open > return self._call_chain(self.handle_open, 'unknown', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1417, in unknown_open > raise URLError('unknown url type: %s' % type) >urllib.error.URLError: <urlopen error unknown url type: socks5> > >====================================================================== >ERROR: test_basic (test.test_urllibnet.urlretrieveNetworkTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllibnet.py", line 169, in test_basic > with self.urlretrieve(self.logo) as (file_location, info): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/contextlib.py", line 119, in __enter__ > return next(self.gen) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllibnet.py", line 161, in urlretrieve > file_location, info = urllib.request.urlretrieve(*args, **kwargs) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 239, in urlretrieve > with contextlib.closing(urlopen(url, data)) as fp: > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 214, in urlopen > return opener.open(url, data, timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 534, in _open > result = self._call_chain(self.handle_open, protocol, protocol + > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 802, in <lambda> > meth(r, proxy, type)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 830, in proxy_open > return self.parent.open(req, timeout=req.timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 539, in _open > return self._call_chain(self.handle_open, 'unknown', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1417, in unknown_open > raise URLError('unknown url type: %s' % type) >urllib.error.URLError: <urlopen error unknown url type: socks5> > >====================================================================== >ERROR: test_data_header (test.test_urllibnet.urlretrieveNetworkTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllibnet.py", line 194, in test_data_header > with self.urlretrieve(self.logo) as (file_location, fileheaders): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/contextlib.py", line 119, in __enter__ > return next(self.gen) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllibnet.py", line 161, in urlretrieve > file_location, info = urllib.request.urlretrieve(*args, **kwargs) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 239, in urlretrieve > with contextlib.closing(urlopen(url, data)) as fp: > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 214, in urlopen > return opener.open(url, data, timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 534, in _open > result = self._call_chain(self.handle_open, protocol, protocol + > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 802, in <lambda> > meth(r, proxy, type)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 830, in proxy_open > return self.parent.open(req, timeout=req.timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 539, in _open > return self._call_chain(self.handle_open, 'unknown', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1417, in unknown_open > raise URLError('unknown url type: %s' % type) >urllib.error.URLError: <urlopen error unknown url type: socks5> > >====================================================================== >ERROR: test_header (test.test_urllibnet.urlretrieveNetworkTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllibnet.py", line 187, in test_header > with self.urlretrieve(self.logo) as (file_location, info): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/contextlib.py", line 119, in __enter__ > return next(self.gen) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllibnet.py", line 161, in urlretrieve > file_location, info = urllib.request.urlretrieve(*args, **kwargs) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 239, in urlretrieve > with contextlib.closing(urlopen(url, data)) as fp: > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 214, in urlopen > return opener.open(url, data, timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 534, in _open > result = self._call_chain(self.handle_open, protocol, protocol + > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 802, in <lambda> > meth(r, proxy, type)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 830, in proxy_open > return self.parent.open(req, timeout=req.timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 539, in _open > return self._call_chain(self.handle_open, 'unknown', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1417, in unknown_open > raise URLError('unknown url type: %s' % type) >urllib.error.URLError: <urlopen error unknown url type: socks5> > >====================================================================== >ERROR: test_reporthook (test.test_urllibnet.urlretrieveNetworkTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllibnet.py", line 208, in test_reporthook > with self.urlretrieve(self.logo, reporthook=recording_reporthook) as ( > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/contextlib.py", line 119, in __enter__ > return next(self.gen) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllibnet.py", line 161, in urlretrieve > file_location, info = urllib.request.urlretrieve(*args, **kwargs) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 239, in urlretrieve > with contextlib.closing(urlopen(url, data)) as fp: > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 214, in urlopen > return opener.open(url, data, timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 534, in _open > result = self._call_chain(self.handle_open, protocol, protocol + > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 802, in <lambda> > meth(r, proxy, type)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 830, in proxy_open > return self.parent.open(req, timeout=req.timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 539, in _open > return self._call_chain(self.handle_open, 'unknown', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1417, in unknown_open > raise URLError('unknown url type: %s' % type) >urllib.error.URLError: <urlopen error unknown url type: socks5> > >====================================================================== >ERROR: test_specified_path (test.test_urllibnet.urlretrieveNetworkTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllibnet.py", line 178, in test_specified_path > with self.urlretrieve(self.logo, > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/contextlib.py", line 119, in __enter__ > return next(self.gen) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllibnet.py", line 161, in urlretrieve > file_location, info = urllib.request.urlretrieve(*args, **kwargs) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 239, in urlretrieve > with contextlib.closing(urlopen(url, data)) as fp: > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 214, in urlopen > return opener.open(url, data, timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 534, in _open > result = self._call_chain(self.handle_open, protocol, protocol + > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 802, in <lambda> > meth(r, proxy, type)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 830, in proxy_open > return self.parent.open(req, timeout=req.timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 539, in _open > return self._call_chain(self.handle_open, 'unknown', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1417, in unknown_open > raise URLError('unknown url type: %s' % type) >urllib.error.URLError: <urlopen error unknown url type: socks5> > >---------------------------------------------------------------------- >Ran 12 tests in 0.033s > >FAILED (errors=11) >test test_urllibnet failed >0:00:57 load avg: 18.19 [211/425/8] test_sqlite skipped -- running: test_subprocess (57.4 sec) >test_sqlite skipped -- No module named '_sqlite3' >0:00:57 load avg: 18.19 [212/425/8] test_bool passed -- running: test_subprocess (57.4 sec) >0:00:57 load avg: 18.19 [213/425/8] test_regrtest passed -- running: test_subprocess (57.6 sec) >0:00:57 load avg: 18.19 [214/425/8] test_keyword passed -- running: test_subprocess (57.6 sec) >0:00:57 load avg: 18.73 [215/425/8] test_timeit passed -- running: test_subprocess (57.8 sec) >0:00:57 load avg: 18.73 [216/425/8] test_pipes passed -- running: test_subprocess (57.9 sec) >0:00:58 load avg: 18.73 [217/425/9] test_sundry failed (1 error) -- running: test_subprocess (58.1 sec) >test_untested_modules_can_be_imported (test.test_sundry.TestUntestedModules) ... ERROR > >====================================================================== >ERROR: test_untested_modules_can_be_imported (test.test_sundry.TestUntestedModules) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_sundry.py", line 33, in test_untested_modules_can_be_imported > import distutils.command.bdist_wininst >ModuleNotFoundError: No module named 'distutils.command.bdist_wininst' > >---------------------------------------------------------------------- >Ran 1 test in 0.165s > >FAILED (errors=1) >test test_sundry failed >0:00:58 load avg: 18.73 [218/425/9] test_baseexception passed -- running: test_subprocess (58.1 sec) >0:00:58 load avg: 18.73 [219/425/9] test_xmlrpc_net passed -- running: test_subprocess (58.6 sec) >0:00:59 load avg: 18.73 [220/425/9] test_statistics passed -- running: test_subprocess (59.0 sec) >0:00:59 load avg: 18.73 [221/425/9] test_lltrace passed -- running: test_subprocess (59.2 sec) >0:00:59 load avg: 18.73 [222/425/9] test_abc passed -- running: test_subprocess (59.3 sec) >0:00:59 load avg: 18.73 [223/425/9] test_string passed -- running: test_subprocess (59.3 sec) >0:00:59 load avg: 18.73 [224/425/9] test_int passed -- running: test_subprocess (59.4 sec) >0:00:59 load avg: 18.73 [225/425/9] test_zoneinfo passed -- running: test_subprocess (59.5 sec) >0:00:59 load avg: 18.73 [226/425/9] test_asynchat passed -- running: test_subprocess (59.7 sec) >0:00:59 load avg: 18.73 [227/425/9] test_getopt passed -- running: test_subprocess (59.9 sec) >0:01:00 load avg: 18.73 [228/425/9] test_typechecks passed -- running: test_subprocess (1 min) >0:01:00 load avg: 18.73 [229/425/9] test_exceptions passed -- running: test_subprocess (1 min) >0:01:01 load avg: 18.73 [230/425/9] test_codecencodings_hk passed -- running: test_subprocess (1 min 1 sec) >0:01:01 load avg: 18.73 [231/425/9] test_yield_from passed -- running: test_subprocess (1 min 1 sec) >0:01:01 load avg: 18.73 [232/425/9] test_positional_only_arg passed -- running: test_subprocess (1 min 1 sec) >0:01:01 load avg: 18.73 [233/425/9] test_itertools passed -- running: test_subprocess (1 min 1 sec) >0:01:02 load avg: 18.73 [234/425/9] test_ucn passed -- running: test_subprocess (1 min 1 sec) >fetching http://www.pythontest.net/unicode/13.0.0/NamedSequences.txt ... >0:01:02 load avg: 18.73 [235/425/9] test_pathlib passed -- running: test_subprocess (1 min 2 sec), test_lib2to3 (30.0 sec) >0:01:02 load avg: 18.73 [236/425/9] test_finalization passed -- running: test_subprocess (1 min 2 sec), test_lib2to3 (30.4 sec) >0:01:03 load avg: 18.73 [237/425/9] test_crashers passed -- running: test_subprocess (1 min 2 sec), test_lib2to3 (30.6 sec) >0:01:03 load avg: 18.73 [238/425/9] test_embed passed -- running: test_subprocess (1 min 3 sec), test_lib2to3 (30.8 sec) >0:01:03 load avg: 18.73 [239/425/9] test_frame passed -- running: test_subprocess (1 min 3 sec), test_lib2to3 (30.9 sec) >0:01:03 load avg: 19.15 [240/425/9] test__opcode passed -- running: test_subprocess (1 min 3 sec), test_lib2to3 (31.0 sec) >0:01:03 load avg: 19.15 [241/425/9] test_gzip passed -- running: test_subprocess (1 min 3 sec), test_lib2to3 (31.3 sec) >0:01:03 load avg: 19.15 [242/425/9] test_pulldom passed -- running: test_subprocess (1 min 3 sec), test_lib2to3 (31.4 sec) >0:01:03 load avg: 19.15 [243/425/9] test_copyreg passed -- running: test_subprocess (1 min 3 sec), test_lib2to3 (31.5 sec) >0:01:05 load avg: 19.15 [244/425/9] test_context passed -- running: test_subprocess (1 min 5 sec), test_lib2to3 (33.3 sec), test_tokenize (30.2 sec) >0:01:06 load avg: 19.15 [245/425/9] test_file_eintr passed -- running: test_subprocess (1 min 5 sec), test_lib2to3 (33.6 sec), test_tokenize (30.5 sec) >0:01:06 load avg: 19.15 [246/425/9] test_keywordonlyarg passed -- running: test_subprocess (1 min 5 sec), test_lib2to3 (33.6 sec), test_tokenize (30.5 sec) >0:01:06 load avg: 19.15 [247/425/9] test_pdb passed -- running: test_subprocess (1 min 5 sec), test_lib2to3 (33.6 sec), test_tokenize (30.5 sec) >0:01:06 load avg: 19.15 [248/425/9] test_cmd passed -- running: test_subprocess (1 min 6 sec), test_lib2to3 (34.0 sec), test_tokenize (30.9 sec) >0:01:06 load avg: 19.15 [249/425/9] test_float passed -- running: test_subprocess (1 min 6 sec), test_lib2to3 (34.2 sec), test_tokenize (31.1 sec) >0:01:06 load avg: 19.15 [250/425/9] test_quopri passed -- running: test_subprocess (1 min 6 sec), test_lib2to3 (34.4 sec), test_tokenize (31.3 sec) >0:01:06 load avg: 19.15 [251/425/9] test_threadedtempfile passed -- running: test_subprocess (1 min 6 sec), test_lib2to3 (34.5 sec), test_tokenize (31.3 sec) >0:01:07 load avg: 19.15 [252/425/9] test_peepholer passed -- running: test_subprocess (1 min 7 sec), test_lib2to3 (34.8 sec), test_tokenize (31.6 sec) >0:01:07 load avg: 19.15 [253/425/9] test_sax passed -- running: test_subprocess (1 min 7 sec), test_lib2to3 (34.9 sec), test_tokenize (31.8 sec) >0:01:07 load avg: 19.54 [254/425/9] test_structseq passed -- running: test_subprocess (1 min 7 sec), test_lib2to3 (35.2 sec), test_tokenize (32.1 sec) >0:01:07 load avg: 19.54 [255/425/9] test_augassign passed -- running: test_subprocess (1 min 7 sec), test_lib2to3 (35.3 sec), test_tokenize (32.2 sec) >0:01:07 load avg: 19.54 [256/425/9] test_genexps passed -- running: test_subprocess (1 min 7 sec), test_lib2to3 (35.4 sec), test_tokenize (32.3 sec) >0:01:08 load avg: 19.54 [257/425/9] test_codecmaps_kr passed -- running: test_subprocess (1 min 8 sec), test_lib2to3 (35.7 sec), test_tokenize (32.6 sec) >fetching http://www.pythontest.net/unicode/CP949.TXT ... > fetching http://www.pythontest.net/unicode/CP949.TXT ... > fetching http://www.pythontest.net/unicode/CP949.TXT ... > fetching http://www.pythontest.net/unicode/EUC-KR.TXT ... > fetching http://www.pythontest.net/unicode/EUC-KR.TXT ... > fetching http://www.pythontest.net/unicode/EUC-KR.TXT ... > fetching http://www.pythontest.net/unicode/JOHAB.TXT ... > fetching http://www.pythontest.net/unicode/JOHAB.TXT ... > fetching http://www.pythontest.net/unicode/JOHAB.TXT ... >0:01:08 load avg: 19.54 [258/425/9] test_collections passed -- running: test_subprocess (1 min 8 sec), test_lib2to3 (36.0 sec), test_tokenize (32.8 sec) >0:01:08 load avg: 19.54 [259/425/9] test_zipfile64 skipped (resource denied) -- running: test_subprocess (1 min 8 sec), test_lib2to3 (36.3 sec), test_tokenize (33.2 sec) >test_zipfile64 skipped -- test requires loads of disk-space bytes and a long time to run >0:01:08 load avg: 19.54 [260/425/10] test_unicodedata failed (1 failure) -- running: test_subprocess (1 min 8 sec), test_lib2to3 (36.4 sec), test_tokenize (33.3 sec) >fetching http://www.pythontest.net/unicode/13.0.0/NormalizationTest.txt ... >test_bug_834676 (test.test_unicodedata.NormalizationTest) ... ok >test_edge_cases (test.test_unicodedata.NormalizationTest) ... ok >test_normalization (test.test_unicodedata.NormalizationTest) ... FAIL >test_bidirectional (test.test_unicodedata.UnicodeFunctionsTest) ... ok >test_category (test.test_unicodedata.UnicodeFunctionsTest) ... ok >test_combining (test.test_unicodedata.UnicodeFunctionsTest) ... ok >test_decimal (test.test_unicodedata.UnicodeFunctionsTest) ... ok >test_decomposition (test.test_unicodedata.UnicodeFunctionsTest) ... ok >test_digit (test.test_unicodedata.UnicodeFunctionsTest) ... ok >test_east_asian_width (test.test_unicodedata.UnicodeFunctionsTest) ... ok >test_east_asian_width_9_0_changes (test.test_unicodedata.UnicodeFunctionsTest) ... ok >test_function_checksum (test.test_unicodedata.UnicodeFunctionsTest) ... ok >test_issue10254 (test.test_unicodedata.UnicodeFunctionsTest) ... ok >test_issue29456 (test.test_unicodedata.UnicodeFunctionsTest) ... ok >test_mirrored (test.test_unicodedata.UnicodeFunctionsTest) ... ok >test_numeric (test.test_unicodedata.UnicodeFunctionsTest) ... ok >test_pr29 (test.test_unicodedata.UnicodeFunctionsTest) ... ok >test_method_checksum (test.test_unicodedata.UnicodeMethodsTest) ... ok >test_bug_1704793 (test.test_unicodedata.UnicodeMiscTest) ... ok >test_bug_4971 (test.test_unicodedata.UnicodeMiscTest) ... ok >test_bug_5828 (test.test_unicodedata.UnicodeMiscTest) ... ok >test_decimal_numeric_consistent (test.test_unicodedata.UnicodeMiscTest) ... ok >test_digit_numeric_consistent (test.test_unicodedata.UnicodeMiscTest) ... ok >test_failed_import_during_compiling (test.test_unicodedata.UnicodeMiscTest) ... ok >test_linebreak_7643 (test.test_unicodedata.UnicodeMiscTest) ... ok >test_ucd_510 (test.test_unicodedata.UnicodeMiscTest) ... ok > >====================================================================== >FAIL: test_normalization (test.test_unicodedata.NormalizationTest) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_unicodedata.py", line 330, in test_normalization > testdata = open_urlresource(TESTDATAURL, encoding="utf-8", > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/support/__init__.py", line 1155, in open_urlresource > f = opener.open(url, timeout=INTERNET_TIMEOUT) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 534, in _open > result = self._call_chain(self.handle_open, protocol, protocol + > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 802, in <lambda> > meth(r, proxy, type)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 830, in proxy_open > return self.parent.open(req, timeout=req.timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 539, in _open > return self._call_chain(self.handle_open, 'unknown', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1417, in unknown_open > raise URLError('unknown url type: %s' % type) >urllib.error.URLError: <urlopen error unknown url type: socks5> > >During handling of the above exception, another exception occurred: > >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_unicodedata.py", line 336, in test_normalization > self.fail(f"Could not retrieve {TESTDATAURL}") >AssertionError: Could not retrieve http://www.pythontest.net/unicode/13.0.0/NormalizationTest.txt > >---------------------------------------------------------------------- >Ran 26 tests in 17.025s > >FAILED (failures=1) >test test_unicodedata failed >0:01:08 load avg: 19.54 [261/425/10] test_fnmatch passed -- running: test_subprocess (1 min 8 sec), test_lib2to3 (36.4 sec), test_tokenize (33.3 sec) >0:01:09 load avg: 19.54 [262/425/10] test_symbol passed -- running: test_subprocess (1 min 8 sec), test_lib2to3 (36.6 sec), test_tokenize (33.4 sec) >0:01:09 load avg: 19.54 [263/425/10] test_threading_local passed -- running: test_subprocess (1 min 9 sec), test_lib2to3 (36.8 sec), test_tokenize (33.7 sec) >0:01:09 load avg: 19.54 [264/425/10] test_cgi passed -- running: test_subprocess (1 min 9 sec), test_lib2to3 (37.0 sec), test_tokenize (33.9 sec) >0:01:09 load avg: 19.54 [265/425/10] test_openpty passed -- running: test_subprocess (1 min 9 sec), test_lib2to3 (37.3 sec), test_tokenize (34.1 sec) >0:01:09 load avg: 19.54 [266/425/10] test_functools passed -- running: test_subprocess (1 min 9 sec), test_lib2to3 (37.5 sec), test_tokenize (34.3 sec) >0:01:09 load avg: 19.54 [267/425/10] test_codecmaps_cn passed -- running: test_subprocess (1 min 9 sec), test_lib2to3 (37.5 sec), test_tokenize (34.4 sec) >fetching http://www.pythontest.net/unicode/gb-18030-2000.xml ... > fetching http://www.pythontest.net/unicode/gb-18030-2000.xml ... > fetching http://www.pythontest.net/unicode/gb-18030-2000.xml ... > fetching http://www.pythontest.net/unicode/EUC-CN.TXT ... > fetching http://www.pythontest.net/unicode/EUC-CN.TXT ... > fetching http://www.pythontest.net/unicode/EUC-CN.TXT ... > fetching http://www.pythontest.net/unicode/CP936.TXT ... > fetching http://www.pythontest.net/unicode/CP936.TXT ... > fetching http://www.pythontest.net/unicode/CP936.TXT ... >0:01:10 load avg: 19.54 [268/425/10] test_select passed -- running: test_subprocess (1 min 10 sec), test_lib2to3 (37.7 sec), test_tokenize (34.5 sec) >0:01:10 load avg: 19.54 [269/425/10] test_secrets passed -- running: test_subprocess (1 min 10 sec), test_lib2to3 (38.1 sec), test_tokenize (34.9 sec) >0:01:10 load avg: 19.54 [270/425/10] test_xml_etree_c passed -- running: test_subprocess (1 min 10 sec), test_lib2to3 (38.4 sec), test_tokenize (35.2 sec) >0:01:11 load avg: 19.54 [271/425/10] test_pyclbr passed -- running: test_subprocess (1 min 10 sec), test_lib2to3 (38.6 sec), test_tokenize (35.5 sec) >0:01:11 load avg: 19.54 [272/425/10] test_zlib passed -- running: test_subprocess (1 min 11 sec), test_lib2to3 (38.7 sec), test_tokenize (35.6 sec) >0:01:11 load avg: 19.54 [273/425/10] test_filecmp passed -- running: test_subprocess (1 min 11 sec), test_lib2to3 (39.0 sec), test_tokenize (35.9 sec) >0:01:11 load avg: 19.54 [274/425/10] test_coroutines passed -- running: test_subprocess (1 min 11 sec), test_lib2to3 (39.4 sec), test_tokenize (36.3 sec) >0:01:11 load avg: 19.54 [275/425/10] test_dis passed -- running: test_subprocess (1 min 11 sec), test_lib2to3 (39.6 sec), test_tokenize (36.4 sec) >0:01:12 load avg: 19.54 [276/425/10] test_global passed -- running: test_subprocess (1 min 11 sec), test_lib2to3 (39.6 sec), test_tokenize (36.5 sec) >0:01:12 load avg: 19.54 [277/425/10] test_runpy passed -- running: test_subprocess (1 min 12 sec), test_lib2to3 (40.3 sec), test_tokenize (37.1 sec) >0:01:12 load avg: 19.54 [278/425/10] test_import passed -- running: test_subprocess (1 min 12 sec), test_lib2to3 (40.4 sec), test_tokenize (37.2 sec) >0:01:12 load avg: 19.54 [279/425/10] test_startfile skipped -- running: test_subprocess (1 min 12 sec), test_lib2to3 (40.5 sec), test_tokenize (37.4 sec) >test_startfile skipped -- object <module 'os' from '/usr/ports/lang/python39/work/Python-3.9.17/Lib/os.py'> has no attribute 'startfile' >0:01:13 load avg: 19.74 [280/425/10] test_dbm_gnu skipped -- running: test_subprocess (1 min 13 sec), test_lib2to3 (40.7 sec), test_tokenize (37.5 sec) >test_dbm_gnu skipped -- No module named '_gdbm' >0:01:13 load avg: 19.74 [281/425/10] test_weakset passed -- running: test_subprocess (1 min 13 sec), test_lib2to3 (41.0 sec), test_tokenize (37.8 sec) >0:01:13 load avg: 19.74 [282/425/10] test_eof passed -- running: test_subprocess (1 min 13 sec), test_lib2to3 (41.2 sec), test_tokenize (38.0 sec) >0:01:13 load avg: 19.74 [283/425/10] test_turtle skipped -- running: test_subprocess (1 min 13 sec), test_lib2to3 (41.2 sec), test_tokenize (38.1 sec) >test_turtle skipped -- No module named '_tkinter' >0:01:14 load avg: 19.74 [284/425/10] test_lib2to3 passed (41.5 sec) -- running: test_subprocess (1 min 14 sec), test_tokenize (38.6 sec) >0:01:14 load avg: 19.74 [285/425/10] test_support passed -- running: test_subprocess (1 min 14 sec), test_tokenize (38.9 sec) >0:01:14 load avg: 19.74 [286/425/10] test_sys_settrace passed -- running: test_subprocess (1 min 14 sec), test_tokenize (39.0 sec) >0:01:14 load avg: 19.74 [287/425/10] test_dbm_ndbm passed -- running: test_subprocess (1 min 14 sec), test_tokenize (39.2 sec) >0:01:15 load avg: 19.74 [288/425/10] test_zipapp passed -- running: test_subprocess (1 min 15 sec), test_tokenize (39.5 sec) >0:01:15 load avg: 19.74 [289/425/10] test_queue passed -- running: test_subprocess (1 min 15 sec), test_tokenize (39.7 sec) >0:01:15 load avg: 19.74 [290/425/10] test_doctest passed -- running: test_subprocess (1 min 15 sec), test_tokenize (39.8 sec) >0:01:15 load avg: 19.74 [291/425/10] test_ntpath passed -- running: test_subprocess (1 min 15 sec), test_tokenize (40.2 sec) >0:01:16 load avg: 19.74 [292/425/10] test_ensurepip passed -- running: test_subprocess (1 min 16 sec), test_tokenize (40.8 sec) >0:01:16 load avg: 19.74 [293/425/10] test_docxmlrpc passed -- running: test_subprocess (1 min 16 sec), test_tokenize (41.0 sec) >0:01:16 load avg: 19.74 [294/425/10] test_traceback passed -- running: test_subprocess (1 min 16 sec), test_tokenize (41.1 sec) >0:01:16 load avg: 19.74 [295/425/10] test_fileio passed -- running: test_subprocess (1 min 16 sec), test_tokenize (41.2 sec) >0:01:17 load avg: 19.74 [296/425/10] test_univnewlines passed -- running: test_subprocess (1 min 17 sec), test_tokenize (41.6 sec) >0:01:17 load avg: 19.74 [297/425/10] test_wait4 passed -- running: test_subprocess (1 min 17 sec), test_tokenize (41.9 sec) >0:01:17 load avg: 19.74 [298/425/10] test_locale passed -- running: test_subprocess (1 min 17 sec), test_tokenize (42.1 sec) >0:01:17 load avg: 19.74 [299/425/10] test_bytes passed -- running: test_subprocess (1 min 17 sec), test_tokenize (42.2 sec) >0:01:17 load avg: 19.74 [300/425/10] test_codeop passed -- running: test_subprocess (1 min 17 sec), test_tokenize (42.3 sec) >0:01:18 load avg: 19.74 [301/425/10] test_opcodes passed -- running: test_subprocess (1 min 17 sec), test_tokenize (42.5 sec) >0:01:18 load avg: 19.84 [302/425/10] test_curses passed -- running: test_subprocess (1 min 18 sec), test_tokenize (43.2 sec) >0:01:19 load avg: 19.84 [303/425/10] test_sunau passed -- running: test_subprocess (1 min 19 sec), test_tokenize (43.6 sec) >0:01:20 load avg: 19.84 [304/425/10] test_bufio passed -- running: test_subprocess (1 min 20 sec), test_tokenize (45.0 sec) >0:01:20 load avg: 19.84 [305/425/10] test_calendar passed -- running: test_subprocess (1 min 20 sec), test_tokenize (45.3 sec) >0:01:20 load avg: 19.84 [306/425/10] test_setcomps passed -- running: test_subprocess (1 min 20 sec), test_tokenize (45.3 sec) >0:01:21 load avg: 19.84 [307/425/10] test_dictviews passed -- running: test_subprocess (1 min 21 sec), test_tokenize (45.6 sec) >0:01:21 load avg: 19.84 [308/425/10] test_mimetypes passed -- running: test_subprocess (1 min 21 sec), test_tokenize (45.6 sec) >0:01:21 load avg: 19.84 [309/425/10] test_range passed -- running: test_subprocess (1 min 21 sec), test_tokenize (46.4 sec) >0:01:22 load avg: 19.84 [310/425/10] test_os passed -- running: test_subprocess (1 min 22 sec), test_tokenize (46.5 sec) >0:01:22 load avg: 19.84 [311/425/10] test_tcl skipped -- running: test_subprocess (1 min 22 sec), test_tokenize (46.6 sec) >test_tcl skipped -- No module named '_tkinter' >0:01:22 load avg: 19.84 [312/425/10] test_peg_parser passed -- running: test_subprocess (1 min 22 sec), test_tokenize (46.8 sec) >0:01:22 load avg: 19.84 [313/425/10] test_reprlib passed -- running: test_subprocess (1 min 22 sec), test_tokenize (47.0 sec) >0:01:23 load avg: 19.84 [314/425/10] test_thread passed -- running: test_subprocess (1 min 23 sec), test_tokenize (47.8 sec) >0:01:26 load avg: 19.61 [315/425/10] test_importlib passed -- running: test_subprocess (1 min 26 sec), test_tokenize (51.1 sec) >0:01:27 load avg: 19.61 [316/425/10] test_file passed -- running: test_subprocess (1 min 27 sec), test_tokenize (51.6 sec) >0:01:27 load avg: 19.61 [317/425/10] test_future4 passed -- running: test_subprocess (1 min 27 sec), test_tokenize (51.9 sec) >0:01:27 load avg: 19.61 [318/425/10] test_utf8source passed -- running: test_subprocess (1 min 27 sec), test_tokenize (52.1 sec) >0:01:28 load avg: 19.61 [319/425/10] test_ordered_dict passed -- running: test_subprocess (1 min 28 sec), test_tokenize (52.9 sec) >0:01:33 load avg: 19.64 [320/425/10] test_capi passed -- running: test_multiprocessing_forkserver (33.2 sec), test_subprocess (1 min 33 sec), test_asyncio (34.7 sec), test_tokenize (57.9 sec) >0:01:33 load avg: 19.64 [321/425/10] test_compare passed -- running: test_multiprocessing_forkserver (33.4 sec), test_subprocess (1 min 33 sec), test_asyncio (35.0 sec), test_tokenize (58.1 sec) >0:01:34 load avg: 19.64 [322/425/10] test_posixpath passed -- running: test_multiprocessing_forkserver (33.9 sec), test_subprocess (1 min 34 sec), test_asyncio (35.4 sec), test_tokenize (58.6 sec) >0:01:34 load avg: 19.59 [323/425/10] test_urllib_response passed -- running: test_multiprocessing_forkserver (34.1 sec), test_subprocess (1 min 34 sec), test_asyncio (35.7 sec), test_tokenize (58.8 sec) >0:01:34 load avg: 19.59 [324/425/10] test_future5 passed -- running: test_multiprocessing_forkserver (34.4 sec), test_subprocess (1 min 34 sec), test_asyncio (35.9 sec), test_tokenize (59.1 sec) >0:01:35 load avg: 19.59 [325/425/10] test_sysconfig passed -- running: test_multiprocessing_forkserver (34.7 sec), test_subprocess (1 min 34 sec), test_asyncio (36.3 sec), test_tokenize (59.5 sec) >0:01:36 load avg: 19.59 [326/425/10] test_tokenize passed (1 min) -- running: test_multiprocessing_forkserver (35.7 sec), test_subprocess (1 min 35 sec), test_asyncio (37.3 sec) >0:01:37 load avg: 19.59 [327/425/10] test_re passed -- running: test_multiprocessing_forkserver (36.8 sec), test_subprocess (1 min 36 sec), test_asyncio (38.3 sec), test_unparse (30.7 sec) >0:01:38 load avg: 19.59 [328/425/10] test_tempfile passed -- running: test_multiprocessing_forkserver (38.5 sec), test_subprocess (1 min 38 sec), test_asyncio (40.0 sec), test_unparse (32.4 sec) >0:01:39 load avg: 19.54 [329/425/10] test_ssl passed -- running: test_multiprocessing_forkserver (39.6 sec), test_subprocess (1 min 39 sec), test_asyncio (41.1 sec), test_unparse (33.5 sec) >0:01:41 load avg: 19.54 [330/425/10] test_subprocess passed (1 min 41 sec) -- running: test_peg_generator (30.0 sec), test_multiprocessing_forkserver (41.5 sec), test_asyncio (43.1 sec), test_unparse (35.4 sec) >0:01:42 load avg: 19.54 [331/425/10] test_pyexpat passed -- running: test_peg_generator (30.3 sec), test_multiprocessing_forkserver (41.8 sec), test_asyncio (43.4 sec), test_unparse (35.7 sec) >0:01:42 load avg: 19.54 [332/425/10] test_generators passed -- running: test_peg_generator (30.8 sec), test_multiprocessing_forkserver (42.2 sec), test_asyncio (43.8 sec), test_unparse (36.1 sec) >0:01:42 load avg: 19.54 [333/425/10] test_dynamicclassattribute passed -- running: test_peg_generator (31.0 sec), test_multiprocessing_forkserver (42.5 sec), test_asyncio (44.1 sec), test_unparse (36.4 sec) >0:01:43 load avg: 19.54 [334/425/10] test_super passed -- running: test_peg_generator (31.3 sec), test_multiprocessing_forkserver (42.8 sec), test_asyncio (44.3 sec), test_unparse (36.7 sec) >0:01:43 load avg: 19.54 [335/425/10] test_faulthandler passed -- running: test_peg_generator (31.3 sec), test_multiprocessing_forkserver (42.8 sec), test_asyncio (44.3 sec), test_unparse (36.7 sec) >0:01:43 load avg: 19.54 [336/425/11] test_distutils failed (2 failures) -- running: test_peg_generator (32.0 sec), test_multiprocessing_forkserver (43.5 sec), test_asyncio (45.1 sec), test_unparse (37.4 sec) >test_build_libraries (distutils.tests.test_build_clib.BuildCLibTestCase) ... ok >test_check_library_dist (distutils.tests.test_build_clib.BuildCLibTestCase) ... ok >test_finalize_options (distutils.tests.test_build_clib.BuildCLibTestCase) ... ok >test_get_source_files (distutils.tests.test_build_clib.BuildCLibTestCase) ... ok >test_run (distutils.tests.test_build_clib.BuildCLibTestCase) ... ok >test_extension_init (distutils.tests.test_extension.ExtensionTestCase) ... ok >test_read_setup_file (distutils.tests.test_extension.ExtensionTestCase) ... ok >test_debug_mode (distutils.tests.test_core.CoreTestCase) ... ok >test_run_setup_defines_subclass (distutils.tests.test_core.CoreTestCase) ... ok >test_run_setup_preserves_sys_argv (distutils.tests.test_core.CoreTestCase) ... ok >test_run_setup_provides_file (distutils.tests.test_core.CoreTestCase) ... ok >test_run_setup_uses_current_dir (distutils.tests.test_core.CoreTestCase) ... ok >test_debug_print (distutils.tests.test_cmd.CommandTestCase) ... ok >test_dump_options (distutils.tests.test_cmd.CommandTestCase) ... ok >test_ensure_dirname (distutils.tests.test_cmd.CommandTestCase) ... ok >test_ensure_filename (distutils.tests.test_cmd.CommandTestCase) ... ok >test_ensure_string (distutils.tests.test_cmd.CommandTestCase) ... ok >test_ensure_string_list (distutils.tests.test_cmd.CommandTestCase) ... ok >test_make_file (distutils.tests.test_cmd.CommandTestCase) ... ok >test_no_compiler (distutils.tests.test_msvc9compiler.msvc9compilerTestCase) ... skipped 'These tests are only for win32' >test_reg_class (distutils.tests.test_msvc9compiler.msvc9compilerTestCase) ... skipped 'These tests are only for win32' >test_remove_entire_manifest (distutils.tests.test_msvc9compiler.msvc9compilerTestCase) ... skipped 'These tests are only for win32' >test_remove_visual_c_ref (distutils.tests.test_msvc9compiler.msvc9compilerTestCase) ... skipped 'These tests are only for win32' >test_osx_cc_overrides_ldshared (distutils.tests.test_unixccompiler.UnixCCompilerTestCase) ... skipped 'test only relevant for OS X' >test_osx_explicit_ldshared (distutils.tests.test_unixccompiler.UnixCCompilerTestCase) ... skipped 'test only relevant for OS X' >test_runtime_libdir_option (distutils.tests.test_unixccompiler.UnixCCompilerTestCase) ... ok >test_simple_run (distutils.tests.test_install_data.InstallDataTestCase) ... ok >test_byte_compile (distutils.tests.test_install_lib.InstallLibTestCase) ... ok >test_dont_write_bytecode (distutils.tests.test_install_lib.InstallLibTestCase) ... ok >test_finalize_options (distutils.tests.test_install_lib.InstallLibTestCase) ... ok >test_get_inputs (distutils.tests.test_install_lib.InstallLibTestCase) ... ok >test_get_outputs (distutils.tests.test_install_lib.InstallLibTestCase) ... FAIL >test_announce (distutils.tests.test_dist.DistributionTestCase) ... ok >test_command_packages_cmdline (distutils.tests.test_dist.DistributionTestCase) ... ok >test_command_packages_configfile (distutils.tests.test_dist.DistributionTestCase) ... ok >test_command_packages_unspecified (distutils.tests.test_dist.DistributionTestCase) ... ok >test_empty_options (distutils.tests.test_dist.DistributionTestCase) ... ok >test_finalize_options (distutils.tests.test_dist.DistributionTestCase) ... ok >test_find_config_files_disable (distutils.tests.test_dist.DistributionTestCase) ... ok >test_get_command_packages (distutils.tests.test_dist.DistributionTestCase) ... ok >test_venv_install_options (distutils.tests.test_dist.DistributionTestCase) ... ok >test_classifier (distutils.tests.test_dist.MetadataTestCase) ... ok >test_classifier_invalid_type (distutils.tests.test_dist.MetadataTestCase) ... ok >test_custom_pydistutils (distutils.tests.test_dist.MetadataTestCase) ... ok >test_download_url (distutils.tests.test_dist.MetadataTestCase) ... ok >test_fix_help_options (distutils.tests.test_dist.MetadataTestCase) ... ok >test_keywords (distutils.tests.test_dist.MetadataTestCase) ... ok >test_keywords_invalid_type (distutils.tests.test_dist.MetadataTestCase) ... ok >test_long_description (distutils.tests.test_dist.MetadataTestCase) ... ok >test_obsoletes (distutils.tests.test_dist.MetadataTestCase) ... ok >test_obsoletes_illegal (distutils.tests.test_dist.MetadataTestCase) ... ok >test_obsoletes_to_list (distutils.tests.test_dist.MetadataTestCase) ... ok >test_platforms (distutils.tests.test_dist.MetadataTestCase) ... ok >test_platforms_invalid_types (distutils.tests.test_dist.MetadataTestCase) ... ok >test_provides (distutils.tests.test_dist.MetadataTestCase) ... ok >test_provides_illegal (distutils.tests.test_dist.MetadataTestCase) ... ok >test_read_metadata (distutils.tests.test_dist.MetadataTestCase) ... ok >test_requires (distutils.tests.test_dist.MetadataTestCase) ... ok >test_requires_illegal (distutils.tests.test_dist.MetadataTestCase) ... ok >test_requires_to_list (distutils.tests.test_dist.MetadataTestCase) ... ok >test_show_help (distutils.tests.test_dist.MetadataTestCase) ... ok >test_simple_metadata (distutils.tests.test_dist.MetadataTestCase) ... ok >test_build_ext (distutils.tests.test_build_ext.BuildExtTestCase) ... ok >test_check_extensions_list (distutils.tests.test_build_ext.BuildExtTestCase) ... ok >test_compiler_option (distutils.tests.test_build_ext.BuildExtTestCase) ... ok >test_deployment_target_default (distutils.tests.test_build_ext.BuildExtTestCase) ... skipped 'test only relevant for MacOSX' >test_deployment_target_higher_ok (distutils.tests.test_build_ext.BuildExtTestCase) ... skipped 'test only relevant for MacOSX' >test_deployment_target_too_low (distutils.tests.test_build_ext.BuildExtTestCase) ... skipped 'test only relevant for MacOSX' >test_ext_fullpath (distutils.tests.test_build_ext.BuildExtTestCase) ... ok >test_finalize_options (distutils.tests.test_build_ext.BuildExtTestCase) ... ok >test_get_outputs (distutils.tests.test_build_ext.BuildExtTestCase) ... ok >test_get_source_files (distutils.tests.test_build_ext.BuildExtTestCase) ... ok >test_optional_extension (distutils.tests.test_build_ext.BuildExtTestCase) ... ok >test_solaris_enable_shared (distutils.tests.test_build_ext.BuildExtTestCase) ... ok >test_unicode_module_names (distutils.tests.test_build_ext.BuildExtTestCase) ... ok >test_user_site (distutils.tests.test_build_ext.BuildExtTestCase) ... ok >test_build_ext (distutils.tests.test_build_ext.ParallelBuildExtTestCase) ... skipped 'Already tested in BuildExtTestCase' >test_check_extensions_list (distutils.tests.test_build_ext.ParallelBuildExtTestCase) ... ok >test_compiler_option (distutils.tests.test_build_ext.ParallelBuildExtTestCase) ... ok >test_deployment_target_default (distutils.tests.test_build_ext.ParallelBuildExtTestCase) ... skipped 'test only relevant for MacOSX' >test_deployment_target_higher_ok (distutils.tests.test_build_ext.ParallelBuildExtTestCase) ... skipped 'test only relevant for MacOSX' >test_deployment_target_too_low (distutils.tests.test_build_ext.ParallelBuildExtTestCase) ... skipped 'test only relevant for MacOSX' >test_ext_fullpath (distutils.tests.test_build_ext.ParallelBuildExtTestCase) ... ok >test_finalize_options (distutils.tests.test_build_ext.ParallelBuildExtTestCase) ... ok >test_get_outputs (distutils.tests.test_build_ext.ParallelBuildExtTestCase) ... ok >test_get_source_files (distutils.tests.test_build_ext.ParallelBuildExtTestCase) ... ok >test_optional_extension (distutils.tests.test_build_ext.ParallelBuildExtTestCase) ... ok >test_solaris_enable_shared (distutils.tests.test_build_ext.ParallelBuildExtTestCase) ... ok >test_unicode_module_names (distutils.tests.test_build_ext.ParallelBuildExtTestCase) ... ok >test_user_site (distutils.tests.test_build_ext.ParallelBuildExtTestCase) ... ok >test_formats (distutils.tests.test_bdist.BuildTestCase) ... ok >test_skip_build (distutils.tests.test_bdist.BuildTestCase) ... ok >test_class (distutils.tests.test_text_file.TextFileTestCase) ... ok >test_byte_compile (distutils.tests.test_build_py.BuildPyTestCase) ... ok >test_byte_compile_optimized (distutils.tests.test_build_py.BuildPyTestCase) ... ok >test_dir_in_package_data (distutils.tests.test_build_py.BuildPyTestCase) >A directory in package_data should not be added to the filelist. ... ok >test_dont_write_bytecode (distutils.tests.test_build_py.BuildPyTestCase) ... ok >test_empty_package_dir (distutils.tests.test_build_py.BuildPyTestCase) ... ok >test_package_data (distutils.tests.test_build_py.BuildPyTestCase) ... ok >test_finalize_options (distutils.tests.test_build.BuildTestCase) ... ok >test_add_defaults (distutils.tests.test_sdist.SDistTestCase) ... ok >test_check_metadata_deprecated (distutils.tests.test_sdist.SDistTestCase) ... ok >test_finalize_options (distutils.tests.test_sdist.SDistTestCase) ... ok >test_get_file_list (distutils.tests.test_sdist.SDistTestCase) ... ok >test_invalid_template_unknown_command (distutils.tests.test_sdist.SDistTestCase) ... ok >test_invalid_template_wrong_arguments (distutils.tests.test_sdist.SDistTestCase) ... ok >test_invalid_template_wrong_path (distutils.tests.test_sdist.SDistTestCase) ... skipped 'test relevant for Windows only' >test_make_distribution (distutils.tests.test_sdist.SDistTestCase) ... ok >test_make_distribution_owner_group (distutils.tests.test_sdist.SDistTestCase) ... ok >test_manifest_comments (distutils.tests.test_sdist.SDistTestCase) ... ok >test_manifest_marker (distutils.tests.test_sdist.SDistTestCase) ... ok >test_manual_manifest (distutils.tests.test_sdist.SDistTestCase) ... ok >test_metadata_check_option (distutils.tests.test_sdist.SDistTestCase) ... ok >test_prune_file_list (distutils.tests.test_sdist.SDistTestCase) ... ok >test_show_formats (distutils.tests.test_sdist.SDistTestCase) ... ok >test_check_metadata_deprecated (distutils.tests.test_register.RegisterTestCase) ... FAIL >test_create_pypirc (distutils.tests.test_register.RegisterTestCase) ... /usr/ports/lang/python39/work/Python-3.9.17/Lib/distutils/command/check.py:128: DeprecationWarning: The frontend.OptionParser class will be replaced by a subclass of argparse.ArgumentParser in Docutils 0.21 or later. > settings = frontend.OptionParser(components=(Parser,)).get_default_values() >/usr/ports/lang/python39/work/Python-3.9.17/Lib/optparse.py:1000: DeprecationWarning: The frontend.Option class will be removed in Docutils 0.21 or later. > option = self.option_class(*args, **kwargs) >ok >test_list_classifiers (distutils.tests.test_register.RegisterTestCase) ... /usr/ports/lang/python39/work/Python-3.9.17/Lib/distutils/command/check.py:128: DeprecationWarning: The frontend.OptionParser class will be replaced by a subclass of argparse.ArgumentParser in Docutils 0.21 or later. > settings = frontend.OptionParser(components=(Parser,)).get_default_values() >/usr/ports/lang/python39/work/Python-3.9.17/Lib/optparse.py:1000: DeprecationWarning: The frontend.Option class will be removed in Docutils 0.21 or later. > option = self.option_class(*args, **kwargs) >ok >test_password_not_in_file (distutils.tests.test_register.RegisterTestCase) ... ok >test_password_reset (distutils.tests.test_register.RegisterTestCase) ... /usr/ports/lang/python39/work/Python-3.9.17/Lib/distutils/command/check.py:128: DeprecationWarning: The frontend.OptionParser class will be replaced by a subclass of argparse.ArgumentParser in Docutils 0.21 or later. > settings = frontend.OptionParser(components=(Parser,)).get_default_values() >/usr/ports/lang/python39/work/Python-3.9.17/Lib/optparse.py:1000: DeprecationWarning: The frontend.Option class will be removed in Docutils 0.21 or later. > option = self.option_class(*args, **kwargs) >ok >test_register_invalid_long_description (distutils.tests.test_register.RegisterTestCase) ... /usr/ports/lang/python39/work/Python-3.9.17/Lib/distutils/command/check.py:128: DeprecationWarning: The frontend.OptionParser class will be replaced by a subclass of argparse.ArgumentParser in Docutils 0.21 or later. > settings = frontend.OptionParser(components=(Parser,)).get_default_values() >/usr/ports/lang/python39/work/Python-3.9.17/Lib/optparse.py:1000: DeprecationWarning: The frontend.Option class will be removed in Docutils 0.21 or later. > option = self.option_class(*args, **kwargs) >ok >test_registering (distutils.tests.test_register.RegisterTestCase) ... /usr/ports/lang/python39/work/Python-3.9.17/Lib/distutils/command/check.py:128: DeprecationWarning: The frontend.OptionParser class will be replaced by a subclass of argparse.ArgumentParser in Docutils 0.21 or later. > settings = frontend.OptionParser(components=(Parser,)).get_default_values() >/usr/ports/lang/python39/work/Python-3.9.17/Lib/optparse.py:1000: DeprecationWarning: The frontend.Option class will be removed in Docutils 0.21 or later. > option = self.option_class(*args, **kwargs) >ok >test_show_response (distutils.tests.test_register.RegisterTestCase) ... /usr/ports/lang/python39/work/Python-3.9.17/Lib/distutils/command/check.py:128: DeprecationWarning: The frontend.OptionParser class will be replaced by a subclass of argparse.ArgumentParser in Docutils 0.21 or later. > settings = frontend.OptionParser(components=(Parser,)).get_default_values() >/usr/ports/lang/python39/work/Python-3.9.17/Lib/optparse.py:1000: DeprecationWarning: The frontend.Option class will be removed in Docutils 0.21 or later. > option = self.option_class(*args, **kwargs) >ok >test_strict (distutils.tests.test_register.RegisterTestCase) ... /usr/ports/lang/python39/work/Python-3.9.17/Lib/distutils/command/check.py:128: DeprecationWarning: The frontend.OptionParser class will be replaced by a subclass of argparse.ArgumentParser in Docutils 0.21 or later. > settings = frontend.OptionParser(components=(Parser,)).get_default_values() >/usr/ports/lang/python39/work/Python-3.9.17/Lib/optparse.py:1000: DeprecationWarning: The frontend.Option class will be removed in Docutils 0.21 or later. > option = self.option_class(*args, **kwargs) >/usr/ports/lang/python39/work/Python-3.9.17/Lib/distutils/command/check.py:128: DeprecationWarning: The frontend.OptionParser class will be replaced by a subclass of argparse.ArgumentParser in Docutils 0.21 or later. > settings = frontend.OptionParser(components=(Parser,)).get_default_values() >/usr/ports/lang/python39/work/Python-3.9.17/Lib/optparse.py:1000: DeprecationWarning: The frontend.Option class will be removed in Docutils 0.21 or later. > option = self.option_class(*args, **kwargs) >/usr/ports/lang/python39/work/Python-3.9.17/Lib/distutils/command/check.py:128: DeprecationWarning: The frontend.OptionParser class will be replaced by a subclass of argparse.ArgumentParser in Docutils 0.21 or later. > settings = frontend.OptionParser(components=(Parser,)).get_default_values() >/usr/ports/lang/python39/work/Python-3.9.17/Lib/optparse.py:1000: DeprecationWarning: The frontend.Option class will be removed in Docutils 0.21 or later. > option = self.option_class(*args, **kwargs) >/usr/ports/lang/python39/work/Python-3.9.17/Lib/distutils/command/check.py:128: DeprecationWarning: The frontend.OptionParser class will be replaced by a subclass of argparse.ArgumentParser in Docutils 0.21 or later. > settings = frontend.OptionParser(components=(Parser,)).get_default_values() >/usr/ports/lang/python39/work/Python-3.9.17/Lib/optparse.py:1000: DeprecationWarning: The frontend.Option class will be removed in Docutils 0.21 or later. > option = self.option_class(*args, **kwargs) >/usr/ports/lang/python39/work/Python-3.9.17/Lib/distutils/command/check.py:128: DeprecationWarning: The frontend.OptionParser class will be replaced by a subclass of argparse.ArgumentParser in Docutils 0.21 or later. > settings = frontend.OptionParser(components=(Parser,)).get_default_values() >/usr/ports/lang/python39/work/Python-3.9.17/Lib/optparse.py:1000: DeprecationWarning: The frontend.Option class will be removed in Docutils 0.21 or later. > option = self.option_class(*args, **kwargs) >ok >test_minimal (distutils.tests.test_bdist_msi.BDistMSITestCase) ... skipped 'these tests require Windows' >VersionPredicate (distutils.versionpredicate) >Doctest: distutils.versionpredicate.VersionPredicate ... ok >split_provision (distutils.versionpredicate) >Doctest: distutils.versionpredicate.split_provision ... ok >test_simple_run (distutils.tests.test_clean.cleanTestCase) ... ok >test_change_root (distutils.tests.test_util.UtilTestCase) ... ok >test_check_environ (distutils.tests.test_util.UtilTestCase) ... ok >test_check_environ_getpwuid (distutils.tests.test_util.UtilTestCase) ... ok >test_convert_path (distutils.tests.test_util.UtilTestCase) ... ok >test_dont_write_bytecode (distutils.tests.test_util.UtilTestCase) ... ok >test_get_platform (distutils.tests.test_util.UtilTestCase) ... ok >test_grok_environment_error (distutils.tests.test_util.UtilTestCase) ... ok >test_rfc822_escape (distutils.tests.test_util.UtilTestCase) ... ok >test_split_quoted (distutils.tests.test_util.UtilTestCase) ... ok >test_strtobool (distutils.tests.test_util.UtilTestCase) ... ok >test_check_archive_formats (distutils.tests.test_archive_util.ArchiveUtilTestCase) ... ok >test_compress_deprecated (distutils.tests.test_archive_util.ArchiveUtilTestCase) ... ok >test_make_archive (distutils.tests.test_archive_util.ArchiveUtilTestCase) ... ok >test_make_archive_bztar (distutils.tests.test_archive_util.ArchiveUtilTestCase) ... ok >test_make_archive_cwd (distutils.tests.test_archive_util.ArchiveUtilTestCase) ... ok >test_make_archive_gztar (distutils.tests.test_archive_util.ArchiveUtilTestCase) ... ok >test_make_archive_owner_group (distutils.tests.test_archive_util.ArchiveUtilTestCase) ... ok >test_make_archive_tar (distutils.tests.test_archive_util.ArchiveUtilTestCase) ... ok >test_make_archive_xztar (distutils.tests.test_archive_util.ArchiveUtilTestCase) ... ok >test_make_tarball (distutils.tests.test_archive_util.ArchiveUtilTestCase) ... ok >test_make_tarball_bzip2 (distutils.tests.test_archive_util.ArchiveUtilTestCase) ... ok >test_make_tarball_extended (distutils.tests.test_archive_util.ArchiveUtilTestCase) >Mirror test_make_tarball, except filename contains extended ... ok >test_make_tarball_gzip (distutils.tests.test_archive_util.ArchiveUtilTestCase) ... ok >test_make_tarball_latin1 (distutils.tests.test_archive_util.ArchiveUtilTestCase) >Mirror test_make_tarball, except filename contains latin characters. ... ok >test_make_tarball_xz (distutils.tests.test_archive_util.ArchiveUtilTestCase) ... ok >test_make_zipfile (distutils.tests.test_archive_util.ArchiveUtilTestCase) ... ok >test_make_zipfile_no_zlib (distutils.tests.test_archive_util.ArchiveUtilTestCase) ... ok >test_tarfile_root_owner (distutils.tests.test_archive_util.ArchiveUtilTestCase) ... ok >test_tarfile_vs_tar (distutils.tests.test_archive_util.ArchiveUtilTestCase) ... ok >test_no_optimize_flag (distutils.tests.test_bdist_rpm.BuildRpmTestCase) ... skipped 'spurious sdtout/stderr output under Mac OS X' >test_quiet (distutils.tests.test_bdist_rpm.BuildRpmTestCase) ... skipped 'spurious sdtout/stderr output under Mac OS X' >test_build (distutils.tests.test_build_scripts.BuildScriptsTestCase) ... ok >test_default_settings (distutils.tests.test_build_scripts.BuildScriptsTestCase) ... ok >test_version_int (distutils.tests.test_build_scripts.BuildScriptsTestCase) ... ok >test_default_settings (distutils.tests.test_install_scripts.InstallScriptsTestCase) ... ok >test_installation (distutils.tests.test_install_scripts.InstallScriptsTestCase) ... ok >test_check_all (distutils.tests.test_check.CheckTestCase) ... /usr/ports/lang/python39/work/Python-3.9.17/Lib/distutils/command/check.py:128: DeprecationWarning: The frontend.OptionParser class will be replaced by a subclass of argparse.ArgumentParser in Docutils 0.21 or later. > settings = frontend.OptionParser(components=(Parser,)).get_default_values() >/usr/ports/lang/python39/work/Python-3.9.17/Lib/optparse.py:1000: DeprecationWarning: The frontend.Option class will be removed in Docutils 0.21 or later. > option = self.option_class(*args, **kwargs) >ok >test_check_document (distutils.tests.test_check.CheckTestCase) ... /usr/ports/lang/python39/work/Python-3.9.17/Lib/distutils/command/check.py:128: DeprecationWarning: The frontend.OptionParser class will be replaced by a subclass of argparse.ArgumentParser in Docutils 0.21 or later. > settings = frontend.OptionParser(components=(Parser,)).get_default_values() >/usr/ports/lang/python39/work/Python-3.9.17/Lib/optparse.py:1000: DeprecationWarning: The frontend.Option class will be removed in Docutils 0.21 or later. > option = self.option_class(*args, **kwargs) >/usr/ports/lang/python39/work/Python-3.9.17/Lib/distutils/command/check.py:128: DeprecationWarning: The frontend.OptionParser class will be replaced by a subclass of argparse.ArgumentParser in Docutils 0.21 or later. > settings = frontend.OptionParser(components=(Parser,)).get_default_values() >/usr/ports/lang/python39/work/Python-3.9.17/Lib/optparse.py:1000: DeprecationWarning: The frontend.Option class will be removed in Docutils 0.21 or later. > option = self.option_class(*args, **kwargs) >ok >test_check_metadata (distutils.tests.test_check.CheckTestCase) ... ok >test_check_restructuredtext (distutils.tests.test_check.CheckTestCase) ... /usr/ports/lang/python39/work/Python-3.9.17/Lib/distutils/command/check.py:128: DeprecationWarning: The frontend.OptionParser class will be replaced by a subclass of argparse.ArgumentParser in Docutils 0.21 or later. > settings = frontend.OptionParser(components=(Parser,)).get_default_values() >/usr/ports/lang/python39/work/Python-3.9.17/Lib/optparse.py:1000: DeprecationWarning: The frontend.Option class will be removed in Docutils 0.21 or later. > option = self.option_class(*args, **kwargs) >/usr/ports/lang/python39/work/Python-3.9.17/Lib/distutils/command/check.py:128: DeprecationWarning: The frontend.OptionParser class will be replaced by a subclass of argparse.ArgumentParser in Docutils 0.21 or later. > settings = frontend.OptionParser(components=(Parser,)).get_default_values() >/usr/ports/lang/python39/work/Python-3.9.17/Lib/optparse.py:1000: DeprecationWarning: The frontend.Option class will be removed in Docutils 0.21 or later. > option = self.option_class(*args, **kwargs) >/usr/ports/lang/python39/work/Python-3.9.17/Lib/distutils/command/check.py:128: DeprecationWarning: The frontend.OptionParser class will be replaced by a subclass of argparse.ArgumentParser in Docutils 0.21 or later. > settings = frontend.OptionParser(components=(Parser,)).get_default_values() >/usr/ports/lang/python39/work/Python-3.9.17/Lib/optparse.py:1000: DeprecationWarning: The frontend.Option class will be removed in Docutils 0.21 or later. > option = self.option_class(*args, **kwargs) >/usr/ports/lang/python39/work/Python-3.9.17/Lib/distutils/command/check.py:128: DeprecationWarning: The frontend.OptionParser class will be replaced by a subclass of argparse.ArgumentParser in Docutils 0.21 or later. > settings = frontend.OptionParser(components=(Parser,)).get_default_values() >/usr/ports/lang/python39/work/Python-3.9.17/Lib/optparse.py:1000: DeprecationWarning: The frontend.Option class will be removed in Docutils 0.21 or later. > option = self.option_class(*args, **kwargs) >ok >test_check_restructuredtext_with_syntax_highlight (distutils.tests.test_check.CheckTestCase) ... /usr/ports/lang/python39/work/Python-3.9.17/Lib/distutils/command/check.py:128: DeprecationWarning: The frontend.OptionParser class will be replaced by a subclass of argparse.ArgumentParser in Docutils 0.21 or later. > settings = frontend.OptionParser(components=(Parser,)).get_default_values() >/usr/ports/lang/python39/work/Python-3.9.17/Lib/optparse.py:1000: DeprecationWarning: The frontend.Option class will be removed in Docutils 0.21 or later. > option = self.option_class(*args, **kwargs) >/usr/ports/lang/python39/work/Python-3.9.17/Lib/distutils/command/check.py:128: DeprecationWarning: The frontend.OptionParser class will be replaced by a subclass of argparse.ArgumentParser in Docutils 0.21 or later. > settings = frontend.OptionParser(components=(Parser,)).get_default_values() >/usr/ports/lang/python39/work/Python-3.9.17/Lib/optparse.py:1000: DeprecationWarning: The frontend.Option class will be removed in Docutils 0.21 or later. > option = self.option_class(*args, **kwargs) >/usr/ports/lang/python39/work/Python-3.9.17/Lib/distutils/command/check.py:128: DeprecationWarning: The frontend.OptionParser class will be replaced by a subclass of argparse.ArgumentParser in Docutils 0.21 or later. > settings = frontend.OptionParser(components=(Parser,)).get_default_values() >/usr/ports/lang/python39/work/Python-3.9.17/Lib/optparse.py:1000: DeprecationWarning: The frontend.Option class will be removed in Docutils 0.21 or later. > option = self.option_class(*args, **kwargs) >/usr/ports/lang/python39/work/Python-3.9.17/Lib/distutils/command/check.py:128: DeprecationWarning: The frontend.OptionParser class will be replaced by a subclass of argparse.ArgumentParser in Docutils 0.21 or later. > settings = frontend.OptionParser(components=(Parser,)).get_default_values() >/usr/ports/lang/python39/work/Python-3.9.17/Lib/optparse.py:1000: DeprecationWarning: The frontend.Option class will be removed in Docutils 0.21 or later. > option = self.option_class(*args, **kwargs) >ok >test_copy_tree_exception_in_listdir (distutils.tests.test_dir_util.DirUtilTestCase) >An exception in listdir should raise a DistutilsFileError ... ok >test_copy_tree_skips_nfs_temp_files (distutils.tests.test_dir_util.DirUtilTestCase) ... ok >test_copy_tree_verbosity (distutils.tests.test_dir_util.DirUtilTestCase) ... ok >test_create_tree_verbosity (distutils.tests.test_dir_util.DirUtilTestCase) ... ok >test_ensure_relative (distutils.tests.test_dir_util.DirUtilTestCase) ... ok >test_mkpath_remove_tree_verbosity (distutils.tests.test_dir_util.DirUtilTestCase) ... ok >test_mkpath_with_custom_mode (distutils.tests.test_dir_util.DirUtilTestCase) ... ok >test_simple_built (distutils.tests.test_bdist_dumb.BuildDumbTestCase) ... ok >test_debug_print (distutils.tests.test_filelist.FileListTestCase) ... ok >test_exclude_pattern (distutils.tests.test_filelist.FileListTestCase) ... ok >test_glob_to_re (distutils.tests.test_filelist.FileListTestCase) ... ok >test_include_pattern (distutils.tests.test_filelist.FileListTestCase) ... ok >test_process_template (distutils.tests.test_filelist.FileListTestCase) ... ok >test_process_template_line (distutils.tests.test_filelist.FileListTestCase) ... ok >test_remove_duplicates (distutils.tests.test_filelist.FileListTestCase) ... ok >test_set_allfiles (distutils.tests.test_filelist.FileListTestCase) ... ok >test_translate_pattern (distutils.tests.test_filelist.FileListTestCase) ... ok >test_basic_discovery (distutils.tests.test_filelist.FindAllTestCase) >When findall is called with no parameters or with ... ok >test_missing_symlink (distutils.tests.test_filelist.FindAllTestCase) ... ok >test_non_local_discovery (distutils.tests.test_filelist.FindAllTestCase) >When findall is called with another path, the full ... ok >test_config_interpolation (distutils.tests.test_config.PyPIRCCommandTestCase) ... ok >test_server_empty_registration (distutils.tests.test_config.PyPIRCCommandTestCase) ... ok >test_server_registration (distutils.tests.test_config.PyPIRCCommandTestCase) ... ok >test_get_exe_bytes (distutils.tests.test_bdist_wininst.BuildWinInstTestCase) ... skipped 'bdist_wininst is not supported in this install' >test_SO_deprecation (distutils.tests.test_sysconfig.SysconfigTestCase) ... ok >test_SO_in_vars (distutils.tests.test_sysconfig.SysconfigTestCase) ... ok >test_SO_value (distutils.tests.test_sysconfig.SysconfigTestCase) ... ok >test_customize_compiler (distutils.tests.test_sysconfig.SysconfigTestCase) ... ok >test_customize_compiler_before_get_config_vars (distutils.tests.test_sysconfig.SysconfigTestCase) ... ok >test_get_config_h_filename (distutils.tests.test_sysconfig.SysconfigTestCase) ... ok >test_get_config_vars (distutils.tests.test_sysconfig.SysconfigTestCase) ... ok >test_get_python_lib (distutils.tests.test_sysconfig.SysconfigTestCase) ... ok >test_parse_makefile_base (distutils.tests.test_sysconfig.SysconfigTestCase) ... ok >test_parse_makefile_literal_dollar (distutils.tests.test_sysconfig.SysconfigTestCase) ... ok >test_srcdir (distutils.tests.test_sysconfig.SysconfigTestCase) ... ok >test_srcdir_independent_of_cwd (distutils.tests.test_sysconfig.SysconfigTestCase) ... ok >test_sysconfig_compiler_vars (distutils.tests.test_sysconfig.SysconfigTestCase) ... ok >test_sysconfig_module (distutils.tests.test_sysconfig.SysconfigTestCase) ... ok >test_find_executable (distutils.tests.test_spawn.SpawnTestCase) ... ok >test_spawn (distutils.tests.test_spawn.SpawnTestCase) ... ok >test_spawn_missing_exe (distutils.tests.test_spawn.SpawnTestCase) ... ok >test_check_config_h (distutils.tests.test_cygwinccompiler.CygwinCCompilerTestCase) ... ok >test_get_msvcr (distutils.tests.test_cygwinccompiler.CygwinCCompilerTestCase) ... ok >test_get_versions (distutils.tests.test_cygwinccompiler.CygwinCCompilerTestCase) ... ok >test_cmp (distutils.tests.test_version.VersionTestCase) ... ok >test_cmp_strict (distutils.tests.test_version.VersionTestCase) ... ok >test_prerelease (distutils.tests.test_version.VersionTestCase) ... ok >test_finalize_options (distutils.tests.test_upload.uploadTestCase) ... ok >test_saved_password (distutils.tests.test_upload.uploadTestCase) ... ok >test_upload (distutils.tests.test_upload.uploadTestCase) ... ok >test_upload_correct_cr (distutils.tests.test_upload.uploadTestCase) ... ok >test_upload_fails (distutils.tests.test_upload.uploadTestCase) ... ok >test_wrong_exception_order (distutils.tests.test_upload.uploadTestCase) ... ok >test_debug_mode (distutils.tests.test_install.InstallTestCase) ... ok >test_finalize_options (distutils.tests.test_install.InstallTestCase) ... ok >test_handle_extra_path (distutils.tests.test_install.InstallTestCase) ... ok >test_home_installation_scheme (distutils.tests.test_install.InstallTestCase) ... ok >test_record (distutils.tests.test_install.InstallTestCase) ... ok >test_record_extensions (distutils.tests.test_install.InstallTestCase) ... ok >test_user_site (distutils.tests.test_install.InstallTestCase) ... ok >test_newer (distutils.tests.test_dep_util.DepUtilTestCase) ... ok >test_newer_group (distutils.tests.test_dep_util.DepUtilTestCase) ... ok >test_newer_pairwise (distutils.tests.test_dep_util.DepUtilTestCase) ... ok >test_simple_run (distutils.tests.test_install_headers.InstallHeadersTestCase) ... ok >test_copy_file_hard_link (distutils.tests.test_file_util.FileUtilTestCase) ... ok >test_copy_file_hard_link_failure (distutils.tests.test_file_util.FileUtilTestCase) ... ok >test_move_file_exception_unpacking_rename (distutils.tests.test_file_util.FileUtilTestCase) ... ok >test_move_file_exception_unpacking_unlink (distutils.tests.test_file_util.FileUtilTestCase) ... ok >test_move_file_verbosity (distutils.tests.test_file_util.FileUtilTestCase) ... ok >test_get_vc2015 (distutils.tests.test_msvccompiler.msvccompilerTestCase) ... skipped 'These tests are only for win32' >test_get_vc2017 (distutils.tests.test_msvccompiler.msvccompilerTestCase) ... skipped 'These tests are only for win32' >test_get_vc_env_unicode (distutils.tests.test_msvccompiler.msvccompilerTestCase) ... skipped 'These tests are only for win32' >test_no_compiler (distutils.tests.test_msvccompiler.msvccompilerTestCase) ... skipped 'These tests are only for win32' >test_non_ascii (distutils.tests.test_log.TestLog) ... ok >test_clean (distutils.tests.test_config_cmd.ConfigTestCase) ... ok >test_dump_file (distutils.tests.test_config_cmd.ConfigTestCase) ... ok >test_finalize_options (distutils.tests.test_config_cmd.ConfigTestCase) ... ok >test_search_cpp (distutils.tests.test_config_cmd.ConfigTestCase) ... ok > >====================================================================== >FAIL: test_get_outputs (distutils.tests.test_install_lib.InstallLibTestCase) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/distutils/tests/test_install_lib.py", line 75, in test_get_outputs > self.assertEqual(len(outputs), 5, outputs) >AssertionError: 3 != 5 : ['/tmp/tmpawor3gng/spam/__init__.py', '/tmp/tmpawor3gng/spam/rubbish.py', '/tmp/tmpawor3gng/foo.cpython-39.so'] > >====================================================================== >FAIL: test_check_metadata_deprecated (distutils.tests.test_register.RegisterTestCase) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/distutils/tests/test_register.py", line 295, in test_check_metadata_deprecated > self.assertEqual(len(w.warnings), 1) >AssertionError: 70 != 1 > >---------------------------------------------------------------------- >Ran 247 tests in 4.400s > >FAILED (failures=2, skipped=22) >test test_distutils failed >0:01:44 load avg: 19.34 [337/425/11] test_peg_generator passed (32.9 sec) -- running: test_multiprocessing_forkserver (44.6 sec), test_asyncio (46.2 sec), test_unparse (38.5 sec) >/usr/ports/lang/python39/work/Python-3.9.17/Python/Python-ast.c:253:17: warning: this old-style function definition is not preceded by a prototype [-Wstrict-prototypes] >void _PyAST_Fini() > ^ >1 warning generated. >/usr/ports/lang/python39/work/Python-3.9.17/Python/Python-ast.c:253:17: warning: this old-style function definition is not preceded by a prototype [-Wstrict-prototypes] >void _PyAST_Fini() > ^ >1 warning generated. >/usr/ports/lang/python39/work/Python-3.9.17/Python/Python-ast.c:253:17: warning: this old-style function definition is not preceded by a prototype [-Wstrict-prototypes] >void _PyAST_Fini() > ^ >1 warning generated. >/usr/ports/lang/python39/work/Python-3.9.17/Python/Python-ast.c:253:17: warning: this old-style function definition is not preceded by a prototype [-Wstrict-prototypes] >void _PyAST_Fini() > ^ >1 warning generated. >/usr/ports/lang/python39/work/Python-3.9.17/Python/Python-ast.c:253:17: warning: this old-style function definition is not preceded by a prototype [-Wstrict-prototypes] >void _PyAST_Fini() > ^ >1 warning generated. >/usr/ports/lang/python39/work/Python-3.9.17/Python/Python-ast.c:253:17: warning: this old-style function definition is not preceded by a prototype [-Wstrict-prototypes] >void _PyAST_Fini() > ^ >1 warning generated. >/usr/ports/lang/python39/work/Python-3.9.17/Python/Python-ast.c:253:17: warning: this old-style function definition is not preceded by a prototype [-Wstrict-prototypes] >void _PyAST_Fini() > ^ >1 warning generated. >/usr/ports/lang/python39/work/Python-3.9.17/Python/Python-ast.c:253:17: warning: this old-style function definition is not preceded by a prototype [-Wstrict-prototypes] >void _PyAST_Fini() > ^ >1 warning generated. >/usr/ports/lang/python39/work/Python-3.9.17/Python/Python-ast.c:253:17: warning: this old-style function definition is not preceded by a prototype [-Wstrict-prototypes] >void _PyAST_Fini() > ^ >1 warning generated. >/usr/ports/lang/python39/work/Python-3.9.17/Python/Python-ast.c:253:17: warning: this old-style function definition is not preceded by a prototype [-Wstrict-prototypes] >void _PyAST_Fini() > ^ >1 warning generated. >/usr/ports/lang/python39/work/Python-3.9.17/Python/Python-ast.c:253:17: warning: this old-style function definition is not preceded by a prototype [-Wstrict-prototypes] >void _PyAST_Fini() > ^ >1 warning generated. >/usr/ports/lang/python39/work/Python-3.9.17/Python/Python-ast.c:253:17: warning: this old-style function definition is not preceded by a prototype [-Wstrict-prototypes] >void _PyAST_Fini() > ^ >1 warning generated. >/usr/ports/lang/python39/work/Python-3.9.17/Python/Python-ast.c:253:17: warning: this old-style function definition is not preceded by a prototype [-Wstrict-prototypes] >void _PyAST_Fini() > ^ >1 warning generated. >/usr/ports/lang/python39/work/Python-3.9.17/Python/Python-ast.c:253:17: warning: this old-style function definition is not preceded by a prototype [-Wstrict-prototypes] >void _PyAST_Fini() > ^ >1 warning generated. >/usr/ports/lang/python39/work/Python-3.9.17/Python/Python-ast.c:253:17: warning: this old-style function definition is not preceded by a prototype [-Wstrict-prototypes] >void _PyAST_Fini() > ^ >1 warning generated. >/usr/ports/lang/python39/work/Python-3.9.17/Python/Python-ast.c:253:17: warning: this old-style function definition is not preceded by a prototype [-Wstrict-prototypes] >void _PyAST_Fini() > ^ >1 warning generated. >/usr/ports/lang/python39/work/Python-3.9.17/Python/Python-ast.c:253:17: warning: this old-style function definition is not preceded by a prototype [-Wstrict-prototypes] >void _PyAST_Fini() > ^ >1 warning generated. >/usr/ports/lang/python39/work/Python-3.9.17/Python/Python-ast.c:253:17: warning: this old-style function definition is not preceded by a prototype [-Wstrict-prototypes] >void _PyAST_Fini() > ^ >1 warning generated. >/usr/ports/lang/python39/work/Python-3.9.17/Python/Python-ast.c:253:17: warning: this old-style function definition is not preceded by a prototype [-Wstrict-prototypes] >void _PyAST_Fini() > ^ >1 warning generated. >/usr/ports/lang/python39/work/Python-3.9.17/Python/Python-ast.c:253:17: warning: this old-style function definition is not preceded by a prototype [-Wstrict-prototypes] >void _PyAST_Fini() > ^ >1 warning generated. >0:01:45 load avg: 19.34 [338/425/11] test_spwd skipped -- running: test_multiprocessing_forkserver (44.8 sec), test_asyncio (46.4 sec), test_unparse (38.7 sec) >test_spwd skipped -- No module named 'spwd' >0:01:45 load avg: 19.34 [339/425/11] test_cgitb passed -- running: test_multiprocessing_forkserver (45.4 sec), test_asyncio (47.0 sec), test_unparse (39.4 sec) >0:01:46 load avg: 19.34 [340/425/11] test_plistlib passed -- running: test_multiprocessing_forkserver (45.9 sec), test_asyncio (47.4 sec), test_unparse (39.8 sec) >0:01:46 load avg: 19.34 [341/425/11] test_pickletools passed -- running: test_concurrent_futures (30.5 sec), test_multiprocessing_forkserver (46.6 sec), test_asyncio (48.1 sec), test_unparse (40.5 sec) >0:01:47 load avg: 19.34 [342/425/11] test_logging passed -- running: test_concurrent_futures (31.2 sec), test_multiprocessing_forkserver (47.3 sec), test_asyncio (48.9 sec), test_unparse (41.2 sec) >0:01:48 load avg: 19.34 [343/425/11] test_uuid passed -- running: test_concurrent_futures (31.7 sec), test_multiprocessing_forkserver (47.7 sec), test_asyncio (49.3 sec), test_unparse (41.6 sec) >0:01:48 load avg: 19.34 [344/425/11] test_set passed -- running: test_concurrent_futures (31.8 sec), test_multiprocessing_forkserver (47.9 sec), test_asyncio (49.5 sec), test_unparse (41.8 sec) >0:01:48 load avg: 19.34 [345/425/11] test_raise passed -- running: test_concurrent_futures (31.9 sec), test_multiprocessing_forkserver (48.0 sec), test_asyncio (49.5 sec), test_unparse (41.9 sec) >0:01:48 load avg: 19.34 [346/425/11] test_memoryview passed -- running: test_concurrent_futures (32.3 sec), test_multiprocessing_forkserver (48.3 sec), test_asyncio (49.9 sec), test_unparse (42.2 sec) >0:01:49 load avg: 19.34 [347/425/11] test_site passed -- running: test_concurrent_futures (33.0 sec), test_multiprocessing_forkserver (49.0 sec), test_asyncio (50.6 sec), test_imaplib (30.1 sec), test_unparse (42.9 sec) >0:01:49 load avg: 19.34 [348/425/11] test_typing passed -- running: test_concurrent_futures (33.4 sec), test_multiprocessing_forkserver (49.5 sec), test_asyncio (51.0 sec), test_imaplib (30.6 sec), test_unparse (43.4 sec) >0:01:50 load avg: 19.23 [349/425/11] test_py_compile passed -- running: test_concurrent_futures (34.0 sec), test_multiprocessing_forkserver (50.1 sec), test_asyncio (51.6 sec), test_imaplib (31.2 sec), test_unparse (44.0 sec) >0:01:50 load avg: 19.23 [350/425/11] test_fileinput passed -- running: test_concurrent_futures (34.4 sec), test_multiprocessing_forkserver (50.5 sec), test_asyncio (52.0 sec), test_imaplib (31.6 sec), test_unparse (44.4 sec) >0:01:51 load avg: 19.23 [351/425/11] test_bigmem passed -- running: test_concurrent_futures (34.8 sec), test_multiprocessing_forkserver (50.9 sec), test_asyncio (52.4 sec), test_imaplib (31.9 sec), test_unparse (44.8 sec) >0:01:51 load avg: 19.23 [352/425/11] test_memoryio passed -- running: test_concurrent_futures (35.1 sec), test_multiprocessing_forkserver (51.1 sec), test_asyncio (52.7 sec), test_imaplib (32.2 sec), test_unparse (45.1 sec) >0:01:52 load avg: 19.23 [353/425/11] test_pow passed -- running: test_concurrent_futures (35.8 sec), test_multiprocessing_forkserver (51.9 sec), test_asyncio (53.5 sec), test_imaplib (33.0 sec), test_unparse (45.8 sec) >0:01:52 load avg: 19.23 [354/425/11] test_abstract_numbers passed -- running: test_concurrent_futures (36.1 sec), test_multiprocessing_forkserver (52.2 sec), test_asyncio (53.7 sec), test_imaplib (33.3 sec), test_unparse (46.1 sec) >0:01:52 load avg: 19.23 [355/425/11] test_iterlen passed -- running: test_concurrent_futures (36.4 sec), test_multiprocessing_forkserver (52.5 sec), test_asyncio (54.0 sec), test_imaplib (33.6 sec), test_unparse (46.4 sec) >0:01:52 load avg: 19.23 [356/425/11] test_weakref passed -- running: test_concurrent_futures (36.6 sec), test_multiprocessing_forkserver (52.6 sec), test_asyncio (54.2 sec), test_imaplib (33.7 sec), test_unparse (46.6 sec) >0:01:53 load avg: 19.23 [357/425/11] test_getpass passed -- running: test_concurrent_futures (36.7 sec), test_multiprocessing_forkserver (52.8 sec), test_asyncio (54.3 sec), test_imaplib (33.9 sec), test_unparse (46.7 sec) >0:01:53 load avg: 19.23 [358/425/11] test_sort passed -- running: test_concurrent_futures (36.9 sec), test_multiprocessing_forkserver (53.0 sec), test_asyncio (54.5 sec), test_imaplib (34.1 sec), test_unparse (46.9 sec) >0:01:53 load avg: 19.23 [359/425/11] test_codecencodings_tw passed -- running: test_concurrent_futures (37.0 sec), test_multiprocessing_forkserver (53.1 sec), test_asyncio (54.6 sec), test_imaplib (34.2 sec), test_unparse (47.0 sec) >0:01:53 load avg: 19.23 [360/425/11] test_future3 passed -- running: test_concurrent_futures (37.2 sec), test_multiprocessing_forkserver (53.2 sec), test_asyncio (54.8 sec), test_imaplib (34.3 sec), test_unparse (47.1 sec) >0:01:53 load avg: 19.23 [361/425/11] test_imaplib passed (34.4 sec) -- running: test_concurrent_futures (37.6 sec), test_multiprocessing_forkserver (53.7 sec), test_asyncio (55.2 sec), test_unparse (47.6 sec) >0:01:54 load avg: 19.23 [362/425/11] test_heapq passed -- running: test_concurrent_futures (37.9 sec), test_multiprocessing_forkserver (54.0 sec), test_asyncio (55.6 sec), test_unparse (47.9 sec) >0:01:54 load avg: 19.23 [363/425/11] test_unparse passed (47.6 sec) -- running: test_concurrent_futures (37.9 sec), test_multiprocessing_forkserver (54.0 sec), test_asyncio (55.6 sec) >0:01:55 load avg: 19.45 [364/425/11] test_enum passed -- running: test_concurrent_futures (39.1 sec), test_multiprocessing_forkserver (55.2 sec), test_asyncio (56.7 sec) >0:01:55 load avg: 19.45 [365/425/11] test_smtpd passed -- running: test_concurrent_futures (39.2 sec), test_multiprocessing_forkserver (55.2 sec), test_asyncio (56.8 sec) >0:01:56 load avg: 19.45 [366/425/11] test_winreg skipped -- running: test_concurrent_futures (39.9 sec), test_multiprocessing_forkserver (55.9 sec), test_asyncio (57.5 sec) >test_winreg skipped -- No module named 'winreg' >0:01:58 load avg: 19.45 [367/425/11] test_poll passed -- running: test_concurrent_futures (42.5 sec), test_multiprocessing_forkserver (58.6 sec), test_asyncio (1 min) >0:01:59 load avg: 19.45 [368/425/11] test_picklebuffer passed -- running: test_concurrent_futures (43.4 sec), test_multiprocessing_forkserver (59.5 sec), test_asyncio (1 min 1 sec) >0:02:00 load avg: 18.86 [369/425/11] test_decimal passed -- running: test_concurrent_futures (44.4 sec), test_multiprocessing_forkserver (1 min), test_asyncio (1 min 2 sec) >0:02:01 load avg: 18.86 [370/425/11] test_syntax passed -- running: test_concurrent_futures (45.6 sec), test_multiprocessing_forkserver (1 min 1 sec), test_asyncio (1 min 3 sec) >0:02:03 load avg: 18.86 [371/425/11] test_ast passed -- running: test_concurrent_futures (46.6 sec), test_multiprocessing_forkserver (1 min 2 sec), test_asyncio (1 min 4 sec) >0:02:03 load avg: 18.86 [372/425/12] test_gdb failed (26 failures) -- running: test_concurrent_futures (47.5 sec), test_multiprocessing_forkserver (1 min 3 sec), test_asyncio (1 min 5 sec) >GDB version 13.1: > GNU gdb (GDB) 13.1 [GDB v13.1 for FreeBSD] > Copyright (C) 2023 Free Software Foundation, Inc. > License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> > This is free software: you are free to change and redistribute it. > There is NO WARRANTY, to the extent permitted by law. >test_NULL_ob_type (test.test_gdb.PrettyPrintTests) >Ensure that a PyObject* with NULL ob_type is handled gracefully ... Function "builtin_id" not defined. >No symbol "v" in current context. >FAIL >test_NULL_ptr (test.test_gdb.PrettyPrintTests) >Ensure that a NULL PyObject* is handled gracefully ... Function "builtin_id" not defined. >No symbol "v" in current context. >FAIL >test_builtin_method (test.test_gdb.PrettyPrintTests) ... Function "builtin_id" not defined. >FAIL >test_builtins_help (test.test_gdb.PrettyPrintTests) >Ensure that the new-style class _Helper in site.py can be handled ... Function "builtin_id" not defined. >FAIL >test_bytes (test.test_gdb.PrettyPrintTests) >Verify the pretty-printing of bytes ... Function "builtin_id" not defined. >FAIL >test_corrupt_ob_type (test.test_gdb.PrettyPrintTests) >Ensure that a PyObject* with a corrupt ob_type is handled gracefully ... Function "builtin_id" not defined. >No symbol "v" in current context. >FAIL >test_corrupt_tp_flags (test.test_gdb.PrettyPrintTests) >Ensure that a PyObject* with a type with corrupt tp_flags is handled ... Function "builtin_id" not defined. >No symbol "v" in current context. >FAIL >test_corrupt_tp_name (test.test_gdb.PrettyPrintTests) >Ensure that a PyObject* with a type with corrupt tp_name is handled ... Function "builtin_id" not defined. >No symbol "v" in current context. >FAIL >test_dicts (test.test_gdb.PrettyPrintTests) >Verify the pretty-printing of dictionaries ... Function "builtin_id" not defined. >FAIL >test_exceptions (test.test_gdb.PrettyPrintTests) ... Function "builtin_id" not defined. >FAIL >test_frames (test.test_gdb.PrettyPrintTests) ... Function "builtin_id" not defined. >No symbol "PyFrameObject" in current context. >FAIL >test_frozensets (test.test_gdb.PrettyPrintTests) >Verify the pretty-printing of frozensets ... Function "builtin_id" not defined. >FAIL >test_getting_backtrace (test.test_gdb.PrettyPrintTests) ... Function "builtin_id" not defined. >ok >test_int (test.test_gdb.PrettyPrintTests) >Verify the pretty-printing of various int values ... Function "builtin_id" not defined. >FAIL >test_lists (test.test_gdb.PrettyPrintTests) >Verify the pretty-printing of lists ... Function "builtin_id" not defined. >FAIL >test_modern_class (test.test_gdb.PrettyPrintTests) >Verify the pretty-printing of new-style class instances ... Function "builtin_id" not defined. >FAIL >test_selfreferential_dict (test.test_gdb.PrettyPrintTests) >Ensure that a reference loop involving a dict doesn't lead proxyval ... Function "builtin_id" not defined. >FAIL >test_selfreferential_list (test.test_gdb.PrettyPrintTests) >Ensure that a reference loop involving a list doesn't lead proxyval ... Function "builtin_id" not defined. >FAIL >test_selfreferential_new_style_instance (test.test_gdb.PrettyPrintTests) ... Function "builtin_id" not defined. >FAIL >test_selfreferential_old_style_instance (test.test_gdb.PrettyPrintTests) ... Function "builtin_id" not defined. >FAIL >test_sets (test.test_gdb.PrettyPrintTests) >Verify the pretty-printing of sets ... Function "builtin_id" not defined. >FAIL >test_singletons (test.test_gdb.PrettyPrintTests) >Verify the pretty-printing of True, False and None ... Function "builtin_id" not defined. >FAIL >test_strings (test.test_gdb.PrettyPrintTests) >Verify the pretty-printing of unicode strings ... Function "builtin_id" not defined. >FAIL >test_subclassing_list (test.test_gdb.PrettyPrintTests) >Verify the pretty-printing of an instance of a list subclass ... Function "builtin_id" not defined. >FAIL >test_subclassing_tuple (test.test_gdb.PrettyPrintTests) >Verify the pretty-printing of an instance of a tuple subclass ... Function "builtin_id" not defined. >FAIL >test_truncation (test.test_gdb.PrettyPrintTests) >Verify that very long output is truncated ... Function "builtin_id" not defined. >FAIL >test_tuples (test.test_gdb.PrettyPrintTests) >Verify the pretty-printing of tuples ... Function "builtin_id" not defined. >FAIL >test_bt (test.test_gdb.PyBtTests) >Verify that the "py-bt" command works ... skipped 'Python was compiled with optimizations' >test_bt_full (test.test_gdb.PyBtTests) >Verify that the "py-bt-full" command works ... skipped 'Python was compiled with optimizations' >test_gc (test.test_gdb.PyBtTests) >Verify that "py-bt" indicates if a thread is garbage-collecting ... skipped 'Python was compiled with optimizations' >test_pycfunction (test.test_gdb.PyBtTests) >Verify that "py-bt" displays invocations of PyCFunction instances ... skipped 'Python was compiled with optimizations' >test_threads (test.test_gdb.PyBtTests) >Verify that "py-bt" indicates threads that are waiting for the GIL ... Function "builtin_id" not defined. >Function "builtin_id" not defined. >ok >test_try_finally_lineno (test.test_gdb.PyBtTests) ... skipped 'Python was compiled with optimizations' >test_wrapper_call (test.test_gdb.PyBtTests) ... skipped 'Python was compiled with optimizations' >test_basic_command (test.test_gdb.PyListTests) >Verify that the "py-list" command works ... skipped 'Python was compiled with optimizations' >test_one_abs_arg (test.test_gdb.PyListTests) >Verify the "py-list" command with one absolute argument ... skipped 'Python was compiled with optimizations' >test_two_abs_args (test.test_gdb.PyListTests) >Verify the "py-list" command with two absolute arguments ... skipped 'Python was compiled with optimizations' >test_basic_command (test.test_gdb.PyLocalsTests) ... skipped 'Python was compiled with optimizations' >test_locals_after_up (test.test_gdb.PyLocalsTests) ... skipped 'Python was compiled with optimizations' >test_basic_command (test.test_gdb.PyPrintTests) >Verify that the "py-print" command works ... skipped 'Python was compiled with optimizations' >test_print_after_up (test.test_gdb.PyPrintTests) ... skipped 'Python was compiled with optimizations' >test_printing_builtin (test.test_gdb.PyPrintTests) ... skipped 'Python was compiled with optimizations' >test_printing_global (test.test_gdb.PyPrintTests) ... skipped 'Python was compiled with optimizations' >test_down_at_bottom (test.test_gdb.StackNavigationTests) >Verify handling of "py-down" at the bottom of the stack ... Function "builtin_id" not defined. >ok >test_pyup_command (test.test_gdb.StackNavigationTests) >Verify that the "py-up" command works ... skipped 'Python was compiled with optimizations' >test_up_at_top (test.test_gdb.StackNavigationTests) >Verify handling of "py-up" at the top of the stack ... Function "builtin_id" not defined. >ok >test_up_then_down (test.test_gdb.StackNavigationTests) >Verify "py-up" followed by "py-down" ... skipped 'Python was compiled with optimizations' > >====================================================================== >FAIL: test_NULL_ob_type (test.test_gdb.PrettyPrintTests) >Ensure that a PyObject* with NULL ob_type is handled gracefully >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 540, in test_NULL_ob_type > self.assertSane('id(42)', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 511, in assertSane > self.get_gdb_repr(source, > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 286, in get_gdb_repr > self.fail('Unexpected gdb output: %r\n%s' % (gdb_output, gdb_output)) >AssertionError: Unexpected gdb output: 'Breakpoint 1 (builtin_id) pending.\n\nBreakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#1 cfunction_vectorcall_O () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#2 call_function () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#3 _PyEval_EvalFrameDefault () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#4 _PyEval_EvalCode () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#5 PyEval_EvalCode () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#6 PyRun_StringFlags () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#7 PyRun_SimpleStringFlags () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#8 Py_RunMain () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#9 pymain_main () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#10 Py_BytesMain () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#11 _start (ap=<optimized out>, cleanup=<optimized out>) at /usr/src/lib/csu/amd64/crt1_c.c:75\n' >Breakpoint 1 (builtin_id) pending. > >Breakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#1 cfunction_vectorcall_O () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#2 call_function () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#3 _PyEval_EvalFrameDefault () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#4 _PyEval_EvalCode () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#5 PyEval_EvalCode () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#6 PyRun_StringFlags () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#7 PyRun_SimpleStringFlags () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#8 Py_RunMain () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#9 pymain_main () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#10 Py_BytesMain () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#11 _start (ap=<optimized out>, cleanup=<optimized out>) at /usr/src/lib/csu/amd64/crt1_c.c:75 > > >====================================================================== >FAIL: test_NULL_ptr (test.test_gdb.PrettyPrintTests) >Ensure that a NULL PyObject* is handled gracefully >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 531, in test_NULL_ptr > self.get_gdb_repr('id(42)', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 286, in get_gdb_repr > self.fail('Unexpected gdb output: %r\n%s' % (gdb_output, gdb_output)) >AssertionError: Unexpected gdb output: 'Breakpoint 1 (builtin_id) pending.\n\nBreakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#1 cfunction_vectorcall_O () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#2 call_function () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#3 _PyEval_EvalFrameDefault () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#4 _PyEval_EvalCode () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#5 PyEval_EvalCode () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#6 PyRun_StringFlags () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#7 PyRun_SimpleStringFlags () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#8 Py_RunMain () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#9 pymain_main () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#10 Py_BytesMain () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#11 _start (ap=<optimized out>, cleanup=<optimized out>) at /usr/src/lib/csu/amd64/crt1_c.c:75\n' >Breakpoint 1 (builtin_id) pending. > >Breakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#1 cfunction_vectorcall_O () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#2 call_function () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#3 _PyEval_EvalFrameDefault () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#4 _PyEval_EvalCode () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#5 PyEval_EvalCode () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#6 PyRun_StringFlags () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#7 PyRun_SimpleStringFlags () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#8 Py_RunMain () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#9 pymain_main () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#10 Py_BytesMain () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#11 _start (ap=<optimized out>, cleanup=<optimized out>) at /usr/src/lib/csu/amd64/crt1_c.c:75 > > >====================================================================== >FAIL: test_builtin_method (test.test_gdb.PrettyPrintTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 663, in test_builtin_method > gdb_repr, gdb_output = self.get_gdb_repr('import sys; id(sys.stdout.readlines)') > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 286, in get_gdb_repr > self.fail('Unexpected gdb output: %r\n%s' % (gdb_output, gdb_output)) >AssertionError: Unexpected gdb output: 'Breakpoint 1 (builtin_id) pending.\n\nBreakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n' >Breakpoint 1 (builtin_id) pending. > >Breakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 > > >====================================================================== >FAIL: test_builtins_help (test.test_gdb.PrettyPrintTests) >Ensure that the new-style class _Helper in site.py can be handled >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 569, in test_builtins_help > gdb_repr, gdb_output = self.get_gdb_repr('id(__builtins__.help)', import_site=True) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 286, in get_gdb_repr > self.fail('Unexpected gdb output: %r\n%s' % (gdb_output, gdb_output)) >AssertionError: Unexpected gdb output: 'Breakpoint 1 (builtin_id) pending.\n\nBreakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n' >Breakpoint 1 (builtin_id) pending. > >Breakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 > > >====================================================================== >FAIL: test_bytes (test.test_gdb.PrettyPrintTests) >Verify the pretty-printing of bytes >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 345, in test_bytes > self.assertGdbRepr(b'') > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 310, in assertGdbRepr > gdb_repr, gdb_output = self.get_gdb_repr('id(' + ascii(val) + ')') > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 286, in get_gdb_repr > self.fail('Unexpected gdb output: %r\n%s' % (gdb_output, gdb_output)) >AssertionError: Unexpected gdb output: 'Breakpoint 1 (builtin_id) pending.\n\nBreakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n' >Breakpoint 1 (builtin_id) pending. > >Breakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 > > >====================================================================== >FAIL: test_corrupt_ob_type (test.test_gdb.PrettyPrintTests) >Ensure that a PyObject* with a corrupt ob_type is handled gracefully >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 545, in test_corrupt_ob_type > self.assertSane('id(42)', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 511, in assertSane > self.get_gdb_repr(source, > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 286, in get_gdb_repr > self.fail('Unexpected gdb output: %r\n%s' % (gdb_output, gdb_output)) >AssertionError: Unexpected gdb output: 'Breakpoint 1 (builtin_id) pending.\n\nBreakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#1 cfunction_vectorcall_O () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#2 call_function () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#3 _PyEval_EvalFrameDefault () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#4 _PyEval_EvalCode () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#5 PyEval_EvalCode () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#6 PyRun_StringFlags () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#7 PyRun_SimpleStringFlags () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#8 Py_RunMain () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#9 pymain_main () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#10 Py_BytesMain () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#11 _start (ap=<optimized out>, cleanup=<optimized out>) at /usr/src/lib/csu/amd64/crt1_c.c:75\n' >Breakpoint 1 (builtin_id) pending. > >Breakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#1 cfunction_vectorcall_O () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#2 call_function () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#3 _PyEval_EvalFrameDefault () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#4 _PyEval_EvalCode () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#5 PyEval_EvalCode () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#6 PyRun_StringFlags () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#7 PyRun_SimpleStringFlags () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#8 Py_RunMain () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#9 pymain_main () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#10 Py_BytesMain () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#11 _start (ap=<optimized out>, cleanup=<optimized out>) at /usr/src/lib/csu/amd64/crt1_c.c:75 > > >====================================================================== >FAIL: test_corrupt_tp_flags (test.test_gdb.PrettyPrintTests) >Ensure that a PyObject* with a type with corrupt tp_flags is handled >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 551, in test_corrupt_tp_flags > self.assertSane('id(42)', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 511, in assertSane > self.get_gdb_repr(source, > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 286, in get_gdb_repr > self.fail('Unexpected gdb output: %r\n%s' % (gdb_output, gdb_output)) >AssertionError: Unexpected gdb output: 'Breakpoint 1 (builtin_id) pending.\n\nBreakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#1 cfunction_vectorcall_O () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#2 call_function () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#3 _PyEval_EvalFrameDefault () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#4 _PyEval_EvalCode () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#5 PyEval_EvalCode () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#6 PyRun_StringFlags () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#7 PyRun_SimpleStringFlags () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#8 Py_RunMain () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#9 pymain_main () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#10 Py_BytesMain () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#11 _start (ap=<optimized out>, cleanup=<optimized out>) at /usr/src/lib/csu/amd64/crt1_c.c:75\n' >Breakpoint 1 (builtin_id) pending. > >Breakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#1 cfunction_vectorcall_O () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#2 call_function () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#3 _PyEval_EvalFrameDefault () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#4 _PyEval_EvalCode () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#5 PyEval_EvalCode () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#6 PyRun_StringFlags () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#7 PyRun_SimpleStringFlags () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#8 Py_RunMain () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#9 pymain_main () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#10 Py_BytesMain () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#11 _start (ap=<optimized out>, cleanup=<optimized out>) at /usr/src/lib/csu/amd64/crt1_c.c:75 > > >====================================================================== >FAIL: test_corrupt_tp_name (test.test_gdb.PrettyPrintTests) >Ensure that a PyObject* with a type with corrupt tp_name is handled >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 557, in test_corrupt_tp_name > self.assertSane('id(42)', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 511, in assertSane > self.get_gdb_repr(source, > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 286, in get_gdb_repr > self.fail('Unexpected gdb output: %r\n%s' % (gdb_output, gdb_output)) >AssertionError: Unexpected gdb output: 'Breakpoint 1 (builtin_id) pending.\n\nBreakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#1 cfunction_vectorcall_O () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#2 call_function () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#3 _PyEval_EvalFrameDefault () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#4 _PyEval_EvalCode () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#5 PyEval_EvalCode () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#6 PyRun_StringFlags () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#7 PyRun_SimpleStringFlags () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#8 Py_RunMain () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#9 pymain_main () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#10 Py_BytesMain () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#11 _start (ap=<optimized out>, cleanup=<optimized out>) at /usr/src/lib/csu/amd64/crt1_c.c:75\n' >Breakpoint 1 (builtin_id) pending. > >Breakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#1 cfunction_vectorcall_O () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#2 call_function () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#3 _PyEval_EvalFrameDefault () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#4 _PyEval_EvalCode () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#5 PyEval_EvalCode () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#6 PyRun_StringFlags () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#7 PyRun_SimpleStringFlags () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#8 Py_RunMain () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#9 pymain_main () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#10 Py_BytesMain () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#11 _start (ap=<optimized out>, cleanup=<optimized out>) at /usr/src/lib/csu/amd64/crt1_c.c:75 > > >====================================================================== >FAIL: test_dicts (test.test_gdb.PrettyPrintTests) >Verify the pretty-printing of dictionaries >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 333, in test_dicts > self.assertGdbRepr({}) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 310, in assertGdbRepr > gdb_repr, gdb_output = self.get_gdb_repr('id(' + ascii(val) + ')') > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 286, in get_gdb_repr > self.fail('Unexpected gdb output: %r\n%s' % (gdb_output, gdb_output)) >AssertionError: Unexpected gdb output: 'Breakpoint 1 (builtin_id) pending.\n\nBreakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n' >Breakpoint 1 (builtin_id) pending. > >Breakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 > > >====================================================================== >FAIL: test_exceptions (test.test_gdb.PrettyPrintTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 438, in test_exceptions > gdb_repr, gdb_output = self.get_gdb_repr(''' > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 286, in get_gdb_repr > self.fail('Unexpected gdb output: %r\n%s' % (gdb_output, gdb_output)) >AssertionError: Unexpected gdb output: 'Breakpoint 1 (builtin_id) pending.\n\nBreakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n' >Breakpoint 1 (builtin_id) pending. > >Breakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 > > >====================================================================== >FAIL: test_frames (test.test_gdb.PrettyPrintTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 679, in test_frames > self.assertTrue(re.match(r'.*\s+\$1 =\s+Frame 0x-?[0-9a-f]+, for file <string>, line 3, in foo \(\)\s+.*', >AssertionError: None is not true : Unexpected gdb representation: 'Breakpoint 1 (builtin_id) pending.\n\nBreakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n' >Breakpoint 1 (builtin_id) pending. > >Breakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 > > >====================================================================== >FAIL: test_frozensets (test.test_gdb.PrettyPrintTests) >Verify the pretty-printing of frozensets >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 429, in test_frozensets > self.assertGdbRepr(frozenset(), "frozenset()") > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 310, in assertGdbRepr > gdb_repr, gdb_output = self.get_gdb_repr('id(' + ascii(val) + ')') > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 286, in get_gdb_repr > self.fail('Unexpected gdb output: %r\n%s' % (gdb_output, gdb_output)) >AssertionError: Unexpected gdb output: 'Breakpoint 1 (builtin_id) pending.\n\nBreakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n' >Breakpoint 1 (builtin_id) pending. > >Breakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 > > >====================================================================== >FAIL: test_int (test.test_gdb.PrettyPrintTests) >Verify the pretty-printing of various int values >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 319, in test_int > self.assertGdbRepr(42) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 310, in assertGdbRepr > gdb_repr, gdb_output = self.get_gdb_repr('id(' + ascii(val) + ')') > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 286, in get_gdb_repr > self.fail('Unexpected gdb output: %r\n%s' % (gdb_output, gdb_output)) >AssertionError: Unexpected gdb output: 'Breakpoint 1 (builtin_id) pending.\n\nBreakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n' >Breakpoint 1 (builtin_id) pending. > >Breakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 > > >====================================================================== >FAIL: test_lists (test.test_gdb.PrettyPrintTests) >Verify the pretty-printing of lists >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 340, in test_lists > self.assertGdbRepr([]) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 310, in assertGdbRepr > gdb_repr, gdb_output = self.get_gdb_repr('id(' + ascii(val) + ')') > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 286, in get_gdb_repr > self.fail('Unexpected gdb output: %r\n%s' % (gdb_output, gdb_output)) >AssertionError: Unexpected gdb output: 'Breakpoint 1 (builtin_id) pending.\n\nBreakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n' >Breakpoint 1 (builtin_id) pending. > >Breakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 > > >====================================================================== >FAIL: test_modern_class (test.test_gdb.PrettyPrintTests) >Verify the pretty-printing of new-style class instances >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 460, in test_modern_class > gdb_repr, gdb_output = self.get_gdb_repr(''' > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 286, in get_gdb_repr > self.fail('Unexpected gdb output: %r\n%s' % (gdb_output, gdb_output)) >AssertionError: Unexpected gdb output: 'Breakpoint 1 (builtin_id) pending.\n\nBreakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n' >Breakpoint 1 (builtin_id) pending. > >Breakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 > > >====================================================================== >FAIL: test_selfreferential_dict (test.test_gdb.PrettyPrintTests) >Ensure that a reference loop involving a dict doesn't lead proxyval >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 590, in test_selfreferential_dict > self.get_gdb_repr("a = {} ; b = {'bar':a} ; a['foo'] = b ; id(a)") > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 286, in get_gdb_repr > self.fail('Unexpected gdb output: %r\n%s' % (gdb_output, gdb_output)) >AssertionError: Unexpected gdb output: 'Breakpoint 1 (builtin_id) pending.\n\nBreakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n' >Breakpoint 1 (builtin_id) pending. > >Breakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 > > >====================================================================== >FAIL: test_selfreferential_list (test.test_gdb.PrettyPrintTests) >Ensure that a reference loop involving a list doesn't lead proxyval >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 579, in test_selfreferential_list > self.get_gdb_repr("a = [3, 4, 5] ; a.append(a) ; id(a)") > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 286, in get_gdb_repr > self.fail('Unexpected gdb output: %r\n%s' % (gdb_output, gdb_output)) >AssertionError: Unexpected gdb output: 'Breakpoint 1 (builtin_id) pending.\n\nBreakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n' >Breakpoint 1 (builtin_id) pending. > >Breakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 > > >====================================================================== >FAIL: test_selfreferential_new_style_instance (test.test_gdb.PrettyPrintTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 609, in test_selfreferential_new_style_instance > self.get_gdb_repr(''' > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 286, in get_gdb_repr > self.fail('Unexpected gdb output: %r\n%s' % (gdb_output, gdb_output)) >AssertionError: Unexpected gdb output: 'Breakpoint 1 (builtin_id) pending.\n\nBreakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n' >Breakpoint 1 (builtin_id) pending. > >Breakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 > > >====================================================================== >FAIL: test_selfreferential_old_style_instance (test.test_gdb.PrettyPrintTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 596, in test_selfreferential_old_style_instance > self.get_gdb_repr(''' > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 286, in get_gdb_repr > self.fail('Unexpected gdb output: %r\n%s' % (gdb_output, gdb_output)) >AssertionError: Unexpected gdb output: 'Breakpoint 1 (builtin_id) pending.\n\nBreakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n' >Breakpoint 1 (builtin_id) pending. > >Breakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 > > >====================================================================== >FAIL: test_sets (test.test_gdb.PrettyPrintTests) >Verify the pretty-printing of sets >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 411, in test_sets > self.assertGdbRepr(set(), "set()") > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 310, in assertGdbRepr > gdb_repr, gdb_output = self.get_gdb_repr('id(' + ascii(val) + ')') > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 286, in get_gdb_repr > self.fail('Unexpected gdb output: %r\n%s' % (gdb_output, gdb_output)) >AssertionError: Unexpected gdb output: 'Breakpoint 1 (builtin_id) pending.\n\nBreakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n' >Breakpoint 1 (builtin_id) pending. > >Breakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 > > >====================================================================== >FAIL: test_singletons (test.test_gdb.PrettyPrintTests) >Verify the pretty-printing of True, False and None >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 327, in test_singletons > self.assertGdbRepr(True) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 310, in assertGdbRepr > gdb_repr, gdb_output = self.get_gdb_repr('id(' + ascii(val) + ')') > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 286, in get_gdb_repr > self.fail('Unexpected gdb output: %r\n%s' % (gdb_output, gdb_output)) >AssertionError: Unexpected gdb output: 'Breakpoint 1 (builtin_id) pending.\n\nBreakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n' >Breakpoint 1 (builtin_id) pending. > >Breakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 > > >====================================================================== >FAIL: test_strings (test.test_gdb.PrettyPrintTests) >Verify the pretty-printing of unicode strings >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 381, in test_strings > self.assertGdbRepr('') > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 310, in assertGdbRepr > gdb_repr, gdb_output = self.get_gdb_repr('id(' + ascii(val) + ')') > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 286, in get_gdb_repr > self.fail('Unexpected gdb output: %r\n%s' % (gdb_output, gdb_output)) >AssertionError: Unexpected gdb output: 'Breakpoint 1 (builtin_id) pending.\n\nBreakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n' >Breakpoint 1 (builtin_id) pending. > >Breakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 > > >====================================================================== >FAIL: test_subclassing_list (test.test_gdb.PrettyPrintTests) >Verify the pretty-printing of an instance of a list subclass >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 472, in test_subclassing_list > gdb_repr, gdb_output = self.get_gdb_repr(''' > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 286, in get_gdb_repr > self.fail('Unexpected gdb output: %r\n%s' % (gdb_output, gdb_output)) >AssertionError: Unexpected gdb output: 'Breakpoint 1 (builtin_id) pending.\n\nBreakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n' >Breakpoint 1 (builtin_id) pending. > >Breakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 > > >====================================================================== >FAIL: test_subclassing_tuple (test.test_gdb.PrettyPrintTests) >Verify the pretty-printing of an instance of a tuple subclass >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 488, in test_subclassing_tuple > gdb_repr, gdb_output = self.get_gdb_repr(''' > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 286, in get_gdb_repr > self.fail('Unexpected gdb output: %r\n%s' % (gdb_output, gdb_output)) >AssertionError: Unexpected gdb output: 'Breakpoint 1 (builtin_id) pending.\n\nBreakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n' >Breakpoint 1 (builtin_id) pending. > >Breakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 > > >====================================================================== >FAIL: test_truncation (test.test_gdb.PrettyPrintTests) >Verify that very long output is truncated >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 636, in test_truncation > gdb_repr, gdb_output = self.get_gdb_repr('id(list(range(1000)))') > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 286, in get_gdb_repr > self.fail('Unexpected gdb output: %r\n%s' % (gdb_output, gdb_output)) >AssertionError: Unexpected gdb output: 'Breakpoint 1 (builtin_id) pending.\n\nBreakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n' >Breakpoint 1 (builtin_id) pending. > >Breakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 > > >====================================================================== >FAIL: test_tuples (test.test_gdb.PrettyPrintTests) >Verify the pretty-printing of tuples >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 403, in test_tuples > self.assertGdbRepr(tuple(), '()') > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 310, in assertGdbRepr > gdb_repr, gdb_output = self.get_gdb_repr('id(' + ascii(val) + ')') > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 286, in get_gdb_repr > self.fail('Unexpected gdb output: %r\n%s' % (gdb_output, gdb_output)) >AssertionError: Unexpected gdb output: 'Breakpoint 1 (builtin_id) pending.\n\nBreakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n' >Breakpoint 1 (builtin_id) pending. > >Breakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 > > >---------------------------------------------------------------------- >Ran 47 tests in 12.546s > >FAILED (failures=26, skipped=17) >test test_gdb failed >0:02:04 load avg: 18.86 [373/425/12] test_builtin passed -- running: test_concurrent_futures (47.9 sec), test_multiprocessing_forkserver (1 min 3 sec), test_asyncio (1 min 5 sec) >0:02:05 load avg: 18.31 [374/425/12] test_repl passed -- running: test_concurrent_futures (49.0 sec), test_tarfile (30.3 sec), test_multiprocessing_forkserver (1 min 5 sec), test_asyncio (1 min 6 sec) >0:02:05 load avg: 18.31 [375/425/13] test_urllib2 failed (5 errors) -- running: test_concurrent_futures (49.1 sec), test_tarfile (30.4 sec), test_multiprocessing_forkserver (1 min 5 sec), test_asyncio (1 min 6 sec) >test_basic_and_digest_auth_handlers (test.test_urllib2.HandlerTests) ... ok >test_basic_auth (test.test_urllib2.HandlerTests) ... ok >test_basic_prior_auth_auto_send (test.test_urllib2.HandlerTests) ... ok >test_basic_prior_auth_send_after_first_success (test.test_urllib2.HandlerTests) ... ok >test_cookie_redirect (test.test_urllib2.HandlerTests) ... ok >test_cookies (test.test_urllib2.HandlerTests) ... ok >test_errors (test.test_urllib2.HandlerTests) ... ok >test_file (test.test_urllib2.HandlerTests) ... ok >test_fixpath_in_weirdurls (test.test_urllib2.HandlerTests) ... ok >test_ftp (test.test_urllib2.HandlerTests) ... ok >test_full_url_deleter (test.test_urllib2.HandlerTests) ... ok >test_full_url_setter (test.test_urllib2.HandlerTests) ... ok >test_http (test.test_urllib2.HandlerTests) ... ok >test_http_body_array (test.test_urllib2.HandlerTests) ... ok >test_http_body_empty_seq (test.test_urllib2.HandlerTests) ... ok >test_http_body_file (test.test_urllib2.HandlerTests) ... ok >test_http_body_fileobj (test.test_urllib2.HandlerTests) ... ok >test_http_body_iterable (test.test_urllib2.HandlerTests) ... ok >test_http_body_pipe (test.test_urllib2.HandlerTests) ... ok >test_http_closed (test.test_urllib2.HandlerTests) >Test the connection is cleaned up when the response is closed ... ok >test_http_doubleslash (test.test_urllib2.HandlerTests) ... ok >test_http_handler_debuglevel (test.test_urllib2.HandlerTests) ... ok >test_invalid_closed (test.test_urllib2.HandlerTests) >Test the connection is cleaned up after an invalid response ... ok >test_invalid_redirect (test.test_urllib2.HandlerTests) ... ok >test_osx_proxy_bypass (test.test_urllib2.HandlerTests) ... skipped 'only relevant for OSX' >test_proxy (test.test_urllib2.HandlerTests) ... ok >test_proxy_basic_auth (test.test_urllib2.HandlerTests) ... ok >test_proxy_https (test.test_urllib2.HandlerTests) ... ok >test_proxy_https_proxy_authorization (test.test_urllib2.HandlerTests) ... ok >test_proxy_no_proxy (test.test_urllib2.HandlerTests) ... ok >test_proxy_no_proxy_all (test.test_urllib2.HandlerTests) ... ok >test_redirect (test.test_urllib2.HandlerTests) ... ok >test_redirect_encoding (test.test_urllib2.HandlerTests) ... test_redirect_fragment (test.test_urllib2.HandlerTests) ... ok >test_redirect_no_path (test.test_urllib2.HandlerTests) ... ERROR >test_relative_redirect (test.test_urllib2.HandlerTests) ... ok >test_unsupported_auth_basic_handler (test.test_urllib2.HandlerTests) ... ok >test_unsupported_auth_digest_handler (test.test_urllib2.HandlerTests) ... ok >test_HTTPError_interface (test.test_urllib2.MiscTests) >Issue 13211 reveals that HTTPError didn't implement the URLError ... ok >test_build_opener (test.test_urllib2.MiscTests) ... ok >test_parse_proxy (test.test_urllib2.MiscTests) ... ok >test_unsupported_algorithm (test.test_urllib2.MiscTests) ... ok >test_add_non_handler (test.test_urllib2.OpenerDirectorTests) ... ok >test_badly_named_methods (test.test_urllib2.OpenerDirectorTests) ... ok >test_handled (test.test_urllib2.OpenerDirectorTests) ... ok >test_handler_order (test.test_urllib2.OpenerDirectorTests) ... ok >test_http_error (test.test_urllib2.OpenerDirectorTests) ... ok >test_processors (test.test_urllib2.OpenerDirectorTests) ... ok >test_raise (test.test_urllib2.OpenerDirectorTests) ... ok >test_password_manager (test.test_urllib2.RequestHdrsTests) ... ok >test_password_manager_default_port (test.test_urllib2.RequestHdrsTests) >The point to note here is that we can't guess the default port if ... ok >test_request_headers_dict (test.test_urllib2.RequestHdrsTests) >The Request.headers dictionary is not a documented interface. It ... ok >test_request_headers_methods (test.test_urllib2.RequestHdrsTests) >Note the case normalization of header names here, to ... ok >test_data (test.test_urllib2.RequestTests) ... ok >test_deleting_data_should_remove_content_length (test.test_urllib2.RequestTests) ... ok >test_get_full_url (test.test_urllib2.RequestTests) ... ok >test_get_host (test.test_urllib2.RequestTests) ... ok >test_get_host_unquote (test.test_urllib2.RequestTests) ... ok >test_get_type (test.test_urllib2.RequestTests) ... ok >test_method (test.test_urllib2.RequestTests) ... ok >test_proxy (test.test_urllib2.RequestTests) ... ok >test_selector (test.test_urllib2.RequestTests) ... ok >test_setting_data_should_remove_content_length (test.test_urllib2.RequestTests) ... ok >test_url_fragment (test.test_urllib2.RequestTests) ... ok >test_url_fullurl_get_full_url (test.test_urllib2.RequestTests) ... ok >test_wrapped_url (test.test_urllib2.RequestTests) ... ok >test_URLError_reasonstr (test.test_urllib2.TrivialTests) ... ok >test___all__ (test.test_urllib2.TrivialTests) ... ok >test_parse_http_list (test.test_urllib2.TrivialTests) ... ok >test_trivial (test.test_urllib2.TrivialTests) ... ok > >====================================================================== >ERROR: test_redirect_encoding (test.test_urllib2.HandlerTests) [b'/p\xc3\xa5-dansk/'] >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib2.py", line 1356, in test_redirect_encoding > response = opener.open('http://example.com/') > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 534, in _open > result = self._call_chain(self.handle_open, protocol, protocol + > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 802, in <lambda> > meth(r, proxy, type)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 830, in proxy_open > return self.parent.open(req, timeout=req.timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 539, in _open > return self._call_chain(self.handle_open, 'unknown', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1417, in unknown_open > raise URLError('unknown url type: %s' % type) >urllib.error.URLError: <urlopen error unknown url type: socks5> > >====================================================================== >ERROR: test_redirect_encoding (test.test_urllib2.HandlerTests) [b'/spaced%20path/'] >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib2.py", line 1356, in test_redirect_encoding > response = opener.open('http://example.com/') > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 534, in _open > result = self._call_chain(self.handle_open, protocol, protocol + > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 802, in <lambda> > meth(r, proxy, type)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 830, in proxy_open > return self.parent.open(req, timeout=req.timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 539, in _open > return self._call_chain(self.handle_open, 'unknown', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1417, in unknown_open > raise URLError('unknown url type: %s' % type) >urllib.error.URLError: <urlopen error unknown url type: socks5> > >====================================================================== >ERROR: test_redirect_encoding (test.test_urllib2.HandlerTests) [b'/spaced path/'] >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib2.py", line 1356, in test_redirect_encoding > response = opener.open('http://example.com/') > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 534, in _open > result = self._call_chain(self.handle_open, protocol, protocol + > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 802, in <lambda> > meth(r, proxy, type)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 830, in proxy_open > return self.parent.open(req, timeout=req.timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 539, in _open > return self._call_chain(self.handle_open, 'unknown', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1417, in unknown_open > raise URLError('unknown url type: %s' % type) >urllib.error.URLError: <urlopen error unknown url type: socks5> > >====================================================================== >ERROR: test_redirect_encoding (test.test_urllib2.HandlerTests) [b'/?p\xc3\xa5-dansk'] >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib2.py", line 1356, in test_redirect_encoding > response = opener.open('http://example.com/') > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 534, in _open > result = self._call_chain(self.handle_open, protocol, protocol + > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 802, in <lambda> > meth(r, proxy, type)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 830, in proxy_open > return self.parent.open(req, timeout=req.timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 539, in _open > return self._call_chain(self.handle_open, 'unknown', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1417, in unknown_open > raise URLError('unknown url type: %s' % type) >urllib.error.URLError: <urlopen error unknown url type: socks5> > >====================================================================== >ERROR: test_redirect_no_path (test.test_urllib2.HandlerTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib2.py", line 1323, in test_redirect_no_path > fp = urllib.request.urlopen("http://python.org/path") > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 214, in urlopen > return opener.open(url, data, timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 534, in _open > result = self._call_chain(self.handle_open, protocol, protocol + > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 802, in <lambda> > meth(r, proxy, type)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 830, in proxy_open > return self.parent.open(req, timeout=req.timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 539, in _open > return self._call_chain(self.handle_open, 'unknown', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1417, in unknown_open > raise URLError('unknown url type: %s' % type) >urllib.error.URLError: <urlopen error unknown url type: socks5> > >---------------------------------------------------------------------- >Ran 70 tests in 1.065s > >FAILED (errors=5, skipped=1) >test test_urllib2 failed >0:02:05 load avg: 18.31 [376/425/13] test_getargs2 passed -- running: test_concurrent_futures (49.6 sec), test_tarfile (30.9 sec), test_multiprocessing_forkserver (1 min 5 sec), test_asyncio (1 min 7 sec) >0:02:05 load avg: 18.31 [377/425/13] test_extcall passed -- running: test_concurrent_futures (49.6 sec), test_tarfile (30.9 sec), test_multiprocessing_forkserver (1 min 5 sec), test_asyncio (1 min 7 sec) >0:02:05 load avg: 18.31 [378/425/13] test_array passed -- running: test_concurrent_futures (49.6 sec), test_tarfile (30.9 sec), test_multiprocessing_forkserver (1 min 5 sec), test_asyncio (1 min 7 sec) >0:02:06 load avg: 18.31 [379/425/13] test_charmapcodec passed -- running: test_concurrent_futures (50.3 sec), test_tarfile (31.6 sec), test_multiprocessing_forkserver (1 min 6 sec), test_asyncio (1 min 7 sec) >0:02:06 load avg: 18.31 [380/425/13] test_funcattrs passed -- running: test_concurrent_futures (50.3 sec), test_tarfile (31.6 sec), test_multiprocessing_forkserver (1 min 6 sec), test_asyncio (1 min 7 sec) >0:02:06 load avg: 18.31 [381/425/13] test_audioop passed -- running: test_concurrent_futures (50.3 sec), test_tarfile (31.6 sec), test_multiprocessing_forkserver (1 min 6 sec), test_asyncio (1 min 7 sec) >0:02:07 load avg: 18.31 [382/425/13] test_codeccallbacks passed -- running: test_concurrent_futures (51.1 sec), test_tarfile (32.4 sec), test_multiprocessing_forkserver (1 min 7 sec), test_asyncio (1 min 8 sec) >0:02:07 load avg: 18.31 [383/425/13] test_numeric_tower passed -- running: test_concurrent_futures (51.2 sec), test_tarfile (32.5 sec), test_multiprocessing_forkserver (1 min 7 sec), test_asyncio (1 min 8 sec) >0:02:09 load avg: 18.31 [384/425/14] test_urllib failed (16 errors) -- running: test_concurrent_futures (52.8 sec), test_tarfile (34.1 sec), test_multiprocessing_forkserver (1 min 8 sec), test_asyncio (1 min 10 sec) >test_converting_drive_letter (test.test_urllib.PathName2URLTests) ... ok >test_converting_when_no_drive_letter (test.test_urllib.PathName2URLTests) ... ok >test_long_drive_letter (test.test_urllib.PathName2URLTests) ... ok >test_roundtrip_pathname2url (test.test_urllib.PathName2URLTests) ... ok >test_simple_compare (test.test_urllib.PathName2URLTests) ... ok >test_basic (test.test_urllib.Pathname_Tests) ... ok >test_ntpath (test.test_urllib.Pathname_Tests) ... skipped 'test specific to the urllib.url2path function.' >test_prefixes (test.test_urllib.Pathname_Tests) ... skipped 'test specific to the nturl2path functions.' >test_quoting (test.test_urllib.Pathname_Tests) ... ok >test_getproxies_environment_keep_no_proxies (test.test_urllib.ProxyTests) ... ok >test_proxy_bypass_environment_always_match (test.test_urllib.ProxyTests) ... ok >test_proxy_bypass_environment_host_match (test.test_urllib.ProxyTests) ... ok >test_proxy_bypass_environment_newline (test.test_urllib.ProxyTests) ... ok >test_proxy_cgi_ignore (test.test_urllib.ProxyTests) ... ok >test_getproxies_environment_prefer_lowercase (test.test_urllib.ProxyTests_withOrderedEnv) ... ok >test_default_quoting (test.test_urllib.QuotingTests) ... ok >test_default_safe (test.test_urllib.QuotingTests) ... ok >test_never_quote (test.test_urllib.QuotingTests) ... ok >test_quote_bytes (test.test_urllib.QuotingTests) ... ok >test_quote_plus_with_unicode (test.test_urllib.QuotingTests) ... ok >test_quote_with_unicode (test.test_urllib.QuotingTests) ... ok >test_quoting_plus (test.test_urllib.QuotingTests) ... ok >test_quoting_space (test.test_urllib.QuotingTests) ... ok >test_safe (test.test_urllib.QuotingTests) ... ok >test_default_values (test.test_urllib.RequestTests) ... ok >test_with_method_arg (test.test_urllib.RequestTests) ... ok >test_converting_drive_letter (test.test_urllib.URL2PathNameTests) ... ok >test_converting_when_no_drive_letter (test.test_urllib.URL2PathNameTests) ... ok >test_non_ascii_drive_letter (test.test_urllib.URL2PathNameTests) ... ok >test_roundtrip_url2pathname (test.test_urllib.URL2PathNameTests) ... ok >test_simple_compare (test.test_urllib.URL2PathNameTests) ... ok >test_local_file_open (test.test_urllib.URLopener_Tests) ... ok >test_quoted_open (test.test_urllib.URLopener_Tests) ... ok >test_urlopener_retrieve_file (test.test_urllib.URLopener_Tests) ... ok >test_urlopener_retrieve_remote (test.test_urllib.URLopener_Tests) ... ERROR >test_unquote_to_bytes (test.test_urllib.UnquotingTests) ... ok >test_unquote_with_unicode (test.test_urllib.UnquotingTests) ... ok >test_unquoting (test.test_urllib.UnquotingTests) ... ok >test_unquoting_badpercent (test.test_urllib.UnquotingTests) ... ok >test_unquoting_mixed_case (test.test_urllib.UnquotingTests) ... ok >test_unquoting_parts (test.test_urllib.UnquotingTests) ... ok >test_unquoting_plus (test.test_urllib.UnquotingTests) ... ok >test_unquoting_with_bytes_input (test.test_urllib.UnquotingTests) ... ok >test_thishost (test.test_urllib.Utility_Tests) >Test the urllib.request.thishost utility function returns a tuple ... ok >test_doseq (test.test_urllib.urlencode_Tests) ... ok >test_empty_sequence (test.test_urllib.urlencode_Tests) ... ok >test_nonstring_seq_values (test.test_urllib.urlencode_Tests) ... ok >test_nonstring_values (test.test_urllib.urlencode_Tests) ... ok >test_quoting (test.test_urllib.urlencode_Tests) ... ok >test_urlencode_bytes (test.test_urllib.urlencode_Tests) ... ok >test_urlencode_encoding (test.test_urllib.urlencode_Tests) ... ok >test_urlencode_encoding_doseq (test.test_urllib.urlencode_Tests) ... ok >test_urlencode_encoding_safe_parameter (test.test_urllib.urlencode_Tests) ... ok >test_using_mapping (test.test_urllib.urlencode_Tests) ... ok >test_using_sequence (test.test_urllib.urlencode_Tests) ... ok >test_geturl (test.test_urllib.urlopen_DataTests) ... ok >test_info (test.test_urllib.urlopen_DataTests) ... ok >test_interface (test.test_urllib.urlopen_DataTests) ... ok >test_invalid_base64_data (test.test_urllib.urlopen_DataTests) ... ok >test_missing_comma (test.test_urllib.urlopen_DataTests) ... ok >test_read_image (test.test_urllib.urlopen_DataTests) ... ok >test_read_text (test.test_urllib.urlopen_DataTests) ... ok >test_read_text_base64 (test.test_urllib.urlopen_DataTests) ... ok >test_close (test.test_urllib.urlopen_FileTests) ... ok >test_fileno (test.test_urllib.urlopen_FileTests) ... ok >test_getcode (test.test_urllib.urlopen_FileTests) ... ok >test_geturl (test.test_urllib.urlopen_FileTests) ... ok >test_headers (test.test_urllib.urlopen_FileTests) ... ok >test_info (test.test_urllib.urlopen_FileTests) ... ok >test_interface (test.test_urllib.urlopen_FileTests) ... ok >test_iter (test.test_urllib.urlopen_FileTests) ... ok >test_read (test.test_urllib.urlopen_FileTests) ... ok >test_readline (test.test_urllib.urlopen_FileTests) ... ok >test_readlines (test.test_urllib.urlopen_FileTests) ... ok >test_relativelocalfile (test.test_urllib.urlopen_FileTests) ... ok >test_status (test.test_urllib.urlopen_FileTests) ... ok >test_url (test.test_urllib.urlopen_FileTests) ... ok >test_URLopener_deprecation (test.test_urllib.urlopen_HttpTests) ... ok >test_cafile_and_context (test.test_urllib.urlopen_HttpTests) ... ok >test_empty_socket (test.test_urllib.urlopen_HttpTests) ... ok >test_file_notexists (test.test_urllib.urlopen_HttpTests) ... ok >test_ftp_cache_pruning (test.test_urllib.urlopen_HttpTests) ... ok >test_ftp_nohost (test.test_urllib.urlopen_HttpTests) ... ok >test_ftp_nonexisting (test.test_urllib.urlopen_HttpTests) ... ok >test_invalid_redirect (test.test_urllib.urlopen_HttpTests) ... ERROR >test_missing_localfile (test.test_urllib.urlopen_HttpTests) ... ok >test_read_0_9 (test.test_urllib.urlopen_HttpTests) ... ERROR >test_read_1_0 (test.test_urllib.urlopen_HttpTests) ... ERROR >test_read_1_1 (test.test_urllib.urlopen_HttpTests) ... ERROR >test_read_bogus (test.test_urllib.urlopen_HttpTests) ... ok >test_redirect_limit_independent (test.test_urllib.urlopen_HttpTests) ... ERROR >test_url_fragment (test.test_urllib.urlopen_HttpTests) ... ERROR >test_url_host_with_control_char_rejected (test.test_urllib.urlopen_HttpTests) ... ERROR >test_url_host_with_newline_header_injection_rejected (test.test_urllib.urlopen_HttpTests) ... ERROR >test_url_path_with_control_char_rejected (test.test_urllib.urlopen_HttpTests) ... ERROR >test_url_path_with_newline_header_injection_rejected (test.test_urllib.urlopen_HttpTests) ... ERROR >test_userpass_inurl (test.test_urllib.urlopen_HttpTests) ... ERROR >test_userpass_inurl_w_spaces (test.test_urllib.urlopen_HttpTests) ... ERROR >test_willclose (test.test_urllib.urlopen_HttpTests) ... ERROR >test_basic (test.test_urllib.urlretrieve_FileTests) ... ok >test_copy (test.test_urllib.urlretrieve_FileTests) ... ok >test_reporthook (test.test_urllib.urlretrieve_FileTests) ... ok >test_reporthook_0_bytes (test.test_urllib.urlretrieve_FileTests) ... ok >test_reporthook_5_bytes (test.test_urllib.urlretrieve_FileTests) ... ok >test_reporthook_8193_bytes (test.test_urllib.urlretrieve_FileTests) ... ok >test_short_content_raises_ContentTooShortError (test.test_urllib.urlretrieve_HttpTests) ... ERROR >test_short_content_raises_ContentTooShortError_without_reporthook (test.test_urllib.urlretrieve_HttpTests) ... ERROR > >====================================================================== >ERROR: test_urlopener_retrieve_remote (test.test_urllib.URLopener_Tests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/support/__init__.py", line 173, in wrapper > return test(self, *args, **kwargs) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib.py", line 1603, in test_urlopener_retrieve_remote > filename, _ = urllib.request.URLopener().retrieve(url) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1820, in retrieve > fp = self.open(url, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1781, in open > return self.open_unknown_proxy(proxy, fullurl, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1802, in open_unknown_proxy > raise OSError('url error', 'invalid proxy for %s' % type, proxy) >OSError: [Errno url error] invalid proxy for http: 'socks5://mattapan:9050' > >====================================================================== >ERROR: test_invalid_redirect (test.test_urllib.urlopen_HttpTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib.py", line 494, in test_invalid_redirect > urlopen("http://python.org/") > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib.py", line 47, in urlopen > return opener.open(url) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1781, in open > return self.open_unknown_proxy(proxy, fullurl, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1802, in open_unknown_proxy > raise OSError('url error', 'invalid proxy for %s' % type, proxy) >OSError: [Errno url error] invalid proxy for http: 'socks5://mattapan:9050' > >====================================================================== >ERROR: test_read_0_9 (test.test_urllib.urlopen_HttpTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib.py", line 461, in test_read_0_9 > self.check_read(b"0.9") > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib.py", line 347, in check_read > fp = urlopen("http://python.org/") > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib.py", line 47, in urlopen > return opener.open(url) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1781, in open > return self.open_unknown_proxy(proxy, fullurl, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1802, in open_unknown_proxy > raise OSError('url error', 'invalid proxy for %s' % type, proxy) >OSError: [Errno url error] invalid proxy for http: 'socks5://mattapan:9050' > >====================================================================== >ERROR: test_read_1_0 (test.test_urllib.urlopen_HttpTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib.py", line 464, in test_read_1_0 > self.check_read(b"1.0") > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib.py", line 347, in check_read > fp = urlopen("http://python.org/") > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib.py", line 47, in urlopen > return opener.open(url) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1781, in open > return self.open_unknown_proxy(proxy, fullurl, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1802, in open_unknown_proxy > raise OSError('url error', 'invalid proxy for %s' % type, proxy) >OSError: [Errno url error] invalid proxy for http: 'socks5://mattapan:9050' > >====================================================================== >ERROR: test_read_1_1 (test.test_urllib.urlopen_HttpTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib.py", line 467, in test_read_1_1 > self.check_read(b"1.1") > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib.py", line 347, in check_read > fp = urlopen("http://python.org/") > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib.py", line 47, in urlopen > return opener.open(url) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1781, in open > return self.open_unknown_proxy(proxy, fullurl, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1802, in open_unknown_proxy > raise OSError('url error', 'invalid proxy for %s' % type, proxy) >OSError: [Errno url error] invalid proxy for http: 'socks5://mattapan:9050' > >====================================================================== >ERROR: test_redirect_limit_independent (test.test_urllib.urlopen_HttpTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib.py", line 507, in test_redirect_limit_independent > self.assertRaises(urllib.error.HTTPError, urlopen, > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/unittest/case.py", line 739, in assertRaises > return context.handle('assertRaises', args, kwargs) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/unittest/case.py", line 201, in handle > callable_obj(*args, **kwargs) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib.py", line 47, in urlopen > return opener.open(url) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1781, in open > return self.open_unknown_proxy(proxy, fullurl, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1802, in open_unknown_proxy > raise OSError('url error', 'invalid proxy for %s' % type, proxy) >OSError: [Errno url error] invalid proxy for http: 'socks5://mattapan:9050' > >====================================================================== >ERROR: test_url_fragment (test.test_urllib.urlopen_HttpTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib.py", line 360, in test_url_fragment > fp = urllib.request.urlopen(url) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 214, in urlopen > return opener.open(url, data, timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 534, in _open > result = self._call_chain(self.handle_open, protocol, protocol + > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 802, in <lambda> > meth(r, proxy, type)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 830, in proxy_open > return self.parent.open(req, timeout=req.timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 539, in _open > return self._call_chain(self.handle_open, 'unknown', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1417, in unknown_open > raise URLError('unknown url type: %s' % type) >urllib.error.URLError: <urlopen error unknown url type: socks5> > >====================================================================== >ERROR: test_url_host_with_control_char_rejected (test.test_urllib.urlopen_HttpTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib.py", line 437, in test_url_host_with_control_char_rejected > urlopen(f"http:{schemeless_url}") > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib.py", line 47, in urlopen > return opener.open(url) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1781, in open > return self.open_unknown_proxy(proxy, fullurl, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1802, in open_unknown_proxy > raise OSError('url error', 'invalid proxy for %s' % type, proxy) >OSError: [Errno url error] invalid proxy for http: 'socks5://mattapan:9050' > >====================================================================== >ERROR: test_url_host_with_newline_header_injection_rejected (test.test_urllib.urlopen_HttpTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib.py", line 452, in test_url_host_with_newline_header_injection_rejected > urlopen(f"http:{schemeless_url}") > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib.py", line 47, in urlopen > return opener.open(url) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1781, in open > return self.open_unknown_proxy(proxy, fullurl, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1802, in open_unknown_proxy > raise OSError('url error', 'invalid proxy for %s' % type, proxy) >OSError: [Errno url error] invalid proxy for http: 'socks5://mattapan:9050' > >====================================================================== >ERROR: test_url_path_with_control_char_rejected (test.test_urllib.urlopen_HttpTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib.py", line 390, in test_url_path_with_control_char_rejected > urllib.request.urlopen(f"http:{schemeless_url}") > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 214, in urlopen > return opener.open(url, data, timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 534, in _open > result = self._call_chain(self.handle_open, protocol, protocol + > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 802, in <lambda> > meth(r, proxy, type)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 830, in proxy_open > return self.parent.open(req, timeout=req.timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 539, in _open > return self._call_chain(self.handle_open, 'unknown', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1417, in unknown_open > raise URLError('unknown url type: %s' % type) >urllib.error.URLError: <urlopen error unknown url type: socks5> > >====================================================================== >ERROR: test_url_path_with_newline_header_injection_rejected (test.test_urllib.urlopen_HttpTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib.py", line 415, in test_url_path_with_newline_header_injection_rejected > urllib.request.urlopen(f"http:{schemeless_url}") > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 214, in urlopen > return opener.open(url, data, timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 534, in _open > result = self._call_chain(self.handle_open, protocol, protocol + > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 802, in <lambda> > meth(r, proxy, type)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 830, in proxy_open > return self.parent.open(req, timeout=req.timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 539, in _open > return self._call_chain(self.handle_open, 'unknown', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1417, in unknown_open > raise URLError('unknown url type: %s' % type) >urllib.error.URLError: <urlopen error unknown url type: socks5> > >====================================================================== >ERROR: test_userpass_inurl (test.test_urllib.urlopen_HttpTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib.py", line 567, in test_userpass_inurl > fp = urlopen("http://user:pass@python.org/") > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib.py", line 47, in urlopen > return opener.open(url) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1781, in open > return self.open_unknown_proxy(proxy, fullurl, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1802, in open_unknown_proxy > raise OSError('url error', 'invalid proxy for %s' % type, proxy) >OSError: [Errno url error] invalid proxy for http: 'socks5://mattapan:9050' > >====================================================================== >ERROR: test_userpass_inurl_w_spaces (test.test_urllib.urlopen_HttpTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib.py", line 583, in test_userpass_inurl_w_spaces > fp = urlopen(url) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib.py", line 47, in urlopen > return opener.open(url) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1781, in open > return self.open_unknown_proxy(proxy, fullurl, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1802, in open_unknown_proxy > raise OSError('url error', 'invalid proxy for %s' % type, proxy) >OSError: [Errno url error] invalid proxy for http: 'socks5://mattapan:9050' > >====================================================================== >ERROR: test_willclose (test.test_urllib.urlopen_HttpTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib.py", line 368, in test_willclose > resp = urlopen("http://www.python.org") > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib.py", line 47, in urlopen > return opener.open(url) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1781, in open > return self.open_unknown_proxy(proxy, fullurl, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1802, in open_unknown_proxy > raise OSError('url error', 'invalid proxy for %s' % type, proxy) >OSError: [Errno url error] invalid proxy for http: 'socks5://mattapan:9050' > >====================================================================== >ERROR: test_short_content_raises_ContentTooShortError (test.test_urllib.urlretrieve_HttpTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib.py", line 849, in test_short_content_raises_ContentTooShortError > urllib.request.urlretrieve(support.TEST_HTTP_URL, > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 239, in urlretrieve > with contextlib.closing(urlopen(url, data)) as fp: > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 214, in urlopen > return opener.open(url, data, timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 534, in _open > result = self._call_chain(self.handle_open, protocol, protocol + > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 802, in <lambda> > meth(r, proxy, type)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 830, in proxy_open > return self.parent.open(req, timeout=req.timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 539, in _open > return self._call_chain(self.handle_open, 'unknown', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1417, in unknown_open > raise URLError('unknown url type: %s' % type) >urllib.error.URLError: <urlopen error unknown url type: socks5> > >====================================================================== >ERROR: test_short_content_raises_ContentTooShortError_without_reporthook (test.test_urllib.urlretrieve_HttpTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib.py", line 868, in test_short_content_raises_ContentTooShortError_without_reporthook > urllib.request.urlretrieve(support.TEST_HTTP_URL) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 239, in urlretrieve > with contextlib.closing(urlopen(url, data)) as fp: > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 214, in urlopen > return opener.open(url, data, timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 534, in _open > result = self._call_chain(self.handle_open, protocol, protocol + > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 802, in <lambda> > meth(r, proxy, type)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 830, in proxy_open > return self.parent.open(req, timeout=req.timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 539, in _open > return self._call_chain(self.handle_open, 'unknown', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1417, in unknown_open > raise URLError('unknown url type: %s' % type) >urllib.error.URLError: <urlopen error unknown url type: socks5> > >---------------------------------------------------------------------- >Ran 107 tests in 1.731s > >FAILED (errors=16, skipped=2) >test test_urllib failed >0:02:09 load avg: 18.31 [385/425/14] test_httpservers passed -- running: test_concurrent_futures (53.2 sec), test_tarfile (34.5 sec), test_multiprocessing_forkserver (1 min 9 sec), test_asyncio (1 min 10 sec) >0:02:10 load avg: 18.28 [386/425/14] test_minidom passed -- running: test_concurrent_futures (53.9 sec), test_tarfile (35.2 sec), test_multiprocessing_forkserver (1 min 9 sec), test_asyncio (1 min 11 sec) >0:02:11 load avg: 18.28 [387/425/14] test_rlcompleter passed -- running: test_concurrent_futures (54.7 sec), test_tarfile (36.0 sec), test_multiprocessing_forkserver (1 min 10 sec), test_asyncio (1 min 12 sec) >0:02:11 load avg: 18.28 [388/425/14] test_smtpnet passed -- running: test_concurrent_futures (54.7 sec), test_tarfile (36.0 sec), test_multiprocessing_forkserver (1 min 10 sec), test_asyncio (1 min 12 sec) >0:02:12 load avg: 18.28 [389/425/14] test_bisect passed -- running: test_concurrent_futures (55.8 sec), test_tarfile (37.1 sec), test_multiprocessing_forkserver (1 min 11 sec), test_asyncio (1 min 13 sec) >0:02:13 load avg: 18.28 [390/425/14] test_threadsignals passed -- running: test_nis (30.1 sec), test_concurrent_futures (56.8 sec), test_tarfile (38.2 sec), test_multiprocessing_forkserver (1 min 12 sec), test_asyncio (1 min 14 sec) >0:02:13 load avg: 18.28 [391/425/14] test_contains passed -- running: test_nis (30.3 sec), test_concurrent_futures (57.0 sec), test_tarfile (38.4 sec), test_multiprocessing_forkserver (1 min 13 sec), test_asyncio (1 min 14 sec) >0:02:13 load avg: 18.28 [392/425/14] test_binhex passed -- running: test_nis (30.3 sec), test_concurrent_futures (57.1 sec), test_tarfile (38.4 sec), test_multiprocessing_forkserver (1 min 13 sec), test_asyncio (1 min 14 sec) >0:02:14 load avg: 17.94 [393/425/14] test_named_expressions passed -- running: test_nis (31.2 sec), test_concurrent_futures (57.9 sec), test_tarfile (39.2 sec), test_multiprocessing_forkserver (1 min 13 sec), test_asyncio (1 min 15 sec) >0:02:14 load avg: 17.94 [394/425/14] test_email passed -- running: test_nis (31.3 sec), test_concurrent_futures (58.0 sec), test_tarfile (39.3 sec), test_multiprocessing_forkserver (1 min 14 sec), test_asyncio (1 min 15 sec) >0:02:15 load avg: 17.94 [395/425/14] test_grammar passed -- running: test_nis (32.4 sec), test_concurrent_futures (59.2 sec), test_tarfile (40.5 sec), test_multiprocessing_forkserver (1 min 15 sec), test_asyncio (1 min 16 sec) >0:02:15 load avg: 17.94 [396/425/14] test_enumerate passed -- running: test_nis (32.6 sec), test_concurrent_futures (59.4 sec), test_tarfile (40.7 sec), test_multiprocessing_forkserver (1 min 15 sec), test_asyncio (1 min 16 sec) >0:02:16 load avg: 17.94 [397/425/14] test_class passed -- running: test_nis (33.3 sec), test_concurrent_futures (1 min), test_tarfile (41.4 sec), test_multiprocessing_forkserver (1 min 16 sec), test_asyncio (1 min 17 sec) >0:02:17 load avg: 17.94 [398/425/14] test_exception_variations passed -- running: test_nis (33.9 sec), test_concurrent_futures (1 min), test_tarfile (42.0 sec), test_multiprocessing_forkserver (1 min 16 sec), test_asyncio (1 min 18 sec) >0:02:17 load avg: 17.94 [399/425/14] test_readline passed -- running: test_nis (34.4 sec), test_concurrent_futures (1 min 1 sec), test_tarfile (42.4 sec), test_multiprocessing_forkserver (1 min 17 sec), test_asyncio (1 min 18 sec) >0:02:18 load avg: 17.94 [400/425/14] test_struct passed -- running: test_nis (35.6 sec), test_concurrent_futures (1 min 2 sec), test_tarfile (43.7 sec), test_multiprocessing_forkserver (1 min 18 sec), test_asyncio (1 min 19 sec) >0:02:19 load avg: 17.62 [401/425/14] test_unpack_ex passed -- running: test_nis (36.5 sec), test_concurrent_futures (1 min 3 sec), test_tarfile (44.5 sec), test_multiprocessing_forkserver (1 min 19 sec), test_asyncio (1 min 20 sec) >0:02:19 load avg: 17.62 [402/425/14] test_audit passed -- running: test_nis (36.5 sec), test_concurrent_futures (1 min 3 sec), test_tarfile (44.5 sec), test_multiprocessing_forkserver (1 min 19 sec), test_asyncio (1 min 20 sec) >0:02:20 load avg: 17.62 [403/425/14] test_codecencodings_iso2022 passed -- running: test_nis (37.5 sec), test_concurrent_futures (1 min 4 sec), test_tarfile (45.6 sec), test_multiprocessing_forkserver (1 min 20 sec), test_asyncio (1 min 21 sec) >0:02:21 load avg: 17.62 [404/425/14] test_xml_dom_minicompat passed -- running: test_nis (38.3 sec), test_concurrent_futures (1 min 4 sec), test_tarfile (46.3 sec), test_multiprocessing_forkserver (1 min 21 sec), test_asyncio (1 min 22 sec) >0:02:22 load avg: 17.62 [405/425/14] test_http_cookiejar passed -- running: test_nis (39.1 sec), test_concurrent_futures (1 min 5 sec), test_tarfile (47.1 sec), test_multiprocessing_forkserver (1 min 21 sec), test_asyncio (1 min 23 sec) >0:02:22 load avg: 17.62 [406/425/14] test_symtable passed -- running: test_nis (39.1 sec), test_concurrent_futures (1 min 5 sec), test_tarfile (47.2 sec), test_multiprocessing_forkserver (1 min 21 sec), test_asyncio (1 min 23 sec) >0:02:22 load avg: 17.62 [407/425/14] test_structmembers passed -- running: test_nis (39.8 sec), test_concurrent_futures (1 min 6 sec), test_tarfile (47.9 sec), test_multiprocessing_forkserver (1 min 22 sec), test_asyncio (1 min 24 sec) >0:02:25 load avg: 17.25 [408/425/14] test_modulefinder passed -- running: test_nis (42.4 sec), test_concurrent_futures (1 min 9 sec), test_tarfile (50.5 sec), test_largefile (32.0 sec), test_multiprocessing_forkserver (1 min 25 sec), test_asyncio (1 min 26 sec), test_multiprocessing_fork (31.6 sec) >0:02:26 load avg: 17.25 [409/425/14] test_asdl_parser passed -- running: test_nis (43.1 sec), test_concurrent_futures (1 min 9 sec), test_tarfile (51.1 sec), test_largefile (32.7 sec), test_multiprocessing_forkserver (1 min 25 sec), test_asyncio (1 min 27 sec), test_multiprocessing_fork (32.2 sec) >0:02:27 load avg: 17.25 [410/425/15] test_urllib2_localnet failed (2 errors) -- running: test_nis (44.2 sec), test_concurrent_futures (1 min 10 sec), test_tarfile (52.3 sec), test_largefile (33.8 sec), test_multiprocessing_forkserver (1 min 26 sec), test_asyncio (1 min 28 sec), test_multiprocessing_fork (33.3 sec) >test_basic_auth_httperror (test.test_urllib2_localnet.BasicAuthTests) ... ERROR >test_basic_auth_success (test.test_urllib2_localnet.BasicAuthTests) ... ERROR >test_proxy_qop_auth_int_works_or_throws_urlerror (test.test_urllib2_localnet.ProxyAuthTests) ... ok >test_proxy_qop_auth_works (test.test_urllib2_localnet.ProxyAuthTests) ... ok >test_proxy_with_bad_password_raises_httperror (test.test_urllib2_localnet.ProxyAuthTests) ... ok >test_proxy_with_no_password_raises_httperror (test.test_urllib2_localnet.ProxyAuthTests) ... ok >test_200 (test.test_urllib2_localnet.TestUrlopen) ... ok >test_200_with_parameters (test.test_urllib2_localnet.TestUrlopen) ... ok >test_404 (test.test_urllib2_localnet.TestUrlopen) ... ok >test_basic (test.test_urllib2_localnet.TestUrlopen) ... ok >test_chunked (test.test_urllib2_localnet.TestUrlopen) ... ok >test_geturl (test.test_urllib2_localnet.TestUrlopen) ... ok >test_https (test.test_urllib2_localnet.TestUrlopen) ... stopping HTTPS server >joining HTTPS thread >ok >test_https_sni (test.test_urllib2_localnet.TestUrlopen) ... stopping HTTPS server >joining HTTPS thread >ok >test_https_with_cadefault (test.test_urllib2_localnet.TestUrlopen) ... Got an error: >[SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1134) >stopping HTTPS server >joining HTTPS thread >ok >test_https_with_cafile (test.test_urllib2_localnet.TestUrlopen) ... Got an error: >[SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1134) >Got an error: >[SSL: SSLV3_ALERT_BAD_CERTIFICATE] sslv3 alert bad certificate (_ssl.c:1134) >stopping HTTPS server >joining HTTPS thread >stopping HTTPS server >joining HTTPS thread >ok >test_info (test.test_urllib2_localnet.TestUrlopen) ... ok >test_issue16464 (test.test_urllib2_localnet.TestUrlopen) ... ok >test_iteration (test.test_urllib2_localnet.TestUrlopen) ... ok >test_line_iteration (test.test_urllib2_localnet.TestUrlopen) ... ok >test_redirection (test.test_urllib2_localnet.TestUrlopen) ... ok >test_sending_headers (test.test_urllib2_localnet.TestUrlopen) ... ok >test_sending_headers_camel (test.test_urllib2_localnet.TestUrlopen) ... ok > >====================================================================== >ERROR: test_basic_auth_httperror (test.test_urllib2_localnet.BasicAuthTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib2_localnet.py", line 316, in test_basic_auth_httperror > self.assertRaises(urllib.error.HTTPError, urllib.request.urlopen, self.server_url) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/unittest/case.py", line 739, in assertRaises > return context.handle('assertRaises', args, kwargs) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/unittest/case.py", line 201, in handle > callable_obj(*args, **kwargs) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 214, in urlopen > return opener.open(url, data, timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 534, in _open > result = self._call_chain(self.handle_open, protocol, protocol + > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 802, in <lambda> > meth(r, proxy, type)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 830, in proxy_open > return self.parent.open(req, timeout=req.timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 539, in _open > return self._call_chain(self.handle_open, 'unknown', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1417, in unknown_open > raise URLError('unknown url type: %s' % type) >urllib.error.URLError: <urlopen error unknown url type: socks5> > >====================================================================== >ERROR: test_basic_auth_success (test.test_urllib2_localnet.BasicAuthTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib2_localnet.py", line 308, in test_basic_auth_success > self.assertTrue(urllib.request.urlopen(self.server_url)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 214, in urlopen > return opener.open(url, data, timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 534, in _open > result = self._call_chain(self.handle_open, protocol, protocol + > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 802, in <lambda> > meth(r, proxy, type)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 830, in proxy_open > return self.parent.open(req, timeout=req.timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 539, in _open > return self._call_chain(self.handle_open, 'unknown', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1417, in unknown_open > raise URLError('unknown url type: %s' % type) >urllib.error.URLError: <urlopen error unknown url type: socks5> > >---------------------------------------------------------------------- >Ran 23 tests in 0.686s > >FAILED (errors=2) >test test_urllib2_localnet failed >0:02:29 load avg: 17.25 [411/425/15] test__locale passed -- running: test_nis (46.2 sec), test_concurrent_futures (1 min 12 sec), test_tarfile (54.3 sec), test_largefile (35.8 sec), test_multiprocessing_forkserver (1 min 28 sec), test_asyncio (1 min 30 sec), test_multiprocessing_fork (35.3 sec) >0:02:30 load avg: 16.91 [412/425/15] test_imghdr passed -- running: test_nis (47.9 sec), test_concurrent_futures (1 min 14 sec), test_tarfile (55.9 sec), test_largefile (37.4 sec), test_multiprocessing_forkserver (1 min 30 sec), test_asyncio (1 min 32 sec), test_multiprocessing_fork (37.0 sec) >0:02:31 load avg: 16.91 [413/425/15] test_timeout passed -- running: test_nis (48.8 sec), test_concurrent_futures (1 min 15 sec), test_multiprocessing_spawn (30.0 sec), test_tarfile (56.9 sec), test_largefile (38.4 sec), test_multiprocessing_forkserver (1 min 31 sec), test_asyncio (1 min 33 sec), test_multiprocessing_fork (38.0 sec) >0:02:33 load avg: 16.91 [414/425/15] test_difflib passed -- running: test_nis (50.3 sec), test_concurrent_futures (1 min 17 sec), test_multiprocessing_spawn (31.5 sec), test_tarfile (58.4 sec), test_largefile (39.9 sec), test_multiprocessing_forkserver (1 min 33 sec), test_asyncio (1 min 34 sec), test_multiprocessing_fork (39.5 sec) >0:02:33 load avg: 16.91 [415/425/15] test_deque passed -- running: test_nis (50.6 sec), test_concurrent_futures (1 min 17 sec), test_multiprocessing_spawn (31.8 sec), test_tarfile (58.7 sec), test_largefile (40.2 sec), test_multiprocessing_forkserver (1 min 33 sec), test_asyncio (1 min 34 sec), test_multiprocessing_fork (39.7 sec) >0:02:38 load avg: 16.60 [416/425/15] test_asyncio passed (1 min 38 sec) -- running: test_nis (55.0 sec), test_concurrent_futures (1 min 21 sec), test_multiprocessing_spawn (36.2 sec), test_tarfile (1 min 3 sec), test_largefile (44.6 sec), test_multiprocessing_forkserver (1 min 37 sec), test_multiprocessing_fork (44.1 sec) >0:02:57 load avg: 15.93 [417/425/15] test_shelve passed (40.1 sec) -- running: test_nis (1 min 14 sec), test_concurrent_futures (1 min 40 sec), test_multiprocessing_spawn (55.4 sec), test_signal (44.1 sec), test_tarfile (1 min 22 sec), test_largefile (1 min 3 sec), test_multiprocessing_forkserver (1 min 57 sec), test_multiprocessing_fork (1 min 3 sec) >0:02:57 load avg: 15.93 [418/425/15] test_largefile passed (1 min 3 sec) -- running: test_nis (1 min 14 sec), test_concurrent_futures (1 min 41 sec), test_multiprocessing_spawn (55.8 sec), test_signal (44.5 sec), test_tarfile (1 min 22 sec), test_multiprocessing_forkserver (1 min 57 sec), test_multiprocessing_fork (1 min 3 sec) >0:03:02 load avg: 16.58 [419/425/15] test_signal passed (49.3 sec) -- running: test_nis (1 min 19 sec), test_concurrent_futures (1 min 46 sec), test_multiprocessing_spawn (1 min), test_tarfile (1 min 27 sec), test_multiprocessing_forkserver (2 min 2 sec), test_multiprocessing_fork (1 min 8 sec) >0:03:17 load avg: 15.91 [420/425/15] test_tarfile passed (1 min 42 sec) -- running: test_nis (1 min 34 sec), test_concurrent_futures (2 min 1 sec), test_multiprocessing_spawn (1 min 15 sec), test_multiprocessing_forkserver (2 min 17 sec), test_multiprocessing_fork (1 min 23 sec) >0:03:20 load avg: 15.60 [421/425/15] test_multiprocessing_forkserver passed (2 min 20 sec) -- running: test_nis (1 min 37 sec), test_concurrent_futures (2 min 4 sec), test_multiprocessing_spawn (1 min 18 sec), test_multiprocessing_fork (1 min 26 sec) >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/multiprocessing/resource_tracker.py", line 201, in main > cache[rtype].remove(name) >KeyError: '/psm_09b193c5' >0:03:43 load avg: 14.80 [422/425/15] test_nis passed (2 min) -- running: test_concurrent_futures (2 min 27 sec), test_multiprocessing_spawn (1 min 41 sec), test_multiprocessing_fork (1 min 49 sec) >0:03:45 load avg: 14.80 [423/425/15] test_multiprocessing_fork passed (1 min 51 sec) -- running: test_concurrent_futures (2 min 29 sec), test_multiprocessing_spawn (1 min 43 sec) >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/multiprocessing/resource_tracker.py", line 201, in main > cache[rtype].remove(name) >KeyError: '/psm_b3e3bd2a' >0:04:15 load avg: 13.98 running: test_concurrent_futures (2 min 59 sec), test_multiprocessing_spawn (2 min 13 sec) >0:04:21 load avg: 13.82 [424/425/15] test_multiprocessing_spawn passed (2 min 18 sec) -- running: test_concurrent_futures (3 min 4 sec) >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/multiprocessing/resource_tracker.py", line 201, in main > cache[rtype].remove(name) >KeyError: '/psm_7b67339b' >0:04:32 load avg: 13.54 [425/425/15] test_concurrent_futures passed (3 min 15 sec) > >== Tests result: FAILURE == > >391 tests OK. > >10 slowest tests: >- test_concurrent_futures: 3 min 15 sec >- test_multiprocessing_forkserver: 2 min 20 sec >- test_multiprocessing_spawn: 2 min 18 sec >- test_nis: 2 min >- test_multiprocessing_fork: 1 min 51 sec >- test_tarfile: 1 min 42 sec >- test_subprocess: 1 min 41 sec >- test_asyncio: 1 min 38 sec >- test_largefile: 1 min 3 sec >- test_tokenize: 1 min > >15 tests failed: > test___all__ test_bdb test_distutils test_dtrace test_gdb > test_robotparser test_socketserver test_sundry test_unicodedata > test_urllib test_urllib2 test_urllib2_localnet test_urllib2net > test_urllibnet test_venv > >19 tests skipped: > test_dbm_gnu test_devpoll test_epoll test_idle test_ioctl > test_msilib test_spwd test_sqlite test_startfile test_tcl test_tix > test_tk test_ttk_guionly test_ttk_textonly test_turtle > test_winconsoleio test_winreg test_winsound test_zipfile64 >0:04:32 load avg: 13.54 >0:04:32 load avg: 13.54 Re-running failed tests in verbose mode >0:04:32 load avg: 13.54 Re-running test_urllib2net in verbose mode (matching: test_close, test_custom_headers, test_redirect_url_withfrag, test_urlwithfrag, test_http_basic, test_http_default_timeout, test_http_no_timeout, test_http_timeout) >test_close (test.test_urllib2net.CloseSocketTest) ... ERROR >test_custom_headers (test.test_urllib2net.OtherNetworkTests) ... ERROR >test_redirect_url_withfrag (test.test_urllib2net.OtherNetworkTests) ... ERROR >test_urlwithfrag (test.test_urllib2net.OtherNetworkTests) ... ERROR >test_http_basic (test.test_urllib2net.TimeoutTest) ... ERROR >test_http_default_timeout (test.test_urllib2net.TimeoutTest) ... ERROR >test_http_no_timeout (test.test_urllib2net.TimeoutTest) ... ERROR >test_http_timeout (test.test_urllib2net.TimeoutTest) ... ERROR > >====================================================================== >ERROR: test_close (test.test_urllib2net.CloseSocketTest) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib2net.py", line 91, in test_close > response = _urlopen_with_retry(url) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib2net.py", line 26, in wrapped > return _retry_thrice(func, exc, *args, **kwargs) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib2net.py", line 22, in _retry_thrice > raise last_exc > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib2net.py", line 18, in _retry_thrice > return func(*args, **kwargs) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 214, in urlopen > return opener.open(url, data, timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 534, in _open > result = self._call_chain(self.handle_open, protocol, protocol + > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 802, in <lambda> > meth(r, proxy, type)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 830, in proxy_open > return self.parent.open(req, timeout=req.timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 539, in _open > return self._call_chain(self.handle_open, 'unknown', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1417, in unknown_open > raise URLError('unknown url type: %s' % type) >urllib.error.URLError: <urlopen error unknown url type: socks5> > >====================================================================== >ERROR: test_custom_headers (test.test_urllib2net.OtherNetworkTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib2net.py", line 183, in test_custom_headers > opener.open(request) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 534, in _open > result = self._call_chain(self.handle_open, protocol, protocol + > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 802, in <lambda> > meth(r, proxy, type)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 830, in proxy_open > return self.parent.open(req, timeout=req.timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 539, in _open > return self._call_chain(self.handle_open, 'unknown', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1417, in unknown_open > raise URLError('unknown url type: %s' % type) >urllib.error.URLError: <urlopen error unknown url type: socks5> > >====================================================================== >ERROR: test_redirect_url_withfrag (test.test_urllib2net.OtherNetworkTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib2net.py", line 173, in test_redirect_url_withfrag > res = urllib.request.urlopen(req) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 214, in urlopen > return opener.open(url, data, timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 534, in _open > result = self._call_chain(self.handle_open, protocol, protocol + > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 802, in <lambda> > meth(r, proxy, type)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 830, in proxy_open > return self.parent.open(req, timeout=req.timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 539, in _open > return self._call_chain(self.handle_open, 'unknown', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1417, in unknown_open > raise URLError('unknown url type: %s' % type) >urllib.error.URLError: <urlopen error unknown url type: socks5> > >====================================================================== >ERROR: test_urlwithfrag (test.test_urllib2net.OtherNetworkTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib2net.py", line 165, in test_urlwithfrag > res = urllib.request.urlopen(req) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 214, in urlopen > return opener.open(url, data, timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 534, in _open > result = self._call_chain(self.handle_open, protocol, protocol + > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 802, in <lambda> > meth(r, proxy, type)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 830, in proxy_open > return self.parent.open(req, timeout=req.timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 539, in _open > return self._call_chain(self.handle_open, 'unknown', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1417, in unknown_open > raise URLError('unknown url type: %s' % type) >urllib.error.URLError: <urlopen error unknown url type: socks5> > >====================================================================== >ERROR: test_http_basic (test.test_urllib2net.TimeoutTest) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib2net.py", line 270, in test_http_basic > u = _urlopen_with_retry(url) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib2net.py", line 26, in wrapped > return _retry_thrice(func, exc, *args, **kwargs) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib2net.py", line 22, in _retry_thrice > raise last_exc > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib2net.py", line 18, in _retry_thrice > return func(*args, **kwargs) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 214, in urlopen > return opener.open(url, data, timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 534, in _open > result = self._call_chain(self.handle_open, protocol, protocol + > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 802, in <lambda> > meth(r, proxy, type)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 830, in proxy_open > return self.parent.open(req, timeout=req.timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 539, in _open > return self._call_chain(self.handle_open, 'unknown', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1417, in unknown_open > raise URLError('unknown url type: %s' % type) >urllib.error.URLError: <urlopen error unknown url type: socks5> > >====================================================================== >ERROR: test_http_default_timeout (test.test_urllib2net.TimeoutTest) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib2net.py", line 280, in test_http_default_timeout > u = _urlopen_with_retry(url) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib2net.py", line 26, in wrapped > return _retry_thrice(func, exc, *args, **kwargs) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib2net.py", line 22, in _retry_thrice > raise last_exc > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib2net.py", line 18, in _retry_thrice > return func(*args, **kwargs) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 214, in urlopen > return opener.open(url, data, timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 534, in _open > result = self._call_chain(self.handle_open, protocol, protocol + > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 802, in <lambda> > meth(r, proxy, type)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 830, in proxy_open > return self.parent.open(req, timeout=req.timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 539, in _open > return self._call_chain(self.handle_open, 'unknown', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1417, in unknown_open > raise URLError('unknown url type: %s' % type) >urllib.error.URLError: <urlopen error unknown url type: socks5> > >====================================================================== >ERROR: test_http_no_timeout (test.test_urllib2net.TimeoutTest) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib2net.py", line 292, in test_http_no_timeout > u = _urlopen_with_retry(url, timeout=None) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib2net.py", line 26, in wrapped > return _retry_thrice(func, exc, *args, **kwargs) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib2net.py", line 22, in _retry_thrice > raise last_exc > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib2net.py", line 18, in _retry_thrice > return func(*args, **kwargs) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 214, in urlopen > return opener.open(url, data, timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 534, in _open > result = self._call_chain(self.handle_open, protocol, protocol + > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 802, in <lambda> > meth(r, proxy, type)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 830, in proxy_open > return self.parent.open(req, timeout=req.timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 539, in _open > return self._call_chain(self.handle_open, 'unknown', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1417, in unknown_open > raise URLError('unknown url type: %s' % type) >urllib.error.URLError: <urlopen error unknown url type: socks5> > >====================================================================== >ERROR: test_http_timeout (test.test_urllib2net.TimeoutTest) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib2net.py", line 301, in test_http_timeout > u = _urlopen_with_retry(url, timeout=120) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib2net.py", line 26, in wrapped > return _retry_thrice(func, exc, *args, **kwargs) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib2net.py", line 22, in _retry_thrice > raise last_exc > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib2net.py", line 18, in _retry_thrice > return func(*args, **kwargs) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 214, in urlopen > return opener.open(url, data, timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 534, in _open > result = self._call_chain(self.handle_open, protocol, protocol + > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 802, in <lambda> > meth(r, proxy, type)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 830, in proxy_open > return self.parent.open(req, timeout=req.timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 539, in _open > return self._call_chain(self.handle_open, 'unknown', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1417, in unknown_open > raise URLError('unknown url type: %s' % type) >urllib.error.URLError: <urlopen error unknown url type: socks5> > >---------------------------------------------------------------------- >Ran 8 tests in 0.022s > >FAILED (errors=8) >test test_urllib2net failed >0:04:32 load avg: 13.54 Re-running test_robotparser in verbose mode (matching: setUpClass, testPasswordProtectedSite) >testPasswordProtectedSite (test.test_robotparser.PasswordProtectedSiteTestCase) ... ERROR > >====================================================================== >ERROR: testPasswordProtectedSite (test.test_robotparser.PasswordProtectedSiteTestCase) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/support/__init__.py", line 2110, in decorator > return func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_robotparser.py", line 340, in testPasswordProtectedSite > parser.read() > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/robotparser.py", line 62, in read > f = urllib.request.urlopen(self.url) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 214, in urlopen > return opener.open(url, data, timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 534, in _open > result = self._call_chain(self.handle_open, protocol, protocol + > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 802, in <lambda> > meth(r, proxy, type)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 830, in proxy_open > return self.parent.open(req, timeout=req.timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 539, in _open > return self._call_chain(self.handle_open, 'unknown', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1417, in unknown_open > raise URLError('unknown url type: %s' % type) >urllib.error.URLError: <urlopen error unknown url type: socks5> > >---------------------------------------------------------------------- >Ran 1 test in 0.015s > >FAILED (errors=1) >Warning -- threading._dangling was modified by test_robotparser > Before: {<weakref at 0x8027fed10; to '_MainThread' at 0x8018d9190>} > After: {<weakref at 0x8027fe720; to 'Thread' at 0x80581e490>, <weakref at 0x8027fe680; to '_MainThread' at 0x8018d9190>} >test test_robotparser failed >0:04:32 load avg: 13.54 Re-running test_socketserver in verbose mode (matching: test_threads_reaped) >test_threads_reaped (test.test_socketserver.MiscTestCase) >In #37193, users reported a memory leak ... FAIL > >====================================================================== >FAIL: test_threads_reaped (test.test_socketserver.MiscTestCase) >In #37193, users reported a memory leak >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_socketserver.py", line 512, in test_threads_reaped > self.assertLess(len(server._threads), 10) >AssertionError: 10 not less than 10 > >---------------------------------------------------------------------- >Ran 1 test in 0.004s > >FAILED (failures=1) >Warning -- threading._dangling was modified by test_socketserver > Before: {<weakref at 0x805a266d0; to '_MainThread' at 0x8018d9190>} > After: {<weakref at 0x805a48d60; to 'Thread' at 0x8058a1e20>, <weakref at 0x8026b6ea0; to 'Thread' at 0x8058b8430>, <weakref at 0x805a48d10; to 'Thread' at 0x8058b0a30>, <weakref at 0x8058ba590; to 'Thread' at 0x8058b0ca0>, <weakref at 0x8058ba540; to 'Thread' at 0x8058b86a0>, <weakref at 0x8058ba220; to 'Thread' at 0x8058b02e0>, <weakref at 0x8058ba720; to 'Thread' at 0x8058b07c0>, <weakref at 0x8058ba3b0; to 'Thread' at 0x8058b0f10>, <weakref at 0x8058ba7c0; to 'Thread' at 0x8058b0550>, <weakref at 0x8058ba630; to '_MainThread' at 0x8018d9190>, <weakref at 0x8058ba450; to 'Thread' at 0x8058b81c0>} >test test_socketserver failed >0:04:32 load avg: 13.54 Re-running test_bdb in verbose mode (matching: test_skip) >test_skip (test.test_bdb.StateTestCase) ... /usr/ports/lang/python39/work/Python-3.9.17/Lib/threading.py:921: ResourceWarning: unclosed <socket.socket fd=3, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 58221)> > del self._target, self._args, self._kwargs >ResourceWarning: Enable tracemalloc to get the object allocation traceback >FAIL > >====================================================================== >FAIL: test_skip (test.test_bdb.StateTestCase) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_bdb.py", line 731, in test_skip > tracer.runcall(tfunc_import) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_bdb.py", line 448, in __exit__ > self.test_case.fail(err_msg) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_bdb.py", line 582, in fail > raise self.failureException(msg) from None >AssertionError: Wrong event type at expect_set item 2, got 'call' > Expected: ('line', 3, 'tfunc_import') > Got: ('call', 89, 'find_spec'), ('quit',), > >---------------------------------------------------------------------- >Ran 1 test in 0.006s > >FAILED (failures=1) >test test_bdb failed >0:04:32 load avg: 13.54 Re-running test_dtrace in verbose mode (matching: test_function_entry_return, test_gc, test_line, test_function_entry_return, test_gc, test_line) >test_function_entry_return (test.test_dtrace.DTraceNormalTests) ... FAIL >test_gc (test.test_dtrace.DTraceNormalTests) ... FAIL >test_line (test.test_dtrace.DTraceNormalTests) ... FAIL >test_function_entry_return (test.test_dtrace.DTraceOptimizedTests) ... FAIL >test_gc (test.test_dtrace.DTraceOptimizedTests) ... FAIL >test_line (test.test_dtrace.DTraceOptimizedTests) ... FAIL >skipped "stap(1) failed: [Errno 2] No such file or directory: 'stap'" >skipped "stap(1) failed: [Errno 2] No such file or directory: 'stap'" > >====================================================================== >FAIL: test_function_entry_return (test.test_dtrace.DTraceNormalTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 32, in normalize_trace_output > result.sort(key=lambda row: int(row[0])) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 32, in <lambda> > result.sort(key=lambda row: int(row[0])) >ValueError: invalid literal for int() with base 10: 'dtrace: failed to compile script /usr/ports/lang/python39/work/Python-3.9.17/Lib/test/dtracedata/call_stack.d: line 1: probe description python65165:::function-entry does not match any probes' > >During handling of the above exception, another exception occurred: > >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 118, in test_function_entry_return > self.run_case("call_stack") > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 113, in run_case > actual_output, expected_output = self.backend.run_case( > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 47, in run_case > actual_output = normalize_trace_output(self.trace_python( > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 36, in normalize_trace_output > raise AssertionError( >AssertionError: tracer produced unparsable output: >dtrace: failed to compile script /usr/ports/lang/python39/work/Python-3.9.17/Lib/test/dtracedata/call_stack.d: line 1: probe description python65165:::function-entry does not match any probes > > >====================================================================== >FAIL: test_gc (test.test_dtrace.DTraceNormalTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 32, in normalize_trace_output > result.sort(key=lambda row: int(row[0])) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 32, in <lambda> > result.sort(key=lambda row: int(row[0])) >ValueError: invalid literal for int() with base 10: 'dtrace: failed to compile script /usr/ports/lang/python39/work/Python-3.9.17/Lib/test/dtracedata/gc.d: line 1: probe description python65167:::function-entry does not match any probes' > >During handling of the above exception, another exception occurred: > >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 146, in test_gc > self.run_case("gc") > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 113, in run_case > actual_output, expected_output = self.backend.run_case( > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 47, in run_case > actual_output = normalize_trace_output(self.trace_python( > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 36, in normalize_trace_output > raise AssertionError( >AssertionError: tracer produced unparsable output: >dtrace: failed to compile script /usr/ports/lang/python39/work/Python-3.9.17/Lib/test/dtracedata/gc.d: line 1: probe description python65167:::function-entry does not match any probes > > >====================================================================== >FAIL: test_line (test.test_dtrace.DTraceNormalTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 32, in normalize_trace_output > result.sort(key=lambda row: int(row[0])) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 32, in <lambda> > result.sort(key=lambda row: int(row[0])) >ValueError: invalid literal for int() with base 10: 'dtrace: failed to compile script /usr/ports/lang/python39/work/Python-3.9.17/Lib/test/dtracedata/line.d: line 1: probe description python65169:::line does not match any probes' > >During handling of the above exception, another exception occurred: > >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 149, in test_line > self.run_case("line") > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 113, in run_case > actual_output, expected_output = self.backend.run_case( > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 47, in run_case > actual_output = normalize_trace_output(self.trace_python( > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 36, in normalize_trace_output > raise AssertionError( >AssertionError: tracer produced unparsable output: >dtrace: failed to compile script /usr/ports/lang/python39/work/Python-3.9.17/Lib/test/dtracedata/line.d: line 1: probe description python65169:::line does not match any probes > > >====================================================================== >FAIL: test_function_entry_return (test.test_dtrace.DTraceOptimizedTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 32, in normalize_trace_output > result.sort(key=lambda row: int(row[0])) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 32, in <lambda> > result.sort(key=lambda row: int(row[0])) >ValueError: invalid literal for int() with base 10: 'dtrace: failed to compile script /usr/ports/lang/python39/work/Python-3.9.17/Lib/test/dtracedata/call_stack.d: line 1: probe description python65172:::function-entry does not match any probes' > >During handling of the above exception, another exception occurred: > >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 118, in test_function_entry_return > self.run_case("call_stack") > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 113, in run_case > actual_output, expected_output = self.backend.run_case( > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 47, in run_case > actual_output = normalize_trace_output(self.trace_python( > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 36, in normalize_trace_output > raise AssertionError( >AssertionError: tracer produced unparsable output: >dtrace: failed to compile script /usr/ports/lang/python39/work/Python-3.9.17/Lib/test/dtracedata/call_stack.d: line 1: probe description python65172:::function-entry does not match any probes > > >====================================================================== >FAIL: test_gc (test.test_dtrace.DTraceOptimizedTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 32, in normalize_trace_output > result.sort(key=lambda row: int(row[0])) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 32, in <lambda> > result.sort(key=lambda row: int(row[0])) >ValueError: invalid literal for int() with base 10: 'dtrace: failed to compile script /usr/ports/lang/python39/work/Python-3.9.17/Lib/test/dtracedata/gc.d: line 1: probe description python65174:::function-entry does not match any probes' > >During handling of the above exception, another exception occurred: > >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 146, in test_gc > self.run_case("gc") > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 113, in run_case > actual_output, expected_output = self.backend.run_case( > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 47, in run_case > actual_output = normalize_trace_output(self.trace_python( > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 36, in normalize_trace_output > raise AssertionError( >AssertionError: tracer produced unparsable output: >dtrace: failed to compile script /usr/ports/lang/python39/work/Python-3.9.17/Lib/test/dtracedata/gc.d: line 1: probe description python65174:::function-entry does not match any probes > > >====================================================================== >FAIL: test_line (test.test_dtrace.DTraceOptimizedTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 32, in normalize_trace_output > result.sort(key=lambda row: int(row[0])) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 32, in <lambda> > result.sort(key=lambda row: int(row[0])) >ValueError: invalid literal for int() with base 10: 'dtrace: failed to compile script /usr/ports/lang/python39/work/Python-3.9.17/Lib/test/dtracedata/line.d: line 1: probe description python65176:::line does not match any probes' > >During handling of the above exception, another exception occurred: > >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 149, in test_line > self.run_case("line") > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 113, in run_case > actual_output, expected_output = self.backend.run_case( > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 47, in run_case > actual_output = normalize_trace_output(self.trace_python( > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_dtrace.py", line 36, in normalize_trace_output > raise AssertionError( >AssertionError: tracer produced unparsable output: >dtrace: failed to compile script /usr/ports/lang/python39/work/Python-3.9.17/Lib/test/dtracedata/line.d: line 1: probe description python65176:::line does not match any probes > > >---------------------------------------------------------------------- >Ran 6 tests in 1.160s > >FAILED (failures=6, skipped=2) >test test_dtrace failed >0:04:33 load avg: 13.50 Re-running test___all__ in verbose mode (matching: test_all) >test_all (test.test___all__.AllTest) ... __phello__.foo >_aix_support >_bootlocale >_bootsubprocess >_collections_abc >_compat_pickle >_compression >_markupbase >_osx_support >_py_abc >_pydecimal >_pyio >_sitebuiltins >_strptime >_threading_local >_weakrefset >abc >aifc >antigravity >argparse >ast >asynchat >asyncio >asyncio.__main__ >asyncio.base_events >asyncio.base_futures >asyncio.base_subprocess >asyncio.base_tasks >asyncio.constants >asyncio.coroutines >asyncio.events >asyncio.exceptions >asyncio.format_helpers >asyncio.futures >asyncio.locks >asyncio.log >asyncio.proactor_events >asyncio.protocols >asyncio.queues >asyncio.runners >asyncio.selector_events >asyncio.sslproto >asyncio.staggered >asyncio.streams >asyncio.subprocess >asyncio.tasks >asyncio.threads >asyncio.transports >asyncio.trsock >asyncio.unix_events >asyncio.windows_events >asyncio.windows_utils >asyncore >base64 >bdb >binhex >bisect >bz2 >cProfile >calendar >cgi >cgitb >chunk >cmd >code >codecs >codeop >collections >collections.abc >colorsys >compileall >concurrent >concurrent.futures >concurrent.futures._base >concurrent.futures.process >concurrent.futures.thread >configparser >contextlib >contextvars >copy >copyreg >crypt >csv >ctypes >ctypes._aix >ctypes._endian >ctypes.macholib >ctypes.macholib.dyld >ctypes.macholib.dylib >ctypes.macholib.framework >ctypes.test >ctypes.test.__main__ >ctypes.test.test_anon >ctypes.test.test_array_in_pointer >ctypes.test.test_arrays >ctypes.test.test_as_parameter >ctypes.test.test_bitfields >ctypes.test.test_buffers >ctypes.test.test_bytes >ctypes.test.test_byteswap >ctypes.test.test_callbacks >ctypes.test.test_cast >ctypes.test.test_cfuncs >ctypes.test.test_checkretval >ctypes.test.test_delattr >ctypes.test.test_errno >ctypes.test.test_find >ctypes.test.test_frombuffer >ctypes.test.test_funcptr >ctypes.test.test_functions >ctypes.test.test_incomplete >ctypes.test.test_init >ctypes.test.test_internals >ctypes.test.test_keeprefs >ctypes.test.test_libc >ctypes.test.test_loading >ctypes.test.test_macholib >ctypes.test.test_memfunctions >ctypes.test.test_numbers >ctypes.test.test_objects >ctypes.test.test_parameters >ctypes.test.test_pep3118 >ctypes.test.test_pickling >ctypes.test.test_pointers >ctypes.test.test_prototypes >ctypes.test.test_python_api >ctypes.test.test_random_things >ctypes.test.test_refcounts >ctypes.test.test_repr >ctypes.test.test_returnfuncptrs >ctypes.test.test_simplesubclasses >ctypes.test.test_sizes >ctypes.test.test_slicing >ctypes.test.test_stringptr >ctypes.test.test_strings >ctypes.test.test_struct_fields >ctypes.test.test_structures >ctypes.test.test_unaligned_structures >ctypes.test.test_unicode >ctypes.test.test_values >ctypes.test.test_varsize_struct >ctypes.test.test_win32 >ctypes.test.test_wintypes >ctypes.util >ctypes.wintypes >curses >curses.ascii >curses.has_key >curses.panel >curses.textpad >dataclasses >datetime >dbm >dbm.dumb >dbm.gnu >dbm.ndbm >decimal >difflib >dis >distutils >distutils._msvccompiler >distutils.archive_util >distutils.bcppcompiler >distutils.ccompiler >distutils.cmd >distutils.command >distutils.command.bdist >distutils.command.bdist_dumb >distutils.command.bdist_msi >distutils.command.bdist_rpm >distutils.command.bdist_wininst >distutils.command.build >distutils.command.build_clib >distutils.command.build_ext >distutils.command.build_py >distutils.command.build_scripts >distutils.command.check >distutils.command.clean >distutils.command.config >distutils.command.install >distutils.command.install_data >distutils.command.install_egg_info >distutils.command.install_headers >distutils.command.install_lib >distutils.command.install_scripts >distutils.command.register >distutils.command.sdist >distutils.command.upload >distutils.config >distutils.core >distutils.cygwinccompiler >distutils.debug >distutils.dep_util >distutils.dir_util >distutils.dist >distutils.errors >distutils.extension >distutils.fancy_getopt >distutils.file_util >distutils.filelist >distutils.log >distutils.msvc9compiler >distutils.msvccompiler >distutils.spawn >distutils.sysconfig >distutils.tests >distutils.tests.support >distutils.tests.test_archive_util >distutils.tests.test_bdist >distutils.tests.test_bdist_dumb >distutils.tests.test_bdist_msi >distutils.tests.test_bdist_rpm >distutils.tests.test_bdist_wininst >distutils.tests.test_build >distutils.tests.test_build_clib >distutils.tests.test_build_ext >distutils.tests.test_build_py >distutils.tests.test_build_scripts >distutils.tests.test_check >distutils.tests.test_clean >distutils.tests.test_cmd >distutils.tests.test_config >distutils.tests.test_config_cmd >distutils.tests.test_core >distutils.tests.test_cygwinccompiler >distutils.tests.test_dep_util >distutils.tests.test_dir_util >distutils.tests.test_dist >distutils.tests.test_extension >distutils.tests.test_file_util >distutils.tests.test_filelist >distutils.tests.test_install >distutils.tests.test_install_data >distutils.tests.test_install_headers >distutils.tests.test_install_lib >distutils.tests.test_install_scripts >distutils.tests.test_log >distutils.tests.test_msvc9compiler >distutils.tests.test_msvccompiler >distutils.tests.test_register >distutils.tests.test_sdist >distutils.tests.test_spawn >distutils.tests.test_sysconfig >distutils.tests.test_text_file >distutils.tests.test_unixccompiler >distutils.tests.test_upload >distutils.tests.test_util >distutils.tests.test_version >distutils.tests.test_versionpredicate >distutils.text_file >distutils.unixccompiler >distutils.util >distutils.version >distutils.versionpredicate >doctest >email >email._encoded_words >email._header_value_parser >email._parseaddr >email._policybase >email.base64mime >email.charset >email.contentmanager >email.encoders >email.errors >email.feedparser >email.generator >email.header >email.headerregistry >email.iterators >email.message >email.mime >email.mime.application >email.mime.audio >email.mime.base >email.mime.image >email.mime.message >email.mime.multipart >email.mime.nonmultipart >email.mime.text >email.parser >email.policy >email.quoprimime >email.utils >encodings >encodings.aliases >encodings.ascii >encodings.base64_codec >encodings.big5 >encodings.big5hkscs >encodings.bz2_codec >encodings.charmap >encodings.cp037 >encodings.cp1006 >encodings.cp1026 >encodings.cp1125 >encodings.cp1140 >encodings.cp1250 >encodings.cp1251 >encodings.cp1252 >encodings.cp1253 >encodings.cp1254 >encodings.cp1255 >encodings.cp1256 >encodings.cp1257 >encodings.cp1258 >encodings.cp273 >encodings.cp424 >encodings.cp437 >encodings.cp500 >encodings.cp720 >encodings.cp737 >encodings.cp775 >encodings.cp850 >encodings.cp852 >encodings.cp855 >encodings.cp856 >encodings.cp857 >encodings.cp858 >encodings.cp860 >encodings.cp861 >encodings.cp862 >encodings.cp863 >encodings.cp864 >encodings.cp865 >encodings.cp866 >encodings.cp869 >encodings.cp874 >encodings.cp875 >encodings.cp932 >encodings.cp949 >encodings.cp950 >encodings.euc_jis_2004 >encodings.euc_jisx0213 >encodings.euc_jp >encodings.euc_kr >encodings.gb18030 >encodings.gb2312 >encodings.gbk >encodings.hex_codec >encodings.hp_roman8 >encodings.hz >encodings.idna >encodings.iso2022_jp >encodings.iso2022_jp_1 >encodings.iso2022_jp_2 >encodings.iso2022_jp_2004 >encodings.iso2022_jp_3 >encodings.iso2022_jp_ext >encodings.iso2022_kr >encodings.iso8859_1 >encodings.iso8859_10 >encodings.iso8859_11 >encodings.iso8859_13 >encodings.iso8859_14 >encodings.iso8859_15 >encodings.iso8859_16 >encodings.iso8859_2 >encodings.iso8859_3 >encodings.iso8859_4 >encodings.iso8859_5 >encodings.iso8859_6 >encodings.iso8859_7 >encodings.iso8859_8 >encodings.iso8859_9 >encodings.johab >encodings.koi8_r >encodings.koi8_t >encodings.koi8_u >encodings.kz1048 >encodings.latin_1 >encodings.mac_arabic >encodings.mac_croatian >encodings.mac_cyrillic >encodings.mac_farsi >encodings.mac_greek >encodings.mac_iceland >encodings.mac_latin2 >encodings.mac_roman >encodings.mac_romanian >encodings.mac_turkish >encodings.mbcs >encodings.oem >encodings.palmos >encodings.ptcp154 >encodings.punycode >encodings.quopri_codec >encodings.raw_unicode_escape >encodings.rot_13 >encodings.shift_jis >encodings.shift_jis_2004 >encodings.shift_jisx0213 >encodings.tis_620 >encodings.undefined >encodings.unicode_escape >encodings.utf_16 >encodings.utf_16_be >encodings.utf_16_le >encodings.utf_32 >encodings.utf_32_be >encodings.utf_32_le >encodings.utf_7 >encodings.utf_8 >encodings.utf_8_sig >encodings.uu_codec >encodings.zlib_codec >ensurepip >ensurepip.__main__ >ensurepip._bundled >ensurepip._uninstall >enum >filecmp >fileinput >fnmatch >formatter >fractions >ftplib >functools >genericpath >getopt >getpass >gettext >glob >graphlib >gzip >hashlib >heapq >hmac >html >html.entities >html.parser >http >http.client >http.cookiejar >http.cookies >http.server >idlelib >idlelib.__main__ >idlelib.autocomplete >idlelib.autocomplete_w >idlelib.autoexpand >idlelib.browser >idlelib.calltip >idlelib.calltip_w >idlelib.codecontext >idlelib.colorizer >idlelib.config >idlelib.config_key >idlelib.configdialog >idlelib.debugger >idlelib.debugger_r >idlelib.debugobj >idlelib.debugobj_r >idlelib.delegator >idlelib.dynoption >idlelib.editor >idlelib.filelist >idlelib.format >idlelib.grep >idlelib.help >idlelib.help_about >idlelib.history >idlelib.hyperparser >idlelib.idle >idlelib.idle_test >idlelib.idle_test.htest >idlelib.idle_test.mock_idle >idlelib.idle_test.mock_tk >idlelib.idle_test.template >idlelib.idle_test.test_autocomplete >idlelib.idle_test.test_autocomplete_w >idlelib.idle_test.test_autoexpand >idlelib.idle_test.test_browser >idlelib.idle_test.test_calltip >idlelib.idle_test.test_calltip_w >idlelib.idle_test.test_codecontext >idlelib.idle_test.test_colorizer >idlelib.idle_test.test_config >idlelib.idle_test.test_config_key >idlelib.idle_test.test_configdialog >idlelib.idle_test.test_debugger >idlelib.idle_test.test_debugger_r >idlelib.idle_test.test_debugobj >idlelib.idle_test.test_debugobj_r >idlelib.idle_test.test_delegator >idlelib.idle_test.test_editmenu >idlelib.idle_test.test_editor >idlelib.idle_test.test_filelist >idlelib.idle_test.test_format >idlelib.idle_test.test_grep >idlelib.idle_test.test_help >idlelib.idle_test.test_help_about >idlelib.idle_test.test_history >idlelib.idle_test.test_hyperparser >idlelib.idle_test.test_iomenu >idlelib.idle_test.test_macosx >idlelib.idle_test.test_mainmenu >idlelib.idle_test.test_multicall >idlelib.idle_test.test_outwin >idlelib.idle_test.test_parenmatch >idlelib.idle_test.test_pathbrowser >idlelib.idle_test.test_percolator >idlelib.idle_test.test_pyparse >idlelib.idle_test.test_pyshell >idlelib.idle_test.test_query >idlelib.idle_test.test_redirector >idlelib.idle_test.test_replace >idlelib.idle_test.test_rpc >idlelib.idle_test.test_run >idlelib.idle_test.test_runscript >idlelib.idle_test.test_scrolledlist >idlelib.idle_test.test_search >idlelib.idle_test.test_searchbase >idlelib.idle_test.test_searchengine >idlelib.idle_test.test_sidebar >idlelib.idle_test.test_squeezer >idlelib.idle_test.test_stackviewer >idlelib.idle_test.test_statusbar >idlelib.idle_test.test_text >idlelib.idle_test.test_textview >idlelib.idle_test.test_tooltip >idlelib.idle_test.test_tree >idlelib.idle_test.test_undo >idlelib.idle_test.test_util >idlelib.idle_test.test_warning >idlelib.idle_test.test_window >idlelib.idle_test.test_zoomheight >idlelib.idle_test.test_zzdummy >idlelib.iomenu >idlelib.macosx >idlelib.mainmenu >idlelib.multicall >idlelib.outwin >idlelib.parenmatch >idlelib.pathbrowser >idlelib.percolator >idlelib.pyparse >idlelib.pyshell >idlelib.query >idlelib.redirector >idlelib.replace >idlelib.rpc >idlelib.run >idlelib.runscript >idlelib.scrolledlist >idlelib.search >idlelib.searchbase >idlelib.searchengine >idlelib.sidebar >idlelib.squeezer >idlelib.stackviewer >idlelib.statusbar >idlelib.textview >idlelib.tooltip >idlelib.tree >idlelib.undo >idlelib.util >idlelib.window >idlelib.zoomheight >idlelib.zzdummy >imaplib >imghdr >imp >importlib >importlib._bootstrap >importlib._bootstrap_external >importlib._common >importlib.abc >importlib.machinery >importlib.metadata >importlib.resources >importlib.util >inspect >io >ipaddress >json >json.decoder >json.encoder >json.scanner >json.tool >keyword >lib2to3 >lib2to3.__main__ >lib2to3.btm_matcher >lib2to3.btm_utils >lib2to3.fixer_base >lib2to3.fixer_util >lib2to3.fixes >lib2to3.fixes.fix_apply >lib2to3.fixes.fix_asserts >lib2to3.fixes.fix_basestring >lib2to3.fixes.fix_buffer >lib2to3.fixes.fix_dict >lib2to3.fixes.fix_except >lib2to3.fixes.fix_exec >lib2to3.fixes.fix_execfile >lib2to3.fixes.fix_exitfunc >lib2to3.fixes.fix_filter >lib2to3.fixes.fix_funcattrs >lib2to3.fixes.fix_future >lib2to3.fixes.fix_getcwdu >lib2to3.fixes.fix_has_key >lib2to3.fixes.fix_idioms >lib2to3.fixes.fix_import >lib2to3.fixes.fix_imports >lib2to3.fixes.fix_imports2 >lib2to3.fixes.fix_input >lib2to3.fixes.fix_intern >lib2to3.fixes.fix_isinstance >lib2to3.fixes.fix_itertools >lib2to3.fixes.fix_itertools_imports >lib2to3.fixes.fix_long >lib2to3.fixes.fix_map >lib2to3.fixes.fix_metaclass >lib2to3.fixes.fix_methodattrs >lib2to3.fixes.fix_ne >lib2to3.fixes.fix_next >lib2to3.fixes.fix_nonzero >lib2to3.fixes.fix_numliterals >lib2to3.fixes.fix_operator >lib2to3.fixes.fix_paren >lib2to3.fixes.fix_print >lib2to3.fixes.fix_raise >lib2to3.fixes.fix_raw_input >lib2to3.fixes.fix_reduce >lib2to3.fixes.fix_reload >lib2to3.fixes.fix_renames >lib2to3.fixes.fix_repr >lib2to3.fixes.fix_set_literal >lib2to3.fixes.fix_standarderror >lib2to3.fixes.fix_sys_exc >lib2to3.fixes.fix_throw >lib2to3.fixes.fix_tuple_params >lib2to3.fixes.fix_types >lib2to3.fixes.fix_unicode >lib2to3.fixes.fix_urllib >lib2to3.fixes.fix_ws_comma >lib2to3.fixes.fix_xrange >lib2to3.fixes.fix_xreadlines >lib2to3.fixes.fix_zip >lib2to3.main >lib2to3.patcomp >lib2to3.pgen2 >lib2to3.pgen2.conv >lib2to3.pgen2.driver >lib2to3.pgen2.grammar >lib2to3.pgen2.literals >lib2to3.pgen2.parse >lib2to3.pgen2.pgen >lib2to3.pgen2.token >lib2to3.pgen2.tokenize >lib2to3.pygram >lib2to3.pytree >lib2to3.refactor >lib2to3.tests >lib2to3.tests.__main__ >lib2to3.tests.pytree_idempotency >lib2to3.tests.support >lib2to3.tests.test_all_fixers >lib2to3.tests.test_fixers >lib2to3.tests.test_main >lib2to3.tests.test_parser >lib2to3.tests.test_pytree >lib2to3.tests.test_refactor >lib2to3.tests.test_util >linecache >locale >logging >logging.config >logging.handlers >lzma >mailbox >mailcap >mimetypes >modulefinder >msilib >msilib.schema >msilib.sequence >msilib.text >multiprocessing >multiprocessing.connection >multiprocessing.context >multiprocessing.dummy >multiprocessing.dummy.connection >multiprocessing.forkserver >multiprocessing.heap >multiprocessing.managers >multiprocessing.pool >multiprocessing.popen_fork >multiprocessing.popen_forkserver >multiprocessing.popen_spawn_posix >multiprocessing.popen_spawn_win32 >multiprocessing.process >multiprocessing.queues >multiprocessing.reduction >multiprocessing.resource_sharer >multiprocessing.resource_tracker >multiprocessing.shared_memory >multiprocessing.sharedctypes >multiprocessing.spawn >multiprocessing.synchronize >multiprocessing.util >netrc >nntplib >ntpath >nturl2path >numbers >opcode >operator >optparse >os >pathlib >pdb >pickle >pickletools >pipes >pkgutil >platform >plistlib >poplib >posixpath >pprint >profile >pstats >pty >py_compile >pyclbr >pydoc >pydoc_data >pydoc_data.topics >queue >quopri >random >re >reprlib >rlcompleter >runpy >sched >secrets >selectors >shelve >shlex >shutil >signal >site >smtpd >smtplib >sndhdr >socket >socketserver >sqlite3 >sqlite3.dbapi2 >sqlite3.dump >sqlite3.test >sqlite3.test.backup >sqlite3.test.dbapi >sqlite3.test.dump >sqlite3.test.factory >sqlite3.test.hooks >sqlite3.test.regression >sqlite3.test.transactions >sqlite3.test.types >sqlite3.test.userfunctions >sre_compile >sre_constants >sre_parse >ssl >stat >statistics >string >stringprep >struct >subprocess >sunau >symbol >symtable >sysconfig >tabnanny >tarfile >telnetlib >tempfile >test >test.__main__ >test._test_multiprocessing >test._typed_dict_helper >test.ann_module >test.ann_module2 >test.ann_module3 >test.ann_module5 >test.ann_module6 >test.ann_module7 >test.audiotests >test.audit-tests >test.autotest >test.bad_coding >test.bad_coding2 >test.bad_getattr >test.bad_getattr2 >test.bad_getattr3 >test.badsyntax_3131 >test.badsyntax_future10 >test.badsyntax_future3 >test.badsyntax_future4 >test.badsyntax_future5 >test.badsyntax_future6 >test.badsyntax_future7 >test.badsyntax_future8 >test.badsyntax_future9 >test.badsyntax_pep3120 >test.bisect_cmd >test.coding20731 >test.curses_tests >test.dataclass_module_1 >test.dataclass_module_1_str >test.dataclass_module_2 >test.dataclass_module_2_str >test.dataclass_textanno >test.datetimetester >test.dis_module >test.doctest_aliases >test.double_const >test.encoded_modules >test.encoded_modules.module_iso_8859_1 >test.encoded_modules.module_koi8_r >test.final_a >test.final_b >test.fork_wait >test.future_test1 >test.future_test2 >test.gdb_sample >test.good_getattr >test.imp_dummy >test.inspect_fodder >test.inspect_fodder2 >test.leakers >test.leakers.test_ctypes >test.leakers.test_selftype >test.libregrtest >test.libregrtest.cmdline >test.libregrtest.main >test.libregrtest.pgo >test.libregrtest.refleak >test.libregrtest.runtest >test.libregrtest.runtest_mp >test.libregrtest.save_env >test.libregrtest.setup >test.libregrtest.utils >test.libregrtest.win_utils >test.list_tests >test.lock_tests >test.make_ssl_certs >test.mapping_tests >test.memory_watchdog >test.mock_socket >test.mod_generics_cache >test.mp_fork_bomb >test.mp_preload >test.multibytecodec_support >test.pickletester >test.profilee >test.pyclbr_input >test.pydoc_mod >test.pydocfodder >test.pythoninfo >test.re_tests >test.regrtest >test.relimport >test.reperf >test.sample_doctest >test.sample_doctest_no_docstrings >test.sample_doctest_no_doctests >test.seq_tests >test.signalinterproctester >test.sortperf >test.ssl_servers >test.ssltests >test.string_tests >test.support >test.support.bytecode_helper >test.support.hashlib_helper >test.support.logging_helper >test.support.script_helper >test.support.socket_helper >test.support.testresult >test.support.warnings_helper >test.test___all__ >test.test___future__ >test.test__locale >test.test__opcode >test.test__osx_support >test.test__xxsubinterpreters >test.test_abc >test.test_abstract_numbers >test.test_aifc >test.test_argparse >test.test_array >test.test_asdl_parser >test.test_ast >test.test_asyncgen >test.test_asynchat >test.test_asyncio >test.test_asyncio.__main__ >test.test_asyncio.echo >test.test_asyncio.echo2 >test.test_asyncio.echo3 >test.test_asyncio.functional >test.test_asyncio.test_base_events >test.test_asyncio.test_buffered_proto >test.test_asyncio.test_context >test.test_asyncio.test_events >test.test_asyncio.test_futures >test.test_asyncio.test_futures2 >test.test_asyncio.test_locks >test.test_asyncio.test_pep492 >test.test_asyncio.test_proactor_events >test.test_asyncio.test_protocols >test.test_asyncio.test_queues >test.test_asyncio.test_runners >test.test_asyncio.test_selector_events >test.test_asyncio.test_sendfile >test.test_asyncio.test_server >test.test_asyncio.test_sock_lowlevel >test.test_asyncio.test_sslproto >test.test_asyncio.test_streams >test.test_asyncio.test_subprocess >test.test_asyncio.test_tasks >test.test_asyncio.test_threads >test.test_asyncio.test_transports >test.test_asyncio.test_unix_events >test.test_asyncio.test_waitfor >test.test_asyncio.test_windows_events >test.test_asyncio.test_windows_utils >test.test_asyncio.utils >test.test_asyncore >test.test_atexit >test.test_audioop >test.test_audit >test.test_augassign >test.test_base64 >test.test_baseexception >test.test_bdb >test.test_bigaddrspace >test.test_bigmem >test.test_binascii >test.test_binhex >test.test_binop >test.test_bisect >test.test_bool >test.test_buffer >test.test_bufio >test.test_builtin >test.test_bytes >test.test_bz2 >test.test_c_locale_coercion >test.test_calendar >test.test_call >test.test_capi >test.test_cgi >test.test_cgitb >test.test_charmapcodec >test.test_check_c_globals >test.test_class >test.test_clinic >test.test_cmath >test.test_cmd >test.test_cmd_line >test.test_cmd_line_script >test.test_code >test.test_code_module >test.test_codeccallbacks >test.test_codecencodings_cn >test.test_codecencodings_hk >test.test_codecencodings_iso2022 >test.test_codecencodings_jp >test.test_codecencodings_kr >test.test_codecencodings_tw >test.test_codecmaps_cn >test.test_codecmaps_hk >test.test_codecmaps_jp >test.test_codecmaps_kr >test.test_codecmaps_tw >test.test_codecs >test.test_codeop >test.test_collections >test.test_colorsys >test.test_compare >test.test_compile >test.test_compileall >test.test_complex >test.test_concurrent_futures >test.test_configparser >test.test_contains >test.test_context >test.test_contextlib >test.test_contextlib_async >test.test_copy >test.test_copyreg >test.test_coroutines >test.test_cprofile >test.test_crashers >test.test_crypt >test.test_csv >test.test_ctypes >test.test_curses >test.test_dataclasses >test.test_datetime >test.test_dbm >test.test_dbm_dumb >test.test_dbm_gnu >test.test_dbm_ndbm >test.test_decimal >test.test_decorators >test.test_defaultdict >test.test_deque >test.test_descr >test.test_descrtut >test.test_devpoll >test.test_dict >test.test_dict_version >test.test_dictcomps >test.test_dictviews >test.test_difflib >test.test_dis >test.test_distutils >test.test_doctest >test.test_doctest2 >test.test_docxmlrpc >test.test_dtrace >test.test_dynamic >test.test_dynamicclassattribute >test.test_eintr >test.test_email >test.test_email.__main__ >test.test_email.test__encoded_words >test.test_email.test__header_value_parser >test.test_email.test_asian_codecs >test.test_email.test_contentmanager >test.test_email.test_defect_handling >test.test_email.test_email >test.test_email.test_generator >test.test_email.test_headerregistry >test.test_email.test_inversion >test.test_email.test_message >test.test_email.test_parser >test.test_email.test_pickleable >test.test_email.test_policy >test.test_email.test_utils >test.test_email.torture_test >test.test_embed >test.test_ensurepip >test.test_enum >test.test_enumerate >test.test_eof >test.test_epoll >test.test_errno >test.test_exception_hierarchy >test.test_exception_variations >test.test_exceptions >test.test_extcall >test.test_faulthandler >test.test_fcntl >test.test_file >test.test_file_eintr >test.test_filecmp >test.test_fileinput >test.test_fileio >test.test_finalization >test.test_float >test.test_flufl >test.test_fnmatch >test.test_fork1 >test.test_format >test.test_fractions >test.test_frame >test.test_frozen >test.test_fstring >test.test_ftplib >test.test_funcattrs >test.test_functools >test.test_future >test.test_future3 >test.test_future4 >test.test_future5 >test.test_gc >test.test_gdb >test.test_generator_stop >test.test_generators >test.test_genericalias >test.test_genericclass >test.test_genericpath >test.test_genexps >test.test_getargs2 >test.test_getopt >test.test_getpass >test.test_gettext >test.test_glob >test.test_global >test.test_grammar >test.test_graphlib >test.test_grp >test.test_gzip >test.test_hash >test.test_hashlib >test.test_heapq >test.test_hmac >test.test_html >test.test_htmlparser >test.test_http_cookiejar >test.test_http_cookies >test.test_httplib >test.test_httpservers >test.test_idle >test.test_imaplib >test.test_imghdr >test.test_imp >test.test_import >FAIL > >====================================================================== >FAIL: test_all (test.test___all__.AllTest) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test___all__.py", line 110, in test_all > self.check_all(modname) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test___all__.py", line 36, in check_all > raise FailedImport(modname) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/contextlib.py", line 126, in __exit__ > next(self.gen) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/support/__init__.py", line 1229, in _filterwarnings > raise AssertionError("unhandled warning %s" % reraise[0]) >AssertionError: unhandled warning {message : UserWarning('Setuptools is replacing distutils.'), category : 'UserWarning', filename : '/usr/local/lib/python3.9/site-packages/_distutils_hack/__init__.py', lineno : 33, line : None} > >---------------------------------------------------------------------- >Ran 1 test in 0.417s > >FAILED (failures=1) >test test___all__ failed >0:04:34 load avg: 13.50 Re-running test_venv in verbose mode (matching: test_with_pip) >test_with_pip (test.test_venv.EnsurePipTest) ... ERROR > >====================================================================== >ERROR: test_with_pip (test.test_venv.EnsurePipTest) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_venv.py", line 544, in test_with_pip > self.do_test_with_pip(True) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_venv.py", line 511, in do_test_with_pip > out, err = check_output([envpy, > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_venv.py", line 44, in check_output > raise subprocess.CalledProcessError( >subprocess.CalledProcessError: Command '['/tmp/tmpdabdi5ym/bin/python', '-W', 'ignore::DeprecationWarning', '-I', '-m', 'ensurepip._uninstall']' returned non-zero exit status 1. > >---------------------------------------------------------------------- >Ran 1 test in 14.019s > >FAILED (errors=1) >test test_venv failed >0:04:48 load avg: 13.35 Re-running test_urllibnet in verbose mode (matching: testURLread, test_basic, test_getcode, test_geturl, test_info, test_readlines, test_basic, test_data_header, test_header, test_reporthook, test_specified_path) >testURLread (test.test_urllibnet.URLTimeoutTest) ... ERROR >test_basic (test.test_urllibnet.urlopenNetworkTests) ... ERROR >test_getcode (test.test_urllibnet.urlopenNetworkTests) ... ERROR >test_geturl (test.test_urllibnet.urlopenNetworkTests) ... ERROR >test_info (test.test_urllibnet.urlopenNetworkTests) ... ERROR >test_readlines (test.test_urllibnet.urlopenNetworkTests) ... ERROR >test_basic (test.test_urllibnet.urlretrieveNetworkTests) ... ERROR >test_data_header (test.test_urllibnet.urlretrieveNetworkTests) ... ERROR >test_header (test.test_urllibnet.urlretrieveNetworkTests) ... ERROR >test_reporthook (test.test_urllibnet.urlretrieveNetworkTests) ... ERROR >test_specified_path (test.test_urllibnet.urlretrieveNetworkTests) ... ERROR > >====================================================================== >ERROR: testURLread (test.test_urllibnet.URLTimeoutTest) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllibnet.py", line 32, in testURLread > f = urllib.request.urlopen(support.TEST_HTTP_URL) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 214, in urlopen > return opener.open(url, data, timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 534, in _open > result = self._call_chain(self.handle_open, protocol, protocol + > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 802, in <lambda> > meth(r, proxy, type)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 830, in proxy_open > return self.parent.open(req, timeout=req.timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 539, in _open > return self._call_chain(self.handle_open, 'unknown', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1417, in unknown_open > raise URLError('unknown url type: %s' % type) >urllib.error.URLError: <urlopen error unknown url type: socks5> > >====================================================================== >ERROR: test_basic (test.test_urllibnet.urlopenNetworkTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllibnet.py", line 69, in test_basic > with self.urlopen(self.url) as open_url: > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/contextlib.py", line 119, in __enter__ > return next(self.gen) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllibnet.py", line 61, in urlopen > r = urllib.request.urlopen(*args, **kwargs) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 214, in urlopen > return opener.open(url, data, timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 534, in _open > result = self._call_chain(self.handle_open, protocol, protocol + > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 802, in <lambda> > meth(r, proxy, type)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 830, in proxy_open > return self.parent.open(req, timeout=req.timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 539, in _open > return self._call_chain(self.handle_open, 'unknown', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1417, in unknown_open > raise URLError('unknown url type: %s' % type) >urllib.error.URLError: <urlopen error unknown url type: socks5> > >====================================================================== >ERROR: test_getcode (test.test_urllibnet.urlopenNetworkTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllibnet.py", line 104, in test_getcode > open_url = urllib.request.FancyURLopener().open(URL) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1781, in open > return self.open_unknown_proxy(proxy, fullurl, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1802, in open_unknown_proxy > raise OSError('url error', 'invalid proxy for %s' % type, proxy) >OSError: [Errno url error] invalid proxy for http: 'socks5://mattapan:9050' > >====================================================================== >ERROR: test_geturl (test.test_urllibnet.urlopenNetworkTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllibnet.py", line 95, in test_geturl > with self.urlopen(self.url) as open_url: > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/contextlib.py", line 119, in __enter__ > return next(self.gen) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllibnet.py", line 61, in urlopen > r = urllib.request.urlopen(*args, **kwargs) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 214, in urlopen > return opener.open(url, data, timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 534, in _open > result = self._call_chain(self.handle_open, protocol, protocol + > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 802, in <lambda> > meth(r, proxy, type)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 830, in proxy_open > return self.parent.open(req, timeout=req.timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 539, in _open > return self._call_chain(self.handle_open, 'unknown', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1417, in unknown_open > raise URLError('unknown url type: %s' % type) >urllib.error.URLError: <urlopen error unknown url type: socks5> > >====================================================================== >ERROR: test_info (test.test_urllibnet.urlopenNetworkTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllibnet.py", line 86, in test_info > with self.urlopen(self.url) as open_url: > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/contextlib.py", line 119, in __enter__ > return next(self.gen) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllibnet.py", line 61, in urlopen > r = urllib.request.urlopen(*args, **kwargs) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 214, in urlopen > return opener.open(url, data, timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 534, in _open > result = self._call_chain(self.handle_open, protocol, protocol + > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 802, in <lambda> > meth(r, proxy, type)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 830, in proxy_open > return self.parent.open(req, timeout=req.timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 539, in _open > return self._call_chain(self.handle_open, 'unknown', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1417, in unknown_open > raise URLError('unknown url type: %s' % type) >urllib.error.URLError: <urlopen error unknown url type: socks5> > >====================================================================== >ERROR: test_readlines (test.test_urllibnet.urlopenNetworkTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllibnet.py", line 78, in test_readlines > with self.urlopen(self.url) as open_url: > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/contextlib.py", line 119, in __enter__ > return next(self.gen) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllibnet.py", line 61, in urlopen > r = urllib.request.urlopen(*args, **kwargs) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 214, in urlopen > return opener.open(url, data, timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 534, in _open > result = self._call_chain(self.handle_open, protocol, protocol + > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 802, in <lambda> > meth(r, proxy, type)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 830, in proxy_open > return self.parent.open(req, timeout=req.timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 539, in _open > return self._call_chain(self.handle_open, 'unknown', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1417, in unknown_open > raise URLError('unknown url type: %s' % type) >urllib.error.URLError: <urlopen error unknown url type: socks5> > >====================================================================== >ERROR: test_basic (test.test_urllibnet.urlretrieveNetworkTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllibnet.py", line 169, in test_basic > with self.urlretrieve(self.logo) as (file_location, info): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/contextlib.py", line 119, in __enter__ > return next(self.gen) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllibnet.py", line 161, in urlretrieve > file_location, info = urllib.request.urlretrieve(*args, **kwargs) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 239, in urlretrieve > with contextlib.closing(urlopen(url, data)) as fp: > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 214, in urlopen > return opener.open(url, data, timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 534, in _open > result = self._call_chain(self.handle_open, protocol, protocol + > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 802, in <lambda> > meth(r, proxy, type)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 830, in proxy_open > return self.parent.open(req, timeout=req.timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 539, in _open > return self._call_chain(self.handle_open, 'unknown', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1417, in unknown_open > raise URLError('unknown url type: %s' % type) >urllib.error.URLError: <urlopen error unknown url type: socks5> > >====================================================================== >ERROR: test_data_header (test.test_urllibnet.urlretrieveNetworkTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllibnet.py", line 194, in test_data_header > with self.urlretrieve(self.logo) as (file_location, fileheaders): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/contextlib.py", line 119, in __enter__ > return next(self.gen) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllibnet.py", line 161, in urlretrieve > file_location, info = urllib.request.urlretrieve(*args, **kwargs) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 239, in urlretrieve > with contextlib.closing(urlopen(url, data)) as fp: > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 214, in urlopen > return opener.open(url, data, timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 534, in _open > result = self._call_chain(self.handle_open, protocol, protocol + > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 802, in <lambda> > meth(r, proxy, type)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 830, in proxy_open > return self.parent.open(req, timeout=req.timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 539, in _open > return self._call_chain(self.handle_open, 'unknown', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1417, in unknown_open > raise URLError('unknown url type: %s' % type) >urllib.error.URLError: <urlopen error unknown url type: socks5> > >====================================================================== >ERROR: test_header (test.test_urllibnet.urlretrieveNetworkTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllibnet.py", line 187, in test_header > with self.urlretrieve(self.logo) as (file_location, info): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/contextlib.py", line 119, in __enter__ > return next(self.gen) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllibnet.py", line 161, in urlretrieve > file_location, info = urllib.request.urlretrieve(*args, **kwargs) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 239, in urlretrieve > with contextlib.closing(urlopen(url, data)) as fp: > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 214, in urlopen > return opener.open(url, data, timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 534, in _open > result = self._call_chain(self.handle_open, protocol, protocol + > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 802, in <lambda> > meth(r, proxy, type)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 830, in proxy_open > return self.parent.open(req, timeout=req.timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 539, in _open > return self._call_chain(self.handle_open, 'unknown', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1417, in unknown_open > raise URLError('unknown url type: %s' % type) >urllib.error.URLError: <urlopen error unknown url type: socks5> > >====================================================================== >ERROR: test_reporthook (test.test_urllibnet.urlretrieveNetworkTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllibnet.py", line 208, in test_reporthook > with self.urlretrieve(self.logo, reporthook=recording_reporthook) as ( > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/contextlib.py", line 119, in __enter__ > return next(self.gen) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllibnet.py", line 161, in urlretrieve > file_location, info = urllib.request.urlretrieve(*args, **kwargs) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 239, in urlretrieve > with contextlib.closing(urlopen(url, data)) as fp: > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 214, in urlopen > return opener.open(url, data, timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 534, in _open > result = self._call_chain(self.handle_open, protocol, protocol + > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 802, in <lambda> > meth(r, proxy, type)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 830, in proxy_open > return self.parent.open(req, timeout=req.timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 539, in _open > return self._call_chain(self.handle_open, 'unknown', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1417, in unknown_open > raise URLError('unknown url type: %s' % type) >urllib.error.URLError: <urlopen error unknown url type: socks5> > >====================================================================== >ERROR: test_specified_path (test.test_urllibnet.urlretrieveNetworkTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllibnet.py", line 178, in test_specified_path > with self.urlretrieve(self.logo, > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/contextlib.py", line 119, in __enter__ > return next(self.gen) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllibnet.py", line 161, in urlretrieve > file_location, info = urllib.request.urlretrieve(*args, **kwargs) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 239, in urlretrieve > with contextlib.closing(urlopen(url, data)) as fp: > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 214, in urlopen > return opener.open(url, data, timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 534, in _open > result = self._call_chain(self.handle_open, protocol, protocol + > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 802, in <lambda> > meth(r, proxy, type)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 830, in proxy_open > return self.parent.open(req, timeout=req.timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 539, in _open > return self._call_chain(self.handle_open, 'unknown', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1417, in unknown_open > raise URLError('unknown url type: %s' % type) >urllib.error.URLError: <urlopen error unknown url type: socks5> > >---------------------------------------------------------------------- >Ran 11 tests in 0.024s > >FAILED (errors=11) >test test_urllibnet failed >0:04:48 load avg: 13.35 Re-running test_sundry in verbose mode (matching: test_untested_modules_can_be_imported) >test_untested_modules_can_be_imported (test.test_sundry.TestUntestedModules) ... ok > >---------------------------------------------------------------------- >Ran 1 test in 0.018s > >OK >0:04:48 load avg: 13.35 Re-running test_unicodedata in verbose mode (matching: test_normalization) >test_normalization (test.test_unicodedata.NormalizationTest) ... fetching http://www.pythontest.net/unicode/13.0.0/NormalizationTest.txt ... >FAIL > >====================================================================== >FAIL: test_normalization (test.test_unicodedata.NormalizationTest) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_unicodedata.py", line 330, in test_normalization > testdata = open_urlresource(TESTDATAURL, encoding="utf-8", > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/support/__init__.py", line 1155, in open_urlresource > f = opener.open(url, timeout=INTERNET_TIMEOUT) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 534, in _open > result = self._call_chain(self.handle_open, protocol, protocol + > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 802, in <lambda> > meth(r, proxy, type)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 830, in proxy_open > return self.parent.open(req, timeout=req.timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 539, in _open > return self._call_chain(self.handle_open, 'unknown', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1417, in unknown_open > raise URLError('unknown url type: %s' % type) >urllib.error.URLError: <urlopen error unknown url type: socks5> > >During handling of the above exception, another exception occurred: > >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_unicodedata.py", line 336, in test_normalization > self.fail(f"Could not retrieve {TESTDATAURL}") >AssertionError: Could not retrieve http://www.pythontest.net/unicode/13.0.0/NormalizationTest.txt > >---------------------------------------------------------------------- >Ran 1 test in 0.004s > >FAILED (failures=1) >test test_unicodedata failed >0:04:48 load avg: 13.32 Re-running test_distutils in verbose mode (matching: test_get_outputs, test_check_metadata_deprecated) >/usr/local/lib/python3.9/site-packages/_distutils_hack/__init__.py:33: UserWarning: Setuptools is replacing distutils. > warnings.warn("Setuptools is replacing distutils.") >test_get_outputs (distutils.tests.test_install_lib.InstallLibTestCase) ... FAIL >test_get_outputs (distutils.tests.test_build_ext.BuildExtTestCase) ... ok >test_get_outputs (distutils.tests.test_build_ext.ParallelBuildExtTestCase) ... ok >test_check_metadata_deprecated (distutils.tests.test_sdist.SDistTestCase) ... ok >test_check_metadata_deprecated (distutils.tests.test_register.RegisterTestCase) ... FAIL > >====================================================================== >FAIL: test_get_outputs (distutils.tests.test_install_lib.InstallLibTestCase) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/distutils/tests/test_install_lib.py", line 75, in test_get_outputs > self.assertEqual(len(outputs), 5, outputs) >AssertionError: 3 != 5 : ['/tmp/tmp2c2rd7vl/spam/__init__.py', '/tmp/tmp2c2rd7vl/spam/rubbish.py', '/tmp/tmp2c2rd7vl/foo.cpython-39.so'] > >====================================================================== >FAIL: test_check_metadata_deprecated (distutils.tests.test_register.RegisterTestCase) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/distutils/tests/test_register.py", line 295, in test_check_metadata_deprecated > self.assertEqual(len(w.warnings), 1) >AssertionError: 70 != 1 > >---------------------------------------------------------------------- >Ran 5 tests in 0.275s > >FAILED (failures=2) >test test_distutils failed >0:04:49 load avg: 13.32 Re-running test_gdb in verbose mode (matching: test_NULL_ob_type, test_NULL_ptr, test_builtin_method, test_builtins_help, test_bytes, test_corrupt_ob_type, test_corrupt_tp_flags, test_corrupt_tp_name, test_dicts, test_exceptions, test_frames, test_frozensets, test_int, test_lists, test_modern_class, test_selfreferential_dict, test_selfreferential_list, test_selfreferential_new_style_instance, test_selfreferential_old_style_instance, test_sets, test_singletons, test_strings, test_subclassing_list, test_subclassing_tuple, test_truncation, test_tuples) >GDB version 13.1: > GNU gdb (GDB) 13.1 [GDB v13.1 for FreeBSD] > Copyright (C) 2023 Free Software Foundation, Inc. > License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> > This is free software: you are free to change and redistribute it. > There is NO WARRANTY, to the extent permitted by law. >test_NULL_ob_type (test.test_gdb.PrettyPrintTests) >Ensure that a PyObject* with NULL ob_type is handled gracefully ... Function "builtin_id" not defined. >No symbol "v" in current context. >FAIL >test_NULL_ptr (test.test_gdb.PrettyPrintTests) >Ensure that a NULL PyObject* is handled gracefully ... Function "builtin_id" not defined. >No symbol "v" in current context. >FAIL >test_builtin_method (test.test_gdb.PrettyPrintTests) ... Function "builtin_id" not defined. >FAIL >test_builtins_help (test.test_gdb.PrettyPrintTests) >Ensure that the new-style class _Helper in site.py can be handled ... Function "builtin_id" not defined. >FAIL >test_bytes (test.test_gdb.PrettyPrintTests) >Verify the pretty-printing of bytes ... Function "builtin_id" not defined. >FAIL >test_corrupt_ob_type (test.test_gdb.PrettyPrintTests) >Ensure that a PyObject* with a corrupt ob_type is handled gracefully ... Function "builtin_id" not defined. >No symbol "v" in current context. >FAIL >test_corrupt_tp_flags (test.test_gdb.PrettyPrintTests) >Ensure that a PyObject* with a type with corrupt tp_flags is handled ... Function "builtin_id" not defined. >No symbol "v" in current context. >FAIL >test_corrupt_tp_name (test.test_gdb.PrettyPrintTests) >Ensure that a PyObject* with a type with corrupt tp_name is handled ... Function "builtin_id" not defined. >No symbol "v" in current context. >FAIL >test_dicts (test.test_gdb.PrettyPrintTests) >Verify the pretty-printing of dictionaries ... Function "builtin_id" not defined. >FAIL >test_exceptions (test.test_gdb.PrettyPrintTests) ... Function "builtin_id" not defined. >FAIL >test_frames (test.test_gdb.PrettyPrintTests) ... Function "builtin_id" not defined. >No symbol "PyFrameObject" in current context. >FAIL >test_frozensets (test.test_gdb.PrettyPrintTests) >Verify the pretty-printing of frozensets ... Function "builtin_id" not defined. >FAIL >test_int (test.test_gdb.PrettyPrintTests) >Verify the pretty-printing of various int values ... Function "builtin_id" not defined. >FAIL >test_lists (test.test_gdb.PrettyPrintTests) >Verify the pretty-printing of lists ... Function "builtin_id" not defined. >FAIL >test_modern_class (test.test_gdb.PrettyPrintTests) >Verify the pretty-printing of new-style class instances ... Function "builtin_id" not defined. >FAIL >test_selfreferential_dict (test.test_gdb.PrettyPrintTests) >Ensure that a reference loop involving a dict doesn't lead proxyval ... Function "builtin_id" not defined. >FAIL >test_selfreferential_list (test.test_gdb.PrettyPrintTests) >Ensure that a reference loop involving a list doesn't lead proxyval ... Function "builtin_id" not defined. >FAIL >test_selfreferential_new_style_instance (test.test_gdb.PrettyPrintTests) ... Function "builtin_id" not defined. >FAIL >test_selfreferential_old_style_instance (test.test_gdb.PrettyPrintTests) ... Function "builtin_id" not defined. >FAIL >test_sets (test.test_gdb.PrettyPrintTests) >Verify the pretty-printing of sets ... Function "builtin_id" not defined. >FAIL >test_singletons (test.test_gdb.PrettyPrintTests) >Verify the pretty-printing of True, False and None ... Function "builtin_id" not defined. >FAIL >test_strings (test.test_gdb.PrettyPrintTests) >Verify the pretty-printing of unicode strings ... Function "builtin_id" not defined. >FAIL >test_subclassing_list (test.test_gdb.PrettyPrintTests) >Verify the pretty-printing of an instance of a list subclass ... Function "builtin_id" not defined. >FAIL >test_subclassing_tuple (test.test_gdb.PrettyPrintTests) >Verify the pretty-printing of an instance of a tuple subclass ... Function "builtin_id" not defined. >FAIL >test_truncation (test.test_gdb.PrettyPrintTests) >Verify that very long output is truncated ... Function "builtin_id" not defined. >FAIL >test_tuples (test.test_gdb.PrettyPrintTests) >Verify the pretty-printing of tuples ... Function "builtin_id" not defined. >FAIL > >====================================================================== >FAIL: test_NULL_ob_type (test.test_gdb.PrettyPrintTests) >Ensure that a PyObject* with NULL ob_type is handled gracefully >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 540, in test_NULL_ob_type > self.assertSane('id(42)', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 511, in assertSane > self.get_gdb_repr(source, > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 286, in get_gdb_repr > self.fail('Unexpected gdb output: %r\n%s' % (gdb_output, gdb_output)) >AssertionError: Unexpected gdb output: 'Breakpoint 1 (builtin_id) pending.\n\nBreakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#1 cfunction_vectorcall_O () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#2 call_function () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#3 _PyEval_EvalFrameDefault () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#4 _PyEval_EvalCode () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#5 PyEval_EvalCode () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#6 PyRun_StringFlags () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#7 PyRun_SimpleStringFlags () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#8 Py_RunMain () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#9 pymain_main () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#10 Py_BytesMain () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#11 _start (ap=<optimized out>, cleanup=<optimized out>) at /usr/src/lib/csu/amd64/crt1_c.c:75\n' >Breakpoint 1 (builtin_id) pending. > >Breakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#1 cfunction_vectorcall_O () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#2 call_function () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#3 _PyEval_EvalFrameDefault () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#4 _PyEval_EvalCode () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#5 PyEval_EvalCode () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#6 PyRun_StringFlags () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#7 PyRun_SimpleStringFlags () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#8 Py_RunMain () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#9 pymain_main () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#10 Py_BytesMain () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#11 _start (ap=<optimized out>, cleanup=<optimized out>) at /usr/src/lib/csu/amd64/crt1_c.c:75 > > >====================================================================== >FAIL: test_NULL_ptr (test.test_gdb.PrettyPrintTests) >Ensure that a NULL PyObject* is handled gracefully >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 531, in test_NULL_ptr > self.get_gdb_repr('id(42)', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 286, in get_gdb_repr > self.fail('Unexpected gdb output: %r\n%s' % (gdb_output, gdb_output)) >AssertionError: Unexpected gdb output: 'Breakpoint 1 (builtin_id) pending.\n\nBreakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#1 cfunction_vectorcall_O () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#2 call_function () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#3 _PyEval_EvalFrameDefault () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#4 _PyEval_EvalCode () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#5 PyEval_EvalCode () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#6 PyRun_StringFlags () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#7 PyRun_SimpleStringFlags () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#8 Py_RunMain () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#9 pymain_main () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#10 Py_BytesMain () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#11 _start (ap=<optimized out>, cleanup=<optimized out>) at /usr/src/lib/csu/amd64/crt1_c.c:75\n' >Breakpoint 1 (builtin_id) pending. > >Breakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#1 cfunction_vectorcall_O () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#2 call_function () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#3 _PyEval_EvalFrameDefault () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#4 _PyEval_EvalCode () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#5 PyEval_EvalCode () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#6 PyRun_StringFlags () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#7 PyRun_SimpleStringFlags () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#8 Py_RunMain () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#9 pymain_main () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#10 Py_BytesMain () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#11 _start (ap=<optimized out>, cleanup=<optimized out>) at /usr/src/lib/csu/amd64/crt1_c.c:75 > > >====================================================================== >FAIL: test_builtin_method (test.test_gdb.PrettyPrintTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 663, in test_builtin_method > gdb_repr, gdb_output = self.get_gdb_repr('import sys; id(sys.stdout.readlines)') > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 286, in get_gdb_repr > self.fail('Unexpected gdb output: %r\n%s' % (gdb_output, gdb_output)) >AssertionError: Unexpected gdb output: 'Breakpoint 1 (builtin_id) pending.\n\nBreakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n' >Breakpoint 1 (builtin_id) pending. > >Breakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 > > >====================================================================== >FAIL: test_builtins_help (test.test_gdb.PrettyPrintTests) >Ensure that the new-style class _Helper in site.py can be handled >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 569, in test_builtins_help > gdb_repr, gdb_output = self.get_gdb_repr('id(__builtins__.help)', import_site=True) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 286, in get_gdb_repr > self.fail('Unexpected gdb output: %r\n%s' % (gdb_output, gdb_output)) >AssertionError: Unexpected gdb output: 'Breakpoint 1 (builtin_id) pending.\n\nBreakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n' >Breakpoint 1 (builtin_id) pending. > >Breakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 > > >====================================================================== >FAIL: test_bytes (test.test_gdb.PrettyPrintTests) >Verify the pretty-printing of bytes >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 345, in test_bytes > self.assertGdbRepr(b'') > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 310, in assertGdbRepr > gdb_repr, gdb_output = self.get_gdb_repr('id(' + ascii(val) + ')') > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 286, in get_gdb_repr > self.fail('Unexpected gdb output: %r\n%s' % (gdb_output, gdb_output)) >AssertionError: Unexpected gdb output: 'Breakpoint 1 (builtin_id) pending.\n\nBreakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n' >Breakpoint 1 (builtin_id) pending. > >Breakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 > > >====================================================================== >FAIL: test_corrupt_ob_type (test.test_gdb.PrettyPrintTests) >Ensure that a PyObject* with a corrupt ob_type is handled gracefully >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 545, in test_corrupt_ob_type > self.assertSane('id(42)', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 511, in assertSane > self.get_gdb_repr(source, > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 286, in get_gdb_repr > self.fail('Unexpected gdb output: %r\n%s' % (gdb_output, gdb_output)) >AssertionError: Unexpected gdb output: 'Breakpoint 1 (builtin_id) pending.\n\nBreakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#1 cfunction_vectorcall_O () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#2 call_function () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#3 _PyEval_EvalFrameDefault () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#4 _PyEval_EvalCode () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#5 PyEval_EvalCode () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#6 PyRun_StringFlags () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#7 PyRun_SimpleStringFlags () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#8 Py_RunMain () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#9 pymain_main () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#10 Py_BytesMain () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#11 _start (ap=<optimized out>, cleanup=<optimized out>) at /usr/src/lib/csu/amd64/crt1_c.c:75\n' >Breakpoint 1 (builtin_id) pending. > >Breakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#1 cfunction_vectorcall_O () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#2 call_function () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#3 _PyEval_EvalFrameDefault () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#4 _PyEval_EvalCode () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#5 PyEval_EvalCode () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#6 PyRun_StringFlags () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#7 PyRun_SimpleStringFlags () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#8 Py_RunMain () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#9 pymain_main () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#10 Py_BytesMain () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#11 _start (ap=<optimized out>, cleanup=<optimized out>) at /usr/src/lib/csu/amd64/crt1_c.c:75 > > >====================================================================== >FAIL: test_corrupt_tp_flags (test.test_gdb.PrettyPrintTests) >Ensure that a PyObject* with a type with corrupt tp_flags is handled >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 551, in test_corrupt_tp_flags > self.assertSane('id(42)', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 511, in assertSane > self.get_gdb_repr(source, > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 286, in get_gdb_repr > self.fail('Unexpected gdb output: %r\n%s' % (gdb_output, gdb_output)) >AssertionError: Unexpected gdb output: 'Breakpoint 1 (builtin_id) pending.\n\nBreakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#1 cfunction_vectorcall_O () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#2 call_function () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#3 _PyEval_EvalFrameDefault () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#4 _PyEval_EvalCode () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#5 PyEval_EvalCode () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#6 PyRun_StringFlags () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#7 PyRun_SimpleStringFlags () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#8 Py_RunMain () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#9 pymain_main () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#10 Py_BytesMain () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#11 _start (ap=<optimized out>, cleanup=<optimized out>) at /usr/src/lib/csu/amd64/crt1_c.c:75\n' >Breakpoint 1 (builtin_id) pending. > >Breakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#1 cfunction_vectorcall_O () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#2 call_function () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#3 _PyEval_EvalFrameDefault () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#4 _PyEval_EvalCode () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#5 PyEval_EvalCode () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#6 PyRun_StringFlags () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#7 PyRun_SimpleStringFlags () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#8 Py_RunMain () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#9 pymain_main () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#10 Py_BytesMain () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#11 _start (ap=<optimized out>, cleanup=<optimized out>) at /usr/src/lib/csu/amd64/crt1_c.c:75 > > >====================================================================== >FAIL: test_corrupt_tp_name (test.test_gdb.PrettyPrintTests) >Ensure that a PyObject* with a type with corrupt tp_name is handled >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 557, in test_corrupt_tp_name > self.assertSane('id(42)', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 511, in assertSane > self.get_gdb_repr(source, > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 286, in get_gdb_repr > self.fail('Unexpected gdb output: %r\n%s' % (gdb_output, gdb_output)) >AssertionError: Unexpected gdb output: 'Breakpoint 1 (builtin_id) pending.\n\nBreakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#1 cfunction_vectorcall_O () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#2 call_function () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#3 _PyEval_EvalFrameDefault () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#4 _PyEval_EvalCode () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#5 PyEval_EvalCode () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#6 PyRun_StringFlags () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#7 PyRun_SimpleStringFlags () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#8 Py_RunMain () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#9 pymain_main () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#10 Py_BytesMain () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#11 _start (ap=<optimized out>, cleanup=<optimized out>) at /usr/src/lib/csu/amd64/crt1_c.c:75\n' >Breakpoint 1 (builtin_id) pending. > >Breakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#1 cfunction_vectorcall_O () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#2 call_function () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#3 _PyEval_EvalFrameDefault () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#4 _PyEval_EvalCode () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#5 PyEval_EvalCode () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#6 PyRun_StringFlags () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#7 PyRun_SimpleStringFlags () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#8 Py_RunMain () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#9 pymain_main () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#10 Py_BytesMain () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#11 _start (ap=<optimized out>, cleanup=<optimized out>) at /usr/src/lib/csu/amd64/crt1_c.c:75 > > >====================================================================== >FAIL: test_dicts (test.test_gdb.PrettyPrintTests) >Verify the pretty-printing of dictionaries >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 333, in test_dicts > self.assertGdbRepr({}) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 310, in assertGdbRepr > gdb_repr, gdb_output = self.get_gdb_repr('id(' + ascii(val) + ')') > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 286, in get_gdb_repr > self.fail('Unexpected gdb output: %r\n%s' % (gdb_output, gdb_output)) >AssertionError: Unexpected gdb output: 'Breakpoint 1 (builtin_id) pending.\n\nBreakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n' >Breakpoint 1 (builtin_id) pending. > >Breakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 > > >====================================================================== >FAIL: test_exceptions (test.test_gdb.PrettyPrintTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 438, in test_exceptions > gdb_repr, gdb_output = self.get_gdb_repr(''' > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 286, in get_gdb_repr > self.fail('Unexpected gdb output: %r\n%s' % (gdb_output, gdb_output)) >AssertionError: Unexpected gdb output: 'Breakpoint 1 (builtin_id) pending.\n\nBreakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n' >Breakpoint 1 (builtin_id) pending. > >Breakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 > > >====================================================================== >FAIL: test_frames (test.test_gdb.PrettyPrintTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 679, in test_frames > self.assertTrue(re.match(r'.*\s+\$1 =\s+Frame 0x-?[0-9a-f]+, for file <string>, line 3, in foo \(\)\s+.*', >AssertionError: None is not true : Unexpected gdb representation: 'Breakpoint 1 (builtin_id) pending.\n\nBreakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n' >Breakpoint 1 (builtin_id) pending. > >Breakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 > > >====================================================================== >FAIL: test_frozensets (test.test_gdb.PrettyPrintTests) >Verify the pretty-printing of frozensets >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 429, in test_frozensets > self.assertGdbRepr(frozenset(), "frozenset()") > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 310, in assertGdbRepr > gdb_repr, gdb_output = self.get_gdb_repr('id(' + ascii(val) + ')') > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 286, in get_gdb_repr > self.fail('Unexpected gdb output: %r\n%s' % (gdb_output, gdb_output)) >AssertionError: Unexpected gdb output: 'Breakpoint 1 (builtin_id) pending.\n\nBreakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n' >Breakpoint 1 (builtin_id) pending. > >Breakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 > > >====================================================================== >FAIL: test_int (test.test_gdb.PrettyPrintTests) >Verify the pretty-printing of various int values >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 319, in test_int > self.assertGdbRepr(42) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 310, in assertGdbRepr > gdb_repr, gdb_output = self.get_gdb_repr('id(' + ascii(val) + ')') > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 286, in get_gdb_repr > self.fail('Unexpected gdb output: %r\n%s' % (gdb_output, gdb_output)) >AssertionError: Unexpected gdb output: 'Breakpoint 1 (builtin_id) pending.\n\nBreakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n' >Breakpoint 1 (builtin_id) pending. > >Breakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 > > >====================================================================== >FAIL: test_lists (test.test_gdb.PrettyPrintTests) >Verify the pretty-printing of lists >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 340, in test_lists > self.assertGdbRepr([]) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 310, in assertGdbRepr > gdb_repr, gdb_output = self.get_gdb_repr('id(' + ascii(val) + ')') > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 286, in get_gdb_repr > self.fail('Unexpected gdb output: %r\n%s' % (gdb_output, gdb_output)) >AssertionError: Unexpected gdb output: 'Breakpoint 1 (builtin_id) pending.\n\nBreakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n' >Breakpoint 1 (builtin_id) pending. > >Breakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 > > >====================================================================== >FAIL: test_modern_class (test.test_gdb.PrettyPrintTests) >Verify the pretty-printing of new-style class instances >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 460, in test_modern_class > gdb_repr, gdb_output = self.get_gdb_repr(''' > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 286, in get_gdb_repr > self.fail('Unexpected gdb output: %r\n%s' % (gdb_output, gdb_output)) >AssertionError: Unexpected gdb output: 'Breakpoint 1 (builtin_id) pending.\n\nBreakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n' >Breakpoint 1 (builtin_id) pending. > >Breakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 > > >====================================================================== >FAIL: test_selfreferential_dict (test.test_gdb.PrettyPrintTests) >Ensure that a reference loop involving a dict doesn't lead proxyval >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 590, in test_selfreferential_dict > self.get_gdb_repr("a = {} ; b = {'bar':a} ; a['foo'] = b ; id(a)") > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 286, in get_gdb_repr > self.fail('Unexpected gdb output: %r\n%s' % (gdb_output, gdb_output)) >AssertionError: Unexpected gdb output: 'Breakpoint 1 (builtin_id) pending.\n\nBreakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n' >Breakpoint 1 (builtin_id) pending. > >Breakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 > > >====================================================================== >FAIL: test_selfreferential_list (test.test_gdb.PrettyPrintTests) >Ensure that a reference loop involving a list doesn't lead proxyval >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 579, in test_selfreferential_list > self.get_gdb_repr("a = [3, 4, 5] ; a.append(a) ; id(a)") > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 286, in get_gdb_repr > self.fail('Unexpected gdb output: %r\n%s' % (gdb_output, gdb_output)) >AssertionError: Unexpected gdb output: 'Breakpoint 1 (builtin_id) pending.\n\nBreakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n' >Breakpoint 1 (builtin_id) pending. > >Breakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 > > >====================================================================== >FAIL: test_selfreferential_new_style_instance (test.test_gdb.PrettyPrintTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 609, in test_selfreferential_new_style_instance > self.get_gdb_repr(''' > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 286, in get_gdb_repr > self.fail('Unexpected gdb output: %r\n%s' % (gdb_output, gdb_output)) >AssertionError: Unexpected gdb output: 'Breakpoint 1 (builtin_id) pending.\n\nBreakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n' >Breakpoint 1 (builtin_id) pending. > >Breakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 > > >====================================================================== >FAIL: test_selfreferential_old_style_instance (test.test_gdb.PrettyPrintTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 596, in test_selfreferential_old_style_instance > self.get_gdb_repr(''' > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 286, in get_gdb_repr > self.fail('Unexpected gdb output: %r\n%s' % (gdb_output, gdb_output)) >AssertionError: Unexpected gdb output: 'Breakpoint 1 (builtin_id) pending.\n\nBreakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n' >Breakpoint 1 (builtin_id) pending. > >Breakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 > > >====================================================================== >FAIL: test_sets (test.test_gdb.PrettyPrintTests) >Verify the pretty-printing of sets >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 411, in test_sets > self.assertGdbRepr(set(), "set()") > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 310, in assertGdbRepr > gdb_repr, gdb_output = self.get_gdb_repr('id(' + ascii(val) + ')') > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 286, in get_gdb_repr > self.fail('Unexpected gdb output: %r\n%s' % (gdb_output, gdb_output)) >AssertionError: Unexpected gdb output: 'Breakpoint 1 (builtin_id) pending.\n\nBreakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n' >Breakpoint 1 (builtin_id) pending. > >Breakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 > > >====================================================================== >FAIL: test_singletons (test.test_gdb.PrettyPrintTests) >Verify the pretty-printing of True, False and None >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 327, in test_singletons > self.assertGdbRepr(True) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 310, in assertGdbRepr > gdb_repr, gdb_output = self.get_gdb_repr('id(' + ascii(val) + ')') > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 286, in get_gdb_repr > self.fail('Unexpected gdb output: %r\n%s' % (gdb_output, gdb_output)) >AssertionError: Unexpected gdb output: 'Breakpoint 1 (builtin_id) pending.\n\nBreakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n' >Breakpoint 1 (builtin_id) pending. > >Breakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 > > >====================================================================== >FAIL: test_strings (test.test_gdb.PrettyPrintTests) >Verify the pretty-printing of unicode strings >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 381, in test_strings > self.assertGdbRepr('') > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 310, in assertGdbRepr > gdb_repr, gdb_output = self.get_gdb_repr('id(' + ascii(val) + ')') > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 286, in get_gdb_repr > self.fail('Unexpected gdb output: %r\n%s' % (gdb_output, gdb_output)) >AssertionError: Unexpected gdb output: 'Breakpoint 1 (builtin_id) pending.\n\nBreakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n' >Breakpoint 1 (builtin_id) pending. > >Breakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 > > >====================================================================== >FAIL: test_subclassing_list (test.test_gdb.PrettyPrintTests) >Verify the pretty-printing of an instance of a list subclass >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 472, in test_subclassing_list > gdb_repr, gdb_output = self.get_gdb_repr(''' > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 286, in get_gdb_repr > self.fail('Unexpected gdb output: %r\n%s' % (gdb_output, gdb_output)) >AssertionError: Unexpected gdb output: 'Breakpoint 1 (builtin_id) pending.\n\nBreakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n' >Breakpoint 1 (builtin_id) pending. > >Breakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 > > >====================================================================== >FAIL: test_subclassing_tuple (test.test_gdb.PrettyPrintTests) >Verify the pretty-printing of an instance of a tuple subclass >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 488, in test_subclassing_tuple > gdb_repr, gdb_output = self.get_gdb_repr(''' > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 286, in get_gdb_repr > self.fail('Unexpected gdb output: %r\n%s' % (gdb_output, gdb_output)) >AssertionError: Unexpected gdb output: 'Breakpoint 1 (builtin_id) pending.\n\nBreakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n' >Breakpoint 1 (builtin_id) pending. > >Breakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 > > >====================================================================== >FAIL: test_truncation (test.test_gdb.PrettyPrintTests) >Verify that very long output is truncated >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 636, in test_truncation > gdb_repr, gdb_output = self.get_gdb_repr('id(list(range(1000)))') > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 286, in get_gdb_repr > self.fail('Unexpected gdb output: %r\n%s' % (gdb_output, gdb_output)) >AssertionError: Unexpected gdb output: 'Breakpoint 1 (builtin_id) pending.\n\nBreakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n' >Breakpoint 1 (builtin_id) pending. > >Breakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 > > >====================================================================== >FAIL: test_tuples (test.test_gdb.PrettyPrintTests) >Verify the pretty-printing of tuples >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 403, in test_tuples > self.assertGdbRepr(tuple(), '()') > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 310, in assertGdbRepr > gdb_repr, gdb_output = self.get_gdb_repr('id(' + ascii(val) + ')') > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_gdb.py", line 286, in get_gdb_repr > self.fail('Unexpected gdb output: %r\n%s' % (gdb_output, gdb_output)) >AssertionError: Unexpected gdb output: 'Breakpoint 1 (builtin_id) pending.\n\nBreakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0\n' >Breakpoint 1 (builtin_id) pending. > >Breakpoint 1, builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 >#0 builtin_id () from /usr/ports/lang/python39/work/Python-3.9.17/libpython3.9.so.1.0 > > >---------------------------------------------------------------------- >Ran 26 tests in 5.752s > >FAILED (failures=26) >test test_gdb failed >0:04:56 load avg: 13.29 Re-running test_urllib2 in verbose mode (matching: test_redirect_encoding, test_redirect_encoding, test_redirect_encoding, test_redirect_encoding, test_redirect_no_path) >test_redirect_encoding (test.test_urllib2.HandlerTests) ... test_redirect_no_path (test.test_urllib2.HandlerTests) ... ERROR > >====================================================================== >ERROR: test_redirect_encoding (test.test_urllib2.HandlerTests) [b'/p\xc3\xa5-dansk/'] >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib2.py", line 1356, in test_redirect_encoding > response = opener.open('http://example.com/') > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 534, in _open > result = self._call_chain(self.handle_open, protocol, protocol + > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 802, in <lambda> > meth(r, proxy, type)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 830, in proxy_open > return self.parent.open(req, timeout=req.timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 539, in _open > return self._call_chain(self.handle_open, 'unknown', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1417, in unknown_open > raise URLError('unknown url type: %s' % type) >urllib.error.URLError: <urlopen error unknown url type: socks5> > >====================================================================== >ERROR: test_redirect_encoding (test.test_urllib2.HandlerTests) [b'/spaced%20path/'] >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib2.py", line 1356, in test_redirect_encoding > response = opener.open('http://example.com/') > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 534, in _open > result = self._call_chain(self.handle_open, protocol, protocol + > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 802, in <lambda> > meth(r, proxy, type)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 830, in proxy_open > return self.parent.open(req, timeout=req.timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 539, in _open > return self._call_chain(self.handle_open, 'unknown', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1417, in unknown_open > raise URLError('unknown url type: %s' % type) >urllib.error.URLError: <urlopen error unknown url type: socks5> > >====================================================================== >ERROR: test_redirect_encoding (test.test_urllib2.HandlerTests) [b'/spaced path/'] >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib2.py", line 1356, in test_redirect_encoding > response = opener.open('http://example.com/') > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 534, in _open > result = self._call_chain(self.handle_open, protocol, protocol + > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 802, in <lambda> > meth(r, proxy, type)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 830, in proxy_open > return self.parent.open(req, timeout=req.timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 539, in _open > return self._call_chain(self.handle_open, 'unknown', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1417, in unknown_open > raise URLError('unknown url type: %s' % type) >urllib.error.URLError: <urlopen error unknown url type: socks5> > >====================================================================== >ERROR: test_redirect_encoding (test.test_urllib2.HandlerTests) [b'/?p\xc3\xa5-dansk'] >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib2.py", line 1356, in test_redirect_encoding > response = opener.open('http://example.com/') > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 534, in _open > result = self._call_chain(self.handle_open, protocol, protocol + > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 802, in <lambda> > meth(r, proxy, type)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 830, in proxy_open > return self.parent.open(req, timeout=req.timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 539, in _open > return self._call_chain(self.handle_open, 'unknown', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1417, in unknown_open > raise URLError('unknown url type: %s' % type) >urllib.error.URLError: <urlopen error unknown url type: socks5> > >====================================================================== >ERROR: test_redirect_no_path (test.test_urllib2.HandlerTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib2.py", line 1323, in test_redirect_no_path > fp = urllib.request.urlopen("http://python.org/path") > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 214, in urlopen > return opener.open(url, data, timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 534, in _open > result = self._call_chain(self.handle_open, protocol, protocol + > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 802, in <lambda> > meth(r, proxy, type)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 830, in proxy_open > return self.parent.open(req, timeout=req.timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 539, in _open > return self._call_chain(self.handle_open, 'unknown', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1417, in unknown_open > raise URLError('unknown url type: %s' % type) >urllib.error.URLError: <urlopen error unknown url type: socks5> > >---------------------------------------------------------------------- >Ran 2 tests in 0.008s > >FAILED (errors=5) >test test_urllib2 failed >0:04:56 load avg: 13.29 Re-running test_urllib in verbose mode (matching: test_urlopener_retrieve_remote, test_invalid_redirect, test_read_0_9, test_read_1_0, test_read_1_1, test_redirect_limit_independent, test_url_fragment, test_url_host_with_control_char_rejected, test_url_host_with_newline_header_injection_rejected, test_url_path_with_control_char_rejected, test_url_path_with_newline_header_injection_rejected, test_userpass_inurl, test_userpass_inurl_w_spaces, test_willclose, test_short_content_raises_ContentTooShortError, test_short_content_raises_ContentTooShortError_without_reporthook) >test_urlopener_retrieve_remote (test.test_urllib.URLopener_Tests) ... ERROR >test_invalid_redirect (test.test_urllib.urlopen_HttpTests) ... ERROR >test_read_0_9 (test.test_urllib.urlopen_HttpTests) ... ERROR >test_read_1_0 (test.test_urllib.urlopen_HttpTests) ... ERROR >test_read_1_1 (test.test_urllib.urlopen_HttpTests) ... ERROR >test_redirect_limit_independent (test.test_urllib.urlopen_HttpTests) ... ERROR >test_url_fragment (test.test_urllib.urlopen_HttpTests) ... ERROR >test_url_host_with_control_char_rejected (test.test_urllib.urlopen_HttpTests) ... ERROR >test_url_host_with_newline_header_injection_rejected (test.test_urllib.urlopen_HttpTests) ... ERROR >test_url_path_with_control_char_rejected (test.test_urllib.urlopen_HttpTests) ... ERROR >test_url_path_with_newline_header_injection_rejected (test.test_urllib.urlopen_HttpTests) ... ERROR >test_userpass_inurl (test.test_urllib.urlopen_HttpTests) ... ERROR >test_userpass_inurl_w_spaces (test.test_urllib.urlopen_HttpTests) ... ERROR >test_willclose (test.test_urllib.urlopen_HttpTests) ... ERROR >test_short_content_raises_ContentTooShortError (test.test_urllib.urlretrieve_HttpTests) ... ERROR >test_short_content_raises_ContentTooShortError_without_reporthook (test.test_urllib.urlretrieve_HttpTests) ... ERROR > >====================================================================== >ERROR: test_urlopener_retrieve_remote (test.test_urllib.URLopener_Tests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/support/__init__.py", line 173, in wrapper > return test(self, *args, **kwargs) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib.py", line 1603, in test_urlopener_retrieve_remote > filename, _ = urllib.request.URLopener().retrieve(url) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1820, in retrieve > fp = self.open(url, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1781, in open > return self.open_unknown_proxy(proxy, fullurl, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1802, in open_unknown_proxy > raise OSError('url error', 'invalid proxy for %s' % type, proxy) >OSError: [Errno url error] invalid proxy for http: 'socks5://mattapan:9050' > >====================================================================== >ERROR: test_invalid_redirect (test.test_urllib.urlopen_HttpTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib.py", line 494, in test_invalid_redirect > urlopen("http://python.org/") > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib.py", line 47, in urlopen > return opener.open(url) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1781, in open > return self.open_unknown_proxy(proxy, fullurl, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1802, in open_unknown_proxy > raise OSError('url error', 'invalid proxy for %s' % type, proxy) >OSError: [Errno url error] invalid proxy for http: 'socks5://mattapan:9050' > >====================================================================== >ERROR: test_read_0_9 (test.test_urllib.urlopen_HttpTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib.py", line 461, in test_read_0_9 > self.check_read(b"0.9") > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib.py", line 347, in check_read > fp = urlopen("http://python.org/") > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib.py", line 47, in urlopen > return opener.open(url) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1781, in open > return self.open_unknown_proxy(proxy, fullurl, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1802, in open_unknown_proxy > raise OSError('url error', 'invalid proxy for %s' % type, proxy) >OSError: [Errno url error] invalid proxy for http: 'socks5://mattapan:9050' > >====================================================================== >ERROR: test_read_1_0 (test.test_urllib.urlopen_HttpTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib.py", line 464, in test_read_1_0 > self.check_read(b"1.0") > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib.py", line 347, in check_read > fp = urlopen("http://python.org/") > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib.py", line 47, in urlopen > return opener.open(url) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1781, in open > return self.open_unknown_proxy(proxy, fullurl, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1802, in open_unknown_proxy > raise OSError('url error', 'invalid proxy for %s' % type, proxy) >OSError: [Errno url error] invalid proxy for http: 'socks5://mattapan:9050' > >====================================================================== >ERROR: test_read_1_1 (test.test_urllib.urlopen_HttpTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib.py", line 467, in test_read_1_1 > self.check_read(b"1.1") > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib.py", line 347, in check_read > fp = urlopen("http://python.org/") > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib.py", line 47, in urlopen > return opener.open(url) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1781, in open > return self.open_unknown_proxy(proxy, fullurl, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1802, in open_unknown_proxy > raise OSError('url error', 'invalid proxy for %s' % type, proxy) >OSError: [Errno url error] invalid proxy for http: 'socks5://mattapan:9050' > >====================================================================== >ERROR: test_redirect_limit_independent (test.test_urllib.urlopen_HttpTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib.py", line 507, in test_redirect_limit_independent > self.assertRaises(urllib.error.HTTPError, urlopen, > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/unittest/case.py", line 739, in assertRaises > return context.handle('assertRaises', args, kwargs) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/unittest/case.py", line 201, in handle > callable_obj(*args, **kwargs) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib.py", line 47, in urlopen > return opener.open(url) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1781, in open > return self.open_unknown_proxy(proxy, fullurl, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1802, in open_unknown_proxy > raise OSError('url error', 'invalid proxy for %s' % type, proxy) >OSError: [Errno url error] invalid proxy for http: 'socks5://mattapan:9050' > >====================================================================== >ERROR: test_url_fragment (test.test_urllib.urlopen_HttpTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib.py", line 360, in test_url_fragment > fp = urllib.request.urlopen(url) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 214, in urlopen > return opener.open(url, data, timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 534, in _open > result = self._call_chain(self.handle_open, protocol, protocol + > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 802, in <lambda> > meth(r, proxy, type)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 830, in proxy_open > return self.parent.open(req, timeout=req.timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 539, in _open > return self._call_chain(self.handle_open, 'unknown', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1417, in unknown_open > raise URLError('unknown url type: %s' % type) >urllib.error.URLError: <urlopen error unknown url type: socks5> > >====================================================================== >ERROR: test_url_host_with_control_char_rejected (test.test_urllib.urlopen_HttpTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib.py", line 437, in test_url_host_with_control_char_rejected > urlopen(f"http:{schemeless_url}") > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib.py", line 47, in urlopen > return opener.open(url) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1781, in open > return self.open_unknown_proxy(proxy, fullurl, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1802, in open_unknown_proxy > raise OSError('url error', 'invalid proxy for %s' % type, proxy) >OSError: [Errno url error] invalid proxy for http: 'socks5://mattapan:9050' > >====================================================================== >ERROR: test_url_host_with_newline_header_injection_rejected (test.test_urllib.urlopen_HttpTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib.py", line 452, in test_url_host_with_newline_header_injection_rejected > urlopen(f"http:{schemeless_url}") > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib.py", line 47, in urlopen > return opener.open(url) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1781, in open > return self.open_unknown_proxy(proxy, fullurl, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1802, in open_unknown_proxy > raise OSError('url error', 'invalid proxy for %s' % type, proxy) >OSError: [Errno url error] invalid proxy for http: 'socks5://mattapan:9050' > >====================================================================== >ERROR: test_url_path_with_control_char_rejected (test.test_urllib.urlopen_HttpTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib.py", line 390, in test_url_path_with_control_char_rejected > urllib.request.urlopen(f"http:{schemeless_url}") > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 214, in urlopen > return opener.open(url, data, timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 534, in _open > result = self._call_chain(self.handle_open, protocol, protocol + > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 802, in <lambda> > meth(r, proxy, type)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 830, in proxy_open > return self.parent.open(req, timeout=req.timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 539, in _open > return self._call_chain(self.handle_open, 'unknown', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1417, in unknown_open > raise URLError('unknown url type: %s' % type) >urllib.error.URLError: <urlopen error unknown url type: socks5> > >====================================================================== >ERROR: test_url_path_with_newline_header_injection_rejected (test.test_urllib.urlopen_HttpTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib.py", line 415, in test_url_path_with_newline_header_injection_rejected > urllib.request.urlopen(f"http:{schemeless_url}") > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 214, in urlopen > return opener.open(url, data, timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 534, in _open > result = self._call_chain(self.handle_open, protocol, protocol + > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 802, in <lambda> > meth(r, proxy, type)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 830, in proxy_open > return self.parent.open(req, timeout=req.timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 539, in _open > return self._call_chain(self.handle_open, 'unknown', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1417, in unknown_open > raise URLError('unknown url type: %s' % type) >urllib.error.URLError: <urlopen error unknown url type: socks5> > >====================================================================== >ERROR: test_userpass_inurl (test.test_urllib.urlopen_HttpTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib.py", line 567, in test_userpass_inurl > fp = urlopen("http://user:pass@python.org/") > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib.py", line 47, in urlopen > return opener.open(url) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1781, in open > return self.open_unknown_proxy(proxy, fullurl, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1802, in open_unknown_proxy > raise OSError('url error', 'invalid proxy for %s' % type, proxy) >OSError: [Errno url error] invalid proxy for http: 'socks5://mattapan:9050' > >====================================================================== >ERROR: test_userpass_inurl_w_spaces (test.test_urllib.urlopen_HttpTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib.py", line 583, in test_userpass_inurl_w_spaces > fp = urlopen(url) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib.py", line 47, in urlopen > return opener.open(url) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1781, in open > return self.open_unknown_proxy(proxy, fullurl, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1802, in open_unknown_proxy > raise OSError('url error', 'invalid proxy for %s' % type, proxy) >OSError: [Errno url error] invalid proxy for http: 'socks5://mattapan:9050' > >====================================================================== >ERROR: test_willclose (test.test_urllib.urlopen_HttpTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib.py", line 368, in test_willclose > resp = urlopen("http://www.python.org") > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib.py", line 47, in urlopen > return opener.open(url) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1781, in open > return self.open_unknown_proxy(proxy, fullurl, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1802, in open_unknown_proxy > raise OSError('url error', 'invalid proxy for %s' % type, proxy) >OSError: [Errno url error] invalid proxy for http: 'socks5://mattapan:9050' > >====================================================================== >ERROR: test_short_content_raises_ContentTooShortError (test.test_urllib.urlretrieve_HttpTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib.py", line 849, in test_short_content_raises_ContentTooShortError > urllib.request.urlretrieve(support.TEST_HTTP_URL, > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 239, in urlretrieve > with contextlib.closing(urlopen(url, data)) as fp: > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 214, in urlopen > return opener.open(url, data, timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 534, in _open > result = self._call_chain(self.handle_open, protocol, protocol + > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 802, in <lambda> > meth(r, proxy, type)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 830, in proxy_open > return self.parent.open(req, timeout=req.timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 539, in _open > return self._call_chain(self.handle_open, 'unknown', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1417, in unknown_open > raise URLError('unknown url type: %s' % type) >urllib.error.URLError: <urlopen error unknown url type: socks5> > >====================================================================== >ERROR: test_short_content_raises_ContentTooShortError_without_reporthook (test.test_urllib.urlretrieve_HttpTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib.py", line 868, in test_short_content_raises_ContentTooShortError_without_reporthook > urllib.request.urlretrieve(support.TEST_HTTP_URL) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 239, in urlretrieve > with contextlib.closing(urlopen(url, data)) as fp: > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 214, in urlopen > return opener.open(url, data, timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 534, in _open > result = self._call_chain(self.handle_open, protocol, protocol + > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 802, in <lambda> > meth(r, proxy, type)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 830, in proxy_open > return self.parent.open(req, timeout=req.timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 539, in _open > return self._call_chain(self.handle_open, 'unknown', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1417, in unknown_open > raise URLError('unknown url type: %s' % type) >urllib.error.URLError: <urlopen error unknown url type: socks5> > >---------------------------------------------------------------------- >Ran 16 tests in 0.017s > >FAILED (errors=16) >test test_urllib failed >0:04:57 load avg: 13.29 Re-running test_urllib2_localnet in verbose mode (matching: test_basic_auth_httperror, test_basic_auth_success) >test_basic_auth_httperror (test.test_urllib2_localnet.BasicAuthTests) ... ERROR >test_basic_auth_success (test.test_urllib2_localnet.BasicAuthTests) ... ERROR > >====================================================================== >ERROR: test_basic_auth_httperror (test.test_urllib2_localnet.BasicAuthTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib2_localnet.py", line 316, in test_basic_auth_httperror > self.assertRaises(urllib.error.HTTPError, urllib.request.urlopen, self.server_url) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/unittest/case.py", line 739, in assertRaises > return context.handle('assertRaises', args, kwargs) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/unittest/case.py", line 201, in handle > callable_obj(*args, **kwargs) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 214, in urlopen > return opener.open(url, data, timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 534, in _open > result = self._call_chain(self.handle_open, protocol, protocol + > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 802, in <lambda> > meth(r, proxy, type)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 830, in proxy_open > return self.parent.open(req, timeout=req.timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 539, in _open > return self._call_chain(self.handle_open, 'unknown', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1417, in unknown_open > raise URLError('unknown url type: %s' % type) >urllib.error.URLError: <urlopen error unknown url type: socks5> > >====================================================================== >ERROR: test_basic_auth_success (test.test_urllib2_localnet.BasicAuthTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/test/test_urllib2_localnet.py", line 308, in test_basic_auth_success > self.assertTrue(urllib.request.urlopen(self.server_url)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 214, in urlopen > return opener.open(url, data, timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 534, in _open > result = self._call_chain(self.handle_open, protocol, protocol + > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 802, in <lambda> > meth(r, proxy, type)) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 830, in proxy_open > return self.parent.open(req, timeout=req.timeout) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 517, in open > response = self._open(req, data) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 539, in _open > return self._call_chain(self.handle_open, 'unknown', > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 494, in _call_chain > result = func(*args) > File "/usr/ports/lang/python39/work/Python-3.9.17/Lib/urllib/request.py", line 1417, in unknown_open > raise URLError('unknown url type: %s' % type) >urllib.error.URLError: <urlopen error unknown url type: socks5> > >---------------------------------------------------------------------- >Ran 2 tests in 0.204s > >FAILED (errors=2) >Warning -- urllib.requests._opener was modified by test_urllib2_localnet > Before: None > After: <urllib.request.OpenerDirector object at 0x8074c9940> >test test_urllib2_localnet failed >14 tests failed again: > test___all__ test_bdb test_distutils test_dtrace test_gdb > test_robotparser test_socketserver test_unicodedata test_urllib > test_urllib2 test_urllib2_localnet test_urllib2net test_urllibnet > test_venv > >== Tests result: FAILURE then FAILURE == > >392 tests OK. > >10 slowest tests: >- test_concurrent_futures: 3 min 15 sec >- test_multiprocessing_forkserver: 2 min 20 sec >- test_multiprocessing_spawn: 2 min 18 sec >- test_nis: 2 min >- test_multiprocessing_fork: 1 min 51 sec >- test_tarfile: 1 min 42 sec >- test_subprocess: 1 min 41 sec >- test_asyncio: 1 min 38 sec >- test_largefile: 1 min 3 sec >- test_tokenize: 1 min > >14 tests failed: > test___all__ test_bdb test_distutils test_dtrace test_gdb > test_robotparser test_socketserver test_unicodedata test_urllib > test_urllib2 test_urllib2_localnet test_urllib2net test_urllibnet > test_venv > >19 tests skipped: > test_dbm_gnu test_devpoll test_epoll test_idle test_ioctl > test_msilib test_spwd test_sqlite test_startfile test_tcl test_tix > test_tk test_ttk_guionly test_ttk_textonly test_turtle > test_winconsoleio test_winreg test_winsound test_zipfile64 > >15 re-run tests: > test___all__ test_bdb test_distutils test_dtrace test_gdb > test_robotparser test_socketserver test_sundry test_unicodedata > test_urllib test_urllib2 test_urllib2_localnet test_urllib2net > test_urllibnet test_venv > >Total duration: 4 min 57 sec >Tests result: FAILURE then FAILURE >*** Error code 2 > >Stop. >make[1]: stopped in /usr/ports/lang/python39/work/Python-3.9.17 >*** Error code 1 > >Stop. >make: stopped in /usr/ports/lang/python39 >root@sullivan:/usr/ports/lang/python39 # ^Dexit > >Script done on Sat Jun 10 11:11:22 2023
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 271900
:
242678
| 242715 |
242722