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