Started by upstream project "Cforall_Full_Build" build number 2887 originally caused by: Started by user Peter Buhr Running as Jenkins Build User Obtained Jenkins/Distribute from git cforall@plg.uwaterloo.ca:software/cfa/cfa-cc [Pipeline] Start of Pipeline [Pipeline] node Running on Brokk 6 in /var/lib/jenkins/workspace/Cforall_Distribute_Ref [Pipeline] { [Pipeline] wrap [Pipeline] { [Pipeline] properties [Pipeline] checkout The recommended git tool is: NONE using credential git_key_aug20 Fetching changes from the remote Git repository Checking out Revision c778ef1fa5b161d07ea4e5f42e20a63d926fc1ca (refs/remotes/origin/master) Commit message: "Apparently the source file lists aren't used until distribution. I went over all the lists and also found a stray header." > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Cforall_Distribute_Ref/.git # timeout=10 > git config remote.origin.url cforall@plg.uwaterloo.ca:software/cfa/cfa-cc # timeout=10 Fetching upstream changes from cforall@plg.uwaterloo.ca:software/cfa/cfa-cc > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH key used for git, ed25519 generated August 2020 Verifying host key using known hosts file > git fetch --tags --force --progress -- cforall@plg.uwaterloo.ca:software/cfa/cfa-cc +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c778ef1fa5b161d07ea4e5f42e20a63d926fc1ca # timeout=10 > git rev-list --no-walk 0f612d22e304288d5575379f38cb245443b974b8 # timeout=10 [Pipeline] load [Pipeline] { (Jenkins/tools.groovy) [Pipeline] } [Pipeline] // load [Pipeline] echo Distributing git commit c778ef1fa5b161d07ea4e5f42e20a63d926fc1ca [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // node [Pipeline] node Running on Brokk 6 in /var/lib/jenkins/workspace/Cforall_Distribute_Ref [Pipeline] { [Pipeline] wrap [Pipeline] { [Pipeline] pwd [Pipeline] pwd [Pipeline] echo -------- Cleanup -------- [Pipeline] stage [Pipeline] { (Cleanup) [Pipeline] dir Running in /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp [Pipeline] { [Pipeline] deleteDir [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] echo -------- Checkout -------- [Pipeline] stage [Pipeline] { (Checkout) [Pipeline] echo Checking out commit [Pipeline] checkout The recommended git tool is: NONE using credential git_key_aug20 Fetching changes from the remote Git repository > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Cforall_Distribute_Ref/.git # timeout=10 > git config remote.origin.url cforall@plg.uwaterloo.ca:software/cfa/cfa-cc # timeout=10 Fetching upstream changes from cforall@plg.uwaterloo.ca:software/cfa/cfa-cc > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH key used for git, ed25519 generated August 2020 Verifying host key using known hosts file > git fetch --tags --force --progress -- cforall@plg.uwaterloo.ca:software/cfa/cfa-cc +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision c778ef1fa5b161d07ea4e5f42e20a63d926fc1ca (detached) Commit message: "Apparently the source file lists aren't used until distribution. I went over all the lists and also found a stray header." [Pipeline] echo Constructing new git message [Pipeline] sh + git rev-list c778ef1fa5b161d07ea4e5f42e20a63d926fc1ca..0f612d22e304288d5575379f38cb245443b974b8 [Pipeline] sh + git cat-file -t c778ef1fa5b161d07ea4e5f42e20a63d926fc1ca > git rev-parse c778ef1fa5b161d07ea4e5f42e20a63d926fc1ca^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c778ef1fa5b161d07ea4e5f42e20a63d926fc1ca # timeout=10 [Pipeline] sh + git rev-list --format=short c778ef1fa5b161d07ea4e5f42e20a63d926fc1ca...0f612d22e304288d5575379f38cb245443b974b8 [Pipeline] sh + git diff --stat --color 0f612d22e304288d5575379f38cb245443b974b8 c778ef1fa5b161d07ea4e5f42e20a63d926fc1ca [Pipeline] echo

- Changes -------------------------------------------------------------

The branch null has been updated.
      from  c778ef1fa5b161d07ea4e5f42e20a63d926fc1ca (commit)

- Log -----------------------------------------------------------------

commit c778ef1fa5b161d07ea4e5f42e20a63d926fc1ca
Author: Andrew Beach 

    Apparently the source file lists aren't used until distribution. I went over all the lists and also found a stray header.

-----------------------------------------------------------------------

Summary of changes:
src/CodeGen/module.mk              |  4 ++--
 src/ControlStruct/module.mk        |  4 ++--
 src/Validate/ReplacePseudoFunc.hpp | 10 ----------
 src/Validate/module.mk             |  8 ++++----
 src/main.cpp                       |  2 +-
 5 files changed, 9 insertions(+), 19 deletions(-)
[Pipeline] } [Pipeline] // stage [Pipeline] sh + sed s/AC_INIT(\[cfa-cc\],\[\(.*\)\],\[cforall@plg.uwaterloo.ca\])/\1/;t;d /var/lib/jenkins/workspace/Cforall_Distribute_Ref/configure.ac [Pipeline] echo Package Version: 1.0.0 [Pipeline] echo Build Version: 2887 [Pipeline] echo Long Version: 1.0.0.2887 [Pipeline] echo -------- Configure -------- [Pipeline] stage [Pipeline] { (Configure) [Pipeline] dir Running in /var/lib/jenkins/workspace/Cforall_Distribute_Ref [Pipeline] { [Pipeline] sh + ./autogen.sh Running aclocal in root Running libtoolize in root Running autoconf in root Running automake in root Running aclocal in libcfa Running libtoolize in libcfa Running autoconf in libcfa Running automake in libcfa [Pipeline] } [Pipeline] // dir [Pipeline] dir Running in /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp [Pipeline] { [Pipeline] sh + /var/lib/jenkins/workspace/Cforall_Distribute_Ref/configure CXX=g++-9 CC=gcc-9 AR=gcc-ar RANLIB=gcc-ranlib --quiet [Pipeline] sh + make -j 8 --no-print-directory configure-libcfa libcfa/x64-debug/config.data Configuring libcfa (/var/lib/jenkins/workspace/Cforall_Distribute_Ref/libcfa/configure) with ''CXX=g++-9' 'CC=gcc-9' 'AR=gcc-ar' 'RANLIB=gcc-ranlib' DRIVER_DIR=/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/driver/ ARCHITECTURE=x64 CONFIGURATION=debug CFA_VERSION=1:0:0' from /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp / libcfa/x64-debug/ libcfa/x64-nodebug/config.data Configuring libcfa (/var/lib/jenkins/workspace/Cforall_Distribute_Ref/libcfa/configure) with ''CXX=g++-9' 'CC=gcc-9' 'AR=gcc-ar' 'RANLIB=gcc-ranlib' DRIVER_DIR=/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/driver/ ARCHITECTURE=x64 CONFIGURATION=nodebug CFA_VERSION=1:0:0' from /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp / libcfa/x64-nodebug/ checking whether make supports nested variables... checking whether make supports nested variables... yes checking for a BSD-compatible install... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... /usr/bin/install -c checking whether build environment is sane... yes yes checking for a thread-safe mkdir -p... checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes yes checking for distributated build... no checking for distributated build... no checking build system type... checking build system type... x86_64-pc-linux-gnu x86_64-pc-linux-gnu checking host system type... checking host system type... x86_64-pc-linux-gnu x86_64-pc-linux-gnu checking how to print strings... checking how to print strings... printf checking whether make supports the include directive... printf checking whether make supports the include directive... yes (GNU style) checking for gcc... gcc-9 yes (GNU style) checking for gcc... gcc-9 checking whether the C compiler works... checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... checking whether we are cross compiling... no checking for suffix of object files... no checking for suffix of object files... o checking whether we are using the GNU C compiler... o checking whether we are using the GNU C compiler... yes checking whether gcc-9 accepts -g... yes checking whether gcc-9 accepts -g... yes checking for gcc-9 option to accept ISO C89... yes checking for gcc-9 option to accept ISO C89... none needed checking whether gcc-9 understands -c and -o together... none needed checking whether gcc-9 understands -c and -o together... yes checking dependency style of gcc-9... yes checking dependency style of gcc-9... gcc3 checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc-9... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... gcc3 checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc-9... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r yes checking for BSD- or MS-compatible name lister (nm)... checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n /usr/bin/nm -B checking for archiver @FILE support... checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... gcc-ranlib checking command to parse /usr/bin/nm -B output from gcc-9 object... @ checking for strip... strip checking for ranlib... gcc-ranlib checking command to parse /usr/bin/nm -B output from gcc-9 object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking how to run the C preprocessor... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 gcc-9 -E checking for ANSI C header files... checking for mt... mt checking if mt is a manifest tool... no checking how to run the C preprocessor... gcc-9 -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes yes checking for sys/types.h... checking for string.h... yes checking for sys/stat.h... yes checking for memory.h... yes checking for stdlib.h... yes yes checking for string.h... checking for strings.h... yes checking for memory.h... yes checking for inttypes.h... yes checking for strings.h... yes checking for stdint.h... yes checking for inttypes.h... yes checking for unistd.h... yes checking for stdint.h... yes checking for dlfcn.h... yes checking for unistd.h... yes checking for objdir... .libs yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc-9 supports -fno-rtti -fno-exceptions... no checking for gcc-9 option to produce PIC... -fPIC -DPIC checking if gcc-9 PIC flag -fPIC -DPIC works... checking if gcc-9 supports -fno-rtti -fno-exceptions... no checking for gcc-9 option to produce PIC... -fPIC -DPIC checking if gcc-9 PIC flag -fPIC -DPIC works... yes checking if gcc-9 static flag -static works... yes checking if gcc-9 static flag -static works... yes checking if gcc-9 supports -c -o file.o... yes checking if gcc-9 supports -c -o file.o... yes checking if gcc-9 supports -c -o file.o... (cached) yes checking whether the gcc-9 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking if gcc-9 supports -c -o file.o... (cached) yes checking whether the gcc-9 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking whether we are using the GNU C++ compiler... checking whether we are using the GNU C++ compiler... yes checking whether g++-9 accepts -g... yes checking whether g++-9 accepts -g... yes checking dependency style of g++-9... yes checking dependency style of g++-9... gcc3 checking how to run the C++ preprocessor... gcc3 checking how to run the C++ preprocessor... g++-9 -E g++-9 -E checking for ld used by g++-9... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking for ld used by g++-9... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... checking whether the g++-9 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes yes checking whether the g++-9 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for g++-9 option to produce PIC... -fPIC -DPIC checking if g++-9 PIC flag -fPIC -DPIC works... checking for g++-9 option to produce PIC... -fPIC -DPIC checking if g++-9 PIC flag -fPIC -DPIC works... yes checking if g++-9 static flag -static works... yes checking if g++-9 static flag -static works... yes checking if g++-9 supports -c -o file.o... yes checking if g++-9 supports -c -o file.o... yes checking if g++-9 supports -c -o file.o... (cached) yes checking whether the g++-9 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for gcc... (cached) gcc-9 yes checking if g++-9 supports -c -o file.o... (cached) yes checking whether the g++-9 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) checking whether we are using the GNU C compiler... (cached) yes checking whether gcc-9 accepts -g... (cached) yes checking for gcc-9 option to accept ISO C89... (cached) none needed checking whether gcc-9 understands -c and -o together... (cached) yes checking dependency style of gcc-9... (cached) gcc3 checking dependency style of gcc-9... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for gcc... (cached) gcc-9 checking whether we are using the GNU C compiler... (cached) yes checking whether gcc-9 accepts -g... (cached) yes checking for gcc-9 option to accept ISO C89... (cached) none needed checking whether gcc-9 understands -c and -o together... (cached) yes checking dependency style of gcc-9... (cached) gcc3 checking dependency style of gcc-9... gcc3 checking whether make sets $(MAKE)... (cached) yes checking linux/rseq.h usability... gcc3 checking whether make sets $(MAKE)... (cached) yes checking linux/rseq.h usability... yes checking linux/rseq.h presence... yes checking for linux/rseq.h... yes checking for rseq_available in -lrseq... yes checking linux/rseq.h presence... yes checking for linux/rseq.h... yes checking for rseq_available in -lrseq... no no checking linux/io_uring.h usability... checking linux/io_uring.h usability... yes checking linux/io_uring.h presence... yes checking linux/io_uring.h presence... yes checking for linux/io_uring.h... yes checking liburing.h usability... yes checking for linux/io_uring.h... yes checking liburing.h usability... yes checking liburing.h presence... yes checking liburing.h presence... yes checking for liburing.h... yes checking for io_uring_get_probe in -luring... yes checking for liburing.h... yes checking for io_uring_get_probe in -luring... yes checking whether IORING_OP_NOP is declared... yes checking whether IORING_OP_NOP is declared... yes yes checking whether IORING_OP_READV is declared... checking whether IORING_OP_READV is declared... yes yes checking whether IORING_OP_WRITEV is declared... checking whether IORING_OP_WRITEV is declared... yes yes checking whether IORING_OP_FSYNC is declared... yes checking whether IORING_OP_FSYNC is declared... yes checking whether IORING_OP_READ_FIXED is declared... yes checking whether IORING_OP_READ_FIXED is declared... checking whether IORING_OP_WRITE_FIXED is declared... yes yes checking whether IORING_OP_WRITE_FIXED is declared... checking whether IORING_OP_POLL_ADD is declared... yes yes checking whether IORING_OP_POLL_ADD is declared... checking whether IORING_OP_POLL_REMOVE is declared... yes yes checking whether IORING_OP_POLL_REMOVE is declared... yes checking whether IORING_OP_SYNC_FILE_RANGE is declared... checking whether IORING_OP_SYNC_FILE_RANGE is declared... yes yes checking whether IORING_OP_SENDMSG is declared... checking whether IORING_OP_SENDMSG is declared... yes yes checking whether IORING_OP_RECVMSG is declared... checking whether IORING_OP_RECVMSG is declared... yes yes checking whether IORING_OP_TIMEOUT is declared... checking whether IORING_OP_TIMEOUT is declared... yes yes checking whether IORING_OP_TIMEOUT_REMOVE is declared... checking whether IORING_OP_TIMEOUT_REMOVE is declared... yes yes checking whether IORING_OP_ACCEPT is declared... checking whether IORING_OP_ACCEPT is declared... yes yes checking whether IORING_OP_ASYNC_CANCEL is declared... checking whether IORING_OP_ASYNC_CANCEL is declared... yes checking whether IORING_OP_LINK_TIMEOUT is declared... yes yes checking whether IORING_OP_CONNECT is declared... checking whether IORING_OP_LINK_TIMEOUT is declared... yes yes checking whether IORING_OP_FALLOCATE is declared... yes checking whether IORING_OP_CONNECT is declared... yes checking whether IORING_OP_OPENAT is declared... yes checking whether IORING_OP_FALLOCATE is declared... yes checking whether IORING_OP_CLOSE is declared... yes checking whether IORING_OP_OPENAT is declared... yes checking whether IORING_OP_FILES_UPDATE is declared... yes checking whether IORING_OP_CLOSE is declared... checking whether IORING_OP_STATX is declared... yes yes checking whether IORING_OP_FILES_UPDATE is declared... checking whether IORING_OP_READ is declared... yes yes checking whether IORING_OP_STATX is declared... checking whether IORING_OP_WRITE is declared... yes yes checking whether IORING_OP_READ is declared... checking whether IORING_OP_FADVISE is declared... yes yes checking whether IORING_OP_WRITE is declared... checking whether IORING_OP_MADVISE is declared... yes yes checking whether IORING_OP_FADVISE is declared... checking whether IORING_OP_SEND is declared... yes yes checking whether IORING_OP_MADVISE is declared... yes checking whether IORING_OP_RECV is declared... yes checking whether IORING_OP_SEND is declared... checking whether IORING_OP_OPENAT2 is declared... yes yes checking whether IORING_OP_RECV is declared... checking whether IORING_OP_EPOLL_CTL is declared... yes yes checking whether IORING_OP_OPENAT2 is declared... checking whether IORING_OP_SPLICE is declared... yes yes checking whether IORING_OP_EPOLL_CTL is declared... yes checking whether IORING_OP_PROVIDE_BUFFERS is declared... checking whether IORING_OP_SPLICE is declared... yes yes checking whether IORING_OP_REMOVE_BUFFER is declared... checking whether IORING_OP_PROVIDE_BUFFERS is declared... no checking whether IORING_OP_TEE is declared... yes no checking whether IOSQE_FIXED_FILE is declared... checking whether IORING_OP_REMOVE_BUFFER is declared... yes no checking whether IOSQE_IO_DRAIN is declared... checking whether IORING_OP_TEE is declared... yes checking whether IOSQE_IO_LINK is declared... no checking whether IOSQE_FIXED_FILE is declared... yes checking whether IOSQE_IO_HARDLINK is declared... yes checking whether IOSQE_ASYNC is declared... yes checking whether IOSQE_IO_DRAIN is declared... yes yes checking whether IOSQE_BUFFER_SELECT is declared... checking whether IOSQE_IO_LINK is declared... yes checking whether SPLICE_F_FD_IN_FIXED is declared... yes checking whether IOSQE_IO_HARDLINK is declared... yes checking whether IORING_SETUP_ATTACH_WQ is declared... yes checking whether IOSQE_ASYNC is declared... yes checking whether IORING_REGISTER_IOWQ_MAX_WORKERS is declared... yes checking whether IOSQE_BUFFER_SELECT is declared... yes checking whether SPLICE_F_FD_IN_FIXED is declared... no checking for preadv2... yes checking whether IORING_SETUP_ATTACH_WQ is declared... yes checking for pwritev2... yes checking whether IORING_REGISTER_IOWQ_MAX_WORKERS is declared... yes no checking for preadv2... checking that generated files are newer than configure... done configure: creating ./config.status yes checking for pwritev2... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating prelude/Makefile config.status: creating src/concurrency/io/call.cfa config.status: creating prelude/defines.hfa config.status: creating Makefile config.status: executing depfiles commands config.status: creating src/Makefile config.status: creating prelude/Makefile config.status: creating src/concurrency/io/call.cfa config.status: executing libtool commands Cforall library configuraton completed. Type "make -j 8 install". config.status: creating prelude/defines.hfa config.status: executing depfiles commands config.status: executing libtool commands Cforall library configuraton completed. Type "make -j 8 install". [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] echo -------- Package -------- [Pipeline] stage [Pipeline] { (Package) [Pipeline] dir Running in /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp [Pipeline] { [Pipeline] sh + make VERSION=1.0.0.2887 dist make dist-gzip am__post_remove_distdir='@:' make[1]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp' make distdir-am make[2]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp' if test -d "cfa-cc-1.0.0.2887"; then find "cfa-cc-1.0.0.2887" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "cfa-cc-1.0.0.2887" || { sleep 5 && rm -rf "cfa-cc-1.0.0.2887"; }; else :; fi test -d "cfa-cc-1.0.0.2887" || mkdir "cfa-cc-1.0.0.2887" (cd driver && make top_distdir=../cfa-cc-1.0.0.2887 distdir=../cfa-cc-1.0.0.2887/driver \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/driver' make distdir-am make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/driver' make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/driver' make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/driver' (cd src && make top_distdir=../cfa-cc-1.0.0.2887 distdir=../cfa-cc-1.0.0.2887/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/src' YACC Parser/parser.cc updating Parser/parser.output updating Parser/parser.hh make distdir-am make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/src' LEX Parser/lex.cc make[4]: *** No rule to make target 'SymTab/demangler.cc', needed by 'distdir-am'. Stop. make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/src' make[3]: *** [Makefile:1596: distdir] Error 2 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/src' make[2]: *** [Makefile:626: distdir-am] Error 1 make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp' make[1]: *** [Makefile:620: distdir] Error 2 make[1]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp' make: *** [Makefile:722: dist] Error 2 [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: script returned exit code 2 Finished: FAILURE