Console Output

Started by upstream project "bcc-pr" build number 66
originally caused by:
 GitHub pull request #2516 of commit b56680a15353712478f53e6374eb45f58e316cda, no merge conflicts.
Running as SYSTEM
Building remotely on fedora26-slave-eb5 (fc26) in workspace /home/fedora/jenkins/workspace/bcc-pr/label/fc26
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/iovisor/bcc.git
 > git init /home/fedora/jenkins/workspace/bcc-pr/label/fc26 # timeout=10
Fetching upstream changes from https://github.com/iovisor/bcc.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/iovisor/bcc.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://github.com/iovisor/bcc.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/iovisor/bcc.git # timeout=10
Fetching upstream changes from https://github.com/iovisor/bcc.git
 > git fetch --tags --progress https://github.com/iovisor/bcc.git +refs/pull/*:refs/remotes/origin/pr/*
Checking out Revision 42d092c998f8e32f22ff38cd3832813087343e55 (refs/remotes/origin/pr/2516/merge)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 42d092c998f8e32f22ff38cd3832813087343e55
Commit message: "Merge b56680a15353712478f53e6374eb45f58e316cda into c99c7c4063213f4bb6e8347f9b4d36ed316aa8c9"
 > git rev-list --no-walk 42d092c998f8e32f22ff38cd3832813087343e55 # timeout=10
Run condition [Execute Shell] enabling prebuild for step [Execute shell]
Run condition [Execute Shell] enabling prebuild for step [Execute shell]
[fc26] $ /bin/sh -xe /tmp/CommandInterpreterCondition836468740766819541.sh
+ grep -q '^ID=fedora' /etc/os-release
Run condition [Execute Shell] enabling perform for step [Execute shell]
[fc26] $ /bin/sh -xe /tmp/jenkins7410197170688484878.sh
+ git clean -df
+ sudo dnf erase -y bcc-tools libbcc libbcc-examples python-bcc bcc-lua
No match for argument: bcc-tools
No match for argument: libbcc
No match for argument: libbcc-examples
No match for argument: python-bcc
No match for argument: bcc-lua
Error: No packages marked for removal.
+ :
+ rm -rf build
+ export PATH=/opt/local/llvm/bin:/usr/local/bin:/usr/bin
+ PATH=/opt/local/llvm/bin:/usr/local/bin:/usr/bin
+ ./scripts/build-rpm.sh
+ set -e
++ mktemp -d /tmp/rpmbuild.XXXXXX
+ TMP=/tmp/rpmbuild.N6wEWi
+ trap cleanup EXIT
+ mkdir /tmp/rpmbuild.N6wEWi/BUILD /tmp/rpmbuild.N6wEWi/RPMS /tmp/rpmbuild.N6wEWi/SOURCES /tmp/rpmbuild.N6wEWi/SPECS /tmp/rpmbuild.N6wEWi/SRPMS
+ llvmver=3.7.1
+ git submodule update --init --recursive
Submodule 'src/cc/libbpf' (https://github.com/libbpf/libbpf.git) registered for path 'src/cc/libbpf'
Cloning into '/home/fedora/jenkins/workspace/bcc-pr/label/fc26/src/cc/libbpf'...
Submodule path 'src/cc/libbpf': checked out '2c9394f2a3af77e7ee41e00beb69e59a7e86e732'
+ . scripts/git-tag.sh
+++ git describe --abbrev=0
++ git_tag_latest=v0.10.0
+++ git rev-list v0.10.0.. --count
++ git_rev_count=99
++ git_rev_count=100
+++ git log --pretty=%s -n 1
++ git_subject='Merge b56680a15353712478f53e6374eb45f58e316cda into c99c7c4063213f4bb6e8347f9b4d36ed316aa8c9'
++ release=100
++ [[ 100 != \1 ]]
+++ git log --pretty=%h -n 1
++ release=100.git.42d092c9
++ revision=0.10.0
+ git archive HEAD --prefix=bcc/ --format=tar -o /tmp/rpmbuild.N6wEWi/SOURCES/bcc.tar
+ pushd src/cc/libbpf
~/jenkins/workspace/bcc-pr/label/fc26/src/cc/libbpf ~/jenkins/workspace/bcc-pr/label/fc26
+ git archive HEAD --prefix=bcc/src/cc/libbpf/ --format=tar -o /tmp/rpmbuild.N6wEWi/SOURCES/bcc_libbpf.tar
+ popd
~/jenkins/workspace/bcc-pr/label/fc26
+ pushd /tmp/rpmbuild.N6wEWi/SOURCES
/tmp/rpmbuild.N6wEWi/SOURCES ~/jenkins/workspace/bcc-pr/label/fc26
+ tar -A -f bcc.tar bcc_libbpf.tar
+ gzip bcc.tar
+ popd
~/jenkins/workspace/bcc-pr/label/fc26
+ sed -e 's/^\(Version:\s*\)@REVISION@/\10.10.0/' -e 's/^\(Release:\s*\)@GIT_REV_COUNT@/\1100.git.42d092c9/' SPECS/bcc.spec
+ pushd /tmp/rpmbuild.N6wEWi
/tmp/rpmbuild.N6wEWi ~/jenkins/workspace/bcc-pr/label/fc26
++ pwd
+ rpmbuild --define '_topdir /tmp/rpmbuild.N6wEWi' -ba SPECS/bcc.spec
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.WC5zQl
+ umask 022
+ cd /tmp/rpmbuild.N6wEWi/BUILD
+ cd /tmp/rpmbuild.N6wEWi/BUILD
+ rm -rf bcc
+ /usr/bin/gzip -dc /tmp/rpmbuild.N6wEWi/SOURCES/bcc.tar.gz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd bcc
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.qrohVd
+ umask 022
+ cd /tmp/rpmbuild.N6wEWi/BUILD
+ cd bcc
+ mkdir build
+ pushd build
/tmp/rpmbuild.N6wEWi/BUILD/bcc/build /tmp/rpmbuild.N6wEWi/BUILD/bcc
++ pkg-config --variable=includedir luajit
++ pkg-config --variable=libdir luajit
++ pkg-config --variable=libname luajit
+ cmake .. -DREVISION_LAST=0.10.0 -DREVISION=0.10.0 -DCMAKE_INSTALL_PREFIX=/usr -DLUAJIT_INCLUDE_DIR=/usr/include/luajit-2.1 -DLUAJIT_LIBRARIES=/usr/lib64/libluajit-5.1.so -DPYTHON_CMD=python2
-- The C compiler identification is GNU 7.3.1
-- The CXX compiler identification is GNU 7.3.1
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Revision is 0.10.0
-- Performing Test HAVE_NO_PIE_FLAG
-- Performing Test HAVE_NO_PIE_FLAG - Success
-- Performing Test HAVE_REALLOCARRAY_SUPPORT
-- Performing Test HAVE_REALLOCARRAY_SUPPORT - Failed
-- Found BISON: /usr/bin/bison (found version "3.0.4") 
-- Found FLEX: /usr/bin/flex (found version "2.6.1") 
-- Found LLVM: /usr/include 4.0.1
-- Found LibElf: /usr/lib64/libelf.so  
-- Performing Test ELF_GETSHDRSTRNDX
-- Performing Test ELF_GETSHDRSTRNDX - Success
-- Found LuaJIT: /usr/lib64/libluajit-5.1.so  
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/rpmbuild.N6wEWi/BUILD/bcc/build
+ make -j2
Scanning dependencies of target bpf-shared
Scanning dependencies of target bpf-static
[  0%] Building C object src/cc/CMakeFiles/bpf-shared.dir/libbpf.c.o
[  0%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf.c.o
[  1%] Building C object src/cc/CMakeFiles/bpf-static.dir/perf_reader.c.o
[  1%] Building C object src/cc/CMakeFiles/bpf-shared.dir/perf_reader.c.o
[  2%] Building C object src/cc/CMakeFiles/bpf-shared.dir/libbpf/src/bpf.c.o
[  2%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/bpf.c.o
[  2%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/bpf_prog_linfo.c.o
[  2%] Building C object src/cc/CMakeFiles/bpf-shared.dir/libbpf/src/bpf_prog_linfo.c.o
[  3%] Building C object src/cc/CMakeFiles/bpf-shared.dir/libbpf/src/btf.c.o
[  4%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/btf.c.o
[  4%] Building C object src/cc/CMakeFiles/bpf-shared.dir/libbpf/src/btf_dump.c.o
[  4%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/btf_dump.c.o
[  4%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/hashmap.c.o
[  5%] Building C object src/cc/CMakeFiles/bpf-shared.dir/libbpf/src/hashmap.c.o
[  6%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/libbpf.c.o
[  6%] Building C object src/cc/CMakeFiles/bpf-shared.dir/libbpf/src/libbpf.c.o
[  6%] Building C object src/cc/CMakeFiles/bpf-shared.dir/libbpf/src/libbpf_errno.c.o
[  6%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/libbpf_errno.c.o
[  7%] Building C object src/cc/CMakeFiles/bpf-shared.dir/libbpf/src/libbpf_probes.c.o
[  8%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/libbpf_probes.c.o
[  8%] Building C object src/cc/CMakeFiles/bpf-shared.dir/libbpf/src/netlink.c.o
[  8%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/netlink.c.o
[  9%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/nlattr.c.o
[  9%] Building C object src/cc/CMakeFiles/bpf-shared.dir/libbpf/src/nlattr.c.o
[ 10%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/str_error.c.o
[ 10%] Building C object src/cc/CMakeFiles/bpf-shared.dir/libbpf/src/str_error.c.o
[ 10%] Building C object src/cc/CMakeFiles/bpf-shared.dir/libbpf/src/xsk.c.o
[ 10%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/xsk.c.o
[ 12%] Linking C static library libbcc_bpf.a
[ 12%] Linking C shared library libbcc_bpf.so
[ 12%] Built target bpf-static
[ 12%] Built target bpf-shared
Scanning dependencies of target bcc-loader-static
Scanning dependencies of target clang_frontend
[ 12%] Building CXX object src/cc/CMakeFiles/bcc-loader-static.dir/bcc_syms.cc.o
[ 13%] Building CXX object src/cc/frontends/clang/CMakeFiles/clang_frontend.dir/loader.cc.o
[ 14%] Building C object src/cc/CMakeFiles/bcc-loader-static.dir/bcc_elf.c.o
[ 14%] Building C object src/cc/CMakeFiles/bcc-loader-static.dir/bcc_perf_map.c.o
[ 14%] Building C object src/cc/CMakeFiles/bcc-loader-static.dir/bcc_proc.c.o
[ 15%] Building CXX object src/cc/CMakeFiles/bcc-loader-static.dir/common.cc.o
[ 15%] Linking CXX static library libbcc-loader-static.a
[ 15%] Built target bcc-loader-static
Scanning dependencies of target api-static
[ 16%] Building CXX object src/cc/api/CMakeFiles/api-static.dir/BPF.cc.o
[ 16%] Building CXX object src/cc/api/CMakeFiles/api-static.dir/BPFTable.cc.o
[ 17%] Linking CXX static library libapi-static.a
[ 17%] Built target api-static
Scanning dependencies of target usdt-static
[ 17%] Building CXX object src/cc/usdt/CMakeFiles/usdt-static.dir/usdt_args.cc.o
[ 17%] Building CXX object src/cc/frontends/clang/CMakeFiles/clang_frontend.dir/b_frontend_action.cc.o
[ 17%] Building CXX object src/cc/usdt/CMakeFiles/usdt-static.dir/usdt.cc.o
[ 18%] Linking CXX static library libusdt-static.a
[ 18%] Built target usdt-static
[ 18%] Building CXX object src/cc/frontends/clang/CMakeFiles/clang_frontend.dir/tp_frontend_action.cc.o
[ 19%] Building CXX object src/cc/frontends/clang/CMakeFiles/clang_frontend.dir/kbuild_helper.cc.o
[ 19%] Building CXX object src/cc/frontends/clang/CMakeFiles/clang_frontend.dir/__/__/common.cc.o
[ 19%] [FLEX][Lexer] Building scanner with flex 2.6.1
lexer.ll:110: warning, -s option given but default rule can be matched
[ 19%] [BISON][Parser] Building parser with bison 3.0.4
parser.yy:19.9-17: warning: deprecated directive, use '%define api.namespace ebpf::cc' [-Wdeprecated]
 %define namespace "ebpf::cc"
         ^^^^^^^^^
parser.yy:19.9-17: warning: %define variable 'api.namespace' requires '{...}' values [-Wdeprecated]
 %define namespace "ebpf::cc"
         ^^^^^^^^^
parser.yy:20.9-25: warning: %define variable 'parser_class_name' requires '{...}' values [-Wdeprecated]
 %define parser_class_name "BisonParser"
         ^^^^^^^^^^^^^^^^^
Scanning dependencies of target b_frontend
[ 20%] Building CXX object src/cc/frontends/b/CMakeFiles/b_frontend.dir/loader.cc.o
[ 20%] Building CXX object src/cc/frontends/b/CMakeFiles/b_frontend.dir/codegen_llvm.cc.o
[ 21%] Building CXX object src/cc/frontends/b/CMakeFiles/b_frontend.dir/node.cc.o
[ 21%] Building CXX object src/cc/frontends/b/CMakeFiles/b_frontend.dir/parser.cc.o
[ 21%] Building CXX object src/cc/frontends/b/CMakeFiles/b_frontend.dir/printer.cc.o
[ 22%] Linking CXX static library libclang_frontend.a
[ 22%] Built target clang_frontend
[ 23%] Building CXX object src/cc/frontends/b/CMakeFiles/b_frontend.dir/type_check.cc.o
[ 23%] Building CXX object src/cc/frontends/b/CMakeFiles/b_frontend.dir/parser.yy.cc.o
[ 23%] Building CXX object src/cc/frontends/b/CMakeFiles/b_frontend.dir/lexer.ll.cc.o
/tmp/rpmbuild.N6wEWi/BUILD/bcc/build/src/cc/frontends/b/lexer.ll.cc: In member function 'virtual int ebpf::cc::Lexer::yylex()':
/tmp/rpmbuild.N6wEWi/BUILD/bcc/build/src/cc/frontends/b/lexer.ll.cc:752:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    for ( yyl = 0; yyl < yyleng; ++yyl )
                   ~~~~^~~~~~~~
Scanning dependencies of target bcc_py_python2
[ 24%] Linking CXX static library libb_frontend.a
[ 24%] Building sdist for python2
[ 24%] Built target b_frontend
[ 24%] Generating bcc.lua
Writing bcc.lua...
OK!
[ 25%] Generating bcc.o
Scanning dependencies of target bcc-lua
[ 25%] Building C object src/lua/CMakeFiles/bcc-lua.dir/src/main.c.o
running sdist
running check
warning: sdist: manifest template 'MANIFEST.in' does not exist (using default file list)

warning: sdist: standard file not found: should have one of README, README.txt

writing manifest file 'MANIFEST'
creating bcc-0.10.0
creating bcc-0.10.0/bcc
making hard links in bcc-0.10.0...
hard linking setup.py -> bcc-0.10.0
hard linking bcc/__init__.py -> bcc-0.10.0/bcc
hard linking bcc/disassembler.py -> bcc-0.10.0/bcc
hard linking bcc/libbcc.py -> bcc-0.10.0/bcc
hard linking bcc/perf.py -> bcc-0.10.0/bcc
hard linking bcc/syscall.py -> bcc-0.10.0/bcc
hard linking bcc/table.py -> bcc-0.10.0/bcc
hard linking bcc/tcp.py -> bcc-0.10.0/bcc
hard linking bcc/usdt.py -> bcc-0.10.0/bcc
hard linking bcc/utils.py -> bcc-0.10.0/bcc
hard linking bcc/version.py -> bcc-0.10.0/bcc
creating dist
[ 26%] Linking C executable bcc-lua
Creating tar archive
[ 26%] Built target bcc-lua
removing 'bcc-0.10.0' (and everything under it)
Scanning dependencies of target bps
[ 26%] Built target bcc_py_python2
[ 26%] Building C object introspection/CMakeFiles/bps.dir/bps.c.o
Scanning dependencies of target man
[ 26%] Generating argdist.8.gz
[ 26%] Generating bashreadline.8.gz
[ 27%] Generating biolatency.8.gz
[ 27%] Generating biosnoop.8.gz
[ 28%] Generating biotop.8.gz
[ 28%] Generating bitesize.8.gz
[ 28%] Generating bpflist.8.gz
[ 29%] Generating bps.8.gz
[ 29%] Generating btrfsdist.8.gz
[ 30%] Linking C executable bps
[ 30%] Generating btrfsslower.8.gz
[ 30%] Generating cachestat.8.gz
[ 30%] Generating cachetop.8.gz
[ 31%] Built target bps
[ 31%] Generating capable.8.gz
[ 31%] Generating cobjnew.8.gz
Scanning dependencies of target usdt_test_lib
[ 31%] Generating cpudist.8.gz
[ 31%] Building C object tests/cc/CMakeFiles/usdt_test_lib.dir/usdt_test_lib.c.o
[ 32%] Generating cpuunclaimed.8.gz
[ 32%] Generating criticalstat.8.gz
[ 33%] Generating cthreads.8.gz
[ 34%] Linking C shared library libusdt_test_lib.so
[ 34%] Generating dbslower.8.gz
[ 34%] Generating dbstat.8.gz
[ 35%] Generating dcsnoop.8.gz
[ 35%] Built target usdt_test_lib
[ 35%] Generating dcstat.8.gz
[ 36%] Generating deadlock.8.gz
Scanning dependencies of target bcc-shared
[ 36%] Generating drsnoop.8.gz
[ 36%] Building CXX object src/cc/CMakeFiles/bcc-shared.dir/link_all.cc.o
[ 36%] Generating execsnoop.8.gz
[ 37%] Generating exitsnoop.8.gz
[ 37%] Generating ext4dist.8.gz
[ 37%] Generating ext4slower.8.gz
[ 38%] Generating filelife.8.gz
[ 38%] Building CXX object src/cc/CMakeFiles/bcc-shared.dir/bcc_common.cc.o
[ 38%] Generating fileslower.8.gz
[ 39%] Generating filetop.8.gz
[ 39%] Generating funccount.8.gz
[ 39%] Generating funclatency.8.gz
[ 40%] Generating funcslower.8.gz
[ 40%] Generating gethostlatency.8.gz
[ 41%] Generating hardirqs.8.gz
[ 41%] Generating inject.8.gz
[ 41%] Generating javacalls.8.gz
[ 42%] Generating javaflow.8.gz
[ 42%] Generating javagc.8.gz
[ 43%] Generating javaobjnew.8.gz
[ 43%] Generating javastat.8.gz
[ 43%] Generating javathreads.8.gz
[ 44%] Generating killsnoop.8.gz
[ 44%] Generating llcstat.8.gz
[ 44%] Generating mdflush.8.gz
[ 45%] Generating memleak.8.gz
[ 45%] Generating mountsnoop.8.gz
[ 46%] Generating mysqld_qslower.8.gz
[ 46%] Generating nfsdist.8.gz
[ 46%] Generating nfsslower.8.gz
[ 47%] Generating nodegc.8.gz
[ 47%] Generating nodestat.8.gz
[ 48%] Generating offcputime.8.gz
[ 48%] Generating offwaketime.8.gz
[ 48%] Generating oomkill.8.gz
[ 49%] Generating opensnoop.8.gz
[ 49%] Generating perlcalls.8.gz
[ 49%] Generating perlflow.8.gz
[ 50%] Generating perlstat.8.gz
[ 50%] Generating phpcalls.8.gz
[ 51%] Generating phpflow.8.gz
[ 51%] Generating phpstat.8.gz
[ 51%] Generating pidpersec.8.gz
[ 52%] Generating profile.8.gz
[ 52%] Generating pythoncalls.8.gz
[ 53%] Generating pythonflow.8.gz
[ 53%] Generating pythongc.8.gz
[ 53%] Generating pythonstat.8.gz
[ 54%] Generating reset-trace.8.gz
[ 54%] Generating rubycalls.8.gz
[ 55%] Generating rubyflow.8.gz
[ 55%] Generating rubygc.8.gz
[ 55%] Generating rubyobjnew.8.gz
[ 56%] Generating rubystat.8.gz
[ 56%] Generating runqlat.8.gz
[ 56%] Generating runqlen.8.gz
[ 57%] Generating runqslower.8.gz
[ 57%] Generating shmsnoop.8.gz
[ 58%] Generating slabratetop.8.gz
[ 58%] Generating sofdsnoop.8.gz
[ 58%] Generating softirqs.8.gz
[ 60%] Generating solisten.8.gz
[ 60%] Building CXX object src/cc/CMakeFiles/bcc-shared.dir/bpf_module.cc.o
[ 60%] Generating spfdsnoop.8.gz
[ 61%] Generating sslsniff.8.gz
[ 61%] Generating stackcount.8.gz
[ 61%] Generating statsnoop.8.gz
[ 62%] Generating syncsnoop.8.gz
[ 62%] Generating syscount.8.gz
[ 63%] Generating tclcalls.8.gz
[ 63%] Generating tclflow.8.gz
[ 63%] Generating tclobjnew.8.gz
[ 64%] Generating tclstat.8.gz
[ 64%] Generating tcpaccept.8.gz
[ 64%] Generating tcpconnect.8.gz
[ 65%] Generating tcpconnlat.8.gz
[ 65%] Generating tcpdrop.8.gz
[ 66%] Generating tcplife.8.gz
[ 66%] Generating tcpretrans.8.gz
[ 66%] Generating tcpstates.8.gz
[ 67%] Generating tcpsubnet.8.gz
[ 67%] Generating tcptop.8.gz
[ 68%] Generating tcptracer.8.gz
[ 68%] Generating tplist.8.gz
[ 68%] Generating trace.8.gz
[ 69%] Generating ttysnoop.8.gz
[ 69%] Generating ucalls.8.gz
[ 69%] Generating uflow.8.gz
[ 70%] Generating ugc.8.gz
[ 70%] Generating uobjnew.8.gz
[ 71%] Generating ustat.8.gz
[ 71%] Generating uthreads.8.gz
[ 71%] Generating vfscount.8.gz
[ 72%] Generating vfsstat.8.gz
[ 72%] Generating wakeuptime.8.gz
[ 73%] Generating xfsdist.8.gz
[ 73%] Generating xfsslower.8.gz
[ 73%] Generating zfsdist.8.gz
[ 74%] Generating zfsslower.8.gz
[ 74%] Built target man
[ 74%] Building CXX object src/cc/CMakeFiles/bcc-shared.dir/bcc_btf.cc.o
[ 75%] Building CXX object src/cc/CMakeFiles/bcc-shared.dir/exported_files.cc.o
[ 75%] Building CXX object src/cc/CMakeFiles/bcc-shared.dir/bpf_module_rw_engine.cc.o
[ 75%] Building CXX object src/cc/CMakeFiles/bcc-shared.dir/table_storage.cc.o
[ 76%] Building CXX object src/cc/CMakeFiles/bcc-shared.dir/shared_table.cc.o
[ 76%] Building CXX object src/cc/CMakeFiles/bcc-shared.dir/bpffs_table.cc.o
[ 77%] Building CXX object src/cc/CMakeFiles/bcc-shared.dir/json_map_decl_visitor.cc.o
[ 77%] Building CXX object src/cc/CMakeFiles/bcc-shared.dir/bcc_syms.cc.o
[ 77%] Building C object src/cc/CMakeFiles/bcc-shared.dir/bcc_elf.c.o
[ 78%] Building C object src/cc/CMakeFiles/bcc-shared.dir/bcc_perf_map.c.o
[ 78%] Building C object src/cc/CMakeFiles/bcc-shared.dir/bcc_proc.c.o
[ 79%] Building CXX object src/cc/CMakeFiles/bcc-shared.dir/common.cc.o
Scanning dependencies of target bcc-static
[ 79%] Building CXX object src/cc/CMakeFiles/bcc-static.dir/bcc_common.cc.o
[ 80%] Building CXX object src/cc/CMakeFiles/bcc-static.dir/bpf_module.cc.o
[ 80%] Linking CXX shared library libbcc.so
[ 80%] Building CXX object src/cc/CMakeFiles/bcc-static.dir/bcc_btf.cc.o
[ 80%] Building CXX object src/cc/CMakeFiles/bcc-static.dir/exported_files.cc.o
[ 81%] Building CXX object src/cc/CMakeFiles/bcc-static.dir/bpf_module_rw_engine.cc.o
[ 81%] Built target bcc-shared
Scanning dependencies of target test_libbcc
[ 81%] Building CXX object tests/cc/CMakeFiles/test_libbcc.dir/test_libbcc.cc.o
[ 81%] Building CXX object src/cc/CMakeFiles/bcc-static.dir/table_storage.cc.o
[ 82%] Building CXX object src/cc/CMakeFiles/bcc-static.dir/shared_table.cc.o
[ 82%] Building CXX object src/cc/CMakeFiles/bcc-static.dir/bpffs_table.cc.o
[ 82%] Building CXX object src/cc/CMakeFiles/bcc-static.dir/json_map_decl_visitor.cc.o
[ 83%] Building CXX object tests/cc/CMakeFiles/test_libbcc.dir/test_c_api.cc.o
[ 83%] Building CXX object tests/cc/CMakeFiles/test_libbcc.dir/test_array_table.cc.o
[ 84%] Building CXX object src/cc/CMakeFiles/bcc-static.dir/common.cc.o
[ 84%] Building CXX object src/cc/CMakeFiles/bcc-static.dir/usdt/usdt.cc.o
[ 84%] Building CXX object tests/cc/CMakeFiles/test_libbcc.dir/test_bpf_table.cc.o
[ 85%] Building CXX object src/cc/CMakeFiles/bcc-static.dir/usdt/usdt_args.cc.o
[ 86%] Building CXX object tests/cc/CMakeFiles/test_libbcc.dir/test_hash_table.cc.o
[ 86%] Building CXX object tests/cc/CMakeFiles/test_libbcc.dir/test_perf_event.cc.o
[ 86%] Building CXX object tests/cc/CMakeFiles/test_libbcc.dir/test_pinned_table.cc.o
[ 86%] Building CXX object src/cc/CMakeFiles/bcc-static.dir/bcc_syms.cc.o
[ 87%] Building CXX object tests/cc/CMakeFiles/test_libbcc.dir/test_prog_table.cc.o
[ 87%] Building C object src/cc/CMakeFiles/bcc-static.dir/bcc_elf.c.o
[ 87%] Building CXX object tests/cc/CMakeFiles/test_libbcc.dir/test_shared_table.cc.o
[ 88%] Building C object src/cc/CMakeFiles/bcc-static.dir/bcc_perf_map.c.o
[ 88%] Building C object src/cc/CMakeFiles/bcc-static.dir/bcc_proc.c.o
[ 89%] Linking CXX static library libbcc.a
[ 89%] Built target bcc-static
[ 90%] Building CXX object tests/cc/CMakeFiles/test_libbcc.dir/test_usdt_args.cc.o
[ 90%] Building CXX object tests/cc/CMakeFiles/test_libbcc.dir/test_usdt_probes.cc.o
[ 90%] Building CXX object tests/cc/CMakeFiles/test_libbcc.dir/utils.cc.o
Scanning dependencies of target FollyRequestContextSwitch
[ 91%] Building CXX object examples/cpp/CMakeFiles/FollyRequestContextSwitch.dir/FollyRequestContextSwitch.cc.o
[ 91%] Linking CXX executable FollyRequestContextSwitch
[ 92%] Linking CXX executable test_libbcc
[ 92%] Built target FollyRequestContextSwitch
Scanning dependencies of target CPUDistribution
[ 92%] Building CXX object examples/cpp/CMakeFiles/CPUDistribution.dir/CPUDistribution.cc.o
[ 92%] Built target test_libbcc
Scanning dependencies of target HelloWorld
[ 92%] Building CXX object examples/cpp/CMakeFiles/HelloWorld.dir/HelloWorld.cc.o
[ 92%] Linking CXX executable CPUDistribution
[ 93%] Linking CXX executable HelloWorld
[ 93%] Built target CPUDistribution
Scanning dependencies of target UseExternalMap
[ 93%] Building CXX object examples/cpp/CMakeFiles/UseExternalMap.dir/UseExternalMap.cc.o
[ 93%] Built target HelloWorld
Scanning dependencies of target TCPSendStack
[ 93%] Building CXX object examples/cpp/CMakeFiles/TCPSendStack.dir/TCPSendStack.cc.o
[ 93%] Linking CXX executable UseExternalMap
[ 94%] Linking CXX executable TCPSendStack
[ 94%] Built target UseExternalMap
Scanning dependencies of target RecordMySQLQuery
[ 94%] Building CXX object examples/cpp/CMakeFiles/RecordMySQLQuery.dir/RecordMySQLQuery.cc.o
[ 94%] Built target TCPSendStack
Scanning dependencies of target RandomRead
[ 95%] Building CXX object examples/cpp/CMakeFiles/RandomRead.dir/RandomRead.cc.o
[ 96%] Linking CXX executable RecordMySQLQuery
[ 96%] Linking CXX executable RandomRead
[ 96%] Built target RecordMySQLQuery
Scanning dependencies of target LLCStat
[ 96%] Building CXX object examples/cpp/CMakeFiles/LLCStat.dir/LLCStat.cc.o
[ 96%] Built target RandomRead
Scanning dependencies of target PyPerf
[ 96%] Building CXX object examples/cpp/pyperf/CMakeFiles/PyPerf.dir/PyPerf.cc.o
[ 97%] Linking CXX executable LLCStat
[ 97%] Building CXX object examples/cpp/pyperf/CMakeFiles/PyPerf.dir/PyPerfUtil.cc.o
[ 98%] Building CXX object examples/cpp/pyperf/CMakeFiles/PyPerf.dir/PyPerfBPFProgram.cc.o
[ 98%] Building CXX object examples/cpp/pyperf/CMakeFiles/PyPerf.dir/PyPerfLoggingHelper.cc.o
[ 99%] Building CXX object examples/cpp/pyperf/CMakeFiles/PyPerf.dir/PyPerfDefaultPrinter.cc.o
[ 99%] Built target LLCStat
Scanning dependencies of target test_static
[ 99%] Building C object tests/cc/CMakeFiles/test_static.dir/test_static.c.o
[100%] Linking CXX executable test_static
[100%] Building CXX object examples/cpp/pyperf/CMakeFiles/PyPerf.dir/Py36Offsets.cc.o
[100%] Linking CXX executable PyPerf
[100%] Built target test_static
[100%] Built target PyPerf
+ popd
/tmp/rpmbuild.N6wEWi/BUILD/bcc
+ exit 0
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.lPBEdN
+ umask 022
+ cd /tmp/rpmbuild.N6wEWi/BUILD
+ '[' /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64 '!=' / ']'
+ rm -rf /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64
++ dirname /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64
+ mkdir -p /tmp/rpmbuild.N6wEWi/BUILDROOT
+ mkdir /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64
+ cd bcc
+ pushd build
/tmp/rpmbuild.N6wEWi/BUILD/bcc/build /tmp/rpmbuild.N6wEWi/BUILD/bcc
+ make install/strip DESTDIR=/tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64
[  6%] Built target bpf-shared
[ 12%] Built target bpf-static
[ 14%] Built target bcc-loader-static
[ 17%] Built target clang_frontend
[ 19%] Built target api-static
[ 20%] Built target usdt-static
[ 24%] Built target b_frontend
[ 30%] Built target bcc-shared
[ 37%] Built target bcc-static
[ 37%] Built target bcc_py_python2
[ 39%] Built target bcc-lua
[ 39%] Built target bps
[ 40%] Built target FollyRequestContextSwitch
[ 40%] Built target CPUDistribution
[ 41%] Built target HelloWorld
[ 41%] Built target UseExternalMap
[ 42%] Built target TCPSendStack
[ 43%] Built target RecordMySQLQuery
[ 44%] Built target RandomRead
[ 45%] Built target LLCStat
[ 47%] Built target PyPerf
[ 93%] Built target man
[ 94%] Built target usdt_test_lib
[ 99%] Built target test_libbcc
[100%] Built target test_static
Installing the project stripped...
-- Install configuration: "Release"
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/lib64/libbcc.so.0.10.0
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/lib64/libbcc.so.0
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/lib64/libbcc.so
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/include/bcc/file_desc.h
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/include/bcc/table_desc.h
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/include/bcc/table_storage.h
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/include/bcc/bcc_common.h
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/include/bcc/bpf_module.h
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/include/bcc/bcc_exception.h
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/include/bcc/bcc_syms.h
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/include/bcc/bcc_proc.h
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/include/bcc/bcc_elf.h
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/include/bcc/bcc_usdt.h
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/include/bcc/compat/linux
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/include/bcc/compat/linux/btf.h
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/include/bcc/compat/linux/netlink.h
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/include/bcc/compat/linux/bpf.h
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/include/bcc/compat/linux/if_xdp.h
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/include/bcc/compat/linux/if_link.h
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/include/bcc/compat/linux/bpf_common.h
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/lib64/pkgconfig/libbcc.pc
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/include/bcc/libbpf.h
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/include/bcc/perf_reader.h
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/lib64/libbcc_bpf.so.0.10.0
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/lib64/libbcc_bpf.so.0
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/lib64/libbcc_bpf.so
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/include/bcc/BPF.h
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/include/bcc/BPFTable.h
running install
running build
running build_py
creating build
creating build/lib
creating build/lib/bcc
copying bcc/usdt.py -> build/lib/bcc
copying bcc/syscall.py -> build/lib/bcc
copying bcc/__init__.py -> build/lib/bcc
copying bcc/table.py -> build/lib/bcc
copying bcc/version.py -> build/lib/bcc
copying bcc/utils.py -> build/lib/bcc
copying bcc/disassembler.py -> build/lib/bcc
copying bcc/perf.py -> build/lib/bcc
copying bcc/libbcc.py -> build/lib/bcc
copying bcc/tcp.py -> build/lib/bcc
running install_lib
creating /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/lib
creating /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/lib/python2.7
creating /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/lib/python2.7/site-packages
creating /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/lib/python2.7/site-packages/bcc
copying build/lib/bcc/usdt.py -> /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/lib/python2.7/site-packages/bcc
copying build/lib/bcc/syscall.py -> /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/lib/python2.7/site-packages/bcc
copying build/lib/bcc/__init__.py -> /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/lib/python2.7/site-packages/bcc
copying build/lib/bcc/table.py -> /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/lib/python2.7/site-packages/bcc
copying build/lib/bcc/version.py -> /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/lib/python2.7/site-packages/bcc
copying build/lib/bcc/utils.py -> /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/lib/python2.7/site-packages/bcc
copying build/lib/bcc/disassembler.py -> /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/lib/python2.7/site-packages/bcc
copying build/lib/bcc/perf.py -> /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/lib/python2.7/site-packages/bcc
copying build/lib/bcc/libbcc.py -> /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/lib/python2.7/site-packages/bcc
copying build/lib/bcc/tcp.py -> /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/lib/python2.7/site-packages/bcc
byte-compiling /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/lib/python2.7/site-packages/bcc/usdt.py to usdt.pyc
byte-compiling /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/lib/python2.7/site-packages/bcc/syscall.py to syscall.pyc
byte-compiling /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/lib/python2.7/site-packages/bcc/__init__.py to __init__.pyc
byte-compiling /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/lib/python2.7/site-packages/bcc/table.py to table.pyc
byte-compiling /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/lib/python2.7/site-packages/bcc/version.py to version.pyc
byte-compiling /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/lib/python2.7/site-packages/bcc/utils.py to utils.pyc
byte-compiling /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/lib/python2.7/site-packages/bcc/disassembler.py to disassembler.pyc
byte-compiling /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/lib/python2.7/site-packages/bcc/perf.py to perf.pyc
byte-compiling /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/lib/python2.7/site-packages/bcc/libbcc.py to libbcc.pyc
byte-compiling /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/lib/python2.7/site-packages/bcc/tcp.py to tcp.pyc
running install_egg_info
Writing /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/lib/python2.7/site-packages/bcc-0.10.0-py2.7.egg-info
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/bin/bcc-lua
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/introspection/bps
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/hello_world.py
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/lua/bashreadline.c
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/lua/bashreadline.lua
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/lua/kprobe-latency.lua
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/lua/kprobe-write.lua
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/lua/memleak.lua
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/lua/offcputime.lua
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/lua/sock-parse-dns.lua
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/lua/sock-parse-http.lua
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/lua/sock-proto.lua
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/lua/sock-protolen.lua
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/lua/strlen_count.lua
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/lua/task_switch.lua
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/lua/tracepoint-offcputime.lua
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/lua/uprobe-readline-perf.lua
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/lua/uprobe-readline.lua
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/lua/uprobe-tailkt.lua
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/lua/usdt_ruby.lua
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/networking/simulation.py
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/networking/simple_tc.py
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/networking/tc_perf_event.py
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/networking/distributed_bridge/simulation.py
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/networking/distributed_bridge/tunnel.c
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/networking/distributed_bridge/tunnel_mesh.c
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/networking/distributed_bridge/main.py
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/networking/distributed_bridge/tunnel_mesh.py
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/networking/distributed_bridge/tunnel.py
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/networking/neighbor_sharing/README.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/networking/neighbor_sharing/simulation.py
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/networking/neighbor_sharing/tc_neighbor_sharing.c
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/networking/neighbor_sharing/tc_neighbor_sharing.py
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/networking/vlan_learning/README.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/networking/vlan_learning/simulation.py
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/networking/vlan_learning/vlan_learning.c
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/networking/vlan_learning/vlan_learning.py
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/networking/tunnel_monitor/README.md
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/networking/tunnel_monitor/chord.png
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/networking/tunnel_monitor/monitor.c
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/networking/tunnel_monitor/simulation.py
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/networking/tunnel_monitor/vxlan.jpg
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/networking/tunnel_monitor/main.py
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/networking/tunnel_monitor/monitor.py
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/networking/tunnel_monitor/setup.sh
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/networking/tunnel_monitor/traffic.sh
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/networking/http_filter/http-parse-complete.c
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/networking/http_filter/http-parse-simple.c
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/networking/http_filter/README.md
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/networking/http_filter/http-parse-complete.py
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/networking/http_filter/http-parse-simple.py
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/networking/xdp/xdp_drop_count.py
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/networking/xdp/xdp_macswap_count.py
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/networking/xdp/xdp_redirect_cpu.py
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/networking/xdp/xdp_redirect_map.py
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/tracing/bitehist.py
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/tracing/dddos.py
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/tracing/disksnoop.py
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/tracing/hello_fields.py
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/tracing/hello_perf_output.py
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/tracing/kvm_hypercall.py
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/tracing/mallocstacks.py
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/tracing/mysqld_query.py
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/tracing/nodejs_http_server.py
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/tracing/stack_buildid_example.py
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/tracing/stacksnoop.py
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/tracing/strlen_count.py
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/tracing/strlen_hist.py
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/tracing/strlen_snoop.py
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/tracing/sync_timing.py
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/tracing/task_switch.py
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/tracing/tcpv4connect.py
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/tracing/trace_fields.py
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/tracing/trace_perf_output.py
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/tracing/urandomread-explicit.py
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/tracing/urandomread.py
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/tracing/vfsreadlat.py
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/tracing/task_switch.c
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/tracing/vfsreadlat.c
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/tracing/CMakeLists.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/tracing/bitehist_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/tracing/dddos_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/tracing/disksnoop_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/tracing/kvm_hypercall.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/tracing/mysqld_query_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/tracing/nodejs_http_server_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/tracing/stacksnoop_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/tracing/tcpv4connect_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/tracing/urandomread_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples/tracing/vfsreadlat_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/argdist.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/bashreadline.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/biolatency.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/biosnoop.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/biotop.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/bitesize.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/bpflist.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/bps.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/btrfsdist.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/btrfsslower.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/cachestat.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/cachetop.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/capable.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/cobjnew.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/cpudist.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/cpuunclaimed.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/criticalstat.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/cthreads.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/dbslower.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/dbstat.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/dcsnoop.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/dcstat.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/deadlock.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/drsnoop.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/execsnoop.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/exitsnoop.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/ext4dist.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/ext4slower.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/filelife.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/fileslower.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/filetop.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/funccount.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/funclatency.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/funcslower.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/gethostlatency.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/hardirqs.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/inject.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/javacalls.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/javaflow.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/javagc.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/javaobjnew.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/javastat.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/javathreads.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/killsnoop.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/llcstat.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/mdflush.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/memleak.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/mountsnoop.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/mysqld_qslower.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/nfsdist.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/nfsslower.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/nodegc.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/nodestat.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/offcputime.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/offwaketime.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/oomkill.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/opensnoop.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/perlcalls.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/perlflow.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/perlstat.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/phpcalls.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/phpflow.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/phpstat.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/pidpersec.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/profile.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/pythoncalls.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/pythonflow.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/pythongc.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/pythonstat.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/reset-trace.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/rubycalls.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/rubyflow.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/rubygc.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/rubyobjnew.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/rubystat.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/runqlat.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/runqlen.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/runqslower.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/shmsnoop.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/slabratetop.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/sofdsnoop.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/softirqs.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/solisten.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/spfdsnoop.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/sslsniff.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/stackcount.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/statsnoop.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/syncsnoop.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/syscount.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/tclcalls.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/tclflow.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/tclobjnew.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/tclstat.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/tcpaccept.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/tcpconnect.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/tcpconnlat.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/tcpdrop.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/tcplife.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/tcpretrans.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/tcpstates.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/tcpsubnet.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/tcptop.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/tcptracer.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/tplist.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/trace.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/ttysnoop.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/ucalls.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/uflow.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/ugc.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/uobjnew.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/ustat.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/uthreads.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/vfscount.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/vfsstat.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/wakeuptime.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/xfsdist.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/xfsslower.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/zfsdist.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/man/man8/zfsslower.8.gz
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/argdist
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/bashreadline
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/biolatency
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/biosnoop
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/biotop
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/bitesize
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/bpflist
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/btrfsdist
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/btrfsslower
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/cachestat
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/cachetop
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/capable
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/cpudist
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/cpuunclaimed
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/criticalstat
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/dbslower
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/dbstat
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/dcsnoop
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/dcstat
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/deadlock
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/drsnoop
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/execsnoop
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/exitsnoop
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/ext4dist
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/ext4slower
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/filelife
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/fileslower
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/filetop
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/funccount
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/funclatency
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/funcslower
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/gethostlatency
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/hardirqs
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/inject
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/killsnoop
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/llcstat
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/mdflush
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/memleak
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/mountsnoop
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/mysqld_qslower
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/nfsdist
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/nfsslower
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/offcputime
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/offwaketime
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/oomkill
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/opensnoop
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/pidpersec
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/profile
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/runqlat
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/runqlen
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/runqslower
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/shmsnoop
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/slabratetop
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/sofdsnoop
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/softirqs
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/solisten
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/sslsniff
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/stackcount
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/statsnoop
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/syncsnoop
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/syscount
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/tcpaccept
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/tcpconnect
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/tcpconnlat
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/tcpdrop
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/tcplife
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/tcpretrans
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/tcpstates
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/tcpsubnet
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/tcptop
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/tcptracer
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/tplist
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/trace
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/ttysnoop
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/vfscount
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/vfsstat
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/wakeuptime
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/xfsdist
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/xfsslower
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/zfsdist
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/zfsslower
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/cobjnew
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/javacalls
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/javaflow
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/javagc
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/javaobjnew
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/javastat
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/javathreads
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/nodegc
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/nodestat
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/perlcalls
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/perlflow
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/perlstat
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/phpcalls
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/phpflow
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/phpstat
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/pythoncalls
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/pythonflow
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/pythongc
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/pythonstat
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/reset-trace
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/rubycalls
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/rubyflow
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/rubygc
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/rubyobjnew
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/rubystat
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/tclcalls
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/tclflow
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/tclobjnew
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/tclstat
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/deadlock.c
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/argdist_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/bashreadline_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/biolatency_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/biosnoop_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/biotop_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/bitesize_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/bpflist_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/btrfsdist_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/btrfsslower_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/cachestat_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/cachetop_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/capable_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/cobjnew_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/cpudist_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/cpuunclaimed_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/criticalstat_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/cthreads_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/dbslower_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/dbstat_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/dcsnoop_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/dcstat_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/deadlock_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/drsnoop_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/execsnoop_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/exitsnoop_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/ext4dist_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/ext4slower_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/filelife_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/fileslower_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/filetop_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/funccount_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/funclatency_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/funcslower_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/gethostlatency_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/hardirqs_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/inject_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/javacalls_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/javaflow_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/javagc_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/javaobjnew_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/javastat_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/javathreads_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/killsnoop_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/llcstat_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/mdflush_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/memleak_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/mountsnoop_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/mysqld_qslower_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/nfsdist_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/nfsslower_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/nodegc_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/nodestat_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/offcputime_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/offwaketime_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/oomkill_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/opensnoop_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/perlcalls_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/perlflow_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/perlstat_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/phpcalls_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/phpflow_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/phpstat_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/pidpersec_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/profile_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/pythoncalls_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/pythonflow_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/pythongc_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/pythonstat_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/reset-trace_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/rubycalls_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/rubyflow_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/rubygc_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/rubyobjnew_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/rubystat_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/runqlat_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/runqlen_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/runqslower_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/shmsnoop_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/slabratetop_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/sofdsnoop_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/softirqs_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/solisten_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/sslsniff_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/stackcount_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/statsnoop_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/syncsnoop_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/syscount_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/tclcalls_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/tclflow_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/tclobjnew_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/tclstat_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/tcpaccept_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/tcpconnect_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/tcpconnlat_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/tcpdrop_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/tcplife_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/tcpretrans_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/tcpstates_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/tcpsubnet_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/tcptop_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/tcptracer_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/tplist_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/trace_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/ttysnoop_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/vfscount_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/vfsstat_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/wakeuptime_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/xfsdist_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/xfsslower_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/zfsdist_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/zfsslower_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/lib/ucalls
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/lib/uflow
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/lib/ugc
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/lib/uobjnew
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/lib/ustat
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/lib/uthreads
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/lib/ucalls_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/lib/uflow_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/lib/ugc_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/lib/uobjnew_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/lib/ustat_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/doc/lib/uthreads_example.txt
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/old/bashreadline
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/old/biosnoop
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/old/filelife
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/old/gethostlatency
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/old/killsnoop
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/old/memleak
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/old/offcputime
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/old/offwaketime
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/old/oomkill
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/old/opensnoop
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/old/profile
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/old/softirqs
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/old/stackcount
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/old/stacksnoop
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/old/statsnoop
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/old/syncsnoop
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/old/tcpaccept
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/old/tcpconnect
-- Installing: /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools/old/wakeuptime
+ find /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/tools /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/share/bcc/examples -type f -exec sed -i -e '1 s|^#!/usr/bin/python$|#!/usr/bin/python2|' -e '1 s|^#!/usr/bin/env python$|#!/usr/bin/python2|' '{}' ';'
+ /usr/lib/rpm/check-buildroot
+ /usr/lib/rpm/brp-compress
+ /usr/lib/rpm/brp-strip /usr/bin/strip
+ /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
+ /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
+ /usr/lib/rpm/brp-python-bytecompile /usr/bin/python2 1
Bytecompiling .py files below /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64/usr/lib/python2.7 using /usr/bin/python2.7
+ /usr/lib/rpm/brp-python-hardlink
Processing files: libbcc-0.10.0-100.git.42d092c9.x86_64
Provides: libbcc = 0.10.0-100.git.42d092c9 libbcc(x86-64) = 0.10.0-100.git.42d092c9 libbcc.so.0()(64bit) libbcc_bpf.so.0()(64bit) pkgconfig(libbcc) = 0.10.0
Requires(interp): /sbin/ldconfig /sbin/ldconfig
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig
Requires: /usr/bin/pkg-config ld-linux-x86-64.so.2()(64bit) ld-linux-x86-64.so.2(GLIBC_2.3)(64bit) libbcc.so.0()(64bit) libbcc_bpf.so.0()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.11)(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.15)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.2)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.6)(64bit) libc.so.6(GLIBC_2.7)(64bit) libc.so.6(GLIBC_2.9)(64bit) libclangAST.so.4()(64bit) libclangAnalysis.so.4()(64bit) libclangBasic.so.4()(64bit) libclangCodeGen.so.4()(64bit) libclangDriver.so.4()(64bit) libclangEdit.so.4()(64bit) libclangFrontend.so.4()(64bit) libclangLex.so.4()(64bit) libclangParse.so.4()(64bit) libclangRewrite.so.4()(64bit) libclangSema.so.4()(64bit) libclangSerialization.so.4()(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.2.5)(64bit) libelf.so.1()(64bit) libelf.so.1(ELFUTILS_1.0)(64bit) libelf.so.1(ELFUTILS_1.3)(64bit) libelf.so.1(ELFUTILS_1.5)(64bit) libelf.so.1(ELFUTILS_1.6)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgcc_s.so.1(GCC_3.3)(64bit) libgcc_s.so.1(GCC_3.4)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.2.5)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) librt.so.1()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.3)(64bit) libstdc++.so.6(CXXABI_1.3.5)(64bit) libstdc++.so.6(CXXABI_1.3.8)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.11)(64bit) libstdc++.so.6(GLIBCXX_3.4.14)(64bit) libstdc++.so.6(GLIBCXX_3.4.15)(64bit) libstdc++.so.6(GLIBCXX_3.4.17)(64bit) libstdc++.so.6(GLIBCXX_3.4.18)(64bit) libstdc++.so.6(GLIBCXX_3.4.19)(64bit) libstdc++.so.6(GLIBCXX_3.4.20)(64bit) libstdc++.so.6(GLIBCXX_3.4.21)(64bit) libstdc++.so.6(GLIBCXX_3.4.22)(64bit) libstdc++.so.6(GLIBCXX_3.4.9)(64bit) libtinfo.so.6()(64bit) libz.so.1()(64bit) libz.so.1(ZLIB_1.2.0)(64bit) rtld(GNU_HASH)
Processing files: python2-bcc-0.10.0-100.git.42d092c9.x86_64
Provides: python-bcc = 0.10.0-100.git.42d092c9 python-bcc(x86-64) = 0.10.0-100.git.42d092c9 python2-bcc = 0.10.0-100.git.42d092c9 python2-bcc(x86-64) = 0.10.0-100.git.42d092c9 python2.7dist(bcc) = 0.10.0 python2dist(bcc) = 0.10.0
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: python(abi) = 2.7
Obsoletes: python-bcc < 0.10.0-100.git.42d092c9
Processing files: bcc-lua-0.10.0-100.git.42d092c9.x86_64
Provides: bcc-lua = 0.10.0-100.git.42d092c9 bcc-lua(x86-64) = 0.10.0-100.git.42d092c9
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libluajit-5.1.so.2()(64bit) rtld(GNU_HASH)
Processing files: libbcc-examples-0.10.0-100.git.42d092c9.x86_64
Provides: libbcc-examples = 0.10.0-100.git.42d092c9 libbcc-examples(x86-64) = 0.10.0-100.git.42d092c9
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: /bin/bash /usr/bin/env /usr/bin/python2
Processing files: bcc-tools-0.10.0-100.git.42d092c9.x86_64
Provides: bcc-tools = 0.10.0-100.git.42d092c9 bcc-tools(x86-64) = 0.10.0-100.git.42d092c9
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: /bin/bash /usr/bin/python2 libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) rtld(GNU_HASH)
Checking for unpackaged file(s): /usr/lib/rpm/check-files /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64
Wrote: /tmp/rpmbuild.N6wEWi/SRPMS/bcc-0.10.0-100.git.42d092c9.src.rpm
Wrote: /tmp/rpmbuild.N6wEWi/RPMS/x86_64/libbcc-0.10.0-100.git.42d092c9.x86_64.rpm
Wrote: /tmp/rpmbuild.N6wEWi/RPMS/x86_64/python2-bcc-0.10.0-100.git.42d092c9.x86_64.rpm
Wrote: /tmp/rpmbuild.N6wEWi/RPMS/x86_64/bcc-lua-0.10.0-100.git.42d092c9.x86_64.rpm
Wrote: /tmp/rpmbuild.N6wEWi/RPMS/x86_64/libbcc-examples-0.10.0-100.git.42d092c9.x86_64.rpm
Wrote: /tmp/rpmbuild.N6wEWi/RPMS/x86_64/bcc-tools-0.10.0-100.git.42d092c9.x86_64.rpm
Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.YxATS3
+ umask 022
+ cd /tmp/rpmbuild.N6wEWi/BUILD
+ cd bcc
+ /usr/bin/rm -rf /tmp/rpmbuild.N6wEWi/BUILDROOT/bcc-0.10.0-100.git.42d092c9.x86_64
+ exit 0
+ popd
~/jenkins/workspace/bcc-pr/label/fc26
+ cp /tmp/rpmbuild.N6wEWi/RPMS/x86_64/bcc-lua-0.10.0-100.git.42d092c9.x86_64.rpm /tmp/rpmbuild.N6wEWi/RPMS/x86_64/bcc-tools-0.10.0-100.git.42d092c9.x86_64.rpm /tmp/rpmbuild.N6wEWi/RPMS/x86_64/libbcc-0.10.0-100.git.42d092c9.x86_64.rpm /tmp/rpmbuild.N6wEWi/RPMS/x86_64/libbcc-examples-0.10.0-100.git.42d092c9.x86_64.rpm /tmp/rpmbuild.N6wEWi/RPMS/x86_64/python2-bcc-0.10.0-100.git.42d092c9.x86_64.rpm .
+ cp /tmp/rpmbuild.N6wEWi/SRPMS/bcc-0.10.0-100.git.42d092c9.src.rpm .
+ cleanup
+ [[ -d /tmp/rpmbuild.N6wEWi ]]
+ rm -rf /tmp/rpmbuild.N6wEWi
+ sudo rpm -ivh bcc-lua-0.10.0-100.git.42d092c9.x86_64.rpm bcc-tools-0.10.0-100.git.42d092c9.x86_64.rpm libbcc-0.10.0-100.git.42d092c9.x86_64.rpm libbcc-examples-0.10.0-100.git.42d092c9.x86_64.rpm python2-bcc-0.10.0-100.git.42d092c9.x86_64.rpm
Preparing...                          ########################################
Updating / installing...
libbcc-0.10.0-100.git.42d092c9        ########################################
python2-bcc-0.10.0-100.git.42d092c9   ########################################
bcc-lua-0.10.0-100.git.42d092c9       ########################################
libbcc-examples-0.10.0-100.git.42d092c########################################
bcc-tools-0.10.0-100.git.42d092c9     ########################################
+ mkdir upload
+ mv bcc-0.10.0-100.git.42d092c9.src.rpm bcc-lua-0.10.0-100.git.42d092c9.x86_64.rpm bcc-tools-0.10.0-100.git.42d092c9.x86_64.rpm libbcc-0.10.0-100.git.42d092c9.x86_64.rpm libbcc-examples-0.10.0-100.git.42d092c9.x86_64.rpm python2-bcc-0.10.0-100.git.42d092c9.x86_64.rpm upload
[fc26] $ /bin/sh -xe /tmp/CommandInterpreterCondition1597480822614075949.sh
+ grep -q '^ID=ubuntu' /etc/os-release
Run condition [Execute Shell] preventing perform for step [Execute shell]
[fc26] $ /bin/sh -xe /tmp/jenkins5079006694541425976.sh
+ mkdir build
+ cd build
+ [[ fc26 fedora26-slave-eb5 = *\f\c\2\8* ]]
+ cmake ..
-- The C compiler identification is GNU 7.3.1
-- The CXX compiler identification is GNU 7.3.1
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Latest recognized Git tag is v0.10.0
-- Git HEAD is 42d092c998f8e32f22ff38cd3832813087343e55
-- Revision is 0.10.0-42d092c9
-- Performing Test HAVE_NO_PIE_FLAG
-- Performing Test HAVE_NO_PIE_FLAG - Success
-- Performing Test HAVE_REALLOCARRAY_SUPPORT
-- Performing Test HAVE_REALLOCARRAY_SUPPORT - Failed
-- Found BISON: /usr/bin/bison (found version "3.0.4") 
-- Found FLEX: /usr/bin/flex (found version "2.6.1") 
-- Found LLVM: /usr/include 4.0.1
-- Found LibElf: /usr/lib64/libelf.so  
-- Performing Test ELF_GETSHDRSTRNDX
-- Performing Test ELF_GETSHDRSTRNDX - Success
-- Found LuaJIT: /usr/lib64/libluajit-5.1.so;/usr/lib64/libdl.so;/usr/lib64/libm.so  
-- Configuring done
-- Generating done
-- Build files have been written to: /home/fedora/jenkins/workspace/bcc-pr/label/fc26/build
+ make -j2 -C tests/cc
make: Entering directory '/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/tests/cc'
make[1]: Entering directory '/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build'
make[2]: Entering directory '/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build'
make[2]: Entering directory '/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build'
Scanning dependencies of target usdt_test_lib
make[2]: Leaving directory '/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build'
make[2]: Entering directory '/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build'
Scanning dependencies of target bpf-static
make[2]: Leaving directory '/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build'
[  0%] Building C object tests/cc/CMakeFiles/usdt_test_lib.dir/usdt_test_lib.c.o
make[2]: Entering directory '/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build'
[  0%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf.c.o
[  2%] Linking C shared library libusdt_test_lib.so
make[2]: Leaving directory '/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build'
[  2%] Built target usdt_test_lib
make[2]: Entering directory '/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build'
Scanning dependencies of target clang_frontend
make[2]: Leaving directory '/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build'
make[2]: Entering directory '/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build'
[  5%] Building CXX object src/cc/frontends/clang/CMakeFiles/clang_frontend.dir/loader.cc.o
[  5%] Building C object src/cc/CMakeFiles/bpf-static.dir/perf_reader.c.o
[  7%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/bpf.c.o
[  7%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/bpf_prog_linfo.c.o
[ 10%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/btf.c.o
[ 10%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/btf_dump.c.o
[ 10%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/hashmap.c.o
[ 13%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/libbpf.c.o
[ 13%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/libbpf_errno.c.o
[ 15%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/libbpf_probes.c.o
[ 15%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/netlink.c.o
[ 15%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/nlattr.c.o
[ 18%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/str_error.c.o
[ 18%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/xsk.c.o
[ 21%] Linking C static library libbcc_bpf.a
make[2]: Leaving directory '/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build'
[ 21%] Built target bpf-static
[ 21%] Building CXX object src/cc/frontends/clang/CMakeFiles/clang_frontend.dir/b_frontend_action.cc.o
[ 21%] Building CXX object src/cc/frontends/clang/CMakeFiles/clang_frontend.dir/tp_frontend_action.cc.o
[ 23%] Building CXX object src/cc/frontends/clang/CMakeFiles/clang_frontend.dir/kbuild_helper.cc.o
[ 23%] Building CXX object src/cc/frontends/clang/CMakeFiles/clang_frontend.dir/__/__/common.cc.o
make[2]: Entering directory '/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build'
Scanning dependencies of target api-static
make[2]: Leaving directory '/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build'
make[2]: Entering directory '/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build'
[ 26%] Building CXX object src/cc/api/CMakeFiles/api-static.dir/BPF.cc.o
[ 26%] Building CXX object src/cc/api/CMakeFiles/api-static.dir/BPFTable.cc.o
[ 28%] Linking CXX static library libapi-static.a
make[2]: Leaving directory '/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build'
[ 28%] Built target api-static
make[2]: Entering directory '/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build'
Scanning dependencies of target usdt-static
make[2]: Leaving directory '/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build'
make[2]: Entering directory '/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build'
[ 28%] Building CXX object src/cc/usdt/CMakeFiles/usdt-static.dir/usdt_args.cc.o
[ 28%] Building CXX object src/cc/usdt/CMakeFiles/usdt-static.dir/usdt.cc.o
[ 31%] Linking CXX static library libusdt-static.a
make[2]: Leaving directory '/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build'
[ 31%] Built target usdt-static
make[2]: Entering directory '/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build'
[ 31%] [FLEX][Lexer] Building scanner with flex 2.6.1
lexer.ll:110: warning, -s option given but default rule can be matched
[ 31%] [BISON][Parser] Building parser with bison 3.0.4
parser.yy:19.9-17: warning: deprecated directive, use ‘%define api.namespace ebpf::cc’ [-Wdeprecated]
 %define namespace "ebpf::cc"
         ^^^^^^^^^
parser.yy:19.9-17: warning: %define variable 'api.namespace' requires '{...}' values [-Wdeprecated]
 %define namespace "ebpf::cc"
         ^^^^^^^^^
parser.yy:20.9-25: warning: %define variable 'parser_class_name' requires '{...}' values [-Wdeprecated]
 %define parser_class_name "BisonParser"
         ^^^^^^^^^^^^^^^^^
Scanning dependencies of target b_frontend
make[2]: Leaving directory '/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build'
make[2]: Entering directory '/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build'
[ 34%] Building CXX object src/cc/frontends/b/CMakeFiles/b_frontend.dir/loader.cc.o
[ 36%] Linking CXX static library libclang_frontend.a
make[2]: Leaving directory '/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build'
[ 36%] Built target clang_frontend
make[2]: Entering directory '/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build'
Scanning dependencies of target bcc-loader-static
make[2]: Leaving directory '/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build'
make[2]: Entering directory '/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build'
[ 36%] Building CXX object src/cc/CMakeFiles/bcc-loader-static.dir/bcc_syms.cc.o
[ 36%] Building CXX object src/cc/frontends/b/CMakeFiles/b_frontend.dir/codegen_llvm.cc.o
[ 39%] Building C object src/cc/CMakeFiles/bcc-loader-static.dir/bcc_elf.c.o
[ 39%] Building C object src/cc/CMakeFiles/bcc-loader-static.dir/bcc_perf_map.c.o
[ 39%] Building C object src/cc/CMakeFiles/bcc-loader-static.dir/bcc_proc.c.o
[ 42%] Building CXX object src/cc/CMakeFiles/bcc-loader-static.dir/common.cc.o
[ 42%] Linking CXX static library libbcc-loader-static.a
make[2]: Leaving directory '/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build'
[ 42%] Built target bcc-loader-static
[ 44%] Building CXX object src/cc/frontends/b/CMakeFiles/b_frontend.dir/node.cc.o
[ 44%] Building CXX object src/cc/frontends/b/CMakeFiles/b_frontend.dir/parser.cc.o
[ 44%] Building CXX object src/cc/frontends/b/CMakeFiles/b_frontend.dir/printer.cc.o
[ 47%] Building CXX object src/cc/frontends/b/CMakeFiles/b_frontend.dir/type_check.cc.o
[ 47%] Building CXX object src/cc/frontends/b/CMakeFiles/b_frontend.dir/parser.yy.cc.o
[ 47%] Building CXX object src/cc/frontends/b/CMakeFiles/b_frontend.dir/lexer.ll.cc.o
/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/cc/frontends/b/lexer.ll.cc: In member function ‘virtual int ebpf::cc::Lexer::yylex()’:
/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/src/cc/frontends/b/lexer.ll.cc:752:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    for ( yyl = 0; yyl < yyleng; ++yyl )
                   ~~~~^~~~~~~~
[ 50%] Linking CXX static library libb_frontend.a
make[2]: Leaving directory '/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build'
[ 50%] Built target b_frontend
make[2]: Entering directory '/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build'
make[2]: Entering directory '/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build'
Scanning dependencies of target bcc-shared
make[2]: Leaving directory '/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build'
Scanning dependencies of target bcc-static
make[2]: Leaving directory '/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build'
make[2]: Entering directory '/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build'
make[2]: Entering directory '/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build'
[ 50%] Building CXX object src/cc/CMakeFiles/bcc-shared.dir/link_all.cc.o
[ 50%] Building CXX object src/cc/CMakeFiles/bcc-static.dir/bcc_common.cc.o
[ 50%] Building CXX object src/cc/CMakeFiles/bcc-shared.dir/bcc_common.cc.o
[ 52%] Building CXX object src/cc/CMakeFiles/bcc-static.dir/bpf_module.cc.o
[ 55%] Building CXX object src/cc/CMakeFiles/bcc-shared.dir/bpf_module.cc.o
[ 55%] Building CXX object src/cc/CMakeFiles/bcc-static.dir/bcc_btf.cc.o
[ 55%] Building CXX object src/cc/CMakeFiles/bcc-shared.dir/bcc_btf.cc.o
[ 55%] Building CXX object src/cc/CMakeFiles/bcc-static.dir/exported_files.cc.o
[ 57%] Building CXX object src/cc/CMakeFiles/bcc-shared.dir/exported_files.cc.o
[ 60%] Building CXX object src/cc/CMakeFiles/bcc-static.dir/bpf_module_rw_engine.cc.o
[ 60%] Building CXX object src/cc/CMakeFiles/bcc-shared.dir/bpf_module_rw_engine.cc.o
[ 60%] Building CXX object src/cc/CMakeFiles/bcc-static.dir/table_storage.cc.o
[ 60%] Building CXX object src/cc/CMakeFiles/bcc-shared.dir/table_storage.cc.o
[ 63%] Building CXX object src/cc/CMakeFiles/bcc-static.dir/shared_table.cc.o
[ 65%] Building CXX object src/cc/CMakeFiles/bcc-shared.dir/shared_table.cc.o
[ 65%] Building CXX object src/cc/CMakeFiles/bcc-static.dir/bpffs_table.cc.o
[ 65%] Building CXX object src/cc/CMakeFiles/bcc-shared.dir/bpffs_table.cc.o
[ 65%] Building CXX object src/cc/CMakeFiles/bcc-static.dir/json_map_decl_visitor.cc.o
[ 68%] Building CXX object src/cc/CMakeFiles/bcc-shared.dir/json_map_decl_visitor.cc.o
[ 71%] Building CXX object src/cc/CMakeFiles/bcc-static.dir/common.cc.o
[ 71%] Building CXX object src/cc/CMakeFiles/bcc-shared.dir/bcc_syms.cc.o
[ 71%] Building CXX object src/cc/CMakeFiles/bcc-static.dir/usdt/usdt.cc.o
[ 71%] Building C object src/cc/CMakeFiles/bcc-shared.dir/bcc_elf.c.o
[ 73%] Building C object src/cc/CMakeFiles/bcc-shared.dir/bcc_perf_map.c.o
[ 73%] Building C object src/cc/CMakeFiles/bcc-shared.dir/bcc_proc.c.o
[ 76%] Building CXX object src/cc/CMakeFiles/bcc-static.dir/usdt/usdt_args.cc.o
[ 78%] Building CXX object src/cc/CMakeFiles/bcc-shared.dir/common.cc.o
[ 78%] Linking CXX shared library libbcc.so
make[2]: Leaving directory '/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build'
[ 78%] Built target bcc-shared
make[2]: Entering directory '/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build'
Scanning dependencies of target test_libbcc
make[2]: Leaving directory '/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build'
make[2]: Entering directory '/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build'
[ 78%] Building CXX object tests/cc/CMakeFiles/test_libbcc.dir/test_libbcc.cc.o
[ 78%] Building CXX object src/cc/CMakeFiles/bcc-static.dir/bcc_syms.cc.o
[ 78%] Building C object src/cc/CMakeFiles/bcc-static.dir/bcc_elf.c.o
[ 81%] Building C object src/cc/CMakeFiles/bcc-static.dir/bcc_perf_map.c.o
[ 81%] Building C object src/cc/CMakeFiles/bcc-static.dir/bcc_proc.c.o
[ 84%] Linking CXX static library libbcc.a
make[2]: Leaving directory '/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build'
[ 84%] Built target bcc-static
make[2]: Entering directory '/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build'
Scanning dependencies of target test_static
make[2]: Leaving directory '/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build'
make[2]: Entering directory '/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build'
[ 84%] Building C object tests/cc/CMakeFiles/test_static.dir/test_static.c.o
[ 86%] Linking CXX executable test_static
make[2]: Leaving directory '/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build'
[ 86%] Built target test_static
[ 89%] Building CXX object tests/cc/CMakeFiles/test_libbcc.dir/test_c_api.cc.o
[ 89%] Building CXX object tests/cc/CMakeFiles/test_libbcc.dir/test_array_table.cc.o
[ 89%] Building CXX object tests/cc/CMakeFiles/test_libbcc.dir/test_bpf_table.cc.o
[ 92%] Building CXX object tests/cc/CMakeFiles/test_libbcc.dir/test_hash_table.cc.o
[ 92%] Building CXX object tests/cc/CMakeFiles/test_libbcc.dir/test_perf_event.cc.o
[ 92%] Building CXX object tests/cc/CMakeFiles/test_libbcc.dir/test_pinned_table.cc.o
[ 94%] Building CXX object tests/cc/CMakeFiles/test_libbcc.dir/test_prog_table.cc.o
[ 94%] Building CXX object tests/cc/CMakeFiles/test_libbcc.dir/test_shared_table.cc.o
[ 97%] Building CXX object tests/cc/CMakeFiles/test_libbcc.dir/test_usdt_args.cc.o
[ 97%] Building CXX object tests/cc/CMakeFiles/test_libbcc.dir/test_usdt_probes.cc.o
[ 97%] Building CXX object tests/cc/CMakeFiles/test_libbcc.dir/utils.cc.o
[100%] Linking CXX executable test_libbcc
make[2]: Leaving directory '/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build'
[100%] Built target test_libbcc
make[1]: Leaving directory '/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build'
make: Leaving directory '/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/tests/cc'
+ ctest -V -D ExperimentalTest --no-compress-output
UpdateCTestConfiguration  from :/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/DartConfiguration.tcl
Cannot find file: /home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/DartConfiguration.tcl
   Site: 
   Build name: (empty)
Create new tag: 20190916-1911 - Experimental
UpdateCTestConfiguration  from :/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/DartConfiguration.tcl
Cannot find file: /home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/DartConfiguration.tcl
Test project /home/fedora/jenkins/workspace/bcc-pr/label/fc26/build
Constructing a list of tests
Updating test list for fixtures
Added 0 tests to meet fixture requirements
Checking test dependency graph...
Checking test dependency graph end
test 1
      Start  1: style-check

1: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc26/scripts/c-style-check.sh
1: Test timeout computed to be: 10000000
1: diff --git a/examples/cpp/CPUDistribution.cc b/examples/cpp/CPUDistribution.cc
1: index 59411e4c..13d9779e 100644
1: --- a/examples/cpp/CPUDistribution.cc
1: +++ b/examples/cpp/CPUDistribution.cc
1: @@ -79,7 +79,8 @@ int main(int argc, char** argv) {
1:      return 1;
1:    }
1:  
1: -  std::cout << "Probing for " << probe_time << " seconds, cgroup: " << path << std::endl;
1: +  std::cout << "Probing for " << probe_time << " seconds, cgroup: " << path
1: +            << std::endl;
1:    sleep(probe_time);
1:  
1:    auto table = bpf.get_hash_table<int, uint64_t>("cpu_time");
1: diff --git a/src/cc/api/BPF.cc b/src/cc/api/BPF.cc
1: index 47ad95f9..91feb7aa 100644
1: --- a/src/cc/api/BPF.cc
1: +++ b/src/cc/api/BPF.cc
1: @@ -26,9 +26,9 @@
1:  #include <utility>
1:  #include <vector>
1:  
1: -#include <sys/types.h>
1: -#include <sys/stat.h>
1:  #include <fcntl.h>
1: +#include <sys/stat.h>
1: +#include <sys/types.h>
1:  
1:  #include "bcc_exception.h"
1:  #include "bcc_elf.h"
1: @@ -189,7 +189,8 @@ StatusTuple BPF::attach_kprobe_(const std::string& kernel_func,
1:      cgroup_fd = open(cgroup_path.c_str(), O_RDONLY | O_DIRECTORY);
1:      if (cgroup_fd < 0) {
1:        TRY2(unload_func(probe_func));
1: -      return StatusTuple(-1, "Wrong cgroup path %s specified", cgroup_name.c_str());
1: +      return StatusTuple(-1, "Wrong cgroup path %s specified",
1: +                         cgroup_name.c_str());
1:      }
1:    }
1:  
1: diff --git a/src/cc/api/BPF.h b/src/cc/api/BPF.h
1: index 70463fff..1c154e9b 100644
1: --- a/src/cc/api/BPF.h
1: +++ b/src/cc/api/BPF.h
1: @@ -66,16 +66,18 @@ class BPF {
1:                              uint64_t kernel_func_offset = 0,
1:                              bpf_probe_attach_type type = BPF_PROBE_ENTRY,
1:                              int maxactive = 0) {
1: -    return attach_kprobe_(kernel_func, probe_func, "", kernel_func_offset, type, maxactive);
1: +    return attach_kprobe_(kernel_func, probe_func, "", kernel_func_offset, type,
1: +                          maxactive);
1:    }
1:  
1:    StatusTuple attach_kprobe_cgroup(const std::string& kernel_func,
1: -                            const std::string& probe_func,
1: -                            const std::string& cgroup_name,
1: -                            uint64_t kernel_func_offset = 0,
1: -                            bpf_probe_attach_type type = BPF_PROBE_ENTRY,
1: -                            int maxactive = 0) {
1: -    return attach_kprobe_(kernel_func, probe_func, cgroup_name, kernel_func_offset, type, maxactive);
1: +                                   const std::string& probe_func,
1: +                                   const std::string& cgroup_name,
1: +                                   uint64_t kernel_func_offset = 0,
1: +                                   bpf_probe_attach_type type = BPF_PROBE_ENTRY,
1: +                                   int maxactive = 0) {
1: +    return attach_kprobe_(kernel_func, probe_func, cgroup_name,
1: +                          kernel_func_offset, type, maxactive);
1:    }
1:    StatusTuple detach_kprobe(
1:        const std::string& kernel_func,
1: diff --git a/src/cc/libbpf.c b/src/cc/libbpf.c
1: index 965c5812..b9fc71c3 100644
1: --- a/src/cc/libbpf.c
1: +++ b/src/cc/libbpf.c
1: @@ -757,8 +757,8 @@ static int bpf_get_retprobe_bit(const char *event_type)
1:   * the [k,u]probe. This function tries to create pfd with the perf_kprobe PMU.
1:   */
1:  static int bpf_try_perf_event_open_with_probe(const char *name, uint64_t offs,
1: -             int pid, const char *event_type, int is_return, int cgroup_fd)
1: -{
1: +                                              int pid, const char *event_type,
1: +                                              int is_return, int cgroup_fd) {
1:    struct perf_event_attr attr = {};
1:    int type = bpf_find_probe_type(event_type);
1:    int is_return_bit = bpf_get_retprobe_bit(event_type);
1: @@ -808,7 +808,7 @@ static int bpf_try_perf_event_open_with_probe(const char *name, uint64_t offs,
1:    if (pid != -1 && !(flags & PERF_FLAG_PID_CGROUP))
1:      cpu = -1;
1:    return syscall(__NR_perf_event_open, &attr, pid, cpu, -1 /* group_fd */,
1: -		 flags);
1: +                 flags);
1:  }
1:  
1:  // When a valid Perf Event FD provided through pfd, it will be used to enable
1: @@ -1008,9 +1008,9 @@ error:
1:  // config1 could be either kprobe_func or uprobe_path,
1:  // see bpf_try_perf_event_open_with_probe().
1:  static int bpf_attach_probe(int progfd, enum bpf_probe_attach_type attach_type,
1: -                            const char *ev_name, const char *config1, const char* event_type,
1: -                            uint64_t offset, pid_t pid, int maxactive, int cgroup_fd)
1: -{
1: +                            const char *ev_name, const char *config1,
1: +                            const char *event_type, uint64_t offset, pid_t pid,
1: +                            int maxactive, int cgroup_fd) {
1:    int kfd, pfd = -1;
1:    char buf[PATH_MAX], fname[256];
1:    bool is_kprobe = strncmp("kprobe", event_type, 6) == 0;
1: @@ -1018,10 +1018,12 @@ static int bpf_attach_probe(int progfd, enum bpf_probe_attach_type attach_type,
1:    if (maxactive <= 0)
1:      // Try create the [k,u]probe Perf Event with perf_event_open API.
1:      pfd = bpf_try_perf_event_open_with_probe(config1, offset, pid, event_type,
1: -                                             attach_type != BPF_PROBE_ENTRY, cgroup_fd);
1: -  // cgroup can only be supported with e12f03d ("perf/core: Implement the 'perf_kprobe' PMU")
1: +                                             attach_type != BPF_PROBE_ENTRY,
1: +                                             cgroup_fd);
1: +  // cgroup can only be supported with e12f03d ("perf/core: Implement the
1: +  // 'perf_kprobe' PMU")
1:    // available.
1: -  if(cgroup_fd >= 0 && pfd < 0)
1: +  if (cgroup_fd >= 0 && pfd < 0)
1:      goto error;
1:  
1:    // If failed, most likely Kernel doesn't support the perf_kprobe PMU
1: @@ -1082,10 +1084,8 @@ error:
1:  
1:  int bpf_attach_kprobe(int progfd, enum bpf_probe_attach_type attach_type,
1:                        const char *ev_name, const char *fn_name,
1: -                      uint64_t fn_offset, int maxactive, int cgroup_fd)
1: -{
1: -  return bpf_attach_probe(progfd, attach_type,
1: -                          ev_name, fn_name, "kprobe",
1: +                      uint64_t fn_offset, int maxactive, int cgroup_fd) {
1: +  return bpf_attach_probe(progfd, attach_type, ev_name, fn_name, "kprobe",
1:                            fn_offset, -1, maxactive, cgroup_fd);
1:  }
1:  
1: @@ -1093,9 +1093,7 @@ int bpf_attach_uprobe(int progfd, enum bpf_probe_attach_type attach_type,
1:                        const char *ev_name, const char *binary_path,
1:                        uint64_t offset, pid_t pid)
1:  {
1: -
1: -  return bpf_attach_probe(progfd, attach_type,
1: -                          ev_name, binary_path, "uprobe",
1: +  return bpf_attach_probe(progfd, attach_type, ev_name, binary_path, "uprobe",
1:                            offset, pid, -1, -1);
1:  }
1:  
1: diff --git a/src/cc/libbpf.h b/src/cc/libbpf.h
1: index 53a26094..eb939dd2 100644
1: --- a/src/cc/libbpf.h
1: +++ b/src/cc/libbpf.h
1: @@ -79,8 +79,8 @@ typedef void (*perf_reader_raw_cb)(void *cb_cookie, void *raw, int raw_size);
1:  typedef void (*perf_reader_lost_cb)(void *cb_cookie, uint64_t lost);
1:  
1:  int bpf_attach_kprobe(int progfd, enum bpf_probe_attach_type attach_type,
1: -                      const char *ev_name, const char *fn_name, uint64_t fn_offset,
1: -                      int maxactive, int cgroup_fd);
1: +                      const char *ev_name, const char *fn_name,
1: +                      uint64_t fn_offset, int maxactive, int cgroup_fd);
1:  int bpf_detach_kprobe(const char *ev_name);
1:  
1:  int bpf_attach_uprobe(int progfd, enum bpf_probe_attach_type attach_type,
1: Running clang-format on the following files:
1:     src/cc/api/BPF.h
1:     src/cc/api/BPF.cc
1:     examples/cpp/CPUDistribution.cc
1:     src/cc/libbpf.h
1:     src/cc/libbpf.c
1: old tree: d8d8c5cb95628456f45c98c10bc6756f41ac2906
1: new tree: 68cb48648ad45f094ede4c56e751516b8ef1575f
 1/40 Test  #1: style-check ......................   Passed    2.27 sec
test 2
      Start  2: c_test_static

2: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/tests/wrapper.sh "c_test_static" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/tests/cc/test_static"
2: Test timeout computed to be: 10000000
2: 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-notes-file /usr/src/kernels/4.15.16-200.fc26.x86_64/main.gcno -nostdsysteminc -nobuiltininc -resource-dir ../lib64/clang/4.0.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/fc26/build/tests/cc -D __BPF_TRACING__ -I /lib/modules/4.15.16-200.fc26.x86_64/build/arch/x86/include -I /lib/modules/4.15.16-200.fc26.x86_64/build/arch/x86/include/generated/uapi -I /lib/modules/4.15.16-200.fc26.x86_64/build/arch/x86/include/generated -I /lib/modules/4.15.16-200.fc26.x86_64/build/include -I /lib/modules/4.15.16-200.fc26.x86_64/build/./arch/x86/include/uapi -I /lib/modules/4.15.16-200.fc26.x86_64/build/arch/x86/include/generated/uapi -I /lib/modules/4.15.16-200.fc26.x86_64/build/include/uapi -I /lib/modules/4.15.16-200.fc26.x86_64/build/include/generated -I /lib/modules/4.15.16-200.fc26.x86_64/build/include/generated/uapi -I ./arch/x86/include -I arch/x86/include/generated/uapi -I arch/x86/include/generated -I include -I ./arch/x86/include/uapi -I arch/x86/include/generated/uapi -I ./include/uapi -I include/generated/uapi -D __KERNEL__ -D __HAVE_BUILTIN_BSWAP16__ -D __HAVE_BUILTIN_BSWAP32__ -D __HAVE_BUILTIN_BSWAP64__ -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.15.16-200.fc26.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
2: #if defined(BPF_LICENSE)
2: #error BPF_LICENSE cannot be specified through cflags
2: #endif
2: #if !defined(CONFIG_CC_STACKPROTECTOR)
2: #if defined(CONFIG_CC_STACKPROTECTOR_AUTO) \
2:     || defined(CONFIG_CC_STACKPROTECTOR_REGULAR) \
2:     || defined(CONFIG_CC_STACKPROTECTOR_STRONG)
2: #define CONFIG_CC_STACKPROTECTOR
2: #endif
2: #endif
2: BPF_TABLE("array", int, int, stats, 10);
2: 
2: #include <bcc/footer.h>
2: Running from kernel directory at: /lib/modules/4.15.16-200.fc26.x86_64/source
 2/40 Test  #2: c_test_static ....................   Passed    2.27 sec
test 3
      Start  3: test_libbcc

3: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/tests/wrapper.sh "c_test_all" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/tests/cc/test_libbcc"
3: Test timeout computed to be: 10000000
3: /virtual/main.c:2:7: error: map not found: /sys/fs/bpf/test_pinned_table
3:       BPF_TABLE_PINNED("hash", u64, u64, ids, 1024, "/sys/fs/bpf/test_pinned_table");
3:       ^
3: /virtual/include/bcc/helpers.h:89:92: note: expanded from macro 'BPF_TABLE_PINNED'
3: #define BPF_TABLE_PINNED(_table_type, _key_type, _leaf_type, _name, _max_entries, _pinned) \
3:                                                                                            ^
3: /virtual/include/bcc/helpers.h:86:76: note: expanded from macro '\
3: BPF_TABLE'
3: #define BPF_TABLE(_table_type, _key_type, _leaf_type, _name, _max_entries) \
3:                                                                            ^
3: /virtual/include/bcc/helpers.h:81:4: note: expanded from macro '\
3: BPF_F_TABLE'
3: }; \
3:    ^
3: 1 error generated.
3: Parse error:
3:     4@i%ra+1r
3: -------^
3: ===============================================================================
3: All tests passed (596 assertions in 33 test cases)
3: 
 3/40 Test  #3: test_libbcc ......................   Passed   10.40 sec
test 4
      Start  4: py_test_stat1_b

4: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/tests/wrapper.sh "py_stat1_b" "namespace" "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_stat1.py" "test_stat1.b" "proto.b"
4: Test timeout computed to be: 10000000
4: Actual changes:
4: tx-checksumming: off
4: 	tx-checksum-ip-generic: off
4: 	tx-checksum-sctp: off
4: tcp-segmentation-offload: off
4: 	tx-tcp-segmentation: off [requested on]
4: 	tx-tcp-ecn-segmentation: off [requested on]
4: 	tx-tcp-mangleid-segmentation: off [requested on]
4: 	tx-tcp6-segmentation: off [requested on]
4: .PING 172.16.1.1 (172.16.1.1) 56(84) bytes of data.
4: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 
4: --- 172.16.1.1 ping statistics ---
4: 100 packets transmitted, 100 received, 0% packet loss, time 1ms
4: rtt min/avg/max/mdev = 0.005/0.007/0.066/0.008 ms, ipg/ewma 0.016/0.006 ms
4: .
4: ----------------------------------------------------------------------
4: Ran 2 tests in 1.002s
4: 
4: OK
 4/40 Test  #4: py_test_stat1_b ..................   Passed    2.07 sec
test 5
      Start  5: py_test_bpf_log

5: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/tests/wrapper.sh "py_bpf_prog" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_bpf_log.py"
5: Test timeout computed to be: 10000000
 5/40 Test  #5: py_test_bpf_log ..................   Passed    0.87 sec
test 6
      Start  6: py_test_stat1_c

6: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/tests/wrapper.sh "py_stat1_c" "namespace" "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_stat1.py" "test_stat1.c"
6: Test timeout computed to be: 10000000
6: Actual changes:
6: tx-checksumming: off
6: 	tx-checksum-ip-generic: off
6: 	tx-checksum-sctp: off
6: tcp-segmentation-offload: off
6: 	tx-tcp-segmentation: off [requested on]
6: 	tx-tcp-ecn-segmentation: off [requested on]
6: 	tx-tcp-mangleid-segmentation: off [requested on]
6: 	tx-tcp6-segmentation: off [requested on]
6: .PING 172.16.1.1 (172.16.1.1) 56(84) bytes of data.
6: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 
6: --- 172.16.1.1 ping statistics ---
6: 100 packets transmitted, 100 received, 0% packet loss, time 1ms
6: rtt min/avg/max/mdev = 0.004/0.006/0.063/0.006 ms, ipg/ewma 0.016/0.007 ms
6: .
6: ----------------------------------------------------------------------
6: Ran 2 tests in 0.331s
6: 
6: OK
 6/40 Test  #6: py_test_stat1_c ..................   Passed    0.74 sec
test 7
      Start  7: py_test_xlate1_c

7: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/tests/wrapper.sh "py_xlate1_c" "namespace" "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_xlate1.py" "test_xlate1.c"
7: Test timeout computed to be: 10000000
7: Actual changes:
7: tx-checksumming: off
7: 	tx-checksum-ip-generic: off
7: 	tx-checksum-sctp: off
7: tcp-segmentation-offload: off
7: 	tx-tcp-segmentation: off [requested on]
7: 	tx-tcp-ecn-segmentation: off [requested on]
7: 	tx-tcp-mangleid-segmentation: off [requested on]
7: 	tx-tcp6-segmentation: off [requested on]
7: PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
7: 64 bytes from 192.168.1.1: icmp_seq=1 ttl=64 time=0.069 ms
7: 
7: --- 192.168.1.1 ping statistics ---
7: 1 packets transmitted, 1 received, 0% packet loss, time 0ms
7: rtt min/avg/max/mdev = 0.069/0.069/0.069/0.000 ms
7: .
7: ----------------------------------------------------------------------
7: Ran 1 test in 0.560s
7: 
7: OK
 7/40 Test  #7: py_test_xlate1_c .................   Passed    1.33 sec
test 8
      Start  8: py_test_call1

8: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/tests/wrapper.sh "py_call1_c" "namespace" "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_call1.py" "test_call1.c"
8: Test timeout computed to be: 10000000
8: Actual changes:
8: tx-checksumming: off
8: 	tx-checksum-ip-generic: off
8: 	tx-checksum-sctp: off
8: tcp-segmentation-offload: off
8: 	tx-tcp-segmentation: off [requested on]
8: 	tx-tcp-ecn-segmentation: off [requested on]
8: 	tx-tcp-mangleid-segmentation: off [requested on]
8: 	tx-tcp6-segmentation: off [requested on]
8: .
8: ----------------------------------------------------------------------
8: Ran 1 test in 0.185s
8: 
8: OK
 8/40 Test  #8: py_test_call1 ....................   Passed    0.85 sec
test 9
      Start  9: py_test_trace1

9: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/tests/wrapper.sh "py_trace1" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_trace1.py" "test_trace1.b" "kprobe.b"
9: Test timeout computed to be: 10000000
9: E
9: ======================================================================
9: ERROR: test_trace1 (__main__.TestKprobe)
9: ----------------------------------------------------------------------
9: Traceback (most recent call last):
9:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_trace1.py", line 30, in setUp
9:     b.attach_kprobe(event=b.get_syscall_fnname("write"), fn_name="sys_wr")
9:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
9:     (fn_name, event))
9: Exception: Failed to attach BPF program sys_wr to kprobe sys_write
9: 
9: ----------------------------------------------------------------------
9: Ran 1 test in 0.287s
9: 
9: FAILED (errors=1)
9: Failed
 9/40 Test  #9: py_test_trace1 ...................***Failed    0.36 sec
test 10
      Start 10: py_test_trace2

10: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/tests/wrapper.sh "py_trace2" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_trace2.py"
10: Test timeout computed to be: 10000000
10: E
10: ======================================================================
10: ERROR: test_sched1 (__main__.TestTracingEvent)
10: ----------------------------------------------------------------------
10: Traceback (most recent call last):
10:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_trace2.py", line 31, in setUp
10:     b.attach_kprobe(event="finish_task_switch", fn_name="count_sched")
10:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
10:     (fn_name, event))
10: Exception: Failed to attach BPF program count_sched to kprobe finish_task_switch
10: 
10: ----------------------------------------------------------------------
10: Ran 1 test in 2.968s
10: 
10: FAILED (errors=1)
10: Failed
10/40 Test #10: py_test_trace2 ...................***Failed    3.04 sec
test 11
      Start 11: py_test_trace3_c

11: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/tests/wrapper.sh "py_trace3_c" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_trace3.py" "test_trace3.c"
11: Test timeout computed to be: 10000000
11: E
11: ======================================================================
11: ERROR: test_blk1 (__main__.TestBlkRequest)
11: ----------------------------------------------------------------------
11: Traceback (most recent call last):
11:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_trace3.py", line 22, in setUp
11:     fn_name="probe_blk_start_request")
11:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
11:     (fn_name, event))
11: Exception: Failed to attach BPF program probe_blk_start_request to kprobe blk_start_request
11: 
11: ----------------------------------------------------------------------
11: Ran 1 test in 1.651s
11: 
11: FAILED (errors=1)
11: Failed
11/40 Test #11: py_test_trace3_c .................***Failed    1.73 sec
test 12
      Start 12: py_test_trace4

12: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/tests/wrapper.sh "py_trace4" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_trace4.py"
12: Test timeout computed to be: 10000000
12: .E
12: ======================================================================
12: ERROR: test_send1 (__main__.TestKprobeRgx)
12: ----------------------------------------------------------------------
12: Traceback (most recent call last):
12:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_trace4.py", line 33, in test_send1
12:     self.assertTrue(self.b[b"stats"][k1].val >= 2)
12:   File "/usr/lib/python2.7/site-packages/bcc/table.py", line 239, in __getitem__
12:     raise KeyError
12: KeyError
12: 
12: ----------------------------------------------------------------------
12: Ran 2 tests in 1.193s
12: 
12: FAILED (errors=1)
12: Failed
12/40 Test #12: py_test_trace4 ...................***Failed    1.27 sec
test 13
      Start 13: py_test_trace_maxactive

13: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/tests/wrapper.sh "py_trace_maxactive" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_trace_maxactive.py"
13: Test timeout computed to be: 10000000
13: E
13: ======================================================================
13: ERROR: test_send1 (__main__.TestKprobeMaxactive)
13: ----------------------------------------------------------------------
13: Traceback (most recent call last):
13:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_trace_maxactive.py", line 33, in test_send1
13:     self.assertTrue(self.b[b"stats"][k1].val >= 2)
13:   File "/usr/lib/python2.7/site-packages/bcc/table.py", line 239, in __getitem__
13:     raise KeyError
13: KeyError
13: 
13: ----------------------------------------------------------------------
13: Ran 1 test in 0.785s
13: 
13: FAILED (errors=1)
13: Failed
13/40 Test #13: py_test_trace_maxactive ..........***Failed    0.86 sec
test 14
      Start 14: py_test_probe_count

14: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/tests/wrapper.sh "py_probe_count" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_probe_count.py"
14: Test timeout computed to be: 10000000
14: EFE...
14: ======================================================================
14: ERROR: test_count (__main__.TestAutoKprobe)
14: ----------------------------------------------------------------------
14: Traceback (most recent call last):
14:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_probe_count.py", line 53, in setUp
14:     """)
14:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 355, in __init__
14:     self._trace_autoload()
14:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 1104, in _trace_autoload
14:     fn_name=fn.name)
14:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
14:     (fn_name, event))
14: Exception: Failed to attach BPF program kprobe__schedule to kprobe schedule
14: 
14: ======================================================================
14: ERROR: test_probe_quota (__main__.TestProbeGlobalCnt)
14: ----------------------------------------------------------------------
14: Traceback (most recent call last):
14:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_probe_count.py", line 38, in test_probe_quota
14:     self.b1.attach_kprobe(event="schedule", fn_name="count")
14:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
14:     (fn_name, event))
14: Exception: Failed to attach BPF program count to kprobe schedule
14: 
14: ======================================================================
14: FAIL: test_attach1 (__main__.TestKprobeCnt)
14: ----------------------------------------------------------------------
14: Traceback (most recent call last):
14:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_probe_count.py", line 26, in test_attach1
14:     self.assertEqual(actual_cnt, open_cnt)
14: AssertionError: 53 != 0
14: 
14: ----------------------------------------------------------------------
14: Ran 6 tests in 1.445s
14: 
14: FAILED (failures=1, errors=2)
14: Failed
14/40 Test #14: py_test_probe_count ..............***Failed    1.52 sec
test 15
      Start 15: py_test_debuginfo

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

16: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/tests/wrapper.sh "py_brb_c" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_brb.py" "test_brb.c"
16: Test timeout computed to be: 10000000
16: net.ipv4.ip_forward = 1
16: ARPING 100.1.1.254 from 100.1.1.1 eth0
16: Unicast reply from 100.1.1.254 [9A:C2:63:67:84:96]  0.672ms
16: Sent 1 probes (1 broadcast(s))
16: Received 1 response(s)
16: ARPING 200.1.1.254 from 200.1.1.1 eth0
16: Unicast reply from 200.1.1.254 [AA:83:D6:D8:36:DB]  1.298ms
16: Sent 1 probes (1 broadcast(s))
16: Received 1 response(s)
16: PING 200.1.1.1 (200.1.1.1) 56(84) bytes of data.
16: 64 bytes from 200.1.1.1: icmp_seq=1 ttl=63 time=0.107 ms
16: 64 bytes from 200.1.1.1: icmp_seq=2 ttl=63 time=0.101 ms
16: 
16: --- 200.1.1.1 ping statistics ---
16: 2 packets transmitted, 2 received, 0% packet loss, time 1018ms
16: rtt min/avg/max/mdev = 0.101/0.104/0.107/0.003 ms
16: [ ID] Interval       Transfer     Bandwidth
16: [  7]  0.0- 1.0 sec  3.87 GBytes  33.2 Gbits/sec
16: [ ID] Interval       Transfer     Bandwidth
16: [ 10]  0.0- 1.0 sec  3.87 GBytes  33.0 Gbits/sec
16: Starting netserver with host 'IN(6)ADDR_ANY' port '12865' and family AF_UNSPEC
16: MIGRATED TCP STREAM TEST from 0.0.0.0 (0.0.0.0) port 0 AF_INET to 200.1.1.1 () port 0 AF_INET
16: Recv   Send    Send                          
16: Socket Socket  Message  Elapsed              
16: Size   Size    Size     Time     Throughput  
16: bytes  bytes   bytes    secs.    10^6bits/sec  
16: 
16:  87380  16384  65160    1.00     33562.64   
16: MIGRATED TCP REQUEST/RESPONSE TEST from 0.0.0.0 (0.0.0.0) port 0 AF_INET to 200.1.1.1 () port 0 AF_INET : first burst 0
16: Local /Remote
16: Socket Size   Request  Resp.   Elapsed  Trans.
16: Send   Recv   Size     Size    Time     Rate         
16: bytes  Bytes  bytes    bytes   secs.    per sec   
16: 
16: 16384  87380  1        1       1.00     29529.29   
16: 16384  87380 
16: .
16: ----------------------------------------------------------------------
16: Ran 1 test in 7.526s
16: 
16: OK
16/40 Test #16: py_test_brb ......................   Passed    7.71 sec
test 17
      Start 17: py_test_brb2

17: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/tests/wrapper.sh "py_brb2_c" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_brb2.py" "test_brb2.c"
17: Test timeout computed to be: 10000000
17: net.ipv4.ip_forward = 1
17: PING 200.1.1.1 (200.1.1.1) 56(84) bytes of data.
17: 64 bytes from 200.1.1.1: icmp_seq=1 ttl=63 time=0.159 ms
17: 64 bytes from 200.1.1.1: icmp_seq=2 ttl=63 time=0.105 ms
17: 
17: --- 200.1.1.1 ping statistics ---
17: 2 packets transmitted, 2 received, 0% packet loss, time 1001ms
17: rtt min/avg/max/mdev = 0.105/0.132/0.159/0.027 ms
17: [ ID] Interval       Transfer     Bandwidth
17: [  7]  0.0- 1.0 sec  3.62 GBytes  31.1 Gbits/sec
17: [ ID] Interval       Transfer     Bandwidth
17: [ 10]  0.0- 1.0 sec  3.62 GBytes  30.9 Gbits/sec
17: Starting netserver with host 'IN(6)ADDR_ANY' port '12865' and family AF_UNSPEC
17: MIGRATED TCP STREAM TEST from 0.0.0.0 (0.0.0.0) port 0 AF_INET to 200.1.1.1 () port 0 AF_INET
17: Recv   Send    Send                          
17: Socket Socket  Message  Elapsed              
17: Size   Size    Size     Time     Throughput  
17: bytes  bytes   bytes    secs.    10^6bits/sec  
17: 
17:  87380  16384  65160    1.00     33926.07   
17: MIGRATED TCP REQUEST/RESPONSE TEST from 0.0.0.0 (0.0.0.0) port 0 AF_INET to 200.1.1.1 () port 0 AF_INET : first burst 0
17: Local /Remote
17: Socket Size   Request  Resp.   Elapsed  Trans.
17: Send   Recv   Size     Size    Time     Rate         
17: bytes  Bytes  bytes    bytes   secs.    per sec   
17: 
17: 16384  87380  1        1       1.00     26209.40   
17: 16384  87380 
17: .
17: ----------------------------------------------------------------------
17: Ran 1 test in 7.666s
17: 
17: OK
17/40 Test #17: py_test_brb2 .....................   Passed    7.80 sec
test 18
      Start 18: py_test_clang

18: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/tests/wrapper.sh "py_clang" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py"
18: Test timeout computed to be: 10000000
18: E.....E........../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:167: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:167: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: ..E.................................../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: ........E.E...../virtual/main.c:1:30: error: expected expression
18: int failure(void *ctx) { if (); return 0; }
18:                              ^
18: 1 error generated.
18: .E/virtual/main.c:3:73: error: too many arguments, bcc only supports in-register parameters
18: int many(struct pt_regs *ctx, int a, int b, int c, int d, int e, int f, int g) {
18:                                                                         ^
18: 1 error generated.
18: .E..
18: ======================================================================
18: ERROR: test_arbitrary_increment_simple (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 1225, in test_arbitrary_increment_simple
18:     b.attach_kprobe(event=b"htab_map_delete_elem", fn_name=b"map_delete")
18:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
18:     (fn_name, event))
18: Exception: Failed to attach BPF program map_delete to kprobe htab_map_delete_elem
18: 
18: ======================================================================
18: ERROR: test_char_array_probe (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 324, in test_char_array_probe
18:     }""")
18:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 355, in __init__
18:     self._trace_autoload()
18:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 1104, in _trace_autoload
18:     fn_name=fn.name)
18:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
18:     (fn_name, event))
18: Exception: Failed to attach BPF program kprobe__blk_update_request to kprobe blk_update_request
18: 
18: ======================================================================
18: ERROR: test_map_insert (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 888, in test_map_insert
18:     b.attach_kprobe(event=b.get_syscall_fnname("sync"), fn_name="do_trace")
18:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
18:     (fn_name, event))
18: Exception: Failed to attach BPF program do_trace to kprobe sys_sync
18: 
18: ======================================================================
18: ERROR: test_probe_simple_assign (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 417, in test_probe_simple_assign
18:     }""")
18:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 355, in __init__
18:     self._trace_autoload()
18:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 1104, in _trace_autoload
18:     fn_name=fn.name)
18:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
18:     (fn_name, event))
18: Exception: Failed to attach BPF program kprobe____kmalloc to kprobe __kmalloc
18: 
18: ======================================================================
18: ERROR: test_probe_struct_assign (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 382, in test_probe_struct_assign
18:     fn_name="do_sys_open")
18:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
18:     (fn_name, event))
18: Exception: Failed to attach BPF program do_sys_open to kprobe sys_open
18: 
18: ======================================================================
18: ERROR: test_task_switch (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 403, in test_task_switch
18:     """)
18:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 355, in __init__
18:     self._trace_autoload()
18:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 1104, in _trace_autoload
18:     fn_name=fn.name)
18:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
18:     (fn_name, event))
18: Exception: Failed to attach BPF program kprobe__finish_task_switch to kprobe finish_task_switch
18: 
18: ======================================================================
18: ERROR: test_unary_operator (__main__.TestClang)
18: ----------------------------------------------------------------------
18: Traceback (most recent call last):
18:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_clang.py", line 820, in test_unary_operator
18:     b.attach_kprobe(event="__vfs_read", fn_name="trace_read_entry")
18:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
18:     (fn_name, event))
18: Exception: Failed to attach BPF program trace_read_entry to kprobe __vfs_read
18: 
18: ----------------------------------------------------------------------
18: Ran 79 tests in 74.746s
18: 
18: FAILED (errors=7)
18: 0
18: Failed
18/40 Test #18: py_test_clang ....................***Failed   74.89 sec
test 19
      Start 19: py_test_histogram

19: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/tests/wrapper.sh "py_histogram" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_histogram.py"
19: Test timeout computed to be: 10000000
19: EEEE
19: ======================================================================
19: ERROR: test_chars (__main__.TestHistogram)
19: ----------------------------------------------------------------------
19: Traceback (most recent call last):
19:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_histogram.py", line 70, in test_chars
19:     """)
19:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 355, in __init__
19:     self._trace_autoload()
19:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 1104, in _trace_autoload
19:     fn_name=fn.name)
19:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
19:     (fn_name, event))
19: Exception: Failed to attach BPF program kprobe__finish_task_switch to kprobe finish_task_switch
19: 
19: ======================================================================
19: ERROR: test_multiple_key (__main__.TestHistogram)
19: ----------------------------------------------------------------------
19: Traceback (most recent call last):
19:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_histogram.py", line 96, in test_multiple_key
19:     """)
19:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 355, in __init__
19:     self._trace_autoload()
19:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 1104, in _trace_autoload
19:     fn_name=fn.name)
19:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
19:     (fn_name, event))
19: Exception: Failed to attach BPF program kprobe__vfs_read to kprobe vfs_read
19: 
19: ======================================================================
19: ERROR: test_simple (__main__.TestHistogram)
19: ----------------------------------------------------------------------
19: Traceback (most recent call last):
19:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_histogram.py", line 22, in test_simple
19:     """)
19:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 355, in __init__
19:     self._trace_autoload()
19:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 1104, in _trace_autoload
19:     fn_name=fn.name)
19:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
19:     (fn_name, event))
19: Exception: Failed to attach BPF program kprobe__htab_map_delete_elem to kprobe htab_map_delete_elem
19: 
19: ======================================================================
19: ERROR: test_struct (__main__.TestHistogram)
19: ----------------------------------------------------------------------
19: Traceback (most recent call last):
19:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_histogram.py", line 48, in test_struct
19:     """)
19:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 355, in __init__
19:     self._trace_autoload()
19:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 1104, in _trace_autoload
19:     fn_name=fn.name)
19:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
19:     (fn_name, event))
19: Exception: Failed to attach BPF program kprobe__htab_map_delete_elem to kprobe htab_map_delete_elem
19: 
19: ----------------------------------------------------------------------
19: Ran 4 tests in 1.119s
19: 
19: FAILED (errors=4)
19: Failed
19/40 Test #19: py_test_histogram ................***Failed    1.20 sec
test 20
      Start 20: py_array

20: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/tests/wrapper.sh "py_array" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_array.py"
20: Test timeout computed to be: 10000000
20: .EE.
20: ======================================================================
20: ERROR: test_perf_buffer (__main__.TestArray)
20: ----------------------------------------------------------------------
20: Traceback (most recent call last):
20:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_array.py", line 67, in test_perf_buffer
20:     fn_name="do_sys_nanosleep")
20:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
20:     (fn_name, event))
20: Exception: Failed to attach BPF program do_sys_nanosleep to kprobe sys_nanosleep
20: 
20: ======================================================================
20: ERROR: test_perf_buffer_for_each_cpu (__main__.TestArray)
20: ----------------------------------------------------------------------
20: Traceback (most recent call last):
20:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_array.py", line 100, in test_perf_buffer_for_each_cpu
20:     fn_name="do_sys_nanosleep")
20:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
20:     (fn_name, event))
20: Exception: Failed to attach BPF program do_sys_nanosleep to kprobe sys_nanosleep
20: 
20: ----------------------------------------------------------------------
20: Ran 4 tests in 0.539s
20: 
20: FAILED (errors=2)
20: Failed
20/40 Test #20: py_array .........................***Failed    0.62 sec
test 21
      Start 21: py_uprobes

21: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/tests/wrapper.sh "py_uprobes" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_uprobes.py"
21: Test timeout computed to be: 10000000
21: .Python 2.7.14
21: .Arena 0:
21: system bytes     =   18915328
21: in use bytes     =    2731408
21: Total (incl. mmap):
21: system bytes     =   19705856
21: in use bytes     =    3521936
21: max mmap regions =          7
21: max mmap bytes   =    2781184
21: .
21: ----------------------------------------------------------------------
21: Ran 3 tests in 6.380s
21: 
21: OK
21/40 Test #21: py_uprobes .......................   Passed    6.46 sec
test 22
      Start 22: py_test_stackid

22: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/tests/wrapper.sh "py_stackid" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_stackid.py"
22: Test timeout computed to be: 10000000
22: sE
22: ======================================================================
22: ERROR: test_simple (__main__.TestStackid)
22: ----------------------------------------------------------------------
22: Traceback (most recent call last):
22:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_stackid.py", line 40, in test_simple
22:     """)
22:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 355, in __init__
22:     self._trace_autoload()
22:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 1104, in _trace_autoload
22:     fn_name=fn.name)
22:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
22:     (fn_name, event))
22: Exception: Failed to attach BPF program kprobe__htab_map_lookup_elem to kprobe htab_map_lookup_elem
22: 
22: ----------------------------------------------------------------------
22: Ran 2 tests in 0.189s
22: 
22: FAILED (errors=1, skipped=1)
22: Failed
22/40 Test #22: py_test_stackid ..................***Failed    0.28 sec
test 23
      Start 23: py_test_tracepoint

23: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/tests/wrapper.sh "py_test_tracepoint" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tracepoint.py"
23: Test timeout computed to be: 10000000
23: ..
23: ----------------------------------------------------------------------
23: Ran 2 tests in 2.267s
23: 
23: OK
23/40 Test #23: py_test_tracepoint ...............   Passed    2.38 sec
test 24
      Start 24: py_test_perf_event

24: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/tests/wrapper.sh "py_test_perf_event" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_perf_event.py"
24: Test timeout computed to be: 10000000
24: E
24: ======================================================================
24: ERROR: test_cycles (__main__.TestPerfCounter)
24: ----------------------------------------------------------------------
24: Traceback (most recent call last):
24:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_perf_event.py", line 44, in test_cycles
24:     b.attach_kprobe(event=event_name, fn_name="do_sys_getuid")
24:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
24:     (fn_name, event))
24: Exception: Failed to attach BPF program do_sys_getuid to kprobe sys_getuid
24: 
24: ----------------------------------------------------------------------
24: Ran 1 test in 0.221s
24: 
24: FAILED (errors=1)
24: Failed
24/40 Test #24: py_test_perf_event ...............***Failed    0.31 sec
test 25
      Start 25: py_test_utils

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

26: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/tests/wrapper.sh "py_test_percpu" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_percpu.py"
26: Test timeout computed to be: 10000000
26: .EEE
26: ======================================================================
26: ERROR: test_struct_custom_func (__main__.TestPercpu)
26: ----------------------------------------------------------------------
26: Traceback (most recent call last):
26:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_percpu.py", line 106, in test_struct_custom_func
26:     bpf_code.attach_kprobe(event=event_name, fn_name="hello_world")
26:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
26:     (fn_name, event))
26: Exception: Failed to attach BPF program hello_world to kprobe sys_clone
26: 
26: ======================================================================
26: ERROR: test_u32 (__main__.TestPercpu)
26: ----------------------------------------------------------------------
26: Traceback (most recent call last):
26:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_percpu.py", line 70, in test_u32
26:     bpf_code.attach_kprobe(event=event_name, fn_name="hello_world")
26:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
26:     (fn_name, event))
26: Exception: Failed to attach BPF program hello_world to kprobe sys_clone
26: 
26: ======================================================================
26: ERROR: test_u64 (__main__.TestPercpu)
26: ----------------------------------------------------------------------
26: Traceback (most recent call last):
26:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_percpu.py", line 40, in test_u64
26:     bpf_code.attach_kprobe(event=event_name, fn_name="hello_world")
26:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
26:     (fn_name, event))
26: Exception: Failed to attach BPF program hello_world to kprobe sys_clone
26: 
26: ----------------------------------------------------------------------
26: Ran 4 tests in 1.064s
26: 
26: FAILED (errors=3)
26: Failed
26/40 Test #26: py_test_percpu ...................***Failed    1.15 sec
test 27
      Start 27: py_test_dump_func

27: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/tests/wrapper.sh "py_dump_func" "simple" "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_dump_func.py"
27: Test timeout computed to be: 10000000
27: .
27: ----------------------------------------------------------------------
27: Ran 1 test in 0.112s
27: 
27: OK
27/40 Test #27: py_test_dump_func ................   Passed    0.17 sec
test 28
      Start 28: py_test_disassembler

28: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/tests/wrapper.sh "py_test_disassembler" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_disassembler.py"
28: Test timeout computed to be: 10000000
28: ..
28: ----------------------------------------------------------------------
28: Ran 2 tests in 0.119s
28: 
28: OK
28/40 Test #28: py_test_disassembler .............   Passed    0.20 sec
test 29
      Start 29: py_test_tools_smoke

29: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/tests/wrapper.sh "py_test_tools_smoke" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py"
29: Test timeout computed to be: 10000000
29: Traceback (most recent call last):
29:   File "../../tools/argdist.py", line 711, in run
29:     self._attach()
29:   File "../../tools/argdist.py", line 682, in _attach
29:     probe.attach(self.bpf)
29:   File "../../tools/argdist.py", line 446, in attach
29:     self._attach_k()
29:   File "../../tools/argdist.py", line 437, in _attach_k
29:     fn_name=self.probe_func_name)
29:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
29:     (fn_name, event))
29: Exception: Failed to attach BPF program do_sys_open_probe0 to kprobe do_sys_open
29: F.Traceback (most recent call last):
29:   File "../../tools/biolatency.py", line 139, in <module>
29:     b.attach_kprobe(event="blk_start_request", fn_name="trace_req_start")
29:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
29:     (fn_name, event))
29: Exception: Failed to attach BPF program trace_req_start to kprobe blk_start_request
29: FTraceback (most recent call last):
29:   File "../../tools/biosnoop.py", line 158, in <module>
29:     b.attach_kprobe(event="blk_account_io_start", fn_name="trace_pid_start")
29:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
29:     (fn_name, event))
29: Exception: Failed to attach BPF program trace_pid_start to kprobe blk_account_io_start
29: FTraceback (most recent call last):
29:   File "../../tools/biotop.py", line 175, in <module>
29:     b.attach_kprobe(event="blk_account_io_start", fn_name="trace_pid_start")
29:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
29:     (fn_name, event))
29: Exception: Failed to attach BPF program trace_pid_start to kprobe blk_account_io_start
29: FTraceback (most recent call last):
29:   File "../../tools/biotop.py", line 175, in <module>
29:     b.attach_kprobe(event="blk_account_io_start", fn_name="trace_pid_start")
29:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
29:     (fn_name, event))
29: Exception: Failed to attach BPF program trace_pid_start to kprobe blk_account_io_start
29: F...Traceback (most recent call last):
29:   File "../../tools/cachestat.py", line 97, in <module>
29:     b.attach_kprobe(event="add_to_page_cache_lru", fn_name="do_count")
29:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
29:     (fn_name, event))
29: Exception: Failed to attach BPF program do_count to kprobe add_to_page_cache_lru
29: F.Traceback (most recent call last):
29:   File "../../tools/capable.py", line 181, in <module>
29:     b = BPF(text=bpf_text)
29:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 355, in __init__
29:     self._trace_autoload()
29:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 1104, in _trace_autoload
29:     fn_name=fn.name)
29:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
29:     (fn_name, event))
29: Exception: Failed to attach BPF program kprobe__cap_capable to kprobe cap_capable
29: FTraceback (most recent call last):
29:   File "../../tools/cpudist.py", line 160, in <module>
29:     b.attach_kprobe(event="finish_task_switch", fn_name="sched_switch")
29:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
29:     (fn_name, event))
29: Exception: Failed to attach BPF program sched_switch to kprobe finish_task_switch
29: F...Traceback (most recent call last):
29:   File "../../tools/dcsnoop.py", line 130, in <module>
29:     b = BPF(text=bpf_text)
29:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 355, in __init__
29:     self._trace_autoload()
29:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 1104, in _trace_autoload
29:     fn_name=fn.name)
29:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
29:     (fn_name, event))
29: Exception: Failed to attach BPF program kprobe__d_lookup to kprobe d_lookup
29: FTraceback (most recent call last):
29:   File "../../tools/dcstat.py", line 94, in <module>
29:     b.attach_kprobe(event="lookup_fast", fn_name="count_fast")
29:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
29:     (fn_name, event))
29: Exception: Failed to attach BPF program count_fast to kprobe lookup_fast
29: F..Traceback (most recent call last):
29:   File "../../tools/execsnoop.py", line 172, in <module>
29:     b.attach_kprobe(event=execve_fnname, fn_name="syscall__execve")
29:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
29:     (fn_name, event))
29: Exception: Failed to attach BPF program syscall__execve to kprobe sys_execve
29: FTraceback (most recent call last):
29:   File "../../tools/ext4dist.py", line 196, in <module>
29:     b.attach_kprobe(event=ext4_read_fn, fn_name=ext4_trace_read_fn)
29:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
29:     (fn_name, event))
29: Exception: Failed to attach BPF program trace_entry to kprobe ext4_file_read_iter
29: FTraceback (most recent call last):
29:   File "../../tools/ext4slower.py", line 315, in <module>
29:     b.attach_kprobe(event="ext4_file_read_iter", fn_name="trace_read_entry")
29:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
29:     (fn_name, event))
29: Exception: Failed to attach BPF program trace_read_entry to kprobe ext4_file_read_iter
29: FTraceback (most recent call last):
29:   File "../../tools/filelife.py", line 114, in <module>
29:     b.attach_kprobe(event="vfs_create", fn_name="trace_create")
29:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
29:     (fn_name, event))
29: Exception: Failed to attach BPF program trace_create to kprobe vfs_create
29: FTraceback (most recent call last):
29:   File "../../tools/fileslower.py", line 202, in <module>
29:     b.attach_kprobe(event="__vfs_read", fn_name="trace_read_entry")
29:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
29:     (fn_name, event))
29: Exception: Failed to attach BPF program trace_read_entry to kprobe __vfs_read
29: FTraceback (most recent call last):
29:   File "../../tools/filetop.py", line 162, in <module>
29:     b.attach_kprobe(event="vfs_read", fn_name="trace_read_entry")
29:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
29:     (fn_name, event))
29: Exception: Failed to attach BPF program trace_read_entry to kprobe vfs_read
29: FFFTraceback (most recent call last):
29:   File "../../tools/funcslower.py", line 240, in <module>
29:     b.attach_kprobe(event=function, fn_name="trace_%d" % i)
29:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
29:     (fn_name, event))
29: Exception: Failed to attach BPF program trace_0 to kprobe __kmalloc
29: F.Traceback (most recent call last):
29:   File "../../tools/hardirqs.py", line 152, in <module>
29:     b.attach_kprobe(event="handle_irq_event_percpu", fn_name="trace_start")
29:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
29:     (fn_name, event))
29: Exception: Failed to attach BPF program trace_start to kprobe handle_irq_event_percpu
29: FTraceback (most recent call last):
29:   File "../../tools/killsnoop.py", line 115, in <module>
29:     b.attach_kprobe(event=kill_fnname, fn_name="syscall__kill")
29:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
29:     (fn_name, event))
29: Exception: Failed to attach BPF program syscall__kill to kprobe sys_kill
29: F.Traceback (most recent call last):
29:   File "../../tools/mdflush.py", line 54, in <module>
29:     """)
29:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 355, in __init__
29:     self._trace_autoload()
29:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 1104, in _trace_autoload
29:     fn_name=fn.name)
29:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
29:     (fn_name, event))
29: Exception: Failed to attach BPF program kprobe__md_flush_request to kprobe md_flush_request
29: F.Traceback (most recent call last):
29:   File "../../tools/mountsnoop.py", line 425, in <module>
29:     main()
29:   File "../../tools/mountsnoop.py", line 407, in main
29:     b.attach_kprobe(event=mount_fnname, fn_name="syscall__mount")
29:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
29:     (fn_name, event))
29: Exception: Failed to attach BPF program syscall__mount to kprobe sys_mount
29: F...Traceback (most recent call last):
29:   File "../../tools/offcputime.py", line 236, in <module>
29:     b.attach_kprobe(event="finish_task_switch", fn_name="oncpu")
29:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
29:     (fn_name, event))
29: Exception: Failed to attach BPF program oncpu to kprobe finish_task_switch
29: FTraceback (most recent call last):
29:   File "../../tools/offwaketime.py", line 264, in <module>
29:     b.attach_kprobe(event="finish_task_switch", fn_name="oncpu")
29:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
29:     (fn_name, event))
29: Exception: Failed to attach BPF program oncpu to kprobe finish_task_switch
29: FTraceback (most recent call last):
29:   File "../../tools/oomkill.py", line 64, in <module>
29:     b = BPF(text=bpf_text)
29:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 355, in __init__
29:     self._trace_autoload()
29:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 1104, in _trace_autoload
29:     fn_name=fn.name)
29:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
29:     (fn_name, event))
29: Exception: Failed to attach BPF program kprobe__oom_kill_process to kprobe oom_kill_process
29: FTraceback (most recent call last):
29:   File "../../tools/opensnoop.py", line 181, in <module>
29:     b.attach_kprobe(event="do_sys_open", fn_name="trace_entry")
29:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
29:     (fn_name, event))
29: Exception: Failed to attach BPF program trace_entry to kprobe do_sys_open
29: FTraceback (most recent call last):
29:   File "../../tools/pidpersec.py", line 38, in <module>
29:     b.attach_kprobe(event="sched_fork", fn_name="do_count")
29:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
29:     (fn_name, event))
29: Exception: Failed to attach BPF program do_count to kprobe sched_fork
29: F.Traceback (most recent call last):
29:   File "../../tools/runqlat.py", line 253, in <module>
29:     b.attach_kprobe(event="ttwu_do_wakeup", fn_name="trace_ttwu_do_wakeup")
29:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
29:     (fn_name, event))
29: Exception: Failed to attach BPF program trace_ttwu_do_wakeup to kprobe ttwu_do_wakeup
29: F.Traceback (most recent call last):
29:   File "../../tools/shmsnoop.py", line 182, in <module>
29:     b.attach_kprobe(event=syscall_fnname, fn_name="syscall__shmget")
29:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
29:     (fn_name, event))
29: Exception: Failed to attach BPF program syscall__shmget to kprobe sys_shmget
29: FTraceback (most recent call last):
29:   File "../../tools/slabratetop.py", line 107, in <module>
29:     b = BPF(text=bpf_text)
29:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 355, in __init__
29:     self._trace_autoload()
29:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 1104, in _trace_autoload
29:     fn_name=fn.name)
29:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
29:     (fn_name, event))
29: Exception: Failed to attach BPF program kprobe__kmem_cache_alloc to kprobe kmem_cache_alloc
29: FTraceback (most recent call last):
29:   File "../../tools/sofdsnoop.py", line 269, in <module>
29:     b.attach_kprobe(event=syscall_fnname, fn_name="syscall__sendmsg")
29:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
29:     (fn_name, event))
29: Exception: Failed to attach BPF program syscall__sendmsg to kprobe sys_sendmsg
29: F.Traceback (most recent call last):
29:   File "../../tools/solisten.py", line 186, in <module>
29:     b = BPF(text=bpf_text)
29:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 355, in __init__
29:     self._trace_autoload()
29:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 1104, in _trace_autoload
29:     fn_name=fn.name)
29:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
29:     (fn_name, event))
29: Exception: Failed to attach BPF program kprobe__inet_listen to kprobe inet_listen
29: F.FTraceback (most recent call last):
29:   File "../../tools/statsnoop.py", line 118, in <module>
29:     b.attach_kprobe(event=syscall_fnname, fn_name="syscall__entry")
29:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
29:     (fn_name, event))
29: Exception: Failed to attach BPF program syscall__entry to kprobe sys_stat
29: FTraceback (most recent call last):
29:   File "../../tools/syncsnoop.py", line 34, in <module>
29:     fn_name="syscall__sync")
29:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
29:     (fn_name, event))
29: Exception: Failed to attach BPF program syscall__sync to kprobe sys_sync
29: F.Traceback (most recent call last):
29:   File "../../tools/tcpaccept.py", line 228, in <module>
29:     b = BPF(text=bpf_text)
29:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 355, in __init__
29:     self._trace_autoload()
29:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 1109, in _trace_autoload
29:     fn_name=fn.name)
29:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 684, in attach_kretprobe
29:     (fn_name, event))
29: Exception: Failed to attach BPF program kretprobe__inet_csk_accept to kretprobe inet_csk_accept
29: FTraceback (most recent call last):
29:   File "../../tools/tcpconnect.py", line 290, in <module>
29:     b.attach_kprobe(event="tcp_v4_connect", fn_name="trace_connect_entry")
29:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
29:     (fn_name, event))
29: Exception: Failed to attach BPF program trace_connect_entry to kprobe tcp_v4_connect
29: FTraceback (most recent call last):
29:   File "../../tools/tcpconnlat.py", line 196, in <module>
29:     b.attach_kprobe(event="tcp_v4_connect", fn_name="trace_connect")
29:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
29:     (fn_name, event))
29: Exception: Failed to attach BPF program trace_connect to kprobe tcp_v4_connect
29: FTraceback (most recent call last):
29:   File "../../tools/tcpdrop.py", line 181, in <module>
29:     b.attach_kprobe(event="tcp_drop", fn_name="trace_tcp_drop")
29:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
29:     (fn_name, event))
29: Exception: Failed to attach BPF program trace_tcp_drop to kprobe tcp_drop
29: FTraceback (most recent call last):
29:   File "../../tools/tcplife.py", line 456, in <module>
29:     b = BPF(text=bpf_text)
29:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 355, in __init__
29:     self._trace_autoload()
29:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 1104, in _trace_autoload
29:     fn_name=fn.name)
29:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
29:     (fn_name, event))
29: Exception: Failed to attach BPF program kprobe__tcp_set_state to kprobe tcp_set_state
29: FTraceback (most recent call last):
29:   File "../../tools/tcpretrans.py", line 255, in <module>
29:     b.attach_kprobe(event="tcp_retransmit_skb", fn_name="trace_retransmit")
29:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
29:     (fn_name, event))
29: Exception: Failed to attach BPF program trace_retransmit to kprobe tcp_retransmit_skb
29: FTraceback (most recent call last):
29:   File "../../tools/tcptop.py", line 206, in <module>
29:     b = BPF(text=bpf_text)
29:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 355, in __init__
29:     self._trace_autoload()
29:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 1104, in _trace_autoload
29:     fn_name=fn.name)
29:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
29:     (fn_name, event))
29: Exception: Failed to attach BPF program kprobe__tcp_cleanup_rbuf to kprobe tcp_cleanup_rbuf
29: F.FTraceback (most recent call last):
29:   File "../../tools/ttysnoop.py", line 101, in <module>
29:     b = BPF(text=bpf_text)
29:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 355, in __init__
29:     self._trace_autoload()
29:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 1104, in _trace_autoload
29:     fn_name=fn.name)
29:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
29:     (fn_name, event))
29: Exception: Failed to attach BPF program kprobe__tty_write to kprobe tty_write
29: F....clear: terminal attributes: No such device or address
29: 
29: ...Traceback (most recent call last):
29:   File "../../tools/vfsstat.py", line 65, in <module>
29:     b.attach_kprobe(event="vfs_read", fn_name="do_read")
29:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
29:     (fn_name, event))
29: Exception: Failed to attach BPF program do_read to kprobe vfs_read
29: FTraceback (most recent call last):
29:   File "../../tools/wakeuptime.py", line 166, in <module>
29:     b.attach_kprobe(event="schedule", fn_name="offcpu")
29:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
29:     (fn_name, event))
29: Exception: Failed to attach BPF program offcpu to kprobe schedule
29: F....
29: ======================================================================
29: FAIL: test_argdist (__main__.SmokeTests)
29: ----------------------------------------------------------------------
29: Traceback (most recent call last):
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 69, in test_argdist
29:     self.run_with_duration("argdist.py -v -C 'p::do_sys_open()' -n 1 -i 1")
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 32, in run_with_duration
29:     (timeout, full_command), shell=True))
29: AssertionError: 0 != 1
29: 
29: ======================================================================
29: FAIL: test_biolatency (__main__.SmokeTests)
29: ----------------------------------------------------------------------
29: Traceback (most recent call last):
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 76, in test_biolatency
29:     self.run_with_duration("biolatency.py 1 1")
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 32, in run_with_duration
29:     (timeout, full_command), shell=True))
29: AssertionError: 0 != 1
29: 
29: ======================================================================
29: FAIL: test_biosnoop (__main__.SmokeTests)
29: ----------------------------------------------------------------------
29: Traceback (most recent call last):
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 80, in test_biosnoop
29:     self.run_with_int("biosnoop.py")
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 52, in run_with_int
29:     or (rc == 137 and kill), "rc was %d" % rc)
29: AssertionError: rc was 1
29: 
29: ======================================================================
29: FAIL: test_biotop (__main__.SmokeTests)
29: ----------------------------------------------------------------------
29: Traceback (most recent call last):
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 83, in test_biotop
29:     self.run_with_duration("biotop.py 1 1")
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 32, in run_with_duration
29:     (timeout, full_command), shell=True))
29: AssertionError: 0 != 1
29: 
29: ======================================================================
29: FAIL: test_bitesize (__main__.SmokeTests)
29: ----------------------------------------------------------------------
29: Traceback (most recent call last):
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 86, in test_bitesize
29:     self.run_with_int("biotop.py")
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 52, in run_with_int
29:     or (rc == 137 and kill), "rc was %d" % rc)
29: AssertionError: rc was 1
29: 
29: ======================================================================
29: FAIL: test_cachestat (__main__.SmokeTests)
29: ----------------------------------------------------------------------
29: Traceback (most recent call last):
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 101, in test_cachestat
29:     self.run_with_duration("cachestat.py 1 1")
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 32, in run_with_duration
29:     (timeout, full_command), shell=True))
29: AssertionError: 0 != 1
29: 
29: ======================================================================
29: FAIL: test_capable (__main__.SmokeTests)
29: ----------------------------------------------------------------------
29: Traceback (most recent call last):
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 111, in test_capable
29:     self.run_with_int("capable.py")
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 52, in run_with_int
29:     or (rc == 137 and kill), "rc was %d" % rc)
29: AssertionError: rc was 1
29: 
29: ======================================================================
29: FAIL: test_cpudist (__main__.SmokeTests)
29: ----------------------------------------------------------------------
29: Traceback (most recent call last):
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 114, in test_cpudist
29:     self.run_with_duration("cpudist.py 1 1")
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 32, in run_with_duration
29:     (timeout, full_command), shell=True))
29: AssertionError: 0 != 1
29: 
29: ======================================================================
29: FAIL: test_dcsnoop (__main__.SmokeTests)
29: ----------------------------------------------------------------------
29: Traceback (most recent call last):
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 134, in test_dcsnoop
29:     self.run_with_int("dcsnoop.py")
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 52, in run_with_int
29:     or (rc == 137 and kill), "rc was %d" % rc)
29: AssertionError: rc was 1
29: 
29: ======================================================================
29: FAIL: test_dcstat (__main__.SmokeTests)
29: ----------------------------------------------------------------------
29: Traceback (most recent call last):
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 137, in test_dcstat
29:     self.run_with_duration("dcstat.py 1 1")
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 32, in run_with_duration
29:     (timeout, full_command), shell=True))
29: AssertionError: 0 != 1
29: 
29: ======================================================================
29: FAIL: test_execsnoop (__main__.SmokeTests)
29: ----------------------------------------------------------------------
29: Traceback (most recent call last):
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 153, in test_execsnoop
29:     self.run_with_int("execsnoop.py")
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 52, in run_with_int
29:     or (rc == 137 and kill), "rc was %d" % rc)
29: AssertionError: rc was 1
29: 
29: ======================================================================
29: FAIL: test_ext4dist (__main__.SmokeTests)
29: ----------------------------------------------------------------------
29: Traceback (most recent call last):
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 156, in test_ext4dist
29:     self.run_with_duration("ext4dist.py 1 1")
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 32, in run_with_duration
29:     (timeout, full_command), shell=True))
29: AssertionError: 0 != 1
29: 
29: ======================================================================
29: FAIL: test_ext4slower (__main__.SmokeTests)
29: ----------------------------------------------------------------------
29: Traceback (most recent call last):
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 160, in test_ext4slower
29:     self.run_with_int("ext4slower.py")
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 52, in run_with_int
29:     or (rc == 137 and kill), "rc was %d" % rc)
29: AssertionError: rc was 1
29: 
29: ======================================================================
29: FAIL: test_filelife (__main__.SmokeTests)
29: ----------------------------------------------------------------------
29: Traceback (most recent call last):
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 164, in test_filelife
29:     self.run_with_int("filelife.py")
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 52, in run_with_int
29:     or (rc == 137 and kill), "rc was %d" % rc)
29: AssertionError: rc was 1
29: 
29: ======================================================================
29: FAIL: test_fileslower (__main__.SmokeTests)
29: ----------------------------------------------------------------------
29: Traceback (most recent call last):
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 168, in test_fileslower
29:     self.run_with_int("fileslower.py")
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 52, in run_with_int
29:     or (rc == 137 and kill), "rc was %d" % rc)
29: AssertionError: rc was 1
29: 
29: ======================================================================
29: FAIL: test_filetop (__main__.SmokeTests)
29: ----------------------------------------------------------------------
29: Traceback (most recent call last):
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 171, in test_filetop
29:     self.run_with_duration("filetop.py 1 1")
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 32, in run_with_duration
29:     (timeout, full_command), shell=True))
29: AssertionError: 0 != 1
29: 
29: ======================================================================
29: FAIL: test_funccount (__main__.SmokeTests)
29: ----------------------------------------------------------------------
29: Traceback (most recent call last):
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 174, in test_funccount
29:     self.run_with_int("funccount.py __kmalloc -i 1")
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 52, in run_with_int
29:     or (rc == 137 and kill), "rc was %d" % rc)
29: AssertionError: rc was 0
29: 
29: ======================================================================
29: FAIL: test_funclatency (__main__.SmokeTests)
29: ----------------------------------------------------------------------
29: Traceback (most recent call last):
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 178, in test_funclatency
29:     self.run_with_int("funclatency.py __kmalloc -i 1")
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 52, in run_with_int
29:     or (rc == 137 and kill), "rc was %d" % rc)
29: AssertionError: rc was 0
29: 
29: ======================================================================
29: FAIL: test_funcslower (__main__.SmokeTests)
29: ----------------------------------------------------------------------
29: Traceback (most recent call last):
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 182, in test_funcslower
29:     self.run_with_int("funcslower.py __kmalloc")
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 52, in run_with_int
29:     or (rc == 137 and kill), "rc was %d" % rc)
29: AssertionError: rc was 1
29: 
29: ======================================================================
29: FAIL: test_hardirqs (__main__.SmokeTests)
29: ----------------------------------------------------------------------
29: Traceback (most recent call last):
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 189, in test_hardirqs
29:     self.run_with_duration("hardirqs.py 1 1")
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 32, in run_with_duration
29:     (timeout, full_command), shell=True))
29: AssertionError: 0 != 1
29: 
29: ======================================================================
29: FAIL: test_killsnoop (__main__.SmokeTests)
29: ----------------------------------------------------------------------
29: Traceback (most recent call last):
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 200, in test_killsnoop
29:     self.run_with_int("killsnoop.py", kill=True)
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 52, in run_with_int
29:     or (rc == 137 and kill), "rc was %d" % rc)
29: AssertionError: rc was 1
29: 
29: ======================================================================
29: FAIL: test_mdflush (__main__.SmokeTests)
29: ----------------------------------------------------------------------
29: Traceback (most recent call last):
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 209, in test_mdflush
29:     self.run_with_int("mdflush.py")
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 52, in run_with_int
29:     or (rc == 137 and kill), "rc was %d" % rc)
29: AssertionError: rc was 1
29: 
29: ======================================================================
29: FAIL: test_mountsnoop (__main__.SmokeTests)
29: ----------------------------------------------------------------------
29: Traceback (most recent call last):
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 217, in test_mountsnoop
29:     self.run_with_int("mountsnoop.py")
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 52, in run_with_int
29:     or (rc == 137 and kill), "rc was %d" % rc)
29: AssertionError: rc was 1
29: 
29: ======================================================================
29: FAIL: test_offcputime (__main__.SmokeTests)
29: ----------------------------------------------------------------------
29: Traceback (most recent call last):
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 241, in test_offcputime
29:     self.run_with_duration("offcputime.py 1")
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 32, in run_with_duration
29:     (timeout, full_command), shell=True))
29: AssertionError: 0 != 1
29: 
29: ======================================================================
29: FAIL: test_offwaketime (__main__.SmokeTests)
29: ----------------------------------------------------------------------
29: Traceback (most recent call last):
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 245, in test_offwaketime
29:     self.run_with_duration("offwaketime.py 1")
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 32, in run_with_duration
29:     (timeout, full_command), shell=True))
29: AssertionError: 0 != 1
29: 
29: ======================================================================
29: FAIL: test_oomkill (__main__.SmokeTests)
29: ----------------------------------------------------------------------
29: Traceback (most recent call last):
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 249, in test_oomkill
29:     self.run_with_int("oomkill.py")
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 52, in run_with_int
29:     or (rc == 137 and kill), "rc was %d" % rc)
29: AssertionError: rc was 1
29: 
29: ======================================================================
29: FAIL: test_opensnoop (__main__.SmokeTests)
29: ----------------------------------------------------------------------
29: Traceback (most recent call last):
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 253, in test_opensnoop
29:     self.run_with_int("opensnoop.py")
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 52, in run_with_int
29:     or (rc == 137 and kill), "rc was %d" % rc)
29: AssertionError: rc was 1
29: 
29: ======================================================================
29: FAIL: test_pidpersec (__main__.SmokeTests)
29: ----------------------------------------------------------------------
29: Traceback (most recent call last):
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 256, in test_pidpersec
29:     self.run_with_int("pidpersec.py")
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 52, in run_with_int
29:     or (rc == 137 and kill), "rc was %d" % rc)
29: AssertionError: rc was 1
29: 
29: ======================================================================
29: FAIL: test_runqlat (__main__.SmokeTests)
29: ----------------------------------------------------------------------
29: Traceback (most recent call last):
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 263, in test_runqlat
29:     self.run_with_duration("runqlat.py 1 1")
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 32, in run_with_duration
29:     (timeout, full_command), shell=True))
29: AssertionError: 0 != 1
29: 
29: ======================================================================
29: FAIL: test_shmsnoop (__main__.SmokeTests)
29: ----------------------------------------------------------------------
29: Traceback (most recent call last):
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 271, in test_shmsnoop
29:     self.run_with_int("shmsnoop.py")
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 52, in run_with_int
29:     or (rc == 137 and kill), "rc was %d" % rc)
29: AssertionError: rc was 1
29: 
29: ======================================================================
29: FAIL: test_slabratetop (__main__.SmokeTests)
29: ----------------------------------------------------------------------
29: Traceback (most recent call last):
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 278, in test_slabratetop
29:     self.run_with_duration("slabratetop.py 1 1")
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 32, in run_with_duration
29:     (timeout, full_command), shell=True))
29: AssertionError: 0 != 1
29: 
29: ======================================================================
29: FAIL: test_sofdsnoop (__main__.SmokeTests)
29: ----------------------------------------------------------------------
29: Traceback (most recent call last):
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 275, in test_sofdsnoop
29:     self.run_with_int("sofdsnoop.py")
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 52, in run_with_int
29:     or (rc == 137 and kill), "rc was %d" % rc)
29: AssertionError: rc was 1
29: 
29: ======================================================================
29: FAIL: test_solisten (__main__.SmokeTests)
29: ----------------------------------------------------------------------
29: Traceback (most recent call last):
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 287, in test_solisten
29:     self.run_with_int("solisten.py")
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 52, in run_with_int
29:     or (rc == 137 and kill), "rc was %d" % rc)
29: AssertionError: rc was 1
29: 
29: ======================================================================
29: FAIL: test_stackcount (__main__.SmokeTests)
29: ----------------------------------------------------------------------
29: Traceback (most recent call last):
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 295, in test_stackcount
29:     self.run_with_int("stackcount.py __kmalloc -i 1")
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 52, in run_with_int
29:     or (rc == 137 and kill), "rc was %d" % rc)
29: AssertionError: rc was 0
29: 
29: ======================================================================
29: FAIL: test_statsnoop (__main__.SmokeTests)
29: ----------------------------------------------------------------------
29: Traceback (most recent call last):
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 299, in test_statsnoop
29:     self.run_with_int("statsnoop.py")
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 52, in run_with_int
29:     or (rc == 137 and kill), "rc was %d" % rc)
29: AssertionError: rc was 1
29: 
29: ======================================================================
29: FAIL: test_syncsnoop (__main__.SmokeTests)
29: ----------------------------------------------------------------------
29: Traceback (most recent call last):
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 303, in test_syncsnoop
29:     self.run_with_int("syncsnoop.py")
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 52, in run_with_int
29:     or (rc == 137 and kill), "rc was %d" % rc)
29: AssertionError: rc was 1
29: 
29: ======================================================================
29: FAIL: test_tcpaccept (__main__.SmokeTests)
29: ----------------------------------------------------------------------
29: Traceback (most recent call last):
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 311, in test_tcpaccept
29:     self.run_with_int("tcpaccept.py")
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 52, in run_with_int
29:     or (rc == 137 and kill), "rc was %d" % rc)
29: AssertionError: rc was 1
29: 
29: ======================================================================
29: FAIL: test_tcpconnect (__main__.SmokeTests)
29: ----------------------------------------------------------------------
29: Traceback (most recent call last):
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 315, in test_tcpconnect
29:     self.run_with_int("tcpconnect.py")
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 52, in run_with_int
29:     or (rc == 137 and kill), "rc was %d" % rc)
29: AssertionError: rc was 1
29: 
29: ======================================================================
29: FAIL: test_tcpconnlat (__main__.SmokeTests)
29: ----------------------------------------------------------------------
29: Traceback (most recent call last):
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 319, in test_tcpconnlat
29:     self.run_with_int("tcpconnlat.py")
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 52, in run_with_int
29:     or (rc == 137 and kill), "rc was %d" % rc)
29: AssertionError: rc was 1
29: 
29: ======================================================================
29: FAIL: test_tcpdrop (__main__.SmokeTests)
29: ----------------------------------------------------------------------
29: Traceback (most recent call last):
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 331, in test_tcpdrop
29:     self.run_with_int("tcpdrop.py")
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 52, in run_with_int
29:     or (rc == 137 and kill), "rc was %d" % rc)
29: AssertionError: rc was 1
29: 
29: ======================================================================
29: FAIL: test_tcplife (__main__.SmokeTests)
29: ----------------------------------------------------------------------
29: Traceback (most recent call last):
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 323, in test_tcplife
29:     self.run_with_int("tcplife.py")
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 52, in run_with_int
29:     or (rc == 137 and kill), "rc was %d" % rc)
29: AssertionError: rc was 1
29: 
29: ======================================================================
29: FAIL: test_tcpretrans (__main__.SmokeTests)
29: ----------------------------------------------------------------------
29: Traceback (most recent call last):
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 327, in test_tcpretrans
29:     self.run_with_int("tcpretrans.py")
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 52, in run_with_int
29:     or (rc == 137 and kill), "rc was %d" % rc)
29: AssertionError: rc was 1
29: 
29: ======================================================================
29: FAIL: test_tcptop (__main__.SmokeTests)
29: ----------------------------------------------------------------------
29: Traceback (most recent call last):
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 334, in test_tcptop
29:     self.run_with_duration("tcptop.py 1 1")
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 32, in run_with_duration
29:     (timeout, full_command), shell=True))
29: AssertionError: 0 != 1
29: 
29: ======================================================================
29: FAIL: test_trace (__main__.SmokeTests)
29: ----------------------------------------------------------------------
29: Traceback (most recent call last):
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 341, in test_trace
29:     self.run_with_int("trace.py do_sys_open")
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 52, in run_with_int
29:     or (rc == 137 and kill), "rc was %d" % rc)
29: AssertionError: rc was 1
29: 
29: ======================================================================
29: FAIL: test_ttysnoop (__main__.SmokeTests)
29: ----------------------------------------------------------------------
29: Traceback (most recent call last):
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 345, in test_ttysnoop
29:     self.run_with_int("ttysnoop.py /dev/console")
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 52, in run_with_int
29:     or (rc == 137 and kill), "rc was %d" % rc)
29: AssertionError: rc was 1
29: 
29: ======================================================================
29: FAIL: test_vfsstat (__main__.SmokeTests)
29: ----------------------------------------------------------------------
29: Traceback (most recent call last):
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 380, in test_vfsstat
29:     self.run_with_duration("vfsstat.py 1 1")
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 32, in run_with_duration
29:     (timeout, full_command), shell=True))
29: AssertionError: 0 != 1
29: 
29: ======================================================================
29: FAIL: test_wakeuptime (__main__.SmokeTests)
29: ----------------------------------------------------------------------
29: Traceback (most recent call last):
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 384, in test_wakeuptime
29:     self.run_with_duration("wakeuptime.py 1")
29:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_smoke.py", line 32, in run_with_duration
29:     (timeout, full_command), shell=True))
29: AssertionError: 0 != 1
29: 
29: ----------------------------------------------------------------------
29: Ran 80 tests in 120.138s
29: 
29: FAILED (failures=47)
29: Failed
29/40 Test #29: py_test_tools_smoke ..............***Failed  120.19 sec
test 30
      Start 30: py_test_tools_memleak

30: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/tests/wrapper.sh "py_test_tools_memleak" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_tools_memleak.py"
30: Test timeout computed to be: 10000000
30: cannot attach uprobe, Device or resource busy
30: .cannot attach uprobe, Device or resource busy
30: .cannot attach uprobe, Device or resource busy
30: .cannot attach uprobe, Device or resource busy
30: .cannot attach uprobe, Device or resource busy
30: .cannot attach uprobe, Device or resource busy
30: .cannot attach uprobe, Device or resource busy
30: .cannot attach uprobe, Device or resource busy
30: .
30: ----------------------------------------------------------------------
30: Ran 8 tests in 21.225s
30: 
30: OK
30/40 Test #30: py_test_tools_memleak ............   Passed   21.28 sec
test 31
      Start 31: py_test_usdt

31: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/tests/wrapper.sh "py_test_usdt" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_usdt.py"
31: Test timeout computed to be: 10000000
31: <stdin>: In function ‘main’:
31: <stdin>:23:17: warning: null character(s) preserved in literal
31: <stdin>:28:17: warning: null character(s) preserved in literal
31: 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-notes-file /usr/src/kernels/4.15.16-200.fc26.x86_64/main.gcno -nostdsysteminc -nobuiltininc -resource-dir ../lib64/clang/4.0.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/fc26/tests/python -D __BPF_TRACING__ -I /lib/modules/4.15.16-200.fc26.x86_64/build/arch/x86/include -I /lib/modules/4.15.16-200.fc26.x86_64/build/arch/x86/include/generated/uapi -I /lib/modules/4.15.16-200.fc26.x86_64/build/arch/x86/include/generated -I /lib/modules/4.15.16-200.fc26.x86_64/build/include -I /lib/modules/4.15.16-200.fc26.x86_64/build/./arch/x86/include/uapi -I /lib/modules/4.15.16-200.fc26.x86_64/build/arch/x86/include/generated/uapi -I /lib/modules/4.15.16-200.fc26.x86_64/build/include/uapi -I /lib/modules/4.15.16-200.fc26.x86_64/build/include/generated -I /lib/modules/4.15.16-200.fc26.x86_64/build/include/generated/uapi -I ./arch/x86/include -I arch/x86/include/generated/uapi -I arch/x86/include/generated -I include -I ./arch/x86/include/uapi -I arch/x86/include/generated/uapi -I ./include/uapi -I include/generated/uapi -D __KERNEL__ -D __HAVE_BUILTIN_BSWAP16__ -D __HAVE_BUILTIN_BSWAP32__ -D __HAVE_BUILTIN_BSWAP64__ -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.15.16-200.fc26.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
31: #if defined(BPF_LICENSE)
31: #error BPF_LICENSE cannot be specified through cflags
31: #endif
31: #if !defined(CONFIG_CC_STACKPROTECTOR)
31: #if defined(CONFIG_CC_STACKPROTECTOR_AUTO) \
31:     || defined(CONFIG_CC_STACKPROTECTOR_REGULAR) \
31:     || defined(CONFIG_CC_STACKPROTECTOR_STRONG)
31: #define CONFIG_CC_STACKPROTECTOR
31: #endif
31: #endif
31: #include <uapi/linux/ptrace.h>
31: __attribute__((always_inline))
31: static __always_inline int _bpf_readarg_do_trace1_1(struct pt_regs *ctx, void *dest, size_t len) {
31:   if (len != sizeof(int8_t)) return -1;
31:   switch(PT_REGS_IP(ctx)) {
31:   case 0x400678ULL: *((int8_t *)dest) = ctx->ax; __asm__ __volatile__("": : :"memory"); return 0;
31:   case 0x400681ULL: *((int8_t *)dest) = ctx->ax; __asm__ __volatile__("": : :"memory"); return 0;
31:   }
31:   return -1;
31: }
31: __attribute__((always_inline))
31: static __always_inline int _bpf_readarg_do_trace1_2(struct pt_regs *ctx, void *dest, size_t len) {
31:   if (len != sizeof(int32_t)) return -1;
31:   switch(PT_REGS_IP(ctx)) {
31:   case 0x400678ULL: { u64 __addr = ctx->bp + -24; __asm__ __volatile__("": : :"memory"); int32_t __res = 0x0; bpf_probe_read(&__res, sizeof(__res), (void *)__addr); *((int32_t *)dest) = __res; } return 0;
31:   case 0x400681ULL: { u64 __addr = ctx->bp + -20; __asm__ __volatile__("": : :"memory"); int32_t __res = 0x0; bpf_probe_read(&__res, sizeof(__res), (void *)__addr); *((int32_t *)dest) = __res; } return 0;
31:   }
31:   return -1;
31: }
31: __attribute__((always_inline))
31: static __always_inline int _bpf_readarg_do_trace3_1(struct pt_regs *ctx, void *dest, size_t len) {
31:   if (len != sizeof(int32_t)) return -1;
31:   switch(PT_REGS_IP(ctx)) {
31:   case 0x400679ULL: { u64 __addr = ctx->bp + -20; __asm__ __volatile__("": : :"memory"); int32_t __res = 0x0; bpf_probe_read(&__res, sizeof(__res), (void *)__addr); *((int32_t *)dest) = __res; } return 0;
31:   case 0x400698ULL: *((int32_t *)dest) = ctx->ax; __asm__ __volatile__("": : :"memory"); return 0;
31:   }
31:   return -1;
31: }
31: __attribute__((always_inline))
31: static __always_inline int _bpf_readarg_do_trace3_2(struct pt_regs *ctx, void *dest, size_t len) {
31:   if (len != sizeof(int32_t)) return -1;
31:   switch(PT_REGS_IP(ctx)) {
31:   case 0x400679ULL: { u64 __addr = ctx->bp + -24; __asm__ __volatile__("": : :"memory"); int32_t __res = 0x0; bpf_probe_read(&__res, sizeof(__res), (void *)__addr); *((int32_t *)dest) = __res; } return 0;
31:   case 0x400698ULL: *((int32_t *)dest) = ctx->dx; __asm__ __volatile__("": : :"memory"); return 0;
31:   }
31:   return -1;
31: }
31: __attribute__((always_inline))
31: static __always_inline int _bpf_readarg_do_trace2_1(struct pt_regs *ctx, void *dest, size_t len) {
31:   if (len != sizeof(int32_t)) return -1;
31:   *((int32_t *)dest) = 5;
31:   return 0;
31: }
31: __attribute__((always_inline))
31: static __always_inline int _bpf_readarg_do_trace2_2(struct pt_regs *ctx, void *dest, size_t len) {
31:   if (len != sizeof(int8_t)) return -1;
31:   *((int8_t *)dest) = ctx->ax; __asm__ __volatile__("": : :"memory");
31:   return 0;
31: }
31: __attribute__((always_inline))
31: static __always_inline int _bpf_readarg_do_trace4_1(struct pt_regs *ctx, void *dest, size_t len) {
31:   if (len != sizeof(int64_t)) return -1;
31:   *((int64_t *)dest) = ctx->ax; __asm__ __volatile__("": : :"memory");
31:   return 0;
31: }
31: __attribute__((always_inline))
31: static __always_inline int _bpf_readarg_do_trace4_2(struct pt_regs *ctx, void *dest, size_t len) {
31:   if (len != sizeof(int64_t)) return -1;
31:   *((int64_t *)dest) = ctx->dx; __asm__ __volatile__("": : :"memory");
31:   return 0;
31: }
31: __attribute__((always_inline))
31: static __always_inline int _bpf_readarg_do_trace5_1(struct pt_regs *ctx, void *dest, size_t len) {
31:   if (len != sizeof(int64_t)) return -1;
31:   *((int64_t *)dest) = ctx->dx; __asm__ __volatile__("": : :"memory");
31:   return 0;
31: }
31: __attribute__((always_inline))
31: static __always_inline int _bpf_readarg_do_trace5_2(struct pt_regs *ctx, void *dest, size_t len) {
31:   if (len != sizeof(int64_t)) return -1;
31:   *((int64_t *)dest) = ctx->ax; __asm__ __volatile__("": : :"memory");
31:   return 0;
31: }
31: 
31: #include <linux/blkdev.h>
31: #include <uapi/linux/ptrace.h>
31: 
31: struct probe_result_t1 {
31:   char v1;
31:   int  v2;
31: };
31: 
31: struct probe_result_t2 {
31:   int  v1;
31:   char v2;
31: };
31: 
31: struct probe_result_t3 {
31:   int v1;
31:   int v2;
31: };
31: 
31: struct probe_result_t4 {
31:   u64  v1;
31:   char v2[8];
31: };
31: 
31: struct probe_result_t5 {
31:   char v1[8];
31:   u64  v2;
31: };
31: 
31: BPF_PERF_OUTPUT(event1);
31: BPF_PERF_OUTPUT(event2);
31: BPF_PERF_OUTPUT(event3);
31: BPF_PERF_OUTPUT(event4);
31: BPF_PERF_OUTPUT(event5);
31: 
31: __attribute__((section(".bpf.fn.do_trace1")))
31: int do_trace1(struct pt_regs *ctx) {
31: 
31:     struct probe_result_t1 result = {};
31:     _bpf_readarg_do_trace1_1(ctx, &result.v1, sizeof(*(&result.v1)));
31:     _bpf_readarg_do_trace1_2(ctx, &result.v2, sizeof(*(&result.v2)));
31:     bpf_perf_event_output(ctx, bpf_pseudo_fd(1, -1), CUR_CPU_IDENTIFIER, &result, sizeof(result));
31:     return 0;
31: };
31: __attribute__((section(".bpf.fn.do_trace2")))
31: int do_trace2(struct pt_regs *ctx) {
31: 
31:     struct probe_result_t2 result = {};
31:     _bpf_readarg_do_trace2_1(ctx, &result.v1, sizeof(*(&result.v1)));
31:     _bpf_readarg_do_trace2_2(ctx, &result.v2, sizeof(*(&result.v2)));
31:     bpf_perf_event_output(ctx, bpf_pseudo_fd(1, -2), CUR_CPU_IDENTIFIER, &result, sizeof(result));
31:     return 0;
31: }
31: __attribute__((section(".bpf.fn.do_trace3")))
31: int do_trace3(struct pt_regs *ctx) {
31: 
31:     struct probe_result_t3 result = {};
31:     _bpf_readarg_do_trace3_1(ctx, &result.v1, sizeof(*(&result.v1)));
31:     _bpf_readarg_do_trace3_2(ctx, &result.v2, sizeof(*(&result.v2)));
31:     bpf_perf_event_output(ctx, bpf_pseudo_fd(1, -3), CUR_CPU_IDENTIFIER, &result, sizeof(result));
31:     return 0;
31: }
31: __attribute__((section(".bpf.fn.do_trace4")))
31: int do_trace4(struct pt_regs *ctx) {
31: 
31:     struct probe_result_t4 result = {};
31:     _bpf_readarg_do_trace4_1(ctx, &result.v1, sizeof(*(&result.v1)));
31:     ({ u64 __addr = 0x0; _bpf_readarg_do_trace4_2(ctx, &__addr, sizeof(__addr));bpf_probe_read(&result.v2, sizeof(result.v2), (void *)__addr);});
31:     bpf_perf_event_output(ctx, bpf_pseudo_fd(1, -4), CUR_CPU_IDENTIFIER, &result, sizeof(result));
31:     return 0;
31: }
31: __attribute__((section(".bpf.fn.do_trace5")))
31: int do_trace5(struct pt_regs *ctx) {
31: 
31:     struct probe_result_t5 result = {};
31:     ({ u64 __addr = 0x0; _bpf_readarg_do_trace5_1(ctx, &__addr, sizeof(__addr));bpf_probe_read(&result.v1, sizeof(result.v1), (void *)__addr);});
31:     _bpf_readarg_do_trace5_2(ctx, &result.v2, sizeof(*(&result.v2)));
31:     bpf_perf_event_output(ctx, bpf_pseudo_fd(1, -5), CUR_CPU_IDENTIFIER, &result, sizeof(result));
31:     return 0;
31: }
31: 
31: #include <bcc/footer.h>
31: .
31: ----------------------------------------------------------------------
31: Ran 1 test in 4.053s
31: 
31: OK
31: Running from kernel directory at: /lib/modules/4.15.16-200.fc26.x86_64/source
31: str4
31: str5
31: str6
31: str7
31: str8
31: str9
31/40 Test #31: py_test_usdt .....................   Passed    4.35 sec
test 32
      Start 32: py_test_usdt2

32: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/tests/wrapper.sh "py_test_usdt2" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_usdt2.py"
32: Test timeout computed to be: 10000000
32: .
32: ----------------------------------------------------------------------
32: Ran 1 test in 2.058s
32: 
32: OK
32/40 Test #32: py_test_usdt2 ....................   Passed    2.23 sec
test 33
      Start 33: py_test_usdt3

33: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/tests/wrapper.sh "py_test_usdt3" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_usdt3.py"
33: Test timeout computed to be: 10000000
33: test:probe [sema 0x0]
33:   location #1 /proc/6433/root/tmp/tmpqnFTQ4/liba.so 0x5d1
33:     argument #1 4 signed   bytes @ *(bp - 4)
33:   location #2 /proc/6433/root/tmp/tmpqnFTQ4/libb.so 0x5d1
33:     argument #1 4 signed   bytes @ *(bp - 4)
33:   location #3 /proc/6433/root/tmp/tmpqnFTQ4/a.out 0x40064e
33:     argument #1 4 signed   bytes @ *(bp - 4)
33: libc:setjmp [sema 0x0]
33:   location #1 /proc/6433/root/usr/lib64/libc-2.25.so 0x36711
33:     argument #1 8 unsigned bytes @ di
33:     argument #2 4 signed   bytes @ si
33:     argument #3 8 unsigned bytes @ ax
33: libc:longjmp [sema 0x0]
33:   location #1 /proc/6433/root/usr/lib64/libc-2.25.so 0x367f3
33:     argument #1 8 unsigned bytes @ di
33:     argument #2 4 signed   bytes @ si
33:     argument #3 8 unsigned bytes @ dx
33:   location #2 /proc/6433/root/usr/lib64/libc-2.25.so 0x123933
33:     argument #1 8 unsigned bytes @ di
33:     argument #2 4 signed   bytes @ si
33:     argument #3 8 unsigned bytes @ dx
33: libc:longjmp_target [sema 0x0]
33:   location #1 /proc/6433/root/usr/lib64/libc-2.25.so 0x3680f
33:     argument #1 8 unsigned bytes @ di
33:     argument #2 4 signed   bytes @ ax
33:     argument #3 8 unsigned bytes @ dx
33:   location #2 /proc/6433/root/usr/lib64/libc-2.25.so 0x12394f
33:     argument #1 8 unsigned bytes @ di
33:     argument #2 4 signed   bytes @ ax
33:     argument #3 8 unsigned bytes @ dx
33: libc:memory_mallopt_arena_max [sema 0x0]
33:   location #1 /proc/6433/root/usr/lib64/libc-2.25.so 0x83923
33:     argument #1 8 unsigned bytes @ ax
33:     argument #2 8 unsigned bytes @ *(&mp_ + 32)
33:   location #2 /proc/6433/root/usr/lib64/libc-2.25.so 0x8fb98
33:     argument #1 8 unsigned bytes @ ax
33:     argument #2 8 unsigned bytes @ *(&mp_ + 32)
33: libc:memory_mallopt_arena_test [sema 0x0]
33:   location #1 /proc/6433/root/usr/lib64/libc-2.25.so 0x83933
33:     argument #1 8 unsigned bytes @ ax
33:     argument #2 8 unsigned bytes @ *(&mp_ + 24)
33:   location #2 /proc/6433/root/usr/lib64/libc-2.25.so 0x8fc09
33:     argument #1 8 unsigned bytes @ ax
33:     argument #2 8 unsigned bytes @ *(&mp_ + 24)
33: libc:memory_mallopt_trim_threshold [sema 0x0]
33:   location #1 /proc/6433/root/usr/lib64/libc-2.25.so 0x83953
33:     argument #1 8 unsigned bytes @ ax
33:     argument #2 8 unsigned bytes @ *(&mp_ + 0)
33:     argument #3 4 signed   bytes @ *(&mp_ + 52)
33:   location #2 /proc/6433/root/usr/lib64/libc-2.25.so 0x8fcb1
33:     argument #1 8 unsigned bytes @ ax
33:     argument #2 8 unsigned bytes @ *(&mp_ + 0)
33:     argument #3 4 signed   bytes @ *(&mp_ + 52)
33: libc:memory_mallopt_top_pad [sema 0x0]
33:   location #1 /proc/6433/root/usr/lib64/libc-2.25.so 0x83973
33:     argument #1 8 unsigned bytes @ ax
33:     argument #2 8 unsigned bytes @ *(&mp_ + 8)
33:     argument #3 4 signed   bytes @ *(&mp_ + 52)
33:   location #2 /proc/6433/root/usr/lib64/libc-2.25.so 0x8fc90
33:     argument #1 8 unsigned bytes @ ax
33:     argument #2 8 unsigned bytes @ *(&mp_ + 8)
33:     argument #3 4 signed   bytes @ *(&mp_ + 52)
33: libc:memory_mallopt_mmap_threshold [sema 0x0]
33:   location #1 /proc/6433/root/usr/lib64/libc-2.25.so 0x8399b
33:     argument #1 8 unsigned bytes @ ax
33:     argument #2 8 unsigned bytes @ *(&mp_ + 16)
33:     argument #3 4 signed   bytes @ *(&mp_ + 52)
33:   location #2 /proc/6433/root/usr/lib64/libc-2.25.so 0x8fc6f
33:     argument #1 8 unsigned bytes @ ax
33:     argument #2 8 unsigned bytes @ *(&mp_ + 16)
33:     argument #3 4 signed   bytes @ *(&mp_ + 52)
33: libc:memory_mallopt_mmap_max [sema 0x0]
33:   location #1 /proc/6433/root/usr/lib64/libc-2.25.so 0x839b3
33:     argument #1 4 signed   bytes @ ax
33:     argument #2 4 signed   bytes @ *(&mp_ + 44)
33:     argument #3 4 signed   bytes @ *(&mp_ + 52)
33:   location #2 /proc/6433/root/usr/lib64/libc-2.25.so 0x8fc41
33:     argument #1 4 signed   bytes @ ax
33:     argument #2 4 signed   bytes @ *(&mp_ + 44)
33:     argument #3 4 signed   bytes @ *(&mp_ + 52)
33: libc:memory_mallopt_perturb [sema 0x0]
33:   location #1 /proc/6433/root/usr/lib64/libc-2.25.so 0x839d3
33:     argument #1 4 signed   bytes @ ax
33:     argument #2 4 signed   bytes @ *(&perturb_byte + 0)
33:   location #2 /proc/6433/root/usr/lib64/libc-2.25.so 0x8fc17
33:     argument #1 4 signed   bytes @ ax
33:     argument #2 4 signed   bytes @ *(&perturb_byte + 0)
33: libc:memory_heap_new [sema 0x0]
33:   location #1 /proc/6433/root/usr/lib64/libc-2.25.so 0x83ade
33:     argument #1 8 unsigned bytes @ bx
33:     argument #2 8 unsigned bytes @ bp
33: libc:memory_arena_reuse_free_list [sema 0x0]
33:   location #1 /proc/6433/root/usr/lib64/libc-2.25.so 0x83f3c
33:     argument #1 8 unsigned bytes @ dx
33: libc:memory_arena_reuse_wait [sema 0x0]
33:   location #1 /proc/6433/root/usr/lib64/libc-2.25.so 0x84080
33:     argument #1 8 unsigned bytes @ r8
33:     argument #2 8 unsigned bytes @ r8
33:     argument #3 8 unsigned bytes @ bx
33: libc:memory_arena_reuse [sema 0x0]
33:   location #1 /proc/6433/root/usr/lib64/libc-2.25.so 0x841b4
33:     argument #1 8 unsigned bytes @ dx
33:     argument #2 8 unsigned bytes @ bx
33: libc:memory_arena_new [sema 0x0]
33:   location #1 /proc/6433/root/usr/lib64/libc-2.25.so 0x84432
33:     argument #1 8 unsigned bytes @ dx
33:     argument #2 8 unsigned bytes @ bp
33: libc:memory_arena_retry [sema 0x0]
33:   location #1 /proc/6433/root/usr/lib64/libc-2.25.so 0x84629
33:     argument #1 8 unsigned bytes @ si
33:     argument #2 8 unsigned bytes @ di
33: libc:memory_sbrk_less [sema 0x0]
33:   location #1 /proc/6433/root/usr/lib64/libc-2.25.so 0x84c7d
33:     argument #1 8 unsigned bytes @ ax
33:     argument #2 8 signed   bytes @ bp
33: libc:memory_heap_free [sema 0x0]
33:   location #1 /proc/6433/root/usr/lib64/libc-2.25.so 0x87d57
33:     argument #1 8 unsigned bytes @ di
33:     argument #2 8 unsigned bytes @ ax
33: libc:memory_heap_less [sema 0x0]
33:   location #1 /proc/6433/root/usr/lib64/libc-2.25.so 0x87e00
33:     argument #1 8 unsigned bytes @ r13
33:     argument #2 8 unsigned bytes @ r10
33: libc:memory_heap_more [sema 0x0]
33:   location #1 /proc/6433/root/usr/lib64/libc-2.25.so 0x889ca
33:     argument #1 8 unsigned bytes @ r8
33:     argument #2 8 unsigned bytes @ cx
33: libc:memory_sbrk_more [sema 0x0]
33:   location #1 /proc/6433/root/usr/lib64/libc-2.25.so 0x88c48
33:     argument #1 8 unsigned bytes @ ax
33:     argument #2 8 signed   bytes @ r15
33: libc:memory_malloc_retry [sema 0x0]
33:   location #1 /proc/6433/root/usr/lib64/libc-2.25.so 0x8a850
33:     argument #1 8 unsigned bytes @ bp
33:   location #2 /proc/6433/root/usr/lib64/libc-2.25.so 0x8cd70
33:     argument #1 8 unsigned bytes @ bp
33: libc:memory_mallopt_check_action [sema 0x0]
33:   location #1 /proc/6433/root/usr/lib64/libc-2.25.so 0x8cc23
33:     argument #1 4 signed   bytes @ ax
33:     argument #2 4 signed   bytes @ *(&check_action + 0)
33:   location #2 /proc/6433/root/usr/lib64/libc-2.25.so 0x8fc2c
33:     argument #1 4 signed   bytes @ ax
33:     argument #2 4 signed   bytes @ *(&check_action + 0)
33: libc:memory_memalign_retry [sema 0x0]
33:   location #1 /proc/6433/root/usr/lib64/libc-2.25.so 0x8d150
33:     argument #1 8 unsigned bytes @ r13
33:     argument #2 8 unsigned bytes @ bx
33:   location #2 /proc/6433/root/usr/lib64/libc-2.25.so 0x8e0a0
33:     argument #1 8 unsigned bytes @ r13
33:     argument #2 8 unsigned bytes @ bx
33:   location #3 /proc/6433/root/usr/lib64/libc-2.25.so 0x8e520
33:     argument #1 8 unsigned bytes @ r13
33:     argument #2 8 unsigned bytes @ bx
33:   location #4 /proc/6433/root/usr/lib64/libc-2.25.so 0x8e888
33:     argument #1 8 unsigned bytes @ r12
33:     argument #2 8 unsigned bytes @ bx
33:   location #5 /proc/6433/root/usr/lib64/libc-2.25.so 0x901b8
33:     argument #1 8 unsigned bytes @ r13
33:     argument #2 8 unsigned bytes @ bx
33: libc:memory_mallopt_free_dyn_thresholds [sema 0x0]
33:   location #1 /proc/6433/root/usr/lib64/libc-2.25.so 0x8d2e3
33:     argument #1 8 unsigned bytes @ ax
33:     argument #2 8 unsigned bytes @ dx
33: libc:memory_realloc_retry [sema 0x0]
33:   location #1 /proc/6433/root/usr/lib64/libc-2.25.so 0x8d845
33:     argument #1 8 unsigned bytes @ r12
33:     argument #2 8 unsigned bytes @ bx
33:   location #2 /proc/6433/root/usr/lib64/libc-2.25.so 0x8dc75
33:     argument #1 8 unsigned bytes @ r12
33:     argument #2 8 unsigned bytes @ bx
33: libc:memory_calloc_retry [sema 0x0]
33:   location #1 /proc/6433/root/usr/lib64/libc-2.25.so 0x8eb88
33:     argument #1 8 unsigned bytes @ bp
33: libc:memory_mallopt [sema 0x0]
33:   location #1 /proc/6433/root/usr/lib64/libc-2.25.so 0x8f7fb
33:     argument #1 4 signed   bytes @ ax
33:     argument #2 4 signed   bytes @ *(sp + 16)
33: libc:memory_mallopt_mxfast [sema 0x0]
33:   location #1 /proc/6433/root/usr/lib64/libc-2.25.so 0x8fcdf
33:     argument #1 4 signed   bytes @ si
33:     argument #2 8 unsigned bytes @ *(&global_max_fast + 0)
33: libc:lll_lock_wait_private [sema 0x0]
33:   location #1 /proc/6433/root/usr/lib64/libc-2.25.so 0x11f444
33:     argument #1 8 unsigned bytes @ di
33: rtld:init_start [sema 0x0]
33:   location #1 /proc/6433/root/usr/lib64/ld-2.25.so 0x3cfa
33:     argument #1 4 signed   bytes @ 0
33:     argument #2 8 unsigned bytes @ bx
33: rtld:init_complete [sema 0x0]
33:   location #1 /proc/6433/root/usr/lib64/ld-2.25.so 0x4bd4
33:     argument #1 4 signed   bytes @ 0
33:     argument #2 8 unsigned bytes @ bx
33: rtld:map_failed [sema 0x0]
33:   location #1 /proc/6433/root/usr/lib64/ld-2.25.so 0x58a6
33:     argument #1 8 signed   bytes @ *(sp + 72)
33:     argument #2 8 unsigned bytes @ bp
33: rtld:map_start [sema 0x0]
33:   location #1 /proc/6433/root/usr/lib64/ld-2.25.so 0x67ba
33:     argument #1 8 signed   bytes @ *(bp + 40)
33:     argument #2 8 unsigned bytes @ bx
33: rtld:map_complete [sema 0x0]
33:   location #1 /proc/6433/root/usr/lib64/ld-2.25.so 0x15840
33:     argument #1 8 signed   bytes @ *(r15 + 40)
33:     argument #2 8 unsigned bytes @ bx
33:     argument #3 8 unsigned bytes @ r14
33: rtld:reloc_start [sema 0x0]
33:   location #1 /proc/6433/root/usr/lib64/ld-2.25.so 0x15914
33:     argument #1 8 signed   bytes @ *(ax + 40)
33:     argument #2 8 unsigned bytes @ *(bp - 120)
33: rtld:reloc_complete [sema 0x0]
33:   location #1 /proc/6433/root/usr/lib64/ld-2.25.so 0x15dc3
33:     argument #1 8 signed   bytes @ *(ax + 40)
33:     argument #2 8 unsigned bytes @ *(bp - 120)
33:     argument #3 8 unsigned bytes @ r14
33: rtld:unmap_start [sema 0x0]
33:   location #1 /proc/6433/root/usr/lib64/ld-2.25.so 0x16a87
33:     argument #1 8 signed   bytes @ r14
33:     argument #2 8 unsigned bytes @ bx
33: rtld:unmap_complete [sema 0x0]
33:   location #1 /proc/6433/root/usr/lib64/ld-2.25.so 0x16d24
33:     argument #1 8 signed   bytes @ *(bp - 112)
33:     argument #2 8 unsigned bytes @ bx
33: rtld:setjmp [sema 0x0]
33:   location #1 /proc/6433/root/usr/lib64/ld-2.25.so 0x1c52d
33:     argument #1 8 unsigned bytes @ di
33:     argument #2 4 signed   bytes @ si
33:     argument #3 8 unsigned bytes @ ax
33: rtld:longjmp [sema 0x0]
33:   location #1 /proc/6433/root/usr/lib64/ld-2.25.so 0x1c56d
33:     argument #1 8 unsigned bytes @ di
33:     argument #2 4 signed   bytes @ si
33:     argument #3 8 unsigned bytes @ dx
33: rtld:longjmp_target [sema 0x0]
33:   location #1 /proc/6433/root/usr/lib64/ld-2.25.so 0x1c589
33:     argument #1 8 unsigned bytes @ di
33:     argument #2 4 signed   bytes @ ax
33:     argument #3 8 unsigned bytes @ dx
33: .
33: ----------------------------------------------------------------------
33: Ran 1 test in 1.139s
33: 
33: OK
33: temp directory: /tmp/tmpqnFTQ4
33/40 Test #33: py_test_usdt3 ....................   Passed    1.28 sec
test 34
      Start 34: py_test_license

34: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/tests/wrapper.sh "py_test_license" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_license.py"
34: Test timeout computed to be: 10000000
34: /virtual/main.c:2:2: error: BPF_LICENSE cannot be specified through cflags
34: #error BPF_LICENSE cannot be specified through cflags
34:  ^
34: 1 error generated.
34: x/virtual/main.c:2:2: error: BPF_LICENSE cannot be specified through cflags
34: #error BPF_LICENSE cannot be specified through cflags
34:  ^
34: 1 error generated.
34: xEbpf: Failed to load program: Invalid argument
34: 0: (bf) r6 = r1
34: 1: (85) call bpf_ktime_get_ns#5
34: cannot call GPL only function from proprietary program
34: 
34: xEE/virtual/main.c:2:2: error: BPF_LICENSE cannot be specified through cflags
34: #error BPF_LICENSE cannot be specified through cflags
34:  ^
34: 1 error generated.
34: xbpf: Failed to load program: Invalid argument
34: 0: (bf) r6 = r1
34: 1: (85) call bpf_ktime_get_ns#5
34: cannot call GPL only function from proprietary program
34: 
34: xEE
34: ======================================================================
34: ERROR: test_default (__main__.TestLicense)
34: ----------------------------------------------------------------------
34: Traceback (most recent call last):
34:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_license.py", line 63, in test_default
34:     self.load_bpf_code(b)
34:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_license.py", line 58, in load_bpf_code
34:     bpf_code.attach_kprobe(event=event_name, fn_name="license_program")
34:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
34:     (fn_name, event))
34: Exception: Failed to attach BPF program license_program to kprobe sys_read
34: 
34: ======================================================================
34: ERROR: test_gpl_compatible_macro (__main__.TestLicense)
34: ----------------------------------------------------------------------
34: Traceback (most recent call last):
34:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_license.py", line 75, in test_gpl_compatible_macro
34:     self.load_bpf_code(b)
34:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_license.py", line 58, in load_bpf_code
34:     bpf_code.attach_kprobe(event=event_name, fn_name="license_program")
34:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
34:     (fn_name, event))
34: Exception: Failed to attach BPF program license_program to kprobe sys_read
34: 
34: ======================================================================
34: ERROR: test_gpl_helper_macro (__main__.TestLicense)
34: ----------------------------------------------------------------------
34: Traceback (most recent call last):
34:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_license.py", line 67, in test_gpl_helper_macro
34:     self.load_bpf_code(b)
34:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_license.py", line 58, in load_bpf_code
34:     bpf_code.attach_kprobe(event=event_name, fn_name="license_program")
34:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
34:     (fn_name, event))
34: Exception: Failed to attach BPF program license_program to kprobe sys_read
34: 
34: ======================================================================
34: ERROR: test_proprietary_macro (__main__.TestLicense)
34: ----------------------------------------------------------------------
34: Traceback (most recent call last):
34:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_license.py", line 71, in test_proprietary_macro
34:     self.load_bpf_code(b)
34:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_license.py", line 58, in load_bpf_code
34:     bpf_code.attach_kprobe(event=event_name, fn_name="license_program")
34:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
34:     (fn_name, event))
34: Exception: Failed to attach BPF program license_program to kprobe sys_read
34: 
34: ======================================================================
34: ERROR: test_proprietary_words_macro (__main__.TestLicense)
34: ----------------------------------------------------------------------
34: Traceback (most recent call last):
34:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_license.py", line 79, in test_proprietary_words_macro
34:     self.load_bpf_code(b)
34:   File "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_license.py", line 58, in load_bpf_code
34:     bpf_code.attach_kprobe(event=event_name, fn_name="license_program")
34:   File "/usr/lib/python2.7/site-packages/bcc/__init__.py", line 659, in attach_kprobe
34:     (fn_name, event))
34: Exception: Failed to attach BPF program license_program to kprobe sys_read
34: 
34: ----------------------------------------------------------------------
34: Ran 10 tests in 1.626s
34: 
34: FAILED (errors=5, expected failures=5)
34: Failed
34/40 Test #34: py_test_license ..................***Failed    1.70 sec
test 35
      Start 35: py_test_free_bcc_memory

35: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/tests/wrapper.sh "py_test_free_bcc_memory" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_free_bcc_memory.py"
35: Test timeout computed to be: 10000000
35: .
35: ----------------------------------------------------------------------
35: Ran 1 test in 0.137s
35: 
35: OK
35: Before freeing llvm memory: RssFile:  61668 kB
35: After  freeing llvm memory: RssFile:  44452 kB
35/40 Test #35: py_test_free_bcc_memory ..........   Passed    0.22 sec
test 36
      Start 36: py_test_rlimit

36: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/tests/wrapper.sh "py_test_rlimit" "sudo" "/home/fedora/jenkins/workspace/bcc-pr/label/fc26/tests/python/test_rlimit.py"
36: Test timeout computed to be: 10000000
36: could not open bpf map: unused, error: Operation not permitted
36: .
36: ----------------------------------------------------------------------
36: Ran 1 test in 0.231s
36: 
36: OK
36/40 Test #36: py_test_rlimit ...................   Passed    0.31 sec
test 37
      Start 37: lua_test_clang

37: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/tests/wrapper.sh "lua_test_clang" "sudo" "/usr/bin/luajit" "test_clang.lua"
37: Test timeout computed to be: 10000000
37: /virtual/main.c:1:30: error: expected expression
37: int failure(void *ctx) { if (); return 0; }
37:                              ^
37: 1 error generated.
37: ....................
37: Ran 20 tests in 12.149 seconds, 20 successes, 0 failures
37: OK
37/40 Test #37: lua_test_clang ...................   Passed   12.33 sec
test 38
      Start 38: lua_test_uprobes

38: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/tests/wrapper.sh "lua_test_uprobes" "sudo" "/usr/bin/luajit" "test_uprobes.lua"
38: Test timeout computed to be: 10000000
38: Python 2.7.14
38: Arena 0:
38: system bytes     =   17256448
38: in use bytes     =     945584
38: Total (incl. mmap):
38: system bytes     =   17256448
38: in use bytes     =     945584
38: max mmap regions =          6
38: max mmap bytes   =    1990656
38: ..
38: Ran 2 tests in 0.298 seconds, 2 successes, 0 failures
38: OK
38/40 Test #38: lua_test_uprobes .................   Passed    0.40 sec
test 39
      Start 39: lua_test_dump

39: Test command: /home/fedora/jenkins/workspace/bcc-pr/label/fc26/build/tests/wrapper.sh "lua_test_dump" "sudo" "/usr/bin/luajit" "test_dump.lua"
39: Test timeout computed to be: 10000000
39: .
39: Ran 1 tests in 0.113 seconds, 1 successes, 0 failures
39: OK
39/40 Test #39: lua_test_dump ....................   Passed    0.16 sec
test 40
      Start 40: lua_test_standalone

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

65% tests passed, 14 tests failed out of 40

Total Test time (real) = 298.09 sec

The following tests FAILED:
	  9 - py_test_trace1 (Failed)
	 10 - py_test_trace2 (Failed)
	 11 - py_test_trace3_c (Failed)
	 12 - py_test_trace4 (Failed)
	 13 - py_test_trace_maxactive (Failed)
	 14 - py_test_probe_count (Failed)
	 18 - py_test_clang (Failed)
	 19 - py_test_histogram (Failed)
	 20 - py_array (Failed)
	 22 - py_test_stackid (Failed)
	 24 - py_test_perf_event (Failed)
	 26 - py_test_percpu (Failed)
	 29 - py_test_tools_smoke (Failed)
	 34 - py_test_license (Failed)
Errors while running CTest
Build step 'Execute shell' marked build as failure
Finished: FAILURE