Console Output

Skipping 167 KB.. Full Log
18: In file included from include/net/sock.h:43:
18: In file included from include/linux/hardirq.h:4:
18: In file included from include/linux/preempt.h:10:
18: In file included from include/linux/list.h:8:
18: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
18: #define container_of(ptr, type, member) ({                              \
18:         ^
18: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
18: #define container_of(ptr, type, member)                         \
18:         ^
18: In file included from /virtual/main.c:3:
18: In file included from include/net/sock.h:58:
18: include/linux/memcontrol.h:580:31: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         __mod_memcg_state(pn->memcg, idx, val);
18:         ~~~~~~~~~~~~~~~~~            ^~~
18: include/linux/memcontrol.h:593:29: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         mod_memcg_state(pn->memcg, idx, val);
18:         ~~~~~~~~~~~~~~~            ^~~
18: include/linux/memcontrol.h:605:38: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         __mod_memcg_state(page->mem_cgroup, idx, val);
18:         ~~~~~~~~~~~~~~~~~                   ^~~
18: include/linux/memcontrol.h:618:36: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         mod_memcg_state(page->mem_cgroup, idx, val);
18:         ~~~~~~~~~~~~~~~                   ^~~
18: include/linux/memcontrol.h:639:40: warning: implicit conversion from enumeration type 'enum memcg_stat_item' to different enumeration type 'enum vm_event_item' [-Wenum-conversion]
18:                 count_memcg_events(page->mem_cgroup, idx, 1);
18:                 ~~~~~~~~~~~~~~~~~~                   ^~~
18: 6 warnings generated.
18: .In file included from /virtual/main.c:3:
18: In file included from include/net/sock.h:43:
18: In file included from include/linux/hardirq.h:4:
18: In file included from include/linux/preempt.h:10:
18: In file included from include/linux/list.h:8:
18: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
18: #define container_of(ptr, type, member) ({                              \
18:         ^
18: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
18: #define container_of(ptr, type, member)                         \
18:         ^
18: In file included from /virtual/main.c:3:
18: In file included from include/net/sock.h:58:
18: include/linux/memcontrol.h:580:31: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         __mod_memcg_state(pn->memcg, idx, val);
18:         ~~~~~~~~~~~~~~~~~            ^~~
18: include/linux/memcontrol.h:593:29: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         mod_memcg_state(pn->memcg, idx, val);
18:         ~~~~~~~~~~~~~~~            ^~~
18: include/linux/memcontrol.h:605:38: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         __mod_memcg_state(page->mem_cgroup, idx, val);
18:         ~~~~~~~~~~~~~~~~~                   ^~~
18: include/linux/memcontrol.h:618:36: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         mod_memcg_state(page->mem_cgroup, idx, val);
18:         ~~~~~~~~~~~~~~~                   ^~~
18: include/linux/memcontrol.h:639:40: warning: implicit conversion from enumeration type 'enum memcg_stat_item' to different enumeration type 'enum vm_event_item' [-Wenum-conversion]
18:                 count_memcg_events(page->mem_cgroup, idx, 1);
18:                 ~~~~~~~~~~~~~~~~~~                   ^~~
18: 6 warnings generated.
18: ./virtual/main.c:2:1: error: field has incomplete type 'struct key_t'
18: BPF_HASH(drops, struct key_t);
18: ^
18: /virtual/include/bcc/helpers.h:268:48: note: expanded from macro 'BPF_HASH'
18:   BPF_HASHX(__VA_ARGS__, BPF_HASH4, BPF_HASH3, BPF_HASH2, BPF_HASH1)(__VA_ARGS__)
18:                                                ^
18: /virtual/main.c:2:24: note: forward declaration of 'struct key_t'
18: BPF_HASH(drops, struct key_t);
18:                        ^
18: /virtual/main.c:2:1: error: field has incomplete type 'struct key_t'
18: BPF_HASH(drops, struct key_t);
18: ^
18: /virtual/include/bcc/helpers.h:268:48: note: expanded from macro 'BPF_HASH'
18:   BPF_HASHX(__VA_ARGS__, BPF_HASH4, BPF_HASH3, BPF_HASH2, BPF_HASH1)(__VA_ARGS__)
18:                                                ^
18: /virtual/main.c:2:24: note: forward declaration of 'struct key_t'
18: BPF_HASH(drops, struct key_t);
18:                        ^
18: 2 errors generated.
18: ../virtual/main.c:6:12: error: cannot call non-static helper function
18:     return bar();
18:            ^
18: 1 error generated.
18: .In file included from /virtual/main.c:2:
18: In file included from include/linux/blkdev.h:4:
18: In file included from include/linux/sched.h:11:
18: In file included from arch/x86/include/asm/current.h:5:
18: In file included from arch/x86/include/asm/percpu.h:44:
18: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
18: #define container_of(ptr, type, member) ({                              \
18:         ^
18: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
18: #define container_of(ptr, type, member)                         \
18:         ^
18: 1 warning generated.
18: .ss.In file included from /virtual/main.c:2:
18: In file included from include/linux/fs.h:5:
18: In file included from include/linux/wait_bit.h:7:
18: In file included from include/linux/wait.h:6:
18: In file included from include/linux/list.h:8:
18: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
18: #define container_of(ptr, type, member) ({                              \
18:         ^
18: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
18: #define container_of(ptr, type, member)                         \
18:         ^
18: 1 warning generated.
18: ...In file included from /virtual/main.c:2:
18: In file included from include/linux/sched.h:11:
18: In file included from arch/x86/include/asm/current.h:5:
18: In file included from arch/x86/include/asm/percpu.h:44:
18: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
18: #define container_of(ptr, type, member) ({                              \
18:         ^
18: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
18: #define container_of(ptr, type, member)                         \
18:         ^
18: In file included from /virtual/main.c:3:
18: In file included from include/net/inet_sock.h:27:
18: In file included from include/net/sock.h:58:
18: include/linux/memcontrol.h:580:31: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         __mod_memcg_state(pn->memcg, idx, val);
18:         ~~~~~~~~~~~~~~~~~            ^~~
18: include/linux/memcontrol.h:593:29: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         mod_memcg_state(pn->memcg, idx, val);
18:         ~~~~~~~~~~~~~~~            ^~~
18: include/linux/memcontrol.h:605:38: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         __mod_memcg_state(page->mem_cgroup, idx, val);
18:         ~~~~~~~~~~~~~~~~~                   ^~~
18: include/linux/memcontrol.h:618:36: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         mod_memcg_state(page->mem_cgroup, idx, val);
18:         ~~~~~~~~~~~~~~~                   ^~~
18: include/linux/memcontrol.h:639:40: warning: implicit conversion from enumeration type 'enum memcg_stat_item' to different enumeration type 'enum vm_event_item' [-Wenum-conversion]
18:                 count_memcg_events(page->mem_cgroup, idx, 1);
18:                 ~~~~~~~~~~~~~~~~~~                   ^~~
18: 6 warnings generated.
18: ...In file included from /virtual/main.c:2:
18: In file included from include/net/inet_sock.h:20:
18: In file included from include/linux/kmemcheck.h:4:
18: In file included from include/linux/mm_types.h:4:
18: In file included from include/linux/mm_types_task.h:13:
18: In file included from include/linux/cpumask.h:9:
18: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
18: #define container_of(ptr, type, member) ({                              \
18:         ^
18: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
18: #define container_of(ptr, type, member)                         \
18:         ^
18: In file included from /virtual/main.c:2:
18: In file included from include/net/inet_sock.h:27:
18: In file included from include/net/sock.h:58:
18: include/linux/memcontrol.h:580:31: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         __mod_memcg_state(pn->memcg, idx, val);
18:         ~~~~~~~~~~~~~~~~~            ^~~
18: include/linux/memcontrol.h:593:29: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         mod_memcg_state(pn->memcg, idx, val);
18:         ~~~~~~~~~~~~~~~            ^~~
18: include/linux/memcontrol.h:605:38: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         __mod_memcg_state(page->mem_cgroup, idx, val);
18:         ~~~~~~~~~~~~~~~~~                   ^~~
18: include/linux/memcontrol.h:618:36: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         mod_memcg_state(page->mem_cgroup, idx, val);
18:         ~~~~~~~~~~~~~~~                   ^~~
18: include/linux/memcontrol.h:639:40: warning: implicit conversion from enumeration type 'enum memcg_stat_item' to different enumeration type 'enum vm_event_item' [-Wenum-conversion]
18:                 count_memcg_events(page->mem_cgroup, idx, 1);
18:                 ~~~~~~~~~~~~~~~~~~                   ^~~
18: 6 warnings generated.
18: .....In file included from /virtual/main.c:3:
18: In file included from include/linux/netdevice.h:28:
18: In file included from include/linux/timer.h:4:
18: In file included from include/linux/list.h:8:
18: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
18: #define container_of(ptr, type, member) ({                              \
18:         ^
18: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
18: #define container_of(ptr, type, member)                         \
18:         ^
18: 1 warning generated.
18: .In file included from /virtual/main.c:3:
18: In file included from include/linux/netdevice.h:28:
18: In file included from include/linux/timer.h:4:
18: In file included from include/linux/list.h:8:
18: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
18: #define container_of(ptr, type, member) ({                              \
18:         ^
18: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
18: #define container_of(ptr, type, member)                         \
18:         ^
18: 1 warning generated.
18: .In file included from /virtual/main.c:2:
18: In file included from include/linux/sched.h:11:
18: In file included from arch/x86/include/asm/current.h:5:
18: In file included from arch/x86/include/asm/percpu.h:44:
18: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
18: #define container_of(ptr, type, member) ({                              \
18:         ^
18: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
18: #define container_of(ptr, type, member)                         \
18:         ^
18: 1 warning generated.
18: .In file included from /virtual/main.c:2:
18: In file included from include/linux/sched.h:11:
18: In file included from arch/x86/include/asm/current.h:5:
18: In file included from arch/x86/include/asm/percpu.h:44:
18: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
18: #define container_of(ptr, type, member) ({                              \
18:         ^
18: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
18: #define container_of(ptr, type, member)                         \
18:         ^
18: 1 warning generated.
18: .In file included from /virtual/main.c:2:
18: In file included from include/net/tcp.h:23:
18: In file included from include/linux/list.h:8:
18: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
18: #define container_of(ptr, type, member) ({                              \
18:         ^
18: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
18: #define container_of(ptr, type, member)                         \
18:         ^
18: In file included from /virtual/main.c:2:
18: In file included from include/net/tcp.h:24:
18: In file included from include/linux/tcp.h:23:
18: In file included from include/net/sock.h:58:
18: include/linux/memcontrol.h:580:31: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         __mod_memcg_state(pn->memcg, idx, val);
18:         ~~~~~~~~~~~~~~~~~            ^~~
18: include/linux/memcontrol.h:593:29: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         mod_memcg_state(pn->memcg, idx, val);
18:         ~~~~~~~~~~~~~~~            ^~~
18: include/linux/memcontrol.h:605:38: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         __mod_memcg_state(page->mem_cgroup, idx, val);
18:         ~~~~~~~~~~~~~~~~~                   ^~~
18: include/linux/memcontrol.h:618:36: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         mod_memcg_state(page->mem_cgroup, idx, val);
18:         ~~~~~~~~~~~~~~~                   ^~~
18: include/linux/memcontrol.h:639:40: warning: implicit conversion from enumeration type 'enum memcg_stat_item' to different enumeration type 'enum vm_event_item' [-Wenum-conversion]
18:                 count_memcg_events(page->mem_cgroup, idx, 1);
18:                 ~~~~~~~~~~~~~~~~~~                   ^~~
18: 6 warnings generated.
18: .In file included from /virtual/main.c:2:
18: In file included from include/net/tcp.h:23:
18: In file included from include/linux/list.h:8:
18: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
18: #define container_of(ptr, type, member) ({                              \
18:         ^
18: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
18: #define container_of(ptr, type, member)                         \
18:         ^
18: In file included from /virtual/main.c:2:
18: In file included from include/net/tcp.h:24:
18: In file included from include/linux/tcp.h:23:
18: In file included from include/net/sock.h:58:
18: include/linux/memcontrol.h:580:31: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         __mod_memcg_state(pn->memcg, idx, val);
18:         ~~~~~~~~~~~~~~~~~            ^~~
18: include/linux/memcontrol.h:593:29: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         mod_memcg_state(pn->memcg, idx, val);
18:         ~~~~~~~~~~~~~~~            ^~~
18: include/linux/memcontrol.h:605:38: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         __mod_memcg_state(page->mem_cgroup, idx, val);
18:         ~~~~~~~~~~~~~~~~~                   ^~~
18: include/linux/memcontrol.h:618:36: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         mod_memcg_state(page->mem_cgroup, idx, val);
18:         ~~~~~~~~~~~~~~~                   ^~~
18: include/linux/memcontrol.h:639:40: warning: implicit conversion from enumeration type 'enum memcg_stat_item' to different enumeration type 'enum vm_event_item' [-Wenum-conversion]
18:                 count_memcg_events(page->mem_cgroup, idx, 1);
18:                 ~~~~~~~~~~~~~~~~~~                   ^~~
18: 6 warnings generated.
18: .In file included from /virtual/main.c:2:
18: In file included from include/linux/ptrace.h:5:
18: In file included from include/linux/sched.h:11:
18: In file included from arch/x86/include/asm/current.h:5:
18: In file included from arch/x86/include/asm/percpu.h:44:
18: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
18: #define container_of(ptr, type, member) ({                              \
18:         ^
18: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
18: #define container_of(ptr, type, member)                         \
18:         ^
18: 1 warning generated.
18: .In file included from /virtual/main.c:2:
18: In file included from include/linux/ptrace.h:5:
18: In file included from include/linux/sched.h:11:
18: In file included from arch/x86/include/asm/current.h:5:
18: In file included from arch/x86/include/asm/percpu.h:44:
18: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
18: #define container_of(ptr, type, member) ({                              \
18:         ^
18: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
18: #define container_of(ptr, type, member)                         \
18:         ^
18: 1 warning generated.
18: .In file included from /virtual/main.c:2:
18: In file included from include/linux/ptrace.h:5:
18: In file included from include/linux/sched.h:11:
18: In file included from arch/x86/include/asm/current.h:5:
18: In file included from arch/x86/include/asm/percpu.h:44:
18: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
18: #define container_of(ptr, type, member) ({                              \
18:         ^
18: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
18: #define container_of(ptr, type, member)                         \
18:         ^
18: 1 warning generated.
18: .In file included from /virtual/main.c:2:
18: In file included from include/linux/ptrace.h:5:
18: In file included from include/linux/sched.h:11:
18: In file included from arch/x86/include/asm/current.h:5:
18: In file included from arch/x86/include/asm/percpu.h:44:
18: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
18: #define container_of(ptr, type, member) ({                              \
18:         ^
18: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
18: #define container_of(ptr, type, member)                         \
18:         ^
18: 1 warning generated.
18: .In file included from /virtual/main.c:2:
18: In file included from include/linux/ptrace.h:5:
18: In file included from include/linux/sched.h:11:
18: In file included from arch/x86/include/asm/current.h:5:
18: In file included from arch/x86/include/asm/percpu.h:44:
18: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
18: #define container_of(ptr, type, member) ({                              \
18:         ^
18: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
18: #define container_of(ptr, type, member)                         \
18:         ^
18: 1 warning generated.
18: .In file included from /virtual/main.c:2:
18: In file included from include/linux/ptrace.h:5:
18: In file included from include/linux/sched.h:11:
18: In file included from arch/x86/include/asm/current.h:5:
18: In file included from arch/x86/include/asm/percpu.h:44:
18: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
18: #define container_of(ptr, type, member) ({                              \
18:         ^
18: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
18: #define container_of(ptr, type, member)                         \
18:         ^
18: 1 warning generated.
18: .In file included from /virtual/main.c:2:
18: In file included from include/net/inet_sock.h:20:
18: In file included from include/linux/kmemcheck.h:4:
18: In file included from include/linux/mm_types.h:4:
18: In file included from include/linux/mm_types_task.h:13:
18: In file included from include/linux/cpumask.h:9:
18: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
18: #define container_of(ptr, type, member) ({                              \
18:         ^
18: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
18: #define container_of(ptr, type, member)                         \
18:         ^
18: In file included from /virtual/main.c:2:
18: In file included from include/net/inet_sock.h:27:
18: In file included from include/net/sock.h:58:
18: include/linux/memcontrol.h:580:31: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         __mod_memcg_state(pn->memcg, idx, val);
18:         ~~~~~~~~~~~~~~~~~            ^~~
18: include/linux/memcontrol.h:593:29: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         mod_memcg_state(pn->memcg, idx, val);
18:         ~~~~~~~~~~~~~~~            ^~~
18: include/linux/memcontrol.h:605:38: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         __mod_memcg_state(page->mem_cgroup, idx, val);
18:         ~~~~~~~~~~~~~~~~~                   ^~~
18: include/linux/memcontrol.h:618:36: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         mod_memcg_state(page->mem_cgroup, idx, val);
18:         ~~~~~~~~~~~~~~~                   ^~~
18: include/linux/memcontrol.h:639:40: warning: implicit conversion from enumeration type 'enum memcg_stat_item' to different enumeration type 'enum vm_event_item' [-Wenum-conversion]
18:                 count_memcg_events(page->mem_cgroup, idx, 1);
18:                 ~~~~~~~~~~~~~~~~~~                   ^~~
18: 6 warnings generated.
18: .In file included from /virtual/main.c:2:
18: In file included from include/linux/mm_types.h:4:
18: In file included from include/linux/mm_types_task.h:13:
18: In file included from include/linux/cpumask.h:9:
18: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
18: #define container_of(ptr, type, member) ({                              \
18:         ^
18: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
18: #define container_of(ptr, type, member)                         \
18:         ^
18: 1 warning generated.
18: .In file included from /virtual/main.c:2:
18: In file included from include/linux/sched.h:11:
18: In file included from arch/x86/include/asm/current.h:5:
18: In file included from arch/x86/include/asm/percpu.h:44:
18: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
18: #define container_of(ptr, type, member) ({                              \
18:         ^
18: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
18: #define container_of(ptr, type, member)                         \
18:         ^
18: In file included from /virtual/main.c:3:
18: In file included from include/net/inet_sock.h:27:
18: In file included from include/net/sock.h:58:
18: include/linux/memcontrol.h:580:31: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         __mod_memcg_state(pn->memcg, idx, val);
18:         ~~~~~~~~~~~~~~~~~            ^~~
18: include/linux/memcontrol.h:593:29: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         mod_memcg_state(pn->memcg, idx, val);
18:         ~~~~~~~~~~~~~~~            ^~~
18: include/linux/memcontrol.h:605:38: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         __mod_memcg_state(page->mem_cgroup, idx, val);
18:         ~~~~~~~~~~~~~~~~~                   ^~~
18: include/linux/memcontrol.h:618:36: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         mod_memcg_state(page->mem_cgroup, idx, val);
18:         ~~~~~~~~~~~~~~~                   ^~~
18: include/linux/memcontrol.h:639:40: warning: implicit conversion from enumeration type 'enum memcg_stat_item' to different enumeration type 'enum vm_event_item' [-Wenum-conversion]
18:                 count_memcg_events(page->mem_cgroup, idx, 1);
18:                 ~~~~~~~~~~~~~~~~~~                   ^~~
18: 6 warnings generated.
18: .In file included from /virtual/main.c:2:
18: In file included from include/linux/fs.h:5:
18: In file included from include/linux/wait_bit.h:7:
18: In file included from include/linux/wait.h:6:
18: In file included from include/linux/list.h:8:
18: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
18: #define container_of(ptr, type, member) ({                              \
18:         ^
18: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
18: #define container_of(ptr, type, member)                         \
18:         ^
18: 1 warning generated.
18: .In file included from /virtual/main.c:3:
18: In file included from include/linux/blkdev.h:4:
18: In file included from include/linux/sched.h:11:
18: In file included from arch/x86/include/asm/current.h:5:
18: In file included from arch/x86/include/asm/percpu.h:44:
18: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
18: #define container_of(ptr, type, member) ({                              \
18:         ^
18: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
18: #define container_of(ptr, type, member)                         \
18:         ^
18: 1 warning generated.
18: .In file included from /virtual/main.c:2:
18: In file included from include/linux/sched.h:11:
18: In file included from arch/x86/include/asm/current.h:5:
18: In file included from arch/x86/include/asm/percpu.h:44:
18: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
18: #define container_of(ptr, type, member) ({                              \
18:         ^
18: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
18: #define container_of(ptr, type, member)                         \
18:         ^
18: In file included from /virtual/main.c:3:
18: In file included from include/net/inet_sock.h:27:
18: In file included from include/net/sock.h:58:
18: include/linux/memcontrol.h:580:31: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         __mod_memcg_state(pn->memcg, idx, val);
18:         ~~~~~~~~~~~~~~~~~            ^~~
18: include/linux/memcontrol.h:593:29: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         mod_memcg_state(pn->memcg, idx, val);
18:         ~~~~~~~~~~~~~~~            ^~~
18: include/linux/memcontrol.h:605:38: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         __mod_memcg_state(page->mem_cgroup, idx, val);
18:         ~~~~~~~~~~~~~~~~~                   ^~~
18: include/linux/memcontrol.h:618:36: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         mod_memcg_state(page->mem_cgroup, idx, val);
18:         ~~~~~~~~~~~~~~~                   ^~~
18: include/linux/memcontrol.h:639:40: warning: implicit conversion from enumeration type 'enum memcg_stat_item' to different enumeration type 'enum vm_event_item' [-Wenum-conversion]
18:                 count_memcg_events(page->mem_cgroup, idx, 1);
18:                 ~~~~~~~~~~~~~~~~~~                   ^~~
18: 6 warnings generated.
18: .In file included from /virtual/main.c:3:
18: In file included from include/linux/tcp.h:21:
18: In file included from include/linux/skbuff.h:17:
18: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
18: #define container_of(ptr, type, member) ({                              \
18:         ^
18: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
18: #define container_of(ptr, type, member)                         \
18:         ^
18: In file included from /virtual/main.c:3:
18: In file included from include/linux/tcp.h:23:
18: In file included from include/net/sock.h:58:
18: include/linux/memcontrol.h:580:31: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         __mod_memcg_state(pn->memcg, idx, val);
18:         ~~~~~~~~~~~~~~~~~            ^~~
18: include/linux/memcontrol.h:593:29: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         mod_memcg_state(pn->memcg, idx, val);
18:         ~~~~~~~~~~~~~~~            ^~~
18: include/linux/memcontrol.h:605:38: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         __mod_memcg_state(page->mem_cgroup, idx, val);
18:         ~~~~~~~~~~~~~~~~~                   ^~~
18: include/linux/memcontrol.h:618:36: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         mod_memcg_state(page->mem_cgroup, idx, val);
18:         ~~~~~~~~~~~~~~~                   ^~~
18: include/linux/memcontrol.h:639:40: warning: implicit conversion from enumeration type 'enum memcg_stat_item' to different enumeration type 'enum vm_event_item' [-Wenum-conversion]
18:                 count_memcg_events(page->mem_cgroup, idx, 1);
18:                 ~~~~~~~~~~~~~~~~~~                   ^~~
18: 6 warnings generated.
18: .In file included from /virtual/main.c:2:
18: In file included from include/net/inet_sock.h:20:
18: In file included from include/linux/kmemcheck.h:4:
18: In file included from include/linux/mm_types.h:4:
18: In file included from include/linux/mm_types_task.h:13:
18: In file included from include/linux/cpumask.h:9:
18: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
18: #define container_of(ptr, type, member) ({                              \
18:         ^
18: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
18: #define container_of(ptr, type, member)                         \
18:         ^
18: In file included from /virtual/main.c:2:
18: In file included from include/net/inet_sock.h:27:
18: In file included from include/net/sock.h:58:
18: include/linux/memcontrol.h:580:31: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         __mod_memcg_state(pn->memcg, idx, val);
18:         ~~~~~~~~~~~~~~~~~            ^~~
18: include/linux/memcontrol.h:593:29: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         mod_memcg_state(pn->memcg, idx, val);
18:         ~~~~~~~~~~~~~~~            ^~~
18: include/linux/memcontrol.h:605:38: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         __mod_memcg_state(page->mem_cgroup, idx, val);
18:         ~~~~~~~~~~~~~~~~~                   ^~~
18: include/linux/memcontrol.h:618:36: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         mod_memcg_state(page->mem_cgroup, idx, val);
18:         ~~~~~~~~~~~~~~~                   ^~~
18: include/linux/memcontrol.h:639:40: warning: implicit conversion from enumeration type 'enum memcg_stat_item' to different enumeration type 'enum vm_event_item' [-Wenum-conversion]
18:                 count_memcg_events(page->mem_cgroup, idx, 1);
18:                 ~~~~~~~~~~~~~~~~~~                   ^~~
18: 6 warnings generated.
18: .In file included from /virtual/main.c:2:
18: In file included from include/net/inet_sock.h:20:
18: In file included from include/linux/kmemcheck.h:4:
18: In file included from include/linux/mm_types.h:4:
18: In file included from include/linux/mm_types_task.h:13:
18: In file included from include/linux/cpumask.h:9:
18: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
18: #define container_of(ptr, type, member) ({                              \
18:         ^
18: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
18: #define container_of(ptr, type, member)                         \
18:         ^
18: In file included from /virtual/main.c:2:
18: In file included from include/net/inet_sock.h:27:
18: In file included from include/net/sock.h:58:
18: include/linux/memcontrol.h:580:31: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         __mod_memcg_state(pn->memcg, idx, val);
18:         ~~~~~~~~~~~~~~~~~            ^~~
18: include/linux/memcontrol.h:593:29: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         mod_memcg_state(pn->memcg, idx, val);
18:         ~~~~~~~~~~~~~~~            ^~~
18: include/linux/memcontrol.h:605:38: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         __mod_memcg_state(page->mem_cgroup, idx, val);
18:         ~~~~~~~~~~~~~~~~~                   ^~~
18: include/linux/memcontrol.h:618:36: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         mod_memcg_state(page->mem_cgroup, idx, val);
18:         ~~~~~~~~~~~~~~~                   ^~~
18: include/linux/memcontrol.h:639:40: warning: implicit conversion from enumeration type 'enum memcg_stat_item' to different enumeration type 'enum vm_event_item' [-Wenum-conversion]
18:                 count_memcg_events(page->mem_cgroup, idx, 1);
18:                 ~~~~~~~~~~~~~~~~~~                   ^~~
18: 6 warnings generated.
18: .In file included from /virtual/main.c:2:
18: In file included from include/net/inet_sock.h:20:
18: In file included from include/linux/kmemcheck.h:4:
18: In file included from include/linux/mm_types.h:4:
18: In file included from include/linux/mm_types_task.h:13:
18: In file included from include/linux/cpumask.h:9:
18: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
18: #define container_of(ptr, type, member) ({                              \
18:         ^
18: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
18: #define container_of(ptr, type, member)                         \
18:         ^
18: In file included from /virtual/main.c:2:
18: In file included from include/net/inet_sock.h:27:
18: In file included from include/net/sock.h:58:
18: include/linux/memcontrol.h:580:31: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         __mod_memcg_state(pn->memcg, idx, val);
18:         ~~~~~~~~~~~~~~~~~            ^~~
18: include/linux/memcontrol.h:593:29: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         mod_memcg_state(pn->memcg, idx, val);
18:         ~~~~~~~~~~~~~~~            ^~~
18: include/linux/memcontrol.h:605:38: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         __mod_memcg_state(page->mem_cgroup, idx, val);
18:         ~~~~~~~~~~~~~~~~~                   ^~~
18: include/linux/memcontrol.h:618:36: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         mod_memcg_state(page->mem_cgroup, idx, val);
18:         ~~~~~~~~~~~~~~~                   ^~~
18: include/linux/memcontrol.h:639:40: warning: implicit conversion from enumeration type 'enum memcg_stat_item' to different enumeration type 'enum vm_event_item' [-Wenum-conversion]
18:                 count_memcg_events(page->mem_cgroup, idx, 1);
18:                 ~~~~~~~~~~~~~~~~~~                   ^~~
18: 6 warnings generated.
18: .In file included from /virtual/main.c:2:
18: In file included from include/net/inet_sock.h:20:
18: In file included from include/linux/kmemcheck.h:4:
18: In file included from include/linux/mm_types.h:4:
18: In file included from include/linux/mm_types_task.h:13:
18: In file included from include/linux/cpumask.h:9:
18: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
18: #define container_of(ptr, type, member) ({                              \
18:         ^
18: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
18: #define container_of(ptr, type, member)                         \
18:         ^
18: In file included from /virtual/main.c:2:
18: In file included from include/net/inet_sock.h:27:
18: In file included from include/net/sock.h:58:
18: include/linux/memcontrol.h:580:31: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         __mod_memcg_state(pn->memcg, idx, val);
18:         ~~~~~~~~~~~~~~~~~            ^~~
18: include/linux/memcontrol.h:593:29: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         mod_memcg_state(pn->memcg, idx, val);
18:         ~~~~~~~~~~~~~~~            ^~~
18: include/linux/memcontrol.h:605:38: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         __mod_memcg_state(page->mem_cgroup, idx, val);
18:         ~~~~~~~~~~~~~~~~~                   ^~~
18: include/linux/memcontrol.h:618:36: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         mod_memcg_state(page->mem_cgroup, idx, val);
18:         ~~~~~~~~~~~~~~~                   ^~~
18: include/linux/memcontrol.h:639:40: warning: implicit conversion from enumeration type 'enum memcg_stat_item' to different enumeration type 'enum vm_event_item' [-Wenum-conversion]
18:                 count_memcg_events(page->mem_cgroup, idx, 1);
18:                 ~~~~~~~~~~~~~~~~~~                   ^~~
18: 6 warnings generated.
18: .In file included from /virtual/main.c:2:
18: In file included from include/net/inet_sock.h:20:
18: In file included from include/linux/kmemcheck.h:4:
18: In file included from include/linux/mm_types.h:4:
18: In file included from include/linux/mm_types_task.h:13:
18: In file included from include/linux/cpumask.h:9:
18: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
18: #define container_of(ptr, type, member) ({                              \
18:         ^
18: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
18: #define container_of(ptr, type, member)                         \
18:         ^
18: In file included from /virtual/main.c:2:
18: In file included from include/net/inet_sock.h:27:
18: In file included from include/net/sock.h:58:
18: include/linux/memcontrol.h:580:31: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         __mod_memcg_state(pn->memcg, idx, val);
18:         ~~~~~~~~~~~~~~~~~            ^~~
18: include/linux/memcontrol.h:593:29: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         mod_memcg_state(pn->memcg, idx, val);
18:         ~~~~~~~~~~~~~~~            ^~~
18: include/linux/memcontrol.h:605:38: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         __mod_memcg_state(page->mem_cgroup, idx, val);
18:         ~~~~~~~~~~~~~~~~~                   ^~~
18: include/linux/memcontrol.h:618:36: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         mod_memcg_state(page->mem_cgroup, idx, val);
18:         ~~~~~~~~~~~~~~~                   ^~~
18: include/linux/memcontrol.h:639:40: warning: implicit conversion from enumeration type 'enum memcg_stat_item' to different enumeration type 'enum vm_event_item' [-Wenum-conversion]
18:                 count_memcg_events(page->mem_cgroup, idx, 1);
18:                 ~~~~~~~~~~~~~~~~~~                   ^~~
18: 6 warnings generated.
18: .In file included from /virtual/main.c:2:
18: In file included from include/net/inet_sock.h:20:
18: In file included from include/linux/kmemcheck.h:4:
18: In file included from include/linux/mm_types.h:4:
18: In file included from include/linux/mm_types_task.h:13:
18: In file included from include/linux/cpumask.h:9:
18: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
18: #define container_of(ptr, type, member) ({                              \
18:         ^
18: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
18: #define container_of(ptr, type, member)                         \
18:         ^
18: In file included from /virtual/main.c:2:
18: In file included from include/net/inet_sock.h:27:
18: In file included from include/net/sock.h:58:
18: include/linux/memcontrol.h:580:31: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         __mod_memcg_state(pn->memcg, idx, val);
18:         ~~~~~~~~~~~~~~~~~            ^~~
18: include/linux/memcontrol.h:593:29: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         mod_memcg_state(pn->memcg, idx, val);
18:         ~~~~~~~~~~~~~~~            ^~~
18: include/linux/memcontrol.h:605:38: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         __mod_memcg_state(page->mem_cgroup, idx, val);
18:         ~~~~~~~~~~~~~~~~~                   ^~~
18: include/linux/memcontrol.h:618:36: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         mod_memcg_state(page->mem_cgroup, idx, val);
18:         ~~~~~~~~~~~~~~~                   ^~~
18: include/linux/memcontrol.h:639:40: warning: implicit conversion from enumeration type 'enum memcg_stat_item' to different enumeration type 'enum vm_event_item' [-Wenum-conversion]
18:                 count_memcg_events(page->mem_cgroup, idx, 1);
18:                 ~~~~~~~~~~~~~~~~~~                   ^~~
18: 6 warnings generated.
18: ../virtual/main.c:7:12: warning: incompatible pointer to integer conversion returning 'u32 *' (aka 'unsigned int *') from a function with result type 'int' [-Wint-conversion]
18:     return *(&skp->sk_daddr);
18:            ^~~~~~~~~~~~~~~~~
18: 1 warning generated.
18: .In file included from /virtual/main.c:3:
18: In file included from include/linux/tcp.h:21:
18: In file included from include/linux/skbuff.h:17:
18: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
18: #define container_of(ptr, type, member) ({                              \
18:         ^
18: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
18: #define container_of(ptr, type, member)                         \
18:         ^
18: In file included from /virtual/main.c:3:
18: In file included from include/linux/tcp.h:23:
18: In file included from include/net/sock.h:58:
18: include/linux/memcontrol.h:580:31: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         __mod_memcg_state(pn->memcg, idx, val);
18:         ~~~~~~~~~~~~~~~~~            ^~~
18: include/linux/memcontrol.h:593:29: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         mod_memcg_state(pn->memcg, idx, val);
18:         ~~~~~~~~~~~~~~~            ^~~
18: include/linux/memcontrol.h:605:38: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         __mod_memcg_state(page->mem_cgroup, idx, val);
18:         ~~~~~~~~~~~~~~~~~                   ^~~
18: include/linux/memcontrol.h:618:36: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         mod_memcg_state(page->mem_cgroup, idx, val);
18:         ~~~~~~~~~~~~~~~                   ^~~
18: include/linux/memcontrol.h:639:40: warning: implicit conversion from enumeration type 'enum memcg_stat_item' to different enumeration type 'enum vm_event_item' [-Wenum-conversion]
18:                 count_memcg_events(page->mem_cgroup, idx, 1);
18:                 ~~~~~~~~~~~~~~~~~~                   ^~~
18: 6 warnings generated.
18: .In file included from /virtual/main.c:3:
18: In file included from include/linux/tcp.h:21:
18: In file included from include/linux/skbuff.h:17:
18: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
18: #define container_of(ptr, type, member) ({                              \
18:         ^
18: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
18: #define container_of(ptr, type, member)                         \
18:         ^
18: In file included from /virtual/main.c:3:
18: In file included from include/linux/tcp.h:23:
18: In file included from include/net/sock.h:58:
18: include/linux/memcontrol.h:580:31: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         __mod_memcg_state(pn->memcg, idx, val);
18:         ~~~~~~~~~~~~~~~~~            ^~~
18: include/linux/memcontrol.h:593:29: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         mod_memcg_state(pn->memcg, idx, val);
18:         ~~~~~~~~~~~~~~~            ^~~
18: include/linux/memcontrol.h:605:38: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         __mod_memcg_state(page->mem_cgroup, idx, val);
18:         ~~~~~~~~~~~~~~~~~                   ^~~
18: include/linux/memcontrol.h:618:36: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         mod_memcg_state(page->mem_cgroup, idx, val);
18:         ~~~~~~~~~~~~~~~                   ^~~
18: include/linux/memcontrol.h:639:40: warning: implicit conversion from enumeration type 'enum memcg_stat_item' to different enumeration type 'enum vm_event_item' [-Wenum-conversion]
18:                 count_memcg_events(page->mem_cgroup, idx, 1);
18:                 ~~~~~~~~~~~~~~~~~~                   ^~~
18: 6 warnings generated.
18: .In file included from /virtual/main.c:3:
18: In file included from include/linux/tcp.h:21:
18: In file included from include/linux/skbuff.h:17:
18: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
18: #define container_of(ptr, type, member) ({                              \
18:         ^
18: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
18: #define container_of(ptr, type, member)                         \
18:         ^
18: In file included from /virtual/main.c:3:
18: In file included from include/linux/tcp.h:23:
18: In file included from include/net/sock.h:58:
18: include/linux/memcontrol.h:580:31: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         __mod_memcg_state(pn->memcg, idx, val);
18:         ~~~~~~~~~~~~~~~~~            ^~~
18: include/linux/memcontrol.h:593:29: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         mod_memcg_state(pn->memcg, idx, val);
18:         ~~~~~~~~~~~~~~~            ^~~
18: include/linux/memcontrol.h:605:38: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         __mod_memcg_state(page->mem_cgroup, idx, val);
18:         ~~~~~~~~~~~~~~~~~                   ^~~
18: include/linux/memcontrol.h:618:36: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         mod_memcg_state(page->mem_cgroup, idx, val);
18:         ~~~~~~~~~~~~~~~                   ^~~
18: include/linux/memcontrol.h:639:40: warning: implicit conversion from enumeration type 'enum memcg_stat_item' to different enumeration type 'enum vm_event_item' [-Wenum-conversion]
18:                 count_memcg_events(page->mem_cgroup, idx, 1);
18:                 ~~~~~~~~~~~~~~~~~~                   ^~~
18: 6 warnings generated.
18: .In file included from /virtual/main.c:3:
18: In file included from include/linux/if_ether.h:23:
18: In file included from include/linux/skbuff.h:17:
18: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
18: #define container_of(ptr, type, member) ({                              \
18:         ^
18: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
18: #define container_of(ptr, type, member)                         \
18:         ^
18: 1 warning generated.
18: .In file included from /virtual/main.c:2:
18: In file included from include/linux/netdevice.h:28:
18: In file included from include/linux/timer.h:4:
18: In file included from include/linux/list.h:8:
18: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
18: #define container_of(ptr, type, member) ({                              \
18:         ^
18: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
18: #define container_of(ptr, type, member)                         \
18:         ^
18: 1 warning generated.
18: .In file included from /virtual/main.c:2:
18: In file included from include/net/tcp.h:23:
18: In file included from include/linux/list.h:8:
18: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
18: #define container_of(ptr, type, member) ({                              \
18:         ^
18: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
18: #define container_of(ptr, type, member)                         \
18:         ^
18: In file included from /virtual/main.c:2:
18: In file included from include/net/tcp.h:24:
18: In file included from include/linux/tcp.h:23:
18: In file included from include/net/sock.h:58:
18: include/linux/memcontrol.h:580:31: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         __mod_memcg_state(pn->memcg, idx, val);
18:         ~~~~~~~~~~~~~~~~~            ^~~
18: include/linux/memcontrol.h:593:29: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         mod_memcg_state(pn->memcg, idx, val);
18:         ~~~~~~~~~~~~~~~            ^~~
18: include/linux/memcontrol.h:605:38: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         __mod_memcg_state(page->mem_cgroup, idx, val);
18:         ~~~~~~~~~~~~~~~~~                   ^~~
18: include/linux/memcontrol.h:618:36: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         mod_memcg_state(page->mem_cgroup, idx, val);
18:         ~~~~~~~~~~~~~~~                   ^~~
18: include/linux/memcontrol.h:639:40: warning: implicit conversion from enumeration type 'enum memcg_stat_item' to different enumeration type 'enum vm_event_item' [-Wenum-conversion]
18:                 count_memcg_events(page->mem_cgroup, idx, 1);
18:                 ~~~~~~~~~~~~~~~~~~                   ^~~
18: 6 warnings generated.
18: .In file included from /virtual/main.c:2:
18: In file included from include/net/tcp.h:23:
18: In file included from include/linux/list.h:8:
18: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
18: #define container_of(ptr, type, member) ({                              \
18:         ^
18: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
18: #define container_of(ptr, type, member)                         \
18:         ^
18: In file included from /virtual/main.c:2:
18: In file included from include/net/tcp.h:24:
18: In file included from include/linux/tcp.h:23:
18: In file included from include/net/sock.h:58:
18: include/linux/memcontrol.h:580:31: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         __mod_memcg_state(pn->memcg, idx, val);
18:         ~~~~~~~~~~~~~~~~~            ^~~
18: include/linux/memcontrol.h:593:29: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         mod_memcg_state(pn->memcg, idx, val);
18:         ~~~~~~~~~~~~~~~            ^~~
18: include/linux/memcontrol.h:605:38: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         __mod_memcg_state(page->mem_cgroup, idx, val);
18:         ~~~~~~~~~~~~~~~~~                   ^~~
18: include/linux/memcontrol.h:618:36: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
18:         mod_memcg_state(page->mem_cgroup, idx, val);
18:         ~~~~~~~~~~~~~~~                   ^~~
18: include/linux/memcontrol.h:639:40: warning: implicit conversion from enumeration type 'enum memcg_stat_item' to different enumeration type 'enum vm_event_item' [-Wenum-conversion]
18:                 count_memcg_events(page->mem_cgroup, idx, 1);
18:                 ~~~~~~~~~~~~~~~~~~                   ^~~
18: 6 warnings generated.
18: .In file included from /virtual/main.c:3:
18: In file included from include/linux/gfp.h:4:
18: In file included from include/linux/mmdebug.h:4:
18: In file included from include/linux/bug.h:4:
18: In file included from arch/x86/include/asm/bug.h:81:
18: In file included from include/asm-generic/bug.h:15:
18: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
18: #define container_of(ptr, type, member) ({                              \
18:         ^
18: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
18: #define container_of(ptr, type, member)                         \
18:         ^
18: 1 warning generated.
18: .In file included from /virtual/main.c:3:
18: In file included from include/linux/netdevice.h:28:
18: In file included from include/linux/timer.h:4:
18: In file included from include/linux/list.h:8:
18: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
18: #define container_of(ptr, type, member) ({                              \
18:         ^
18: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
18: #define container_of(ptr, type, member)                         \
18:         ^
18: 1 warning generated.
18: ..In file included from /virtual/main.c:2:
18: In file included from include/linux/mm_types.h:4:
18: In file included from include/linux/mm_types_task.h:13:
18: In file included from include/linux/cpumask.h:9:
18: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
18: #define container_of(ptr, type, member) ({                              \
18:         ^
18: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
18: #define container_of(ptr, type, member)                         \
18:         ^
18: 1 warning generated.
18: ...../virtual/main.c:1:30: error: expected expression
18: int failure(void *ctx) { if (); return 0; }
18:                              ^
18: 1 error generated.
18: .In file included from /virtual/main.c:3:
18: In file included from include/linux/sched.h:11:
18: In file included from arch/x86/include/asm/current.h:5:
18: In file included from arch/x86/include/asm/percpu.h:44:
18: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
18: #define container_of(ptr, type, member) ({                              \
18:         ^
18: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
18: #define container_of(ptr, type, member)                         \
18:         ^
18: 1 warning 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: .In file included from /virtual/main.c:2:
18: In file included from include/linux/fs.h:5:
18: In file included from include/linux/wait_bit.h:7:
18: In file included from include/linux/wait.h:6:
18: In file included from include/linux/list.h:8:
18: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
18: #define container_of(ptr, type, member) ({                              \
18:         ^
18: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
18: #define container_of(ptr, type, member)                         \
18:         ^
18: 1 warning generated.
18: .In file included from /virtual/main.c:2:
18: In file included from include/linux/blkdev.h:4:
18: In file included from include/linux/sched.h:11:
18: In file included from arch/x86/include/asm/current.h:5:
18: In file included from arch/x86/include/asm/percpu.h:44:
18: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
18: #define container_of(ptr, type, member) ({                              \
18:         ^
18: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
18: #define container_of(ptr, type, member)                         \
18:         ^
18: 1 warning generated.
18: ..
18: ----------------------------------------------------------------------
18: Ran 83 tests in 79.254s
18: 
18: OK (skipped=2)
18: 0
18/45 Test #18: py_test_clang ....................   Passed   79.53 sec
test 19
      Start 19: py_test_histogram

19: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc25/build/tests/wrapper.sh "py_histogram" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc25/tests/python/test_histogram.py"
19: Test timeout computed to be: 9.99988e+06
19: In file included from /virtual/main.c:3:
19: In file included from include/linux/sched.h:11:
19: In file included from arch/x86/include/asm/current.h:5:
19: In file included from arch/x86/include/asm/percpu.h:44:
19: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
19: #define container_of(ptr, type, member) ({                              \
19:         ^
19: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
19: #define container_of(ptr, type, member)                         \
19:         ^
19: 1 warning generated.
19: ....
19: ----------------------------------------------------------------------
19: Ran 4 tests in 3.438s
19: 
19: OK
19: 
19: Bucket ptr = 'systemd'
19:      value               : count     distribution
19:          0 -> 1          : 0        |                                        |
19:          2 -> 3          : 1        |****************************************|
19: 
19: Bucket ptr = 'java'
19:      value               : count     distribution
19:          0 -> 1          : 1        |*                                       |
19:          2 -> 3          : 27       |****************************************|
19: 
19: Bucket ptr = 'python'
19:      value               : count     distribution
19:          0 -> 1          : 1        |                                        |
19:          2 -> 3          : 99       |****************************************|
19: 
19: Bucket ptr = 'systemd-udevd'
19:      value               : count     distribution
19:          0 -> 1          : 0        |                                        |
19:          2 -> 3          : 1        |****************************************|
19: 
19: Bucket ptr = 'watchdog/0'
19:      value               : count     distribution
19:          0 -> 1          : 0        |                                        |
19:          2 -> 3          : 1        |****************************************|
19: 
19: Bucket ptr = 'rcu_sched'
19:      value               : count     distribution
19:          0 -> 1          : 0        |                                        |
19:          2 -> 3          : 6        |****************************************|
19: 
19: Bucket ptr = 'swapper/0'
19:      value               : count     distribution
19:          0 -> 1          : 104      |****************************************|
19: 
19: Bucket ptr = 'kworker/1:4'
19:      value               : count     distribution
19:          0 -> 1          : 1        |****************************************|
19:          2 -> 3          : 1        |****************************************|
19: 
19: Bucket ptr = 'watchdog/1'
19:      value               : count     distribution
19:          0 -> 1          : 0        |                                        |
19:          2 -> 3          : 1        |****************************************|
19: 
19: Bucket ptr = 'ctest'
19:      value               : count     distribution
19:          0 -> 1          : 0        |                                        |
19:          2 -> 3          : 10       |****************************************|
19: 
19: Bucket ptr = 'swapper/1'
19:      value               : count     distribution
19:          0 -> 1          : 43       |****************************************|
19/45 Test #19: py_test_histogram ................   Passed    3.52 sec
test 20
      Start 20: py_array

20: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc25/build/tests/wrapper.sh "py_array" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc25/tests/python/test_array.py"
20: Test timeout computed to be: 9.99988e+06
20: ....
20: ----------------------------------------------------------------------
20: Ran 4 tests in 1.289s
20: 
20: OK
20/45 Test #20: py_array .........................   Passed    1.37 sec
test 21
      Start 21: py_uprobes

21: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc25/build/tests/wrapper.sh "py_uprobes" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc25/tests/python/test_uprobes.py"
21: Test timeout computed to be: 9.99988e+06
21: .Python 2.7.13
21: .Arena 0:
21: system bytes     =   25931776
21: in use bytes     =    3082656
21: Total (incl. mmap):
21: system bytes     =   26722304
21: in use bytes     =    3873184
21: max mmap regions =          7
21: max mmap bytes   =    9203712
21: .
21: ----------------------------------------------------------------------
21: Ran 3 tests in 8.545s
21: 
21: OK
21/45 Test #21: py_uprobes .......................   Passed    8.62 sec
test 22
      Start 22: py_uprobes_2

22: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc25/build/tests/wrapper.sh "py_uprobes2" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc25/tests/python/test_uprobes2.py"
22: Test timeout computed to be: 9.99988e+06
22: .
22: ----------------------------------------------------------------------
22: Ran 1 test in 0.235s
22: 
22: OK
22/45 Test #22: py_uprobes_2 .....................   Passed    0.32 sec
test 23
      Start 23: py_test_stackid

23: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc25/build/tests/wrapper.sh "py_stackid" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc25/tests/python/test_stackid.py"
23: Test timeout computed to be: 9.99988e+06
23: s.
23: ----------------------------------------------------------------------
23: Ran 2 tests in 0.298s
23: 
23: OK (skipped=1)
23/45 Test #23: py_test_stackid ..................   Passed    0.41 sec
test 24
      Start 24: py_test_tracepoint

24: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc25/build/tests/wrapper.sh "py_test_tracepoint" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc25/tests/python/test_tracepoint.py"
24: Test timeout computed to be: 9.99988e+06
24: ..
24: ----------------------------------------------------------------------
24: Ran 2 tests in 2.396s
24: 
24: OK
24/45 Test #24: py_test_tracepoint ...............   Passed    2.49 sec
test 25
      Start 25: py_test_perf_event

25: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc25/build/tests/wrapper.sh "py_test_perf_event" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc25/tests/python/test_perf_event.py"
25: Test timeout computed to be: 9.99988e+06
25: perf_event_open: No such file or directory
25: s
25: ----------------------------------------------------------------------
25: Ran 1 test in 0.282s
25: 
25: OK (skipped=1)
25/45 Test #25: py_test_perf_event ...............   Passed    0.41 sec
test 26
      Start 26: py_test_utils

26: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc25/build/tests/wrapper.sh "py_test_utils" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc25/tests/python/test_utils.py"
26: Test timeout computed to be: 9.99988e+06
26: ..
26: ----------------------------------------------------------------------
26: Ran 2 tests in 0.001s
26: 
26: OK
26/45 Test #26: py_test_utils ....................   Passed    0.07 sec
test 27
      Start 27: py_test_percpu

27: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc25/build/tests/wrapper.sh "py_test_percpu" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc25/tests/python/test_percpu.py"
27: Test timeout computed to be: 9.99988e+06
27: ....
27: ----------------------------------------------------------------------
27: Ran 4 tests in 2.470s
27: 
27: OK
27/45 Test #27: py_test_percpu ...................   Passed    2.54 sec
test 28
      Start 28: py_test_dump_func

28: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc25/build/tests/wrapper.sh "py_dump_func" "simple" "/home/fedora/jenkins/workspace/bcc-pr/label/fc25/tests/python/test_dump_func.py"
28: Test timeout computed to be: 9.99988e+06
28: .
28: ----------------------------------------------------------------------
28: Ran 1 test in 0.122s
28: 
28: OK
28/45 Test #28: py_test_dump_func ................   Passed    0.19 sec
test 29
      Start 29: py_test_disassembler

29: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc25/build/tests/wrapper.sh "py_test_disassembler" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc25/tests/python/test_disassembler.py"
29: Test timeout computed to be: 9.99988e+06
29: ..
29: ----------------------------------------------------------------------
29: Ran 2 tests in 0.199s
29: 
29: OK
29/45 Test #29: py_test_disassembler .............   Passed    0.27 sec
test 30
      Start 30: py_test_tools_smoke

30: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc25/build/tests/wrapper.sh "py_test_tools_smoke" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc25/tests/python/test_tools_smoke.py"
30: Test timeout computed to be: 9.99988e+06
30: Traceback (most recent call last):
30:   File "../../tools/argdist.py", line 707, in run
30:     self._main_loop()
30:   File "../../tools/argdist.py", line 697, in _main_loop
30:     exit()
30:   File "/usr/lib64/python2.7/site.py", line 355, in __call__
30:     raise SystemExit(code)
30: SystemExit: None
30: .In file included from /virtual/main.c:3:
30: In file included from include/linux/sched.h:11:
30: In file included from arch/x86/include/asm/current.h:5:
30: In file included from arch/x86/include/asm/percpu.h:44:
30: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
30: #define container_of(ptr, type, member) ({                              \
30:         ^
30: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
30: #define container_of(ptr, type, member)                         \
30:         ^
30: 1 warning generated.
30: .In file included from /virtual/main.c:17:
30: In file included from include/net/sock.h:43:
30: In file included from include/linux/hardirq.h:4:
30: In file included from include/linux/preempt.h:10:
30: In file included from include/linux/list.h:8:
30: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
30: #define container_of(ptr, type, member) ({                              \
30:         ^
30: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
30: #define container_of(ptr, type, member)                         \
30:         ^
30: In file included from /virtual/main.c:17:
30: In file included from include/net/sock.h:58:
30: include/linux/memcontrol.h:580:31: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
30:         __mod_memcg_state(pn->memcg, idx, val);
30:         ~~~~~~~~~~~~~~~~~            ^~~
30: include/linux/memcontrol.h:593:29: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
30:         mod_memcg_state(pn->memcg, idx, val);
30:         ~~~~~~~~~~~~~~~            ^~~
30: include/linux/memcontrol.h:605:38: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
30:         __mod_memcg_state(page->mem_cgroup, idx, val);
30:         ~~~~~~~~~~~~~~~~~                   ^~~
30: include/linux/memcontrol.h:618:36: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
30:         mod_memcg_state(page->mem_cgroup, idx, val);
30:         ~~~~~~~~~~~~~~~                   ^~~
30: include/linux/memcontrol.h:639:40: warning: implicit conversion from enumeration type 'enum memcg_stat_item' to different enumeration type 'enum vm_event_item' [-Wenum-conversion]
30:                 count_memcg_events(page->mem_cgroup, idx, 1);
30:                 ~~~~~~~~~~~~~~~~~~                   ^~~
30: 6 warnings generated.
30: .In file included from /virtual/main.c:3:
30: In file included from include/linux/blkdev.h:4:
30: In file included from include/linux/sched.h:11:
30: In file included from arch/x86/include/asm/current.h:5:
30: In file included from arch/x86/include/asm/percpu.h:44:
30: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
30: #define container_of(ptr, type, member) ({                              \
30:         ^
30: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
30: #define container_of(ptr, type, member)                         \
30:         ^
30: 1 warning generated.
30: .In file included from /virtual/main.c:3:
30: In file included from include/linux/blkdev.h:4:
30: In file included from include/linux/sched.h:11:
30: In file included from arch/x86/include/asm/current.h:5:
30: In file included from arch/x86/include/asm/percpu.h:44:
30: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
30: #define container_of(ptr, type, member) ({                              \
30:         ^
30: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
30: #define container_of(ptr, type, member)                         \
30:         ^
30: 1 warning generated.
30: .In file included from /virtual/main.c:3:
30: In file included from include/linux/blkdev.h:4:
30: In file included from include/linux/sched.h:11:
30: In file included from arch/x86/include/asm/current.h:5:
30: In file included from arch/x86/include/asm/percpu.h:44:
30: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
30: #define container_of(ptr, type, member) ({                              \
30:         ^
30: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
30: #define container_of(ptr, type, member)                         \
30:         ^
30: 1 warning generated.
30: 'unknown': unknown terminal type.
30: .In file included from /virtual/main.c:3:
30: In file included from include/linux/blkdev.h:4:
30: In file included from include/linux/sched.h:11:
30: In file included from arch/x86/include/asm/current.h:5:
30: In file included from arch/x86/include/asm/percpu.h:44:
30: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
30: #define container_of(ptr, type, member) ({                              \
30:         ^
30: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
30: #define container_of(ptr, type, member)                         \
30:         ^
30: 1 warning generated.
30: 'unknown': unknown terminal type.
30: 'unknown': unknown terminal type.
30: 'unknown': unknown terminal type.
30: 'unknown': unknown terminal type.
30: ......In file included from /virtual/main.c:15:
30: In file included from include/linux/sched.h:11:
30: In file included from arch/x86/include/asm/current.h:5:
30: In file included from arch/x86/include/asm/percpu.h:44:
30: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
30: #define container_of(ptr, type, member) ({                              \
30:         ^
30: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
30: #define container_of(ptr, type, member)                         \
30:         ^
30: 1 warning generated.
30: .sIn file included from /virtual/main.c:2:
30: In file included from include/linux/sched.h:11:
30: In file included from arch/x86/include/asm/current.h:5:
30: In file included from arch/x86/include/asm/percpu.h:44:
30: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
30: #define container_of(ptr, type, member) ({                              \
30:         ^
30: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
30: #define container_of(ptr, type, member)                         \
30:         ^
30: 1 warning generated.
30: .In file included from /virtual/main.c:3:
30: In file included from include/uapi/linux/bpf_perf_event.h:11:
30: In file included from include/linux/ptrace.h:5:
30: In file included from include/linux/sched.h:11:
30: In file included from arch/x86/include/asm/current.h:5:
30: In file included from arch/x86/include/asm/percpu.h:44:
30: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
30: #define container_of(ptr, type, member) ({                              \
30:         ^
30: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
30: #define container_of(ptr, type, member)                         \
30:         ^
30: 1 warning generated.
30: ...In file included from /virtual/main.c:3:
30: In file included from include/linux/fs.h:5:
30: In file included from include/linux/wait_bit.h:7:
30: In file included from include/linux/wait.h:6:
30: In file included from include/linux/list.h:8:
30: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
30: #define container_of(ptr, type, member) ({                              \
30:         ^
30: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
30: #define container_of(ptr, type, member)                         \
30:         ^
30: 1 warning generated.
30: ...In file included from /virtual/main.c:3:
30: In file included from include/linux/sched.h:11:
30: In file included from arch/x86/include/asm/current.h:5:
30: In file included from arch/x86/include/asm/percpu.h:44:
30: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
30: #define container_of(ptr, type, member) ({                              \
30:         ^
30: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
30: #define container_of(ptr, type, member)                         \
30:         ^
30: 1 warning generated.
30: .In file included from /virtual/main.c:15:
30: In file included from include/linux/sched.h:11:
30: In file included from arch/x86/include/asm/current.h:5:
30: In file included from arch/x86/include/asm/percpu.h:44:
30: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
30: #define container_of(ptr, type, member) ({                              \
30:         ^
30: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
30: #define container_of(ptr, type, member)                         \
30:         ^
30: 1 warning generated.
30: .In file included from /virtual/main.c:3:
30: In file included from include/linux/fs.h:5:
30: In file included from include/linux/wait_bit.h:7:
30: In file included from include/linux/wait.h:6:
30: In file included from include/linux/list.h:8:
30: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
30: #define container_of(ptr, type, member) ({                              \
30:         ^
30: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
30: #define container_of(ptr, type, member)                         \
30:         ^
30: 1 warning generated.
30: .In file included from /virtual/main.c:3:
30: In file included from include/linux/fs.h:5:
30: In file included from include/linux/wait_bit.h:7:
30: In file included from include/linux/wait.h:6:
30: In file included from include/linux/list.h:8:
30: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
30: #define container_of(ptr, type, member) ({                              \
30:         ^
30: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
30: #define container_of(ptr, type, member)                         \
30:         ^
30: 1 warning generated.
30: .In file included from /virtual/main.c:3:
30: In file included from include/linux/fs.h:5:
30: In file included from include/linux/wait_bit.h:7:
30: In file included from include/linux/wait.h:6:
30: In file included from include/linux/list.h:8:
30: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
30: #define container_of(ptr, type, member) ({                              \
30:         ^
30: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
30: #define container_of(ptr, type, member)                         \
30:         ^
30: 1 warning generated.
30: .In file included from /virtual/main.c:3:
30: In file included from include/linux/fs.h:5:
30: In file included from include/linux/wait_bit.h:7:
30: In file included from include/linux/wait.h:6:
30: In file included from include/linux/list.h:8:
30: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
30: #define container_of(ptr, type, member) ({                              \
30:         ^
30: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
30: #define container_of(ptr, type, member)                         \
30:         ^
30: 1 warning generated.
30: .In file included from /virtual/main.c:3:
30: In file included from include/linux/blkdev.h:4:
30: In file included from include/linux/sched.h:11:
30: In file included from arch/x86/include/asm/current.h:5:
30: In file included from arch/x86/include/asm/percpu.h:44:
30: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
30: #define container_of(ptr, type, member) ({                              \
30:         ^
30: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
30: #define container_of(ptr, type, member)                         \
30:         ^
30: 1 warning generated.
30: 'unknown': unknown terminal type.
30: ...In file included from /virtual/main.c:3:
30: In file included from include/linux/sched.h:11:
30: In file included from arch/x86/include/asm/current.h:5:
30: In file included from arch/x86/include/asm/percpu.h:44:
30: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
30: #define container_of(ptr, type, member) ({                              \
30:         ^
30: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
30: #define container_of(ptr, type, member)                         \
30:         ^
30: 1 warning generated.
30: .In file included from /virtual/main.c:3:
30: In file included from include/linux/sched.h:11:
30: In file included from arch/x86/include/asm/current.h:5:
30: In file included from arch/x86/include/asm/percpu.h:44:
30: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
30: #define container_of(ptr, type, member) ({                              \
30:         ^
30: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
30: #define container_of(ptr, type, member)                         \
30:         ^
30: 1 warning generated.
30: .In file included from /virtual/main.c:3:
30: In file included from include/linux/irq.h:12:
30: In file included from include/linux/smp.h:11:
30: In file included from include/linux/list.h:8:
30: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
30: #define container_of(ptr, type, member) ({                              \
30:         ^
30: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
30: #define container_of(ptr, type, member)                         \
30:         ^
30: 1 warning generated.
30: .In file included from /virtual/main.c:3:
30: In file included from include/linux/sched.h:11:
30: In file included from arch/x86/include/asm/current.h:5:
30: In file included from arch/x86/include/asm/percpu.h:44:
30: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
30: #define container_of(ptr, type, member) ({                              \
30:         ^
30: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
30: #define container_of(ptr, type, member)                         \
30:         ^
30: 1 warning generated.
30: /bin/sh: line 1:  7182 Killed                  timeout -s KILL -k 5s 5s ../../tools/killsnoop.py > /dev/null
30: .s.In file included from /virtual/main.c:3:
30: In file included from include/linux/sched.h:11:
30: In file included from arch/x86/include/asm/current.h:5:
30: In file included from arch/x86/include/asm/percpu.h:44:
30: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
30: #define container_of(ptr, type, member) ({                              \
30:         ^
30: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
30: #define container_of(ptr, type, member)                         \
30:         ^
30: 1 warning generated.
30: ..In file included from /virtual/main.c:3:
30: In file included from include/linux/sched.h:11:
30: In file included from arch/x86/include/asm/current.h:5:
30: In file included from arch/x86/include/asm/percpu.h:44:
30: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
30: #define container_of(ptr, type, member) ({                              \
30:         ^
30: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
30: #define container_of(ptr, type, member)                         \
30:         ^
30: 1 warning generated.
30: ....In file included from /virtual/main.c:3:
30: In file included from include/linux/sched.h:11:
30: In file included from arch/x86/include/asm/current.h:5:
30: In file included from arch/x86/include/asm/percpu.h:44:
30: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
30: #define container_of(ptr, type, member) ({                              \
30:         ^
30: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
30: #define container_of(ptr, type, member)                         \
30:         ^
30: 1 warning generated.
30: .In file included from /virtual/main.c:3:
30: In file included from include/linux/sched.h:11:
30: In file included from arch/x86/include/asm/current.h:5:
30: In file included from arch/x86/include/asm/percpu.h:44:
30: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
30: #define container_of(ptr, type, member) ({                              \
30:         ^
30: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
30: #define container_of(ptr, type, member)                         \
30:         ^
30: 1 warning generated.
30: .In file included from /virtual/main.c:3:
30: In file included from include/linux/oom.h:5:
30: In file included from include/linux/sched/signal.h:4:
30: In file included from include/linux/rculist.h:9:
30: In file included from include/linux/list.h:8:
30: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
30: #define container_of(ptr, type, member) ({                              \
30:         ^
30: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
30: #define container_of(ptr, type, member)                         \
30:         ^
30: 1 warning generated.
30: .libbpf: failed to find valid kernel BTF
30: libbpf: vmlinux BTF is not found
30: In file included from /virtual/main.c:16:
30: In file included from include/linux/sched.h:11:
30: In file included from arch/x86/include/asm/current.h:5:
30: In file included from arch/x86/include/asm/percpu.h:44:
30: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
30: #define container_of(ptr, type, member) ({                              \
30:         ^
30: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
30: #define container_of(ptr, type, member)                         \
30:         ^
30: 1 warning generated.
30: ..In file included from /virtual/main.c:15:
30: In file included from include/uapi/linux/bpf_perf_event.h:11:
30: In file included from include/linux/ptrace.h:5:
30: In file included from include/linux/sched.h:11:
30: In file included from arch/x86/include/asm/current.h:5:
30: In file included from arch/x86/include/asm/percpu.h:44:
30: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
30: #define container_of(ptr, type, member) ({                              \
30:         ^
30: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
30: #define container_of(ptr, type, member)                         \
30:         ^
30: 1 warning generated.
30: .In file included from /virtual/main.c:3:
30: In file included from include/linux/sched.h:11:
30: In file included from arch/x86/include/asm/current.h:5:
30: In file included from arch/x86/include/asm/percpu.h:44:
30: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
30: #define container_of(ptr, type, member) ({                              \
30:         ^
30: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
30: #define container_of(ptr, type, member)                         \
30:         ^
30: 1 warning generated.
30: .In file included from /virtual/main.c:3:
30: In file included from include/linux/sched.h:11:
30: In file included from arch/x86/include/asm/current.h:5:
30: In file included from arch/x86/include/asm/percpu.h:44:
30: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
30: #define container_of(ptr, type, member) ({                              \
30:         ^
30: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
30: #define container_of(ptr, type, member)                         \
30:         ^
30: 1 warning generated.
30: .In file included from /virtual/main.c:4:
30: In file included from include/linux/sched.h:11:
30: In file included from arch/x86/include/asm/current.h:5:
30: In file included from arch/x86/include/asm/percpu.h:44:
30: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
30: #define container_of(ptr, type, member) ({                              \
30:         ^
30: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
30: #define container_of(ptr, type, member)                         \
30:         ^
30: 1 warning generated.
30: .In file included from /virtual/main.c:3:
30: In file included from include/linux/mm.h:8:
30: In file included from include/linux/mmdebug.h:4:
30: In file included from include/linux/bug.h:4:
30: In file included from arch/x86/include/asm/bug.h:81:
30: In file included from include/asm-generic/bug.h:15:
30: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
30: #define container_of(ptr, type, member) ({                              \
30:         ^
30: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
30: #define container_of(ptr, type, member)                         \
30:         ^
30: 1 warning generated.
30: 'unknown': unknown terminal type.
30: .In file included from /virtual/main.c:4:
30: In file included from include/linux/sched.h:11:
30: In file included from arch/x86/include/asm/current.h:5:
30: In file included from arch/x86/include/asm/percpu.h:44:
30: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
30: #define container_of(ptr, type, member) ({                              \
30:         ^
30: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
30: #define container_of(ptr, type, member)                         \
30:         ^
30: In file included from /virtual/main.c:6:
30: In file included from include/net/sock.h:58:
30: include/linux/memcontrol.h:580:31: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
30:         __mod_memcg_state(pn->memcg, idx, val);
30:         ~~~~~~~~~~~~~~~~~            ^~~
30: include/linux/memcontrol.h:593:29: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
30:         mod_memcg_state(pn->memcg, idx, val);
30:         ~~~~~~~~~~~~~~~            ^~~
30: include/linux/memcontrol.h:605:38: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
30:         __mod_memcg_state(page->mem_cgroup, idx, val);
30:         ~~~~~~~~~~~~~~~~~                   ^~~
30: include/linux/memcontrol.h:618:36: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
30:         mod_memcg_state(page->mem_cgroup, idx, val);
30:         ~~~~~~~~~~~~~~~                   ^~~
30: include/linux/memcontrol.h:639:40: warning: implicit conversion from enumeration type 'enum memcg_stat_item' to different enumeration type 'enum vm_event_item' [-Wenum-conversion]
30:                 count_memcg_events(page->mem_cgroup, idx, 1);
30:                 ~~~~~~~~~~~~~~~~~~                   ^~~
30: 6 warnings generated.
30: ..In file included from /virtual/main.c:2:
30: In file included from include/net/net_namespace.h:8:
30: In file included from include/linux/refcount.h:5:
30: In file included from include/linux/mutex.h:13:
30: In file included from arch/x86/include/asm/current.h:5:
30: In file included from arch/x86/include/asm/percpu.h:44:
30: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
30: #define container_of(ptr, type, member) ({                              \
30:         ^
30: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
30: #define container_of(ptr, type, member)                         \
30:         ^
30: 1 warning generated.
30: .In file included from /virtual/main.c:2:
30: In file included from include/linux/ptrace.h:5:
30: In file included from include/linux/sched.h:11:
30: In file included from arch/x86/include/asm/current.h:5:
30: In file included from arch/x86/include/asm/percpu.h:44:
30: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
30: #define container_of(ptr, type, member) ({                              \
30:         ^
30: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
30: #define container_of(ptr, type, member)                         \
30:         ^
30: 1 warning generated.
30: .In file included from /virtual/main.c:2:
30: In file included from include/linux/sched.h:11:
30: In file included from arch/x86/include/asm/current.h:5:
30: In file included from arch/x86/include/asm/percpu.h:44:
30: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
30: #define container_of(ptr, type, member) ({                              \
30:         ^
30: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
30: #define container_of(ptr, type, member)                         \
30:         ^
30: 1 warning generated.
30: .In file included from /virtual/main.c:4:
30: In file included from include/linux/sched.h:11:
30: In file included from arch/x86/include/asm/current.h:5:
30: In file included from arch/x86/include/asm/percpu.h:44:
30: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
30: #define container_of(ptr, type, member) ({                              \
30:         ^
30: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
30: #define container_of(ptr, type, member)                         \
30:         ^
30: 1 warning generated.
30: ...In file included from /virtual/main.c:15:
30: In file included from include/net/sock.h:43:
30: In file included from include/linux/hardirq.h:4:
30: In file included from include/linux/preempt.h:10:
30: In file included from include/linux/list.h:8:
30: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
30: #define container_of(ptr, type, member) ({                              \
30:         ^
30: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
30: #define container_of(ptr, type, member)                         \
30:         ^
30: In file included from /virtual/main.c:15:
30: In file included from include/net/sock.h:58:
30: include/linux/memcontrol.h:580:31: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
30:         __mod_memcg_state(pn->memcg, idx, val);
30:         ~~~~~~~~~~~~~~~~~            ^~~
30: include/linux/memcontrol.h:593:29: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
30:         mod_memcg_state(pn->memcg, idx, val);
30:         ~~~~~~~~~~~~~~~            ^~~
30: include/linux/memcontrol.h:605:38: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
30:         __mod_memcg_state(page->mem_cgroup, idx, val);
30:         ~~~~~~~~~~~~~~~~~                   ^~~
30: include/linux/memcontrol.h:618:36: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
30:         mod_memcg_state(page->mem_cgroup, idx, val);
30:         ~~~~~~~~~~~~~~~                   ^~~
30: include/linux/memcontrol.h:639:40: warning: implicit conversion from enumeration type 'enum memcg_stat_item' to different enumeration type 'enum vm_event_item' [-Wenum-conversion]
30:                 count_memcg_events(page->mem_cgroup, idx, 1);
30:                 ~~~~~~~~~~~~~~~~~~                   ^~~
30: 6 warnings generated.
30: .In file included from /virtual/main.c:15:
30: In file included from include/net/sock.h:43:
30: In file included from include/linux/hardirq.h:4:
30: In file included from include/linux/preempt.h:10:
30: In file included from include/linux/list.h:8:
30: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
30: #define container_of(ptr, type, member) ({                              \
30:         ^
30: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
30: #define container_of(ptr, type, member)                         \
30:         ^
30: In file included from /virtual/main.c:15:
30: In file included from include/net/sock.h:58:
30: include/linux/memcontrol.h:580:31: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
30:         __mod_memcg_state(pn->memcg, idx, val);
30:         ~~~~~~~~~~~~~~~~~            ^~~
30: include/linux/memcontrol.h:593:29: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
30:         mod_memcg_state(pn->memcg, idx, val);
30:         ~~~~~~~~~~~~~~~            ^~~
30: include/linux/memcontrol.h:605:38: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
30:         __mod_memcg_state(page->mem_cgroup, idx, val);
30:         ~~~~~~~~~~~~~~~~~                   ^~~
30: include/linux/memcontrol.h:618:36: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
30:         mod_memcg_state(page->mem_cgroup, idx, val);
30:         ~~~~~~~~~~~~~~~                   ^~~
30: include/linux/memcontrol.h:639:40: warning: implicit conversion from enumeration type 'enum memcg_stat_item' to different enumeration type 'enum vm_event_item' [-Wenum-conversion]
30:                 count_memcg_events(page->mem_cgroup, idx, 1);
30:                 ~~~~~~~~~~~~~~~~~~                   ^~~
30: 6 warnings generated.
30: .In file included from /virtual/main.c:3:
30: In file included from include/net/sock.h:43:
30: In file included from include/linux/hardirq.h:4:
30: In file included from include/linux/preempt.h:10:
30: In file included from include/linux/list.h:8:
30: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
30: #define container_of(ptr, type, member) ({                              \
30:         ^
30: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
30: #define container_of(ptr, type, member)                         \
30:         ^
30: In file included from /virtual/main.c:3:
30: In file included from include/net/sock.h:58:
30: include/linux/memcontrol.h:580:31: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
30:         __mod_memcg_state(pn->memcg, idx, val);
30:         ~~~~~~~~~~~~~~~~~            ^~~
30: include/linux/memcontrol.h:593:29: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
30:         mod_memcg_state(pn->memcg, idx, val);
30:         ~~~~~~~~~~~~~~~            ^~~
30: include/linux/memcontrol.h:605:38: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
30:         __mod_memcg_state(page->mem_cgroup, idx, val);
30:         ~~~~~~~~~~~~~~~~~                   ^~~
30: include/linux/memcontrol.h:618:36: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
30:         mod_memcg_state(page->mem_cgroup, idx, val);
30:         ~~~~~~~~~~~~~~~                   ^~~
30: include/linux/memcontrol.h:639:40: warning: implicit conversion from enumeration type 'enum memcg_stat_item' to different enumeration type 'enum vm_event_item' [-Wenum-conversion]
30:                 count_memcg_events(page->mem_cgroup, idx, 1);
30:                 ~~~~~~~~~~~~~~~~~~                   ^~~
30: 6 warnings generated.
30: .In file included from /virtual/main.c:3:
30: In file included from include/uapi/linux/tcp.h:22:
30: In file included from include/linux/socket.h:7:
30: In file included from include/linux/uio.h:12:
30: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
30: #define container_of(ptr, type, member) ({                              \
30:         ^
30: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
30: #define container_of(ptr, type, member)                         \
30:         ^
30: In file included from /virtual/main.c:5:
30: In file included from include/net/sock.h:58:
30: include/linux/memcontrol.h:580:31: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
30:         __mod_memcg_state(pn->memcg, idx, val);
30:         ~~~~~~~~~~~~~~~~~            ^~~
30: include/linux/memcontrol.h:593:29: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
30:         mod_memcg_state(pn->memcg, idx, val);
30:         ~~~~~~~~~~~~~~~            ^~~
30: include/linux/memcontrol.h:605:38: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
30:         __mod_memcg_state(page->mem_cgroup, idx, val);
30:         ~~~~~~~~~~~~~~~~~                   ^~~
30: include/linux/memcontrol.h:618:36: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
30:         mod_memcg_state(page->mem_cgroup, idx, val);
30:         ~~~~~~~~~~~~~~~                   ^~~
30: include/linux/memcontrol.h:639:40: warning: implicit conversion from enumeration type 'enum memcg_stat_item' to different enumeration type 'enum vm_event_item' [-Wenum-conversion]
30:                 count_memcg_events(page->mem_cgroup, idx, 1);
30:                 ~~~~~~~~~~~~~~~~~~                   ^~~
30: 6 warnings generated.
30: .In file included from /virtual/main.c:3:
30: In file included from include/linux/tcp.h:21:
30: In file included from include/linux/skbuff.h:17:
30: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
30: #define container_of(ptr, type, member) ({                              \
30:         ^
30: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
30: #define container_of(ptr, type, member)                         \
30:         ^
30: In file included from /virtual/main.c:3:
30: In file included from include/linux/tcp.h:23:
30: In file included from include/net/sock.h:58:
30: include/linux/memcontrol.h:580:31: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
30:         __mod_memcg_state(pn->memcg, idx, val);
30:         ~~~~~~~~~~~~~~~~~            ^~~
30: include/linux/memcontrol.h:593:29: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
30:         mod_memcg_state(pn->memcg, idx, val);
30:         ~~~~~~~~~~~~~~~            ^~~
30: include/linux/memcontrol.h:605:38: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
30:         __mod_memcg_state(page->mem_cgroup, idx, val);
30:         ~~~~~~~~~~~~~~~~~                   ^~~
30: include/linux/memcontrol.h:618:36: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
30:         mod_memcg_state(page->mem_cgroup, idx, val);
30:         ~~~~~~~~~~~~~~~                   ^~~
30: include/linux/memcontrol.h:639:40: warning: implicit conversion from enumeration type 'enum memcg_stat_item' to different enumeration type 'enum vm_event_item' [-Wenum-conversion]
30:                 count_memcg_events(page->mem_cgroup, idx, 1);
30:                 ~~~~~~~~~~~~~~~~~~                   ^~~
30: 6 warnings generated.
30: .In file included from /virtual/main.c:3:
30: In file included from include/net/sock.h:43:
30: In file included from include/linux/hardirq.h:4:
30: In file included from include/linux/preempt.h:10:
30: In file included from include/linux/list.h:8:
30: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
30: #define container_of(ptr, type, member) ({                              \
30:         ^
30: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
30: #define container_of(ptr, type, member)                         \
30:         ^
30: In file included from /virtual/main.c:3:
30: In file included from include/net/sock.h:58:
30: include/linux/memcontrol.h:580:31: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
30:         __mod_memcg_state(pn->memcg, idx, val);
30:         ~~~~~~~~~~~~~~~~~            ^~~
30: include/linux/memcontrol.h:593:29: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
30:         mod_memcg_state(pn->memcg, idx, val);
30:         ~~~~~~~~~~~~~~~            ^~~
30: include/linux/memcontrol.h:605:38: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
30:         __mod_memcg_state(page->mem_cgroup, idx, val);
30:         ~~~~~~~~~~~~~~~~~                   ^~~
30: include/linux/memcontrol.h:618:36: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
30:         mod_memcg_state(page->mem_cgroup, idx, val);
30:         ~~~~~~~~~~~~~~~                   ^~~
30: include/linux/memcontrol.h:639:40: warning: implicit conversion from enumeration type 'enum memcg_stat_item' to different enumeration type 'enum vm_event_item' [-Wenum-conversion]
30:                 count_memcg_events(page->mem_cgroup, idx, 1);
30:                 ~~~~~~~~~~~~~~~~~~                   ^~~
30: 6 warnings generated.
30: .In file included from /virtual/main.c:15:
30: In file included from include/net/sock.h:43:
30: In file included from include/linux/hardirq.h:4:
30: In file included from include/linux/preempt.h:10:
30: In file included from include/linux/list.h:8:
30: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
30: #define container_of(ptr, type, member) ({                              \
30:         ^
30: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
30: #define container_of(ptr, type, member)                         \
30:         ^
30: In file included from /virtual/main.c:15:
30: In file included from include/net/sock.h:58:
30: include/linux/memcontrol.h:580:31: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
30:         __mod_memcg_state(pn->memcg, idx, val);
30:         ~~~~~~~~~~~~~~~~~            ^~~
30: include/linux/memcontrol.h:593:29: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
30:         mod_memcg_state(pn->memcg, idx, val);
30:         ~~~~~~~~~~~~~~~            ^~~
30: include/linux/memcontrol.h:605:38: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
30:         __mod_memcg_state(page->mem_cgroup, idx, val);
30:         ~~~~~~~~~~~~~~~~~                   ^~~
30: include/linux/memcontrol.h:618:36: warning: implicit conversion from enumeration type 'enum node_stat_item' to different enumeration type 'enum memcg_stat_item' [-Wenum-conversion]
30:         mod_memcg_state(page->mem_cgroup, idx, val);
30:         ~~~~~~~~~~~~~~~                   ^~~
30: include/linux/memcontrol.h:639:40: warning: implicit conversion from enumeration type 'enum memcg_stat_item' to different enumeration type 'enum vm_event_item' [-Wenum-conversion]
30:                 count_memcg_events(page->mem_cgroup, idx, 1);
30:                 ~~~~~~~~~~~~~~~~~~                   ^~~
30: 6 warnings generated.
30: 'unknown': unknown terminal type.
30: ..In file included from /virtual/main.c:2:
30: In file included from include/linux/ptrace.h:5:
30: In file included from include/linux/sched.h:11:
30: In file included from arch/x86/include/asm/current.h:5:
30: In file included from arch/x86/include/asm/percpu.h:44:
30: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
30: #define container_of(ptr, type, member) ({                              \
30:         ^
30: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
30: #define container_of(ptr, type, member)                         \
30:         ^
30: 1 warning generated.
30: .In file included from /virtual/main.c:3:
30: In file included from include/linux/fs.h:5:
30: In file included from include/linux/wait_bit.h:7:
30: In file included from include/linux/wait.h:6:
30: In file included from include/linux/list.h:8:
30: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
30: #define container_of(ptr, type, member) ({                              \
30:         ^
30: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
30: #define container_of(ptr, type, member)                         \
30:         ^
30: 1 warning generated.
30: 'unknown': unknown terminal type.
30: .In file included from /virtual/main.c:2:
30: In file included from include/linux/ptrace.h:5:
30: In file included from include/linux/sched.h:11:
30: In file included from arch/x86/include/asm/current.h:5:
30: In file included from arch/x86/include/asm/percpu.h:44:
30: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
30: #define container_of(ptr, type, member) ({                              \
30:         ^
30: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
30: #define container_of(ptr, type, member)                         \
30:         ^
30: 1 warning generated.
30: ...In file included from /virtual/main.c:3:
30: In file included from include/linux/ptrace.h:5:
30: In file included from include/linux/sched.h:11:
30: In file included from arch/x86/include/asm/current.h:5:
30: In file included from arch/x86/include/asm/percpu.h:44:
30: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
30: #define container_of(ptr, type, member) ({                              \
30:         ^
30: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
30: #define container_of(ptr, type, member)                         \
30:         ^
30: 1 warning generated.
30: .'unknown': unknown terminal type.
30: ...libbpf: failed to find valid kernel BTF
30: libbpf: vmlinux BTF is not found
30: .In file included from /virtual/main.c:3:
30: In file included from include/linux/sched.h:11:
30: In file included from arch/x86/include/asm/current.h:5:
30: In file included from arch/x86/include/asm/percpu.h:44:
30: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
30: #define container_of(ptr, type, member) ({                              \
30:         ^
30: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
30: #define container_of(ptr, type, member)                         \
30:         ^
30: 1 warning generated.
30: .....
30: ----------------------------------------------------------------------
30: Ran 83 tests in 264.783s
30: 
30: OK (skipped=2)
30/45 Test #30: py_test_tools_smoke ..............   Passed  264.84 sec
test 31
      Start 31: py_test_tools_memleak

31: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc25/build/tests/wrapper.sh "py_test_tools_memleak" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc25/tests/python/test_tools_memleak.py"
31: Test timeout computed to be: 9.99988e+06
31: cannot attach uprobe, Device or resource busy
31: .cannot attach uprobe, Device or resource busy
31: .cannot attach uprobe, Device or resource busy
31: .cannot attach uprobe, Device or resource busy
31: .cannot attach uprobe, Device or resource busy
31: .cannot attach uprobe, Device or resource busy
31: .cannot attach uprobe, Device or resource busy
31: .cannot attach uprobe, Device or resource busy
31: .
31: ----------------------------------------------------------------------
31: Ran 8 tests in 21.590s
31: 
31: OK
31/45 Test #31: py_test_tools_memleak ............   Passed   21.64 sec
test 32
      Start 32: py_test_usdt

32: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc25/build/tests/wrapper.sh "py_test_usdt" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc25/tests/python/test_usdt.py"
32: Test timeout computed to be: 9.99988e+06
32: <stdin>:23:17: warning: null character(s) preserved in literal
32: <stdin>:28:17: warning: null character(s) preserved in literal
32: clang -cc1 -triple x86_64-unknown-linux-gnu -emit-llvm-bc -emit-llvm-uselists -disable-free -disable-llvm-verifier -discard-value-names -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/kernels/4.13.16-100.fc25.x86_64/main.c -nostdsysteminc -nobuiltininc -resource-dir ../lib64/clang/3.9.1 -isystem /virtual/lib/clang/include -include ./include/linux/kconfig.h -include /virtual/include/bcc/bpf.h -include /virtual/include/bcc/helpers.h -isystem /virtual/include -I /home/fedora/jenkins/workspace/bcc-pr/label/fc25/tests/python -D __BPF_TRACING__ -I arch/x86/include/ -I /lib/modules/4.13.16-100.fc25.x86_64/build/arch/x86/include/generated -I include -I /lib/modules/4.13.16-100.fc25.x86_64/build/include -I arch/x86/include/uapi -I /lib/modules/4.13.16-100.fc25.x86_64/build/arch/x86/include/generated/uapi -I include/uapi -I /lib/modules/4.13.16-100.fc25.x86_64/build/include/generated/uapi -D __KERNEL__ -D __HAVE_BUILTIN_BSWAP16__ -D __HAVE_BUILTIN_BSWAP32__ -D __HAVE_BUILTIN_BSWAP64__ -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/kernels/4.13.16-100.fc25.x86_64 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o main.bc -x c /virtual/main.c
32: In file included from /virtual/main.c:65:
32: In file included from include/linux/blkdev.h:4:
32: In file included from include/linux/sched.h:11:
32: In file included from arch/x86/include/asm/current.h:5:
32: In file included from arch/x86/include/asm/percpu.h:44:
32: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
32: #define container_of(ptr, type, member) ({                              \
32:         ^
32: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
32: #define container_of(ptr, type, member)                         \
32:         ^
32: #if defined(BPF_LICENSE)
32: #error BPF_LICENSE cannot be specified through cflags
32: #endif
32: #if !defined(CONFIG_CC_STACKPROTECTOR)
32: #if defined(CONFIG_CC_STACKPROTECTOR_AUTO) \
32:     || defined(CONFIG_CC_STACKPROTECTOR_REGULAR) \
32:     || defined(CONFIG_CC_STACKPROTECTOR_STRONG)
32: #define CONFIG_CC_STACKPROTECTOR
32: #endif
32: #endif
32: #define bpf_probe_read_kernel bpf_probe_read
32: #define bpf_probe_read_kernel_str bpf_probe_read_str
32: #define bpf_probe_read_user bpf_probe_read
32: #define bpf_probe_read_user_str bpf_probe_read_str
32: #include <uapi/linux/ptrace.h>
32: __attribute__((always_inline))
32: static __always_inline int _bpf_readarg_do_trace1_1(struct pt_regs *ctx, void *dest, size_t len) {
32:   if (len != sizeof(int8_t)) return -1;
32:   switch(PT_REGS_IP(ctx)) {
32:   case 0x400697ULL: *((int8_t *)dest) = ctx->ax; __asm__ __volatile__("": : :"memory"); return 0;
32:   case 0x4006a0ULL: *((int8_t *)dest) = ctx->ax; __asm__ __volatile__("": : :"memory"); return 0;
32:   }
32:   return -1;
32: }
32: __attribute__((always_inline))
32: static __always_inline int _bpf_readarg_do_trace1_2(struct pt_regs *ctx, void *dest, size_t len) {
32:   if (len != sizeof(int32_t)) return -1;
32:   switch(PT_REGS_IP(ctx)) {
32:   case 0x400697ULL: { u64 __addr = ctx->bp + -24; __asm__ __volatile__("": : :"memory"); int32_t __res = 0x0; bpf_probe_read_user(&__res, sizeof(__res), (void *)__addr); *((int32_t *)dest) = __res; } return 0;
32:   case 0x4006a0ULL: { u64 __addr = ctx->bp + -20; __asm__ __volatile__("": : :"memory"); int32_t __res = 0x0; bpf_probe_read_user(&__res, sizeof(__res), (void *)__addr); *((int32_t *)dest) = __res; } return 0;
32:   }
32:   return -1;
32: }
32: __attribute__((always_inline))
32: static __always_inline int _bpf_readarg_do_trace3_1(struct pt_regs *ctx, void *dest, size_t len) {
32:   if (len != sizeof(int32_t)) return -1;
32:   switch(PT_REGS_IP(ctx)) {
32:   case 0x400698ULL: { u64 __addr = ctx->bp + -20; __asm__ __volatile__("": : :"memory"); int32_t __res = 0x0; bpf_probe_read_user(&__res, sizeof(__res), (void *)__addr); *((int32_t *)dest) = __res; } return 0;
32:   case 0x4006b7ULL: *((int32_t *)dest) = ctx->ax; __asm__ __volatile__("": : :"memory"); return 0;
32:   }
32:   return -1;
32: }
32: __attribute__((always_inline))
32: static __always_inline int _bpf_readarg_do_trace3_2(struct pt_regs *ctx, void *dest, size_t len) {
32:   if (len != sizeof(int32_t)) return -1;
32:   switch(PT_REGS_IP(ctx)) {
32:   case 0x400698ULL: { u64 __addr = ctx->bp + -24; __asm__ __volatile__("": : :"memory"); int32_t __res = 0x0; bpf_probe_read_user(&__res, sizeof(__res), (void *)__addr); *((int32_t *)dest) = __res; } return 0;
32:   case 0x4006b7ULL: *((int32_t *)dest) = ctx->dx; __asm__ __volatile__("": : :"memory"); return 0;
32:   }
32:   return -1;
32: }
32: __attribute__((always_inline))
32: static __always_inline int _bpf_readarg_do_trace2_1(struct pt_regs *ctx, void *dest, size_t len) {
32:   if (len != sizeof(int32_t)) return -1;
32:   *((int32_t *)dest) = 5;
32:   return 0;
32: }
32: __attribute__((always_inline))
32: static __always_inline int _bpf_readarg_do_trace2_2(struct pt_regs *ctx, void *dest, size_t len) {
32:   if (len != sizeof(int8_t)) return -1;
32:   *((int8_t *)dest) = ctx->ax; __asm__ __volatile__("": : :"memory");
32:   return 0;
32: }
32: __attribute__((always_inline))
32: static __always_inline int _bpf_readarg_do_trace4_1(struct pt_regs *ctx, void *dest, size_t len) {
32:   if (len != sizeof(int64_t)) return -1;
32:   *((int64_t *)dest) = ctx->ax; __asm__ __volatile__("": : :"memory");
32:   return 0;
32: }
32: __attribute__((always_inline))
32: static __always_inline int _bpf_readarg_do_trace4_2(struct pt_regs *ctx, void *dest, size_t len) {
32:   if (len != sizeof(int64_t)) return -1;
32:   *((int64_t *)dest) = ctx->dx; __asm__ __volatile__("": : :"memory");
32:   return 0;
32: }
32: __attribute__((always_inline))
32: static __always_inline int _bpf_readarg_do_trace5_1(struct pt_regs *ctx, void *dest, size_t len) {
32:   if (len != sizeof(int64_t)) return -1;
32:   *((int64_t *)dest) = ctx->dx; __asm__ __volatile__("": : :"memory");
32:   return 0;
32: }
32: __attribute__((always_inline))
32: static __always_inline int _bpf_readarg_do_trace5_2(struct pt_regs *ctx, void *dest, size_t len) {
32:   if (len != sizeof(int64_t)) return -1;
32:   *((int64_t *)dest) = ctx->ax; __asm__ __volatile__("": : :"memory");
32:   return 0;
32: }
32: 
32: #include <linux/blkdev.h>
32: #include <uapi/linux/ptrace.h>
32: 
32: struct probe_result_t1 {
32:   char v1;
32:   int  v2;
32: };
32: 
32: struct probe_result_t2 {
32:   int  v1;
32:   char v2;
32: };
32: 
32: struct probe_result_t3 {
32:   int v1;
32:   int v2;
32: };
32: 
32: struct probe_result_t4 {
32:   u64  v1;
32:   char v2[8];
32: };
32: 
32: struct probe_result_t5 {
32:   char v1[8];
32:   u64  v2;
32: };
32: 
32: BPF_PERF_OUTPUT(event1);
32: BPF_PERF_OUTPUT(event2);
32: BPF_PERF_OUTPUT(event3);
32: BPF_PERF_OUTPUT(event4);
32: BPF_PERF_OUTPUT(event5);
32: 
32: __attribute__((section(".bpf.fn.do_trace1")))
32: int do_trace1(struct pt_regs *ctx) {
32: 
32:     struct probe_result_t1 result = {};
32:     _bpf_readarg_do_trace1_1(ctx, &result.v1, sizeof(*(&result.v1)));
32:     _bpf_readarg_do_trace1_2(ctx, &result.v2, sizeof(*(&result.v2)));
32:     bpf_perf_event_output(ctx, bpf_pseudo_fd(1, -1), CUR_CPU_IDENTIFIER, &result, sizeof(result));
32:     return 0;
32: };
32: __attribute__((section(".bpf.fn.do_trace2")))
32: int do_trace2(struct pt_regs *ctx) {
32: 
32:     struct probe_result_t2 result = {};
32:     _bpf_readarg_do_trace2_1(ctx, &result.v1, sizeof(*(&result.v1)));
32:     _bpf_readarg_do_trace2_2(ctx, &result.v2, sizeof(*(&result.v2)));
32:     bpf_perf_event_output(ctx, bpf_pseudo_fd(1, -2), CUR_CPU_IDENTIFIER, &result, sizeof(result));
32:     return 0;
32: }
32: __attribute__((section(".bpf.fn.do_trace3")))
32: int do_trace3(struct pt_regs *ctx) {
32: 
32:     struct probe_result_t3 result = {};
32:     _bpf_readarg_do_trace3_1(ctx, &result.v1, sizeof(*(&result.v1)));
32:     _bpf_readarg_do_trace3_2(ctx, &result.v2, sizeof(*(&result.v2)));
32:     bpf_perf_event_output(ctx, bpf_pseudo_fd(1, -3), CUR_CPU_IDENTIFIER, &result, sizeof(result));
32:     return 0;
32: }
32: __attribute__((section(".bpf.fn.do_trace4")))
32: int do_trace4(struct pt_regs *ctx) {
32: 
32:     struct probe_result_t4 result = {};
32:     _bpf_readarg_do_trace4_1(ctx, &result.v1, sizeof(*(&result.v1)));
32:     ({ u64 __addr = 0x0; _bpf_readarg_do_trace4_2(ctx, &__addr, sizeof(__addr));bpf_probe_read(&result.v2, sizeof(result.v2), (void *)__addr);});
32:     bpf_perf_event_output(ctx, bpf_pseudo_fd(1, -4), CUR_CPU_IDENTIFIER, &result, sizeof(result));
32:     return 0;
32: }
32: __attribute__((section(".bpf.fn.do_trace5")))
32: int do_trace5(struct pt_regs *ctx) {
32: 
32:     struct probe_result_t5 result = {};
32:     ({ u64 __addr = 0x0; _bpf_readarg_do_trace5_1(ctx, &__addr, sizeof(__addr));bpf_probe_read(&result.v1, sizeof(result.v1), (void *)__addr);});
32:     _bpf_readarg_do_trace5_2(ctx, &result.v2, sizeof(*(&result.v2)));
32:     bpf_perf_event_output(ctx, bpf_pseudo_fd(1, -5), CUR_CPU_IDENTIFIER, &result, sizeof(result));
32:     return 0;
32: }
32: 
32: #include <bcc/footer.h>
32: 1 warning generated.
32: .
32: ----------------------------------------------------------------------
32: Ran 1 test in 4.053s
32: 
32: OK
32: Running from kernel directory at: /lib/modules/4.13.16-100.fc25.x86_64/source
32: str5
32: str4
32: str7
32: str6
32: str9
32: str8
32/45 Test #32: py_test_usdt .....................   Passed    4.31 sec
test 33
      Start 33: py_test_usdt2

33: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc25/build/tests/wrapper.sh "py_test_usdt2" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc25/tests/python/test_usdt2.py"
33: Test timeout computed to be: 9.99988e+06
33: .
33: ----------------------------------------------------------------------
33: Ran 1 test in 3.050s
33: 
33: OK
33/45 Test #33: py_test_usdt2 ....................   Passed    3.20 sec
test 34
      Start 34: py_test_usdt3

34: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc25/build/tests/wrapper.sh "py_test_usdt3" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc25/tests/python/test_usdt3.py"
34: Test timeout computed to be: 9.99988e+06
34: test:probe [sema 0x0]
34:   location #1 /proc/7407/root/tmp/tmpP_3KMJ/liba.so 0x657
34:     argument #1 4 signed   bytes @ *(bp - 4)
34:   location #2 /proc/7407/root/tmp/tmpP_3KMJ/libb.so 0x657
34:     argument #1 4 signed   bytes @ *(bp - 4)
34:   location #3 /proc/7407/root/tmp/tmpP_3KMJ/a.out 0x40070d
34:     argument #1 4 signed   bytes @ *(bp - 4)
34: test_dup_name:probe [sema 0x0]
34:   location #1 /proc/7407/root/tmp/tmpP_3KMJ/liba.so 0x658
34:     argument #1 4 signed   bytes @ *(bp - 4)
34:   location #2 /proc/7407/root/tmp/tmpP_3KMJ/libb.so 0x658
34:     argument #1 4 signed   bytes @ *(bp - 4)
34:   location #3 /proc/7407/root/tmp/tmpP_3KMJ/a.out 0x40070e
34:     argument #1 4 signed   bytes @ *(bp - 4)
34: libc:setjmp [sema 0x0]
34:   location #1 /proc/7407/root/usr/lib64/libc-2.24.so 0x35651
34:     argument #1 8 unsigned bytes @ di
34:     argument #2 4 signed   bytes @ si
34:     argument #3 8 unsigned bytes @ ax
34: libc:longjmp [sema 0x0]
34:   location #1 /proc/7407/root/usr/lib64/libc-2.24.so 0x35733
34:     argument #1 8 unsigned bytes @ di
34:     argument #2 4 signed   bytes @ si
34:     argument #3 8 unsigned bytes @ dx
34:   location #2 /proc/7407/root/usr/lib64/libc-2.24.so 0x119fd3
34:     argument #1 8 unsigned bytes @ di
34:     argument #2 4 signed   bytes @ si
34:     argument #3 8 unsigned bytes @ dx
34: libc:longjmp_target [sema 0x0]
34:   location #1 /proc/7407/root/usr/lib64/libc-2.24.so 0x3574f
34:     argument #1 8 unsigned bytes @ di
34:     argument #2 4 signed   bytes @ ax
34:     argument #3 8 unsigned bytes @ dx
34:   location #2 /proc/7407/root/usr/lib64/libc-2.24.so 0x119fef
34:     argument #1 8 unsigned bytes @ di
34:     argument #2 4 signed   bytes @ ax
34:     argument #3 8 unsigned bytes @ dx
34: libc:memory_heap_new [sema 0x0]
34:   location #1 /proc/7407/root/usr/lib64/libc-2.24.so 0x7fde8
34:     argument #1 8 unsigned bytes @ bx
34:     argument #2 8 unsigned bytes @ bp
34: libc:memory_arena_reuse_free_list [sema 0x0]
34:   location #1 /proc/7407/root/usr/lib64/libc-2.24.so 0x8013c
34:     argument #1 8 unsigned bytes @ dx
34: libc:memory_sbrk_less [sema 0x0]
34:   location #1 /proc/7407/root/usr/lib64/libc-2.24.so 0x8033e
34:     argument #1 8 unsigned bytes @ ax
34:     argument #2 8 signed   bytes @ r12
34: libc:memory_arena_reuse_wait [sema 0x0]
34:   location #1 /proc/7407/root/usr/lib64/libc-2.24.so 0x8042c
34:     argument #1 8 unsigned bytes @ r8
34:     argument #2 8 unsigned bytes @ r8
34:     argument #3 8 unsigned bytes @ bx
34: libc:memory_arena_reuse [sema 0x0]
34:   location #1 /proc/7407/root/usr/lib64/libc-2.24.so 0x8055c
34:     argument #1 8 unsigned bytes @ dx
34:     argument #2 8 unsigned bytes @ bx
34: libc:memory_arena_new [sema 0x0]
34:   location #1 /proc/7407/root/usr/lib64/libc-2.24.so 0x807d8
34:     argument #1 8 unsigned bytes @ dx
34:     argument #2 8 unsigned bytes @ bp
34: libc:memory_arena_retry [sema 0x0]
34:   location #1 /proc/7407/root/usr/lib64/libc-2.24.so 0x809d9
34:     argument #1 8 unsigned bytes @ si
34:     argument #2 8 unsigned bytes @ di
34: libc:memory_heap_free [sema 0x0]
34:   location #1 /proc/7407/root/usr/lib64/libc-2.24.so 0x8272c
34:     argument #1 8 unsigned bytes @ di
34:     argument #2 8 unsigned bytes @ ax
34: libc:memory_heap_less [sema 0x0]
34:   location #1 /proc/7407/root/usr/lib64/libc-2.24.so 0x82902
34:     argument #1 8 unsigned bytes @ r15
34:     argument #2 8 unsigned bytes @ r10
34: libc:memory_heap_more [sema 0x0]
34:   location #1 /proc/7407/root/usr/lib64/libc-2.24.so 0x834c5
34:     argument #1 8 unsigned bytes @ r8
34:     argument #2 8 unsigned bytes @ cx
34: libc:memory_sbrk_more [sema 0x0]
34:   location #1 /proc/7407/root/usr/lib64/libc-2.24.so 0x837a7
34:     argument #1 8 unsigned bytes @ ax
34:     argument #2 8 signed   bytes @ dx
34: libc:memory_malloc_retry [sema 0x0]
34:   location #1 /proc/7407/root/usr/lib64/libc-2.24.so 0x85fb8
34:     argument #1 8 unsigned bytes @ bp
34:   location #2 /proc/7407/root/usr/lib64/libc-2.24.so 0x87748
34:     argument #1 8 unsigned bytes @ bp
34: libc:memory_mallopt_free_dyn_thresholds [sema 0x0]
34:   location #1 /proc/7407/root/usr/lib64/libc-2.24.so 0x862e1
34:     argument #1 8 unsigned bytes @ ax
34:     argument #2 8 unsigned bytes @ cx
34: libc:memory_realloc_retry [sema 0x0]
34:   location #1 /proc/7407/root/usr/lib64/libc-2.24.so 0x86740
34:     argument #1 8 unsigned bytes @ r12
34:     argument #2 8 unsigned bytes @ bp
34:   location #2 /proc/7407/root/usr/lib64/libc-2.24.so 0x87ae0
34:     argument #1 8 unsigned bytes @ r12
34:     argument #2 8 unsigned bytes @ bp
34: libc:memory_memalign_retry [sema 0x0]
34:   location #1 /proc/7407/root/usr/lib64/libc-2.24.so 0x869e8
34:     argument #1 8 unsigned bytes @ r12
34:     argument #2 8 unsigned bytes @ bx
34:   location #2 /proc/7407/root/usr/lib64/libc-2.24.so 0x87da8
34:     argument #1 8 unsigned bytes @ r12
34:     argument #2 8 unsigned bytes @ bx
34:   location #3 /proc/7407/root/usr/lib64/libc-2.24.so 0x88060
34:     argument #1 8 unsigned bytes @ r12
34:     argument #2 8 unsigned bytes @ bx
34:   location #4 /proc/7407/root/usr/lib64/libc-2.24.so 0x88330
34:     argument #1 8 unsigned bytes @ r12
34:     argument #2 8 unsigned bytes @ bx
34:   location #5 /proc/7407/root/usr/lib64/libc-2.24.so 0x890c8
34:     argument #1 8 unsigned bytes @ bx
34:     argument #2 8 unsigned bytes @ r12
34: libc:memory_calloc_retry [sema 0x0]
34:   location #1 /proc/7407/root/usr/lib64/libc-2.24.so 0x86cf0
34:     argument #1 8 unsigned bytes @ r12
34: libc:memory_mallopt [sema 0x0]
34:   location #1 /proc/7407/root/usr/lib64/libc-2.24.so 0x870a4
34:     argument #1 4 signed   bytes @ bp
34:     argument #2 4 signed   bytes @ bx
34: libc:memory_mallopt_mxfast [sema 0x0]
34:   location #1 /proc/7407/root/usr/lib64/libc-2.24.so 0x870d2
34:     argument #1 4 signed   bytes @ bx
34:     argument #2 8 unsigned bytes @ *(&global_max_fast + 0)
34: libc:memory_mallopt_arena_max [sema 0x0]
34:   location #1 /proc/7407/root/usr/lib64/libc-2.24.so 0x87100
34:     argument #1 4 signed   bytes @ bx
34:     argument #2 8 unsigned bytes @ *(&mp_ + 32)
34: libc:memory_mallopt_arena_test [sema 0x0]
34:   location #1 /proc/7407/root/usr/lib64/libc-2.24.so 0x87159
34:     argument #1 4 signed   bytes @ bx
34:     argument #2 8 unsigned bytes @ *(&mp_ + 24)
34: libc:memory_mallopt_mmap_max [sema 0x0]
34:   location #1 /proc/7407/root/usr/lib64/libc-2.24.so 0x87168
34:     argument #1 4 signed   bytes @ bx
34:     argument #2 4 signed   bytes @ *(&mp_ + 44)
34:     argument #3 4 signed   bytes @ *(&mp_ + 52)
34: libc:memory_mallopt_mmap_threshold [sema 0x0]
34:   location #1 /proc/7407/root/usr/lib64/libc-2.24.so 0x8718a
34:     argument #1 4 signed   bytes @ bx
34:     argument #2 8 unsigned bytes @ *(&mp_ + 16)
34:     argument #3 4 signed   bytes @ *(&mp_ + 52)
34: libc:memory_mallopt_top_pad [sema 0x0]
34:   location #1 /proc/7407/root/usr/lib64/libc-2.24.so 0x871b0
34:     argument #1 4 signed   bytes @ bx
34:     argument #2 8 unsigned bytes @ *(&mp_ + 8)
34:     argument #3 4 signed   bytes @ *(&mp_ + 52)
34: libc:memory_mallopt_trim_threshold [sema 0x0]
34:   location #1 /proc/7407/root/usr/lib64/libc-2.24.so 0x871d0
34:     argument #1 4 signed   bytes @ bx
34:     argument #2 8 unsigned bytes @ *(&mp_ + 0)
34:     argument #3 4 signed   bytes @ *(&mp_ + 52)
34: libc:memory_mallopt_perturb [sema 0x0]
34:   location #1 /proc/7407/root/usr/lib64/libc-2.24.so 0x871f0
34:     argument #1 4 signed   bytes @ bx
34:     argument #2 4 signed   bytes @ *(&perturb_byte + 0)
34: libc:memory_mallopt_check_action [sema 0x0]
34:   location #1 /proc/7407/root/usr/lib64/libc-2.24.so 0x87208
34:     argument #1 4 signed   bytes @ bx
34:     argument #2 4 signed   bytes @ *(&check_action + 0)
34: libc:lll_lock_wait_private [sema 0x0]
34:   location #1 /proc/7407/root/usr/lib64/libc-2.24.so 0x115e44
34:     argument #1 8 unsigned bytes @ di
34: rtld:init_start [sema 0x0]
34:   location #1 /proc/7407/root/usr/lib64/ld-2.24.so 0x38b7
34:     argument #1 4 signed   bytes @ 0
34:     argument #2 8 unsigned bytes @ bx
34: rtld:init_complete [sema 0x0]
34:   location #1 /proc/7407/root/usr/lib64/ld-2.24.so 0x40e9
34:     argument #1 4 signed   bytes @ 0
34:     argument #2 8 unsigned bytes @ bx
34: rtld:map_failed [sema 0x0]
34:   location #1 /proc/7407/root/usr/lib64/ld-2.24.so 0x5836
34:     argument #1 8 signed   bytes @ *(sp + 72)
34:     argument #2 8 unsigned bytes @ bp
34: rtld:map_start [sema 0x0]
34:   location #1 /proc/7407/root/usr/lib64/ld-2.24.so 0x67aa
34:     argument #1 8 signed   bytes @ *(bp + 40)
34:     argument #2 8 unsigned bytes @ bx
34: rtld:map_complete [sema 0x0]
34:   location #1 /proc/7407/root/usr/lib64/ld-2.24.so 0x15c67
34:     argument #1 8 signed   bytes @ *(r15 + 40)
34:     argument #2 8 unsigned bytes @ bx
34:     argument #3 8 unsigned bytes @ *(bp - 104)
34: rtld:reloc_complete [sema 0x0]
34:   location #1 /proc/7407/root/usr/lib64/ld-2.24.so 0x15e31
34:     argument #1 8 signed   bytes @ *(ax + 40)
34:     argument #2 8 unsigned bytes @ *(bp - 120)
34:     argument #3 8 unsigned bytes @ *(bp - 104)
34: rtld:reloc_start [sema 0x0]
34:   location #1 /proc/7407/root/usr/lib64/ld-2.24.so 0x15fe6
34:     argument #1 8 signed   bytes @ *(cx + 40)
34:     argument #2 8 unsigned bytes @ *(bp - 120)
34: rtld:unmap_start [sema 0x0]
34:   location #1 /proc/7407/root/usr/lib64/ld-2.24.so 0x16c2a
34:     argument #1 8 signed   bytes @ r15
34:     argument #2 8 unsigned bytes @ r14
34: rtld:unmap_complete [sema 0x0]
34:   location #1 /proc/7407/root/usr/lib64/ld-2.24.so 0x16eb1
34:     argument #1 8 signed   bytes @ *(bp - 112)
34:     argument #2 8 unsigned bytes @ bx
34: rtld:setjmp [sema 0x0]
34:   location #1 /proc/7407/root/usr/lib64/ld-2.24.so 0x1be6d
34:     argument #1 8 unsigned bytes @ di
34:     argument #2 4 signed   bytes @ si
34:     argument #3 8 unsigned bytes @ ax
34: rtld:longjmp [sema 0x0]
34:   location #1 /proc/7407/root/usr/lib64/ld-2.24.so 0x1bead
34:     argument #1 8 unsigned bytes @ di
34:     argument #2 4 signed   bytes @ si
34:     argument #3 8 unsigned bytes @ dx
34: rtld:longjmp_target [sema 0x0]
34:   location #1 /proc/7407/root/usr/lib64/ld-2.24.so 0x1bec9
34:     argument #1 8 unsigned bytes @ di
34:     argument #2 4 signed   bytes @ ax
34:     argument #3 8 unsigned bytes @ dx
34: .
34: ----------------------------------------------------------------------
34: Ran 1 test in 1.140s
34: 
34: OK
34: temp directory: /tmp/tmpP_3KMJ
34/45 Test #34: py_test_usdt3 ....................   Passed    1.28 sec
test 35
      Start 35: py_test_license

35: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc25/build/tests/wrapper.sh "py_test_license" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc25/tests/python/test_license.py"
35: Test timeout computed to be: 9.99988e+06
35: /virtual/main.c:2:2: error: BPF_LICENSE cannot be specified through cflags
35: #error BPF_LICENSE cannot be specified through cflags
35:  ^
35: 1 error generated.
35: x/virtual/main.c:2:2: error: BPF_LICENSE cannot be specified through cflags
35: #error BPF_LICENSE cannot be specified through cflags
35:  ^
35: 1 error generated.
35: x.bpf: Failed to load program: Invalid argument
35: 0: (bf) r6 = r1
35: 1: (85) call bpf_ktime_get_ns#5
35: cannot call GPL only function from proprietary program
35: 
35: x../virtual/main.c:2:2: error: BPF_LICENSE cannot be specified through cflags
35: #error BPF_LICENSE cannot be specified through cflags
35:  ^
35: 1 error generated.
35: xbpf: Failed to load program: Invalid argument
35: 0: (bf) r6 = r1
35: 1: (85) call bpf_ktime_get_ns#5
35: cannot call GPL only function from proprietary program
35: 
35: x..
35: ----------------------------------------------------------------------
35: Ran 10 tests in 2.263s
35: 
35: OK (expected failures=5)
35/45 Test #35: py_test_license ..................   Passed    2.34 sec
test 36
      Start 36: py_test_free_bcc_memory

36: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc25/build/tests/wrapper.sh "py_test_free_bcc_memory" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc25/tests/python/test_free_bcc_memory.py"
36: Test timeout computed to be: 9.99988e+06
36: .
36: ----------------------------------------------------------------------
36: Ran 1 test in 0.225s
36: 
36: OK
36: Before freeing llvm memory: RssFile:  58284 kB
36: After  freeing llvm memory: RssFile:  42948 kB
36/45 Test #36: py_test_free_bcc_memory ..........   Passed    0.30 sec
test 37
      Start 37: py_test_rlimit

37: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc25/build/tests/wrapper.sh "py_test_rlimit" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc25/tests/python/test_rlimit.py"
37: Test timeout computed to be: 9.99988e+06
37: could not open bpf map: unused, error: Operation not permitted
37: .
37: ----------------------------------------------------------------------
37: Ran 1 test in 0.412s
37: 
37: OK
37/45 Test #37: py_test_rlimit ...................   Passed    0.49 sec
test 38
      Start 38: py_test_lpm_trie

38: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc25/build/tests/wrapper.sh "py_test_lpm_trie" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc25/tests/python/test_lpm_trie.py"
38: Test timeout computed to be: 9.99988e+06
38: ..
38: ----------------------------------------------------------------------
38: Ran 2 tests in 0.380s
38: 
38: OK
38/45 Test #38: py_test_lpm_trie .................   Passed    0.47 sec
test 39
      Start 39: py_ringbuf

39: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc25/build/tests/wrapper.sh "py_ringbuf" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc25/tests/python/test_ringbuf.py"
39: Test timeout computed to be: 9.99988e+06
39: ssss
39: ----------------------------------------------------------------------
39: Ran 4 tests in 0.000s
39: 
39: OK (skipped=4)
39/45 Test #39: py_ringbuf .......................   Passed    0.08 sec
test 40
      Start 40: py_queuestack

40: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc25/build/tests/wrapper.sh "py_queuestack" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc25/tests/python/test_queuestack.py"
40: Test timeout computed to be: 9.99988e+06
40: ss
40: ----------------------------------------------------------------------
40: Ran 2 tests in 0.000s
40: 
40: OK (skipped=2)
40/45 Test #40: py_queuestack ....................   Passed    0.07 sec
test 41
      Start 41: py_test_map_batch_ops

41: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc25/build/tests/wrapper.sh "py_test_map_batch_ops" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc25/tests/python/test_map_batch_ops.py"
41: Test timeout computed to be: 9.99988e+06
41: sssss
41: ----------------------------------------------------------------------
41: Ran 5 tests in 0.000s
41: 
41: OK (skipped=5)
41/45 Test #41: py_test_map_batch_ops ............   Passed    0.07 sec
test 42
      Start 42: lua_test_clang

42: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc25/build/tests/wrapper.sh "lua_test_clang" "sudo" "/usr/bin/luajit" "test_clang.lua"
42: Test timeout computed to be: 9.99988e+06
42: In file included from /virtual/main.c:1:
42: In file included from include/linux/blkdev.h:4:
42: In file included from include/linux/sched.h:11:
42: In file included from arch/x86/include/asm/current.h:5:
42: In file included from arch/x86/include/asm/percpu.h:44:
42: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
42: #define container_of(ptr, type, member) ({                              \
42:         ^
42: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
42: #define container_of(ptr, type, member)                         \
42:         ^
42: 1 warning generated.
42: In file included from /virtual/main.c:1:
42: In file included from include/linux/blkdev.h:4:
42: In file included from include/linux/sched.h:11:
42: In file included from arch/x86/include/asm/current.h:5:
42: In file included from arch/x86/include/asm/percpu.h:44:
42: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
42: #define container_of(ptr, type, member) ({                              \
42:         ^
42: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
42: #define container_of(ptr, type, member)                         \
42:         ^
42: 1 warning generated.
42: In file included from /virtual/main.c:1:
42: In file included from include/linux/fs.h:5:
42: In file included from include/linux/wait_bit.h:7:
42: In file included from include/linux/wait.h:6:
42: In file included from include/linux/list.h:8:
42: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
42: #define container_of(ptr, type, member) ({                              \
42:         ^
42: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
42: #define container_of(ptr, type, member)                         \
42:         ^
42: 1 warning generated.
42: In file included from /virtual/main.c:1:
42: In file included from include/linux/blkdev.h:4:
42: In file included from include/linux/sched.h:11:
42: In file included from arch/x86/include/asm/current.h:5:
42: In file included from arch/x86/include/asm/percpu.h:44:
42: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
42: #define container_of(ptr, type, member) ({                              \
42:         ^
42: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
42: #define container_of(ptr, type, member)                         \
42:         ^
42: 1 warning generated.
42: In file included from /virtual/main.c:1:
42: In file included from include/linux/fs.h:5:
42: In file included from include/linux/wait_bit.h:7:
42: In file included from include/linux/wait.h:6:
42: In file included from include/linux/list.h:8:
42: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
42: #define container_of(ptr, type, member) ({                              \
42:         ^
42: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
42: #define container_of(ptr, type, member)                         \
42:         ^
42: 1 warning generated.
42: In file included from /virtual/main.c:1:
42: In file included from include/linux/sched.h:11:
42: In file included from arch/x86/include/asm/current.h:5:
42: In file included from arch/x86/include/asm/percpu.h:44:
42: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
42: #define container_of(ptr, type, member) ({                              \
42:         ^
42: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
42: #define container_of(ptr, type, member)                         \
42:         ^
42: 1 warning generated.
42: In file included from /virtual/main.c:1:
42: In file included from include/linux/sched.h:11:
42: In file included from arch/x86/include/asm/current.h:5:
42: In file included from arch/x86/include/asm/percpu.h:44:
42: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
42: #define container_of(ptr, type, member) ({                              \
42:         ^
42: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
42: #define container_of(ptr, type, member)                         \
42:         ^
42: 1 warning generated.
42: In file included from /virtual/main.c:1:
42: In file included from include/linux/fs.h:5:
42: In file included from include/linux/wait_bit.h:7:
42: In file included from include/linux/wait.h:6:
42: In file included from include/linux/list.h:8:
42: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
42: #define container_of(ptr, type, member) ({                              \
42:         ^
42: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
42: #define container_of(ptr, type, member)                         \
42:         ^
42: 1 warning generated.
42: In file included from /virtual/main.c:2:
42: In file included from include/linux/blkdev.h:4:
42: In file included from include/linux/sched.h:11:
42: In file included from arch/x86/include/asm/current.h:5:
42: In file included from arch/x86/include/asm/percpu.h:44:
42: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
42: #define container_of(ptr, type, member) ({                              \
42:         ^
42: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
42: #define container_of(ptr, type, member)                         \
42:         ^
42: 1 warning generated.
42: In file included from /virtual/main.c:2:
42: In file included from include/linux/gfp.h:4:
42: In file included from include/linux/mmdebug.h:4:
42: In file included from include/linux/bug.h:4:
42: In file included from arch/x86/include/asm/bug.h:81:
42: In file included from include/asm-generic/bug.h:15:
42: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
42: #define container_of(ptr, type, member) ({                              \
42:         ^
42: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
42: #define container_of(ptr, type, member)                         \
42:         ^
42: 1 warning generated.
42: /virtual/main.c:1:30: error: expected expression
42: int failure(void *ctx) { if (); return 0; }
42:                              ^
42: 1 error generated.
42: In file included from /virtual/main.c:2:
42: In file included from include/linux/sched.h:11:
42: In file included from arch/x86/include/asm/current.h:5:
42: In file included from arch/x86/include/asm/percpu.h:44:
42: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
42: #define container_of(ptr, type, member) ({                              \
42:         ^
42: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
42: #define container_of(ptr, type, member)                         \
42:         ^
42: 1 warning generated.
42: In file included from /virtual/main.c:1:
42: In file included from include/linux/blkdev.h:4:
42: In file included from include/linux/sched.h:11:
42: In file included from arch/x86/include/asm/current.h:5:
42: In file included from arch/x86/include/asm/percpu.h:44:
42: include/linux/kernel.h:867:9: warning: 'container_of' macro redefined [-Wmacro-redefined]
42: #define container_of(ptr, type, member) ({                              \
42:         ^
42: /virtual/include/bcc/helpers.h:48:9: note: previous definition is here
42: #define container_of(ptr, type, member)                         \
42:         ^
42: 1 warning generated.
42: ....................
42: Ran 20 tests in 12.640 seconds, 20 successes, 0 failures
42: OK
42/45 Test #42: lua_test_clang ...................   Passed   12.83 sec
test 43
      Start 43: lua_test_uprobes

43: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc25/build/tests/wrapper.sh "lua_test_uprobes" "sudo" "/usr/bin/luajit" "test_uprobes.lua"
43: Test timeout computed to be: 9.99988e+06
43: Python 2.7.13
43: Arena 0:
43: system bytes     =   21577728
43: in use bytes     =    1133536
43: Total (incl. mmap):
43: system bytes     =   21577728
43: in use bytes     =    1133536
43: max mmap regions =          6
43: max mmap bytes   =    8413184
43: ..
43: Ran 2 tests in 0.426 seconds, 2 successes, 0 failures
43: OK
43/45 Test #43: lua_test_uprobes .................   Passed    0.52 sec
test 44
      Start 44: lua_test_dump

44: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc25/build/tests/wrapper.sh "lua_test_dump" "sudo" "/usr/bin/luajit" "test_dump.lua"
44: Test timeout computed to be: 9.99988e+06
44: .
44: Ran 1 tests in 0.189 seconds, 1 successes, 0 failures
44: OK
44/45 Test #44: lua_test_dump ....................   Passed    0.23 sec
test 45
      Start 45: lua_test_standalone

45: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc25/tests/lua/test_standalone.sh
45: Test timeout computed to be: 9.99988e+06
45: + cd src/lua
45: + [[ ! -x bcc-lua ]]
45: + echo 'bcc-lua not built --- skipping'
45: bcc-lua not built --- skipping
45: + exit 0
45/45 Test #45: lua_test_standalone ..............   Passed    0.00 sec

100% tests passed, 0 tests failed out of 45

Total Test time (real) = 461.12 sec
++ head -n 1 Testing/TAG
+ cp Testing/20210429-1802/Test.xml ./CTestResults.xml
Taking single-use slave fedora25-slave-ce9 offline.
Finished: SUCCESS