18:
18: Ebpf: Argument list too long. Program too large (0 insns), at most 4096 insns
18:
18: Essbpf: Argument list too long. Program too large (0 insns), at most 4096 insns
18:
18: Ebpf: Argument list too long. Program too large (0 insns), at most 4096 insns
18:
18: E.bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
18:
18: Ebpf: Argument list too long. Program too large (0 insns), at most 4096 insns
18:
18: E.bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
18:
18: Ebpf: Argument list too long. Program too large (0 insns), at most 4096 insns
18:
18: E../virtual/main.c:1:30: error: expected expression
18: int failure(void *ctx) { if (); return 0; }
18: ^
18: 1 error generated.
18: ../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: .bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
18:
18: bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
18:
18: Ebpf: Argument list too long. Program too large (0 insns), at most 4096 insns
18:
18: E.
18: ======================================================================
18: ERROR: test_arbitrary_increment_simple (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_clang.py", line 1251, in test_arbitrary_increment_simple
18: b.attach_kprobe(event=b"htab_map_delete_elem", fn_name=b"map_delete")
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 829, in attach_kprobe
18: fn = self.load_func(fn_name, BPF.KPROBE)
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
18: (func_name, errstr))
18: Exception: Failed to load BPF program map_delete: Argument list too long
18:
18: ======================================================================
18: ERROR: test_blk_start_request (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_clang.py", line 246, in test_blk_start_request
18: fn = b.load_func("do_request", BPF.KPROBE)
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
18: (func_name, errstr))
18: Exception: Failed to load BPF program do_request: Argument list too long
18:
18: ======================================================================
18: ERROR: test_complex (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_clang.py", line 30, in test_complex
18: fn = b.load_func("handle_packet", BPF.SCHED_CLS)
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
18: (func_name, errstr))
18: Exception: Failed to load BPF program handle_packet: Argument list too long
18:
18: ======================================================================
18: ERROR: test_consecutive_probe_read (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_clang.py", line 276, in test_consecutive_probe_read
18: fn = b.load_func("trace_entry", BPF.KPROBE)
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
18: (func_name, errstr))
18: Exception: Failed to load BPF program trace_entry: Argument list too long
18:
18: ======================================================================
18: ERROR: test_ext_ptr_maps1 (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_clang.py", line 716, in test_ext_ptr_maps1
18: b.load_func("trace_entry", BPF.KPROBE)
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
18: (func_name, errstr))
18: Exception: Failed to load BPF program trace_entry: Argument list too long
18:
18: ======================================================================
18: ERROR: test_ext_ptr_maps2 (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_clang.py", line 745, in test_ext_ptr_maps2
18: b.load_func("trace_entry", BPF.KPROBE)
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
18: (func_name, errstr))
18: Exception: Failed to load BPF program trace_entry: Argument list too long
18:
18: ======================================================================
18: ERROR: test_ext_ptr_maps_indirect (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_clang.py", line 804, in test_ext_ptr_maps_indirect
18: b.load_func("trace_entry", BPF.KPROBE)
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
18: (func_name, errstr))
18: Exception: Failed to load BPF program trace_entry: Argument list too long
18:
18: ======================================================================
18: ERROR: test_ext_ptr_maps_reverse (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_clang.py", line 774, in test_ext_ptr_maps_reverse
18: b.load_func("trace_entry", BPF.KPROBE)
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
18: (func_name, errstr))
18: Exception: Failed to load BPF program trace_entry: Argument list too long
18:
18: ======================================================================
18: ERROR: test_iosnoop (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_clang.py", line 234, in test_iosnoop
18: fn = b.load_func("do_request", BPF.KPROBE)
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
18: (func_name, errstr))
18: Exception: Failed to load BPF program do_request: Argument list too long
18:
18: ======================================================================
18: ERROR: test_map_insert (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_clang.py", line 916, in test_map_insert
18: b.attach_kprobe(event=b.get_syscall_fnname("sync"), fn_name="do_trace")
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 829, in attach_kprobe
18: fn = self.load_func(fn_name, BPF.KPROBE)
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
18: (func_name, errstr))
18: Exception: Failed to load BPF program do_trace: Argument list too long
18:
18: ======================================================================
18: ERROR: test_nested_probe_read (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_clang.py", line 289, in test_nested_probe_read
18: fn = b.load_func("trace_entry", BPF.KPROBE)
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
18: (func_name, errstr))
18: Exception: Failed to load BPF program trace_entry: Argument list too long
18:
18: ======================================================================
18: ERROR: test_nested_probe_read_deref (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_clang.py", line 302, in test_nested_probe_read_deref
18: fn = b.load_func("test", BPF.KPROBE)
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
18: (func_name, errstr))
18: Exception: Failed to load BPF program test: Argument list too long
18:
18: ======================================================================
18: ERROR: test_no_probe_read_addrof (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_clang.py", line 1152, in test_no_probe_read_addrof
18: fn = b.load_func("test", BPF.KPROBE)
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
18: (func_name, errstr))
18: Exception: Failed to load BPF program test: Argument list too long
18:
18: ======================================================================
18: ERROR: test_paren_probe_read (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_clang.py", line 589, in test_paren_probe_read
18: fn = b.load_func("trace_entry", BPF.KPROBE)
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
18: (func_name, errstr))
18: Exception: Failed to load BPF program trace_entry: Argument list too long
18:
18: ======================================================================
18: ERROR: test_printk (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_clang.py", line 43, in test_printk
18: fn = b.load_func("handle_packet", BPF.SCHED_CLS)
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
18: (func_name, errstr))
18: Exception: Failed to load BPF program handle_packet: Argument list too long
18:
18: ======================================================================
18: ERROR: test_probe_member_expr (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_clang.py", line 453, in test_probe_member_expr
18: b.load_func("test", BPF.KPROBE)
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
18: (func_name, errstr))
18: Exception: Failed to load BPF program test: Argument list too long
18:
18: ======================================================================
18: ERROR: test_probe_member_expr_deref (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_clang.py", line 440, in test_probe_member_expr_deref
18: b.load_func("test", BPF.KPROBE)
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
18: (func_name, errstr))
18: Exception: Failed to load BPF program test: Argument list too long
18:
18: ======================================================================
18: ERROR: test_probe_read1 (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_clang.py", line 55, in test_probe_read1
18: fn = b.load_func("count_sched", BPF.KPROBE)
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
18: (func_name, errstr))
18: Exception: Failed to load BPF program count_sched: Argument list too long
18:
18: ======================================================================
18: ERROR: test_probe_read2 (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_clang.py", line 66, in test_probe_read2
18: fn = b.load_func("count_foo", BPF.KPROBE)
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
18: (func_name, errstr))
18: Exception: Failed to load BPF program count_foo: Argument list too long
18:
18: ======================================================================
18: ERROR: test_probe_read3 (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_clang.py", line 77, in test_probe_read3
18: fn = b.load_func("count_tcp", BPF.KPROBE)
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
18: (func_name, errstr))
18: Exception: Failed to load BPF program count_tcp: Argument list too long
18:
18: ======================================================================
18: ERROR: test_probe_read4 (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_clang.py", line 88, in test_probe_read4
18: fn = b.load_func("test", BPF.KPROBE)
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
18: (func_name, errstr))
18: Exception: Failed to load BPF program test: Argument list too long
18:
18: ======================================================================
18: ERROR: test_probe_read_array_accesses1 (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_clang.py", line 1163, in test_probe_read_array_accesses1
18: fn = b.load_func("test", BPF.KPROBE)
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
18: (func_name, errstr))
18: Exception: Failed to load BPF program test: Argument list too long
18:
18: ======================================================================
18: ERROR: test_probe_read_array_accesses2 (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_clang.py", line 1174, in test_probe_read_array_accesses2
18: fn = b.load_func("test", BPF.KPROBE)
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
18: (func_name, errstr))
18: Exception: Failed to load BPF program test: Argument list too long
18:
18: ======================================================================
18: ERROR: test_probe_read_array_accesses3 (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_clang.py", line 1185, in test_probe_read_array_accesses3
18: fn = b.load_func("test", BPF.KPROBE)
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
18: (func_name, errstr))
18: Exception: Failed to load BPF program test: Argument list too long
18:
18: ======================================================================
18: ERROR: test_probe_read_array_accesses4 (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_clang.py", line 1195, in test_probe_read_array_accesses4
18: fn = b.load_func("test", BPF.KPROBE)
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
18: (func_name, errstr))
18: Exception: Failed to load BPF program test: Argument list too long
18:
18: ======================================================================
18: ERROR: test_probe_read_array_accesses5 (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_clang.py", line 1205, in test_probe_read_array_accesses5
18: fn = b.load_func("test", BPF.KPROBE)
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
18: (func_name, errstr))
18: Exception: Failed to load BPF program test: Argument list too long
18:
18: ======================================================================
18: ERROR: test_probe_read_array_accesses6 (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_clang.py", line 1218, in test_probe_read_array_accesses6
18: fn = b.load_func("test", BPF.KPROBE)
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
18: (func_name, errstr))
18: Exception: Failed to load BPF program test: Argument list too long
18:
18: ======================================================================
18: ERROR: test_probe_read_array_accesses7 (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_clang.py", line 1228, in test_probe_read_array_accesses7
18: fn = b.load_func("test", BPF.KPROBE)
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
18: (func_name, errstr))
18: Exception: Failed to load BPF program test: Argument list too long
18:
18: ======================================================================
18: ERROR: test_probe_read_array_accesses8 (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_clang.py", line 1238, in test_probe_read_array_accesses8
18: fn = b.load_func("test", BPF.KPROBE)
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
18: (func_name, errstr))
18: Exception: Failed to load BPF program test: Argument list too long
18:
18: ======================================================================
18: ERROR: test_probe_read_ctx_array (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_clang.py", line 1051, in test_probe_read_ctx_array
18: fn = b.load_func("test", BPF.KPROBE)
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
18: (func_name, errstr))
18: Exception: Failed to load BPF program test: Argument list too long
18:
18: ======================================================================
18: ERROR: test_probe_read_helper (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_clang.py", line 341, in test_probe_read_helper
18: fn = b.load_func("trace_entry1", BPF.KPROBE)
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
18: (func_name, errstr))
18: Exception: Failed to load BPF program trace_entry1: Argument list too long
18:
18: ======================================================================
18: ERROR: test_probe_read_keys (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_clang.py", line 144, in test_probe_read_keys
18: fns = b.load_funcs(BPF.KPROBE)
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 499, in load_funcs
18: fns.append(self.load_func(func_name, prog_type))
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
18: (func_name, errstr))
18: Exception: Failed to load BPF program do_request: Argument list too long
18:
18: ======================================================================
18: ERROR: test_probe_read_kprobe_ctx (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_clang.py", line 1039, in test_probe_read_kprobe_ctx
18: fn = b.load_func("test", BPF.KPROBE)
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
18: (func_name, errstr))
18: Exception: Failed to load BPF program test: Argument list too long
18:
18: ======================================================================
18: ERROR: test_probe_read_multiple_return (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_clang.py", line 1105, in test_probe_read_multiple_return
18: fn = b.load_func("test", BPF.KPROBE)
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
18: (func_name, errstr))
18: Exception: Failed to load BPF program test: Argument list too long
18:
18: ======================================================================
18: ERROR: test_probe_read_nested_deref (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_clang.py", line 480, in test_probe_read_nested_deref
18: fn = b.load_func("test", BPF.KPROBE)
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
18: (func_name, errstr))
18: Exception: Failed to load BPF program test: Argument list too long
18:
18: ======================================================================
18: ERROR: test_probe_read_nested_deref2 (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_clang.py", line 495, in test_probe_read_nested_deref2
18: fn = b.load_func("test", BPF.KPROBE)
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
18: (func_name, errstr))
18: Exception: Failed to load BPF program test: Argument list too long
18:
18: ======================================================================
18: ERROR: test_probe_read_nested_deref3 (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_clang.py", line 507, in test_probe_read_nested_deref3
18: fn = b.load_func("test", BPF.KPROBE)
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
18: (func_name, errstr))
18: Exception: Failed to load BPF program test: Argument list too long
18:
18: ======================================================================
18: ERROR: test_probe_read_nested_deref_func1 (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_clang.py", line 522, in test_probe_read_nested_deref_func1
18: fn = b.load_func("test", BPF.KPROBE)
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
18: (func_name, errstr))
18: Exception: Failed to load BPF program test: Argument list too long
18:
18: ======================================================================
18: ERROR: test_probe_read_nested_deref_func2 (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_clang.py", line 540, in test_probe_read_nested_deref_func2
18: fn = b.load_func("test", BPF.KPROBE)
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
18: (func_name, errstr))
18: Exception: Failed to load BPF program test: Argument list too long
18:
18: ======================================================================
18: ERROR: test_probe_read_nested_member1 (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_clang.py", line 551, in test_probe_read_nested_member1
18: fn = b.load_func("test", BPF.KPROBE)
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
18: (func_name, errstr))
18: Exception: Failed to load BPF program test: Argument list too long
18:
18: ======================================================================
18: ERROR: test_probe_read_nested_member2 (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_clang.py", line 565, in test_probe_read_nested_member2
18: fn = b.load_func("test", BPF.KPROBE)
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
18: (func_name, errstr))
18: Exception: Failed to load BPF program test: Argument list too long
18:
18: ======================================================================
18: ERROR: test_probe_read_nested_member3 (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_clang.py", line 578, in test_probe_read_nested_member3
18: fn = b.load_func("test", BPF.KPROBE)
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
18: (func_name, errstr))
18: Exception: Failed to load BPF program test: Argument list too long
18:
18: ======================================================================
18: ERROR: test_probe_read_return (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_clang.py", line 1085, in test_probe_read_return
18: fn = b.load_func("test", BPF.KPROBE)
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
18: (func_name, errstr))
18: Exception: Failed to load BPF program test: Argument list too long
18:
18: ======================================================================
18: ERROR: test_probe_read_return_call (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_clang.py", line 1134, in test_probe_read_return_call
18: fn = b.load_func("test", BPF.KPROBE)
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
18: (func_name, errstr))
18: Exception: Failed to load BPF program test: Argument list too long
18:
18: ======================================================================
18: ERROR: test_probe_read_return_expr (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_clang.py", line 1120, in test_probe_read_return_expr
18: fn = b.load_func("test", BPF.KPROBE)
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
18: (func_name, errstr))
18: Exception: Failed to load BPF program test: Argument list too long
18:
18: ======================================================================
18: ERROR: test_probe_read_whitelist1 (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_clang.py", line 105, in test_probe_read_whitelist1
18: fn = b.load_func("count_tcp", BPF.KPROBE)
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
18: (func_name, errstr))
18: Exception: Failed to load BPF program count_tcp: Argument list too long
18:
18: ======================================================================
18: ERROR: test_probe_read_whitelist2 (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_clang.py", line 122, in test_probe_read_whitelist2
18: fn = b.load_func("count_tcp", BPF.KPROBE)
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
18: (func_name, errstr))
18: Exception: Failed to load BPF program count_tcp: Argument list too long
18:
18: ======================================================================
18: ERROR: test_probe_simple_member_assign (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_clang.py", line 427, in test_probe_simple_member_assign
18: b.load_func("test", BPF.KPROBE)
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
18: (func_name, errstr))
18: Exception: Failed to load BPF program test: Argument list too long
18:
18: ======================================================================
18: ERROR: test_probe_struct_assign (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_clang.py", line 377, in test_probe_struct_assign
18: fn_name="do_sys_open")
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 829, in attach_kprobe
18: fn = self.load_func(fn_name, BPF.KPROBE)
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
18: (func_name, errstr))
18: Exception: Failed to load BPF program do_sys_open: Argument list too long
18:
18: ======================================================================
18: ERROR: test_prog_array_delete (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_clang.py", line 933, in test_prog_array_delete
18: fn = b2.load_func("do_next", BPF.KPROBE)
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
18: (func_name, errstr))
18: Exception: Failed to load BPF program do_next: Argument list too long
18:
18: ======================================================================
18: ERROR: test_sscanf (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_clang.py", line 154, in test_sscanf
18: fn = b.load_func("foo", BPF.KPROBE)
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
18: (func_name, errstr))
18: Exception: Failed to load BPF program foo: Argument list too long
18:
18: ======================================================================
18: ERROR: test_unary_operator (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_clang.py", line 848, in test_unary_operator
18: b.attach_kprobe(event="vfs_read", fn_name="trace_read_entry")
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 829, in attach_kprobe
18: fn = self.load_func(fn_name, BPF.KPROBE)
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
18: (func_name, errstr))
18: Exception: Failed to load BPF program trace_read_entry: Argument list too long
18:
18: ======================================================================
18: ERROR: test_unop_probe_read (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_clang.py", line 467, in test_unop_probe_read
18: fn = b.load_func("trace_entry", BPF.KPROBE)
18: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
18: (func_name, errstr))
18: Exception: Failed to load BPF program trace_entry: Argument list too long
18:
18: ----------------------------------------------------------------------
18: Ran 83 tests in 65.126s
18:
18: FAILED (errors=53, skipped=6)
18: 0
18: Current kernel does not have __vfs_read, try vfs_read instead
18: Failed
18/47 Test #18: py_test_clang ....................***Failed 65.27 sec
test 19
Start 19: py_test_histogram
19: Test command: /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/tests/wrapper.sh "py_histogram" "sudo" "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_histogram.py"
19: Test timeout computed to be: 9.99988e+06
19: ....
19: ----------------------------------------------------------------------
19: Ran 4 tests in 3.499s
19:
19: OK
19/47 Test #19: py_test_histogram ................ Passed 3.55 sec
test 20
Start 20: py_array
20: Test command: /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/tests/wrapper.sh "py_array" "sudo" "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_array.py"
20: Test timeout computed to be: 9.99988e+06
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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_array.py", line 67, in test_perf_buffer
20: fn_name="do_sys_nanosleep")
20: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_array.py", line 102, in test_perf_buffer_for_each_cpu
20: fn_name="do_sys_nanosleep")
20: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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.036s
20:
20: FAILED (errors=2)
20: Failed
20/47 Test #20: py_array .........................***Failed 1.09 sec
test 21
Start 21: py_uprobes
21: Test command: /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/tests/wrapper.sh "py_uprobes" "sudo" "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_uprobes.py"
21: Test timeout computed to be: 9.99988e+06
21: bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
21:
21: Ebpf: Argument list too long. Program too large (0 insns), at most 4096 insns
21:
21: Ebpf: Argument list too long. Program too large (0 insns), at most 4096 insns
21:
21: E
21: ======================================================================
21: ERROR: test_mount_namespace (__main__.TestUprobes)
21: ----------------------------------------------------------------------
21: Traceback (most recent call last):
21: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_uprobes.py", line 131, in test_mount_namespace
21: b.attach_uprobe(name=libname, sym=symname, fn_name="count", pid=child_pid)
21: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 1354, in attach_uprobe
21: fn = self.load_func(fn_name, BPF.KPROBE)
21: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
21: (func_name, errstr))
21: Exception: Failed to load BPF program count: Argument list too long
21:
21: ======================================================================
21: ERROR: test_simple_binary (__main__.TestUprobes)
21: ----------------------------------------------------------------------
21: Traceback (most recent call last):
21: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_uprobes.py", line 59, in test_simple_binary
21: b.attach_uprobe(name="/usr/bin/python", sym="main", fn_name="count")
21: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 1354, in attach_uprobe
21: fn = self.load_func(fn_name, BPF.KPROBE)
21: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
21: (func_name, errstr))
21: Exception: Failed to load BPF program count: Argument list too long
21:
21: ======================================================================
21: ERROR: test_simple_library (__main__.TestUprobes)
21: ----------------------------------------------------------------------
21: Traceback (most recent call last):
21: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_uprobes.py", line 34, in test_simple_library
21: b.attach_uprobe(name="c", sym="malloc_stats", fn_name="count", pid=test_pid)
21: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 1354, in attach_uprobe
21: fn = self.load_func(fn_name, BPF.KPROBE)
21: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
21: (func_name, errstr))
21: Exception: Failed to load BPF program count: Argument list too long
21:
21: ----------------------------------------------------------------------
21: Ran 3 tests in 0.729s
21:
21: FAILED (errors=3)
21: Failed
21/47 Test #21: py_uprobes .......................***Failed 8.08 sec
test 22
Start 22: py_uprobes_2
22: Test command: /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/tests/wrapper.sh "py_uprobes2" "sudo" "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_uprobes2.py"
22: Test timeout computed to be: 9.99988e+06
22: bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
22:
22: E
22: ======================================================================
22: ERROR: test_attach1 (__main__.TestUprobes)
22: ----------------------------------------------------------------------
22: Traceback (most recent call last):
22: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_uprobes2.py", line 43, in test_attach1
22: b.attach_uprobe(name=self.ftemp.name, sym="fun", fn_name="trace_fun_call")
22: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 1354, in attach_uprobe
22: fn = self.load_func(fn_name, BPF.KPROBE)
22: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
22: (func_name, errstr))
22: Exception: Failed to load BPF program trace_fun_call: Argument list too long
22:
22: ----------------------------------------------------------------------
22: Ran 1 test in 0.269s
22:
22: FAILED (errors=1)
22: Failed
22/47 Test #22: py_uprobes_2 .....................***Failed 0.32 sec
test 23
Start 23: py_test_stackid
23: Test command: /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/tests/wrapper.sh "py_stackid" "sudo" "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_stackid.py"
23: Test timeout computed to be: 9.99988e+06
23: ss
23: ----------------------------------------------------------------------
23: Ran 2 tests in 0.000s
23:
23: OK (skipped=2)
23/47 Test #23: py_test_stackid .................. Passed 0.10 sec
test 24
Start 24: py_test_tracepoint
24: Test command: /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/tests/wrapper.sh "py_test_tracepoint" "sudo" "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_tracepoint.py"
24: Test timeout computed to be: 9.99988e+06
24: ss
24: ----------------------------------------------------------------------
24: Ran 2 tests in 0.000s
24:
24: OK (skipped=2)
24/47 Test #24: py_test_tracepoint ............... Passed 0.10 sec
test 25
Start 25: py_test_perf_event
25: Test command: /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/tests/wrapper.sh "py_test_perf_event" "sudo" "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_perf_event.py"
25: Test timeout computed to be: 9.99988e+06
25: bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
25:
25: E
25: ======================================================================
25: ERROR: test_cycles (__main__.TestPerfCounter)
25: ----------------------------------------------------------------------
25: Traceback (most recent call last):
25: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_perf_event.py", line 46, in test_cycles
25: b.attach_kprobe(event=event_name, fn_name="do_sys_getuid")
25: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 829, in attach_kprobe
25: fn = self.load_func(fn_name, BPF.KPROBE)
25: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
25: (func_name, errstr))
25: Exception: Failed to load BPF program do_sys_getuid: Argument list too long
25:
25: ----------------------------------------------------------------------
25: Ran 1 test in 0.346s
25:
25: FAILED (errors=1)
25: Failed
25/47 Test #25: py_test_perf_event ...............***Failed 0.40 sec
test 26
Start 26: py_test_attach_perf_event
26: Test command: /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/tests/wrapper.sh "py_test_attach_perf_event" "sudo" "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_attach_perf_event.py"
26: Test timeout computed to be: 9.99988e+06
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: "requires kernel >= 4.9"
26: CRITICAL:root: Stacktrace: "Traceback (most recent call last):
26: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/utils.py", line 36, in wrapper
26: res = func(*args, **kwargs)
26: File "/usr/lib/python2.7/unittest/case.py", line 62, in skip_wrapper
26: raise SkipTest(reason)
26: SkipTest: requires kernel >= 4.9
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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/utils.py", line 36, in wrapper
26: res = func(*args, **kwargs)
26: File "/usr/lib/python2.7/unittest/case.py", line 62, 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 0.017s
26:
26: OK (skipped=1)
26/47 Test #26: py_test_attach_perf_event ........ Passed 0.12 sec
test 27
Start 27: py_test_utils
27: Test command: /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/tests/wrapper.sh "py_test_utils" "sudo" "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_utils.py"
27: Test timeout computed to be: 9.99988e+06
27: ..
27: ----------------------------------------------------------------------
27: Ran 2 tests in 0.000s
27:
27: OK
27/47 Test #27: py_test_utils .................... Passed 0.05 sec
test 28
Start 28: py_test_percpu
28: Test command: /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/tests/wrapper.sh "py_test_percpu" "sudo" "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_percpu.py"
28: Test timeout computed to be: 9.99988e+06
28: could not open bpf map: stub, error: Invalid argument
28: scould not open bpf map: stub, error: Invalid argument
28: scould not open bpf map: stub, error: Invalid argument
28: scould not open bpf map: stub, error: Invalid argument
28: s
28: ----------------------------------------------------------------------
28: Ran 4 tests in 0.913s
28:
28: OK (skipped=4)
28/47 Test #28: py_test_percpu ................... Passed 0.96 sec
test 29
Start 29: py_test_dump_func
29: Test command: /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/tests/wrapper.sh "py_dump_func" "simple" "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_dump_func.py"
29: Test timeout computed to be: 9.99988e+06
29: F
29: ======================================================================
29: FAIL: test_return (__main__.TestDumpFunc)
29: ----------------------------------------------------------------------
29: Traceback (most recent call last):
29: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_dump_func.py", line 21, in test_return
29: b.dump_func("entry"))
29: AssertionError: '\xb7\x00\x00\x00\x01\x00\x00\x00\x95\x00\x00\x00\x00\x00\x00\x00' != ''
29:
29: ----------------------------------------------------------------------
29: Ran 1 test in 0.138s
29:
29: FAILED (failures=1)
29: Failed
29/47 Test #29: py_test_dump_func ................***Failed 0.18 sec
test 30
Start 30: py_test_disassembler
30: Test command: /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/tests/wrapper.sh "py_test_disassembler" "sudo" "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_disassembler.py"
30: Test timeout computed to be: 9.99988e+06
30: .E
30: ======================================================================
30: ERROR: test_func (__main__.TestDisassembler)
30: ----------------------------------------------------------------------
30: Traceback (most recent call last):
30: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_disassembler.py", line 152, in test_func
30: b.disassemble_func("test_func"))
30: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 549, in disassemble_func
30: return disassemble_prog(func_name, bpfstr)
30: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/disassembler.py", line 332, in disassemble_prog
30: instr_list += disassemble_str(bpfstr)
30: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/disassembler.py", line 326, in disassemble_str
30: instr_str, skip = disassemble_instruction(numinstr - 1, w0, None)
30: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/disassembler.py", line 308, in disassemble_instruction
30: instr, skip = BPFDecoder.decode(i, w0, w1)
30: ValueError: too many values to unpack
30:
30: ----------------------------------------------------------------------
30: Ran 2 tests in 0.250s
30:
30: FAILED (errors=1)
30: Failed
30/47 Test #30: py_test_disassembler .............***Failed 0.30 sec
test 31
Start 31: py_test_tools_smoke
31: Test command: /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/tests/wrapper.sh "py_test_tools_smoke" "sudo" "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_tools_smoke.py"
31: Test timeout computed to be: 9.99988e+06
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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/utils.py", line 36, in wrapper
31: res = func(*args, **kwargs)
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_tools_smoke.py", line 22, in run_with_duration
31: (timeout, full_command), shell=True))
31: File "/usr/lib/python2.7/unittest/case.py", line 513, in assertEqual
31: assertion_func(first, second, msg=msg)
31: File "/usr/lib/python2.7/unittest/case.py", line 506, in _baseAssertEqual
31: raise self.failureException(msg)
31: AssertionError: 0 != 1
31: "
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/bashreadline.py", line 68, in <module>
31: b.attach_uretprobe(name=name, sym="readline", fn_name="printret")
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 1386, in attach_uretprobe
31: fn = self.load_func(fn_name, BPF.KPROBE)
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
31: (func_name, errstr))
31: Exception: Failed to load BPF program printret: Argument list too long
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/bindsnoop.py", line 465, in <module>
31: b.attach_kprobe(event="inet_bind", fn_name="bindsnoop_entry")
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
31: (func_name, errstr))
31: Exception: Failed to load BPF program bindsnoop_entry: Argument list too long
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/biolatency.py", line 174, in <module>
31: b.attach_kprobe(event="blk_start_request", fn_name="trace_req_start")
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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_req_start: Argument list too long
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/biosnoop.py", line 166, in <module>
31: b.attach_kprobe(event="blk_account_io_start", fn_name="trace_pid_start")
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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_pid_start: Argument list too long
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/biotop.py", line 178, in <module>
31: b.attach_kprobe(event="blk_account_io_start", fn_name="trace_pid_start")
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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_pid_start: Argument list too long
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/biotop.py", line 178, in <module>
31: b.attach_kprobe(event="blk_account_io_start", fn_name="trace_pid_start")
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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_pid_start: Argument list too long
31: F.bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
31:
31: Traceback (most recent call last):
31: File "../../tools/btrfsdist.py", line 207, in <module>
31: b.attach_kprobe(event="generic_file_read_iter", fn_name="trace_read_entry")
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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_read_entry: Argument list too long
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/btrfsslower.py", line 322, in <module>
31: b.attach_kprobe(event="generic_file_read_iter", fn_name="trace_read_entry")
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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_read_entry: Argument list too long
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/cachestat.py", line 97, in <module>
31: b.attach_kprobe(event="add_to_page_cache_lru", fn_name="do_count")
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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_count: Argument list too long
31: F..sbpf: Argument list too long. Program too large (0 insns), at most 4096 insns
31:
31: Traceback (most recent call last):
31: File "../../tools/cpudist.py", line 157, in <module>
31: fn_name="sched_switch")
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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 sched_switch to kprobe finish_task_switch
31: Fs...bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
31:
31: Traceback (most recent call last):
31: File "../../tools/dcstat.py", line 91, in <module>
31: b.attach_kprobe(event_re="^lookup_fast$|^lookup_fast.constprop.*.\d$", fn_name="count_fast")
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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 count_fast to kprobe lookup_fast
31: Fsssbpf: Argument list too long. Program too large (0 insns), at most 4096 insns
31:
31: Traceback (most recent call last):
31: File "../../tools/ext4dist.py", line 204, in <module>
31: b.attach_kprobe(event=ext4_read_fn, fn_name=ext4_trace_read_fn)
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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_read_entry: Argument list too long
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/ext4slower.py", line 317, in <module>
31: b.attach_kprobe(event="generic_file_read_iter", fn_name="trace_read_entry")
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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_read_entry: Argument list too long
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/filelife.py", line 114, in <module>
31: b.attach_kprobe(event="vfs_create", fn_name="trace_create")
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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_create: Argument list too long
31: Fbpf: Argument list too long. Program too large (0 insns), at most 4096 insns
31:
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/fileslower.py", line 207, in <module>
31: b.attach_kprobe(event="vfs_read", fn_name="trace_read_entry")
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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_read_entry: Argument list too long
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/filetop.py", line 165, in <module>
31: b.attach_kprobe(event="vfs_read", fn_name="trace_read_entry")
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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_read_entry: Argument list too long
31: Fbpf: Argument list too long. Program too large (0 insns), at most 4096 insns
31:
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/funclatency.py", line 349, in <module>
31: b.attach_kprobe(event_re=pattern, fn_name="trace_func_entry")
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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: Fbpf: Argument list too long. Program too large (0 insns), at most 4096 insns
31:
31: Traceback (most recent call last):
31: File "../../tools/funcslower.py", line 250, in <module>
31: b.attach_kprobe(event=function, fn_name="trace_%d" % i)
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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_0: Argument list too long
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/gethostlatency.py", line 106, in <module>
31: b.attach_uprobe(name="c", sym="getaddrinfo", fn_name="do_entry", pid=args.pid)
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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_entry: Argument list too long
31: Fsbpf: Argument list too long. Program too large (0 insns), at most 4096 insns
31:
31: Traceback (most recent call last):
31: File "../../tools/killsnoop.py", line 129, in <module>
31: b.attach_kprobe(event=kill_fnname, fn_name="syscall__kill")
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
31: (func_name, errstr))
31: Exception: Failed to load BPF program syscall__kill: Argument list too long
31: Fss.ss...ssslibbpf: failed to find valid kernel BTF
31: libbpf: vmlinux BTF is not found
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/opensnoop.py", line 323, in <module>
31: b.attach_kprobe(event=fnname_open, fn_name="syscall__trace_entry_open")
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
31: (func_name, errstr))
31: Exception: Failed to load BPF program syscall__trace_entry_open: Argument list too long
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/pidpersec.py", line 37, in <module>
31: b.attach_kprobe(event="sched_fork", fn_name="do_count")
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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_count: Argument list too long
31: Fsbpf: Argument list too long. Program too large (0 insns), at most 4096 insns
31:
31: Traceback (most recent call last):
31: File "../../tools/runqlat.py", line 253, in <module>
31: b.attach_kprobe(event="ttwu_do_wakeup", fn_name="trace_ttwu_do_wakeup")
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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_ttwu_do_wakeup: Argument list too long
31: Fss'unknown': I need something more specific.
31: .ss.bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
31:
31: Traceback (most recent call last):
31: File "../../tools/sslsniff.py", line 153, in <module>
31: pid=args.pid or -1)
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
31: (func_name, errstr))
31: Exception: Failed to load BPF program probe_SSL_write: Argument list too long
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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/utils.py", line 36, in wrapper
31: res = func(*args, **kwargs)
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_tools_smoke.py", line 296, in test_sslsniff
31: self.run_with_int("sslsniff.py")
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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/lib/python2.7/unittest/case.py", line 422, in assertTrue
31: raise self.failureException(msg)
31: AssertionError: rc was 1
31: "
31: .sbpf: Argument list too long. Program too large (0 insns), at most 4096 insns
31:
31: Traceback (most recent call last):
31: File "../../tools/statsnoop.py", line 119, in <module>
31: b.attach_kprobe(event=syscall_fnname, fn_name="syscall__entry")
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
31: (func_name, errstr))
31: Exception: Failed to load BPF program syscall__entry: Argument list too long
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/syncsnoop.py", line 34, in <module>
31: fn_name="syscall__sync")
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
31: (func_name, errstr))
31: Exception: Failed to load BPF program syscall__sync: Argument list too long
31: Fs.bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
31:
31: Traceback (most recent call last):
31: File "../../tools/tcpconnect.py", line 502, in <module>
31: b.attach_kprobe(event="tcp_v4_connect", fn_name="trace_connect_entry")
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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_connect_entry: Argument list too long
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/tcpconnlat.py", line 217, in <module>
31: b.attach_kprobe(event="tcp_v4_connect", fn_name="trace_connect")
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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_connect: Argument list too long
31: Fs.bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
31:
31: Traceback (most recent call last):
31: File "../../tools/tcpretrans.py", line 398, in <module>
31: b.attach_kprobe(event="tcp_retransmit_skb", fn_name="trace_retransmit")
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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_retransmit: Argument list too long
31: F'unknown': I need something more specific.
31: ..bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
31:
31: F'unknown': I need something more specific.
31: .s..bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
31:
31: Traceback (most recent call last):
31: File "../../tools/lib/uobjnew.py", line 179, in <module>
31: pid=args.pid)
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
31: (func_name, errstr))
31: Exception: Failed to load BPF program alloc_entry: Argument list too long
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/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 237, in _attach_probes
31: self.bpf.attach_uprobe(name=path, fn_name=func, addr=addr, pid=-1)
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
31: (func_name, errstr))
31: Exception: Failed to load BPF program java_gc__begin: Argument list too long
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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/usdt.py", line 210, in attach_uprobes
31: addr=addr, pid=pid)
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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: Fbpf: Argument list too long. Program too large (0 insns), at most 4096 insns
31:
31: bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
31:
31: bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
31:
31: bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
31:
31: bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
31:
31: bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
31:
31: bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
31:
31: bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
31:
31: bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
31:
31: bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
31:
31: bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
31:
31: bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
31:
31: bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
31:
31: bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
31:
31: bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
31:
31: bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
31:
31: bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
31:
31: bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
31:
31: bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
31:
31: bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
31:
31: bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
31:
31: bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
31:
31: bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
31:
31: bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
31:
31: bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
31:
31: bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
31:
31: bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
31:
31: bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
31:
31: bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
31:
31: bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
31:
31: bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
31:
31: bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
31:
31: bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
31:
31: bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
31:
31: bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
31:
31: bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
31:
31: bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
31:
31: bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
31:
31: bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
31:
31: bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
31:
31: bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
31:
31: bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
31:
31: bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
31:
31: bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
31:
31: bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
31:
31: bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
31:
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/vfscount.py", line 47, in <module>
31: b.attach_kprobe(event_re="^vfs_.*", fn_name="do_count")
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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 do_count to kprobe vfs_symlink/vfs_link/vfs_dentry_acceptable/vfs_path_lookup/vfs_test_lock/vfs_xattr_cmp/vfs_writev/vfs_fstat/vfs_removexattr/vfs_getxattr/vfs_submount/vfs_writef/vfs_getattr/vfs_listxattr/vfs_getattr_nosec/vfs_fsync_range/vfs_setpos/vfs_unlink/vfs_kern_mount/vfs_write/vfs_truncate/vfs_iter_write/vfs_whiteout/vfs_stat/vfs_rmdir/vfs_fsync/vfs_mknod/vfs_open/vfs_cancel_lock/vfs_llseek/vfs_statfs/vfs_read/vfs_lstat/vfs_setxattr/vfs_ustat/vfs_readf/vfs_fstatat/vfs_setlease/vfs_lock_file/vfs_iter_read/vfs_mkdir/vfs_load_quota_inode/vfs_fallocate/vfs_readv/vfs_rename/vfs_create/vfs_getxattr_alloc
31: Flibbpf: failed to find valid kernel BTF
31: libbpf: vmlinux BTF is not found
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/vfsstat.py", line 84, in <module>
31: b.attach_kprobe(event="vfs_read", fn_name="do_read")
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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_read: Argument list too long
31: Fs....
31: ======================================================================
31: FAIL: test_bashreadline (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_tools_smoke.py", line 64, in test_bashreadline
31: self.run_with_int("bashreadline.py")
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_tools_smoke.py", line 68, in test_bindsnoop
31: self.run_with_int("bindsnoop.py")
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_tools_smoke.py", line 71, in test_biolatency
31: self.run_with_duration("biolatency.py 1 1")
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_tools_smoke.py", line 75, in test_biosnoop
31: self.run_with_int("biosnoop.py")
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_tools_smoke.py", line 78, in test_biotop
31: self.run_with_duration("biotop.py 1 1")
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_tools_smoke.py", line 81, in test_bitesize
31: self.run_with_int("biotop.py")
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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_btrfsdist (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_tools_smoke.py", line 88, in test_btrfsdist
31: self.run_with_duration("btrfsdist.py 1 1")
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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_btrfsslower (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_tools_smoke.py", line 93, in test_btrfsslower
31: self.run_with_int("btrfsslower.py", allow_early=True)
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_tools_smoke.py", line 96, in test_cachestat
31: self.run_with_duration("cachestat.py 1 1")
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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_cpudist (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_tools_smoke.py", line 109, in test_cpudist
31: self.run_with_duration("cpudist.py 1 1")
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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_dcstat (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_tools_smoke.py", line 136, in test_dcstat
31: self.run_with_duration("dcstat.py 1 1")
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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_ext4dist (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_tools_smoke.py", line 155, in test_ext4dist
31: self.run_with_duration("ext4dist.py 1 1")
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_tools_smoke.py", line 159, in test_ext4slower
31: self.run_with_int("ext4slower.py")
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_tools_smoke.py", line 163, in test_filelife
31: self.run_with_int("filelife.py")
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_tools_smoke.py", line 167, in test_fileslower
31: self.run_with_int("fileslower.py")
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_tools_smoke.py", line 170, in test_filetop
31: self.run_with_duration("filetop.py 1 1")
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_tools_smoke.py", line 173, in test_funccount
31: self.run_with_int("funccount.py __kmalloc -i 1")
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_tools_smoke.py", line 177, in test_funclatency
31: self.run_with_int("funclatency.py __kmalloc -i 1")
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_tools_smoke.py", line 181, in test_funcslower
31: self.run_with_int("funcslower.py __kmalloc")
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_tools_smoke.py", line 185, in test_gethostlatency
31: self.run_with_int("gethostlatency.py")
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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_killsnoop (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_tools_smoke.py", line 200, in test_killsnoop
31: self.run_with_int("killsnoop.py", kill=True)
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_tools_smoke.py", line 257, in test_opensnoop
31: self.run_with_int("opensnoop.py")
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_tools_smoke.py", line 260, in test_pidpersec
31: self.run_with_int("pidpersec.py")
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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_runqlat (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_tools_smoke.py", line 267, in test_runqlat
31: self.run_with_duration("runqlat.py 1 1")
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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_statsnoop (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_tools_smoke.py", line 304, in test_statsnoop
31: self.run_with_int("statsnoop.py")
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_tools_smoke.py", line 308, in test_syncsnoop
31: self.run_with_int("syncsnoop.py")
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_tools_smoke.py", line 320, in test_tcpconnect
31: self.run_with_int("tcpconnect.py")
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_tools_smoke.py", line 324, in test_tcpconnlat
31: self.run_with_int("tcpconnlat.py")
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_tools_smoke.py", line 332, in test_tcpretrans
31: self.run_with_int("tcpretrans.py")
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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_trace (__main__.SmokeTests)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_tools_smoke.py", line 347, in test_trace
31: self.run_with_int("trace.py do_sys_open")
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_tools_smoke.py", line 372, in test_uobjnew
31: self.run_with_int("cobjnew.sh %d" % os.getpid())
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_tools_smoke.py", line 376, in test_ustat
31: self.run_with_duration("lib/ustat.py 1 1")
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_tools_smoke.py", line 386, in test_vfsstat
31: self.run_with_duration("vfsstat.py 1 1")
31: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/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 74.552s
31:
31: FAILED (failures=35, skipped=23)
31: Failed
31/47 Test #31: py_test_tools_smoke ..............***Failed 74.65 sec
test 32
Start 32: py_test_tools_memleak
32: Test command: /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/tests/wrapper.sh "py_test_tools_memleak" "sudo" "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_tools_memleak.py"
32: Test timeout computed to be: 9.99988e+06
32: ssssssss
32: ----------------------------------------------------------------------
32: Ran 8 tests in 0.078s
32:
32: OK (skipped=8)
32/47 Test #32: py_test_tools_memleak ............ Passed 0.17 sec
test 33
Start 33: py_test_usdt
33: Test command: /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/tests/wrapper.sh "py_test_usdt" "sudo" "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_usdt.py"
33: Test timeout computed to be: 9.99988e+06
33: <stdin>:23:17: warning: null character(s) preserved in literal
33: <stdin>:28:17: warning: null character(s) preserved in literal
33: <stdin>: In function ‘int main()’:
33: <stdin>:25:49: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘uint64_t {aka long unsigned int}’ [-Wformat=]
33: <stdin>:25:49: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘uint64_t {aka long unsigned int}’ [-Wformat=]
33: <stdin>:30:49: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘uint64_t {aka long unsigned int}’ [-Wformat=]
33: <stdin>:30:49: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘uint64_t {aka long unsigned int}’ [-Wformat=]
33: clang -cc1 -triple x86_64-unknown-linux-gnu -emit-llvm-bc -emit-llvm-uselists -disable-free -disable-llvm-verifier -main-file-name main.c -mrelocation-model static -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debugger-tuning=gdb -coverage-file /usr/src/linux-headers-4.4.0-116-generic/main.c -nostdsysteminc -nobuiltininc -resource-dir ../lib/clang/3.8.0 -isystem /virtual/lib/clang/include -include ./include/linux/kconfig.h -include /virtual/include/bcc/bpf.h -include /virtual/include/bcc/bpf_workaround.h -include /virtual/include/bcc/helpers.h -isystem /virtual/include -I /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python -D __BPF_TRACING__ -I arch/x86/include/ -I arch/x86/include/generated -I include -I arch/x86/include/uapi -I arch/x86/include/generated/uapi -I include/uapi -I include/generated/uapi -D __KERNEL__ -D KBUILD_MODNAME="bcc" -O2 -Wno-deprecated-declarations -Wno-gnu-variable-sized-type-not-at-end -Wno-pragma-once-outside-header -Wno-address-of-packed-member -Wno-unknown-warning-option -Wno-unused-value -Wno-pointer-sign -fdebug-compilation-dir /usr/src/linux-headers-4.4.0-116-generic -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o main.bc -x c /virtual/main.c
33: #if defined(BPF_LICENSE)
33: #error BPF_LICENSE cannot be specified through cflags
33: #endif
33: #if !defined(CONFIG_CC_STACKPROTECTOR)
33: #if defined(CONFIG_CC_STACKPROTECTOR_AUTO) \
33: || defined(CONFIG_CC_STACKPROTECTOR_REGULAR) \
33: || defined(CONFIG_CC_STACKPROTECTOR_STRONG)
33: #define CONFIG_CC_STACKPROTECTOR
33: #endif
33: #endif
33: #define bpf_probe_read_kernel bpf_probe_read
33: #define bpf_probe_read_kernel_str bpf_probe_read_str
33: #define bpf_probe_read_user bpf_probe_read
33: #define bpf_probe_read_user_str bpf_probe_read_str
33: #include <uapi/linux/ptrace.h>
33: __attribute__((always_inline))
33: static __always_inline int _bpf_readarg_do_trace1_1(struct pt_regs *ctx, void *dest, size_t len) {
33: if (len != sizeof(int8_t)) return -1;
33: switch(PT_REGS_IP(ctx)) {
33: case 0x4006e4ULL: *((int8_t *)dest) = ctx->ax; __asm__ __volatile__("": : :"memory"); return 0;
33: case 0x4006eaULL: *((int8_t *)dest) = ctx->ax; __asm__ __volatile__("": : :"memory"); return 0;
33: }
33: return -1;
33: }
33: __attribute__((always_inline))
33: static __always_inline int _bpf_readarg_do_trace1_2(struct pt_regs *ctx, void *dest, size_t len) {
33: if (len != sizeof(int32_t)) return -1;
33: switch(PT_REGS_IP(ctx)) {
33: case 0x4006e4ULL: { u64 __addr = ctx->bp + -204; __asm__ __volatile__("": : :"memory"); int32_t __res = 0x0; bpf_probe_read_user(&__res, sizeof(__res), (void *)__addr); *((int32_t *)dest) = __res; } return 0;
33: case 0x4006eaULL: { u64 __addr = ctx->bp + -208; __asm__ __volatile__("": : :"memory"); int32_t __res = 0x0; bpf_probe_read_user(&__res, sizeof(__res), (void *)__addr); *((int32_t *)dest) = __res; } return 0;
33: }
33: return -1;
33: }
33: __attribute__((always_inline))
33: static __always_inline int _bpf_readarg_do_trace3_1(struct pt_regs *ctx, void *dest, size_t len) {
33: if (len != sizeof(int32_t)) return -1;
33: switch(PT_REGS_IP(ctx)) {
33: case 0x4006e5ULL: { u64 __addr = ctx->bp + -208; __asm__ __volatile__("": : :"memory"); int32_t __res = 0x0; bpf_probe_read_user(&__res, sizeof(__res), (void *)__addr); *((int32_t *)dest) = __res; } return 0;
33: case 0x4006f8ULL: *((int32_t *)dest) = ctx->ax; __asm__ __volatile__("": : :"memory"); return 0;
33: }
33: return -1;
33: }
33: __attribute__((always_inline))
33: static __always_inline int _bpf_readarg_do_trace3_2(struct pt_regs *ctx, void *dest, size_t len) {
33: if (len != sizeof(int32_t)) return -1;
33: switch(PT_REGS_IP(ctx)) {
33: case 0x4006e5ULL: { u64 __addr = ctx->bp + -204; __asm__ __volatile__("": : :"memory"); int32_t __res = 0x0; bpf_probe_read_user(&__res, sizeof(__res), (void *)__addr); *((int32_t *)dest) = __res; } return 0;
33: case 0x4006f8ULL: *((int32_t *)dest) = ctx->dx; __asm__ __volatile__("": : :"memory"); return 0;
33: }
33: return -1;
33: }
33: __attribute__((always_inline))
33: static __always_inline int _bpf_readarg_do_trace2_1(struct pt_regs *ctx, void *dest, size_t len) {
33: if (len != sizeof(int32_t)) return -1;
33: *((int32_t *)dest) = 5;
33: return 0;
33: }
33: __attribute__((always_inline))
33: static __always_inline int _bpf_readarg_do_trace2_2(struct pt_regs *ctx, void *dest, size_t len) {
33: if (len != sizeof(int8_t)) return -1;
33: *((int8_t *)dest) = ctx->ax; __asm__ __volatile__("": : :"memory");
33: return 0;
33: }
33: __attribute__((always_inline))
33: static __always_inline int _bpf_readarg_do_trace4_1(struct pt_regs *ctx, void *dest, size_t len) {
33: if (len != sizeof(int64_t)) return -1;
33: *((int64_t *)dest) = ctx->ax; __asm__ __volatile__("": : :"memory");
33: return 0;
33: }
33: __attribute__((always_inline))
33: static __always_inline int _bpf_readarg_do_trace4_2(struct pt_regs *ctx, void *dest, size_t len) {
33: if (len != sizeof(int64_t)) return -1;
33: *((int64_t *)dest) = ctx->dx; __asm__ __volatile__("": : :"memory");
33: return 0;
33: }
33: __attribute__((always_inline))
33: static __always_inline int _bpf_readarg_do_trace5_1(struct pt_regs *ctx, void *dest, size_t len) {
33: if (len != sizeof(int64_t)) return -1;
33: *((int64_t *)dest) = ctx->dx; __asm__ __volatile__("": : :"memory");
33: return 0;
33: }
33: __attribute__((always_inline))
33: static __always_inline int _bpf_readarg_do_trace5_2(struct pt_regs *ctx, void *dest, size_t len) {
33: if (len != sizeof(int64_t)) return -1;
33: *((int64_t *)dest) = ctx->ax; __asm__ __volatile__("": : :"memory");
33: return 0;
33: }
33:
33: #include <linux/blkdev.h>
33: #include <uapi/linux/ptrace.h>
33:
33: struct probe_result_t1 {
33: char v1;
33: int v2;
33: };
33:
33: struct probe_result_t2 {
33: int v1;
33: char v2;
33: };
33:
33: struct probe_result_t3 {
33: int v1;
33: int v2;
33: };
33:
33: struct probe_result_t4 {
33: u64 v1;
33: char v2[8];
33: };
33:
33: struct probe_result_t5 {
33: char v1[8];
33: u64 v2;
33: };
33:
33: BPF_PERF_OUTPUT(event1);
33: BPF_PERF_OUTPUT(event2);
33: BPF_PERF_OUTPUT(event3);
33: BPF_PERF_OUTPUT(event4);
33: BPF_PERF_OUTPUT(event5);
33:
33: __attribute__((section(".bpf.fn.do_trace1")))
33: int do_trace1(struct pt_regs *ctx) {
33:
33: struct probe_result_t1 result = {};
33: _bpf_readarg_do_trace1_1(ctx, &result.v1, sizeof(*(&result.v1)));
33: _bpf_readarg_do_trace1_2(ctx, &result.v2, sizeof(*(&result.v2)));
33: bpf_perf_event_output(ctx, bpf_pseudo_fd(1, -1), CUR_CPU_IDENTIFIER, &result, sizeof(result));
33: return 0;
33: };
33: __attribute__((section(".bpf.fn.do_trace2")))
33: int do_trace2(struct pt_regs *ctx) {
33:
33: struct probe_result_t2 result = {};
33: _bpf_readarg_do_trace2_1(ctx, &result.v1, sizeof(*(&result.v1)));
33: _bpf_readarg_do_trace2_2(ctx, &result.v2, sizeof(*(&result.v2)));
33: bpf_perf_event_output(ctx, bpf_pseudo_fd(1, -2), CUR_CPU_IDENTIFIER, &result, sizeof(result));
33: return 0;
33: }
33: __attribute__((section(".bpf.fn.do_trace3")))
33: int do_trace3(struct pt_regs *ctx) {
33:
33: struct probe_result_t3 result = {};
33: _bpf_readarg_do_trace3_1(ctx, &result.v1, sizeof(*(&result.v1)));
33: _bpf_readarg_do_trace3_2(ctx, &result.v2, sizeof(*(&result.v2)));
33: bpf_perf_event_output(ctx, bpf_pseudo_fd(1, -3), CUR_CPU_IDENTIFIER, &result, sizeof(result));
33: return 0;
33: }
33: __attribute__((section(".bpf.fn.do_trace4")))
33: int do_trace4(struct pt_regs *ctx) {
33:
33: struct probe_result_t4 result = {};
33: _bpf_readarg_do_trace4_1(ctx, &result.v1, sizeof(*(&result.v1)));
33: ({ u64 __addr = 0x0; _bpf_readarg_do_trace4_2(ctx, &__addr, sizeof(__addr));bpf_probe_read(&result.v2, sizeof(result.v2), (void *)__addr);});
33: bpf_perf_event_output(ctx, bpf_pseudo_fd(1, -4), CUR_CPU_IDENTIFIER, &result, sizeof(result));
33: return 0;
33: }
33: __attribute__((section(".bpf.fn.do_trace5")))
33: int do_trace5(struct pt_regs *ctx) {
33:
33: struct probe_result_t5 result = {};
33: ({ u64 __addr = 0x0; _bpf_readarg_do_trace5_1(ctx, &__addr, sizeof(__addr));bpf_probe_read(&result.v1, sizeof(result.v1), (void *)__addr);});
33: _bpf_readarg_do_trace5_2(ctx, &result.v2, sizeof(*(&result.v2)));
33: bpf_perf_event_output(ctx, bpf_pseudo_fd(1, -5), CUR_CPU_IDENTIFIER, &result, sizeof(result));
33: return 0;
33: }
33:
33: #include <bcc/footer.h>
33: bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
33:
33: E
33: ======================================================================
33: ERROR: test_attach1 (__main__.TestUDST)
33: ----------------------------------------------------------------------
33: Traceback (most recent call last):
33: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_usdt.py", line 150, in test_attach1
33: b = BPF(text=self.bpf_text, usdt_contexts=[u], debug=4)
33: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 483, in __init__
33: usdt_context.attach_uprobes(self, attach_usdt_ignore_pid)
33: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/usdt.py", line 210, in attach_uprobes
33: addr=addr, pid=pid)
33: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 1354, in attach_uprobe
33: fn = self.load_func(fn_name, BPF.KPROBE)
33: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
33: (func_name, errstr))
33: Exception: Failed to load BPF program do_trace1: Argument list too long
33:
33: ----------------------------------------------------------------------
33: Ran 1 test in 1.289s
33:
33: FAILED (errors=1)
33: Running from kernel directory at: /lib/modules/4.4.0-116-generic/build
33: Failed
33/47 Test #33: py_test_usdt .....................***Failed 1.35 sec
test 34
Start 34: py_test_usdt2
34: Test command: /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/tests/wrapper.sh "py_test_usdt2" "sudo" "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_usdt2.py"
34: Test timeout computed to be: 9.99988e+06
34: bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
34:
34: E
34: ======================================================================
34: ERROR: test_attach1 (__main__.TestUDST)
34: ----------------------------------------------------------------------
34: Traceback (most recent call last):
34: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_usdt2.py", line 106, in test_attach1
34: b = BPF(text=self.bpf_text, usdt_contexts=[u, u2])
34: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 483, in __init__
34: usdt_context.attach_uprobes(self, attach_usdt_ignore_pid)
34: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/usdt.py", line 210, in attach_uprobes
34: addr=addr, pid=pid)
34: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 1354, in attach_uprobe
34: fn = self.load_func(fn_name, BPF.KPROBE)
34: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
34: (func_name, errstr))
34: Exception: Failed to load BPF program do_trace1: Argument list too long
34:
34: ----------------------------------------------------------------------
34: Ran 1 test in 0.308s
34:
34: FAILED (errors=1)
34: Failed
34/47 Test #34: py_test_usdt2 ....................***Failed 0.37 sec
test 35
Start 35: py_test_usdt3
35: Test command: /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/tests/wrapper.sh "py_test_usdt3" "sudo" "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_usdt3.py"
35: Test timeout computed to be: 9.99988e+06
35: test:probe [sema 0x0]
35: location #1 /proc/8730/root/tmp/tmpzHZWnM/liba.so 0x667
35: argument #1 4 signed bytes @ *(bp - 4)
35: location #2 /proc/8730/root/tmp/tmpzHZWnM/libb.so 0x667
35: argument #1 4 signed bytes @ *(bp - 4)
35: location #3 /proc/8730/root/tmp/tmpzHZWnM/a.out 0x40072d
35: argument #1 4 signed bytes @ *(bp - 4)
35: test_dup_name:probe [sema 0x0]
35: location #1 /proc/8730/root/tmp/tmpzHZWnM/liba.so 0x668
35: argument #1 4 signed bytes @ *(bp - 4)
35: location #2 /proc/8730/root/tmp/tmpzHZWnM/libb.so 0x668
35: argument #1 4 signed bytes @ *(bp - 4)
35: location #3 /proc/8730/root/tmp/tmpzHZWnM/a.out 0x40072e
35: argument #1 4 signed bytes @ *(bp - 4)
35: libc:setjmp [sema 0x0]
35: location #1 /proc/8730/root/lib/x86_64-linux-gnu/libc-2.23.so 0x351f1
35: argument #1 8 unsigned bytes @ di
35: argument #2 4 signed bytes @ si
35: argument #3 8 unsigned bytes @ ax
35: libc:longjmp [sema 0x0]
35: location #1 /proc/8730/root/lib/x86_64-linux-gnu/libc-2.23.so 0x352d3
35: argument #1 8 unsigned bytes @ di
35: argument #2 4 signed bytes @ si
35: argument #3 8 unsigned bytes @ dx
35: location #2 /proc/8730/root/lib/x86_64-linux-gnu/libc-2.23.so 0x119063
35: argument #1 8 unsigned bytes @ di
35: argument #2 4 signed bytes @ si
35: argument #3 8 unsigned bytes @ dx
35: libc:longjmp_target [sema 0x0]
35: location #1 /proc/8730/root/lib/x86_64-linux-gnu/libc-2.23.so 0x352ef
35: argument #1 8 unsigned bytes @ di
35: argument #2 4 signed bytes @ ax
35: argument #3 8 unsigned bytes @ dx
35: location #2 /proc/8730/root/lib/x86_64-linux-gnu/libc-2.23.so 0x11907f
35: argument #1 8 unsigned bytes @ di
35: argument #2 4 signed bytes @ ax
35: argument #3 8 unsigned bytes @ dx
35: libc:memory_heap_new [sema 0x0]
35: location #1 /proc/8730/root/lib/x86_64-linux-gnu/libc-2.23.so 0x7d398
35: argument #1 8 unsigned bytes @ bx
35: argument #2 8 unsigned bytes @ bp
35: libc:memory_arena_reuse_free_list [sema 0x0]
35: location #1 /proc/8730/root/lib/x86_64-linux-gnu/libc-2.23.so 0x7d6ec
35: argument #1 8 unsigned bytes @ dx
35: libc:memory_sbrk_less [sema 0x0]
35: location #1 /proc/8730/root/lib/x86_64-linux-gnu/libc-2.23.so 0x7d8de
35: argument #1 8 unsigned bytes @ ax
35: argument #2 8 signed bytes @ bx
35: libc:memory_arena_reuse_wait [sema 0x0]
35: location #1 /proc/8730/root/lib/x86_64-linux-gnu/libc-2.23.so 0x7d9eb
35: argument #1 8 unsigned bytes @ dx
35: argument #2 8 unsigned bytes @ dx
35: argument #3 8 unsigned bytes @ bx
35: libc:memory_arena_reuse [sema 0x0]
35: location #1 /proc/8730/root/lib/x86_64-linux-gnu/libc-2.23.so 0x7db14
35: argument #1 8 unsigned bytes @ dx
35: argument #2 8 unsigned bytes @ bx
35: libc:memory_arena_new [sema 0x0]
35: location #1 /proc/8730/root/lib/x86_64-linux-gnu/libc-2.23.so 0x7dcbb
35: argument #1 8 unsigned bytes @ dx
35: argument #2 8 unsigned bytes @ bp
35: libc:memory_arena_retry [sema 0x0]
35: location #1 /proc/8730/root/lib/x86_64-linux-gnu/libc-2.23.so 0x7deb3
35: argument #1 8 unsigned bytes @ si
35: argument #2 8 unsigned bytes @ di
35: libc:memory_heap_free [sema 0x0]
35: location #1 /proc/8730/root/lib/x86_64-linux-gnu/libc-2.23.so 0x80265
35: argument #1 8 unsigned bytes @ di
35: argument #2 8 unsigned bytes @ ax
35: libc:memory_heap_less [sema 0x0]
35: location #1 /proc/8730/root/lib/x86_64-linux-gnu/libc-2.23.so 0x8040e
35: argument #1 8 unsigned bytes @ r15
35: argument #2 8 unsigned bytes @ r14
35: libc:memory_heap_more [sema 0x0]
35: location #1 /proc/8730/root/lib/x86_64-linux-gnu/libc-2.23.so 0x81351
35: argument #1 8 unsigned bytes @ r8
35: argument #2 8 unsigned bytes @ cx
35: libc:memory_sbrk_more [sema 0x0]
35: location #1 /proc/8730/root/lib/x86_64-linux-gnu/libc-2.23.so 0x81638
35: argument #1 8 unsigned bytes @ ax
35: argument #2 8 signed bytes @ r15
35: libc:memory_malloc_retry [sema 0x0]
35: location #1 /proc/8730/root/lib/x86_64-linux-gnu/libc-2.23.so 0x84268
35: argument #1 8 unsigned bytes @ bp
35: location #2 /proc/8730/root/lib/x86_64-linux-gnu/libc-2.23.so 0x85978
35: argument #1 8 unsigned bytes @ bp
35: libc:memory_mallopt_free_dyn_thresholds [sema 0x0]
35: location #1 /proc/8730/root/lib/x86_64-linux-gnu/libc-2.23.so 0x84581
35: argument #1 8 unsigned bytes @ ax
35: argument #2 8 unsigned bytes @ dx
35: libc:memory_realloc_retry [sema 0x0]
35: location #1 /proc/8730/root/lib/x86_64-linux-gnu/libc-2.23.so 0x84a20
35: argument #1 8 unsigned bytes @ r13
35: argument #2 8 unsigned bytes @ bx
35: location #2 /proc/8730/root/lib/x86_64-linux-gnu/libc-2.23.so 0x85da0
35: argument #1 8 unsigned bytes @ r13
35: argument #2 8 unsigned bytes @ bx
35: libc:memory_memalign_retry [sema 0x0]
35: location #1 /proc/8730/root/lib/x86_64-linux-gnu/libc-2.23.so 0x84c48
35: argument #1 8 unsigned bytes @ r12
35: argument #2 8 unsigned bytes @ bx
35: location #2 /proc/8730/root/lib/x86_64-linux-gnu/libc-2.23.so 0x85fe8
35: argument #1 8 unsigned bytes @ r12
35: argument #2 8 unsigned bytes @ bx
35: location #3 /proc/8730/root/lib/x86_64-linux-gnu/libc-2.23.so 0x867d8
35: argument #1 8 unsigned bytes @ r12
35: argument #2 8 unsigned bytes @ bx
35: location #4 /proc/8730/root/lib/x86_64-linux-gnu/libc-2.23.so 0x86ac8
35: argument #1 8 unsigned bytes @ r12
35: argument #2 8 unsigned bytes @ bx
35: location #5 /proc/8730/root/lib/x86_64-linux-gnu/libc-2.23.so 0x87822
35: argument #1 8 unsigned bytes @ bx
35: argument #2 8 unsigned bytes @ r12
35: libc:memory_calloc_retry [sema 0x0]
35: location #1 /proc/8730/root/lib/x86_64-linux-gnu/libc-2.23.so 0x84f40
35: argument #1 8 unsigned bytes @ bp
35: libc:memory_mallopt [sema 0x0]
35: location #1 /proc/8730/root/lib/x86_64-linux-gnu/libc-2.23.so 0x852d4
35: argument #1 4 signed bytes @ bx
35: argument #2 4 signed bytes @ bp
35: libc:memory_mallopt_mxfast [sema 0x0]
35: location #1 /proc/8730/root/lib/x86_64-linux-gnu/libc-2.23.so 0x85302
35: argument #1 4 signed bytes @ bp
35: argument #2 8 unsigned bytes @ *(&global_max_fast + 0)
35: libc:memory_mallopt_arena_max [sema 0x0]
35: location #1 /proc/8730/root/lib/x86_64-linux-gnu/libc-2.23.so 0x8532c
35: argument #1 4 signed bytes @ bp
35: argument #2 8 unsigned bytes @ *(&mp_ + 32)
35: libc:memory_mallopt_arena_test [sema 0x0]
35: location #1 /proc/8730/root/lib/x86_64-linux-gnu/libc-2.23.so 0x85384
35: argument #1 4 signed bytes @ bp
35: argument #2 8 unsigned bytes @ *(&mp_ + 24)
35: libc:memory_mallopt_mmap_max [sema 0x0]
35: location #1 /proc/8730/root/lib/x86_64-linux-gnu/libc-2.23.so 0x85398
35: argument #1 4 signed bytes @ bp
35: argument #2 4 signed bytes @ *(&mp_ + 44)
35: argument #3 4 signed bytes @ *(&mp_ + 52)
35: libc:memory_mallopt_mmap_threshold [sema 0x0]
35: location #1 /proc/8730/root/lib/x86_64-linux-gnu/libc-2.23.so 0x853be
35: argument #1 4 signed bytes @ bp
35: argument #2 8 unsigned bytes @ *(&mp_ + 16)
35: argument #3 4 signed bytes @ *(&mp_ + 52)
35: libc:memory_mallopt_top_pad [sema 0x0]
35: location #1 /proc/8730/root/lib/x86_64-linux-gnu/libc-2.23.so 0x853e0
35: argument #1 4 signed bytes @ bp
35: argument #2 8 unsigned bytes @ *(&mp_ + 8)
35: argument #3 4 signed bytes @ *(&mp_ + 52)
35: libc:memory_mallopt_trim_threshold [sema 0x0]
35: location #1 /proc/8730/root/lib/x86_64-linux-gnu/libc-2.23.so 0x85400
35: argument #1 4 signed bytes @ bp
35: argument #2 8 unsigned bytes @ *(&mp_ + 0)
35: argument #3 4 signed bytes @ *(&mp_ + 52)
35: libc:memory_mallopt_perturb [sema 0x0]
35: location #1 /proc/8730/root/lib/x86_64-linux-gnu/libc-2.23.so 0x85420
35: argument #1 4 signed bytes @ bp
35: argument #2 4 signed bytes @ *(&perturb_byte + 0)
35: libc:memory_mallopt_check_action [sema 0x0]
35: location #1 /proc/8730/root/lib/x86_64-linux-gnu/libc-2.23.so 0x85438
35: argument #1 4 signed bytes @ bp
35: argument #2 4 signed bytes @ *(&check_action + 0)
35: libc:lll_lock_wait_private [sema 0x0]
35: location #1 /proc/8730/root/lib/x86_64-linux-gnu/libc-2.23.so 0x115094
35: argument #1 8 unsigned bytes @ di
35: rtld:init_start [sema 0x0]
35: location #1 /proc/8730/root/lib/x86_64-linux-gnu/ld-2.23.so 0x396a
35: argument #1 4 signed bytes @ 0
35: argument #2 8 unsigned bytes @ r14
35: rtld:init_complete [sema 0x0]
35: location #1 /proc/8730/root/lib/x86_64-linux-gnu/ld-2.23.so 0x3f3b
35: argument #1 4 signed bytes @ 0
35: argument #2 8 unsigned bytes @ bx
35: rtld:map_failed [sema 0x0]
35: location #1 /proc/8730/root/lib/x86_64-linux-gnu/ld-2.23.so 0x56f6
35: argument #1 8 signed bytes @ *(sp + 72)
35: argument #2 8 unsigned bytes @ bp
35: rtld:map_start [sema 0x0]
35: location #1 /proc/8730/root/lib/x86_64-linux-gnu/ld-2.23.so 0x669a
35: argument #1 8 signed bytes @ *(bp + 40)
35: argument #2 8 unsigned bytes @ *(bp - 216)
35: rtld:map_complete [sema 0x0]
35: location #1 /proc/8730/root/lib/x86_64-linux-gnu/ld-2.23.so 0x15650
35: argument #1 8 signed bytes @ *(ax + 40)
35: argument #2 8 unsigned bytes @ *(bp - 120)
35: argument #3 8 unsigned bytes @ *(bp - 104)
35: rtld:reloc_start [sema 0x0]
35: location #1 /proc/8730/root/lib/x86_64-linux-gnu/ld-2.23.so 0x1586c
35: argument #1 8 signed bytes @ *(r12 + 40)
35: argument #2 8 unsigned bytes @ *(bp - 120)
35: rtld:reloc_complete [sema 0x0]
35: location #1 /proc/8730/root/lib/x86_64-linux-gnu/ld-2.23.so 0x158c9
35: argument #1 8 signed bytes @ *(ax + 40)
35: argument #2 8 unsigned bytes @ *(bp - 120)
35: argument #3 8 unsigned bytes @ *(bp - 104)
35: rtld:unmap_start [sema 0x0]
35: location #1 /proc/8730/root/lib/x86_64-linux-gnu/ld-2.23.so 0x165d5
35: argument #1 8 signed bytes @ *(bp - 112)
35: argument #2 8 unsigned bytes @ *(bp - 88)
35: rtld:unmap_complete [sema 0x0]
35: location #1 /proc/8730/root/lib/x86_64-linux-gnu/ld-2.23.so 0x167e6
35: argument #1 8 signed bytes @ *(bp - 112)
35: argument #2 8 unsigned bytes @ *(bp - 88)
35: rtld:setjmp [sema 0x0]
35: location #1 /proc/8730/root/lib/x86_64-linux-gnu/ld-2.23.so 0x1b64d
35: argument #1 8 unsigned bytes @ di
35: argument #2 4 signed bytes @ si
35: argument #3 8 unsigned bytes @ ax
35: rtld:longjmp [sema 0x0]
35: location #1 /proc/8730/root/lib/x86_64-linux-gnu/ld-2.23.so 0x1b68d
35: argument #1 8 unsigned bytes @ di
35: argument #2 4 signed bytes @ si
35: argument #3 8 unsigned bytes @ dx
35: rtld:longjmp_target [sema 0x0]
35: location #1 /proc/8730/root/lib/x86_64-linux-gnu/ld-2.23.so 0x1b6a9
35: argument #1 8 unsigned bytes @ di
35: argument #2 4 signed bytes @ ax
35: argument #3 8 unsigned bytes @ dx
35: bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
35:
35: E
35: ======================================================================
35: ERROR: test_attach1 (__main__.TestUDST)
35: ----------------------------------------------------------------------
35: Traceback (most recent call last):
35: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_usdt3.py", line 115, in test_attach1
35: b = BPF(text=self.bpf_text, usdt_contexts=[u])
35: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 483, in __init__
35: usdt_context.attach_uprobes(self, attach_usdt_ignore_pid)
35: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/usdt.py", line 210, in attach_uprobes
35: addr=addr, pid=pid)
35: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 1354, in attach_uprobe
35: fn = self.load_func(fn_name, BPF.KPROBE)
35: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
35: (func_name, errstr))
35: Exception: Failed to load BPF program do_trace: Argument list too long
35:
35: ----------------------------------------------------------------------
35: Ran 1 test in 0.443s
35:
35: FAILED (errors=1)
35: temp directory: /tmp/tmpzHZWnM
35: Failed
35/47 Test #35: py_test_usdt3 ....................***Failed 0.51 sec
test 36
Start 36: py_test_license
36: Test command: /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/tests/wrapper.sh "py_test_license" "sudo" "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_license.py"
36: Test timeout computed to be: 9.99988e+06
36: /virtual/main.c:2:2: error: BPF_LICENSE cannot be specified through cflags
36: #error BPF_LICENSE cannot be specified through cflags
36: ^
36: 1 error generated.
36: x/virtual/main.c:2:2: error: BPF_LICENSE cannot be specified through cflags
36: #error BPF_LICENSE cannot be specified through cflags
36: ^
36: 1 error generated.
36: xbpf: Argument list too long. Program too large (0 insns), at most 4096 insns
36:
36: Ebpf: Argument list too long. Program too large (0 insns), at most 4096 insns
36:
36: xbpf: Argument list too long. Program too large (0 insns), at most 4096 insns
36:
36: Ebpf: Argument list too long. Program too large (0 insns), at most 4096 insns
36:
36: E/virtual/main.c:2:2: error: BPF_LICENSE cannot be specified through cflags
36: #error BPF_LICENSE cannot be specified through cflags
36: ^
36: 1 error generated.
36: xbpf: Argument list too long. Program too large (0 insns), at most 4096 insns
36:
36: xbpf: Argument list too long. Program too large (0 insns), at most 4096 insns
36:
36: Ebpf: Argument list too long. Program too large (0 insns), at most 4096 insns
36:
36: E
36: ======================================================================
36: ERROR: test_default (__main__.TestLicense)
36: ----------------------------------------------------------------------
36: Traceback (most recent call last):
36: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_license.py", line 65, in test_default
36: self.load_bpf_code(b)
36: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_license.py", line 60, in load_bpf_code
36: bpf_code.attach_kprobe(event=event_name, fn_name="license_program")
36: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 829, in attach_kprobe
36: fn = self.load_func(fn_name, BPF.KPROBE)
36: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
36: (func_name, errstr))
36: Exception: Failed to load BPF program license_program: Argument list too long
36:
36: ======================================================================
36: ERROR: test_gpl_compatible_macro (__main__.TestLicense)
36: ----------------------------------------------------------------------
36: Traceback (most recent call last):
36: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_license.py", line 77, in test_gpl_compatible_macro
36: self.load_bpf_code(b)
36: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_license.py", line 60, in load_bpf_code
36: bpf_code.attach_kprobe(event=event_name, fn_name="license_program")
36: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 829, in attach_kprobe
36: fn = self.load_func(fn_name, BPF.KPROBE)
36: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
36: (func_name, errstr))
36: Exception: Failed to load BPF program license_program: Argument list too long
36:
36: ======================================================================
36: ERROR: test_gpl_helper_macro (__main__.TestLicense)
36: ----------------------------------------------------------------------
36: Traceback (most recent call last):
36: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_license.py", line 69, in test_gpl_helper_macro
36: self.load_bpf_code(b)
36: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_license.py", line 60, in load_bpf_code
36: bpf_code.attach_kprobe(event=event_name, fn_name="license_program")
36: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 829, in attach_kprobe
36: fn = self.load_func(fn_name, BPF.KPROBE)
36: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
36: (func_name, errstr))
36: Exception: Failed to load BPF program license_program: Argument list too long
36:
36: ======================================================================
36: ERROR: test_proprietary_macro (__main__.TestLicense)
36: ----------------------------------------------------------------------
36: Traceback (most recent call last):
36: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_license.py", line 73, in test_proprietary_macro
36: self.load_bpf_code(b)
36: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_license.py", line 60, in load_bpf_code
36: bpf_code.attach_kprobe(event=event_name, fn_name="license_program")
36: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 829, in attach_kprobe
36: fn = self.load_func(fn_name, BPF.KPROBE)
36: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
36: (func_name, errstr))
36: Exception: Failed to load BPF program license_program: Argument list too long
36:
36: ======================================================================
36: ERROR: test_proprietary_words_macro (__main__.TestLicense)
36: ----------------------------------------------------------------------
36: Traceback (most recent call last):
36: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_license.py", line 81, in test_proprietary_words_macro
36: self.load_bpf_code(b)
36: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_license.py", line 60, in load_bpf_code
36: bpf_code.attach_kprobe(event=event_name, fn_name="license_program")
36: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 829, in attach_kprobe
36: fn = self.load_func(fn_name, BPF.KPROBE)
36: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/src/python/bcc-python/bcc/__init__.py", line 528, in load_func
36: (func_name, errstr))
36: Exception: Failed to load BPF program license_program: Argument list too long
36:
36: ----------------------------------------------------------------------
36: Ran 10 tests in 2.409s
36:
36: FAILED (errors=5, expected failures=5)
36: Failed
36/47 Test #36: py_test_license ..................***Failed 2.46 sec
test 37
Start 37: py_test_free_bcc_memory
37: Test command: /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/tests/wrapper.sh "py_test_free_bcc_memory" "sudo" "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_free_bcc_memory.py"
37: Test timeout computed to be: 9.99988e+06
37: s
37: ----------------------------------------------------------------------
37: Ran 1 test in 0.000s
37:
37: OK (skipped=1)
37/47 Test #37: py_test_free_bcc_memory .......... Passed 0.10 sec
test 38
Start 38: py_test_rlimit
38: Test command: /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/tests/wrapper.sh "py_test_rlimit" "sudo" "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_rlimit.py"
38: Test timeout computed to be: 9.99988e+06
38: could not open bpf map: unused, error: Operation not permitted
38: .
38: ----------------------------------------------------------------------
38: Ran 1 test in 0.490s
38:
38: OK
38/47 Test #38: py_test_rlimit ................... Passed 0.56 sec
test 39
Start 39: py_test_lpm_trie
39: Test command: /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/tests/wrapper.sh "py_test_lpm_trie" "sudo" "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_lpm_trie.py"
39: Test timeout computed to be: 9.99988e+06
39: ss
39: ----------------------------------------------------------------------
39: Ran 2 tests in 0.000s
39:
39: OK (skipped=2)
39/47 Test #39: py_test_lpm_trie ................. Passed 0.11 sec
test 40
Start 40: py_ringbuf
40: Test command: /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/tests/wrapper.sh "py_ringbuf" "sudo" "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_ringbuf.py"
40: Test timeout computed to be: 9.99988e+06
40: ssss
40: ----------------------------------------------------------------------
40: Ran 4 tests in 0.000s
40:
40: OK (skipped=4)
40/47 Test #40: py_ringbuf ....................... Passed 0.11 sec
test 41
Start 41: py_queuestack
41: Test command: /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/tests/wrapper.sh "py_queuestack" "sudo" "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_queuestack.py"
41: Test timeout computed to be: 9.99988e+06
41: ss
41: ----------------------------------------------------------------------
41: Ran 2 tests in 0.000s
41:
41: OK (skipped=2)
41/47 Test #41: py_queuestack .................... Passed 0.10 sec
test 42
Start 42: py_test_map_batch_ops
42: Test command: /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/tests/wrapper.sh "py_test_map_batch_ops" "sudo" "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_map_batch_ops.py"
42: Test timeout computed to be: 9.99988e+06
42: ssssss
42: ----------------------------------------------------------------------
42: Ran 6 tests in 0.000s
42:
42: OK (skipped=6)
42/47 Test #42: py_test_map_batch_ops ............ Passed 0.10 sec
test 43
Start 43: py_test_map_in_map
43: Test command: /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/tests/wrapper.sh "py_test_map_in_map" "sudo" "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/python/test_map_in_map.py"
43: Test timeout computed to be: 9.99988e+06
43: sss
43: ----------------------------------------------------------------------
43: Ran 3 tests in 0.000s
43:
43: OK (skipped=3)
43/47 Test #43: py_test_map_in_map ............... Passed 0.10 sec
test 44
Start 44: lua_test_clang
44: Test command: /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/tests/wrapper.sh "lua_test_clang" "sudo" "/usr/bin/luajit" "test_clang.lua"
44: Test timeout computed to be: 9.99988e+06
44: bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
44:
44: bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
44:
44: bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
44:
44: bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
44:
44: bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
44:
44: bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
44:
44: bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
44:
44: bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
44:
44: /virtual/main.c:1:30: error: expected expression
44: int failure(void *ctx) { if (); return 0; }
44: ^
44: 1 error generated.
44: bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
44:
44: E....E.EEEEEE..E...E
44: Failed tests:
44: -------------
44: 1) TestClang.test_blk_start_request
44: .//../../src/lua/bcc/bpf.lua:173: failed to load BPF program do_request
44: stack traceback:
44: .//../../src/lua/bcc/bpf.lua:173: in function 'load_func'
44: test_clang.lua:130: in function 'TestClang.test_blk_start_request'
44:
44: 2) TestClang.test_consecutive_probe_read
44: .//../../src/lua/bcc/bpf.lua:173: failed to load BPF program trace_entry
44: stack traceback:
44: .//../../src/lua/bcc/bpf.lua:173: in function 'load_func'
44: test_clang.lua:162: in function 'TestClang.test_consecutive_probe_read'
44:
44: 3) TestClang.test_iosnoop
44: .//../../src/lua/bcc/bpf.lua:173: failed to load BPF program do_request
44: stack traceback:
44: .//../../src/lua/bcc/bpf.lua:173: in function 'load_func'
44: test_clang.lua:117: in function 'TestClang.test_iosnoop'
44:
44: 4) TestClang.test_nested_probe_read
44: .//../../src/lua/bcc/bpf.lua:173: failed to load BPF program trace_entry
44: stack traceback:
44: .//../../src/lua/bcc/bpf.lua:173: in function 'load_func'
44: test_clang.lua:176: in function 'TestClang.test_nested_probe_read'
44:
44: 5) TestClang.test_probe_read1
44: .//../../src/lua/bcc/bpf.lua:173: failed to load BPF program count_sched
44: stack traceback:
44: .//../../src/lua/bcc/bpf.lua:173: in function 'load_func'
44: test_clang.lua:14: in function 'TestClang.test_probe_read1'
44:
44: 6) TestClang.test_probe_read2
44: .//../../src/lua/bcc/bpf.lua:173: failed to load BPF program count_foo
44: stack traceback:
44: .//../../src/lua/bcc/bpf.lua:173: in function 'load_func'
44: test_clang.lua:26: in function 'TestClang.test_probe_read2'
44:
44: 7) TestClang.test_probe_read_helper
44: .//../../src/lua/bcc/bpf.lua:173: failed to load BPF program trace_entry1
44: stack traceback:
44: .//../../src/lua/bcc/bpf.lua:173: in function 'load_func'
44: test_clang.lua:207: in function 'TestClang.test_probe_read_helper'
44:
44: 8) TestClang.test_probe_read_keys
44: .//../../src/lua/bcc/bpf.lua:162: unknown program: ZB
44: stack traceback:
44: .//../../src/lua/bcc/bpf.lua:162: in function 'load_func'
44: .//../../src/lua/bcc/bpf.lua:151: in function 'load_funcs'
44: test_clang.lua:49: in function 'TestClang.test_probe_read_keys'
44:
44: 9) TestClang.test_sscanf
44: .//../../src/lua/bcc/bpf.lua:173: failed to load BPF program foo
44: stack traceback:
44: .//../../src/lua/bcc/bpf.lua:173: in function 'load_func'
44: test_clang.lua:61: in function 'TestClang.test_sscanf'
44:
44: 10) TestClang.test_unop_probe_read
44: .//../../src/lua/bcc/bpf.lua:173: failed to load BPF program trace_entry
44: stack traceback:
44: .//../../src/lua/bcc/bpf.lua:173: in function 'load_func'
44: test_clang.lua:282: in function 'TestClang.test_unop_probe_read'
44:
44: Ran 20 tests in 12.573 seconds, 10 successes, 10 errors
44: Failed
44/47 Test #44: lua_test_clang ...................***Failed 12.61 sec
test 45
Start 45: lua_test_uprobes
45: Test command: /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/tests/wrapper.sh "lua_test_uprobes" "sudo" "/usr/bin/luajit" "test_uprobes.lua"
45: Test timeout computed to be: 9.99988e+06
45: bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
45:
45: bpf: Argument list too long. Program too large (0 insns), at most 4096 insns
45:
45: EE
45: Failed tests:
45: -------------
45: 1) TestUprobes.test_simple_binary
45: .//../../src/lua/bcc/bpf.lua:173: failed to load BPF program count
45: stack traceback:
45: .//../../src/lua/bcc/bpf.lua:173: in function 'load_func'
45: .//../../src/lua/bcc/bpf.lua:193: in function 'attach_uprobe'
45: test_uprobes.lua:57: in function 'TestUprobes.test_simple_binary'
45:
45: 2) TestUprobes.test_simple_library
45: .//../../src/lua/bcc/bpf.lua:173: failed to load BPF program count
45: stack traceback:
45: .//../../src/lua/bcc/bpf.lua:173: in function 'load_func'
45: .//../../src/lua/bcc/bpf.lua:193: in function 'attach_uprobe'
45: test_uprobes.lua:30: in function 'TestUprobes.test_simple_library'
45:
45: Ran 2 tests in 0.484 seconds, 0 successes, 2 errors
45: Failed
45/47 Test #45: lua_test_uprobes .................***Failed 0.50 sec
test 46
Start 46: lua_test_dump
46: Test command: /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/build/tests/wrapper.sh "lua_test_dump" "sudo" "/usr/bin/luajit" "test_dump.lua"
46: Test timeout computed to be: 9.99988e+06
46: F
46: Failed tests:
46: -------------
46: 1) TestDump.test_dump_func
46: test_dump.lua:7: expected: "�
46: actual: ""
46: stack traceback:
46: test_dump.lua:7: in function 'TestDump.test_dump_func'
46:
46: Ran 1 tests in 0.249 seconds, 0 successes, 1 failures
46: Failed
46/47 Test #46: lua_test_dump ....................***Failed 0.27 sec
test 47
Start 47: lua_test_standalone
47: Test command: /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604/tests/lua/test_standalone.sh
47: Test timeout computed to be: 9.99988e+06
47: + cd src/lua
47: + [[ ! -x bcc-lua ]]
47: + echo 'bcc-lua not built --- skipping'
47: bcc-lua not built --- skipping
47: + exit 0
47/47 Test #47: lua_test_standalone .............. Passed 0.00 sec
45% tests passed, 26 tests failed out of 47
Total Test time (real) = 202.37 sec
The following tests FAILED:
3 - test_libbcc (Failed)
4 - py_test_stat1_b (Failed)
5 - py_test_bpf_log (Failed)
6 - py_test_stat1_c (Failed)
7 - py_test_xlate1_c (Failed)
8 - py_test_call1 (Failed)
9 - py_test_trace1 (Failed)
10 - py_test_trace2 (Failed)
12 - py_test_trace4 (Failed)
13 - py_test_trace_maxactive (Failed)
14 - py_test_probe_count (Failed)
18 - py_test_clang (Failed)
20 - py_array (Failed)
21 - py_uprobes (Failed)
22 - py_uprobes_2 (Failed)
25 - py_test_perf_event (Failed)
29 - py_test_dump_func (Failed)
30 - py_test_disassembler (Failed)
31 - py_test_tools_smoke (Failed)
33 - py_test_usdt (Failed)
34 - py_test_usdt2 (Failed)
35 - py_test_usdt3 (Failed)
36 - py_test_license (Failed)
44 - lua_test_clang (Failed)
45 - lua_test_uprobes (Failed)
46 - lua_test_dump (Failed)
Errors while running CTest
Build step 'Execute shell' marked build as failure
Taking single-use agent ubuntu1604-slave-4db offline.
Finished: FAILURE