Console Output

Started by upstream project "bcc-pr" build number 709
originally caused by:
 GitHub pull request #3128 of commit d01db2f04b9dce3f46abe8b30815dab3fc0066ab, no merge conflicts.
Running as SYSTEM
Building remotely on ubuntu1604-slave-42e (ubuntu1604) in workspace /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/iovisor/bcc.git
 > git init /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1604 # 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 4b70e8e2632a95c597d0ff00a9f6ef61bf31ed38 (refs/remotes/origin/pr/3128/merge)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4b70e8e2632a95c597d0ff00a9f6ef61bf31ed38 # timeout=10
Commit message: "Merge d01db2f04b9dce3f46abe8b30815dab3fc0066ab into 49fdec6a53b524bde53e39d24b2f06ba44531eed"
 > git rev-list --no-walk 0a78d36a5ecdc17dd5f0e7011e116156d73185b6 # 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]
[ubuntu1604] $ /bin/sh -xe /tmp/CommandInterpreterCondition5403630265557621871.sh
+ grep -q ^ID=fedora /etc/os-release
Run condition [Execute Shell] preventing perform for step [Execute shell]
[ubuntu1604] $ /bin/sh -xe /tmp/CommandInterpreterCondition3431587769439854446.sh
+ grep -q ^ID=ubuntu /etc/os-release
Run condition [Execute Shell] enabling perform for step [Execute shell]
[ubuntu1604] $ /bin/sh -xe /tmp/jenkins4383114030612772466.sh
+ git clean -df
+ seq 1 30
+ sudo fuser /var/lib/dpkg/lock
+ break
+ sudo dpkg -r bcc-tools libbcc libbcc-examples python-bcc bcc-lua
dpkg: warning: ignoring request to remove bcc-tools which isn't installed
dpkg: warning: ignoring request to remove libbcc which isn't installed
dpkg: warning: ignoring request to remove libbcc-examples which isn't installed
dpkg: warning: ignoring request to remove python-bcc which isn't installed
dpkg: warning: ignoring request to remove bcc-lua which isn't installed
+ rm -rf build
+ ./scripts/build-deb.sh test
+ set -e
+ PARALLEL=2
++ mktemp -d /tmp/debuild.XXXXXX
+ TMP=/tmp/debuild.3dUrT4
+ trap cleanup EXIT
+ sudo apt install -y python-dnslib python3-dnslib python-cachetools python3-cachetools

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package python-dnslib
E: Unable to locate package python3-dnslib
+ cleanup
+ [[ -d /tmp/debuild.3dUrT4 ]]
+ rm -rf /tmp/debuild.3dUrT4
Build step 'Conditional step (single)' marked build as failure
Taking single-use slave ubuntu1604-slave-42e offline.
Finished: FAILURE