Console Output

Skipping 184 KB.. Full Log
14: Traceback (most recent call last):
14:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_probe_count.py", line 56, in test_count
14:     self.assertEqual(2, self.b.num_open_kprobes())
14: AssertionError: 2 != 0
14: 
14: ----------------------------------------------------------------------
14: Ran 6 tests in 1.359s
14: 
14: FAILED (failures=1, errors=5)
14: Failed
14/47 Test #14: py_test_probe_count ..............***Failed    1.44 sec
test 15
      Start 15: py_test_debuginfo

15: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/tests/wrapper.sh "py_test_debuginfo" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_debuginfo.py"
15: Test timeout computed to be: 10000000
15: ......
15: ----------------------------------------------------------------------
15: Ran 6 tests in 0.583s
15: 
15: OK
15/47 Test #15: py_test_debuginfo ................   Passed    0.67 sec
test 16
      Start 16: py_test_brb

16: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/tests/wrapper.sh "py_brb_c" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_brb.py" "test_brb.c"
16: Test timeout computed to be: 10000000
16: CRITICAL:root:WARNING! Test test_brb (__main__.TestBPFSocket) failed, but marked as passed because it is decorated with @mayFail.
16: CRITICAL:root:	The reason why this mayFail was: If the 'iperf', 'netserver' and 'netperf' binaries are unavailable, this is allowed to fail.
16: CRITICAL:root:	The failure was: "'NoneType' object has no attribute 'startswith'"
16: CRITICAL:root:	Stacktrace: "Traceback (most recent call last):
16:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/utils.py", line 36, in wrapper
16:     res = func(*args, **kwargs)
16:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_brb.py", line 153, in test_brb
16:     b = BPF(src_file=arg1, debug=0)
16:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
16:     self._trace_autoload()
16:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
16:     if func_name.startswith(b"kprobe__"):
16: AttributeError: 'NoneType' object has no attribute 'startswith'
16: "
16: .
16: ----------------------------------------------------------------------
16: Ran 1 test in 0.306s
16: 
16: OK
16/47 Test #16: py_test_brb ......................   Passed    0.65 sec
test 17
      Start 17: py_test_brb2

17: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/tests/wrapper.sh "py_brb2_c" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_brb2.py" "test_brb2.c"
17: Test timeout computed to be: 10000000
17: CRITICAL:root:WARNING! Test test_brb2 (__main__.TestBPFSocket) failed, but marked as passed because it is decorated with @mayFail.
17: CRITICAL:root:	The reason why this mayFail was: This fails on github actions environment, and needs to be fixed
17: CRITICAL:root:	The failure was: "'TestBPFSocket' object has no attribute 'br1'"
17: CRITICAL:root:	Stacktrace: "Traceback (most recent call last):
17:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/utils.py", line 36, in wrapper
17:     res = func(*args, **kwargs)
17:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_brb2.py", line 194, in test_brb2
17:     if self.br1 in ipdb.interfaces: ipdb.interfaces[self.br1].remove().commit()
17: AttributeError: 'TestBPFSocket' object has no attribute 'br1'
17: "
17: .
17: ----------------------------------------------------------------------
17: Ran 1 test in 0.254s
17: 
17: OK
17/47 Test #17: py_test_brb2 .....................   Passed    0.38 sec
test 18
      Start 18: py_test_clang

18: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/tests/wrapper.sh "py_clang" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py"
18: Test timeout computed to be: 10000000
18: EEE.E.EE.E..EEEEE/virtual/main.c:2:1: error: field has incomplete type 'struct key_t'
18: BPF_HASH(drops, struct key_t);
18: ^
18: /virtual/include/bcc/helpers.h:257:48: note: expanded from macro 'BPF_HASH'
18:   BPF_HASHX(__VA_ARGS__, BPF_HASH4, BPF_HASH3, BPF_HASH2, BPF_HASH1)(__VA_ARGS__)
18:                                                ^
18: /virtual/main.c:2:24: note: forward declaration of 'struct key_t'
18: BPF_HASH(drops, struct key_t);
18:                        ^
18: /virtual/main.c:2:1: error: field has incomplete type 'struct key_t'
18: BPF_HASH(drops, struct key_t);
18: ^
18: /virtual/include/bcc/helpers.h:257:48: note: expanded from macro 'BPF_HASH'
18:   BPF_HASHX(__VA_ARGS__, BPF_HASH4, BPF_HASH3, BPF_HASH2, BPF_HASH1)(__VA_ARGS__)
18:                                                ^
18: /virtual/main.c:2:24: note: forward declaration of 'struct key_t'
18: BPF_HASH(drops, struct key_t);
18:                        ^
18: 2 errors generated.
18: ../virtual/main.c:6:12: error: cannot call non-static helper function
18:     return bar();
18:            ^
18: 1 error generated.
18: .EEsEEE.E..EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE/virtual/main.c:7:12: warning: incompatible pointer to integer conversion returning 'u32 *' (aka 'unsigned int *') from a function with result type 'int' [-Wint-conversion]
18:     return *(&skp->sk_daddr);
18:            ^~~~~~~~~~~~~~~~~
18: 1 warning generated.
18: EEEEEEEEEEE.EE../virtual/main.c:1:30: error: expected expression
18: int failure(void *ctx) { if (); return 0; }
18:                              ^
18: 1 error generated.
18: .E/virtual/main.c:3:73: error: too many arguments, bcc only supports in-register parameters
18: int many(struct pt_regs *ctx, int a, int b, int c, int d, int e, int f, int g) {
18:                                                                         ^
18: 1 error generated.
18: .EEE
18: ======================================================================
18: ERROR: test_arbitrary_increment_simple (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 1250, in test_arbitrary_increment_simple
18:     """)
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
18:     self._trace_autoload()
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
18:     if func_name.startswith(b"kprobe__"):
18: AttributeError: 'NoneType' object has no attribute 'startswith'
18: 
18: ======================================================================
18: ERROR: test_blk_start_request (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 245, in test_blk_start_request
18:     b = BPF(text=text, debug=0)
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
18:     self._trace_autoload()
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
18:     if func_name.startswith(b"kprobe__"):
18: AttributeError: 'NoneType' object has no attribute 'startswith'
18: 
18: ======================================================================
18: ERROR: test_bpf_dins_pkt_rewrite (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 821, in test_bpf_dins_pkt_rewrite
18:     b = BPF(text=text)
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
18:     self._trace_autoload()
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
18:     if func_name.startswith(b"kprobe__"):
18: AttributeError: 'NoneType' object has no attribute 'startswith'
18: 
18: ======================================================================
18: ERROR: test_call_macro_arg (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 665, in test_call_macro_arg
18:     b = BPF(text=text)
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
18:     self._trace_autoload()
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
18:     if func_name.startswith(b"kprobe__"):
18: AttributeError: 'NoneType' object has no attribute 'startswith'
18: 
18: ======================================================================
18: ERROR: test_char_array_probe (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 309, in test_char_array_probe
18:     }""")
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
18:     self._trace_autoload()
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
18:     if func_name.startswith(b"kprobe__"):
18: AttributeError: 'NoneType' object has no attribute 'startswith'
18: 
18: ======================================================================
18: ERROR: test_complex (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 29, in test_complex
18:     b = BPF(src_file="test_clang_complex.c", debug=0)
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
18:     self._trace_autoload()
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
18:     if func_name.startswith(b"kprobe__"):
18: AttributeError: 'NoneType' object has no attribute 'startswith'
18: 
18: ======================================================================
18: ERROR: test_consecutive_probe_read (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 275, in test_consecutive_probe_read
18:     b = BPF(text=text, debug=0)
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
18:     self._trace_autoload()
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
18:     if func_name.startswith(b"kprobe__"):
18: AttributeError: 'NoneType' object has no attribute 'startswith'
18: 
18: ======================================================================
18: ERROR: test_ext_ptr_from_helper (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 832, in test_ext_ptr_from_helper
18:     b = BPF(text=text)
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
18:     self._trace_autoload()
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
18:     if func_name.startswith(b"kprobe__"):
18: AttributeError: 'NoneType' object has no attribute 'startswith'
18: 
18: ======================================================================
18: ERROR: test_ext_ptr_maps1 (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 715, in test_ext_ptr_maps1
18:     b = BPF(text=bpf_text)
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
18:     self._trace_autoload()
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
18:     if func_name.startswith(b"kprobe__"):
18: AttributeError: 'NoneType' object has no attribute 'startswith'
18: 
18: ======================================================================
18: ERROR: test_ext_ptr_maps2 (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 744, in test_ext_ptr_maps2
18:     b = BPF(text=bpf_text)
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
18:     self._trace_autoload()
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
18:     if func_name.startswith(b"kprobe__"):
18: AttributeError: 'NoneType' object has no attribute 'startswith'
18: 
18: ======================================================================
18: ERROR: test_ext_ptr_maps_indirect (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 803, in test_ext_ptr_maps_indirect
18:     b = BPF(text=bpf_text)
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
18:     self._trace_autoload()
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
18:     if func_name.startswith(b"kprobe__"):
18: AttributeError: 'NoneType' object has no attribute 'startswith'
18: 
18: ======================================================================
18: ERROR: test_ext_ptr_maps_reverse (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 773, in test_ext_ptr_maps_reverse
18:     b = BPF(text=bpf_text)
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
18:     self._trace_autoload()
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
18:     if func_name.startswith(b"kprobe__"):
18: AttributeError: 'NoneType' object has no attribute 'startswith'
18: 
18: ======================================================================
18: ERROR: test_iosnoop (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 233, in test_iosnoop
18:     b = BPF(text=text, debug=0)
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
18:     self._trace_autoload()
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
18:     if func_name.startswith(b"kprobe__"):
18: AttributeError: 'NoneType' object has no attribute 'startswith'
18: 
18: ======================================================================
18: ERROR: test_jump_table (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 1324, in test_jump_table
18:     b = BPF(text=text)
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
18:     self._trace_autoload()
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
18:     if func_name.startswith(b"kprobe__"):
18: AttributeError: 'NoneType' object has no attribute 'startswith'
18: 
18: ======================================================================
18: ERROR: test_map_insert (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 912, in test_map_insert
18:     b = BPF(text=text)
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
18:     self._trace_autoload()
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
18:     if func_name.startswith(b"kprobe__"):
18: AttributeError: 'NoneType' object has no attribute 'startswith'
18: 
18: ======================================================================
18: ERROR: test_nested_probe_read (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 288, in test_nested_probe_read
18:     b = BPF(text=text, debug=0)
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
18:     self._trace_autoload()
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
18:     if func_name.startswith(b"kprobe__"):
18: AttributeError: 'NoneType' object has no attribute 'startswith'
18: 
18: ======================================================================
18: ERROR: test_nested_probe_read_deref (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 301, in test_nested_probe_read_deref
18:     b = BPF(text=text)
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
18:     self._trace_autoload()
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
18:     if func_name.startswith(b"kprobe__"):
18: AttributeError: 'NoneType' object has no attribute 'startswith'
18: 
18: ======================================================================
18: ERROR: test_no_probe_read_addrof (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 1151, in test_no_probe_read_addrof
18:     b = BPF(text=text)
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
18:     self._trace_autoload()
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
18:     if func_name.startswith(b"kprobe__"):
18: AttributeError: 'NoneType' object has no attribute 'startswith'
18: 
18: ======================================================================
18: ERROR: test_paren_probe_read (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 588, in test_paren_probe_read
18:     b = BPF(text=text)
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
18:     self._trace_autoload()
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
18:     if func_name.startswith(b"kprobe__"):
18: AttributeError: 'NoneType' object has no attribute 'startswith'
18: 
18: ======================================================================
18: ERROR: test_printk (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 42, in test_printk
18:     b = BPF(text=text, debug=0)
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
18:     self._trace_autoload()
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
18:     if func_name.startswith(b"kprobe__"):
18: AttributeError: 'NoneType' object has no attribute 'startswith'
18: 
18: ======================================================================
18: ERROR: test_printk_2s (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 895, in test_printk_2s
18:     BPF(text=text)
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
18:     self._trace_autoload()
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
18:     if func_name.startswith(b"kprobe__"):
18: AttributeError: 'NoneType' object has no attribute 'startswith'
18: 
18: ======================================================================
18: ERROR: test_printk_f (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 860, in test_printk_f
18:     BPF(text=text)
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
18:     self._trace_autoload()
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
18:     if func_name.startswith(b"kprobe__"):
18: AttributeError: 'NoneType' object has no attribute 'startswith'
18: 
18: ======================================================================
18: ERROR: test_printk_lf (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 877, in test_printk_lf
18:     BPF(text=text)
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
18:     self._trace_autoload()
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
18:     if func_name.startswith(b"kprobe__"):
18: AttributeError: 'NoneType' object has no attribute 'startswith'
18: 
18: ======================================================================
18: ERROR: test_probe_member_expr (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 452, in test_probe_member_expr
18:     }""")
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
18:     self._trace_autoload()
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
18:     if func_name.startswith(b"kprobe__"):
18: AttributeError: 'NoneType' object has no attribute 'startswith'
18: 
18: ======================================================================
18: ERROR: test_probe_member_expr_deref (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 439, in test_probe_member_expr_deref
18:     }""")
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
18:     self._trace_autoload()
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
18:     if func_name.startswith(b"kprobe__"):
18: AttributeError: 'NoneType' object has no attribute 'startswith'
18: 
18: ======================================================================
18: ERROR: test_probe_read1 (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 54, in test_probe_read1
18:     b = BPF(text=text, debug=0)
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
18:     self._trace_autoload()
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
18:     if func_name.startswith(b"kprobe__"):
18: AttributeError: 'NoneType' object has no attribute 'startswith'
18: 
18: ======================================================================
18: ERROR: test_probe_read2 (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 65, in test_probe_read2
18:     b = BPF(text=text, debug=0)
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
18:     self._trace_autoload()
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
18:     if func_name.startswith(b"kprobe__"):
18: AttributeError: 'NoneType' object has no attribute 'startswith'
18: 
18: ======================================================================
18: ERROR: test_probe_read3 (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 76, in test_probe_read3
18:     b = BPF(text=text)
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
18:     self._trace_autoload()
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
18:     if func_name.startswith(b"kprobe__"):
18: AttributeError: 'NoneType' object has no attribute 'startswith'
18: 
18: ======================================================================
18: ERROR: test_probe_read4 (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 87, in test_probe_read4
18:     b = BPF(text=text)
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
18:     self._trace_autoload()
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
18:     if func_name.startswith(b"kprobe__"):
18: AttributeError: 'NoneType' object has no attribute 'startswith'
18: 
18: ======================================================================
18: ERROR: test_probe_read_array_accesses1 (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 1162, in test_probe_read_array_accesses1
18:     b = BPF(text=text)
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
18:     self._trace_autoload()
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
18:     if func_name.startswith(b"kprobe__"):
18: AttributeError: 'NoneType' object has no attribute 'startswith'
18: 
18: ======================================================================
18: ERROR: test_probe_read_array_accesses2 (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 1173, in test_probe_read_array_accesses2
18:     b = BPF(text=text)
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
18:     self._trace_autoload()
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
18:     if func_name.startswith(b"kprobe__"):
18: AttributeError: 'NoneType' object has no attribute 'startswith'
18: 
18: ======================================================================
18: ERROR: test_probe_read_array_accesses3 (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 1184, in test_probe_read_array_accesses3
18:     b = BPF(text=text)
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
18:     self._trace_autoload()
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
18:     if func_name.startswith(b"kprobe__"):
18: AttributeError: 'NoneType' object has no attribute 'startswith'
18: 
18: ======================================================================
18: ERROR: test_probe_read_array_accesses4 (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 1194, in test_probe_read_array_accesses4
18:     b = BPF(text=text)
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
18:     self._trace_autoload()
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
18:     if func_name.startswith(b"kprobe__"):
18: AttributeError: 'NoneType' object has no attribute 'startswith'
18: 
18: ======================================================================
18: ERROR: test_probe_read_array_accesses5 (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 1204, in test_probe_read_array_accesses5
18:     b = BPF(text=text)
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
18:     self._trace_autoload()
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
18:     if func_name.startswith(b"kprobe__"):
18: AttributeError: 'NoneType' object has no attribute 'startswith'
18: 
18: ======================================================================
18: ERROR: test_probe_read_array_accesses6 (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 1217, in test_probe_read_array_accesses6
18:     b = BPF(text=text)
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
18:     self._trace_autoload()
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
18:     if func_name.startswith(b"kprobe__"):
18: AttributeError: 'NoneType' object has no attribute 'startswith'
18: 
18: ======================================================================
18: ERROR: test_probe_read_array_accesses7 (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 1227, in test_probe_read_array_accesses7
18:     b = BPF(text=text)
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
18:     self._trace_autoload()
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
18:     if func_name.startswith(b"kprobe__"):
18: AttributeError: 'NoneType' object has no attribute 'startswith'
18: 
18: ======================================================================
18: ERROR: test_probe_read_array_accesses8 (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 1237, in test_probe_read_array_accesses8
18:     b = BPF(text=text)
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
18:     self._trace_autoload()
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
18:     if func_name.startswith(b"kprobe__"):
18: AttributeError: 'NoneType' object has no attribute 'startswith'
18: 
18: ======================================================================
18: ERROR: test_probe_read_ctx_array (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 1050, in test_probe_read_ctx_array
18:     b = BPF(text=text)
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
18:     self._trace_autoload()
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
18:     if func_name.startswith(b"kprobe__"):
18: AttributeError: 'NoneType' object has no attribute 'startswith'
18: 
18: ======================================================================
18: ERROR: test_probe_read_helper (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 340, in test_probe_read_helper
18:     """)
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
18:     self._trace_autoload()
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
18:     if func_name.startswith(b"kprobe__"):
18: AttributeError: 'NoneType' object has no attribute 'startswith'
18: 
18: ======================================================================
18: ERROR: test_probe_read_keys (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 143, in test_probe_read_keys
18:     b = BPF(text=text, debug=0)
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
18:     self._trace_autoload()
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
18:     if func_name.startswith(b"kprobe__"):
18: AttributeError: 'NoneType' object has no attribute 'startswith'
18: 
18: ======================================================================
18: ERROR: test_probe_read_kprobe_ctx (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 1038, in test_probe_read_kprobe_ctx
18:     b = BPF(text=text)
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
18:     self._trace_autoload()
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
18:     if func_name.startswith(b"kprobe__"):
18: AttributeError: 'NoneType' object has no attribute 'startswith'
18: 
18: ======================================================================
18: ERROR: test_probe_read_multiple_return (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 1104, in test_probe_read_multiple_return
18:     b = BPF(text=text)
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
18:     self._trace_autoload()
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
18:     if func_name.startswith(b"kprobe__"):
18: AttributeError: 'NoneType' object has no attribute 'startswith'
18: 
18: ======================================================================
18: ERROR: test_probe_read_nested_deref (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 479, in test_probe_read_nested_deref
18:     b = BPF(text=text)
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
18:     self._trace_autoload()
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
18:     if func_name.startswith(b"kprobe__"):
18: AttributeError: 'NoneType' object has no attribute 'startswith'
18: 
18: ======================================================================
18: ERROR: test_probe_read_nested_deref2 (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 494, in test_probe_read_nested_deref2
18:     b = BPF(text=text)
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
18:     self._trace_autoload()
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
18:     if func_name.startswith(b"kprobe__"):
18: AttributeError: 'NoneType' object has no attribute 'startswith'
18: 
18: ======================================================================
18: ERROR: test_probe_read_nested_deref3 (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 506, in test_probe_read_nested_deref3
18:     b = BPF(text=text)
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
18:     self._trace_autoload()
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
18:     if func_name.startswith(b"kprobe__"):
18: AttributeError: 'NoneType' object has no attribute 'startswith'
18: 
18: ======================================================================
18: ERROR: test_probe_read_nested_deref_func1 (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 521, in test_probe_read_nested_deref_func1
18:     b = BPF(text=text)
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
18:     self._trace_autoload()
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
18:     if func_name.startswith(b"kprobe__"):
18: AttributeError: 'NoneType' object has no attribute 'startswith'
18: 
18: ======================================================================
18: ERROR: test_probe_read_nested_deref_func2 (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 539, in test_probe_read_nested_deref_func2
18:     b = BPF(text=text)
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
18:     self._trace_autoload()
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
18:     if func_name.startswith(b"kprobe__"):
18: AttributeError: 'NoneType' object has no attribute 'startswith'
18: 
18: ======================================================================
18: ERROR: test_probe_read_nested_member1 (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 550, in test_probe_read_nested_member1
18:     b = BPF(text=text)
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
18:     self._trace_autoload()
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
18:     if func_name.startswith(b"kprobe__"):
18: AttributeError: 'NoneType' object has no attribute 'startswith'
18: 
18: ======================================================================
18: ERROR: test_probe_read_nested_member2 (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 564, in test_probe_read_nested_member2
18:     b = BPF(text=text)
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
18:     self._trace_autoload()
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
18:     if func_name.startswith(b"kprobe__"):
18: AttributeError: 'NoneType' object has no attribute 'startswith'
18: 
18: ======================================================================
18: ERROR: test_probe_read_nested_member3 (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 577, in test_probe_read_nested_member3
18:     b = BPF(text=text)
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
18:     self._trace_autoload()
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
18:     if func_name.startswith(b"kprobe__"):
18: AttributeError: 'NoneType' object has no attribute 'startswith'
18: 
18: ======================================================================
18: ERROR: test_probe_read_return (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 1084, in test_probe_read_return
18:     b = BPF(text=text)
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
18:     self._trace_autoload()
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
18:     if func_name.startswith(b"kprobe__"):
18: AttributeError: 'NoneType' object has no attribute 'startswith'
18: 
18: ======================================================================
18: ERROR: test_probe_read_return_call (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 1133, in test_probe_read_return_call
18:     b = BPF(text=text)
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
18:     self._trace_autoload()
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
18:     if func_name.startswith(b"kprobe__"):
18: AttributeError: 'NoneType' object has no attribute 'startswith'
18: 
18: ======================================================================
18: ERROR: test_probe_read_return_expr (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 1119, in test_probe_read_return_expr
18:     b = BPF(text=text)
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
18:     self._trace_autoload()
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
18:     if func_name.startswith(b"kprobe__"):
18: AttributeError: 'NoneType' object has no attribute 'startswith'
18: 
18: ======================================================================
18: ERROR: test_probe_read_tc_ctx (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 1069, in test_probe_read_tc_ctx
18:     b = BPF(text=text)
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
18:     self._trace_autoload()
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
18:     if func_name.startswith(b"kprobe__"):
18: AttributeError: 'NoneType' object has no attribute 'startswith'
18: 
18: ======================================================================
18: ERROR: test_probe_read_tracepoint_context (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 1026, in test_probe_read_tracepoint_context
18:     b = BPF(text=text)
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
18:     self._trace_autoload()
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
18:     if func_name.startswith(b"kprobe__"):
18: AttributeError: 'NoneType' object has no attribute 'startswith'
18: 
18: ======================================================================
18: ERROR: test_probe_read_whitelist1 (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 104, in test_probe_read_whitelist1
18:     b = BPF(text=text)
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
18:     self._trace_autoload()
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
18:     if func_name.startswith(b"kprobe__"):
18: AttributeError: 'NoneType' object has no attribute 'startswith'
18: 
18: ======================================================================
18: ERROR: test_probe_read_whitelist2 (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 121, in test_probe_read_whitelist2
18:     b = BPF(text=text)
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
18:     self._trace_autoload()
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
18:     if func_name.startswith(b"kprobe__"):
18: AttributeError: 'NoneType' object has no attribute 'startswith'
18: 
18: ======================================================================
18: ERROR: test_probe_simple_assign (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 414, in test_probe_simple_assign
18:     }""")
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
18:     self._trace_autoload()
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
18:     if func_name.startswith(b"kprobe__"):
18: AttributeError: 'NoneType' object has no attribute 'startswith'
18: 
18: ======================================================================
18: ERROR: test_probe_simple_member_assign (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 426, in test_probe_simple_member_assign
18:     }""")
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
18:     self._trace_autoload()
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
18:     if func_name.startswith(b"kprobe__"):
18: AttributeError: 'NoneType' object has no attribute 'startswith'
18: 
18: ======================================================================
18: ERROR: test_probe_struct_assign (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 375, in test_probe_struct_assign
18:     """)
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
18:     self._trace_autoload()
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
18:     if func_name.startswith(b"kprobe__"):
18: AttributeError: 'NoneType' object has no attribute 'startswith'
18: 
18: ======================================================================
18: ERROR: test_prog_array_delete (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 932, in test_prog_array_delete
18:     b2 = BPF(text=text)
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
18:     self._trace_autoload()
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
18:     if func_name.startswith(b"kprobe__"):
18: AttributeError: 'NoneType' object has no attribute 'startswith'
18: 
18: ======================================================================
18: ERROR: test_sscanf (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 153, in test_sscanf
18:     b = BPF(text=text, debug=0)
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
18:     self._trace_autoload()
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
18:     if func_name.startswith(b"kprobe__"):
18: AttributeError: 'NoneType' object has no attribute 'startswith'
18: 
18: ======================================================================
18: ERROR: test_task_switch (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 400, in test_task_switch
18:     """)
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
18:     self._trace_autoload()
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
18:     if func_name.startswith(b"kprobe__"):
18: AttributeError: 'NoneType' object has no attribute 'startswith'
18: 
18: ======================================================================
18: ERROR: test_unary_operator (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 843, in test_unary_operator
18:     b = BPF(text=text)
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
18:     self._trace_autoload()
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
18:     if func_name.startswith(b"kprobe__"):
18: AttributeError: 'NoneType' object has no attribute 'startswith'
18: 
18: ======================================================================
18: ERROR: test_unop_probe_read (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 466, in test_unop_probe_read
18:     b = BPF(text=text)
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
18:     self._trace_autoload()
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
18:     if func_name.startswith(b"kprobe__"):
18: AttributeError: 'NoneType' object has no attribute 'startswith'
18: 
18: ======================================================================
18: ERROR: test_update_macro_arg (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 685, in test_update_macro_arg
18:     b = BPF(text=text)
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
18:     self._trace_autoload()
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
18:     if func_name.startswith(b"kprobe__"):
18: AttributeError: 'NoneType' object has no attribute 'startswith'
18: 
18: ----------------------------------------------------------------------
18: Ran 83 tests in 107.470s
18: 
18: FAILED (errors=66, skipped=1)
18: 0
18: Failed
18/47 Test #18: py_test_clang ....................***Failed  107.60 sec
test 19
      Start 19: py_test_histogram

19: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/tests/wrapper.sh "py_histogram" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_histogram.py"
19: Test timeout computed to be: 10000000
19: E...
19: ======================================================================
19: ERROR: test_chars (__main__.TestHistogram)
19: ----------------------------------------------------------------------
19: Traceback (most recent call last):
19:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_histogram.py", line 79, in test_chars
19:     """)
19:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
19:     self._trace_autoload()
19:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
19:     if func_name.startswith(b"kprobe__"):
19: AttributeError: 'NoneType' object has no attribute 'startswith'
19: 
19: ----------------------------------------------------------------------
19: Ran 4 tests in 2.736s
19: 
19: FAILED (errors=1)
19: Failed
19/47 Test #19: py_test_histogram ................***Failed    2.82 sec
test 20
      Start 20: py_array

20: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/tests/wrapper.sh "py_array" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_array.py"
20: Test timeout computed to be: 10000000
20: .bpf: Argument list too long. Program  too large (0 insns), at most 4096 insns
20: 
20: Ebpf: Argument list too long. Program  too large (0 insns), at most 4096 insns
20: 
20: E.
20: ======================================================================
20: ERROR: test_perf_buffer (__main__.TestArray)
20: ----------------------------------------------------------------------
20: Traceback (most recent call last):
20:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_array.py", line 67, in test_perf_buffer
20:     fn_name="do_sys_nanosleep")
20:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 829, in attach_kprobe
20:     fn = self.load_func(fn_name, BPF.KPROBE)
20:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
20:     (func_name, errstr))
20: Exception: Failed to load BPF program do_sys_nanosleep: Argument list too long
20: 
20: ======================================================================
20: ERROR: test_perf_buffer_for_each_cpu (__main__.TestArray)
20: ----------------------------------------------------------------------
20: Traceback (most recent call last):
20:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_array.py", line 102, in test_perf_buffer_for_each_cpu
20:     fn_name="do_sys_nanosleep")
20:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 829, in attach_kprobe
20:     fn = self.load_func(fn_name, BPF.KPROBE)
20:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
20:     (func_name, errstr))
20: Exception: Failed to load BPF program do_sys_nanosleep: Argument list too long
20: 
20: ----------------------------------------------------------------------
20: Ran 4 tests in 1.019s
20: 
20: FAILED (errors=2)
20: Failed
20/47 Test #20: py_array .........................***Failed    1.10 sec
test 21
      Start 21: py_uprobes

21: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/tests/wrapper.sh "py_uprobes" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_uprobes.py"
21: Test timeout computed to be: 10000000
21: EEE
21: ======================================================================
21: ERROR: test_mount_namespace (__main__.TestUprobes)
21: ----------------------------------------------------------------------
21: Traceback (most recent call last):
21:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_uprobes.py", line 130, in test_mount_namespace
21:     b = bcc.BPF(text=text)
21:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
21:     self._trace_autoload()
21:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
21:     if func_name.startswith(b"kprobe__"):
21: AttributeError: 'NoneType' object has no attribute 'startswith'
21: 
21: ======================================================================
21: ERROR: test_simple_binary (__main__.TestUprobes)
21: ----------------------------------------------------------------------
21: Traceback (most recent call last):
21:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_uprobes.py", line 58, in test_simple_binary
21:     b = bcc.BPF(text=text)
21:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
21:     self._trace_autoload()
21:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
21:     if func_name.startswith(b"kprobe__"):
21: AttributeError: 'NoneType' object has no attribute 'startswith'
21: 
21: ======================================================================
21: ERROR: test_simple_library (__main__.TestUprobes)
21: ----------------------------------------------------------------------
21: Traceback (most recent call last):
21:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_uprobes.py", line 33, in test_simple_library
21:     b = bcc.BPF(text=text)
21:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
21:     self._trace_autoload()
21:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
21:     if func_name.startswith(b"kprobe__"):
21: AttributeError: 'NoneType' object has no attribute 'startswith'
21: 
21: ----------------------------------------------------------------------
21: Ran 3 tests in 0.792s
21: 
21: FAILED (errors=3)
21: Failed
21/47 Test #21: py_uprobes .......................***Failed    0.88 sec
test 22
      Start 22: py_uprobes_2

22: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/tests/wrapper.sh "py_uprobes2" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_uprobes2.py"
22: Test timeout computed to be: 10000000
22: E
22: ======================================================================
22: ERROR: test_attach1 (__main__.TestUprobes)
22: ----------------------------------------------------------------------
22: Traceback (most recent call last):
22:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_uprobes2.py", line 42, in test_attach1
22:     b = BPF(text=self.bpf_text)
22:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
22:     self._trace_autoload()
22:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
22:     if func_name.startswith(b"kprobe__"):
22: AttributeError: 'NoneType' object has no attribute 'startswith'
22: 
22: ----------------------------------------------------------------------
22: Ran 1 test in 0.270s
22: 
22: FAILED (errors=1)
22: Failed
22/47 Test #22: py_uprobes_2 .....................***Failed    0.35 sec
test 23
      Start 23: py_test_stackid

23: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/tests/wrapper.sh "py_stackid" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_stackid.py"
23: Test timeout computed to be: 10000000
23: sCRITICAL:root:WARNING! Test test_simple (__main__.TestStackid) failed, but marked as passed because it is decorated with @mayFail.
23: CRITICAL:root:	The reason why this mayFail was: This fails on github actions environment, and needs to be fixed
23: CRITICAL:root:	The failure was: "c_int(1) not found in <bcc.table.HashTable object at 0x7f1dfd9fa050>"
23: CRITICAL:root:	Stacktrace: "Traceback (most recent call last):
23:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/utils.py", line 36, in wrapper
23:     res = func(*args, **kwargs)
23:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_stackid.py", line 37, in test_simple
23:     self.assertIn(k, stack_entries)
23:   File "/usr/lib64/python2.7/unittest/case.py", line 841, in assertIn
23:     self.fail(self._formatMessage(msg, standardMsg))
23:   File "/usr/lib64/python2.7/unittest/case.py", line 448, in fail
23:     raise self.failureException(msg)
23: AssertionError: c_int(1) not found in <bcc.table.HashTable object at 0x7f1dfd9fa050>
23: "
23: .
23: ----------------------------------------------------------------------
23: Ran 2 tests in 0.299s
23: 
23: OK (skipped=1)
23/47 Test #23: py_test_stackid ..................   Passed    0.39 sec
test 24
      Start 24: py_test_tracepoint

24: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/tests/wrapper.sh "py_test_tracepoint" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tracepoint.py"
24: Test timeout computed to be: 10000000
24: FF
24: ======================================================================
24: FAIL: test_tracepoint (__main__.TestTracepoint)
24: ----------------------------------------------------------------------
24: Traceback (most recent call last):
24:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tracepoint.py", line 30, in test_tracepoint
24:     self.assertNotEqual(0, total_switches)
24: AssertionError: 0 == 0
24: 
24: ======================================================================
24: FAIL: test_tracepoint_data_loc (__main__.TestTracepointDataLoc)
24: ----------------------------------------------------------------------
24: Traceback (most recent call last):
24:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tracepoint.py", line 54, in test_tracepoint_data_loc
24:     for v in b["execs"].values()])
24: AssertionError: False is not true
24: 
24: ----------------------------------------------------------------------
24: Ran 2 tests in 2.475s
24: 
24: FAILED (failures=2)
24: Failed
24/47 Test #24: py_test_tracepoint ...............***Failed    2.57 sec
test 25
      Start 25: py_test_perf_event

25: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/tests/wrapper.sh "py_test_perf_event" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_perf_event.py"
25: Test timeout computed to be: 10000000
25: E
25: ======================================================================
25: ERROR: test_cycles (__main__.TestPerfCounter)
25: ----------------------------------------------------------------------
25: Traceback (most recent call last):
25:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_perf_event.py", line 44, in test_cycles
25:     cflags=["-DNUM_CPUS=%d" % multiprocessing.cpu_count()])
25:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
25:     self._trace_autoload()
25:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
25:     if func_name.startswith(b"kprobe__"):
25: AttributeError: 'NoneType' object has no attribute 'startswith'
25: 
25: ----------------------------------------------------------------------
25: Ran 1 test in 0.255s
25: 
25: FAILED (errors=1)
25: Failed
25/47 Test #25: py_test_perf_event ...............***Failed    0.33 sec
test 26
      Start 26: py_test_attach_perf_event

26: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/tests/wrapper.sh "py_test_attach_perf_event" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_attach_perf_event.py"
26: Test timeout computed to be: 10000000
26: CRITICAL:root:WARNING! Test test_attach_raw_event_powerpc (__main__.TestPerfAttachRaw) failed, but marked as passed because it is decorated with @mayFail.
26: CRITICAL:root:	The reason why this mayFail was: This fails on github actions environment, hw perf events are not supported
26: CRITICAL:root:	The failure was: "'NoneType' object has no attribute 'startswith'"
26: CRITICAL:root:	Stacktrace: "Traceback (most recent call last):
26:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/utils.py", line 36, in wrapper
26:     res = func(*args, **kwargs)
26:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_attach_perf_event.py", line 51, in test_attach_raw_event_powerpc
26:     b = BPF(text=bpf_text)
26:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
26:     self._trace_autoload()
26:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
26:     if func_name.startswith(b"kprobe__"):
26: AttributeError: 'NoneType' object has no attribute 'startswith'
26: "
26: .CRITICAL:root:WARNING! Test test_attach_raw_event_x86 (__main__.TestPerfAttachRaw) failed, but marked as passed because it is decorated with @mayFail.
26: CRITICAL:root:	The reason why this mayFail was: This fails on github actions environment, hw perf events are not supported
26: CRITICAL:root:	The failure was: "bpf_perf_event_data->addr requires kernel >= 4.17"
26: CRITICAL:root:	Stacktrace: "Traceback (most recent call last):
26:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/utils.py", line 36, in wrapper
26:     res = func(*args, **kwargs)
26:   File "/usr/lib64/python2.7/unittest/case.py", line 63, in skip_wrapper
26:     raise SkipTest(reason)
26: SkipTest: bpf_perf_event_data->addr requires kernel >= 4.17
26: "
26: .s
26: ----------------------------------------------------------------------
26: Ran 3 tests in 2.073s
26: 
26: OK (skipped=1)
26/47 Test #26: py_test_attach_perf_event ........   Passed    2.16 sec
test 27
      Start 27: py_test_utils

27: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/tests/wrapper.sh "py_test_utils" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_utils.py"
27: Test timeout computed to be: 10000000
27: ..
27: ----------------------------------------------------------------------
27: Ran 2 tests in 0.001s
27: 
27: OK
27/47 Test #27: py_test_utils ....................   Passed    0.08 sec
test 28
      Start 28: py_test_percpu

28: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/tests/wrapper.sh "py_test_percpu" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_percpu.py"
28: Test timeout computed to be: 10000000
28: .EEE
28: ======================================================================
28: ERROR: test_struct_custom_func (__main__.TestPercpu)
28: ----------------------------------------------------------------------
28: Traceback (most recent call last):
28:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_percpu.py", line 108, in test_struct_custom_func
28:     bpf_code = BPF(text=test_prog2)
28:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
28:     self._trace_autoload()
28:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
28:     if func_name.startswith(b"kprobe__"):
28: AttributeError: 'NoneType' object has no attribute 'startswith'
28: 
28: ======================================================================
28: ERROR: test_u32 (__main__.TestPercpu)
28: ----------------------------------------------------------------------
28: Traceback (most recent call last):
28:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_percpu.py", line 71, in test_u32
28:     bpf_code = BPF(text=test_prog1)
28:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
28:     self._trace_autoload()
28:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
28:     if func_name.startswith(b"kprobe__"):
28: AttributeError: 'NoneType' object has no attribute 'startswith'
28: 
28: ======================================================================
28: ERROR: test_u64 (__main__.TestPercpu)
28: ----------------------------------------------------------------------
28: Traceback (most recent call last):
28:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_percpu.py", line 39, in test_u64
28:     bpf_code = BPF(text=test_prog1)
28:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
28:     self._trace_autoload()
28:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
28:     if func_name.startswith(b"kprobe__"):
28: AttributeError: 'NoneType' object has no attribute 'startswith'
28: 
28: ----------------------------------------------------------------------
28: Ran 4 tests in 1.851s
28: 
28: FAILED (errors=3)
28: Failed
28/47 Test #28: py_test_percpu ...................***Failed    1.94 sec
test 29
      Start 29: py_test_dump_func

29: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/tests/wrapper.sh "py_dump_func" "simple" "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_dump_func.py"
29: Test timeout computed to be: 10000000
29: E
29: ======================================================================
29: ERROR: test_return (__main__.TestDumpFunc)
29: ----------------------------------------------------------------------
29: Traceback (most recent call last):
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_dump_func.py", line 16, in test_return
29:     }""")
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
29:     self._trace_autoload()
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
29:     if func_name.startswith(b"kprobe__"):
29: AttributeError: 'NoneType' object has no attribute 'startswith'
29: 
29: ----------------------------------------------------------------------
29: Ran 1 test in 0.160s
29: 
29: FAILED (errors=1)
29: Failed
29/47 Test #29: py_test_dump_func ................***Failed    0.22 sec
test 30
      Start 30: py_test_disassembler

30: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/tests/wrapper.sh "py_test_disassembler" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_disassembler.py"
30: Test timeout computed to be: 10000000
30: .E
30: ======================================================================
30: ERROR: test_func (__main__.TestDisassembler)
30: ----------------------------------------------------------------------
30: Traceback (most recent call last):
30:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_disassembler.py", line 146, in test_func
30:     }""")
30:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
30:     self._trace_autoload()
30:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
30:     if func_name.startswith(b"kprobe__"):
30: AttributeError: 'NoneType' object has no attribute 'startswith'
30: 
30: ----------------------------------------------------------------------
30: Ran 2 tests in 0.240s
30: 
30: FAILED (errors=1)
30: Failed
30/47 Test #30: py_test_disassembler .............***Failed    0.32 sec
test 31
      Start 31: py_test_tools_smoke

31: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/tests/wrapper.sh "py_test_tools_smoke" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py"
31: Test timeout computed to be: 10000000
31: bpf: Argument list too long. Program  too large (0 insns), at most 4096 insns
31: 
31: Traceback (most recent call last):
31:   File "../../tools/argdist.py", line 722, in run
31:     self._attach()
31:   File "../../tools/argdist.py", line 693, in _attach
31:     probe.attach(self.bpf)
31:   File "../../tools/argdist.py", line 455, in attach
31:     self._attach_k()
31:   File "../../tools/argdist.py", line 446, in _attach_k
31:     fn_name=self.probe_func_name)
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 829, in attach_kprobe
31:     fn = self.load_func(fn_name, BPF.KPROBE)
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
31:     (func_name, errstr))
31: Exception: Failed to load BPF program do_sys_open_probe0: Argument list too long
31: CRITICAL:root:WARNING! Test test_argdist (__main__.SmokeTests) failed, but marked as passed because it is decorated with @mayFail.
31: CRITICAL:root:	The reason why this mayFail was: This fails on github actions environment, and needs to be fixed
31: CRITICAL:root:	The failure was: "0 != 1"
31: CRITICAL:root:	Stacktrace: "Traceback (most recent call last):
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/utils.py", line 36, in wrapper
31:     res = func(*args, **kwargs)
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 60, in test_argdist
31:     self.run_with_duration("argdist.py -v -C 'p::do_sys_open()' -n 1 -i 1")
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 22, in run_with_duration
31:     (timeout, full_command), shell=True))
31:   File "/usr/lib64/python2.7/unittest/case.py", line 551, in assertEqual
31:     assertion_func(first, second, msg=msg)
31:   File "/usr/lib64/python2.7/unittest/case.py", line 544, in _baseAssertEqual
31:     raise self.failureException(msg)
31: AssertionError: 0 != 1
31: "
31: .Traceback (most recent call last):
31:   File "../../tools/bashreadline.py", line 67, in <module>
31:     b = BPF(text=bpf_text)
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
31:     self._trace_autoload()
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
31:     if func_name.startswith(b"kprobe__"):
31: AttributeError: 'NoneType' object has no attribute 'startswith'
31: FTraceback (most recent call last):
31:   File "../../tools/bindsnoop.py", line 464, in <module>
31:     b = BPF(text=bpf_text)
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
31:     self._trace_autoload()
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
31:     if func_name.startswith(b"kprobe__"):
31: AttributeError: 'NoneType' object has no attribute 'startswith'
31: FTraceback (most recent call last):
31:   File "../../tools/biolatency.py", line 169, in <module>
31:     b = BPF(text=bpf_text)
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
31:     self._trace_autoload()
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
31:     if func_name.startswith(b"kprobe__"):
31: AttributeError: 'NoneType' object has no attribute 'startswith'
31: FTraceback (most recent call last):
31:   File "../../tools/biosnoop.py", line 165, in <module>
31:     b = BPF(text=bpf_text)
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
31:     self._trace_autoload()
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
31:     if func_name.startswith(b"kprobe__"):
31: AttributeError: 'NoneType' object has no attribute 'startswith'
31: FTraceback (most recent call last):
31:   File "../../tools/biotop.py", line 177, in <module>
31:     b = BPF(text=bpf_text)
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
31:     self._trace_autoload()
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
31:     if func_name.startswith(b"kprobe__"):
31: AttributeError: 'NoneType' object has no attribute 'startswith'
31: FTraceback (most recent call last):
31:   File "../../tools/biotop.py", line 177, in <module>
31:     b = BPF(text=bpf_text)
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
31:     self._trace_autoload()
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
31:     if func_name.startswith(b"kprobe__"):
31: AttributeError: 'NoneType' object has no attribute 'startswith'
31: F...Traceback (most recent call last):
31:   File "../../tools/cachestat.py", line 96, in <module>
31:     b = BPF(text=bpf_text)
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
31:     self._trace_autoload()
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
31:     if func_name.startswith(b"kprobe__"):
31: AttributeError: 'NoneType' object has no attribute 'startswith'
31: F.Traceback (most recent call last):
31:   File "../../tools/capable.py", line 250, in <module>
31:     b = BPF(text=bpf_text)
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
31:     self._trace_autoload()
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
31:     if func_name.startswith(b"kprobe__"):
31: AttributeError: 'NoneType' object has no attribute 'startswith'
31: FsTraceback (most recent call last):
31:   File "../../tools/cpudist.py", line 155, in <module>
31:     b = BPF(text=bpf_text, cflags=["-DMAX_PID=%d" % max_pid])
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
31:     self._trace_autoload()
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
31:     if func_name.startswith(b"kprobe__"):
31: AttributeError: 'NoneType' object has no attribute 'startswith'
31: FTraceback (most recent call last):
31:   File "../../tools/cpuunclaimed.py", line 231, in <module>
31:     b = BPF(text=bpf_text)
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
31:     self._trace_autoload()
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
31:     if func_name.startswith(b"kprobe__"):
31: AttributeError: 'NoneType' object has no attribute 'startswith'
31: F..Traceback (most recent call last):
31:   File "../../tools/dcsnoop.py", line 138, in <module>
31:     b = BPF(text=bpf_text)
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
31:     self._trace_autoload()
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
31:     if func_name.startswith(b"kprobe__"):
31: AttributeError: 'NoneType' object has no attribute 'startswith'
31: FTraceback (most recent call last):
31:   File "../../tools/dcstat.py", line 90, in <module>
31:     b = BPF(text=bpf_text)
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
31:     self._trace_autoload()
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
31:     if func_name.startswith(b"kprobe__"):
31: AttributeError: 'NoneType' object has no attribute 'startswith'
31: F.Traceback (most recent call last):
31:   File "../../tools/drsnoop.py", line 183, in <module>
31:     b = BPF(text=bpf_text)
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
31:     self._trace_autoload()
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
31:     if func_name.startswith(b"kprobe__"):
31: AttributeError: 'NoneType' object has no attribute 'startswith'
31: FTraceback (most recent call last):
31:   File "../../tools/execsnoop.py", line 227, in <module>
31:     b = BPF(text=bpf_text)
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
31:     self._trace_autoload()
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
31:     if func_name.startswith(b"kprobe__"):
31: AttributeError: 'NoneType' object has no attribute 'startswith'
31: FTraceback (most recent call last):
31:   File "../../tools/ext4dist.py", line 202, in <module>
31:     b = BPF(text=bpf_text)
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
31:     self._trace_autoload()
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
31:     if func_name.startswith(b"kprobe__"):
31: AttributeError: 'NoneType' object has no attribute 'startswith'
31: FTraceback (most recent call last):
31:   File "../../tools/ext4slower.py", line 311, in <module>
31:     b = BPF(text=bpf_text)
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
31:     self._trace_autoload()
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
31:     if func_name.startswith(b"kprobe__"):
31: AttributeError: 'NoneType' object has no attribute 'startswith'
31: FTraceback (most recent call last):
31:   File "../../tools/filelife.py", line 113, in <module>
31:     b = BPF(text=bpf_text)
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
31:     self._trace_autoload()
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
31:     if func_name.startswith(b"kprobe__"):
31: AttributeError: 'NoneType' object has no attribute 'startswith'
31: FTraceback (most recent call last):
31:   File "../../tools/fileslower.py", line 196, in <module>
31:     b = BPF(text=bpf_text)
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
31:     self._trace_autoload()
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
31:     if func_name.startswith(b"kprobe__"):
31: AttributeError: 'NoneType' object has no attribute 'startswith'
31: FTraceback (most recent call last):
31:   File "../../tools/filetop.py", line 164, in <module>
31:     b = BPF(text=bpf_text)
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
31:     self._trace_autoload()
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
31:     if func_name.startswith(b"kprobe__"):
31: AttributeError: 'NoneType' object has no attribute 'startswith'
31: FFbpf: Argument list too long. Program  too large (0 insns), at most 4096 insns
31: 
31: Traceback (most recent call last):
31:   File "../../tools/funclatency.py", line 349, in <module>
31:     b.attach_kprobe(event_re=pattern, fn_name="trace_func_entry")
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 825, in attach_kprobe
31:     (fn_name, '/'.join(probes)))
31: Exception: Failed to attach BPF program trace_func_entry to kprobe __kmalloc
31: FTraceback (most recent call last):
31:   File "../../tools/funcslower.py", line 242, in <module>
31:     b = BPF(text=bpf_text)
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
31:     self._trace_autoload()
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
31:     if func_name.startswith(b"kprobe__"):
31: AttributeError: 'NoneType' object has no attribute 'startswith'
31: FTraceback (most recent call last):
31:   File "../../tools/gethostlatency.py", line 105, in <module>
31:     b = BPF(text=bpf_text)
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
31:     self._trace_autoload()
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
31:     if func_name.startswith(b"kprobe__"):
31: AttributeError: 'NoneType' object has no attribute 'startswith'
31: FTraceback (most recent call last):
31:   File "../../tools/hardirqs.py", line 154, in <module>
31:     b = BPF(text=bpf_text)
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
31:     self._trace_autoload()
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
31:     if func_name.startswith(b"kprobe__"):
31: AttributeError: 'NoneType' object has no attribute 'startswith'
31: FTraceback (most recent call last):
31:   File "../../tools/killsnoop.py", line 127, in <module>
31:     b = BPF(text=bpf_text)
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
31:     self._trace_autoload()
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
31:     if func_name.startswith(b"kprobe__"):
31: AttributeError: 'NoneType' object has no attribute 'startswith'
31: Fs.Traceback (most recent call last):
31:   File "../../tools/mdflush.py", line 54, in <module>
31:     """)
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
31:     self._trace_autoload()
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
31:     if func_name.startswith(b"kprobe__"):
31: AttributeError: 'NoneType' object has no attribute 'startswith'
31: FTraceback (most recent call last):
31:   File "../../tools/memleak.py", line 427, in <module>
31:     bpf = BPF(text=bpf_source)
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
31:     self._trace_autoload()
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
31:     if func_name.startswith(b"kprobe__"):
31: AttributeError: 'NoneType' object has no attribute 'startswith'
31: FTraceback (most recent call last):
31:   File "../../tools/mountsnoop.py", line 475, in <module>
31:     main()
31:   File "../../tools/mountsnoop.py", line 449, in main
31:     b = bcc.BPF(text=bpf_text)
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
31:     self._trace_autoload()
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
31:     if func_name.startswith(b"kprobe__"):
31: AttributeError: 'NoneType' object has no attribute 'startswith'
31: F...Traceback (most recent call last):
31:   File "../../tools/offcputime.py", line 253, in <module>
31:     b = BPF(text=bpf_text)
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
31:     self._trace_autoload()
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
31:     if func_name.startswith(b"kprobe__"):
31: AttributeError: 'NoneType' object has no attribute 'startswith'
31: FTraceback (most recent call last):
31:   File "../../tools/offwaketime.py", line 290, in <module>
31:     b = BPF(text=bpf_text)
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
31:     self._trace_autoload()
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
31:     if func_name.startswith(b"kprobe__"):
31: AttributeError: 'NoneType' object has no attribute 'startswith'
31: FTraceback (most recent call last):
31:   File "../../tools/oomkill.py", line 64, in <module>
31:     b = BPF(text=bpf_text)
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
31:     self._trace_autoload()
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
31:     if func_name.startswith(b"kprobe__"):
31: AttributeError: 'NoneType' object has no attribute 'startswith'
31: Flibbpf: failed to find valid kernel BTF
31: libbpf: vmlinux BTF is not found
31: Traceback (most recent call last):
31:   File "../../tools/opensnoop.py", line 321, in <module>
31:     b = BPF(text=bpf_text)
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
31:     self._trace_autoload()
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
31:     if func_name.startswith(b"kprobe__"):
31: AttributeError: 'NoneType' object has no attribute 'startswith'
31: FTraceback (most recent call last):
31:   File "../../tools/pidpersec.py", line 36, in <module>
31:     """)
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
31:     self._trace_autoload()
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
31:     if func_name.startswith(b"kprobe__"):
31: AttributeError: 'NoneType' object has no attribute 'startswith'
31: FTraceback (most recent call last):
31:   File "../../tools/profile.py", line 276, in <module>
31:     b = BPF(text=bpf_text)
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
31:     self._trace_autoload()
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
31:     if func_name.startswith(b"kprobe__"):
31: AttributeError: 'NoneType' object has no attribute 'startswith'
31: FTraceback (most recent call last):
31:   File "../../tools/runqlat.py", line 251, in <module>
31:     b = BPF(text=bpf_text)
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
31:     self._trace_autoload()
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
31:     if func_name.startswith(b"kprobe__"):
31: AttributeError: 'NoneType' object has no attribute 'startswith'
31: FTraceback (most recent call last):
31:   File "../../tools/runqlen.py", line 186, in <module>
31:     b = BPF(text=bpf_text)
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
31:     self._trace_autoload()
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
31:     if func_name.startswith(b"kprobe__"):
31: AttributeError: 'NoneType' object has no attribute 'startswith'
31: FTraceback (most recent call last):
31:   File "../../tools/shmsnoop.py", line 178, in <module>
31:     b = BPF(text=bpf_text)
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
31:     self._trace_autoload()
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
31:     if func_name.startswith(b"kprobe__"):
31: AttributeError: 'NoneType' object has no attribute 'startswith'
31: FTraceback (most recent call last):
31:   File "../../tools/slabratetop.py", line 111, in <module>
31:     b = BPF(text=bpf_text)
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
31:     self._trace_autoload()
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
31:     if func_name.startswith(b"kprobe__"):
31: AttributeError: 'NoneType' object has no attribute 'startswith'
31: FTraceback (most recent call last):
31:   File "../../tools/sofdsnoop.py", line 265, in <module>
31:     b = BPF(text=bpf_text)
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
31:     self._trace_autoload()
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
31:     if func_name.startswith(b"kprobe__"):
31: AttributeError: 'NoneType' object has no attribute 'startswith'
31: F.Traceback (most recent call last):
31:   File "../../tools/solisten.py", line 186, in <module>
31:     b = BPF(text=bpf_text)
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
31:     self._trace_autoload()
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
31:     if func_name.startswith(b"kprobe__"):
31: AttributeError: 'NoneType' object has no attribute 'startswith'
31: FTraceback (most recent call last):
31:   File "../../tools/sslsniff.py", line 145, in <module>
31:     b = BPF(text=prog)
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
31:     self._trace_autoload()
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
31:     if func_name.startswith(b"kprobe__"):
31: AttributeError: 'NoneType' object has no attribute 'startswith'
31: CRITICAL:root:WARNING! Test test_sslsniff (__main__.SmokeTests) failed, but marked as passed because it is decorated with @mayFail.
31: CRITICAL:root:	The reason why this mayFail was: This fails on github actions environment, and needs to be fixed
31: CRITICAL:root:	The failure was: "rc was 1"
31: CRITICAL:root:	Stacktrace: "Traceback (most recent call last):
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/utils.py", line 36, in wrapper
31:     res = func(*args, **kwargs)
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 296, in test_sslsniff
31:     self.run_with_int("sslsniff.py")
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 42, in run_with_int
31:     or (rc == 137 and kill), "rc was %d" % rc)
31:   File "/usr/lib64/python2.7/unittest/case.py", line 460, in assertTrue
31:     raise self.failureException(msg)
31: AssertionError: rc was 1
31: "
31: .FTraceback (most recent call last):
31:   File "../../tools/statsnoop.py", line 111, in <module>
31:     b = BPF(text=bpf_text)
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
31:     self._trace_autoload()
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
31:     if func_name.startswith(b"kprobe__"):
31: AttributeError: 'NoneType' object has no attribute 'startswith'
31: FTraceback (most recent call last):
31:   File "../../tools/syncsnoop.py", line 32, in <module>
31:     """)
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
31:     self._trace_autoload()
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
31:     if func_name.startswith(b"kprobe__"):
31: AttributeError: 'NoneType' object has no attribute 'startswith'
31: F.Traceback (most recent call last):
31:   File "../../tools/tcpaccept.py", line 257, in <module>
31:     b = BPF(text=bpf_text)
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
31:     self._trace_autoload()
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
31:     if func_name.startswith(b"kprobe__"):
31: AttributeError: 'NoneType' object has no attribute 'startswith'
31: FTraceback (most recent call last):
31:   File "../../tools/tcpconnect.py", line 501, in <module>
31:     b = BPF(text=bpf_text)
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
31:     self._trace_autoload()
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
31:     if func_name.startswith(b"kprobe__"):
31: AttributeError: 'NoneType' object has no attribute 'startswith'
31: FTraceback (most recent call last):
31:   File "../../tools/tcpconnlat.py", line 211, in <module>
31:     b = BPF(text=bpf_text)
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
31:     self._trace_autoload()
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
31:     if func_name.startswith(b"kprobe__"):
31: AttributeError: 'NoneType' object has no attribute 'startswith'
31: FTraceback (most recent call last):
31:   File "../../tools/tcpdrop.py", line 198, in <module>
31:     b = BPF(text=bpf_text)
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
31:     self._trace_autoload()
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
31:     if func_name.startswith(b"kprobe__"):
31: AttributeError: 'NoneType' object has no attribute 'startswith'
31: CRITICAL:root:WARNING! Test test_tcpdrop (__main__.SmokeTests) failed, but marked as passed because it is decorated with @mayFail.
31: CRITICAL:root:	The reason why this mayFail was: This fails on github actions environment, and needs to be fixed
31: CRITICAL:root:	The failure was: "rc was 1"
31: CRITICAL:root:	Stacktrace: "Traceback (most recent call last):
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/utils.py", line 36, in wrapper
31:     res = func(*args, **kwargs)
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 337, in test_tcpdrop
31:     self.run_with_int("tcpdrop.py")
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 42, in run_with_int
31:     or (rc == 137 and kill), "rc was %d" % rc)
31:   File "/usr/lib64/python2.7/unittest/case.py", line 460, in assertTrue
31:     raise self.failureException(msg)
31: AssertionError: rc was 1
31: "
31: .Traceback (most recent call last):
31:   File "../../tools/tcplife.py", line 474, in <module>
31:     b = BPF(text=bpf_text)
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
31:     self._trace_autoload()
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
31:     if func_name.startswith(b"kprobe__"):
31: AttributeError: 'NoneType' object has no attribute 'startswith'
31: FTraceback (most recent call last):
31:   File "../../tools/tcpretrans.py", line 396, in <module>
31:     b = BPF(text=bpf_text)
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
31:     self._trace_autoload()
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
31:     if func_name.startswith(b"kprobe__"):
31: AttributeError: 'NoneType' object has no attribute 'startswith'
31: FTraceback (most recent call last):
31:   File "../../tools/tcptop.py", line 243, in <module>
31:     b = BPF(text=bpf_text)
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
31:     self._trace_autoload()
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
31:     if func_name.startswith(b"kprobe__"):
31: AttributeError: 'NoneType' object has no attribute 'startswith'
31: F.FTraceback (most recent call last):
31:   File "../../tools/ttysnoop.py", line 175, in <module>
31:     b = BPF(text=bpf_text)
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
31:     self._trace_autoload()
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
31:     if func_name.startswith(b"kprobe__"):
31: AttributeError: 'NoneType' object has no attribute 'startswith'
31: FTraceback (most recent call last):
31:   File "../../tools/lib/ucalls.py", line 267, in <module>
31:     bpf = BPF(text=program, usdt_contexts=[usdt] if usdt else [])
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
31:     self._trace_autoload()
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
31:     if func_name.startswith(b"kprobe__"):
31: AttributeError: 'NoneType' object has no attribute 'startswith'
31: F..Traceback (most recent call last):
31:   File "../../tools/lib/uobjnew.py", line 176, in <module>
31:     bpf = BPF(text=program, usdt_contexts=[usdt])
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
31:     self._trace_autoload()
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
31:     if func_name.startswith(b"kprobe__"):
31: AttributeError: 'NoneType' object has no attribute 'startswith'
31: FTraceback (most recent call last):
31:   File "../../tools/lib/ustat.py", line 305, in <module>
31:     Tool().run()
31:   File "../../tools/lib/ustat.py", line 297, in run
31:     self._loop_iter()
31:   File "../../tools/lib/ustat.py", line 246, in _loop_iter
31:     self._attach_probes()
31:   File "../../tools/lib/ustat.py", line 224, in _attach_probes
31:     self.bpf = BPF(text=program)
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
31:     self._trace_autoload()
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
31:     if func_name.startswith(b"kprobe__"):
31: AttributeError: 'NoneType' object has no attribute 'startswith'
31: Fbpf: Argument list too long. Program  too large (0 insns), at most 4096 insns
31: 
31: Traceback (most recent call last):
31:   File "../../tools/lib/uthreads.py", line 103, in <module>
31:     bpf = BPF(text=program, usdt_contexts=[usdt])
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 483, in __init__
31:     usdt_context.attach_uprobes(self, attach_usdt_ignore_pid)
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/usdt.py", line 210, in attach_uprobes
31:     addr=addr, pid=pid)
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1354, in attach_uprobe
31:     fn = self.load_func(fn_name, BPF.KPROBE)
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
31:     (func_name, errstr))
31: Exception: Failed to load BPF program trace_pthread: Argument list too long
31: FTraceback (most recent call last):
31:   File "../../tools/vfscount.py", line 46, in <module>
31:     """)
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
31:     self._trace_autoload()
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
31:     if func_name.startswith(b"kprobe__"):
31: AttributeError: 'NoneType' object has no attribute 'startswith'
31: Flibbpf: failed to find valid kernel BTF
31: libbpf: vmlinux BTF is not found
31: Traceback (most recent call last):
31:   File "../../tools/vfsstat.py", line 82, in <module>
31:     b = BPF(text=bpf_text)
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
31:     self._trace_autoload()
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
31:     if func_name.startswith(b"kprobe__"):
31: AttributeError: 'NoneType' object has no attribute 'startswith'
31: FTraceback (most recent call last):
31:   File "../../tools/wakeuptime.py", line 206, in <module>
31:     b = BPF(text=bpf_text)
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
31:     self._trace_autoload()
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
31:     if func_name.startswith(b"kprobe__"):
31: AttributeError: 'NoneType' object has no attribute 'startswith'
31: F....
31: ======================================================================
31: FAIL: test_bashreadline (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 64, in test_bashreadline
31:     self.run_with_int("bashreadline.py")
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 42, in run_with_int
31:     or (rc == 137 and kill), "rc was %d" % rc)
31: AssertionError: rc was 1
31: 
31: ======================================================================
31: FAIL: test_bindsnoop (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 68, in test_bindsnoop
31:     self.run_with_int("bindsnoop.py")
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 42, in run_with_int
31:     or (rc == 137 and kill), "rc was %d" % rc)
31: AssertionError: rc was 1
31: 
31: ======================================================================
31: FAIL: test_biolatency (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 71, in test_biolatency
31:     self.run_with_duration("biolatency.py 1 1")
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 22, in run_with_duration
31:     (timeout, full_command), shell=True))
31: AssertionError: 0 != 1
31: 
31: ======================================================================
31: FAIL: test_biosnoop (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 75, in test_biosnoop
31:     self.run_with_int("biosnoop.py")
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 42, in run_with_int
31:     or (rc == 137 and kill), "rc was %d" % rc)
31: AssertionError: rc was 1
31: 
31: ======================================================================
31: FAIL: test_biotop (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 78, in test_biotop
31:     self.run_with_duration("biotop.py 1 1")
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 22, in run_with_duration
31:     (timeout, full_command), shell=True))
31: AssertionError: 0 != 1
31: 
31: ======================================================================
31: FAIL: test_bitesize (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 81, in test_bitesize
31:     self.run_with_int("biotop.py")
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 42, in run_with_int
31:     or (rc == 137 and kill), "rc was %d" % rc)
31: AssertionError: rc was 1
31: 
31: ======================================================================
31: FAIL: test_cachestat (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 96, in test_cachestat
31:     self.run_with_duration("cachestat.py 1 1")
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 22, in run_with_duration
31:     (timeout, full_command), shell=True))
31: AssertionError: 0 != 1
31: 
31: ======================================================================
31: FAIL: test_capable (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 106, in test_capable
31:     self.run_with_int("capable.py")
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 42, in run_with_int
31:     or (rc == 137 and kill), "rc was %d" % rc)
31: AssertionError: rc was 1
31: 
31: ======================================================================
31: FAIL: test_cpudist (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 109, in test_cpudist
31:     self.run_with_duration("cpudist.py 1 1")
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 22, in run_with_duration
31:     (timeout, full_command), shell=True))
31: AssertionError: 0 != 1
31: 
31: ======================================================================
31: FAIL: test_cpuunclaimed (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 113, in test_cpuunclaimed
31:     self.run_with_duration("cpuunclaimed.py 1 1")
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 22, in run_with_duration
31:     (timeout, full_command), shell=True))
31: AssertionError: 0 != 1
31: 
31: ======================================================================
31: FAIL: test_dcsnoop (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 133, in test_dcsnoop
31:     self.run_with_int("dcsnoop.py")
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 42, in run_with_int
31:     or (rc == 137 and kill), "rc was %d" % rc)
31: AssertionError: rc was 1
31: 
31: ======================================================================
31: FAIL: test_dcstat (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 136, in test_dcstat
31:     self.run_with_duration("dcstat.py 1 1")
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 22, in run_with_duration
31:     (timeout, full_command), shell=True))
31: AssertionError: 0 != 1
31: 
31: ======================================================================
31: FAIL: test_drsnoop (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 148, in test_drsnoop
31:     self.run_with_int("drsnoop.py")
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 42, in run_with_int
31:     or (rc == 137 and kill), "rc was %d" % rc)
31: AssertionError: rc was 1
31: 
31: ======================================================================
31: FAIL: test_execsnoop (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 152, in test_execsnoop
31:     self.run_with_int("execsnoop.py")
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 42, in run_with_int
31:     or (rc == 137 and kill), "rc was %d" % rc)
31: AssertionError: rc was 1
31: 
31: ======================================================================
31: FAIL: test_ext4dist (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 155, in test_ext4dist
31:     self.run_with_duration("ext4dist.py 1 1")
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 22, in run_with_duration
31:     (timeout, full_command), shell=True))
31: AssertionError: 0 != 1
31: 
31: ======================================================================
31: FAIL: test_ext4slower (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 159, in test_ext4slower
31:     self.run_with_int("ext4slower.py")
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 42, in run_with_int
31:     or (rc == 137 and kill), "rc was %d" % rc)
31: AssertionError: rc was 1
31: 
31: ======================================================================
31: FAIL: test_filelife (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 163, in test_filelife
31:     self.run_with_int("filelife.py")
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 42, in run_with_int
31:     or (rc == 137 and kill), "rc was %d" % rc)
31: AssertionError: rc was 1
31: 
31: ======================================================================
31: FAIL: test_fileslower (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 167, in test_fileslower
31:     self.run_with_int("fileslower.py")
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 42, in run_with_int
31:     or (rc == 137 and kill), "rc was %d" % rc)
31: AssertionError: rc was 1
31: 
31: ======================================================================
31: FAIL: test_filetop (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 170, in test_filetop
31:     self.run_with_duration("filetop.py 1 1")
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 22, in run_with_duration
31:     (timeout, full_command), shell=True))
31: AssertionError: 0 != 1
31: 
31: ======================================================================
31: FAIL: test_funccount (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 173, in test_funccount
31:     self.run_with_int("funccount.py __kmalloc -i 1")
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 42, in run_with_int
31:     or (rc == 137 and kill), "rc was %d" % rc)
31: AssertionError: rc was 0
31: 
31: ======================================================================
31: FAIL: test_funclatency (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 177, in test_funclatency
31:     self.run_with_int("funclatency.py __kmalloc -i 1")
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 42, in run_with_int
31:     or (rc == 137 and kill), "rc was %d" % rc)
31: AssertionError: rc was 1
31: 
31: ======================================================================
31: FAIL: test_funcslower (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 181, in test_funcslower
31:     self.run_with_int("funcslower.py __kmalloc")
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 42, in run_with_int
31:     or (rc == 137 and kill), "rc was %d" % rc)
31: AssertionError: rc was 1
31: 
31: ======================================================================
31: FAIL: test_gethostlatency (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 185, in test_gethostlatency
31:     self.run_with_int("gethostlatency.py")
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 42, in run_with_int
31:     or (rc == 137 and kill), "rc was %d" % rc)
31: AssertionError: rc was 1
31: 
31: ======================================================================
31: FAIL: test_hardirqs (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 189, in test_hardirqs
31:     self.run_with_duration("hardirqs.py 1 1")
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 22, in run_with_duration
31:     (timeout, full_command), shell=True))
31: AssertionError: 0 != 1
31: 
31: ======================================================================
31: FAIL: test_killsnoop (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 200, in test_killsnoop
31:     self.run_with_int("killsnoop.py", kill=True)
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 42, in run_with_int
31:     or (rc == 137 and kill), "rc was %d" % rc)
31: AssertionError: rc was 1
31: 
31: ======================================================================
31: FAIL: test_mdflush (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 213, in test_mdflush
31:     self.run_with_int("mdflush.py")
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 42, in run_with_int
31:     or (rc == 137 and kill), "rc was %d" % rc)
31: AssertionError: rc was 1
31: 
31: ======================================================================
31: FAIL: test_memleak (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 217, in test_memleak
31:     self.run_with_duration("memleak.py 1 1")
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 22, in run_with_duration
31:     (timeout, full_command), shell=True))
31: AssertionError: 0 != 1
31: 
31: ======================================================================
31: FAIL: test_mountsnoop (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 221, in test_mountsnoop
31:     self.run_with_int("mountsnoop.py")
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 42, in run_with_int
31:     or (rc == 137 and kill), "rc was %d" % rc)
31: AssertionError: rc was 1
31: 
31: ======================================================================
31: FAIL: test_offcputime (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 245, in test_offcputime
31:     self.run_with_duration("offcputime.py 1")
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 22, in run_with_duration
31:     (timeout, full_command), shell=True))
31: AssertionError: 0 != 1
31: 
31: ======================================================================
31: FAIL: test_offwaketime (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 249, in test_offwaketime
31:     self.run_with_duration("offwaketime.py 1")
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 22, in run_with_duration
31:     (timeout, full_command), shell=True))
31: AssertionError: 0 != 1
31: 
31: ======================================================================
31: FAIL: test_oomkill (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 253, in test_oomkill
31:     self.run_with_int("oomkill.py")
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 42, in run_with_int
31:     or (rc == 137 and kill), "rc was %d" % rc)
31: AssertionError: rc was 1
31: 
31: ======================================================================
31: FAIL: test_opensnoop (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 257, in test_opensnoop
31:     self.run_with_int("opensnoop.py")
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 42, in run_with_int
31:     or (rc == 137 and kill), "rc was %d" % rc)
31: AssertionError: rc was 1
31: 
31: ======================================================================
31: FAIL: test_pidpersec (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 260, in test_pidpersec
31:     self.run_with_int("pidpersec.py")
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 42, in run_with_int
31:     or (rc == 137 and kill), "rc was %d" % rc)
31: AssertionError: rc was 1
31: 
31: ======================================================================
31: FAIL: test_profile (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 264, in test_profile
31:     self.run_with_duration("profile.py 1")
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 22, in run_with_duration
31:     (timeout, full_command), shell=True))
31: AssertionError: 0 != 1
31: 
31: ======================================================================
31: FAIL: test_runqlat (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 267, in test_runqlat
31:     self.run_with_duration("runqlat.py 1 1")
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 22, in run_with_duration
31:     (timeout, full_command), shell=True))
31: AssertionError: 0 != 1
31: 
31: ======================================================================
31: FAIL: test_runqlen (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 271, in test_runqlen
31:     self.run_with_duration("runqlen.py 1 1")
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 22, in run_with_duration
31:     (timeout, full_command), shell=True))
31: AssertionError: 0 != 1
31: 
31: ======================================================================
31: FAIL: test_shmsnoop (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 275, in test_shmsnoop
31:     self.run_with_int("shmsnoop.py")
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 42, in run_with_int
31:     or (rc == 137 and kill), "rc was %d" % rc)
31: AssertionError: rc was 1
31: 
31: ======================================================================
31: FAIL: test_slabratetop (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 282, in test_slabratetop
31:     self.run_with_duration("slabratetop.py 1 1")
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 22, in run_with_duration
31:     (timeout, full_command), shell=True))
31: AssertionError: 0 != 1
31: 
31: ======================================================================
31: FAIL: test_sofdsnoop (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 279, in test_sofdsnoop
31:     self.run_with_int("sofdsnoop.py")
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 42, in run_with_int
31:     or (rc == 137 and kill), "rc was %d" % rc)
31: AssertionError: rc was 1
31: 
31: ======================================================================
31: FAIL: test_solisten (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 291, in test_solisten
31:     self.run_with_int("solisten.py")
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 42, in run_with_int
31:     or (rc == 137 and kill), "rc was %d" % rc)
31: AssertionError: rc was 1
31: 
31: ======================================================================
31: FAIL: test_stackcount (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 300, in test_stackcount
31:     self.run_with_int("stackcount.py __kmalloc -i 1")
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 42, in run_with_int
31:     or (rc == 137 and kill), "rc was %d" % rc)
31: AssertionError: rc was 0
31: 
31: ======================================================================
31: FAIL: test_statsnoop (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 304, in test_statsnoop
31:     self.run_with_int("statsnoop.py")
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 42, in run_with_int
31:     or (rc == 137 and kill), "rc was %d" % rc)
31: AssertionError: rc was 1
31: 
31: ======================================================================
31: FAIL: test_syncsnoop (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 308, in test_syncsnoop
31:     self.run_with_int("syncsnoop.py")
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 42, in run_with_int
31:     or (rc == 137 and kill), "rc was %d" % rc)
31: AssertionError: rc was 1
31: 
31: ======================================================================
31: FAIL: test_tcpaccept (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 316, in test_tcpaccept
31:     self.run_with_int("tcpaccept.py")
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 42, in run_with_int
31:     or (rc == 137 and kill), "rc was %d" % rc)
31: AssertionError: rc was 1
31: 
31: ======================================================================
31: FAIL: test_tcpconnect (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 320, in test_tcpconnect
31:     self.run_with_int("tcpconnect.py")
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 42, in run_with_int
31:     or (rc == 137 and kill), "rc was %d" % rc)
31: AssertionError: rc was 1
31: 
31: ======================================================================
31: FAIL: test_tcpconnlat (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 324, in test_tcpconnlat
31:     self.run_with_int("tcpconnlat.py")
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 42, in run_with_int
31:     or (rc == 137 and kill), "rc was %d" % rc)
31: AssertionError: rc was 1
31: 
31: ======================================================================
31: FAIL: test_tcplife (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 328, in test_tcplife
31:     self.run_with_int("tcplife.py")
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 42, in run_with_int
31:     or (rc == 137 and kill), "rc was %d" % rc)
31: AssertionError: rc was 1
31: 
31: ======================================================================
31: FAIL: test_tcpretrans (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 332, in test_tcpretrans
31:     self.run_with_int("tcpretrans.py")
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 42, in run_with_int
31:     or (rc == 137 and kill), "rc was %d" % rc)
31: AssertionError: rc was 1
31: 
31: ======================================================================
31: FAIL: test_tcptop (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 340, in test_tcptop
31:     self.run_with_duration("tcptop.py 1 1")
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 22, in run_with_duration
31:     (timeout, full_command), shell=True))
31: AssertionError: 0 != 1
31: 
31: ======================================================================
31: FAIL: test_trace (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 347, in test_trace
31:     self.run_with_int("trace.py do_sys_open")
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 42, in run_with_int
31:     or (rc == 137 and kill), "rc was %d" % rc)
31: AssertionError: rc was 1
31: 
31: ======================================================================
31: FAIL: test_ttysnoop (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 351, in test_ttysnoop
31:     self.run_with_int("ttysnoop.py /dev/console")
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 42, in run_with_int
31:     or (rc == 137 and kill), "rc was %d" % rc)
31: AssertionError: rc was 1
31: 
31: ======================================================================
31: FAIL: test_ucalls (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 355, in test_ucalls
31:     self.run_with_int("lib/ucalls.py -l none -S %d" % os.getpid())
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 42, in run_with_int
31:     or (rc == 137 and kill), "rc was %d" % rc)
31: AssertionError: rc was 1
31: 
31: ======================================================================
31: FAIL: test_uobjnew (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 372, in test_uobjnew
31:     self.run_with_int("cobjnew.sh %d" % os.getpid())
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 42, in run_with_int
31:     or (rc == 137 and kill), "rc was %d" % rc)
31: AssertionError: rc was 1
31: 
31: ======================================================================
31: FAIL: test_ustat (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 376, in test_ustat
31:     self.run_with_duration("lib/ustat.py 1 1")
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 22, in run_with_duration
31:     (timeout, full_command), shell=True))
31: AssertionError: 0 != 1
31: 
31: ======================================================================
31: FAIL: test_uthreads (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 380, in test_uthreads
31:     self.run_with_int("lib/uthreads.py %d" % os.getpid())
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 42, in run_with_int
31:     or (rc == 137 and kill), "rc was %d" % rc)
31: AssertionError: rc was 1
31: 
31: ======================================================================
31: FAIL: test_vfscount (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 383, in test_vfscount
31:     self.run_with_int("vfscount.py", timeout=15, kill_timeout=15)
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 42, in run_with_int
31:     or (rc == 137 and kill), "rc was %d" % rc)
31: AssertionError: rc was 1
31: 
31: ======================================================================
31: FAIL: test_vfsstat (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 386, in test_vfsstat
31:     self.run_with_duration("vfsstat.py 1 1")
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 22, in run_with_duration
31:     (timeout, full_command), shell=True))
31: AssertionError: 0 != 1
31: 
31: ======================================================================
31: FAIL: test_wakeuptime (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 390, in test_wakeuptime
31:     self.run_with_duration("wakeuptime.py 1")
31:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 22, in run_with_duration
31:     (timeout, full_command), shell=True))
31: AssertionError: 0 != 1
31: 
31: ----------------------------------------------------------------------
31: Ran 83 tests in 90.586s
31: 
31: FAILED (failures=58, skipped=2)
31: Failed
31/47 Test #31: py_test_tools_smoke ..............***Failed   90.65 sec
test 32
      Start 32: py_test_tools_memleak

32: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/tests/wrapper.sh "py_test_tools_memleak" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_memleak.py"
32: Test timeout computed to be: 10000000
32: Traceback (most recent call last):
32:   File "../../tools/memleak.py", line 427, in <module>
32:     bpf = BPF(text=bpf_source)
32:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 488, in __init__
32:     self._trace_autoload()
32:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/python/bcc-python/bcc/__init__.py", line 1435, in _trace_autoload
32:     if func_name.startswith(b"kprobe__"):
32: AttributeError: 'NoneType' object has no attribute 'startswith'
Taking single-use agent fedora26-slave-ccb offline.
Build was aborted
Finished: ABORTED