Started by upstream project "bcc-pr" build number 932 originally caused by: GitHub pull request #3371 of commit 6c903d2d977e176eb93842c489f95d356b2b4468, no merge conflicts. Running as SYSTEM Building remotely on fedora25-slave-77f (fc25) in workspace /home/fedora/jenkins/workspace/bcc-pr/label/fc25 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/fc25 # 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/* # timeout=10 > 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/* # timeout=10 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://wiki.jenkins.io/display/JENKINS/Remove+Git+Plugin+BuildsByBranch+BuildData Checking out Revision 0a37f904eace616b467a6f16d55c024fd9dab6f1 (refs/remotes/origin/pr/3371/merge) > git config core.sparsecheckout # timeout=10 > git checkout -f 0a37f904eace616b467a6f16d55c024fd9dab6f1 # timeout=10 Commit message: "Merge 6c903d2d977e176eb93842c489f95d356b2b4468 into 0cf8166505ba89f14545d6fc54d088aad127d870" First time build. Skipping changelog. Run condition [Execute Shell] enabling prebuild for step [Execute shell] Run condition [Execute Shell] enabling prebuild for step [Execute shell] [fc25] $ /bin/sh -xe /tmp/CommandInterpreterCondition4792636906141493688.sh + grep -q '^ID=fedora' /etc/os-release Run condition [Execute Shell] enabling perform for step [Execute shell] [fc25] $ /bin/sh -xe /tmp/jenkins4194440451615936241.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.k1dqfZ + trap cleanup EXIT + '[' -f os-release ']' + [[ '' -lt 30 ]] + PKGS='python3-cachetools python-cachetools' + sudo dnf install -y python3-cachetools python-cachetools Last metadata expiration check: 0:00:18 ago on Sat Apr 24 18:36:00 2021. Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: python-cachetools noarch 1.1.6-2.fc25 fedora 31 k python3-cachetools noarch 1.1.6-2.fc25 fedora 31 k Transaction Summary ================================================================================ Install 2 Packages Total download size: 62 k Installed size: 173 k Downloading Packages: -------------------------------------------------------------------------------- Total 102 kB/s | 62 kB 00:00 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Installing : python-cachetools-1.1.6-2.fc25.noarch 1/2 Installing : python3-cachetools-1.1.6-2.fc25.noarch 2/2 Verifying : python3-cachetools-1.1.6-2.fc25.noarch 1/2 Verifying : python-cachetools-1.1.6-2.fc25.noarch 2/2 Installed: python-cachetools.noarch 1.1.6-2.fc25 python3-cachetools.noarch 1.1.6-2.fc25 Complete! + mkdir /tmp/rpmbuild.k1dqfZ/BUILD /tmp/rpmbuild.k1dqfZ/RPMS /tmp/rpmbuild.k1dqfZ/SOURCES /tmp/rpmbuild.k1dqfZ/SPECS /tmp/rpmbuild.k1dqfZ/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/fc25/src/cc/libbpf'... Submodule path 'src/cc/libbpf': checked out '174d0b7b499fd90cb1d67bee689fb55974009f3e' + . scripts/git-tag.sh +++ git describe --tags --abbrev=0 ++ git_tag_latest=v0.19.0 +++ git rev-list v0.19.0.. --count ++ git_rev_count=20 ++ git_rev_count=21 +++ git log --pretty=%s -n 1 ++ git_subject='Merge 6c903d2d977e176eb93842c489f95d356b2b4468 into 0cf8166505ba89f14545d6fc54d088aad127d870' ++ release=21 ++ [[ 21 != \1 ]] +++ git log --pretty=%h -n 1 ++ release=21.git.0a37f90 ++ revision=0.19.0 + git archive HEAD --prefix=bcc/ --format=tar -o /tmp/rpmbuild.k1dqfZ/SOURCES/bcc.tar + pushd src/cc/libbpf ~/jenkins/workspace/bcc-pr/label/fc25/src/cc/libbpf ~/jenkins/workspace/bcc-pr/label/fc25 + git archive HEAD --prefix=bcc/src/cc/libbpf/ --format=tar -o /tmp/rpmbuild.k1dqfZ/SOURCES/bcc_libbpf.tar + popd ~/jenkins/workspace/bcc-pr/label/fc25 + pushd /tmp/rpmbuild.k1dqfZ/SOURCES /tmp/rpmbuild.k1dqfZ/SOURCES ~/jenkins/workspace/bcc-pr/label/fc25 + tar -A -f bcc.tar bcc_libbpf.tar + gzip bcc.tar + popd ~/jenkins/workspace/bcc-pr/label/fc25 + sed -e 's/^\(Version:\s*\)@REVISION@/\10.19.0/' -e 's/^\(Release:\s*\)@GIT_REV_COUNT@/\121.git.0a37f90/' SPECS/bcc.spec + pushd /tmp/rpmbuild.k1dqfZ /tmp/rpmbuild.k1dqfZ ~/jenkins/workspace/bcc-pr/label/fc25 ++ pwd + rpmbuild --define '_topdir /tmp/rpmbuild.k1dqfZ' -ba SPECS/bcc.spec Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.SU2vwC + umask 022 + cd /tmp/rpmbuild.k1dqfZ/BUILD + cd /tmp/rpmbuild.k1dqfZ/BUILD + rm -rf bcc + /usr/bin/gzip -dc /tmp/rpmbuild.k1dqfZ/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.o7RMRq + umask 022 + cd /tmp/rpmbuild.k1dqfZ/BUILD + cd bcc + mkdir build + pushd build /tmp/rpmbuild.k1dqfZ/BUILD/bcc/build /tmp/rpmbuild.k1dqfZ/BUILD/bcc ++ pkg-config --variable=includedir luajit ++ pkg-config --variable=libdir luajit ++ pkg-config --variable=libname luajit + cmake .. -DREVISION_LAST=0.19.0 -DREVISION=0.19.0 -DCMAKE_INSTALL_PREFIX=/usr -DLUAJIT_INCLUDE_DIR=/usr/include/luajit-2.0 -DLUAJIT_LIBRARIES=/usr/lib64/libluajit-5.1.so -DPYTHON_CMD=python2 -- The C compiler identification is GNU 6.4.1 -- The CXX compiler identification is GNU 6.4.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 Not a git repository To compare two paths outside a working tree: usage: git diff [--no-index] fatal: Not a git repository (or any of the parent directories): .git -- Revision is 0.19.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 LLVM: /usr/include 3.9.1 -- Found BISON: /usr/bin/bison (found version "3.0.4") -- Found FLEX: /usr/bin/flex (found version "2.6.0") -- 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.k1dqfZ/BUILD/bcc/build + make -j2 Scanning dependencies of target clang_frontend Scanning dependencies of target bpf-static [ 0%] Building CXX object src/cc/frontends/clang/CMakeFiles/clang_frontend.dir/loader.cc.o [ 0%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf.c.o [ 0%] Building C object src/cc/CMakeFiles/bpf-static.dir/perf_reader.c.o [ 1%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/bpf.c.o [ 1%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/bpf_prog_linfo.c.o [ 1%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/btf.c.o [ 2%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/btf_dump.c.o [ 2%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/hashmap.c.o [ 2%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/libbpf.c.o [ 3%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/libbpf_errno.c.o [ 3%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/libbpf_probes.c.o [ 3%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/linker.c.o [ 4%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/netlink.c.o [ 4%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/nlattr.c.o [ 4%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/ringbuf.c.o [ 5%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/str_error.c.o [ 5%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/strset.c.o [ 6%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/xsk.c.o [ 6%] Linking C static library libbcc_bpf.a [ 6%] Built target bpf-static Scanning dependencies of target api-static [ 6%] Building CXX object src/cc/api/CMakeFiles/api-static.dir/BPF.cc.o [ 6%] Building CXX object src/cc/frontends/clang/CMakeFiles/clang_frontend.dir/b_frontend_action.cc.o [ 6%] Building CXX object src/cc/api/CMakeFiles/api-static.dir/BPFTable.cc.o /tmp/rpmbuild.k1dqfZ/BUILD/bcc/src/cc/api/BPFTable.cc:277:42: error: no 'void ebpf::BPFStackTable::free_symcache(int)' member function declared in class 'ebpf::BPFStackTable' void BPFStackTable::free_symcache(int pid) { ^ src/cc/api/CMakeFiles/api-static.dir/build.make:86: recipe for target 'src/cc/api/CMakeFiles/api-static.dir/BPFTable.cc.o' failed make[2]: *** [src/cc/api/CMakeFiles/api-static.dir/BPFTable.cc.o] Error 1 CMakeFiles/Makefile2:337: recipe for target 'src/cc/api/CMakeFiles/api-static.dir/all' failed make[1]: *** [src/cc/api/CMakeFiles/api-static.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... [ 7%] Building CXX object src/cc/frontends/clang/CMakeFiles/clang_frontend.dir/tp_frontend_action.cc.o [ 7%] Building CXX object src/cc/frontends/clang/CMakeFiles/clang_frontend.dir/kbuild_helper.cc.o /tmp/rpmbuild.k1dqfZ/BUILD/bcc/src/cc/frontends/clang/kbuild_helper.cc:80:3: warning: multi-line comment [-Wcomment] // USERINCLUDE := \ ^ /tmp/rpmbuild.k1dqfZ/BUILD/bcc/src/cc/frontends/clang/kbuild_helper.cc:89:3: warning: multi-line comment [-Wcomment] // LINUXINCLUDE := \ ^ [ 7%] Building CXX object src/cc/frontends/clang/CMakeFiles/clang_frontend.dir/__/__/common.cc.o [ 8%] Linking CXX static library libclang_frontend.a [ 8%] Built target clang_frontend Makefile:140: recipe for target 'all' failed make: *** [all] Error 2 error: Bad exit status from /var/tmp/rpm-tmp.o7RMRq (%build) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.o7RMRq (%build) + cleanup + [[ -d /tmp/rpmbuild.k1dqfZ ]] + rm -rf /tmp/rpmbuild.k1dqfZ Build step 'Conditional step (single)' marked build as failure Taking single-use slave fedora25-slave-77f offline. Finished: FAILURE