== Tests result: FAILURE == 409 tests OK. 2 tests failed: test_dtrace test_nis 12 tests skipped: test_devpoll test_kqueue test_msilib test_ossaudiodev test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64 0:10:16 load avg: 1.79 0:10:16 load avg: 1.79 Re-running failed tests in verbose mode 0:10:16 load avg: 1.79 Re-running test_dtrace in verbose mode skipped "dtrace(1) failed: ('/usr/bin/dtrace', 'invalid option', '-q')\nUsage /usr/bin/dtrace [--help] [-h | -G] [-C [-I]] -s File.d [-o ]" skipped "dtrace(1) failed: ('/usr/bin/dtrace', 'invalid option', '-q')\nUsage /usr/bin/dtrace [--help] [-h | -G] [-C [-I]] -s File.d [-o ]" test_function_entry_return (test.test_dtrace.SystemTapNormalTests) ... FAIL test_gc (test.test_dtrace.SystemTapNormalTests) ... FAIL test_line (test.test_dtrace.SystemTapNormalTests) ... FAIL test_verify_call_opcodes (test.test_dtrace.SystemTapNormalTests) Ensure our call stack test hits all function call opcodes ... ok test_function_entry_return (test.test_dtrace.SystemTapOptimizedTests) ... FAIL test_gc (test.test_dtrace.SystemTapOptimizedTests) ... FAIL test_line (test.test_dtrace.SystemTapOptimizedTests) ... FAIL test_verify_call_opcodes (test.test_dtrace.SystemTapOptimizedTests) Ensure our call stack test hits all function call opcodes ... ok ====================================================================== FAIL: test_function_entry_return (test.test_dtrace.SystemTapNormalTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/opt/Python-3.8.0/Lib/test/test_dtrace.py", line 32, in normalize_trace_output result.sort(key=lambda row: int(row[0])) File "/opt/Python-3.8.0/Lib/test/test_dtrace.py", line 32, in result.sort(key=lambda row: int(row[0])) ValueError: invalid literal for int() with base 10: "semantic error: while resolving probe point: identifier 'process' at /opt/Python-3.8.0/Lib/test/dtracedata/call_stack.stp:13:7" During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/Python-3.8.0/Lib/test/test_dtrace.py", line 118, in test_function_entry_return self.run_case("call_stack") File "/opt/Python-3.8.0/Lib/test/test_dtrace.py", line 113, in run_case actual_output, expected_output = self.backend.run_case( File "/opt/Python-3.8.0/Lib/test/test_dtrace.py", line 47, in run_case actual_output = normalize_trace_output(self.trace_python( File "/opt/Python-3.8.0/Lib/test/test_dtrace.py", line 36, in normalize_trace_output raise AssertionError( AssertionError: tracer produced unparseable output: semantic error: while resolving probe point: identifier 'process' at /opt/Python-3.8.0/Lib/test/dtracedata/call_stack.stp:13:7 source: probe process.mark("function__entry") ^ semantic error: no match Pass 2: analysis failed. [man error::pass2] Number of similar error messages suppressed: 3. Rerun with -v to see them. ====================================================================== FAIL: test_gc (test.test_dtrace.SystemTapNormalTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/opt/Python-3.8.0/Lib/test/test_dtrace.py", line 32, in normalize_trace_output result.sort(key=lambda row: int(row[0])) File "/opt/Python-3.8.0/Lib/test/test_dtrace.py", line 32, in result.sort(key=lambda row: int(row[0])) ValueError: invalid literal for int() with base 10: "semantic error: while resolving probe point: identifier 'process' at /opt/Python-3.8.0/Lib/test/dtracedata/gc.stp:3:7" During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/Python-3.8.0/Lib/test/test_dtrace.py", line 146, in test_gc self.run_case("gc") File "/opt/Python-3.8.0/Lib/test/test_dtrace.py", line 113, in run_case actual_output, expected_output = self.backend.run_case( File "/opt/Python-3.8.0/Lib/test/test_dtrace.py", line 47, in run_case actual_output = normalize_trace_output(self.trace_python( File "/opt/Python-3.8.0/Lib/test/test_dtrace.py", line 36, in normalize_trace_output raise AssertionError( AssertionError: tracer produced unparseable output: semantic error: while resolving probe point: identifier 'process' at /opt/Python-3.8.0/Lib/test/dtracedata/gc.stp:3:7 source: probe process.mark("function__entry") ^ semantic error: no match Pass 2: analysis failed. [man error::pass2] Number of similar error messages suppressed: 3. Rerun with -v to see them. ====================================================================== FAIL: test_line (test.test_dtrace.SystemTapNormalTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/opt/Python-3.8.0/Lib/test/test_dtrace.py", line 32, in normalize_trace_output result.sort(key=lambda row: int(row[0])) File "/opt/Python-3.8.0/Lib/test/test_dtrace.py", line 32, in result.sort(key=lambda row: int(row[0])) ValueError: invalid literal for int() with base 10: "Input file '/opt/Python-3.8.0/build/test_python_30482/dtracedata/line.stp' is missing." During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/Python-3.8.0/Lib/test/test_dtrace.py", line 149, in test_line self.run_case("line") File "/opt/Python-3.8.0/Lib/test/test_dtrace.py", line 113, in run_case actual_output, expected_output = self.backend.run_case( File "/opt/Python-3.8.0/Lib/test/test_dtrace.py", line 47, in run_case actual_output = normalize_trace_output(self.trace_python( File "/opt/Python-3.8.0/Lib/test/test_dtrace.py", line 36, in normalize_trace_output raise AssertionError( AssertionError: tracer produced unparseable output: Input file '/opt/Python-3.8.0/build/test_python_30482/dtracedata/line.stp' is missing. Pass 1: parse failed. [man error::pass1] ====================================================================== FAIL: test_function_entry_return (test.test_dtrace.SystemTapOptimizedTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/opt/Python-3.8.0/Lib/test/test_dtrace.py", line 32, in normalize_trace_output result.sort(key=lambda row: int(row[0])) File "/opt/Python-3.8.0/Lib/test/test_dtrace.py", line 32, in result.sort(key=lambda row: int(row[0])) ValueError: invalid literal for int() with base 10: "semantic error: while resolving probe point: identifier 'process' at /opt/Python-3.8.0/Lib/test/dtracedata/call_stack.stp:13:7" During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/Python-3.8.0/Lib/test/test_dtrace.py", line 118, in test_function_entry_return self.run_case("call_stack") File "/opt/Python-3.8.0/Lib/test/test_dtrace.py", line 113, in run_case actual_output, expected_output = self.backend.run_case( File "/opt/Python-3.8.0/Lib/test/test_dtrace.py", line 47, in run_case actual_output = normalize_trace_output(self.trace_python( File "/opt/Python-3.8.0/Lib/test/test_dtrace.py", line 36, in normalize_trace_output raise AssertionError( AssertionError: tracer produced unparseable output: semantic error: while resolving probe point: identifier 'process' at /opt/Python-3.8.0/Lib/test/dtracedata/call_stack.stp:13:7 source: probe process.mark("function__entry") ^ semantic error: no match Pass 2: analysis failed. [man error::pass2] Number of similar error messages suppressed: 3. Rerun with -v to see them. ====================================================================== FAIL: test_gc (test.test_dtrace.SystemTapOptimizedTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/opt/Python-3.8.0/Lib/test/test_dtrace.py", line 32, in normalize_trace_output result.sort(key=lambda row: int(row[0])) File "/opt/Python-3.8.0/Lib/test/test_dtrace.py", line 32, in result.sort(key=lambda row: int(row[0])) ValueError: invalid literal for int() with base 10: "semantic error: while resolving probe point: identifier 'process' at /opt/Python-3.8.0/Lib/test/dtracedata/gc.stp:3:7" During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/Python-3.8.0/Lib/test/test_dtrace.py", line 146, in test_gc self.run_case("gc") File "/opt/Python-3.8.0/Lib/test/test_dtrace.py", line 113, in run_case actual_output, expected_output = self.backend.run_case( File "/opt/Python-3.8.0/Lib/test/test_dtrace.py", line 47, in run_case actual_output = normalize_trace_output(self.trace_python( File "/opt/Python-3.8.0/Lib/test/test_dtrace.py", line 36, in normalize_trace_output raise AssertionError( AssertionError: tracer produced unparseable output: semantic error: while resolving probe point: identifier 'process' at /opt/Python-3.8.0/Lib/test/dtracedata/gc.stp:3:7 source: probe process.mark("function__entry") ^ semantic error: no match Pass 2: analysis failed. [man error::pass2] Number of similar error messages suppressed: 3. Rerun with -v to see them. ====================================================================== FAIL: test_line (test.test_dtrace.SystemTapOptimizedTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/opt/Python-3.8.0/Lib/test/test_dtrace.py", line 32, in normalize_trace_output result.sort(key=lambda row: int(row[0])) File "/opt/Python-3.8.0/Lib/test/test_dtrace.py", line 32, in result.sort(key=lambda row: int(row[0])) ValueError: invalid literal for int() with base 10: "Input file '/opt/Python-3.8.0/build/test_python_30482/dtracedata/line.stp' is missing." During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/Python-3.8.0/Lib/test/test_dtrace.py", line 149, in test_line self.run_case("line") File "/opt/Python-3.8.0/Lib/test/test_dtrace.py", line 113, in run_case actual_output, expected_output = self.backend.run_case( File "/opt/Python-3.8.0/Lib/test/test_dtrace.py", line 47, in run_case actual_output = normalize_trace_output(self.trace_python( File "/opt/Python-3.8.0/Lib/test/test_dtrace.py", line 36, in normalize_trace_output raise AssertionError( AssertionError: tracer produced unparseable output: Input file '/opt/Python-3.8.0/build/test_python_30482/dtracedata/line.stp' is missing. Pass 1: parse failed. [man error::pass1] ---------------------------------------------------------------------- Ran 8 tests in 10.324s FAILED (failures=6, skipped=2) 0:10:26 load avg: 1.67 Re-running test_nis in verbose mode test_maps (test.test_nis.NisTests) ... ERROR ====================================================================== ERROR: test_maps (test.test_nis.NisTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/opt/Python-3.8.0/Lib/test/test_nis.py", line 11, in test_maps maps = nis.maps() SystemError: returned NULL without setting an error ---------------------------------------------------------------------- Ran 1 test in 0.508s FAILED (errors=1) 2 tests failed again: test_dtrace test_nis == Tests result: FAILURE then FAILURE == 409 tests OK. 2 tests failed: test_dtrace test_nis 12 tests skipped: test_devpoll test_kqueue test_msilib test_ossaudiodev test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64 2 re-run tests: test_dtrace test_nis Total duration: 10 min 27 sec Tests result: FAILURE then FAILURE