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 17:18:09 The recommended git tool is: NONE 17:18:09 using credential git_key_aug20 17:18:09 Fetching changes from the remote Git repository 17:18:10 Checking out Revision c778ef1fa5b161d07ea4e5f42e20a63d926fc1ca (refs/remotes/origin/master) 17:18:10 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 17:18:10 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 17:18:11 -------- Cleanup -------- [Pipeline] stage [Pipeline] { (Cleanup) [Pipeline] dir 17:18:11 Running in /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp [Pipeline] { [Pipeline] deleteDir [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] echo 17:18:11 -------- Checkout -------- [Pipeline] stage [Pipeline] { (Checkout) [Pipeline] echo 17:18:11 Checking out commit <c778ef1fa5b161d07ea4e5f42e20a63d926fc1ca> [Pipeline] checkout 17:18:11 The recommended git tool is: NONE 17:18:11 using credential git_key_aug20 17:18:11 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 17:18:12 Checking out Revision c778ef1fa5b161d07ea4e5f42e20a63d926fc1ca (detached) 17:18:12 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 17:18:12 Constructing new git message [Pipeline] sh 17:18:12 + git rev-list c778ef1fa5b161d07ea4e5f42e20a63d926fc1ca..0f612d22e304288d5575379f38cb245443b974b8 [Pipeline] sh 17:18:12 + 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 17:18:13 + git rev-list --format=short c778ef1fa5b161d07ea4e5f42e20a63d926fc1ca...0f612d22e304288d5575379f38cb245443b974b8 [Pipeline] sh 17:18:13 + git diff --stat --color 0f612d22e304288d5575379f38cb245443b974b8 c778ef1fa5b161d07ea4e5f42e20a63d926fc1ca [Pipeline] echo 17:18:13 17:18:13 <p>- Changes -------------------------------------------------------------</p> 17:18:13 17:18:13 <pre> 17:18:13 The branch null has been updated. 17:18:13 from c778ef1fa5b161d07ea4e5f42e20a63d926fc1ca (commit) 17:18:13 </pre> 17:18:13 17:18:13 <p>- Log -----------------------------------------------------------------</p> 17:18:13 17:18:13 <pre> 17:18:13 commit c778ef1fa5b161d07ea4e5f42e20a63d926fc1ca 17:18:13 Author: Andrew Beach <ajbeach@uwaterloo.ca> 17:18:13 17:18:13 Apparently the source file lists aren't used until distribution. I went over all the lists and also found a stray header. 17:18:13 </pre> 17:18:13 17:18:13 <p>-----------------------------------------------------------------------</p> 17:18:13 <pre> 17:18:13 Summary of changes: 17:18:13 src/CodeGen/module.mk | 4 <span style="color: #00AA00;">++</span><span style="color: #AA0000;">--</span> 17:18:13 src/ControlStruct/module.mk | 4 <span style="color: #00AA00;">++</span><span style="color: #AA0000;">--</span> 17:18:13 src/Validate/ReplacePseudoFunc.hpp | 10 <span style="color: #AA0000;">----------</span> 17:18:13 src/Validate/module.mk | 8 <span style="color: #00AA00;">++++</span><span style="color: #AA0000;">----</span> 17:18:13 src/main.cpp | 2 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span> 17:18:13 5 files changed, 9 insertions(+), 19 deletions(-) 17:18:13 </pre> 17:18:13 [Pipeline] } [Pipeline] // stage [Pipeline] sh 17:18:13 + sed s/AC_INIT(\[cfa-cc\],\[\(.*\)\],\[cforall@plg.uwaterloo.ca\])/\1/;t;d /var/lib/jenkins/workspace/Cforall_Distribute_Ref/configure.ac [Pipeline] echo 17:18:13 Package Version: 1.0.0 [Pipeline] echo 17:18:13 Build Version: 2887 [Pipeline] echo 17:18:13 Long Version: 1.0.0.2887 [Pipeline] echo 17:18:13 -------- Configure -------- [Pipeline] stage [Pipeline] { (Configure) [Pipeline] dir 17:18:13 Running in /var/lib/jenkins/workspace/Cforall_Distribute_Ref [Pipeline] { [Pipeline] sh 17:18:14 + ./autogen.sh 17:18:14 Running aclocal in root 17:18:16 Running libtoolize in root 17:18:16 Running autoconf in root 17:18:16 Running automake in root 17:18:17 Running aclocal in libcfa 17:18:19 Running libtoolize in libcfa 17:18:19 Running autoconf in libcfa 17:18:20 Running automake in libcfa [Pipeline] } [Pipeline] // dir [Pipeline] dir 17:18:20 Running in /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp [Pipeline] { [Pipeline] sh 17:18:21 + /var/lib/jenkins/workspace/Cforall_Distribute_Ref/configure CXX=g++-9 CC=gcc-9 AR=gcc-ar RANLIB=gcc-ranlib --quiet [Pipeline] sh 17:18:29 + make -j 8 --no-print-directory configure-libcfa 17:18:29 libcfa/x64-debug/config.data 17:18:29 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/ 17:18:29 libcfa/x64-nodebug/config.data 17:18:29 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/ 17:18:29 checking whether make supports nested variables... checking whether make supports nested variables... yes 17:18:29 checking for a BSD-compatible install... yes 17:18:29 checking for a BSD-compatible install... /usr/bin/install -c 17:18:29 checking whether build environment is sane... /usr/bin/install -c 17:18:29 checking whether build environment is sane... yes 17:18:29 yes 17:18:29 checking for a thread-safe mkdir -p... checking for a thread-safe mkdir -p... /usr/bin/mkdir -p 17:18:29 checking for gawk... gawk 17:18:29 checking whether make sets $(MAKE)... /usr/bin/mkdir -p 17:18:29 checking for gawk... gawk 17:18:29 checking whether make sets $(MAKE)... yes 17:18:29 yes 17:18:29 checking for distributated build... no 17:18:29 checking for distributated build... no 17:18:29 checking build system type... checking build system type... x86_64-pc-linux-gnu 17:18:29 x86_64-pc-linux-gnu 17:18:29 checking host system type... checking host system type... x86_64-pc-linux-gnu 17:18:29 x86_64-pc-linux-gnu 17:18:29 checking how to print strings... checking how to print strings... printf 17:18:29 checking whether make supports the include directive... printf 17:18:30 checking whether make supports the include directive... yes (GNU style) 17:18:30 checking for gcc... gcc-9 17:18:30 yes (GNU style) 17:18:30 checking for gcc... gcc-9 17:18:30 checking whether the C compiler works... checking whether the C compiler works... yes 17:18:30 checking for C compiler default output file name... a.out 17:18:30 checking for suffix of executables... yes 17:18:30 checking for C compiler default output file name... a.out 17:18:30 checking for suffix of executables... 17:18:30 checking whether we are cross compiling... 17:18:30 checking whether we are cross compiling... no 17:18:30 checking for suffix of object files... no 17:18:30 checking for suffix of object files... o 17:18:30 checking whether we are using the GNU C compiler... o 17:18:30 checking whether we are using the GNU C compiler... yes 17:18:30 checking whether gcc-9 accepts -g... yes 17:18:30 checking whether gcc-9 accepts -g... yes 17:18:30 checking for gcc-9 option to accept ISO C89... yes 17:18:30 checking for gcc-9 option to accept ISO C89... none needed 17:18:30 checking whether gcc-9 understands -c and -o together... none needed 17:18:30 checking whether gcc-9 understands -c and -o together... yes 17:18:30 checking dependency style of gcc-9... yes 17:18:30 checking dependency style of gcc-9... gcc3 17:18:30 checking for a sed that does not truncate output... /usr/bin/sed 17:18:30 checking for grep that handles long lines and -e... /usr/bin/grep 17:18:30 checking for egrep... /usr/bin/grep -E 17:18:30 checking for fgrep... /usr/bin/grep -F 17:18:30 checking for ld used by gcc-9... /usr/bin/ld 17:18:30 checking if the linker (/usr/bin/ld) is GNU ld... yes 17:18:30 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B 17:18:30 checking the name lister (/usr/bin/nm -B) interface... gcc3 17:18:30 checking for a sed that does not truncate output... /usr/bin/sed 17:18:30 checking for grep that handles long lines and -e... /usr/bin/grep 17:18:30 checking for egrep... /usr/bin/grep -E 17:18:30 checking for fgrep... /usr/bin/grep -F 17:18:30 checking for ld used by gcc-9... BSD nm 17:18:30 checking whether ln -s works... yes 17:18:30 checking the maximum length of command line arguments... 1572864 17:18:30 /usr/bin/ld 17:18:30 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 17:18:30 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop 17:18:30 checking for /usr/bin/ld option to reload object files... -r 17:18:30 yes 17:18:30 checking for BSD- or MS-compatible name lister (nm)... checking for objdump... objdump 17:18:30 checking how to recognize dependent libraries... pass_all 17:18:30 checking for dlltool... no 17:18:30 checking how to associate runtime and link libraries... printf %s\n 17:18:30 /usr/bin/nm -B 17:18:30 checking for archiver @FILE support... checking the name lister (/usr/bin/nm -B) interface... BSD nm 17:18:30 checking whether ln -s works... yes 17:18:30 checking the maximum length of command line arguments... 1572864 17:18:30 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop 17:18:30 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop 17:18:30 checking for /usr/bin/ld option to reload object files... -r 17:18:30 checking for objdump... objdump 17:18:30 checking how to recognize dependent libraries... pass_all 17:18:30 checking for dlltool... no 17:18:30 checking how to associate runtime and link libraries... printf %s\n 17:18:30 checking for archiver @FILE support... @ 17:18:30 checking for strip... strip 17:18:30 checking for ranlib... gcc-ranlib 17:18:30 checking command to parse /usr/bin/nm -B output from gcc-9 object... @ 17:18:30 checking for strip... strip 17:18:30 checking for ranlib... gcc-ranlib 17:18:31 checking command to parse /usr/bin/nm -B output from gcc-9 object... ok 17:18:31 checking for sysroot... no 17:18:31 checking for a working dd... /usr/bin/dd 17:18:31 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 17:18:31 checking for mt... mt 17:18:31 checking if mt is a manifest tool... no 17:18:31 checking how to run the C preprocessor... ok 17:18:31 checking for sysroot... no 17:18:31 checking for a working dd... /usr/bin/dd 17:18:31 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 17:18:31 gcc-9 -E 17:18:31 checking for ANSI C header files... checking for mt... mt 17:18:31 checking if mt is a manifest tool... no 17:18:31 checking how to run the C preprocessor... gcc-9 -E 17:18:31 checking for ANSI C header files... yes 17:18:31 checking for sys/types.h... yes 17:18:32 checking for sys/stat.h... yes 17:18:32 checking for stdlib.h... yes 17:18:32 yes 17:18:32 checking for sys/types.h... checking for string.h... yes 17:18:32 checking for sys/stat.h... yes 17:18:32 checking for memory.h... yes 17:18:32 checking for stdlib.h... yes 17:18:32 yes 17:18:32 checking for string.h... checking for strings.h... yes 17:18:32 checking for memory.h... yes 17:18:32 checking for inttypes.h... yes 17:18:32 checking for strings.h... yes 17:18:32 checking for stdint.h... yes 17:18:32 checking for inttypes.h... yes 17:18:32 checking for unistd.h... yes 17:18:32 checking for stdint.h... yes 17:18:32 checking for dlfcn.h... yes 17:18:32 checking for unistd.h... yes 17:18:32 checking for objdir... .libs 17:18:32 yes 17:18:32 checking for dlfcn.h... yes 17:18:32 checking for objdir... .libs 17:18:32 checking if gcc-9 supports -fno-rtti -fno-exceptions... no 17:18:32 checking for gcc-9 option to produce PIC... -fPIC -DPIC 17:18:32 checking if gcc-9 PIC flag -fPIC -DPIC works... checking if gcc-9 supports -fno-rtti -fno-exceptions... no 17:18:32 checking for gcc-9 option to produce PIC... -fPIC -DPIC 17:18:32 checking if gcc-9 PIC flag -fPIC -DPIC works... yes 17:18:33 checking if gcc-9 static flag -static works... yes 17:18:33 checking if gcc-9 static flag -static works... yes 17:18:33 checking if gcc-9 supports -c -o file.o... yes 17:18:33 checking if gcc-9 supports -c -o file.o... yes 17:18:33 checking if gcc-9 supports -c -o file.o... (cached) yes 17:18:33 checking whether the gcc-9 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes 17:18:33 checking whether -lc should be explicitly linked in... yes 17:18:33 checking if gcc-9 supports -c -o file.o... (cached) yes 17:18:33 checking whether the gcc-9 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes 17:18:33 checking whether -lc should be explicitly linked in... no 17:18:33 checking dynamic linker characteristics... no 17:18:33 checking dynamic linker characteristics... GNU/Linux ld.so 17:18:33 checking how to hardcode library paths into programs... immediate 17:18:33 checking whether stripping libraries is possible... yes 17:18:33 checking if libtool supports shared libraries... yes 17:18:33 checking whether to build shared libraries... yes 17:18:33 checking whether to build static libraries... no 17:18:33 GNU/Linux ld.so 17:18:33 checking how to hardcode library paths into programs... immediate 17:18:33 checking whether stripping libraries is possible... yes 17:18:33 checking if libtool supports shared libraries... yes 17:18:33 checking whether to build shared libraries... yes 17:18:33 checking whether to build static libraries... no 17:18:33 checking whether we are using the GNU C++ compiler... checking whether we are using the GNU C++ compiler... yes 17:18:33 checking whether g++-9 accepts -g... yes 17:18:33 checking whether g++-9 accepts -g... yes 17:18:33 checking dependency style of g++-9... yes 17:18:33 checking dependency style of g++-9... gcc3 17:18:33 checking how to run the C++ preprocessor... gcc3 17:18:33 checking how to run the C++ preprocessor... g++-9 -E 17:18:33 g++-9 -E 17:18:33 checking for ld used by g++-9... /usr/bin/ld -m elf_x86_64 17:18:33 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes 17:18:33 checking for ld used by g++-9... /usr/bin/ld -m elf_x86_64 17:18:33 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 17:18:33 yes 17:18:33 checking whether the g++-9 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes 17:18:33 checking for g++-9 option to produce PIC... -fPIC -DPIC 17:18:33 checking if g++-9 PIC flag -fPIC -DPIC works... checking for g++-9 option to produce PIC... -fPIC -DPIC 17:18:33 checking if g++-9 PIC flag -fPIC -DPIC works... yes 17:18:33 checking if g++-9 static flag -static works... yes 17:18:33 checking if g++-9 static flag -static works... yes 17:18:33 checking if g++-9 supports -c -o file.o... yes 17:18:33 checking if g++-9 supports -c -o file.o... yes 17:18:33 checking if g++-9 supports -c -o file.o... (cached) yes 17:18:33 checking whether the g++-9 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes 17:18:33 checking dynamic linker characteristics... (cached) GNU/Linux ld.so 17:18:33 checking how to hardcode library paths into programs... immediate 17:18:34 checking for gcc... (cached) gcc-9 17:18:34 yes 17:18:34 checking if g++-9 supports -c -o file.o... (cached) yes 17:18:34 checking whether the g++-9 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes 17:18:34 checking dynamic linker characteristics... (cached) checking whether we are using the GNU C compiler... (cached) yes 17:18:34 checking whether gcc-9 accepts -g... (cached) yes 17:18:34 checking for gcc-9 option to accept ISO C89... (cached) none needed 17:18:34 checking whether gcc-9 understands -c and -o together... (cached) yes 17:18:34 checking dependency style of gcc-9... (cached) gcc3 17:18:34 checking dependency style of gcc-9... GNU/Linux ld.so 17:18:34 checking how to hardcode library paths into programs... immediate 17:18:34 checking for gcc... (cached) gcc-9 17:18:34 checking whether we are using the GNU C compiler... (cached) yes 17:18:34 checking whether gcc-9 accepts -g... (cached) yes 17:18:34 checking for gcc-9 option to accept ISO C89... (cached) none needed 17:18:34 checking whether gcc-9 understands -c and -o together... (cached) yes 17:18:34 checking dependency style of gcc-9... (cached) gcc3 17:18:34 checking dependency style of gcc-9... gcc3 17:18:34 checking whether make sets $(MAKE)... (cached) yes 17:18:34 checking linux/rseq.h usability... gcc3 17:18:34 checking whether make sets $(MAKE)... (cached) yes 17:18:34 checking linux/rseq.h usability... yes 17:18:34 checking linux/rseq.h presence... yes 17:18:34 checking for linux/rseq.h... yes 17:18:34 checking for rseq_available in -lrseq... yes 17:18:34 checking linux/rseq.h presence... yes 17:18:34 checking for linux/rseq.h... yes 17:18:34 checking for rseq_available in -lrseq... no 17:18:34 no 17:18:34 checking linux/io_uring.h usability... checking linux/io_uring.h usability... yes 17:18:34 checking linux/io_uring.h presence... yes 17:18:34 checking linux/io_uring.h presence... yes 17:18:34 checking for linux/io_uring.h... yes 17:18:34 checking liburing.h usability... yes 17:18:34 checking for linux/io_uring.h... yes 17:18:34 checking liburing.h usability... yes 17:18:34 checking liburing.h presence... yes 17:18:34 checking liburing.h presence... yes 17:18:34 checking for liburing.h... yes 17:18:34 checking for io_uring_get_probe in -luring... yes 17:18:34 checking for liburing.h... yes 17:18:34 checking for io_uring_get_probe in -luring... yes 17:18:35 checking whether IORING_OP_NOP is declared... yes 17:18:35 checking whether IORING_OP_NOP is declared... yes 17:18:35 yes 17:18:35 checking whether IORING_OP_READV is declared... checking whether IORING_OP_READV is declared... yes 17:18:35 yes 17:18:35 checking whether IORING_OP_WRITEV is declared... checking whether IORING_OP_WRITEV is declared... yes 17:18:35 yes 17:18:35 checking whether IORING_OP_FSYNC is declared... yes 17:18:35 checking whether IORING_OP_FSYNC is declared... yes 17:18:35 checking whether IORING_OP_READ_FIXED is declared... yes 17:18:35 checking whether IORING_OP_READ_FIXED is declared... checking whether IORING_OP_WRITE_FIXED is declared... yes 17:18:35 yes 17:18:35 checking whether IORING_OP_WRITE_FIXED is declared... checking whether IORING_OP_POLL_ADD is declared... yes 17:18:35 yes 17:18:36 checking whether IORING_OP_POLL_ADD is declared... checking whether IORING_OP_POLL_REMOVE is declared... yes 17:18:36 yes 17:18:36 checking whether IORING_OP_POLL_REMOVE is declared... yes 17:18:36 checking whether IORING_OP_SYNC_FILE_RANGE is declared... checking whether IORING_OP_SYNC_FILE_RANGE is declared... yes 17:18:36 yes 17:18:36 checking whether IORING_OP_SENDMSG is declared... checking whether IORING_OP_SENDMSG is declared... yes 17:18:36 yes 17:18:36 checking whether IORING_OP_RECVMSG is declared... checking whether IORING_OP_RECVMSG is declared... yes 17:18:36 yes 17:18:36 checking whether IORING_OP_TIMEOUT is declared... checking whether IORING_OP_TIMEOUT is declared... yes 17:18:36 yes 17:18:36 checking whether IORING_OP_TIMEOUT_REMOVE is declared... checking whether IORING_OP_TIMEOUT_REMOVE is declared... yes 17:18:36 yes 17:18:36 checking whether IORING_OP_ACCEPT is declared... checking whether IORING_OP_ACCEPT is declared... yes 17:18:36 yes 17:18:37 checking whether IORING_OP_ASYNC_CANCEL is declared... checking whether IORING_OP_ASYNC_CANCEL is declared... yes 17:18:37 checking whether IORING_OP_LINK_TIMEOUT is declared... yes 17:18:37 yes 17:18:37 checking whether IORING_OP_CONNECT is declared... checking whether IORING_OP_LINK_TIMEOUT is declared... yes 17:18:37 yes 17:18:37 checking whether IORING_OP_FALLOCATE is declared... yes 17:18:37 checking whether IORING_OP_CONNECT is declared... yes 17:18:37 checking whether IORING_OP_OPENAT is declared... yes 17:18:37 checking whether IORING_OP_FALLOCATE is declared... yes 17:18:37 checking whether IORING_OP_CLOSE is declared... yes 17:18:37 checking whether IORING_OP_OPENAT is declared... yes 17:18:38 checking whether IORING_OP_FILES_UPDATE is declared... yes 17:18:38 checking whether IORING_OP_CLOSE is declared... checking whether IORING_OP_STATX is declared... yes 17:18:38 yes 17:18:38 checking whether IORING_OP_FILES_UPDATE is declared... checking whether IORING_OP_READ is declared... yes 17:18:38 yes 17:18:38 checking whether IORING_OP_STATX is declared... checking whether IORING_OP_WRITE is declared... yes 17:18:38 yes 17:18:38 checking whether IORING_OP_READ is declared... checking whether IORING_OP_FADVISE is declared... yes 17:18:38 yes 17:18:38 checking whether IORING_OP_WRITE is declared... checking whether IORING_OP_MADVISE is declared... yes 17:18:38 yes 17:18:38 checking whether IORING_OP_FADVISE is declared... checking whether IORING_OP_SEND is declared... yes 17:18:38 yes 17:18:38 checking whether IORING_OP_MADVISE is declared... yes 17:18:39 checking whether IORING_OP_RECV is declared... yes 17:18:39 checking whether IORING_OP_SEND is declared... checking whether IORING_OP_OPENAT2 is declared... yes 17:18:39 yes 17:18:39 checking whether IORING_OP_RECV is declared... checking whether IORING_OP_EPOLL_CTL is declared... yes 17:18:39 yes 17:18:39 checking whether IORING_OP_OPENAT2 is declared... checking whether IORING_OP_SPLICE is declared... yes 17:18:39 yes 17:18:39 checking whether IORING_OP_EPOLL_CTL is declared... yes 17:18:39 checking whether IORING_OP_PROVIDE_BUFFERS is declared... checking whether IORING_OP_SPLICE is declared... yes 17:18:40 yes 17:18:40 checking whether IORING_OP_REMOVE_BUFFER is declared... checking whether IORING_OP_PROVIDE_BUFFERS is declared... no 17:18:40 checking whether IORING_OP_TEE is declared... yes 17:18:40 no 17:18:40 checking whether IOSQE_FIXED_FILE is declared... checking whether IORING_OP_REMOVE_BUFFER is declared... yes 17:18:40 no 17:18:40 checking whether IOSQE_IO_DRAIN is declared... checking whether IORING_OP_TEE is declared... yes 17:18:40 checking whether IOSQE_IO_LINK is declared... no 17:18:40 checking whether IOSQE_FIXED_FILE is declared... yes 17:18:40 checking whether IOSQE_IO_HARDLINK is declared... yes 17:18:40 checking whether IOSQE_ASYNC is declared... yes 17:18:40 checking whether IOSQE_IO_DRAIN is declared... yes 17:18:40 yes 17:18:40 checking whether IOSQE_BUFFER_SELECT is declared... checking whether IOSQE_IO_LINK is declared... yes 17:18:40 checking whether SPLICE_F_FD_IN_FIXED is declared... yes 17:18:40 checking whether IOSQE_IO_HARDLINK is declared... yes 17:18:40 checking whether IORING_SETUP_ATTACH_WQ is declared... yes 17:18:40 checking whether IOSQE_ASYNC is declared... yes 17:18:40 checking whether IORING_REGISTER_IOWQ_MAX_WORKERS is declared... yes 17:18:40 checking whether IOSQE_BUFFER_SELECT is declared... yes 17:18:40 checking whether SPLICE_F_FD_IN_FIXED is declared... no 17:18:40 checking for preadv2... yes 17:18:40 checking whether IORING_SETUP_ATTACH_WQ is declared... yes 17:18:40 checking for pwritev2... yes 17:18:41 checking whether IORING_REGISTER_IOWQ_MAX_WORKERS is declared... yes 17:18:41 no 17:18:41 checking for preadv2... checking that generated files are newer than configure... done 17:18:41 configure: creating ./config.status 17:18:41 yes 17:18:41 checking for pwritev2... yes 17:18:41 checking that generated files are newer than configure... done 17:18:41 configure: creating ./config.status 17:18:42 config.status: creating Makefile 17:18:42 config.status: creating src/Makefile 17:18:42 config.status: creating prelude/Makefile 17:18:42 config.status: creating src/concurrency/io/call.cfa 17:18:42 config.status: creating prelude/defines.hfa 17:18:42 config.status: creating Makefile 17:18:42 config.status: executing depfiles commands 17:18:42 config.status: creating src/Makefile 17:18:42 config.status: creating prelude/Makefile 17:18:42 config.status: creating src/concurrency/io/call.cfa 17:18:42 config.status: executing libtool commands 17:18:42 Cforall library configuraton completed. Type "make -j 8 install". 17:18:42 config.status: creating prelude/defines.hfa 17:18:42 config.status: executing depfiles commands 17:18:42 config.status: executing libtool commands 17:18:42 Cforall library configuraton completed. Type "make -j 8 install". [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] echo 17:18:43 -------- Package -------- [Pipeline] stage [Pipeline] { (Package) [Pipeline] dir 17:18:43 Running in /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp [Pipeline] { [Pipeline] sh 17:18:43 + make VERSION=1.0.0.2887 dist 17:18:43 make dist-gzip am__post_remove_distdir='@:' 17:18:43 make[1]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp' 17:18:43 make distdir-am 17:18:43 make[2]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp' 17:18:43 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 17:18:43 test -d "cfa-cc-1.0.0.2887" || mkdir "cfa-cc-1.0.0.2887" 17:18:43 (cd driver && make top_distdir=../cfa-cc-1.0.0.2887 distdir=../cfa-cc-1.0.0.2887/driver \ 17:18:43 am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) 17:18:43 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/driver' 17:18:43 make distdir-am 17:18:43 make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/driver' 17:18:43 make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/driver' 17:18:43 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/driver' 17:18:43 (cd src && make top_distdir=../cfa-cc-1.0.0.2887 distdir=../cfa-cc-1.0.0.2887/src \ 17:18:43 am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) 17:18:43 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/src' 17:18:43 YACC Parser/parser.cc 17:18:44 updating Parser/parser.output 17:18:44 updating Parser/parser.hh 17:18:44 make distdir-am 17:18:44 make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/src' 17:18:44 LEX Parser/lex.cc 17:18:44 make[4]: *** No rule to make target 'SymTab/demangler.cc', needed by 'distdir-am'. Stop. 17:18:44 make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/src' 17:18:44 make[3]: *** [Makefile:1596: distdir] Error 2 17:18:44 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/src' 17:18:44 make[2]: *** [Makefile:626: distdir-am] Error 1 17:18:44 make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp' 17:18:44 make[1]: *** [Makefile:620: distdir] Error 2 17:18:44 make[1]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp' 17:18:44 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