Started by upstream project "bcc-pr" build number 965 originally caused by: GitHub pull request #3393 of commit 3dc5e673402f529dc6dfd6b45c148a7818c3ef87, no merge conflicts. Running as SYSTEM Building remotely on fedora27-slave-9a7 (fc27) in workspace /home/fedora/jenkins/workspace/bcc-pr/label/fc27 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/fc27 # 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 532607a729f4a24a30ed562e2ad6f6021ed31da7 (refs/remotes/origin/pr/3393/merge) > git config core.sparsecheckout # timeout=10 > git checkout -f 532607a729f4a24a30ed562e2ad6f6021ed31da7 # timeout=10 Commit message: "Merge 3dc5e673402f529dc6dfd6b45c148a7818c3ef87 into 34695249bb0ac7e16dc171053211c63f6212e8e1" > git rev-list --no-walk 86ca029ae64664410094685b07c6171dcf43faff # timeout=10 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] [fc27] $ /bin/sh -xe /tmp/CommandInterpreterCondition8694787127169167493.sh + grep -q '^ID=fedora' /etc/os-release Run condition [Execute Shell] enabling perform for step [Execute shell] [fc27] $ /bin/sh -xe /tmp/jenkins3563624283207206896.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.qeHGil + trap cleanup EXIT + '[' -f os-release ']' + [[ '' -lt 30 ]] + PKGS='python3-cachetools python-cachetools' + sudo dnf install -y python3-cachetools python-cachetools Fedora 27 - x86_64 - Updates 24 MB/s | 27 MB 00:01 Fedora 27 - x86_64 31 MB/s | 58 MB 00:01 Last metadata expiration check: 0:00:07 ago on Fri 07 May 2021 01:52:43 AM UTC. Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: python-cachetools noarch 2.0.1-1.fc27 fedora 29 k python3-cachetools noarch 2.0.1-1.fc27 fedora 30 k Transaction Summary ================================================================================ Install 2 Packages Total download size: 59 k Installed size: 142 k Downloading Packages: (1/2): python-cachetools-2.0.1-1.fc27.noarch.rp 140 kB/s | 29 kB 00:00 (2/2): python3-cachetools-2.0.1-1.fc27.noarch.r 139 kB/s | 30 kB 00:00 -------------------------------------------------------------------------------- Total 101 kB/s | 59 kB 00:00 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : python-cachetools-2.0.1-1.fc27.noarch 1/2 Installing : python3-cachetools-2.0.1-1.fc27.noarch 2/2 Verifying : python3-cachetools-2.0.1-1.fc27.noarch 1/2 Verifying : python-cachetools-2.0.1-1.fc27.noarch 2/2 Installed: python-cachetools.noarch 2.0.1-1.fc27 python3-cachetools.noarch 2.0.1-1.fc27 Complete! + mkdir /tmp/rpmbuild.qeHGil/BUILD /tmp/rpmbuild.qeHGil/RPMS /tmp/rpmbuild.qeHGil/SOURCES /tmp/rpmbuild.qeHGil/SPECS /tmp/rpmbuild.qeHGil/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/fc27/src/cc/libbpf'... Submodule path 'src/cc/libbpf': checked out 'c5389a965bc3f19e07b1ee161092fc227e364e94' + . scripts/git-tag.sh +++ git describe --tags --abbrev=0 ++ git_tag_latest=v0.20.0 +++ git rev-list v0.20.0.. --count ++ git_rev_count=4 ++ git_rev_count=5 +++ git log --pretty=%s -n 1 ++ git_subject='Merge 3dc5e673402f529dc6dfd6b45c148a7818c3ef87 into 34695249bb0ac7e16dc171053211c63f6212e8e1' ++ release=5 ++ [[ 5 != \1 ]] +++ git log --pretty=%h -n 1 ++ release=5.git.532607a7 ++ revision=0.20.0 + git archive HEAD --prefix=bcc/ --format=tar -o /tmp/rpmbuild.qeHGil/SOURCES/bcc.tar + pushd src/cc/libbpf ~/jenkins/workspace/bcc-pr/label/fc27/src/cc/libbpf ~/jenkins/workspace/bcc-pr/label/fc27 + git archive HEAD --prefix=bcc/src/cc/libbpf/ --format=tar -o /tmp/rpmbuild.qeHGil/SOURCES/bcc_libbpf.tar + popd ~/jenkins/workspace/bcc-pr/label/fc27 + pushd /tmp/rpmbuild.qeHGil/SOURCES /tmp/rpmbuild.qeHGil/SOURCES ~/jenkins/workspace/bcc-pr/label/fc27 + tar -A -f bcc.tar bcc_libbpf.tar + gzip bcc.tar + popd ~/jenkins/workspace/bcc-pr/label/fc27 + sed -e 's/^\(Version:\s*\)@REVISION@/\10.20.0/' -e 's/^\(Release:\s*\)@GIT_REV_COUNT@/\15.git.532607a7/' SPECS/bcc.spec + pushd /tmp/rpmbuild.qeHGil /tmp/rpmbuild.qeHGil ~/jenkins/workspace/bcc-pr/label/fc27 ++ pwd + rpmbuild --define '_topdir /tmp/rpmbuild.qeHGil' -ba SPECS/bcc.spec error: Failed build dependencies: elfutils-debuginfod-client-devel is needed by bcc-0.20.0-5.git.532607a7.x86_64 + cleanup + [[ -d /tmp/rpmbuild.qeHGil ]] + rm -rf /tmp/rpmbuild.qeHGil Build step 'Conditional step (single)' marked build as failure Taking single-use slave fedora27-slave-9a7 offline. Finished: FAILURE