Mock Version: 1.4.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/bcc.spec'], chrootPath='/var/lib/mock/660539-fedora-rawhide-x86_64-1510319859.894311/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=0uid=1001gid=135user='mockbuild'nspawn_args=[]printOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/bcc.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False sh: /usr/bin/python: No such file or directory Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/bcc-0.4.0-53.git.5e86c13.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/bcc.spec'], chrootPath='/var/lib/mock/660539-fedora-rawhide-x86_64-1510319859.894311/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=0uid=1001gid=135user='mockbuild'nspawn_args=[]printOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/bcc.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.MJTamp + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf bcc + /usr/bin/gzip -dc /builddir/build/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.fvi4pr + umask 022 + cd /builddir/build/BUILD + cd bcc + mkdir build + pushd build ~/build/BUILD/bcc/build ~/build/BUILD/bcc ++ pkg-config --variable=includedir luajit ++ pkg-config --variable=libdir luajit ++ pkg-config --variable=libname luajit + cmake .. -DREVISION_LAST=0.4.0 -DREVISION=0.4.0 -DCMAKE_INSTALL_PREFIX=/usr -DLUAJIT_INCLUDE_DIR=/usr/include/luajit-2.1 -DLUAJIT_LIBRARIES=/usr/lib64/libluajit-5.1.so -- The C compiler identification is GNU 7.2.1 -- The CXX compiler identification is GNU 7.2.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.4.0 -- Performing Test HAVE_NO_PIE_FLAG -- Performing Test HAVE_NO_PIE_FLAG - Success -- Found BISON: /usr/bin/bison (found version "3.0.4") -- Found FLEX: /usr/bin/flex (found version "2.6.1") -- Found LLVM: /usr/include 5.0.0 -- Found LibElf: /usr/lib64/libelf.so -- Performing Test ELF_GETSHDRSTRNDX -- Performing Test ELF_GETSHDRSTRNDX - Success -- Found LuaJIT: /usr/lib64/libluajit-5.1.so CMake Warning at tests/python/CMakeLists.txt:6 (message): Recommended test program 'arping' not found CMake Warning at tests/python/CMakeLists.txt:10 (message): Recommended test program 'netperf' not found CMake Warning at tests/python/CMakeLists.txt:14 (message): Recommended test program 'iperf' not found -- Configuring done -- Generating done -- Build files have been written to: /builddir/build/BUILD/bcc/build + make -j2 Scanning dependencies of target bpf-shared Scanning dependencies of target bpf-static [ 2%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf.c.o [ 2%] Building C object src/cc/CMakeFiles/bpf-shared.dir/libbpf.c.o [ 3%] Building C object src/cc/CMakeFiles/bpf-shared.dir/perf_reader.c.o [ 4%] Building C object src/cc/CMakeFiles/bpf-static.dir/perf_reader.c.o /builddir/build/BUILD/bcc/src/cc/perf_reader.c: In function 'read_data_head': /builddir/build/BUILD/bcc/src/cc/perf_reader.c:205:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] uint64_t data_head = *((volatile uint64_t *)&perf_header->data_head); ^~~~~~~~ /builddir/build/BUILD/bcc/src/cc/perf_reader.c: In function 'read_data_head': /builddir/build/BUILD/bcc/src/cc/perf_reader.c:205:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] uint64_t data_head = *((volatile uint64_t *)&perf_header->data_head); ^~~~~~~~ [ 5%] Linking C shared library libbpf.so [ 6%] Linking C static library libbpf.a [ 6%] Built target bpf-static Scanning dependencies of target bcc-loader-static [ 6%] Built target bpf-shared [ 7%] Building CXX object src/cc/CMakeFiles/bcc-loader-static.dir/bcc_syms.cc.o Scanning dependencies of target clang_frontend [ 8%] Building CXX object src/cc/frontends/clang/CMakeFiles/clang_frontend.dir/loader.cc.o [ 9%] Building C object src/cc/CMakeFiles/bcc-loader-static.dir/bcc_elf.c.o [ 10%] Building C object src/cc/CMakeFiles/bcc-loader-static.dir/bcc_perf_map.c.o [ 11%] Building C object src/cc/CMakeFiles/bcc-loader-static.dir/bcc_proc.c.o [ 13%] Building CXX object src/cc/CMakeFiles/bcc-loader-static.dir/ns_guard.cc.o [ 14%] 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 [ 17%] Building CXX object src/cc/api/CMakeFiles/api-static.dir/BPFTable.cc.o [ 18%] Linking CXX static library libapi-static.a [ 18%] Built target api-static Scanning dependencies of target usdt-static [ 19%] Building CXX object src/cc/usdt/CMakeFiles/usdt-static.dir/usdt_args.cc.o [ 20%] Building CXX object src/cc/frontends/clang/CMakeFiles/clang_frontend.dir/b_frontend_action.cc.o [ 21%] Building CXX object src/cc/usdt/CMakeFiles/usdt-static.dir/usdt.cc.o [ 22%] Linking CXX static library libusdt-static.a [ 22%] Built target usdt-static [ 23%] [FLEX][Lexer] Building scanner with flex 2.6.1 lexer.ll:110: warning, -s option given but default rule can be matched [ 25%] [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 [ 26%] Building CXX object src/cc/frontends/b/CMakeFiles/b_frontend.dir/loader.cc.o [ 27%] Building CXX object src/cc/frontends/b/CMakeFiles/b_frontend.dir/codegen_llvm.cc.o [ 28%] Building CXX object src/cc/frontends/b/CMakeFiles/b_frontend.dir/node.cc.o [ 29%] Building CXX object src/cc/frontends/b/CMakeFiles/b_frontend.dir/parser.cc.o [ 30%] Building CXX object src/cc/frontends/b/CMakeFiles/b_frontend.dir/printer.cc.o [ 31%] Building CXX object src/cc/frontends/b/CMakeFiles/b_frontend.dir/type_check.cc.o [ 32%] Building CXX object src/cc/frontends/b/CMakeFiles/b_frontend.dir/parser.yy.cc.o [ 33%] Building CXX object src/cc/frontends/b/CMakeFiles/b_frontend.dir/lexer.ll.cc.o /builddir/build/BUILD/bcc/build/src/cc/frontends/b/lexer.ll.cc: In member function 'virtual int ebpf::cc::Lexer::yylex()': /builddir/build/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 ) ~~~~^~~~~~~~ [ 34%] Linking CXX static library libb_frontend.a [ 34%] Built target b_frontend Scanning dependencies of target bcc_py [ 35%] Generating dist/bcc-0.4.0.tar.gz 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.4.0 creating bcc-0.4.0/bcc making hard links in bcc-0.4.0... hard linking setup.py -> bcc-0.4.0 hard linking bcc/__init__.py -> bcc-0.4.0/bcc hard linking bcc/libbcc.py -> bcc-0.4.0/bcc hard linking bcc/perf.py -> bcc-0.4.0/bcc hard linking bcc/table.py -> bcc-0.4.0/bcc hard linking bcc/usdt.py -> bcc-0.4.0/bcc hard linking bcc/utils.py -> bcc-0.4.0/bcc creating dist Creating tar archive removing 'bcc-0.4.0' (and everything under it) [ 35%] Built target bcc_py [ 36%] Building CXX object src/cc/frontends/clang/CMakeFiles/clang_frontend.dir/tp_frontend_action.cc.o [ 38%] Building CXX object src/cc/frontends/clang/CMakeFiles/clang_frontend.dir/kbuild_helper.cc.o [ 39%] Building CXX object src/cc/frontends/clang/CMakeFiles/clang_frontend.dir/__/__/common.cc.o [ 40%] Linking CXX static library libclang_frontend.a [ 40%] Built target clang_frontend Scanning dependencies of target bcc-static Scanning dependencies of target bcc-shared [ 41%] Building CXX object src/cc/CMakeFiles/bcc-static.dir/bpf_common.cc.o [ 42%] Building CXX object src/cc/CMakeFiles/bcc-shared.dir/link_all.cc.o [ 43%] Building CXX object src/cc/CMakeFiles/bcc-shared.dir/bpf_common.cc.o [ 44%] Building CXX object src/cc/CMakeFiles/bcc-static.dir/bpf_module.cc.o [ 45%] Building CXX object src/cc/CMakeFiles/bcc-shared.dir/bpf_module.cc.o [ 46%] Building CXX object src/cc/CMakeFiles/bcc-static.dir/exported_files.cc.o [ 47%] Building CXX object src/cc/CMakeFiles/bcc-static.dir/table_storage.cc.o [ 48%] Building CXX object src/cc/CMakeFiles/bcc-shared.dir/exported_files.cc.o [ 50%] Building CXX object src/cc/CMakeFiles/bcc-shared.dir/table_storage.cc.o [ 51%] Building CXX object src/cc/CMakeFiles/bcc-static.dir/shared_table.cc.o [ 52%] Building CXX object src/cc/CMakeFiles/bcc-shared.dir/shared_table.cc.o [ 53%] Building CXX object src/cc/CMakeFiles/bcc-static.dir/bpffs_table.cc.o [ 54%] Building CXX object src/cc/CMakeFiles/bcc-shared.dir/bpffs_table.cc.o [ 55%] Building CXX object src/cc/CMakeFiles/bcc-static.dir/json_map_decl_visitor.cc.o [ 56%] Building CXX object src/cc/CMakeFiles/bcc-shared.dir/json_map_decl_visitor.cc.o [ 57%] Building CXX object src/cc/CMakeFiles/bcc-static.dir/ns_guard.cc.o [ 58%] Building CXX object src/cc/CMakeFiles/bcc-static.dir/common.cc.o [ 59%] Building CXX object src/cc/CMakeFiles/bcc-shared.dir/bcc_syms.cc.o [ 60%] Linking CXX static library libbcc.a [ 60%] Built target bcc-static [ 61%] Building C object src/cc/CMakeFiles/bcc-shared.dir/bcc_elf.c.o [ 63%] Building C object src/cc/CMakeFiles/bcc-shared.dir/bcc_perf_map.c.o [ 64%] Building C object src/cc/CMakeFiles/bcc-shared.dir/bcc_proc.c.o [ 65%] Building CXX object src/cc/CMakeFiles/bcc-shared.dir/ns_guard.cc.o [ 66%] Generating bcc.lua Writing bcc.lua... OK! [ 67%] Generating bcc.o Scanning dependencies of target bcc-lua [ 68%] Building C object src/lua/CMakeFiles/bcc-lua.dir/src/main.c.o [ 69%] Linking C executable bcc-lua [ 69%] Built target bcc-lua Scanning dependencies of target bps [ 70%] Building C object introspection/CMakeFiles/bps.dir/bps.c.o [ 71%] Linking CXX executable bps [ 71%] Built target bps Scanning dependencies of target FollyRequestContextSwitch [ 72%] Building CXX object examples/cpp/CMakeFiles/FollyRequestContextSwitch.dir/FollyRequestContextSwitch.cc.o [ 73%] Linking CXX executable FollyRequestContextSwitch [ 73%] Built target FollyRequestContextSwitch Scanning dependencies of target CPUDistribution [ 75%] Building CXX object examples/cpp/CMakeFiles/CPUDistribution.dir/CPUDistribution.cc.o [ 76%] Linking CXX executable CPUDistribution [ 76%] Built target CPUDistribution Scanning dependencies of target HelloWorld [ 77%] Building CXX object examples/cpp/CMakeFiles/HelloWorld.dir/HelloWorld.cc.o [ 78%] Linking CXX executable HelloWorld [ 78%] Built target HelloWorld Scanning dependencies of target TCPSendStack [ 79%] Building CXX object examples/cpp/CMakeFiles/TCPSendStack.dir/TCPSendStack.cc.o [ 80%] Linking CXX executable TCPSendStack [ 80%] Built target TCPSendStack Scanning dependencies of target RecordMySQLQuery [ 81%] Building CXX object examples/cpp/CMakeFiles/RecordMySQLQuery.dir/RecordMySQLQuery.cc.o [ 82%] Linking CXX executable RecordMySQLQuery [ 82%] Built target RecordMySQLQuery Scanning dependencies of target RandomRead [ 83%] Building CXX object examples/cpp/CMakeFiles/RandomRead.dir/RandomRead.cc.o [ 84%] Linking CXX executable RandomRead [ 84%] Built target RandomRead Scanning dependencies of target LLCStat [ 85%] Building CXX object examples/cpp/CMakeFiles/LLCStat.dir/LLCStat.cc.o [ 86%] Linking CXX executable LLCStat [ 86%] Built target LLCStat Scanning dependencies of target test_static [ 88%] Building C object tests/cc/CMakeFiles/test_static.dir/test_static.c.o [ 89%] Linking CXX executable test_static [ 89%] Built target test_static [ 90%] Building CXX object src/cc/CMakeFiles/bcc-shared.dir/common.cc.o [ 91%] Linking CXX shared library libbcc.so [ 91%] Built target bcc-shared Scanning dependencies of target test_libbcc [ 93%] Building CXX object tests/cc/CMakeFiles/test_libbcc.dir/test_c_api.cc.o [ 93%] Building CXX object tests/cc/CMakeFiles/test_libbcc.dir/test_libbcc.cc.o [ 94%] Building CXX object tests/cc/CMakeFiles/test_libbcc.dir/test_array_table.cc.o [ 95%] Building CXX object tests/cc/CMakeFiles/test_libbcc.dir/test_bpf_table.cc.o [ 96%] Building CXX object tests/cc/CMakeFiles/test_libbcc.dir/test_hash_table.cc.o [ 97%] Building CXX object tests/cc/CMakeFiles/test_libbcc.dir/test_usdt_args.cc.o [ 98%] Building CXX object tests/cc/CMakeFiles/test_libbcc.dir/test_usdt_probes.cc.o [100%] Linking CXX executable test_libbcc [100%] Built target test_libbcc + popd ~/build/BUILD/bcc + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.YX1bFe + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64 ++ dirname /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64 + cd bcc + pushd build ~/build/BUILD/bcc/build ~/build/BUILD/bcc + make install/strip DESTDIR=/builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64 [ 3%] Built target bpf-shared [ 6%] Built target bpf-static [ 14%] Built target bcc-loader-static [ 20%] Built target clang_frontend [ 23%] Built target api-static [ 27%] Built target usdt-static [ 39%] Built target b_frontend [ 55%] Built target bcc-shared [ 66%] Built target bcc-static [ 67%] Built target bcc_py [ 71%] Built target bcc-lua [ 73%] Built target bps [ 76%] Built target FollyRequestContextSwitch [ 78%] Built target CPUDistribution [ 80%] Built target HelloWorld [ 82%] Built target TCPSendStack [ 84%] Built target RecordMySQLQuery [ 86%] Built target RandomRead [ 89%] Built target LLCStat [ 97%] Built target test_libbcc [100%] Built target test_static Installing the project stripped... -- Install configuration: "Release" -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/lib64/libbcc.so.0.4.0 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/lib64/libbcc.so.0 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/lib64/libbcc.so -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/include/bcc/file_desc.h -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/include/bcc/table_desc.h -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/include/bcc/table_storage.h -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/include/bcc/bpf_common.h -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/include/bcc/bpf_module.h -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/include/bcc/bcc_exception.h -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/include/bcc/bcc_syms.h -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/include/bcc/compat/linux -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/include/bcc/compat/linux/virtual_bpf.h -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/include/bcc/compat/linux/bpf_common.h -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/include/bcc/compat/linux/bpf.h -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/lib64/pkgconfig/libbcc.pc -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/include/bcc/libbpf.h -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/include/bcc/perf_reader.h -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/lib64/libbpf.so.0.4.0 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/lib64/libbpf.so.0 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/lib64/libbpf.so -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/include/bcc/BPF.h -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.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/utils.py -> build/lib/bcc copying bcc/usdt.py -> build/lib/bcc copying bcc/table.py -> build/lib/bcc copying bcc/perf.py -> build/lib/bcc copying bcc/libbcc.py -> build/lib/bcc copying bcc/__init__.py -> build/lib/bcc running install_lib creating /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/lib creating /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/lib/python2.7 creating /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/lib/python2.7/site-packages/bcc copying build/lib/bcc/__init__.py -> /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/lib/python2.7/site-packages/bcc copying build/lib/bcc/libbcc.py -> /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/lib/python2.7/site-packages/bcc copying build/lib/bcc/perf.py -> /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/lib/python2.7/site-packages/bcc copying build/lib/bcc/table.py -> /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/lib/python2.7/site-packages/bcc copying build/lib/bcc/usdt.py -> /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/lib/python2.7/site-packages/bcc copying build/lib/bcc/utils.py -> /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/lib/python2.7/site-packages/bcc byte-compiling /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/lib/python2.7/site-packages/bcc/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/lib/python2.7/site-packages/bcc/libbcc.py to libbcc.pyc byte-compiling /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/lib/python2.7/site-packages/bcc/perf.py to perf.pyc byte-compiling /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/lib/python2.7/site-packages/bcc/table.py to table.pyc byte-compiling /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/lib/python2.7/site-packages/bcc/usdt.py to usdt.pyc byte-compiling /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/lib/python2.7/site-packages/bcc/utils.py to utils.pyc running install_egg_info Writing /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/lib/python2.7/site-packages/bcc-0.4.0-py2.7.egg-info -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/bin/bcc-lua -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/introspection/bps -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/hello_world.py -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/lua/bashreadline.c -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/lua/bashreadline.lua -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/lua/kprobe-latency.lua -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/lua/kprobe-write.lua -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/lua/memleak.lua -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/lua/offcputime.lua -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/lua/sock-parse-dns.lua -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/lua/sock-parse-http.lua -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/lua/sock-proto.lua -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/lua/sock-protolen.lua -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/lua/strlen_count.lua -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/lua/task_switch.lua -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/lua/tracepoint-offcputime.lua -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/lua/uprobe-readline-perf.lua -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/lua/uprobe-readline.lua -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/lua/uprobe-tailkt.lua -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/lua/usdt_ruby.lua -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/networking/simulation.py -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/networking/simple_tc.py -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/networking/tc_perf_event.py -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/networking/distributed_bridge/simulation.py -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/networking/distributed_bridge/tunnel.c -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/networking/distributed_bridge/tunnel_mesh.c -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/networking/distributed_bridge/main.py -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/networking/distributed_bridge/tunnel_mesh.py -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/networking/distributed_bridge/tunnel.py -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/networking/neighbor_sharing/README.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/networking/neighbor_sharing/simulation.py -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/networking/neighbor_sharing/tc_neighbor_sharing.c -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/networking/neighbor_sharing/tc_neighbor_sharing.py -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/networking/vlan_learning/README.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/networking/vlan_learning/simulation.py -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/networking/vlan_learning/vlan_learning.c -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/networking/vlan_learning/vlan_learning.py -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/networking/tunnel_monitor/README.md -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/networking/tunnel_monitor/chord.png -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/networking/tunnel_monitor/monitor.c -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/networking/tunnel_monitor/simulation.py -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/networking/tunnel_monitor/vxlan.jpg -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/networking/tunnel_monitor/main.py -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/networking/tunnel_monitor/monitor.py -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/networking/tunnel_monitor/setup.sh -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/networking/tunnel_monitor/traffic.sh -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/networking/http_filter/http-parse-complete.c -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/networking/http_filter/http-parse-simple.c -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/networking/http_filter/README.md -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/networking/http_filter/http-parse-complete.py -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/networking/http_filter/http-parse-simple.py -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/networking/xdp/xdp_drop_count.py -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/tracing/bitehist.py -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/tracing/disksnoop.py -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/tracing/hello_fields.py -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/tracing/hello_perf_output.py -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/tracing/kvm_hypercall.py -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/tracing/mallocstacks.py -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/tracing/mysqld_query.py -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/tracing/nodejs_http_server.py -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/tracing/stacksnoop.py -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/tracing/strlen_count.py -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/tracing/strlen_hist.py -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/tracing/strlen_snoop.py -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/tracing/sync_timing.py -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/tracing/task_switch.py -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/tracing/tcpv4connect.py -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/tracing/trace_fields.py -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/tracing/trace_perf_output.py -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/tracing/urandomread-explicit.py -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/tracing/urandomread.py -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/tracing/vfsreadlat.py -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/tracing/vfsreadlat.c -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/tracing/CMakeLists.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/tracing/bitehist_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/tracing/disksnoop_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/tracing/kvm_hypercall.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/tracing/mysqld_query_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/tracing/nodejs_http_server_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/tracing/stacksnoop_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/tracing/tcpv4connect_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/tracing/urandomread_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/examples/tracing/vfsreadlat_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/argdist.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/bashreadline.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/biolatency.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/biosnoop.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/biotop.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/bitesize.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/bpflist.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/btrfsdist.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/btrfsslower.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/cachestat.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/cachetop.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/capable.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/cobjnew.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/cpudist.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/cpuunclaimed.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/dbslower.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/dbstat.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/dcsnoop.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/dcstat.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/deadlock_detector.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/execsnoop.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/ext4dist.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/ext4slower.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/filelife.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/fileslower.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/filetop.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/funccount.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/funclatency.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/funcslower.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/gethostlatency.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/hardirqs.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/javacalls.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/javaflow.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/javagc.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/javaobjnew.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/javastat.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/javathreads.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/killsnoop.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/llcstat.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/mdflush.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/memleak.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/mountsnoop.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/mysqld_qslower.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/nfsdist.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/nfsslower.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/nodegc.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/nodestat.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/offcputime.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/offwaketime.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/oomkill.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/opensnoop.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/phpcalls.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/phpflow.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/phpstat.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/pidpersec.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/profile.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/pythoncalls.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/pythonflow.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/pythongc.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/pythonstat.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/reset-trace.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/rubycalls.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/rubyflow.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/rubygc.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/rubyobjnew.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/rubystat.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/runqlat.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/runqlen.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/slabratetop.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/softirqs.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/sslsniff.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/stackcount.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/statsnoop.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/syncsnoop.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/syscount.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/tcpaccept.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/tcpconnect.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/tcpconnlat.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/tcplife.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/tcpretrans.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/tcptop.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/tcptracer.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/tplist.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/trace.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/ttysnoop.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/ucalls.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/uflow.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/ugc.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/uobjnew.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/ustat.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/uthreads.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/vfscount.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/vfsstat.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/wakeuptime.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/xfsdist.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/xfsslower.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/zfsdist.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/man/man8/zfsslower.8 -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/argdist -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/bashreadline -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/biolatency -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/biosnoop -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/biotop -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/bitesize -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/bpflist -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/btrfsdist -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/btrfsslower -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/cachestat -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/cachetop -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/capable -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/cpudist -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/cpuunclaimed -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/dbslower -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/dbstat -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/dcsnoop -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/dcstat -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/deadlock_detector -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/execsnoop -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/ext4dist -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/ext4slower -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/filelife -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/fileslower -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/filetop -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/funccount -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/funclatency -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/funcslower -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/gethostlatency -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/hardirqs -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/killsnoop -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/llcstat -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/mdflush -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/memleak -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/mountsnoop -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/mysqld_qslower -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/nfsdist -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/nfsslower -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/offcputime -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/offwaketime -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/oomkill -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/opensnoop -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/pidpersec -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/profile -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/runqlat -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/runqlen -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/slabratetop -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/softirqs -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/solisten -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/sslsniff -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/stackcount -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/statsnoop -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/syncsnoop -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/syscount -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/tcpaccept -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/tcpconnect -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/tcpconnlat -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/tcplife -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/tcpretrans -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/tcptop -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/tcptracer -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/tplist -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/trace -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/ttysnoop -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/vfscount -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/vfsstat -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/wakeuptime -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/xfsdist -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/xfsslower -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/zfsdist -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/zfsslower -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/cobjnew -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/javacalls -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/javaflow -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/javagc -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/javaobjnew -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/javastat -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/javathreads -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/nodegc -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/nodestat -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/phpcalls -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/phpflow -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/phpstat -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/pythoncalls -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/pythonflow -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/pythongc -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/pythonstat -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/reset-trace -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/rubycalls -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/rubyflow -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/rubygc -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/rubyobjnew -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/rubystat -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/deadlock_detector.c -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/argdist_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/bashreadline_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/biolatency_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/biosnoop_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/biotop_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/bitesize_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/bpflist_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/btrfsdist_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/btrfsslower_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/cachestat_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/cachetop_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/capable_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/cobjnew_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/cpudist_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/cpuunclaimed_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/dbslower_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/dbstat_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/dcsnoop_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/dcstat_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/deadlock_detector_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/execsnoop_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/ext4dist_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/ext4slower_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/filelife_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/fileslower_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/filetop_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/funccount_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/funclatency_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/funcslower_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/gethostlatency_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/hardirqs_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/javacalls_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/javaflow_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/javagc_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/javaobjnew_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/javastat_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/javathreads_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/killsnoop_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/llcstat_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/mdflush_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/memleak_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/mountsnoop_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/mysqld_qslower_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/nfsdist_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/nfsslower_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/nodegc_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/nodestat_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/offcputime_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/offwaketime_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/oomkill_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/opensnoop_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/phpcalls_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/phpflow_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/phpstat_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/pidpersec_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/profile_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/pythoncalls_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/pythonflow_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/pythongc_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/pythonstat_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/reset-trace_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/rubycalls_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/rubyflow_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/rubygc_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/rubyobjnew_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/rubystat_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/runqlat_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/runqlen_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/slabratetop_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/softirqs_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/solisten_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/sslsniff_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/stackcount_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/statsnoop_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/syncsnoop_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/syscount_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/tcpaccept_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/tcpconnect_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/tcpconnlat_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/tcplife_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/tcpretrans_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/tcptop_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/tcptracer_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/tplist_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/trace_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/ttysnoop_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/vfscount_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/vfsstat_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/wakeuptime_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/xfsdist_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/xfsslower_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/zfsdist_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/zfsslower_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/lib/ucalls -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/lib/uflow -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/lib/ugc -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/lib/uobjnew -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/lib/ustat -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/lib/uthreads -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/lib/ucalls_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/lib/uflow_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/lib/ugc_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/lib/uobjnew_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/lib/ustat_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/doc/lib/uthreads_example.txt -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/old/bashreadline -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/old/biosnoop -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/old/filelife -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/old/gethostlatency -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/old/killsnoop -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/old/memleak -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/old/offcputime -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/old/offwaketime -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/old/opensnoop -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/old/profile -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/old/softirqs -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/old/stackcount -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/old/stacksnoop -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/old/statsnoop -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/old/syncsnoop -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/old/tcpaccept -- Installing: /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/share/bcc/tools/old/tcpconnect + /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/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/brp-python-hardlink Processing files: libbcc-0.4.0-53.git.5e86c13.x86_64 Provides: libbcc = 0.4.0-53.git.5e86c13 libbcc(x86-64) = 0.4.0-53.git.5e86c13 libbcc.so.0()(64bit) libbpf.so.0()(64bit) pkgconfig(libbcc) = 0.4.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) libbpf.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.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.6)(64bit) libc.so.6(GLIBC_2.7)(64bit) libclangAST.so.5()(64bit) libclangAnalysis.so.5()(64bit) libclangBasic.so.5()(64bit) libclangCodeGen.so.5()(64bit) libclangDriver.so.5()(64bit) libclangEdit.so.5()(64bit) libclangFrontend.so.5()(64bit) libclangLex.so.5()(64bit) libclangParse.so.5()(64bit) libclangRewrite.so.5()(64bit) libclangSema.so.5()(64bit) libclangSerialization.so.5()(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(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: python-bcc-0.4.0-53.git.5e86c13.x86_64 Provides: python-bcc = 0.4.0-53.git.5e86c13 python-bcc(x86-64) = 0.4.0-53.git.5e86c13 python2.7dist(bcc) = 0.4.0 python2dist(bcc) = 0.4.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 Processing files: bcc-lua-0.4.0-53.git.5e86c13.x86_64 Provides: bcc-lua = 0.4.0-53.git.5e86c13 bcc-lua(x86-64) = 0.4.0-53.git.5e86c13 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-x86-64.so.2()(64bit) ld-linux-x86-64.so.2(GLIBC_2.3)(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.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.6)(64bit) libclangAST.so.5()(64bit) libclangAnalysis.so.5()(64bit) libclangBasic.so.5()(64bit) libclangCodeGen.so.5()(64bit) libclangDriver.so.5()(64bit) libclangEdit.so.5()(64bit) libclangFrontend.so.5()(64bit) libclangLex.so.5()(64bit) libclangParse.so.5()(64bit) libclangRewrite.so.5()(64bit) libclangSema.so.5()(64bit) libclangSerialization.so.5()(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.2.5)(64bit) libelf.so.1()(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgcc_s.so.1(GCC_3.3)(64bit) libluajit-5.1.so.2()(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(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: libbcc-examples-0.4.0-53.git.5e86c13.x86_64 Provides: libbcc-examples = 0.4.0-53.git.5e86c13 libbcc-examples(x86-64) = 0.4.0-53.git.5e86c13 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/python Processing files: bcc-tools-0.4.0-53.git.5e86c13.x86_64 Provides: bcc-tools = 0.4.0-53.git.5e86c13 bcc-tools(x86-64) = 0.4.0-53.git.5e86c13 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /bin/bash /usr/bin/env /usr/bin/python ld-linux-x86-64.so.2()(64bit) ld-linux-x86-64.so.2(GLIBC_2.3)(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.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.6)(64bit) libclangAST.so.5()(64bit) libclangAnalysis.so.5()(64bit) libclangBasic.so.5()(64bit) libclangCodeGen.so.5()(64bit) libclangDriver.so.5()(64bit) libclangEdit.so.5()(64bit) libclangFrontend.so.5()(64bit) libclangLex.so.5()(64bit) libclangParse.so.5()(64bit) libclangRewrite.so.5()(64bit) libclangSema.so.5()(64bit) libclangSerialization.so.5()(64bit) libdl.so.2()(64bit) libelf.so.1()(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) librt.so.1(GLIBC_2.2.5)(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(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) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64 Wrote: /builddir/build/RPMS/libbcc-0.4.0-53.git.5e86c13.x86_64.rpm Wrote: /builddir/build/RPMS/python-bcc-0.4.0-53.git.5e86c13.x86_64.rpm Wrote: /builddir/build/RPMS/bcc-lua-0.4.0-53.git.5e86c13.x86_64.rpm Wrote: /builddir/build/RPMS/libbcc-examples-0.4.0-53.git.5e86c13.x86_64.rpm Wrote: /builddir/build/RPMS/bcc-tools-0.4.0-53.git.5e86c13.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.36bkxF + umask 022 + cd /builddir/build/BUILD + cd bcc + /usr/bin/rm -rf /builddir/build/BUILDROOT/bcc-0.4.0-53.git.5e86c13.x86_64 + exit 0 Child return code was: 0