== CPython 3.7.3 (default, Apr 22 2019, 15:36:37) [GCC 4.8.5 20150623 (Red Hat 4.8.5-36)] == Linux-3.10.0-957.el7.x86_64-x86_64-with-centos-7.6.1810-Core little-endian == cwd: /home/work/Program/Python-3.7.3/build/test_python_732 == CPU count: 8 == encodings: locale=UTF-8, FS=utf-8 Run tests sequentially 0:00:00 load avg: 0.02 [1/1] test_dtrace 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 "/home/work/Program/Python-3.7.3/Lib/test/test_dtrace.py", line 32, in normalize_trace_output result.sort(key=lambda row: int(row[0])) File "/home/work/Program/Python-3.7.3/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 /home/work/Program/Python-3.7.3/Lib/test/dtracedata/call_stack.stp:13:7" During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/work/Program/Python-3.7.3/Lib/test/test_dtrace.py", line 118, in test_function_entry_return self.run_case("call_stack") File "/home/work/Program/Python-3.7.3/Lib/test/test_dtrace.py", line 114, in run_case name, optimize_python=self.optimize_python) File "/home/work/Program/Python-3.7.3/Lib/test/test_dtrace.py", line 50, in run_case optimize_python=optimize_python)) File "/home/work/Program/Python-3.7.3/Lib/test/test_dtrace.py", line 37, in normalize_trace_output "tracer produced unparseable output:\n{}".format(output) AssertionError: tracer produced unparseable output: semantic error: while resolving probe point: identifier 'process' at /home/work/Program/Python-3.7.3/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 "/home/work/Program/Python-3.7.3/Lib/test/test_dtrace.py", line 32, in normalize_trace_output result.sort(key=lambda row: int(row[0])) File "/home/work/Program/Python-3.7.3/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 /home/work/Program/Python-3.7.3/Lib/test/dtracedata/gc.stp:3:7" During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/work/Program/Python-3.7.3/Lib/test/test_dtrace.py", line 146, in test_gc self.run_case("gc") File "/home/work/Program/Python-3.7.3/Lib/test/test_dtrace.py", line 114, in run_case name, optimize_python=self.optimize_python) File "/home/work/Program/Python-3.7.3/Lib/test/test_dtrace.py", line 50, in run_case optimize_python=optimize_python)) File "/home/work/Program/Python-3.7.3/Lib/test/test_dtrace.py", line 37, in normalize_trace_output "tracer produced unparseable output:\n{}".format(output) AssertionError: tracer produced unparseable output: semantic error: while resolving probe point: identifier 'process' at /home/work/Program/Python-3.7.3/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 "/home/work/Program/Python-3.7.3/Lib/test/test_dtrace.py", line 32, in normalize_trace_output result.sort(key=lambda row: int(row[0])) File "/home/work/Program/Python-3.7.3/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 '/home/work/Program/Python-3.7.3/build/test_python_732/dtracedata/line.stp' is missing." During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/work/Program/Python-3.7.3/Lib/test/test_dtrace.py", line 149, in test_line self.run_case("line") File "/home/work/Program/Python-3.7.3/Lib/test/test_dtrace.py", line 114, in run_case name, optimize_python=self.optimize_python) File "/home/work/Program/Python-3.7.3/Lib/test/test_dtrace.py", line 50, in run_case optimize_python=optimize_python)) File "/home/work/Program/Python-3.7.3/Lib/test/test_dtrace.py", line 37, in normalize_trace_output "tracer produced unparseable output:\n{}".format(output) AssertionError: tracer produced unparseable output: Input file '/home/work/Program/Python-3.7.3/build/test_python_732/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 "/home/work/Program/Python-3.7.3/Lib/test/test_dtrace.py", line 32, in normalize_trace_output result.sort(key=lambda row: int(row[0])) File "/home/work/Program/Python-3.7.3/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 /home/work/Program/Python-3.7.3/Lib/test/dtracedata/call_stack.stp:13:7" During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/work/Program/Python-3.7.3/Lib/test/test_dtrace.py", line 118, in test_function_entry_return self.run_case("call_stack") File "/home/work/Program/Python-3.7.3/Lib/test/test_dtrace.py", line 114, in run_case name, optimize_python=self.optimize_python) File "/home/work/Program/Python-3.7.3/Lib/test/test_dtrace.py", line 50, in run_case optimize_python=optimize_python)) File "/home/work/Program/Python-3.7.3/Lib/test/test_dtrace.py", line 37, in normalize_trace_output "tracer produced unparseable output:\n{}".format(output) AssertionError: tracer produced unparseable output: semantic error: while resolving probe point: identifier 'process' at /home/work/Program/Python-3.7.3/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 "/home/work/Program/Python-3.7.3/Lib/test/test_dtrace.py", line 32, in normalize_trace_output result.sort(key=lambda row: int(row[0])) File "/home/work/Program/Python-3.7.3/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 /home/work/Program/Python-3.7.3/Lib/test/dtracedata/gc.stp:3:7" During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/work/Program/Python-3.7.3/Lib/test/test_dtrace.py", line 146, in test_gc self.run_case("gc") File "/home/work/Program/Python-3.7.3/Lib/test/test_dtrace.py", line 114, in run_case name, optimize_python=self.optimize_python) File "/home/work/Program/Python-3.7.3/Lib/test/test_dtrace.py", line 50, in run_case optimize_python=optimize_python)) File "/home/work/Program/Python-3.7.3/Lib/test/test_dtrace.py", line 37, in normalize_trace_output "tracer produced unparseable output:\n{}".format(output) AssertionError: tracer produced unparseable output: semantic error: while resolving probe point: identifier 'process' at /home/work/Program/Python-3.7.3/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 "/home/work/Program/Python-3.7.3/Lib/test/test_dtrace.py", line 32, in normalize_trace_output result.sort(key=lambda row: int(row[0])) File "/home/work/Program/Python-3.7.3/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 '/home/work/Program/Python-3.7.3/build/test_python_732/dtracedata/line.stp' is missing." During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/work/Program/Python-3.7.3/Lib/test/test_dtrace.py", line 149, in test_line self.run_case("line") File "/home/work/Program/Python-3.7.3/Lib/test/test_dtrace.py", line 114, in run_case name, optimize_python=self.optimize_python) File "/home/work/Program/Python-3.7.3/Lib/test/test_dtrace.py", line 50, in run_case optimize_python=optimize_python)) File "/home/work/Program/Python-3.7.3/Lib/test/test_dtrace.py", line 37, in normalize_trace_output "tracer produced unparseable output:\n{}".format(output) AssertionError: tracer produced unparseable output: Input file '/home/work/Program/Python-3.7.3/build/test_python_732/dtracedata/line.stp' is missing. Pass 1: parse failed. [man error::pass1] ---------------------------------------------------------------------- Ran 8 tests in 4.748s FAILED (failures=6, skipped=2) test_dtrace failed == Tests result: FAILURE == 1 test failed: test_dtrace Total duration: 4 sec 765 ms Tests result: FAILURE