Console Output

Started by upstream project "bcc-pr" build number 796
originally caused by:
 GitHub pull request #3202 of commit 154a34139f8f77b0b3c7c3281a8ef20c381ee2e3, no merge conflicts.
Running as SYSTEM
Building remotely on fedora28-slave-6c7 (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 c3c20e1c2c24f07c718e209598e4d1af46b2f9f6 (refs/remotes/origin/pr/3202/merge)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c3c20e1c2c24f07c718e209598e4d1af46b2f9f6 # timeout=10
Commit message: "Merge 154a34139f8f77b0b3c7c3281a8ef20c381ee2e3 into e46997e9a43d512b6a5d01aae1a4566fd147b7b9"
 > git rev-list --no-walk c3c20e1c2c24f07c718e209598e4d1af46b2f9f6 # timeout=10
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/CommandInterpreterCondition1089291852903288832.sh
+ grep -q '^ID=fedora' /etc/os-release
Run condition [Execute Shell] enabling perform for step [Execute shell]
[fc28] $ /bin/sh -xe /tmp/jenkins5554242963481655788.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.bfd0Mw
+ 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                     25 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 Thu 07 Jan 2021 06:42:56 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 146 kB/s |  31 kB     00:00    
--------------------------------------------------------------------------------
Total                                           122 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.bfd0Mw/BUILD /tmp/rpmbuild.bfd0Mw/RPMS /tmp/rpmbuild.bfd0Mw/SOURCES /tmp/rpmbuild.bfd0Mw/SPECS /tmp/rpmbuild.bfd0Mw/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.18.0
+++ git rev-list v0.18.0.. --count
++ git_rev_count=3
++ git_rev_count=4
+++ git log --pretty=%s -n 1
++ git_subject='Merge 154a34139f8f77b0b3c7c3281a8ef20c381ee2e3 into e46997e9a43d512b6a5d01aae1a4566fd147b7b9'
++ release=4
++ [[ 4 != \1 ]]
+++ git log --pretty=%h -n 1
++ release=4.git.c3c20e1c
++ revision=0.18.0
+ git archive HEAD --prefix=bcc/ --format=tar -o /tmp/rpmbuild.bfd0Mw/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.bfd0Mw/SOURCES/bcc_libbpf.tar
+ popd
~/jenkins/workspace/bcc-pr/label/fc28
+ pushd /tmp/rpmbuild.bfd0Mw/SOURCES
/tmp/rpmbuild.bfd0Mw/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.18.0/' -e 's/^\(Release:\s*\)@GIT_REV_COUNT@/\14.git.c3c20e1c/' SPECS/bcc.spec
+ pushd /tmp/rpmbuild.bfd0Mw
/tmp/rpmbuild.bfd0Mw ~/jenkins/workspace/bcc-pr/label/fc28
++ pwd
+ rpmbuild --define '_topdir /tmp/rpmbuild.bfd0Mw' -ba SPECS/bcc.spec
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Odaf5N
+ umask 022
+ cd /tmp/rpmbuild.bfd0Mw/BUILD
+ cd /tmp/rpmbuild.bfd0Mw/BUILD
+ rm -rf bcc
+ /usr/bin/gzip -dc /tmp/rpmbuild.bfd0Mw/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.0TQSxV
+ umask 022
+ cd /tmp/rpmbuild.bfd0Mw/BUILD
+ cd bcc
+ mkdir build
+ pushd build
/tmp/rpmbuild.bfd0Mw/BUILD/bcc/build /tmp/rpmbuild.bfd0Mw/BUILD/bcc
++ pkg-config --variable=includedir luajit
++ pkg-config --variable=libdir luajit
++ pkg-config --variable=libname luajit
+ cmake .. -DREVISION_LAST=0.18.0 -DREVISION=0.18.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.18.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 Clang: /usr/include
-- Found LuaJIT: /usr/lib64/libluajit-5.1.so  
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/rpmbuild.bfd0Mw/BUILD/bcc/build
+ make -j2
Scanning dependencies of target bpf-static
Scanning dependencies of target bpf-shared
[  1%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf.c.o
[  1%] Building C object src/cc/CMakeFiles/bpf-shared.dir/libbpf.c.o
[  2%] Building C object src/cc/CMakeFiles/bpf-shared.dir/perf_reader.c.o
[  2%] Building C object src/cc/CMakeFiles/bpf-static.dir/perf_reader.c.o
[  2%] Building C object src/cc/CMakeFiles/bpf-shared.dir/libbpf/src/bpf.c.o
[  2%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/bpf.c.o
[  3%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/bpf_prog_linfo.c.o
[  3%] Building C object src/cc/CMakeFiles/bpf-shared.dir/libbpf/src/bpf_prog_linfo.c.o
[  3%] Building C object src/cc/CMakeFiles/bpf-shared.dir/libbpf/src/btf.c.o
[  4%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/btf.c.o
[  4%] Building C object src/cc/CMakeFiles/bpf-shared.dir/libbpf/src/btf_dump.c.o
[  4%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/btf_dump.c.o
[  5%] Building C object src/cc/CMakeFiles/bpf-shared.dir/libbpf/src/hashmap.c.o
[  5%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/hashmap.c.o
[  6%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/libbpf.c.o
[  6%] Building C object src/cc/CMakeFiles/bpf-shared.dir/libbpf/src/libbpf.c.o
[  6%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/libbpf_errno.c.o
[  6%] Building C object src/cc/CMakeFiles/bpf-shared.dir/libbpf/src/libbpf_errno.c.o
[  7%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/libbpf_probes.c.o
[  7%] Building C object src/cc/CMakeFiles/bpf-shared.dir/libbpf/src/libbpf_probes.c.o
[  8%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/netlink.c.o
[  8%] Building C object src/cc/CMakeFiles/bpf-shared.dir/libbpf/src/netlink.c.o
[  8%] Building C object src/cc/CMakeFiles/bpf-shared.dir/libbpf/src/nlattr.c.o
[  8%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/nlattr.c.o
[  8%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/ringbuf.c.o
[  9%] Building C object src/cc/CMakeFiles/bpf-shared.dir/libbpf/src/ringbuf.c.o
[ 10%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/str_error.c.o
[ 10%] Building C object src/cc/CMakeFiles/bpf-shared.dir/libbpf/src/str_error.c.o
[ 10%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/xsk.c.o
[ 11%] Building C object src/cc/CMakeFiles/bpf-shared.dir/libbpf/src/xsk.c.o
[ 11%] Linking C shared library libbcc_bpf.so
[ 11%] Linking C static library libbcc_bpf.a
[ 11%] Built target bpf-shared
[ 11%] Built target bpf-static
Scanning dependencies of target bcc-loader-static
Scanning dependencies of target clang_frontend
[ 11%] Building CXX object src/cc/CMakeFiles/bcc-loader-static.dir/bcc_syms.cc.o
[ 11%] Building CXX object src/cc/frontends/clang/CMakeFiles/clang_frontend.dir/loader.cc.o
[ 12%] Building C object src/cc/CMakeFiles/bcc-loader-static.dir/bcc_elf.c.o
[ 12%] Building C object src/cc/CMakeFiles/bcc-loader-static.dir/bcc_perf_map.c.o
[ 12%] Building C object src/cc/CMakeFiles/bcc-loader-static.dir/bcc_proc.c.o
[ 13%] Building CXX object src/cc/CMakeFiles/bcc-loader-static.dir/common.cc.o
[ 13%] Linking CXX static library libbcc-loader-static.a
[ 13%] Built target bcc-loader-static
[ 14%] Building CXX object src/cc/frontends/clang/CMakeFiles/clang_frontend.dir/b_frontend_action.cc.o
[ 14%] Building CXX object src/cc/frontends/clang/CMakeFiles/clang_frontend.dir/tp_frontend_action.cc.o
[ 14%] Building CXX object src/cc/frontends/clang/CMakeFiles/clang_frontend.dir/kbuild_helper.cc.o
/tmp/rpmbuild.bfd0Mw/BUILD/bcc/src/cc/frontends/clang/kbuild_helper.cc:80:3: warning: multi-line comment [-Wcomment]
   // USERINCLUDE    := \
   ^
/tmp/rpmbuild.bfd0Mw/BUILD/bcc/src/cc/frontends/clang/kbuild_helper.cc:89:3: warning: multi-line comment [-Wcomment]
   // LINUXINCLUDE    := \
   ^
[ 15%] Building CXX object src/cc/frontends/clang/CMakeFiles/clang_frontend.dir/__/__/common.cc.o
Scanning dependencies of target api-static
[ 16%] Building CXX object src/cc/api/CMakeFiles/api-static.dir/BPF.cc.o
In file included from /tmp/rpmbuild.bfd0Mw/BUILD/bcc/src/cc/api/BPF.cc:32:
/tmp/rpmbuild.bfd0Mw/BUILD/bcc/src/cc/bcc_exception.h: In member function 'ebpf::StatusTuple ebpf::BPF::detach_raw_tracepoint_event(const string&, ebpf::open_probe_t&)':
/tmp/rpmbuild.bfd0Mw/BUILD/bcc/src/cc/bcc_exception.h:24:7: warning: '__stp.ebpf::StatusTuple::code_' may be used uninitialized in this function [-Wmaybe-uninitialized]
 class StatusTuple {
       ^~~~~~~~~~~
[ 16%] Building CXX object src/cc/api/CMakeFiles/api-static.dir/BPFTable.cc.o
[ 16%] Linking CXX static library libapi-static.a
[ 16%] Built target api-static
Scanning dependencies of target usdt-static
[ 16%] Building CXX object src/cc/usdt/CMakeFiles/usdt-static.dir/usdt_args.cc.o
[ 16%] Building CXX object src/cc/usdt/CMakeFiles/usdt-static.dir/usdt.cc.o
[ 17%] Linking CXX static library libusdt-static.a
[ 17%] Built target usdt-static
[ 17%] [FLEX][Lexer] Building scanner with flex 2.6.1
lexer.ll:110: warning, -s option given but default rule can be matched
[ 18%] [BISON][Parser] Building parser with bison 3.0.4
parser.yy:19.9-17: warning: deprecated directive, use '%define api.namespace ebpf::cc' [-Wdeprecated]
 %define namespace "ebpf::cc"
         ^^^^^^^^^
parser.yy:19.9-17: warning: %define variable 'api.namespace' requires '{...}' values [-Wdeprecated]
 %define namespace "ebpf::cc"
         ^^^^^^^^^
parser.yy:20.9-25: warning: %define variable 'parser_class_name' requires '{...}' values [-Wdeprecated]
 %define parser_class_name "BisonParser"
         ^^^^^^^^^^^^^^^^^
Scanning dependencies of target b_frontend
[ 18%] Building CXX object src/cc/frontends/b/CMakeFiles/b_frontend.dir/loader.cc.o
[ 19%] Building CXX object src/cc/frontends/b/CMakeFiles/b_frontend.dir/codegen_llvm.cc.o
[ 19%] Linking CXX static library libclang_frontend.a
[ 19%] Built target clang_frontend
Scanning dependencies of target bcc_py_python3
[ 19%] Building sdist for python3
running sdist
running check
warning: sdist: manifest template 'MANIFEST.in' does not exist (using default file list)

warning: sdist: standard file not found: should have one of README, README.txt

writing manifest file 'MANIFEST'
creating bcc-0.18.0
creating bcc-0.18.0/bcc
making hard links in bcc-0.18.0...
hard linking setup.py -> bcc-0.18.0
hard linking bcc/__init__.py -> bcc-0.18.0/bcc
hard linking bcc/containers.py -> bcc-0.18.0/bcc
hard linking bcc/disassembler.py -> bcc-0.18.0/bcc
hard linking bcc/libbcc.py -> bcc-0.18.0/bcc
hard linking bcc/perf.py -> bcc-0.18.0/bcc
hard linking bcc/syscall.py -> bcc-0.18.0/bcc
hard linking bcc/table.py -> bcc-0.18.0/bcc
hard linking bcc/tcp.py -> bcc-0.18.0/bcc
hard linking bcc/usdt.py -> bcc-0.18.0/bcc
hard linking bcc/utils.py -> bcc-0.18.0/bcc
hard linking bcc/version.py -> bcc-0.18.0/bcc
creating dist
Creating tar archive
removing 'bcc-0.18.0' (and everything under it)
[ 19%] Built target bcc_py_python3
Scanning dependencies of target bcc_py_python2
[ 19%] Building sdist for python2
running sdist
running check
warning: sdist: manifest template 'MANIFEST.in' does not exist (using default file list)

warning: sdist: standard file not found: should have one of README, README.txt

writing manifest file 'MANIFEST'
creating bcc-0.18.0
creating bcc-0.18.0/bcc
making hard links in bcc-0.18.0...
hard linking setup.py -> bcc-0.18.0
hard linking bcc/__init__.py -> bcc-0.18.0/bcc
hard linking bcc/containers.py -> bcc-0.18.0/bcc
hard linking bcc/disassembler.py -> bcc-0.18.0/bcc
hard linking bcc/libbcc.py -> bcc-0.18.0/bcc
hard linking bcc/perf.py -> bcc-0.18.0/bcc
hard linking bcc/syscall.py -> bcc-0.18.0/bcc
hard linking bcc/table.py -> bcc-0.18.0/bcc
hard linking bcc/tcp.py -> bcc-0.18.0/bcc
hard linking bcc/usdt.py -> bcc-0.18.0/bcc
hard linking bcc/utils.py -> bcc-0.18.0/bcc
hard linking bcc/version.py -> bcc-0.18.0/bcc
creating dist
Creating tar archive
removing 'bcc-0.18.0' (and everything under it)
[ 19%] Built target bcc_py_python2
[ 20%] Generating bcc.lua
Writing bcc.lua...
OK!
[ 20%] Generating bcc.o
Scanning dependencies of target bcc-lua
[ 20%] Building C object src/lua/CMakeFiles/bcc-lua.dir/src/main.c.o
[ 21%] Linking C executable bcc-lua
[ 21%] Built target bcc-lua
Scanning dependencies of target bps
[ 22%] Building C object introspection/CMakeFiles/bps.dir/bps.c.o
/tmp/rpmbuild.bfd0Mw/BUILD/bcc/introspection/bps.c:81:4: error: 'BPF_MAP_TYPE_TASK_STORAGE' undeclared here (not in a function); did you mean 'BPF_MAP_TYPE_SK_STORAGE'?
   [BPF_MAP_TYPE_TASK_STORAGE] = "task_storage",
    ^~~~~~~~~~~~~~~~~~~~~~~~~
    BPF_MAP_TYPE_SK_STORAGE
/tmp/rpmbuild.bfd0Mw/BUILD/bcc/introspection/bps.c:81:4: error: array index in initializer not of integer type
/tmp/rpmbuild.bfd0Mw/BUILD/bcc/introspection/bps.c:81:4: note: (near initialization for 'map_type_strings')
make[2]: *** [introspection/CMakeFiles/bps.dir/build.make:63: introspection/CMakeFiles/bps.dir/bps.c.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:792: introspection/CMakeFiles/bps.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 22%] Building CXX object src/cc/frontends/b/CMakeFiles/b_frontend.dir/node.cc.o
[ 22%] Building CXX object src/cc/frontends/b/CMakeFiles/b_frontend.dir/parser.cc.o
[ 23%] Building CXX object src/cc/frontends/b/CMakeFiles/b_frontend.dir/printer.cc.o
[ 23%] Building CXX object src/cc/frontends/b/CMakeFiles/b_frontend.dir/type_check.cc.o
[ 23%] Building CXX object src/cc/frontends/b/CMakeFiles/b_frontend.dir/parser.yy.cc.o
[ 24%] Building CXX object src/cc/frontends/b/CMakeFiles/b_frontend.dir/lexer.ll.cc.o
/tmp/rpmbuild.bfd0Mw/BUILD/bcc/build/src/cc/frontends/b/lexer.ll.cc: In member function 'virtual int ebpf::cc::Lexer::yylex()':
/tmp/rpmbuild.bfd0Mw/BUILD/bcc/build/src/cc/frontends/b/lexer.ll.cc:752:23: warning: comparison of integer expressions of different signedness: 'yy_size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
    for ( yyl = 0; yyl < yyleng; ++yyl )
                   ~~~~^~~~~~~~
[ 24%] Linking CXX static library libb_frontend.a
[ 24%] Built target b_frontend
make: *** [Makefile:141: all] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.0TQSxV (%build)


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