Console Output

Started by upstream project "bcc-pr" build number 789
originally caused by:
 GitHub pull request #3210 of commit 7916e78dc59a439f1fb28e4cbc9e2c613424170c, no merge conflicts.
Running as SYSTEM
Building remotely on fedora28-slave-619 (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 1efba5195e368cefcea5e716a0bd886b10866df5 (refs/remotes/origin/pr/3210/merge)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1efba5195e368cefcea5e716a0bd886b10866df5 # timeout=10
Commit message: "Merge 7916e78dc59a439f1fb28e4cbc9e2c613424170c into aec53a860027146325dda898170e9f4c5e536a00"
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/CommandInterpreterCondition3490334502618299632.sh
+ grep -q '^ID=fedora' /etc/os-release
Run condition [Execute Shell] enabling perform for step [Execute shell]
[fc28] $ /bin/sh -xe /tmp/jenkins3779284766099310373.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.5LeXW2
+ 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                               31 MB/s |  60 MB     00:01    
Last metadata expiration check: 0:00:09 ago on Mon 04 Jan 2021 08:04:15 PM 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  75 kB/s |  30 kB     00:00    
(2/2): python3-cachetools-2.0.1-4.fc28.noarch.r  62 kB/s |  31 kB     00:00    
--------------------------------------------------------------------------------
Total                                            71 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.5LeXW2/BUILD /tmp/rpmbuild.5LeXW2/RPMS /tmp/rpmbuild.5LeXW2/SOURCES /tmp/rpmbuild.5LeXW2/SPECS /tmp/rpmbuild.5LeXW2/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 'd1fd50d475779f64805fdc28f912547b9e3dee8a'
+ . scripts/git-tag.sh
+++ git describe --tags --abbrev=0
++ git_tag_latest=v0.17.0
+++ git rev-list v0.17.0.. --count
++ git_rev_count=33
++ git_rev_count=34
+++ git log --pretty=%s -n 1
++ git_subject='Merge 7916e78dc59a439f1fb28e4cbc9e2c613424170c into aec53a860027146325dda898170e9f4c5e536a00'
++ release=34
++ [[ 34 != \1 ]]
+++ git log --pretty=%h -n 1
++ release=34.git.1efba519
++ revision=0.17.0
+ git archive HEAD --prefix=bcc/ --format=tar -o /tmp/rpmbuild.5LeXW2/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.5LeXW2/SOURCES/bcc_libbpf.tar
+ popd
~/jenkins/workspace/bcc-pr/label/fc28
+ pushd /tmp/rpmbuild.5LeXW2/SOURCES
/tmp/rpmbuild.5LeXW2/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.17.0/' -e 's/^\(Release:\s*\)@GIT_REV_COUNT@/\134.git.1efba519/' SPECS/bcc.spec
+ pushd /tmp/rpmbuild.5LeXW2
/tmp/rpmbuild.5LeXW2 ~/jenkins/workspace/bcc-pr/label/fc28
++ pwd
+ rpmbuild --define '_topdir /tmp/rpmbuild.5LeXW2' -ba SPECS/bcc.spec
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.lyINoM
+ umask 022
+ cd /tmp/rpmbuild.5LeXW2/BUILD
+ cd /tmp/rpmbuild.5LeXW2/BUILD
+ rm -rf bcc
+ /usr/bin/gzip -dc /tmp/rpmbuild.5LeXW2/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.xaYjUS
+ umask 022
+ cd /tmp/rpmbuild.5LeXW2/BUILD
+ cd bcc
+ mkdir build
+ pushd build
/tmp/rpmbuild.5LeXW2/BUILD/bcc/build /tmp/rpmbuild.5LeXW2/BUILD/bcc
++ pkg-config --variable=includedir luajit
++ pkg-config --variable=libdir luajit
++ pkg-config --variable=libname luajit
+ cmake .. -DREVISION_LAST=0.17.0 -DREVISION=0.17.0 -DCMAKE_INSTALL_PREFIX=/usr -DLUAJIT_INCLUDE_DIR=/usr/include/luajit-2.1 -DLUAJIT_LIBRARIES=/usr/lib64/libluajit-5.1.so '-DPYTHON_CMD=python2;python3' -DENABLE_LLVM_SHARED=1
-- The C compiler identification is GNU 8.1.1
-- The CXX compiler identification is GNU 8.1.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.17.0
-- Performing Test HAVE_NO_PIE_FLAG
-- Performing Test HAVE_NO_PIE_FLAG - Success
-- Performing Test HAVE_REALLOCARRAY_SUPPORT
-- Performing Test HAVE_REALLOCARRAY_SUPPORT - Success
-- Found LLVM: /usr/include 6.0.1
-- Found BISON: /usr/bin/bison (found version "3.0.4") 
-- Found FLEX: /usr/bin/flex (found version "2.6.1") 
-- Found LibElf: /usr/lib64/libelf.so  
-- Performing Test ELF_GETSHDRSTRNDX
-- Performing Test ELF_GETSHDRSTRNDX - Success
-- Found LuaJIT: /usr/lib64/libluajit-5.1.so  
CMake Error at examples/cpp/CMakeLists.txt:16 (get_filename_component):
  get_filename_component unknown component NAME_WLE


CMake Warning (dev) at examples/cpp/CMakeLists.txt:17 (add_executable):
  Policy CMP0037 is not set: Target names should not be reserved and should
  match a validity pattern.  Run "cmake --help-policy CMP0037" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  The target name "/tmp/rpmbuild.5LeXW2/BUILD/bcc/examples/cpp/CGroupTest.cc"
  is reserved or not valid for certain CMake features, such as generator
  expressions, and may result in undefined behavior.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Error at examples/cpp/CMakeLists.txt:16 (get_filename_component):
  get_filename_component unknown component NAME_WLE


CMake Warning (dev) at examples/cpp/CMakeLists.txt:17 (add_executable):
  Policy CMP0037 is not set: Target names should not be reserved and should
  match a validity pattern.  Run "cmake --help-policy CMP0037" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  The target name
  "/tmp/rpmbuild.5LeXW2/BUILD/bcc/examples/cpp/CPUDistribution.cc" is
  reserved or not valid for certain CMake features, such as generator
  expressions, and may result in undefined behavior.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Error at examples/cpp/CMakeLists.txt:16 (get_filename_component):
  get_filename_component unknown component NAME_WLE


CMake Warning (dev) at examples/cpp/CMakeLists.txt:17 (add_executable):
  Policy CMP0037 is not set: Target names should not be reserved and should
  match a validity pattern.  Run "cmake --help-policy CMP0037" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  The target name
  "/tmp/rpmbuild.5LeXW2/BUILD/bcc/examples/cpp/FollyRequestContextSwitch.cc"
  is reserved or not valid for certain CMake features, such as generator
  expressions, and may result in undefined behavior.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Error at examples/cpp/CMakeLists.txt:16 (get_filename_component):
  get_filename_component unknown component NAME_WLE


CMake Warning (dev) at examples/cpp/CMakeLists.txt:17 (add_executable):
  Policy CMP0037 is not set: Target names should not be reserved and should
  match a validity pattern.  Run "cmake --help-policy CMP0037" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  The target name "/tmp/rpmbuild.5LeXW2/BUILD/bcc/examples/cpp/HelloWorld.cc"
  is reserved or not valid for certain CMake features, such as generator
  expressions, and may result in undefined behavior.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Error at examples/cpp/CMakeLists.txt:16 (get_filename_component):
  get_filename_component unknown component NAME_WLE


CMake Warning (dev) at examples/cpp/CMakeLists.txt:17 (add_executable):
  Policy CMP0037 is not set: Target names should not be reserved and should
  match a validity pattern.  Run "cmake --help-policy CMP0037" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  The target name
  "/tmp/rpmbuild.5LeXW2/BUILD/bcc/examples/cpp/KFuncExample.cc" is reserved
  or not valid for certain CMake features, such as generator expressions, and
  may result in undefined behavior.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Error at examples/cpp/CMakeLists.txt:16 (get_filename_component):
  get_filename_component unknown component NAME_WLE


CMake Warning (dev) at examples/cpp/CMakeLists.txt:17 (add_executable):
  Policy CMP0037 is not set: Target names should not be reserved and should
  match a validity pattern.  Run "cmake --help-policy CMP0037" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  The target name "/tmp/rpmbuild.5LeXW2/BUILD/bcc/examples/cpp/LLCStat.cc" is
  reserved or not valid for certain CMake features, such as generator
  expressions, and may result in undefined behavior.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Error at examples/cpp/CMakeLists.txt:16 (get_filename_component):
  get_filename_component unknown component NAME_WLE


CMake Warning (dev) at examples/cpp/CMakeLists.txt:17 (add_executable):
  Policy CMP0037 is not set: Target names should not be reserved and should
  match a validity pattern.  Run "cmake --help-policy CMP0037" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  The target name "/tmp/rpmbuild.5LeXW2/BUILD/bcc/examples/cpp/RandomRead.cc"
  is reserved or not valid for certain CMake features, such as generator
  expressions, and may result in undefined behavior.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Error at examples/cpp/CMakeLists.txt:16 (get_filename_component):
  get_filename_component unknown component NAME_WLE


CMake Warning (dev) at examples/cpp/CMakeLists.txt:17 (add_executable):
  Policy CMP0037 is not set: Target names should not be reserved and should
  match a validity pattern.  Run "cmake --help-policy CMP0037" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  The target name
  "/tmp/rpmbuild.5LeXW2/BUILD/bcc/examples/cpp/RecordMySQLQuery.cc" is
  reserved or not valid for certain CMake features, such as generator
  expressions, and may result in undefined behavior.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Error at examples/cpp/CMakeLists.txt:16 (get_filename_component):
  get_filename_component unknown component NAME_WLE


CMake Warning (dev) at examples/cpp/CMakeLists.txt:17 (add_executable):
  Policy CMP0037 is not set: Target names should not be reserved and should
  match a validity pattern.  Run "cmake --help-policy CMP0037" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  The target name
  "/tmp/rpmbuild.5LeXW2/BUILD/bcc/examples/cpp/SkLocalStorageIterator.cc" is
  reserved or not valid for certain CMake features, such as generator
  expressions, and may result in undefined behavior.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Error at examples/cpp/CMakeLists.txt:16 (get_filename_component):
  get_filename_component unknown component NAME_WLE


CMake Warning (dev) at examples/cpp/CMakeLists.txt:17 (add_executable):
  Policy CMP0037 is not set: Target names should not be reserved and should
  match a validity pattern.  Run "cmake --help-policy CMP0037" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  The target name
  "/tmp/rpmbuild.5LeXW2/BUILD/bcc/examples/cpp/TCPSendStack.cc" is reserved
  or not valid for certain CMake features, such as generator expressions, and
  may result in undefined behavior.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Error at examples/cpp/CMakeLists.txt:16 (get_filename_component):
  get_filename_component unknown component NAME_WLE


CMake Warning (dev) at examples/cpp/CMakeLists.txt:17 (add_executable):
  Policy CMP0037 is not set: Target names should not be reserved and should
  match a validity pattern.  Run "cmake --help-policy CMP0037" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  The target name
  "/tmp/rpmbuild.5LeXW2/BUILD/bcc/examples/cpp/TaskIterator.cc" is reserved
  or not valid for certain CMake features, such as generator expressions, and
  may result in undefined behavior.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Error at examples/cpp/CMakeLists.txt:16 (get_filename_component):
  get_filename_component unknown component NAME_WLE


CMake Warning (dev) at examples/cpp/CMakeLists.txt:17 (add_executable):
  Policy CMP0037 is not set: Target names should not be reserved and should
  match a validity pattern.  Run "cmake --help-policy CMP0037" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  The target name
  "/tmp/rpmbuild.5LeXW2/BUILD/bcc/examples/cpp/UseExternalMap.cc" is reserved
  or not valid for certain CMake features, such as generator expressions, and
  may result in undefined behavior.
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Configuring incomplete, errors occurred!
See also "/tmp/rpmbuild.5LeXW2/BUILD/bcc/build/CMakeFiles/CMakeOutput.log".
error: Bad exit status from /var/tmp/rpm-tmp.xaYjUS (%build)


RPM build errors:
    Bad exit status from /var/tmp/rpm-tmp.xaYjUS (%build)
+ cleanup
+ [[ -d /tmp/rpmbuild.5LeXW2 ]]
+ rm -rf /tmp/rpmbuild.5LeXW2
Build step 'Conditional step (single)' marked build as failure
Taking single-use slave fedora28-slave-619 offline.
Finished: FAILURE