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 fedora28-slave-75 (fc28) in workspace /home/fedora/jenkins/workspace/bcc-pr/label/fc28 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/fc28 # 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] [fc28] $ /bin/sh -xe /tmp/CommandInterpreterCondition8149130438156048490.sh + grep -q '^ID=fedora' /etc/os-release Run condition [Execute Shell] enabling perform for step [Execute shell] [fc28] $ /bin/sh -xe /tmp/jenkins4158326350795505241.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.pDT4rW + trap cleanup EXIT + '[' -f os-release ']' + [[ '' -lt 30 ]] + PKGS='python3-cachetools python-cachetools' + sudo dnf install -y python3-cachetools python-cachetools Fedora 28 - x86_64 - Updates 24 MB/s | 30 MB 00:01 Fedora 28 - x86_64 25 MB/s | 60 MB 00:02 Last metadata expiration check: 0:00:09 ago on Fri 07 May 2021 01:52:37 AM UTC. Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: python2-cachetools noarch 2.0.1-4.fc28 fedora 30 k python3-cachetools noarch 2.0.1-4.fc28 fedora 31 k Transaction Summary ================================================================================ Install 2 Packages Total download size: 61 k Installed size: 142 k Downloading Packages: (1/2): python2-cachetools-2.0.1-4.fc28.noarch.r 145 kB/s | 30 kB 00:00 (2/2): python3-cachetools-2.0.1-4.fc28.noarch.r 147 kB/s | 31 kB 00:00 -------------------------------------------------------------------------------- Total 83 kB/s | 61 kB 00:00 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : python2-cachetools-2.0.1-4.fc28.noarch 1/2 Installing : python3-cachetools-2.0.1-4.fc28.noarch 2/2 Running scriptlet: python3-cachetools-2.0.1-4.fc28.noarch 2/2 Verifying : python3-cachetools-2.0.1-4.fc28.noarch 1/2 Verifying : python2-cachetools-2.0.1-4.fc28.noarch 2/2 Installed: python2-cachetools.noarch 2.0.1-4.fc28 python3-cachetools.noarch 2.0.1-4.fc28 Complete! + mkdir /tmp/rpmbuild.pDT4rW/BUILD /tmp/rpmbuild.pDT4rW/RPMS /tmp/rpmbuild.pDT4rW/SOURCES /tmp/rpmbuild.pDT4rW/SPECS /tmp/rpmbuild.pDT4rW/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/fc28/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.pDT4rW/SOURCES/bcc.tar + pushd src/cc/libbpf ~/jenkins/workspace/bcc-pr/label/fc28/src/cc/libbpf ~/jenkins/workspace/bcc-pr/label/fc28 + git archive HEAD --prefix=bcc/src/cc/libbpf/ --format=tar -o /tmp/rpmbuild.pDT4rW/SOURCES/bcc_libbpf.tar + popd ~/jenkins/workspace/bcc-pr/label/fc28 + pushd /tmp/rpmbuild.pDT4rW/SOURCES /tmp/rpmbuild.pDT4rW/SOURCES ~/jenkins/workspace/bcc-pr/label/fc28 + tar -A -f bcc.tar bcc_libbpf.tar + gzip bcc.tar + popd ~/jenkins/workspace/bcc-pr/label/fc28 + 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.pDT4rW /tmp/rpmbuild.pDT4rW ~/jenkins/workspace/bcc-pr/label/fc28 ++ pwd + rpmbuild --define '_topdir /tmp/rpmbuild.pDT4rW' -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.pDT4rW ]] + rm -rf /tmp/rpmbuild.pDT4rW Build step 'Conditional step (single)' marked build as failure Taking single-use slave fedora28-slave-75 offline. Finished: FAILURE