Started by upstream project "Cforall_Full_Build" build number 2751
originally caused by:
Started by timer
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
23:50:43 The recommended git tool is: NONE
23:50:43 using credential git_key_aug20
23:50:43 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
23:50:44 Checking out Revision cfbc56ecba6583d7520c7a7a6bf7f4194e8016a0 (refs/remotes/origin/master)
23:50:44 Commit message: "Enable array RAII and provide uninit(-), a uNoCtor equivalent."
[Pipeline] load
[Pipeline] { (Jenkins/tools.groovy)
[Pipeline] }
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f cfbc56ecba6583d7520c7a7a6bf7f4194e8016a0 # timeout=10
> git rev-list --no-walk 40002c571ede7ddc84d480b11695fca66c1e8e35 # timeout=10
[Pipeline] // load
[Pipeline] echo
23:50:45 Distributing git commit cfbc56ecba6583d7520c7a7a6bf7f4194e8016a0
[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
23:50:45 -------- Cleanup --------
[Pipeline] stage
[Pipeline] { (Cleanup)
[Pipeline] dir
23:50:45 Running in /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp
[Pipeline] {
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] echo
23:50:45 -------- Checkout --------
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] echo
23:50:45 Checking out commit <cfbc56ecba6583d7520c7a7a6bf7f4194e8016a0>
[Pipeline] checkout
23:50:45 The recommended git tool is: NONE
23:50:45 using credential git_key_aug20
23:50:45 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
23:50:46 Checking out Revision cfbc56ecba6583d7520c7a7a6bf7f4194e8016a0 (detached)
23:50:46 Commit message: "Enable array RAII and provide uninit(-), a uNoCtor equivalent."
[Pipeline] echo
23:50:46 Constructing new git message
[Pipeline] sh
23:50:47 + git rev-list cfbc56ecba6583d7520c7a7a6bf7f4194e8016a0..40002c571ede7ddc84d480b11695fca66c1e8e35
[Pipeline] sh
> git rev-parse cfbc56ecba6583d7520c7a7a6bf7f4194e8016a0^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f cfbc56ecba6583d7520c7a7a6bf7f4194e8016a0 # timeout=10
23:50:47 + git cat-file -t cfbc56ecba6583d7520c7a7a6bf7f4194e8016a0
[Pipeline] sh
23:50:48 + git rev-list --format=short cfbc56ecba6583d7520c7a7a6bf7f4194e8016a0...40002c571ede7ddc84d480b11695fca66c1e8e35
[Pipeline] sh
23:50:48 + git diff --stat --color 40002c571ede7ddc84d480b11695fca66c1e8e35 cfbc56ecba6583d7520c7a7a6bf7f4194e8016a0
[Pipeline] echo
23:50:48
23:50:48 <p>- Changes -------------------------------------------------------------</p>
23:50:48
23:50:48 <pre>
23:50:48 The branch null has been updated.
23:50:48 from cfbc56ecba6583d7520c7a7a6bf7f4194e8016a0 (commit)
23:50:48 </pre>
23:50:48
23:50:48 <p>- Log -----------------------------------------------------------------</p>
23:50:48
23:50:48 <pre>
23:50:48 commit cfbc56ecba6583d7520c7a7a6bf7f4194e8016a0
23:50:48 Author: Michael Brooks <mlbrooks@uwaterloo.ca>
23:50:48
23:50:48 Enable array RAII and provide uninit(-), a uNoCtor equivalent.
23:50:48 </pre>
23:50:48
23:50:48 <p>-----------------------------------------------------------------------</p>
23:50:48 <pre>
23:50:48 Summary of changes:
23:50:48 libcfa/src/Makefile.am | 1 <span style="color: #00AA00;">+</span>
23:50:48 libcfa/src/collections/array.hfa | 32 <span style="color: #00AA00;">++</span><span style="color: #AA0000;">--</span>
23:50:48 libcfa/src/raii.hfa | 109 <span style="color: #00AA00;">+++++++++++++</span>
23:50:48 tests/array-collections/.expect/array-raii-c.txt | 109 <span style="color: #00AA00;">+++++++++++++</span>
23:50:48 tests/array-collections/.expect/array-raii-cfa.txt | 109 <span style="color: #00AA00;">+++++++++++++</span>
23:50:48 tests/array-collections/array-raii-c.cfa | 21 <span style="color: #00AA00;">+++</span>
23:50:48 tests/array-collections/array-raii-cfa.cfa | 23 <span style="color: #00AA00;">+++</span>
23:50:48 tests/array-collections/array-raii.hfa | 174 <span style="color: #00AA00;">+++++++++++++++++++++</span>
23:50:48 8 files changed, 569 insertions(+), 9 deletions(-)
23:50:48 </pre>
23:50:48
[Pipeline] }
[Pipeline] // stage
[Pipeline] sh
23:50:48 + sed s/AC_INIT(\[cfa-cc\],\[\(.*\)\],\[cforall@plg.uwaterloo.ca\])/\1/;t;d /var/lib/jenkins/workspace/Cforall_Distribute_Ref/configure.ac
[Pipeline] echo
23:50:48 Package Version: 1.0.0
[Pipeline] echo
23:50:48 Build Version: 2751
[Pipeline] echo
23:50:48 Long Version: 1.0.0.2751
[Pipeline] echo
23:50:48 -------- Configure --------
[Pipeline] stage
[Pipeline] { (Configure)
[Pipeline] dir
23:50:48 Running in /var/lib/jenkins/workspace/Cforall_Distribute_Ref
[Pipeline] {
[Pipeline] sh
23:50:49 + ./autogen.sh
23:50:49 Running aclocal in root
23:50:51 Running libtoolize in root
23:50:51 Running autoconf in root
23:50:51 Running automake in root
23:50:52 Running aclocal in libcfa
23:50:54 Running libtoolize in libcfa
23:50:55 Running autoconf in libcfa
23:50:55 Running automake in libcfa
[Pipeline] }
[Pipeline] // dir
[Pipeline] dir
23:50:56 Running in /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp
[Pipeline] {
[Pipeline] sh
23:50:56 + /var/lib/jenkins/workspace/Cforall_Distribute_Ref/configure CXX=g++-9 CC=gcc-9 AR=gcc-ar RANLIB=gcc-ranlib --quiet
[Pipeline] sh
23:51:04 + make -j 8 --no-print-directory configure-libcfa
23:51:04 libcfa/x64-debug/config.data
23:51:04 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/
23:51:04 libcfa/x64-nodebug/config.data
23:51:04 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/
23:51:05 checking whether make supports nested variables... checking whether make supports nested variables... yes
23:51:05 checking for a BSD-compatible install... yes
23:51:05 checking for a BSD-compatible install... /usr/bin/install -c
23:51:05 checking whether build environment is sane... /usr/bin/install -c
23:51:05 checking whether build environment is sane... yes
23:51:05 yes
23:51:05 checking for a thread-safe mkdir -p... checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
23:51:05 checking for gawk... gawk
23:51:05 checking whether make sets $(MAKE)... /usr/bin/mkdir -p
23:51:05 checking for gawk... gawk
23:51:05 checking whether make sets $(MAKE)... yes
23:51:05 yes
23:51:05 checking for distributated build... no
23:51:05 checking for distributated build... no
23:51:05 checking build system type... checking build system type... x86_64-pc-linux-gnu
23:51:05 checking host system type... x86_64-pc-linux-gnu
23:51:05 x86_64-pc-linux-gnu
23:51:05 checking how to print strings... checking host system type... x86_64-pc-linux-gnu
23:51:05 checking how to print strings... printf
23:51:05 checking whether make supports the include directive... printf
23:51:05 checking whether make supports the include directive... yes (GNU style)
23:51:05 checking for gcc... gcc-9
23:51:05 yes (GNU style)
23:51:05 checking for gcc... gcc-9
23:51:06 checking whether the C compiler works... checking whether the C compiler works... yes
23:51:06 checking for C compiler default output file name... a.out
23:51:06 checking for suffix of executables...
23:51:06 checking whether we are cross compiling... yes
23:51:06 checking for C compiler default output file name... a.out
23:51:06 checking for suffix of executables... no
23:51:06 checking for suffix of object files...
23:51:06 checking whether we are cross compiling... o
23:51:06 checking whether we are using the GNU C compiler... no
23:51:06 checking for suffix of object files... yes
23:51:06 checking whether gcc-9 accepts -g... o
23:51:06 checking whether we are using the GNU C compiler... yes
23:51:06 checking for gcc-9 option to accept ISO C89... yes
23:51:06 checking whether gcc-9 accepts -g... none needed
23:51:06 checking whether gcc-9 understands -c and -o together... yes
23:51:06 checking for gcc-9 option to accept ISO C89... none needed
23:51:06 checking whether gcc-9 understands -c and -o together... yes
23:51:06 checking dependency style of gcc-9... yes
23:51:06 checking dependency style of gcc-9... gcc3
23:51:06 checking for a sed that does not truncate output... /usr/bin/sed
23:51:06 checking for grep that handles long lines and -e... /usr/bin/grep
23:51:06 checking for egrep... /usr/bin/grep -E
23:51:06 checking for fgrep... /usr/bin/grep -F
23:51:06 checking for ld used by gcc-9... /usr/bin/ld
23:51:06 checking if the linker (/usr/bin/ld) is GNU ld... yes
23:51:06 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
23:51:06 checking the name lister (/usr/bin/nm -B) interface... gcc3
23:51:06 checking for a sed that does not truncate output... /usr/bin/sed
23:51:06 checking for grep that handles long lines and -e... /usr/bin/grep
23:51:06 checking for egrep... /usr/bin/grep -E
23:51:06 checking for fgrep... BSD nm
23:51:06 checking whether ln -s works... yes
23:51:06 checking the maximum length of command line arguments... /usr/bin/grep -F
23:51:06 checking for ld used by gcc-9... 1572864
23:51:06 /usr/bin/ld
23:51:06 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
23:51:06 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
23:51:06 checking for /usr/bin/ld option to reload object files... -r
23:51:06 yes
23:51:06 checking for objdump... checking for BSD- or MS-compatible name lister (nm)... objdump
23:51:06 checking how to recognize dependent libraries... pass_all
23:51:06 checking for dlltool... no
23:51:06 checking how to associate runtime and link libraries... printf %s\n
23:51:06 checking for archiver @FILE support... /usr/bin/nm -B
23:51:06 checking the name lister (/usr/bin/nm -B) interface... BSD nm
23:51:06 checking whether ln -s works... yes
23:51:06 checking the maximum length of command line arguments... 1572864
23:51:06 @
23:51:06 checking for strip... strip
23:51:06 checking for ranlib... gcc-ranlib
23:51:06 checking command to parse /usr/bin/nm -B output from gcc-9 object... checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
23:51:06 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
23:51:06 checking for /usr/bin/ld option to reload object files... -r
23:51:06 checking for objdump... objdump
23:51:06 checking how to recognize dependent libraries... pass_all
23:51:06 checking for dlltool... no
23:51:06 checking how to associate runtime and link libraries... printf %s\n
23:51:06 checking for archiver @FILE support... @
23:51:06 checking for strip... strip
23:51:06 checking for ranlib... gcc-ranlib
23:51:06 checking command to parse /usr/bin/nm -B output from gcc-9 object... ok
23:51:06 checking for sysroot... no
23:51:06 checking for a working dd... /usr/bin/dd
23:51:06 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
23:51:06 checking for mt... mt
23:51:06 checking if mt is a manifest tool... no
23:51:07 checking how to run the C preprocessor... ok
23:51:07 checking for sysroot... no
23:51:07 checking for a working dd... gcc-9 -E
23:51:07 /usr/bin/dd
23:51:07 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
23:51:07 checking for mt... mt
23:51:07 checking if mt is a manifest tool... no
23:51:07 checking for ANSI C header files... checking how to run the C preprocessor... gcc-9 -E
23:51:07 checking for ANSI C header files... yes
23:51:07 checking for sys/types.h... yes
23:51:07 checking for sys/stat.h... yes
23:51:07 checking for stdlib.h... yes
23:51:07 checking for sys/types.h... yes
23:51:07 checking for string.h... yes
23:51:07 checking for sys/stat.h... yes
23:51:07 checking for memory.h... yes
23:51:07 checking for stdlib.h... yes
23:51:07 yes
23:51:07 checking for strings.h... checking for string.h... yes
23:51:07 checking for inttypes.h... yes
23:51:07 checking for memory.h... yes
23:51:07 checking for stdint.h... yes
23:51:07 checking for strings.h... yes
23:51:07 checking for unistd.h... yes
23:51:07 checking for inttypes.h... yes
23:51:07 checking for dlfcn.h... yes
23:51:07 checking for stdint.h... yes
23:51:07 checking for objdir... .libs
23:51:07 yes
23:51:08 checking for unistd.h... yes
23:51:08 checking for dlfcn.h... checking if gcc-9 supports -fno-rtti -fno-exceptions... no
23:51:08 checking for gcc-9 option to produce PIC... -fPIC -DPIC
23:51:08 checking if gcc-9 PIC flag -fPIC -DPIC works... yes
23:51:08 checking for objdir... .libs
23:51:08 yes
23:51:08 checking if gcc-9 static flag -static works... yes
23:51:08 checking if gcc-9 supports -c -o file.o... yes
23:51:08 checking if gcc-9 supports -c -o file.o... (cached) yes
23:51:08 checking whether the gcc-9 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... checking if gcc-9 supports -fno-rtti -fno-exceptions... yes
23:51:08 checking whether -lc should be explicitly linked in... no
23:51:08 checking for gcc-9 option to produce PIC... -fPIC -DPIC
23:51:08 checking if gcc-9 PIC flag -fPIC -DPIC works... no
23:51:08 checking dynamic linker characteristics... yes
23:51:08 checking if gcc-9 static flag -static works... GNU/Linux ld.so
23:51:08 checking how to hardcode library paths into programs... immediate
23:51:08 checking whether stripping libraries is possible... yes
23:51:08 checking if libtool supports shared libraries... yes
23:51:08 checking whether to build shared libraries... yes
23:51:08 checking whether to build static libraries... no
23:51:08 yes
23:51:08 checking if gcc-9 supports -c -o file.o... checking whether we are using the GNU C++ compiler... yes
23:51:08 checking if gcc-9 supports -c -o file.o... (cached) yes
23:51:08 checking whether the gcc-9 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
23:51:08 checking whether g++-9 accepts -g... yes
23:51:08 checking whether -lc should be explicitly linked in... yes
23:51:08 checking dependency style of g++-9... no
23:51:08 checking dynamic linker characteristics... gcc3
23:51:08 checking how to run the C++ preprocessor... GNU/Linux ld.so
23:51:08 checking how to hardcode library paths into programs... immediate
23:51:08 checking whether stripping libraries is possible... yes
23:51:08 checking if libtool supports shared libraries... yes
23:51:08 checking whether to build shared libraries... yes
23:51:08 checking whether to build static libraries... no
23:51:08 checking whether we are using the GNU C++ compiler... g++-9 -E
23:51:08 yes
23:51:08 checking whether g++-9 accepts -g... yes
23:51:09 checking dependency style of g++-9... gcc3
23:51:09 checking how to run the C++ preprocessor... g++-9 -E
23:51:09 checking for ld used by g++-9... /usr/bin/ld -m elf_x86_64
23:51:09 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
23:51:09 checking whether the g++-9 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
23:51:09 checking for g++-9 option to produce PIC... -fPIC -DPIC
23:51:09 checking if g++-9 PIC flag -fPIC -DPIC works... checking for ld used by g++-9... /usr/bin/ld -m elf_x86_64
23:51:09 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
23:51:09 checking whether the g++-9 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
23:51:09 yes
23:51:09 checking if g++-9 static flag -static works... checking for g++-9 option to produce PIC... -fPIC -DPIC
23:51:09 checking if g++-9 PIC flag -fPIC -DPIC works... yes
23:51:09 checking if g++-9 supports -c -o file.o... yes
23:51:09 checking if g++-9 static flag -static works... yes
23:51:09 checking if g++-9 supports -c -o file.o... (cached) yes
23:51:09 checking whether the g++-9 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
23:51:09 checking dynamic linker characteristics... (cached) GNU/Linux ld.so
23:51:09 checking how to hardcode library paths into programs... immediate
23:51:09 checking for gcc... (cached) gcc-9
23:51:09 yes
23:51:09 checking if g++-9 supports -c -o file.o... checking whether we are using the GNU C compiler... (cached) yes
23:51:09 checking whether gcc-9 accepts -g... (cached) yes
23:51:09 checking for gcc-9 option to accept ISO C89... (cached) none needed
23:51:09 checking whether gcc-9 understands -c and -o together... (cached) yes
23:51:09 checking dependency style of gcc-9... (cached) gcc3
23:51:09 checking dependency style of gcc-9... yes
23:51:09 checking if g++-9 supports -c -o file.o... (cached) yes
23:51:09 checking whether the g++-9 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
23:51:09 checking dynamic linker characteristics... (cached) GNU/Linux ld.so
23:51:09 checking how to hardcode library paths into programs... immediate
23:51:09 checking for gcc... (cached) gcc-9
23:51:09 gcc3
23:51:09 checking whether make sets $(MAKE)... checking whether we are using the GNU C compiler... (cached) yes
23:51:09 checking whether gcc-9 accepts -g... (cached) yes
23:51:09 checking for gcc-9 option to accept ISO C89... (cached) none needed
23:51:09 checking whether gcc-9 understands -c and -o together... (cached) yes
23:51:09 (cached) checking dependency style of gcc-9... yes
23:51:09 checking linux/rseq.h usability... (cached) gcc3
23:51:09 checking dependency style of gcc-9... yes
23:51:09 checking linux/rseq.h presence... gcc3
23:51:09 checking whether make sets $(MAKE)... (cached) yes
23:51:09 checking linux/rseq.h usability... yes
23:51:09 checking for linux/rseq.h... yes
23:51:09 checking for rseq_available in -lrseq... yes
23:51:09 checking linux/rseq.h presence... yes
23:51:09 checking for linux/rseq.h... yes
23:51:10 checking for rseq_available in -lrseq... no
23:51:10 checking linux/io_uring.h usability... no
23:51:10 checking linux/io_uring.h usability... yes
23:51:10 checking linux/io_uring.h presence... yes
23:51:10 checking linux/io_uring.h presence... yes
23:51:10 checking for linux/io_uring.h... yes
23:51:10 checking liburing.h usability... yes
23:51:10 checking for linux/io_uring.h... yes
23:51:10 checking liburing.h usability... yes
23:51:10 checking liburing.h presence... yes
23:51:10 checking liburing.h presence... yes
23:51:10 checking for liburing.h... yes
23:51:10 checking for io_uring_get_probe in -luring... yes
23:51:10 checking for liburing.h... yes
23:51:10 checking for io_uring_get_probe in -luring... yes
23:51:10 checking whether IORING_OP_NOP is declared... yes
23:51:10 checking whether IORING_OP_NOP is declared... yes
23:51:10 yes
23:51:10 checking whether IORING_OP_READV is declared... checking whether IORING_OP_READV is declared... yes
23:51:10 yes
23:51:10 checking whether IORING_OP_WRITEV is declared... checking whether IORING_OP_WRITEV is declared... yes
23:51:10 yes
23:51:10 checking whether IORING_OP_FSYNC is declared... yes
23:51:11 checking whether IORING_OP_FSYNC is declared... checking whether IORING_OP_READ_FIXED is declared... yes
23:51:11 yes
23:51:11 checking whether IORING_OP_READ_FIXED is declared... checking whether IORING_OP_WRITE_FIXED is declared... yes
23:51:11 checking whether IORING_OP_WRITE_FIXED is declared... yes
23:51:11 yes
23:51:11 checking whether IORING_OP_POLL_ADD is declared... yes
23:51:11 checking whether IORING_OP_POLL_ADD is declared... yes
23:51:11 checking whether IORING_OP_POLL_REMOVE is declared... yes
23:51:11 checking whether IORING_OP_POLL_REMOVE is declared... checking whether IORING_OP_SYNC_FILE_RANGE is declared... yes
23:51:11 yes
23:51:11 checking whether IORING_OP_SENDMSG is declared... yes
23:51:11 checking whether IORING_OP_SYNC_FILE_RANGE is declared... yes
23:51:12 checking whether IORING_OP_RECVMSG is declared... yes
23:51:12 checking whether IORING_OP_SENDMSG is declared... checking whether IORING_OP_TIMEOUT is declared... yes
23:51:12 yes
23:51:12 checking whether IORING_OP_RECVMSG is declared... checking whether IORING_OP_TIMEOUT_REMOVE is declared... yes
23:51:12 yes
23:51:12 checking whether IORING_OP_TIMEOUT is declared... yes
23:51:12 checking whether IORING_OP_ACCEPT is declared... yes
23:51:12 checking whether IORING_OP_TIMEOUT_REMOVE is declared... yes
23:51:12 checking whether IORING_OP_ASYNC_CANCEL is declared... yes
23:51:12 checking whether IORING_OP_ACCEPT is declared... yes
23:51:12 checking whether IORING_OP_LINK_TIMEOUT is declared... yes
23:51:12 checking whether IORING_OP_CONNECT is declared... checking whether IORING_OP_ASYNC_CANCEL is declared... yes
23:51:12 yes
23:51:13 checking whether IORING_OP_FALLOCATE is declared... checking whether IORING_OP_LINK_TIMEOUT is declared... yes
23:51:13 yes
23:51:13 checking whether IORING_OP_OPENAT is declared... yes
23:51:13 checking whether IORING_OP_CONNECT is declared... yes
23:51:13 checking whether IORING_OP_CLOSE is declared... yes
23:51:13 checking whether IORING_OP_FALLOCATE is declared... yes
23:51:13 checking whether IORING_OP_FILES_UPDATE is declared... checking whether IORING_OP_OPENAT is declared... yes
23:51:13 checking whether IORING_OP_STATX is declared... yes
23:51:13 yes
23:51:13 checking whether IORING_OP_CLOSE is declared... yes
23:51:13 checking whether IORING_OP_READ is declared... yes
23:51:13 checking whether IORING_OP_FILES_UPDATE is declared... yes
23:51:14 checking whether IORING_OP_WRITE is declared... yes
23:51:14 checking whether IORING_OP_STATX is declared... checking whether IORING_OP_FADVISE is declared... yes
23:51:14 yes
23:51:14 checking whether IORING_OP_READ is declared... checking whether IORING_OP_MADVISE is declared... yes
23:51:14 yes
23:51:14 checking whether IORING_OP_WRITE is declared... yes
23:51:14 checking whether IORING_OP_SEND is declared... checking whether IORING_OP_FADVISE is declared... yes
23:51:14 yes
23:51:14 checking whether IORING_OP_RECV is declared... checking whether IORING_OP_MADVISE is declared... yes
23:51:14 yes
23:51:14 checking whether IORING_OP_OPENAT2 is declared... yes
23:51:14 checking whether IORING_OP_SEND is declared... yes
23:51:15 checking whether IORING_OP_EPOLL_CTL is declared... yes
23:51:15 checking whether IORING_OP_RECV is declared... yes
23:51:15 checking whether IORING_OP_SPLICE is declared... yes
23:51:15 checking whether IORING_OP_OPENAT2 is declared... yes
23:51:15 checking whether IORING_OP_PROVIDE_BUFFERS is declared... yes
23:51:15 checking whether IORING_OP_EPOLL_CTL is declared... yes
23:51:15 checking whether IORING_OP_REMOVE_BUFFER is declared... checking whether IORING_OP_SPLICE is declared... no
23:51:15 checking whether IORING_OP_TEE is declared... yes
23:51:16 no
23:51:16 checking whether IOSQE_FIXED_FILE is declared... yes
23:51:16 checking whether IOSQE_IO_DRAIN is declared... checking whether IORING_OP_PROVIDE_BUFFERS is declared... yes
23:51:16 checking whether IOSQE_IO_LINK is declared... yes
23:51:16 yes
23:51:16 checking whether IOSQE_IO_HARDLINK is declared... checking whether IORING_OP_REMOVE_BUFFER is declared... yes
23:51:16 checking whether IOSQE_ASYNC is declared... no
23:51:16 checking whether IORING_OP_TEE is declared... yes
23:51:16 checking whether IOSQE_BUFFER_SELECT is declared... no
23:51:16 checking whether IOSQE_FIXED_FILE is declared... yes
23:51:16 checking whether SPLICE_F_FD_IN_FIXED is declared... yes
23:51:16 checking whether IOSQE_IO_DRAIN is declared... yes
23:51:16 checking whether IORING_SETUP_ATTACH_WQ is declared... yes
23:51:16 checking whether IOSQE_IO_LINK is declared... yes
23:51:16 checking whether IORING_REGISTER_IOWQ_MAX_WORKERS is declared... yes
23:51:16 checking whether IOSQE_IO_HARDLINK is declared... no
23:51:16 checking for preadv2... yes
23:51:16 checking whether IOSQE_ASYNC is declared... yes
23:51:16 checking for pwritev2... yes
23:51:16 checking whether IOSQE_BUFFER_SELECT is declared... yes
23:51:16 yes
23:51:16 checking whether SPLICE_F_FD_IN_FIXED is declared... checking that generated files are newer than configure... done
23:51:16 configure: creating ./config.status
23:51:16 yes
23:51:16 checking whether IORING_SETUP_ATTACH_WQ is declared... yes
23:51:16 checking whether IORING_REGISTER_IOWQ_MAX_WORKERS is declared... no
23:51:16 checking for preadv2... yes
23:51:17 checking for pwritev2... yes
23:51:17 checking that generated files are newer than configure... done
23:51:17 configure: creating ./config.status
23:51:18 config.status: creating Makefile
23:51:18 config.status: creating src/Makefile
23:51:18 config.status: creating prelude/Makefile
23:51:18 config.status: creating src/concurrency/io/call.cfa
23:51:18 config.status: creating prelude/defines.hfa
23:51:18 config.status: executing depfiles commands
23:51:18 config.status: executing libtool commands
23:51:18 Cforall library configuraton completed. Type "make -j 8 install".
23:51:18 config.status: creating Makefile
23:51:18 config.status: creating src/Makefile
23:51:18 config.status: creating prelude/Makefile
23:51:18 config.status: creating src/concurrency/io/call.cfa
23:51:18 config.status: creating prelude/defines.hfa
23:51:18 config.status: executing depfiles commands
23:51:18 config.status: executing libtool commands
23:51:18 Cforall library configuraton completed. Type "make -j 8 install".
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] echo
23:51:18 -------- Package --------
[Pipeline] stage
[Pipeline] { (Package)
[Pipeline] dir
23:51:18 Running in /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp
[Pipeline] {
[Pipeline] sh
23:51:18 + make VERSION=1.0.0.2751 dist
23:51:18 make dist-gzip am__post_remove_distdir='@:'
23:51:18 make[1]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp'
23:51:18 make distdir-am
23:51:18 make[2]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp'
23:51:18 if test -d "cfa-cc-1.0.0.2751"; then find "cfa-cc-1.0.0.2751" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "cfa-cc-1.0.0.2751" || { sleep 5 && rm -rf "cfa-cc-1.0.0.2751"; }; else :; fi
23:51:18 test -d "cfa-cc-1.0.0.2751" || mkdir "cfa-cc-1.0.0.2751"
23:51:18 (cd driver && make top_distdir=../cfa-cc-1.0.0.2751 distdir=../cfa-cc-1.0.0.2751/driver \
23:51:18 am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
23:51:18 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/driver'
23:51:18 make distdir-am
23:51:18 make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/driver'
23:51:18 make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/driver'
23:51:18 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/driver'
23:51:18 (cd src && make top_distdir=../cfa-cc-1.0.0.2751 distdir=../cfa-cc-1.0.0.2751/src \
23:51:18 am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
23:51:18 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/src'
23:51:18 YACC Parser/parser.cc
23:51:19 updating Parser/parser.output
23:51:20 updating Parser/parser.hh
23:51:20 make distdir-am
23:51:20 make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/src'
23:51:20 LEX Parser/lex.cc
23:51:20 make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/src'
23:51:20 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/src'
23:51:20 (cd libcfa && make top_distdir=../cfa-cc-1.0.0.2751 distdir=../cfa-cc-1.0.0.2751/libcfa \
23:51:20 am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
23:51:20 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa'
23:51:20 Distributing libcfa from 'libcfa/x64-nodebug'
23:51:20 make -C /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug distdir \
23:51:20 top_distdir=../cfa-cc-1.0.0.2751 \
23:51:20 distdir=../../cfa-cc-1.0.0.2751/libcfa \
23:51:20 am__remove_distdir=$(am__remove_distdir) \
23:51:20 am__skip_length_check=: \
23:51:20 am__skip_mode_fix=:
23:51:20 /bin/bash: am__remove_distdir: command not found
23:51:20 make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug'
23:51:20 make distdir-am
23:51:20 make[5]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug'
23:51:20 test -d "../../cfa-cc-1.0.0.2751/libcfa" || mkdir "../../cfa-cc-1.0.0.2751/libcfa"
23:51:20 (cd prelude && make top_distdir=../../cfa-cc-1.0.0.2751 distdir=../../../cfa-cc-1.0.0.2751/libcfa/prelude \
23:51:20 am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
23:51:20 make[6]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug/prelude'
23:51:20 mkdir .deps
23:51:20 touch .deps/builtins.Po
23:51:20 make distdir-am
23:51:20 make[7]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug/prelude'
23:51:20 make[7]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug/prelude'
23:51:20 make[6]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug/prelude'
23:51:20 (cd src && make top_distdir=../../cfa-cc-1.0.0.2751 distdir=../../../cfa-cc-1.0.0.2751/libcfa/src \
23:51:20 am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
23:51:20 make[6]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug/src'
23:51:20 make distdir-am
23:51:20 make[7]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug/src'
23:51:21 make[7]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug/src'
23:51:21 make[6]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug/src'
23:51:21 test -n ":" \
23:51:21 || find "../../cfa-cc-1.0.0.2751/libcfa" -type d ! -perm -755 \
23:51:21 -exec chmod u+rwx,go+rx {} \; -o \
23:51:21 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
23:51:21 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
23:51:21 ! -type d ! -perm -444 -exec /bin/bash /var/lib/jenkins/workspace/Cforall_Distribute_Ref/libcfa/automake/install-sh -c -m a+r {} {} \; \
23:51:21 || chmod -R a+r "../../cfa-cc-1.0.0.2751/libcfa"
23:51:21 make[5]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug'
23:51:21 make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug'
23:51:21 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa'
23:51:21 (cd tests && make top_distdir=../cfa-cc-1.0.0.2751 distdir=../cfa-cc-1.0.0.2751/tests \
23:51:21 am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
23:51:21 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/tests'
23:51:21 make distdir-am
23:51:21 make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/tests'
23:51:21 make \
23:51:21 top_distdir="../cfa-cc-1.0.0.2751" distdir="../cfa-cc-1.0.0.2751/tests" \
23:51:21 dist-hook
23:51:21 make[5]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/tests'
23:51:21 echo "Gathering test files"
23:51:21 Gathering test files
23:51:21 for file in `python3 ./test.py --list-dist`; do \
23:51:21 if test -f /var/lib/jenkins/workspace/Cforall_Distribute_Ref/tests/${file}; then \
23:51:21 /usr/bin/mkdir -p $(dirname ../cfa-cc-1.0.0.2751/tests/${file}); \
23:51:21 cp -df /var/lib/jenkins/workspace/Cforall_Distribute_Ref/tests/${file} ../cfa-cc-1.0.0.2751/tests/${file}; \
23:51:21 fi; \
23:51:21 done
23:51:36 make[5]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/tests'
23:51:36 make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/tests'
23:51:36 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/tests'
23:51:36 test -n "" \
23:51:36 || find "cfa-cc-1.0.0.2751" -type d ! -perm -755 \
23:51:36 -exec chmod u+rwx,go+rx {} \; -o \
23:51:36 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
23:51:36 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
23:51:36 ! -type d ! -perm -444 -exec /bin/bash /var/lib/jenkins/workspace/Cforall_Distribute_Ref/automake/install-sh -c -m a+r {} {} \; \
23:51:36 || chmod -R a+r "cfa-cc-1.0.0.2751"
23:51:36 make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp'
23:51:36 tardir=cfa-cc-1.0.0.2751 && ${TAR-tar} chof - "$tardir" | eval GZIP= gzip --best -c >cfa-cc-1.0.0.2751.tar.gz
23:51:36 make[1]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp'
23:51:36 if test -d "cfa-cc-1.0.0.2751"; then find "cfa-cc-1.0.0.2751" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "cfa-cc-1.0.0.2751" || { sleep 5 && rm -rf "cfa-cc-1.0.0.2751"; }; else :; fi
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] echo
23:51:36 -------- Test --------
[Pipeline] stage
[Pipeline] { (Test)
[Pipeline] dir
23:51:36 Running in /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp
[Pipeline] {
[Pipeline] sh
23:51:37 + make VERSION=1.0.0.2751 distcheck -j 8
23:51:37 make dist-gzip am__post_remove_distdir='@:'
23:51:37 make[1]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp'
23:51:37 make distdir-am
23:51:37 make[2]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp'
23:51:37 if test -d "cfa-cc-1.0.0.2751"; then find "cfa-cc-1.0.0.2751" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "cfa-cc-1.0.0.2751" || { sleep 5 && rm -rf "cfa-cc-1.0.0.2751"; }; else :; fi
23:51:37 test -d "cfa-cc-1.0.0.2751" || mkdir "cfa-cc-1.0.0.2751"
23:51:37 (cd driver && make top_distdir=../cfa-cc-1.0.0.2751 distdir=../cfa-cc-1.0.0.2751/driver \
23:51:37 am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
23:51:37 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/driver'
23:51:37 make distdir-am
23:51:37 make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/driver'
23:51:37 make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/driver'
23:51:37 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/driver'
23:51:37 (cd src && make top_distdir=../cfa-cc-1.0.0.2751 distdir=../cfa-cc-1.0.0.2751/src \
23:51:37 am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
23:51:37 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/src'
23:51:37 make distdir-am
23:51:37 make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/src'
23:51:37 make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/src'
23:51:37 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/src'
23:51:37 (cd libcfa && make top_distdir=../cfa-cc-1.0.0.2751 distdir=../cfa-cc-1.0.0.2751/libcfa \
23:51:37 am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
23:51:37 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa'
23:51:37 Distributing libcfa from 'libcfa/x64-nodebug'
23:51:37 make -C /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug distdir \
23:51:37 top_distdir=../cfa-cc-1.0.0.2751 \
23:51:37 distdir=../../cfa-cc-1.0.0.2751/libcfa \
23:51:37 am__remove_distdir=$(am__remove_distdir) \
23:51:37 am__skip_length_check=: \
23:51:37 am__skip_mode_fix=:
23:51:37 /bin/bash: am__remove_distdir: command not found
23:51:37 make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug'
23:51:37 make distdir-am
23:51:37 make[5]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug'
23:51:37 test -d "../../cfa-cc-1.0.0.2751/libcfa" || mkdir "../../cfa-cc-1.0.0.2751/libcfa"
23:51:37 (cd prelude && make top_distdir=../../cfa-cc-1.0.0.2751 distdir=../../../cfa-cc-1.0.0.2751/libcfa/prelude \
23:51:37 am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
23:51:37 make[6]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug/prelude'
23:51:37 make distdir-am
23:51:37 make[7]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug/prelude'
23:51:37 make[7]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug/prelude'
23:51:37 make[6]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug/prelude'
23:51:37 (cd src && make top_distdir=../../cfa-cc-1.0.0.2751 distdir=../../../cfa-cc-1.0.0.2751/libcfa/src \
23:51:37 am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
23:51:37 make[6]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug/src'
23:51:37 make distdir-am
23:51:37 make[7]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug/src'
23:51:38 make[7]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug/src'
23:51:38 make[6]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug/src'
23:51:38 test -n ":" \
23:51:38 || find "../../cfa-cc-1.0.0.2751/libcfa" -type d ! -perm -755 \
23:51:38 -exec chmod u+rwx,go+rx {} \; -o \
23:51:38 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
23:51:38 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
23:51:38 ! -type d ! -perm -444 -exec /bin/bash /var/lib/jenkins/workspace/Cforall_Distribute_Ref/libcfa/automake/install-sh -c -m a+r {} {} \; \
23:51:38 || chmod -R a+r "../../cfa-cc-1.0.0.2751/libcfa"
23:51:38 make[5]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug'
23:51:38 make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug'
23:51:38 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa'
23:51:38 (cd tests && make top_distdir=../cfa-cc-1.0.0.2751 distdir=../cfa-cc-1.0.0.2751/tests \
23:51:38 am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
23:51:38 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/tests'
23:51:38 make distdir-am
23:51:38 make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/tests'
23:51:38 make \
23:51:38 top_distdir="../cfa-cc-1.0.0.2751" distdir="../cfa-cc-1.0.0.2751/tests" \
23:51:38 dist-hook
23:51:38 make[5]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/tests'
23:51:38 echo "Gathering test files"
23:51:38 Gathering test files
23:51:38 for file in `python3 ./test.py --list-dist`; do \
23:51:38 if test -f /var/lib/jenkins/workspace/Cforall_Distribute_Ref/tests/${file}; then \
23:51:38 /usr/bin/mkdir -p $(dirname ../cfa-cc-1.0.0.2751/tests/${file}); \
23:51:38 cp -df /var/lib/jenkins/workspace/Cforall_Distribute_Ref/tests/${file} ../cfa-cc-1.0.0.2751/tests/${file}; \
23:51:38 fi; \
23:51:38 done
23:51:53 make[5]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/tests'
23:51:53 make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/tests'
23:51:53 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/tests'
23:51:53 test -n "" \
23:51:53 || find "cfa-cc-1.0.0.2751" -type d ! -perm -755 \
23:51:53 -exec chmod u+rwx,go+rx {} \; -o \
23:51:53 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
23:51:53 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
23:51:53 ! -type d ! -perm -444 -exec /bin/bash /var/lib/jenkins/workspace/Cforall_Distribute_Ref/automake/install-sh -c -m a+r {} {} \; \
23:51:53 || chmod -R a+r "cfa-cc-1.0.0.2751"
23:51:53 make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp'
23:51:53 tardir=cfa-cc-1.0.0.2751 && ${TAR-tar} chof - "$tardir" | eval GZIP= gzip --best -c >cfa-cc-1.0.0.2751.tar.gz
23:51:53 make[1]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp'
23:51:53 if test -d "cfa-cc-1.0.0.2751"; then find "cfa-cc-1.0.0.2751" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "cfa-cc-1.0.0.2751" || { sleep 5 && rm -rf "cfa-cc-1.0.0.2751"; }; else :; fi
23:51:53 case 'cfa-cc-1.0.0.2751.tar.gz' in \
23:51:53 *.tar.gz*) \
23:51:53 eval GZIP= gzip --best -dc cfa-cc-1.0.0.2751.tar.gz | ${TAR-tar} xf - ;;\
23:51:53 *.tar.bz2*) \
23:51:53 bzip2 -dc cfa-cc-1.0.0.2751.tar.bz2 | ${TAR-tar} xf - ;;\
23:51:53 *.tar.lz*) \
23:51:53 lzip -dc cfa-cc-1.0.0.2751.tar.lz | ${TAR-tar} xf - ;;\
23:51:53 *.tar.xz*) \
23:51:53 xz -dc cfa-cc-1.0.0.2751.tar.xz | ${TAR-tar} xf - ;;\
23:51:53 *.tar.Z*) \
23:51:53 uncompress -c cfa-cc-1.0.0.2751.tar.Z | ${TAR-tar} xf - ;;\
23:51:53 *.shar.gz*) \
23:51:53 eval GZIP= gzip --best -dc cfa-cc-1.0.0.2751.shar.gz | unshar ;;\
23:51:53 *.zip*) \
23:51:53 unzip cfa-cc-1.0.0.2751.zip ;;\
23:51:53 esac
23:51:53 chmod -R a-w cfa-cc-1.0.0.2751
23:51:53 chmod u+w cfa-cc-1.0.0.2751
23:51:53 mkdir cfa-cc-1.0.0.2751/_build cfa-cc-1.0.0.2751/_build/sub cfa-cc-1.0.0.2751/_inst
23:51:53 chmod a-w cfa-cc-1.0.0.2751
23:51:53 test -d cfa-cc-1.0.0.2751/_build || exit 0; \
23:51:53 dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd cfa-cc-1.0.0.2751/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
23:51:53 && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \
23:51:53 && am__cwd=`pwd` \
23:51:53 && CDPATH="${ZSH_VERSION+.}:" && cd cfa-cc-1.0.0.2751/_build/sub \
23:51:53 && ../../configure \
23:51:53 \
23:51:53 \
23:51:53 --srcdir=../.. --prefix="$dc_install_base" \
23:51:53 && make \
23:51:53 && make dvi \
23:51:53 && make check \
23:51:53 && make install \
23:51:53 && make installcheck \
23:51:53 && make uninstall \
23:51:53 && make distuninstallcheck_dir="$dc_install_base" \
23:51:53 distuninstallcheck \
23:51:53 && chmod -R a-w "$dc_install_base" \
23:51:53 && ({ \
23:51:53 (cd ../.. && umask 077 && mkdir "$dc_destdir") \
23:51:53 && make DESTDIR="$dc_destdir" install \
23:51:53 && make DESTDIR="$dc_destdir" uninstall \
23:51:53 && make DESTDIR="$dc_destdir" \
23:51:53 distuninstallcheck_dir="$dc_destdir" distuninstallcheck; \
23:51:53 } || { rm -rf "$dc_destdir"; exit 1; }) \
23:51:53 && rm -rf "$dc_destdir" \
23:51:53 && make dist \
23:51:53 && rm -rf cfa-cc-1.0.0.2751.tar.gz \
23:51:53 && make distcleancheck \
23:51:53 && cd "$am__cwd" \
23:51:53 || exit 1
23:51:53 checking whether make supports nested variables... yes
23:51:53 checking for a BSD-compatible install... /usr/bin/install -c
23:51:53 checking whether build environment is sane... yes
23:51:53 checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
23:51:53 checking for gawk... gawk
23:51:53 checking whether make sets $(MAKE)... yes
23:51:53 checking build system type... x86_64-pc-linux-gnu
23:51:53 checking host system type... x86_64-pc-linux-gnu
23:51:53 checking for g++... g++
23:51:53 checking whether the C++ compiler works... yes
23:51:53 checking for C++ compiler default output file name... a.out
23:51:54 checking for suffix of executables...
23:51:54 checking whether we are cross compiling... no
23:51:54 checking for suffix of object files... o
23:51:54 checking whether we are using the GNU C++ compiler... yes
23:51:54 checking whether g++ accepts -g... yes
23:51:54 checking whether make supports the include directive... yes (GNU style)
23:51:54 checking dependency style of g++... gcc3
23:51:54 checking for gcc... gcc
23:51:54 checking whether we are using the GNU C compiler... yes
23:51:54 checking whether gcc accepts -g... yes
23:51:54 checking for gcc option to accept ISO C89... none needed
23:51:54 checking whether gcc understands -c and -o together... yes
23:51:54 checking dependency style of gcc... gcc3
23:51:54 checking dependency style of gcc... gcc3
23:51:54 checking for bison... bison -y
23:51:54 checking for flex... flex
23:51:54 checking lex output file root... lex.yy
23:51:54 checking lex library... -lfl
23:51:55 checking whether yytext is a pointer... yes
23:51:55 checking how to print strings... printf
23:51:55 checking for a sed that does not truncate output... /usr/bin/sed
23:51:55 checking for grep that handles long lines and -e... /usr/bin/grep
23:51:55 checking for egrep... /usr/bin/grep -E
23:51:55 checking for fgrep... /usr/bin/grep -F
23:51:55 checking for ld used by gcc... /usr/bin/ld
23:51:55 checking if the linker (/usr/bin/ld) is GNU ld... yes
23:51:55 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
23:51:55 checking the name lister (/usr/bin/nm -B) interface... BSD nm
23:51:55 checking whether ln -s works... yes
23:51:55 checking the maximum length of command line arguments... 1572864
23:51:55 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
23:51:55 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
23:51:55 checking for /usr/bin/ld option to reload object files... -r
23:51:55 checking for objdump... objdump
23:51:55 checking how to recognize dependent libraries... pass_all
23:51:55 checking for dlltool... no
23:51:55 checking how to associate runtime and link libraries... printf %s\n
23:51:55 checking for ar... ar
23:51:55 checking for archiver @FILE support... @
23:51:55 checking for strip... strip
23:51:55 checking for ranlib... ranlib
23:51:55 checking command to parse /usr/bin/nm -B output from gcc object... ok
23:51:55 checking for sysroot... no
23:51:55 checking for a working dd... /usr/bin/dd
23:51:55 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
23:51:55 checking for mt... mt
23:51:55 checking if mt is a manifest tool... no
23:51:55 checking how to run the C preprocessor... gcc -E
23:51:55 checking for ANSI C header files... yes
23:51:55 checking for sys/types.h... yes
23:51:55 checking for sys/stat.h... yes
23:51:55 checking for stdlib.h... yes
23:51:55 checking for string.h... yes
23:51:55 checking for memory.h... yes
23:51:56 checking for strings.h... yes
23:51:56 checking for inttypes.h... yes
23:51:56 checking for stdint.h... yes
23:51:56 checking for unistd.h... yes
23:51:56 checking for dlfcn.h... yes
23:51:56 checking for objdir... .libs
23:51:56 checking if gcc supports -fno-rtti -fno-exceptions... no
23:51:56 checking for gcc option to produce PIC... -fPIC -DPIC
23:51:56 checking if gcc PIC flag -fPIC -DPIC works... yes
23:51:56 checking if gcc static flag -static works... yes
23:51:56 checking if gcc supports -c -o file.o... yes
23:51:56 checking if gcc supports -c -o file.o... (cached) yes
23:51:56 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
23:51:56 checking whether -lc should be explicitly linked in... no
23:51:56 checking dynamic linker characteristics... GNU/Linux ld.so
23:51:56 checking how to hardcode library paths into programs... immediate
23:51:56 checking whether stripping libraries is possible... yes
23:51:56 checking if libtool supports shared libraries... yes
23:51:56 checking whether to build shared libraries... yes
23:51:56 checking whether to build static libraries... yes
23:51:56 checking how to run the C++ preprocessor... g++ -E
23:51:57 checking for ld used by g++... /usr/bin/ld -m elf_x86_64
23:51:57 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
23:51:57 checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
23:51:57 checking for g++ option to produce PIC... -fPIC -DPIC
23:51:57 checking if g++ PIC flag -fPIC -DPIC works... yes
23:51:57 checking if g++ static flag -static works... yes
23:51:57 checking if g++ supports -c -o file.o... yes
23:51:57 checking if g++ supports -c -o file.o... (cached) yes
23:51:57 checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
23:51:57 checking dynamic linker characteristics... (cached) GNU/Linux ld.so
23:51:57 checking how to hardcode library paths into programs... immediate
23:51:57 checking for Fibre::yield in -lfibre... no
23:51:57 checking for ProfilingIsEnabledForAllThreads in -lprofiler... yes
23:51:57 checking for malloc in -ltcmalloc... yes
23:51:57 checking libintl.h usability... yes
23:51:57 checking libintl.h presence... yes
23:51:57 checking for libintl.h... yes
23:51:57 checking malloc.h usability... yes
23:51:57 checking malloc.h presence... yes
23:51:57 checking for malloc.h... yes
23:51:57 checking for unistd.h... (cached) yes
23:51:57 checking for _Float32... yes
23:51:57 checking whether C compiler accepts -Wcast-function-type... yes
23:51:57 checking that generated files are newer than configure... done
23:51:57 configure: creating ./config.status
23:51:59 config.status: creating Makefile
23:51:59 config.status: creating driver/Makefile
23:51:59 config.status: creating src/Makefile
23:51:59 config.status: creating libcfa/Makefile
23:51:59 config.status: creating tests/Makefile
23:51:59 config.status: creating tests/config.py
23:51:59 config.status: creating config.h
23:51:59 config.status: linking ../../tests/test.py to tests/test.py
23:51:59 config.status: executing depfiles commands
23:52:00 config.status: executing libtool commands
23:52:00 Cforall configuraton completed. Type "make -j 8 install".
23:52:00 make[1]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub'
23:52:00 make all-recursive
23:52:00 make[2]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub'
23:52:00 Making all in driver
23:52:00 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/driver'
23:52:00 CXX as.o
23:52:00 CXX cc1.o
23:52:00 CXX cfa.o
23:52:00 CXXLD as
23:52:01 CXXLD cc1
23:52:02 CXXLD cfa
23:52:02 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/driver'
23:52:02 Making all in src
23:52:02 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/src'
23:52:02 make all-am
23:52:02 make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/src'
23:52:02 CXX CompilationState.o
23:52:02 CXX main.o
23:52:02 CXX MakeLibCfa.o
23:52:02 CXX AST/Attribute.o
23:52:02 CXX AST/Copy.o
23:52:02 CXX AST/Create.o
23:52:02 CXX AST/Decl.o
23:52:02 CXX AST/DeclReplacer.o
23:52:02 CXX AST/Expr.o
23:52:03 CXX AST/GenericSubstitution.o
23:52:04 CXX AST/Init.o
23:52:05 CXX AST/Inspect.o
23:52:05 CXX AST/LinkageSpec.o
23:52:05 CXX AST/Node.o
23:52:06 CXX AST/Pass.o
23:52:07 CXX AST/Print.o
23:52:08 CXX AST/Stmt.o
23:52:09 CXX AST/SymbolTable.o
23:52:11 CXX AST/Type.o
23:52:11 CXX AST/TypeEnvironment.o
23:52:14 CXX AST/TypeSubstitution.o
23:52:19 CXX AST/Util.o
23:52:19 CXX CodeGen/CodeGenerator.o
23:52:24 CXX CodeGen/GenType.o
23:52:24 CXX CodeGen/OperatorTable.o
23:52:25 CXX CodeGen/Generate.o
23:52:29 CXX CodeGen/FixMain.o
23:52:29 CXX CodeGen/FixNames.o
23:52:30 CXX CodeGen/LinkOnce.o
23:52:37 CXX Concurrency/Actors.o
23:52:38 CXX Concurrency/Corun.o
23:52:45 CXX Concurrency/Keywords.o
23:52:45 CXX Concurrency/Waitfor.o
23:52:45 CXX Concurrency/Waituntil.o
23:52:46 CXX Common/Assert.o
23:52:46 CXX Common/CodeLocationTools.o
23:52:48 CXX Common/DeclStats.o
23:52:51 CXX Common/Eval.o
23:52:56 CXX Common/Examine.o
23:52:57 CXX Common/Indenter.o
23:52:58 CXX Common/ResolvProtoDump.o
23:52:59 CXX Common/SemanticError.o
23:53:01 CXX Common/Stats/Counter.o
23:53:02 CXX Common/Stats/Heap.o
23:53:03 CXX Common/Stats/ResolveTime.o
23:53:05 CXX Common/Stats/Stats.o
23:53:05 CXX Common/Stats/Time.o
23:53:05 CXX Common/UniqueName.o
23:53:06 CXX Common/DebugMalloc.o
23:53:06 CXX ControlStruct/ExceptDecl.o
23:53:06 CXX ControlStruct/ExceptTranslate.o
23:53:06 CXX ControlStruct/FixLabels.o
23:53:11 CXX ControlStruct/HoistControlDecls.o
23:53:14 CXX ControlStruct/LabelGenerator.o
23:53:15 CXX ControlStruct/MultiLevelExit.o
23:53:17 CXX GenPoly/GenPoly.o
23:53:19 CXX GenPoly/Lvalue2.o
23:53:19 CXX GenPoly/Box.o
23:53:24 CXX GenPoly/FindFunction.o
23:53:28 CXX GenPoly/InstantiateGeneric.o
23:53:29 CXX GenPoly/Lvalue.o
23:53:31 CXX GenPoly/ScrubTypeVars.o
23:53:32 CXX GenPoly/Specialize.o
23:53:36 CXX InitTweak/GenInit.o
23:53:39 CXX InitTweak/InitTweak.o
23:53:42 CXX InitTweak/FixGlobalInit.o
23:53:49 CXX InitTweak/FixInit.o
23:53:57 CXX Parser/DeclarationNode.o
23:53:57 CXX Parser/ExpressionNode.o
23:53:59 CXX Parser/InitializerNode.o
23:54:02 CXX Parser/lex.o
23:54:03 CXX Parser/ParseNode.o
23:54:03 CXX Parser/parser.o
23:54:05 CXX Parser/parserutility.o
23:54:07 CXX Parser/RunParser.o
23:54:07 CXX Parser/StatementNode.o
23:54:07 CXX Parser/TypeData.o
23:54:09 CXX Parser/TypedefTable.o
23:54:11 CXX ResolvExpr/AdjustExprType.o
23:54:14 CXX ResolvExpr/Candidate.o
23:54:16 CXX ResolvExpr/CandidateFinder.o
23:54:17 CXX ResolvExpr/CastCost.o
23:54:18 CXX ResolvExpr/CommonType.o
23:54:20 CXX ResolvExpr/ConversionCost.o
23:54:21 CXX ResolvExpr/CurrentObject.o
23:54:21 CXX ResolvExpr/ExplodedArg.o
23:54:24 CXX ResolvExpr/FindOpenVars.o
23:54:25 CXX ResolvExpr/PolyCost.o
23:54:26 CXX ResolvExpr/PtrsAssignable.o
23:54:28 CXX ResolvExpr/PtrsCastable.o
23:54:28 CXX ResolvExpr/RenameVars.o
23:54:29 CXX ResolvExpr/Resolver.o
23:54:35 CXX ResolvExpr/ResolveTypeof.o
23:54:41 CXX ResolvExpr/SatisfyAssertions.o
23:54:42 CXX ResolvExpr/SpecCost.o
23:54:43 CXX ResolvExpr/Unify.o
23:54:44 CXX ResolvExpr/CandidatePrinter.o
23:54:45 CXX ResolvExpr/EraseWith.o
23:55:00 CXX SymTab/FixFunction.o
23:55:00 CXX SymTab/GenImplicitCall.o
23:55:00 CXX SymTab/Mangler.o
23:55:02 CXX SymTab/ManglerCommon.o
23:55:04 CXX Tuples/Explode.o
23:55:04 CXX Tuples/TupleAssignment.o
23:55:05 CXX Tuples/TupleExpansion.o
23:55:09 CXX Tuples/Tuples.o
23:55:10 CXX Validate/Autogen.o
23:55:11 CXX Validate/CompoundLiteral.o
23:55:15 CXX Validate/EliminateTypedef.o
23:55:15 CXX Validate/EnumAndPointerDecay.o
23:55:21 CXX Validate/FindSpecialDecls.o
23:55:24 CXX Validate/FixQualifiedTypes.o
23:55:28 CXX Validate/FixReturnTypes.o
23:55:31 CXX Validate/ForallPointerDecay.o
23:55:32 CXX Validate/GenericParameter.o
23:55:32 CXX Validate/HoistStruct.o
23:55:34 CXX Validate/HoistTypeDecls.o
23:55:37 CXX Validate/InitializerLength.o
23:55:42 CXX Validate/LabelAddressFixer.o
23:55:42 CXX Validate/LinkInstanceTypes.o
23:55:44 CXX Validate/ReplaceTypedef.o
23:55:51 CXX Validate/ReturnCheck.o
23:55:51 CXX Validate/VerifyCtorDtorAssign.o
23:55:53 CXX Virtual/ExpandCasts.o
23:55:56 CXX Virtual/Tables.o
23:56:01 CXX Virtual/VirtualDtor.o
23:56:33 CXXLD ../driver/cfa-cpp
23:56:40 make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/src'
23:56:40 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/src'
23:56:40 Making all in .
23:56:40 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub'
23:56:40 libcfa/x64-debug/config.data
23:56:40 Configuring libcfa (/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/configure) with ''--prefix=/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_inst' DRIVER_DIR=/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/driver/ ARCHITECTURE=x64 CONFIGURATION=debug CFA_VERSION=1:0:0' from /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub / libcfa/x64-debug/
23:56:40 libcfa/x64-nodebug/config.data
23:56:40 Configuring libcfa (/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/configure) with ''--prefix=/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_inst' DRIVER_DIR=/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/driver/ ARCHITECTURE=x64 CONFIGURATION=nodebug CFA_VERSION=1:0:0' from /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub / libcfa/x64-nodebug/
23:56:40 checking whether make supports nested variables... yes
23:56:40 checking for a BSD-compatible install... checking whether make supports nested variables... yes
23:56:40 checking for a BSD-compatible install... /usr/bin/install -c
23:56:40 checking whether build environment is sane... yes
23:56:40 /usr/bin/install -c
23:56:40 checking whether build environment is sane... yes
23:56:40 checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
23:56:40 checking for gawk... gawk
23:56:40 checking whether make sets $(MAKE)... checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
23:56:40 checking for gawk... gawk
23:56:40 checking whether make sets $(MAKE)... yes
23:56:40 yes
23:56:40 checking for distributated build... no
23:56:40 checking for distributated build... no
23:56:40 checking build system type... checking build system type... x86_64-pc-linux-gnu
23:56:40 checking host system type... x86_64-pc-linux-gnu
23:56:40 checking how to print strings... x86_64-pc-linux-gnu
23:56:40 checking host system type... x86_64-pc-linux-gnu
23:56:40 checking how to print strings... printf
23:56:40 checking whether make supports the include directive... yes (GNU style)
23:56:40 checking for gcc... gcc
23:56:40 printf
23:56:40 checking whether make supports the include directive... yes (GNU style)
23:56:40 checking for gcc... gcc
23:56:40 checking whether the C compiler works... checking whether the C compiler works... yes
23:56:40 checking for C compiler default output file name... a.out
23:56:40 checking for suffix of executables... yes
23:56:40 checking for C compiler default output file name... a.out
23:56:40 checking for suffix of executables...
23:56:40 checking whether we are cross compiling...
23:56:40 checking whether we are cross compiling... no
23:56:40 checking for suffix of object files... o
23:56:40 checking whether we are using the GNU C compiler... no
23:56:40 checking for suffix of object files... yes
23:56:40 checking whether gcc accepts -g... o
23:56:40 checking whether we are using the GNU C compiler... yes
23:56:40 checking for gcc option to accept ISO C89... yes
23:56:40 checking whether gcc accepts -g... none needed
23:56:40 checking whether gcc understands -c and -o together... yes
23:56:40 checking for gcc option to accept ISO C89... none needed
23:56:40 checking whether gcc understands -c and -o together... yes
23:56:40 checking dependency style of gcc... gcc3
23:56:40 checking for a sed that does not truncate output... /usr/bin/sed
23:56:40 checking for grep that handles long lines and -e... /usr/bin/grep
23:56:40 checking for egrep... /usr/bin/grep -E
23:56:40 checking for fgrep... /usr/bin/grep -F
23:56:40 checking for ld used by gcc... yes
23:56:40 checking dependency style of gcc... /usr/bin/ld
23:56:40 checking if the linker (/usr/bin/ld) is GNU ld... yes
23:56:40 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
23:56:40 checking the name lister (/usr/bin/nm -B) interface... gcc3
23:56:40 checking for a sed that does not truncate output... /usr/bin/sed
23:56:40 checking for grep that handles long lines and -e... /usr/bin/grep
23:56:40 checking for egrep... /usr/bin/grep -E
23:56:40 checking for fgrep... BSD nm
23:56:40 checking whether ln -s works... yes
23:56:40 checking the maximum length of command line arguments... /usr/bin/grep -F
23:56:40 checking for ld used by gcc... 1572864
23:56:40 /usr/bin/ld
23:56:40 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
23:56:40 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
23:56:40 checking for /usr/bin/ld option to reload object files... -r
23:56:40 yes
23:56:40 checking for BSD- or MS-compatible name lister (nm)... checking for objdump... objdump
23:56:40 checking how to recognize dependent libraries... pass_all
23:56:40 checking for dlltool... no
23:56:40 checking how to associate runtime and link libraries... printf %s\n
23:56:40 /usr/bin/nm -B
23:56:40 checking for ar... ar
23:56:40 checking the name lister (/usr/bin/nm -B) interface... checking for archiver @FILE support... BSD nm
23:56:40 checking whether ln -s works... yes
23:56:40 checking the maximum length of command line arguments... 1572864
23:56:40 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
23:56:40 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
23:56:40 checking for /usr/bin/ld option to reload object files... -r
23:56:40 checking for objdump... objdump
23:56:40 checking how to recognize dependent libraries... pass_all
23:56:40 checking for dlltool... no
23:56:40 checking how to associate runtime and link libraries... printf %s\n
23:56:40 checking for ar... ar
23:56:40 checking for archiver @FILE support... @
23:56:40 checking for strip... strip
23:56:40 checking for ranlib... ranlib
23:56:40 checking command to parse /usr/bin/nm -B output from gcc object... @
23:56:40 checking for strip... strip
23:56:40 checking for ranlib... ranlib
23:56:41 checking command to parse /usr/bin/nm -B output from gcc object... ok
23:56:41 checking for sysroot... no
23:56:41 checking for a working dd... /usr/bin/dd
23:56:41 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
23:56:41 ok
23:56:41 checking for sysroot... no
23:56:41 checking for a working dd... /usr/bin/dd
23:56:41 checking how to truncate binary pipes... checking for mt... mt
23:56:41 checking if mt is a manifest tool... /usr/bin/dd bs=4096 count=1
23:56:41 no
23:56:41 checking how to run the C preprocessor... checking for mt... mt
23:56:41 checking if mt is a manifest tool... no
23:56:41 gcc -E
23:56:41 checking how to run the C preprocessor... checking for ANSI C header files... gcc -E
23:56:41 checking for ANSI C header files... yes
23:56:41 checking for sys/types.h... yes
23:56:41 checking for sys/types.h... yes
23:56:41 checking for sys/stat.h... yes
23:56:41 checking for sys/stat.h... yes
23:56:41 checking for stdlib.h... yes
23:56:41 checking for stdlib.h... yes
23:56:41 yes
23:56:41 checking for string.h... checking for string.h... yes
23:56:42 checking for memory.h... yes
23:56:42 checking for memory.h... yes
23:56:42 checking for strings.h... yes
23:56:42 checking for strings.h... yes
23:56:42 yes
23:56:42 checking for inttypes.h... checking for inttypes.h... yes
23:56:42 yes
23:56:42 checking for stdint.h... checking for stdint.h... yes
23:56:42 checking for unistd.h... yes
23:56:42 checking for unistd.h... yes
23:56:42 checking for dlfcn.h... yes
23:56:43 checking for dlfcn.h... yes
23:56:43 checking for objdir... .libs
23:56:43 yes
23:56:43 checking for objdir... .libs
23:56:43 checking if gcc supports -fno-rtti -fno-exceptions... checking if gcc supports -fno-rtti -fno-exceptions... no
23:56:43 checking for gcc option to produce PIC... -fPIC -DPIC
23:56:43 checking if gcc PIC flag -fPIC -DPIC works... no
23:56:43 checking for gcc option to produce PIC... -fPIC -DPIC
23:56:43 checking if gcc PIC flag -fPIC -DPIC works... yes
23:56:43 checking if gcc static flag -static works... yes
23:56:43 checking if gcc static flag -static works... yes
23:56:43 checking if gcc supports -c -o file.o... yes
23:56:43 checking if gcc supports -c -o file.o... (cached) yes
23:56:43 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
23:56:43 checking if gcc supports -c -o file.o... yes
23:56:44 checking whether -lc should be explicitly linked in... yes
23:56:44 checking if gcc supports -c -o file.o... (cached) yes
23:56:44 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
23:56:44 checking whether -lc should be explicitly linked in... no
23:56:44 checking dynamic linker characteristics... no
23:56:44 checking dynamic linker characteristics... GNU/Linux ld.so
23:56:44 checking how to hardcode library paths into programs... immediate
23:56:44 checking whether stripping libraries is possible... yes
23:56:44 checking if libtool supports shared libraries... yes
23:56:44 checking whether to build shared libraries... yes
23:56:44 checking whether to build static libraries... no
23:56:44 checking for g++... g++
23:56:44 checking whether we are using the GNU C++ compiler... GNU/Linux ld.so
23:56:44 checking how to hardcode library paths into programs... immediate
23:56:44 checking whether stripping libraries is possible... yes
23:56:44 checking if libtool supports shared libraries... yes
23:56:44 checking whether to build shared libraries... yes
23:56:44 checking whether to build static libraries... no
23:56:44 checking for g++... g++
23:56:44 checking whether we are using the GNU C++ compiler... yes
23:56:44 checking whether g++ accepts -g... yes
23:56:44 checking whether g++ accepts -g... yes
23:56:44 checking dependency style of g++... yes
23:56:44 checking dependency style of g++... gcc3
23:56:44 checking how to run the C++ preprocessor... gcc3
23:56:44 checking how to run the C++ preprocessor... g++ -E
23:56:44 g++ -E
23:56:44 checking for ld used by g++... /usr/bin/ld -m elf_x86_64
23:56:44 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
23:56:44 checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
23:56:44 checking for ld used by g++... /usr/bin/ld -m elf_x86_64
23:56:44 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
23:56:44 checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
23:56:45 checking for g++ option to produce PIC... -fPIC -DPIC
23:56:45 checking if g++ PIC flag -fPIC -DPIC works... checking for g++ option to produce PIC... -fPIC -DPIC
23:56:45 checking if g++ PIC flag -fPIC -DPIC works... yes
23:56:45 checking if g++ static flag -static works... yes
23:56:45 checking if g++ static flag -static works... yes
23:56:45 checking if g++ supports -c -o file.o... yes
23:56:45 checking if g++ supports -c -o file.o... yes
23:56:45 checking if g++ supports -c -o file.o... (cached) yes
23:56:45 checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
23:56:45 checking dynamic linker characteristics... (cached) GNU/Linux ld.so
23:56:45 checking how to hardcode library paths into programs... immediate
23:56:45 checking for gcc... (cached) gcc
23:56:45 yes
23:56:45 checking if g++ supports -c -o file.o... (cached) yes
23:56:45 checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
23:56:45 checking dynamic linker characteristics... (cached) GNU/Linux ld.so
23:56:45 checking how to hardcode library paths into programs... immediate
23:56:45 checking for gcc... (cached) gcc
23:56:45 checking whether we are using the GNU C compiler... (cached) yes
23:56:45 checking whether gcc accepts -g... (cached) yes
23:56:45 checking for gcc option to accept ISO C89... (cached) none needed
23:56:45 checking whether gcc understands -c and -o together... (cached) yes
23:56:45 checking dependency style of gcc... (cached) gcc3
23:56:45 checking dependency style of gcc... checking whether we are using the GNU C compiler... (cached) yes
23:56:45 checking whether gcc accepts -g... (cached) yes
23:56:45 checking for gcc option to accept ISO C89... (cached) none needed
23:56:45 checking whether gcc understands -c and -o together... (cached) yes
23:56:45 checking dependency style of gcc... (cached) gcc3
23:56:45 checking dependency style of gcc... gcc3
23:56:45 checking whether make sets $(MAKE)... (cached) yes
23:56:45 checking linux/rseq.h usability... gcc3
23:56:45 checking whether make sets $(MAKE)... (cached) yes
23:56:45 checking linux/rseq.h usability... yes
23:56:45 checking linux/rseq.h presence... yes
23:56:45 checking for linux/rseq.h... yes
23:56:45 yes
23:56:45 checking for rseq_available in -lrseq... checking linux/rseq.h presence... yes
23:56:45 checking for linux/rseq.h... yes
23:56:45 checking for rseq_available in -lrseq... no
23:56:45 checking linux/io_uring.h usability... no
23:56:45 checking linux/io_uring.h usability... yes
23:56:45 checking linux/io_uring.h presence... yes
23:56:45 checking for linux/io_uring.h... yes
23:56:45 checking liburing.h usability... yes
23:56:45 checking linux/io_uring.h presence... yes
23:56:45 checking liburing.h presence... yes
23:56:45 checking for linux/io_uring.h... yes
23:56:45 checking liburing.h usability... yes
23:56:45 checking for liburing.h... yes
23:56:45 checking for io_uring_get_probe in -luring... yes
23:56:45 checking liburing.h presence... yes
23:56:45 checking whether IORING_OP_NOP is declared... yes
23:56:45 checking for liburing.h... yes
23:56:45 checking for io_uring_get_probe in -luring... yes
23:56:46 yes
23:56:46 checking whether IORING_OP_NOP is declared... yes
23:56:46 checking whether IORING_OP_READV is declared... yes
23:56:46 checking whether IORING_OP_READV is declared... checking whether IORING_OP_WRITEV is declared... yes
23:56:46 yes
23:56:46 checking whether IORING_OP_WRITEV is declared... yes
23:56:46 checking whether IORING_OP_FSYNC is declared... yes
23:56:46 checking whether IORING_OP_FSYNC is declared... checking whether IORING_OP_READ_FIXED is declared... yes
23:56:46 yes
23:56:46 checking whether IORING_OP_WRITE_FIXED is declared... checking whether IORING_OP_READ_FIXED is declared... yes
23:56:46 yes
23:56:46 checking whether IORING_OP_POLL_ADD is declared... checking whether IORING_OP_WRITE_FIXED is declared... yes
23:56:46 yes
23:56:46 checking whether IORING_OP_POLL_ADD is declared... checking whether IORING_OP_POLL_REMOVE is declared... yes
23:56:47 yes
23:56:47 checking whether IORING_OP_POLL_REMOVE is declared... checking whether IORING_OP_SYNC_FILE_RANGE is declared... yes
23:56:47 yes
23:56:47 checking whether IORING_OP_SENDMSG is declared... checking whether IORING_OP_SYNC_FILE_RANGE is declared... yes
23:56:47 yes
23:56:47 checking whether IORING_OP_RECVMSG is declared... checking whether IORING_OP_SENDMSG is declared... yes
23:56:47 yes
23:56:47 checking whether IORING_OP_TIMEOUT is declared... checking whether IORING_OP_RECVMSG is declared... yes
23:56:47 yes
23:56:47 checking whether IORING_OP_TIMEOUT_REMOVE is declared... checking whether IORING_OP_TIMEOUT is declared... yes
23:56:47 yes
23:56:48 checking whether IORING_OP_TIMEOUT_REMOVE is declared... checking whether IORING_OP_ACCEPT is declared... yes
23:56:48 yes
23:56:48 checking whether IORING_OP_ACCEPT is declared... checking whether IORING_OP_ASYNC_CANCEL is declared... yes
23:56:48 yes
23:56:48 checking whether IORING_OP_ASYNC_CANCEL is declared... checking whether IORING_OP_LINK_TIMEOUT is declared... yes
23:56:48 yes
23:56:48 checking whether IORING_OP_LINK_TIMEOUT is declared... yes
23:56:48 checking whether IORING_OP_CONNECT is declared... yes
23:56:48 checking whether IORING_OP_CONNECT is declared... yes
23:56:48 checking whether IORING_OP_FALLOCATE is declared... yes
23:56:48 checking whether IORING_OP_FALLOCATE is declared... yes
23:56:49 checking whether IORING_OP_OPENAT is declared... checking whether IORING_OP_OPENAT is declared... yes
23:56:49 yes
23:56:49 checking whether IORING_OP_CLOSE is declared... checking whether IORING_OP_CLOSE is declared... yes
23:56:49 yes
23:56:49 checking whether IORING_OP_FILES_UPDATE is declared... yes
23:56:49 checking whether IORING_OP_FILES_UPDATE is declared... yes
23:56:49 checking whether IORING_OP_STATX is declared... yes
23:56:49 checking whether IORING_OP_STATX is declared... checking whether IORING_OP_READ is declared... yes
23:56:49 yes
23:56:49 checking whether IORING_OP_READ is declared... checking whether IORING_OP_WRITE is declared... yes
23:56:49 yes
23:56:49 checking whether IORING_OP_WRITE is declared... yes
23:56:50 checking whether IORING_OP_FADVISE is declared... checking whether IORING_OP_FADVISE is declared... yes
23:56:50 yes
23:56:50 checking whether IORING_OP_MADVISE is declared... checking whether IORING_OP_MADVISE is declared... yes
23:56:50 yes
23:56:50 checking whether IORING_OP_SEND is declared... yes
23:56:50 checking whether IORING_OP_SEND is declared... yes
23:56:50 checking whether IORING_OP_RECV is declared... yes
23:56:50 checking whether IORING_OP_RECV is declared... yes
23:56:50 checking whether IORING_OP_OPENAT2 is declared... checking whether IORING_OP_OPENAT2 is declared... yes
23:56:50 yes
23:56:50 checking whether IORING_OP_EPOLL_CTL is declared... checking whether IORING_OP_EPOLL_CTL is declared... yes
23:56:50 yes
23:56:51 checking whether IORING_OP_SPLICE is declared... yes
23:56:51 checking whether IORING_OP_SPLICE is declared... checking whether IORING_OP_PROVIDE_BUFFERS is declared... yes
23:56:51 yes
23:56:51 checking whether IORING_OP_PROVIDE_BUFFERS is declared... checking whether IORING_OP_REMOVE_BUFFER is declared... yes
23:56:51 no
23:56:51 checking whether IORING_OP_TEE is declared... no
23:56:51 checking whether IORING_OP_REMOVE_BUFFER is declared... checking whether IOSQE_FIXED_FILE is declared... yes
23:56:51 no
23:56:51 checking whether IOSQE_IO_DRAIN is declared... checking whether IORING_OP_TEE is declared... yes
23:56:51 checking whether IOSQE_IO_LINK is declared... no
23:56:51 checking whether IOSQE_FIXED_FILE is declared... yes
23:56:51 checking whether IOSQE_IO_HARDLINK is declared... yes
23:56:51 checking whether IOSQE_IO_DRAIN is declared... yes
23:56:51 checking whether IOSQE_ASYNC is declared... yes
23:56:51 checking whether IOSQE_IO_LINK is declared... yes
23:56:51 checking whether IOSQE_BUFFER_SELECT is declared... yes
23:56:51 checking whether IOSQE_IO_HARDLINK is declared... yes
23:56:51 checking whether SPLICE_F_FD_IN_FIXED is declared... yes
23:56:51 checking whether IOSQE_ASYNC is declared... yes
23:56:51 checking whether IORING_SETUP_ATTACH_WQ is declared... yes
23:56:51 checking whether IOSQE_BUFFER_SELECT is declared... yes
23:56:51 checking whether IORING_REGISTER_IOWQ_MAX_WORKERS is declared... yes
23:56:51 checking whether SPLICE_F_FD_IN_FIXED is declared... yes
23:56:51 checking whether IORING_SETUP_ATTACH_WQ is declared... no
23:56:51 checking for preadv2... yes
23:56:52 checking whether IORING_REGISTER_IOWQ_MAX_WORKERS is declared... yes
23:56:52 checking for pwritev2... no
23:56:52 checking for preadv2... yes
23:56:52 yes
23:56:52 checking for pwritev2... checking that generated files are newer than configure... done
23:56:52 configure: creating ./config.status
23:56:52 yes
23:56:52 checking that generated files are newer than configure... done
23:56:52 configure: creating ./config.status
23:56:53 config.status: creating Makefile
23:56:53 config.status: creating src/Makefile
23:56:53 config.status: creating prelude/Makefile
23:56:53 config.status: creating Makefile
23:56:53 config.status: creating src/Makefile
23:56:53 config.status: creating src/concurrency/io/call.cfa
23:56:53 config.status: creating prelude/Makefile
23:56:53 config.status: creating src/concurrency/io/call.cfa
23:56:53 config.status: creating prelude/defines.hfa
23:56:53 config.status: executing depfiles commands
23:56:53 config.status: creating prelude/defines.hfa
23:56:53 config.status: executing depfiles commands
23:56:53 config.status: executing libtool commands
23:56:53 Cforall library configuraton completed. Type "make -j 8 install".
23:56:53 config.status: executing libtool commands
23:56:53 Cforall library configuraton completed. Type "make -j 8 install".
23:56:54 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub'
23:56:54 Making all in libcfa/x64-debug
23:56:54 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/libcfa/x64-debug'
23:56:54 Making all in prelude
23:56:54 make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/libcfa/x64-debug/prelude'
23:56:54 mkdir .deps
23:56:54 touch .deps/builtins.Po
23:56:54 make all-am
23:56:54 make[5]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/libcfa/x64-debug/prelude'
23:56:54 GEN gcc-builtins.c
23:56:54 GEN builtins.cfa
23:56:54 GEN prelude.cfa
23:56:54 GEN extras.cfa
23:56:54 GEN extras.cfa
23:56:54 GEN gcc-builtins.cfa
23:56:56 GEN bootloader.c
23:56:56 make[5]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/libcfa/x64-debug/prelude'
23:56:56 make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/libcfa/x64-debug/prelude'
23:56:56 Making all in src
23:56:56 make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/libcfa/x64-debug/src'
23:56:56 CFA fstream.lo
23:56:56 CFA common.lo
23:56:56 CFA iostream.lo
23:56:56 CFA heap.lo
23:56:56 CFA limits.lo
23:56:56 CFA iterator.lo
23:56:56 CFA parseargs.lo
23:56:56 CFA memory.lo
23:56:57 CFA parseconfig.lo
23:56:58 CFA rational.lo
23:56:58 CFA stdlib.lo
23:56:58 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/parseargs.cfa: In function ‘_X16print_args_usageFv_PS10cfa_optionmPKcb__1’:
23:56:58 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/parseargs.cfa:233:16: warning: unused variable ‘_X10_compLit19S3tag_A0c__2’ [-Wunused-variable]
23:56:58 233 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options;
23:56:58 | ^~~~~~~~~~~~~~~~~~~~~~~~~~
23:56:58 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/parseargs.cfa:233:16: warning: unused variable ‘_X10_compLit18S3tag_S10cfa_option__2’ [-Wunused-variable]
23:56:58 233 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options;
23:56:58 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
23:56:58 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/parseargs.cfa:233:16: warning: unused variable ‘_X10_compLit17S3tag_A0c__2’ [-Wunused-variable]
23:56:58 233 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options;
23:56:58 | ^~~~~~~~~~~~~~~~~~~~~~~~~~
23:56:58 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/parseargs.cfa:233:16: warning: unused variable ‘_X10_compLit16S3tag_S10cfa_option__2’ [-Wunused-variable]
23:56:58 233 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options;
23:56:58 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
23:56:58 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/parseargs.cfa: In function ‘_X16print_args_usageFv_iPPcPS10cfa_optionmPKcb__1’:
23:56:58 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/parseargs.cfa:238:16: warning: unused variable ‘_X10_compLit23S3tag_A0c__2’ [-Wunused-variable]
23:56:58 238 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options;
23:56:58 | ^~~~~~~~~~~~~~~~~~~~~~~~~~
23:56:58 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/parseargs.cfa:238:16: warning: unused variable ‘_X10_compLit22S3tag_S10cfa_option__2’ [-Wunused-variable]
23:56:58 238 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options;
23:56:58 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
23:56:58 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/parseargs.cfa:238:16: warning: unused variable ‘_X10_compLit21S3tag_A0c__2’ [-Wunused-variable]
23:56:58 238 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options;
23:56:58 | ^~~~~~~~~~~~~~~~~~~~~~~~~~
23:56:58 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/parseargs.cfa:238:16: warning: unused variable ‘_X10_compLit20S3tag_S10cfa_option__2’ [-Wunused-variable]
23:56:58 238 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options;
23:56:58 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
23:56:58 CFA strstream.lo
23:56:59 CFA time.lo
23:57:01 CFA assert.lo
23:57:01 CFA bits/debug.lo
23:57:01 CC exception.lo
23:57:01 CFA interpose.lo
23:57:01 CFA startup.lo
23:57:01 CC virtual.lo
23:57:02 GEN prelude.lo
23:57:02 CFA concurrency/locks.lo
23:57:02 CFA concurrency/monitor.lo
23:57:02 CFA concurrency/mutex.lo
23:57:02 CFA concurrency/select.lo
23:57:03 CFA concurrency/thread.lo
23:57:03 CFA concurrency/cofor.lo
23:57:04 CFA interpose_thread.lo
23:57:05 CPPAS concurrency/CtxSwitch-x64.lo
23:57:07 CC concurrency/invoke.lo
23:57:07 CFA concurrency/io.lo
23:57:07 CFA concurrency/kernel/startup.lo
23:57:08 CFA concurrency/preemption.lo
23:57:09 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/concurrency/cofor.hfa: In function ‘_X20get_exception_vtableFS22ThreadCancelled_vtable_S12cofor_runner__PS15ThreadCancelled_S12cofor_runner___1’:
23:57:09 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/concurrency/cofor.hfa:34:36: warning: unused variable ‘_X9_retvalueS22ThreadCancelled_vtable_S12cofor_runner__1’ [-Wunused-variable]
23:57:09 34 | void main( cofor_runner & this ) with(this) {
23:57:09 | ^~~~~~~~~~
23:57:09 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/concurrency/cofor.hfa: In function ‘_X20get_exception_vtableFS22ThreadCancelled_vtable_S9co_runner__PS15ThreadCancelled_S9co_runner___1’:
23:57:09 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/concurrency/cofor.hfa:86:36: warning: unused variable ‘_X9_retvalueS22ThreadCancelled_vtable_S9co_runner__1’ [-Wunused-variable]
23:57:09 86 | void main( co_runner & this ) with( this ) { body(); }
23:57:09 | ^~~~~~~~~~~~~~~~~~~
23:57:09 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/concurrency/cofor.cfa: In function ‘_X20get_exception_vtableFS22ThreadCancelled_vtable_S10cofor_task__PS15ThreadCancelled_S10cofor_task___1’:
23:57:09 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/concurrency/cofor.cfa:17:36: warning: unused variable ‘_X9_retvalueS22ThreadCancelled_vtable_S10cofor_task__1’ [-Wunused-variable]
23:57:09 17 | void main( cofor_task & this ) with( this ) {
23:57:09 | ^~~~~~~~~~
23:57:09 CFA concurrency/ready_queue.lo
23:57:09 CFA concurrency/stats.lo
23:57:09 CFA concurrency/pthread.lo
23:57:10 CFA bits/weakso_locks.lo
23:57:11 CFA algorithms/range_iterator.lo
23:57:11 CFA collections/maybe.lo
23:57:13 CFA collections/pair.lo
23:57:14 CFA collections/result.lo
23:57:14 CFA collections/string.lo
23:57:14 CFA collections/string_res.lo
23:57:15 CFA collections/vector.lo
23:57:16 CFA device/cpu.lo
23:57:16 CFA concurrency/alarm.lo
23:57:16 CFA concurrency/coroutine.lo
23:57:16 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/concurrency/pthread.cfa: In function ‘_X20get_exception_vtableFS22ThreadCancelled_vtable_S10cfaPthread__PS15ThreadCancelled_S10cfaPthread___1’:
23:57:16 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/concurrency/pthread.cfa:194:36: warning: unused variable ‘_X9_retvalueS22ThreadCancelled_vtable_S10cfaPthread__1’ [-Wunused-variable]
23:57:16 194 | void main(cfaPthread & _thread) with(_thread) {
23:57:16 | ^~~~~~~~~~~~
23:57:17 CFA concurrency/exception.lo
23:57:17 CFA concurrency/kernel.lo
23:57:17 CFA concurrency/kernel/cluster.lo
23:57:18 CFA concurrency/clib/cfathread.lo
23:57:19 CFA concurrency/io/setup.lo
23:57:19 CFA concurrency/io/call.lo
23:57:21 CCLD libcfa.la
23:57:36 CCLD libcfathread.la
23:57:36 make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/libcfa/x64-debug/src'
23:57:36 make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/libcfa/x64-debug'
23:57:36 make[4]: Nothing to be done for 'all-am'.
23:57:36 make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/libcfa/x64-debug'
23:57:36 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/libcfa/x64-debug'
23:57:36 Making all in libcfa/x64-nodebug
23:57:36 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/libcfa/x64-nodebug'
23:57:36 Making all in prelude
23:57:36 make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/libcfa/x64-nodebug/prelude'
23:57:36 mkdir .deps
23:57:36 touch .deps/builtins.Po
23:57:36 make all-am
23:57:36 make[5]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/libcfa/x64-nodebug/prelude'
23:57:36 GEN gcc-builtins.c
23:57:36 GEN builtins.cfa
23:57:36 GEN prelude.cfa
23:57:36 GEN extras.cfa
23:57:36 GEN extras.cfa
23:57:36 GEN gcc-builtins.cfa
23:57:39 GEN bootloader.c
23:57:39 make[5]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/libcfa/x64-nodebug/prelude'
23:57:39 make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/libcfa/x64-nodebug/prelude'
23:57:39 Making all in src
23:57:39 make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/libcfa/x64-nodebug/src'
23:57:39 CFA fstream.lo
23:57:39 CFA common.lo
23:57:39 CFA iostream.lo
23:57:39 CFA limits.lo
23:57:39 CFA heap.lo
23:57:39 CFA memory.lo
23:57:39 CFA parseargs.lo
23:57:39 CFA iterator.lo
23:57:40 CFA parseconfig.lo
23:57:40 CFA rational.lo
23:57:40 CFA stdlib.lo
23:57:40 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/parseargs.cfa: In function ‘_X16print_args_usageFv_PS10cfa_optionmPKcb__1’:
23:57:40 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/parseargs.cfa:233:16: warning: unused variable ‘_X10_compLit19S3tag_A0c__2’ [-Wunused-variable]
23:57:40 233 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options;
23:57:40 | ^~~~~~~~~~~~~~~~~~~~~~~~~~
23:57:40 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/parseargs.cfa:233:16: warning: unused variable ‘_X10_compLit18S3tag_S10cfa_option__2’ [-Wunused-variable]
23:57:40 233 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options;
23:57:40 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
23:57:40 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/parseargs.cfa:233:16: warning: unused variable ‘_X10_compLit17S3tag_A0c__2’ [-Wunused-variable]
23:57:40 233 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options;
23:57:40 | ^~~~~~~~~~~~~~~~~~~~~~~~~~
23:57:40 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/parseargs.cfa:233:16: warning: unused variable ‘_X10_compLit16S3tag_S10cfa_option__2’ [-Wunused-variable]
23:57:40 233 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options;
23:57:40 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
23:57:40 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/parseargs.cfa: In function ‘_X16print_args_usageFv_iPPcPS10cfa_optionmPKcb__1’:
23:57:40 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/parseargs.cfa:238:16: warning: unused variable ‘_X10_compLit23S3tag_A0c__2’ [-Wunused-variable]
23:57:40 238 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options;
23:57:40 | ^~~~~~~~~~~~~~~~~~~~~~~~~~
23:57:40 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/parseargs.cfa:238:16: warning: unused variable ‘_X10_compLit22S3tag_S10cfa_option__2’ [-Wunused-variable]
23:57:40 238 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options;
23:57:40 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
23:57:40 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/parseargs.cfa:238:16: warning: unused variable ‘_X10_compLit21S3tag_A0c__2’ [-Wunused-variable]
23:57:40 238 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options;
23:57:40 | ^~~~~~~~~~~~~~~~~~~~~~~~~~
23:57:40 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/parseargs.cfa:238:16: warning: unused variable ‘_X10_compLit20S3tag_S10cfa_option__2’ [-Wunused-variable]
23:57:40 238 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options;
23:57:40 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
23:57:41 CFA strstream.lo
23:57:42 CFA time.lo
23:57:43 CFA assert.lo
23:57:44 CFA bits/debug.lo
23:57:44 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/stdlib.cfa: In function ‘_X4anewQ1_0_1_1__X12_constructorFv_BD0BT0__FPBD0_mBT0__1’:
23:57:44 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/stdlib.hfa:154:97: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X1cc_1’ is used uninitialized in this function [-Wuninitialized]
23:57:44 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
23:57:44 | ~~~~~~~~~~ ^
23:57:44 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/stdlib.hfa:154:100: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X4sizem_1’ is used uninitialized in this function [-Wuninitialized]
23:57:44 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
23:57:44 | ~~~~~~~ ^
23:57:44 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/stdlib.hfa:154:130: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X2atPY12__T_generic__1’ is used uninitialized in this function [-Wuninitialized]
23:57:44 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
23:57:44 | ^
23:57:44 CC exception.lo
23:57:44 CFA interpose.lo
23:57:44 CFA startup.lo
23:57:45 CC virtual.lo
23:57:45 GEN prelude.lo
23:57:45 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/parseconfig.cfa: In function ‘_X12_constructorFv_S13Parse_FailurePcPc__1’:
23:57:45 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/stdlib.hfa:154:97: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X1cc_1’ is used uninitialized in this function [-Wuninitialized]
23:57:45 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
23:57:45 | ~~~~~~~~~~ ^
23:57:45 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/stdlib.hfa:154:100: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X4sizem_1’ is used uninitialized in this function [-Wuninitialized]
23:57:45 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
23:57:45 | ~~~~~~~ ^
23:57:45 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/stdlib.hfa:154:130: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X2atPY12__T_generic__1’ is used uninitialized in this function [-Wuninitialized]
23:57:45 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
23:57:45 | ^
23:57:45 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/parseconfig.cfa: In function ‘_X12_constructorFv_S18Validation_FailurePcPc__1’:
23:57:45 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/stdlib.hfa:154:97: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X1cc_1’ is used uninitialized in this function [-Wuninitialized]
23:57:45 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
23:57:45 | ~~~~~~~~~~ ^
23:57:45 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/stdlib.hfa:154:100: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X4sizem_1’ is used uninitialized in this function [-Wuninitialized]
23:57:45 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
23:57:45 | ~~~~~~~ ^
23:57:45 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/stdlib.hfa:154:130: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X2atPY12__T_generic__1’ is used uninitialized in this function [-Wuninitialized]
23:57:45 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
23:57:45 | ^
23:57:45 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/parseconfig.cfa: In function ‘_X12_constructorFv_S7KVPairsm__1’:
23:57:45 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/stdlib.hfa:154:97: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X1cc_1’ is used uninitialized in this function [-Wuninitialized]
23:57:45 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
23:57:45 | ~~~~~~~~~~ ^
23:57:45 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/stdlib.hfa:154:100: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X4sizem_1’ is used uninitialized in this function [-Wuninitialized]
23:57:45 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
23:57:45 | ~~~~~~~ ^
23:57:45 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/stdlib.hfa:154:130: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X2atPY12__T_generic__1’ is used uninitialized in this function [-Wuninitialized]
23:57:45 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
23:57:45 | ^
23:57:45 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/parseconfig.cfa: In function ‘_X11add_kv_pairFv_S7KVPairsPcPc__1’:
23:57:45 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/stdlib.hfa:154:97: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X1cc_1’ may be used uninitialized in this function [-Wmaybe-uninitialized]
23:57:45 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
23:57:45 | ~~~~~~~~~~ ^
23:57:45 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/stdlib.hfa:154:100: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X4sizem_1’ may be used uninitialized in this function [-Wmaybe-uninitialized]
23:57:45 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
23:57:45 | ~~~~~~~ ^
23:57:45 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/stdlib.hfa:154:130: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X2atPY12__T_generic__1’ may be used uninitialized in this function [-Wmaybe-uninitialized]
23:57:45 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
23:57:45 | ^
23:57:45 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/stdlib.hfa:154:97: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X1cc_1’ may be used uninitialized in this function [-Wmaybe-uninitialized]
23:57:45 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
23:57:45 | ~~~~~~~~~~ ^
23:57:45 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/stdlib.hfa:154:100: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X4sizem_1’ may be used uninitialized in this function [-Wmaybe-uninitialized]
23:57:45 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
23:57:45 | ~~~~~~~ ^
23:57:45 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/stdlib.hfa:154:130: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X2atPY12__T_generic__1’ may be used uninitialized in this function [-Wmaybe-uninitialized]
23:57:45 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
23:57:45 | ^
23:57:45 CFA concurrency/locks.lo
23:57:45 CFA concurrency/monitor.lo
23:57:45 CFA concurrency/mutex.lo
23:57:46 CFA concurrency/select.lo
23:57:47 CFA concurrency/thread.lo
23:57:48 CFA concurrency/cofor.lo
23:57:48 CFA interpose_thread.lo
23:57:50 CPPAS concurrency/CtxSwitch-x64.lo
23:57:50 CC concurrency/invoke.lo
23:57:50 CFA concurrency/io.lo
23:57:50 CFA concurrency/kernel/startup.lo
23:57:52 CFA concurrency/preemption.lo
23:57:52 CFA concurrency/ready_queue.lo
23:57:52 CFA concurrency/stats.lo
23:57:53 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/concurrency/cofor.hfa: In function ‘_X20get_exception_vtableFS22ThreadCancelled_vtable_S12cofor_runner__PS15ThreadCancelled_S12cofor_runner___1’:
23:57:53 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/concurrency/cofor.hfa:34:36: warning: unused variable ‘_X9_retvalueS22ThreadCancelled_vtable_S12cofor_runner__1’ [-Wunused-variable]
23:57:53 34 | void main( cofor_runner & this ) with(this) {
23:57:53 | ^~~~~~~~~~
23:57:53 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/concurrency/cofor.hfa: In function ‘_X20get_exception_vtableFS22ThreadCancelled_vtable_S9co_runner__PS15ThreadCancelled_S9co_runner___1’:
23:57:53 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/concurrency/cofor.hfa:86:36: warning: unused variable ‘_X9_retvalueS22ThreadCancelled_vtable_S9co_runner__1’ [-Wunused-variable]
23:57:53 86 | void main( co_runner & this ) with( this ) { body(); }
23:57:53 | ^~~~~~~~~~~~~~~~~~~
23:57:53 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/concurrency/cofor.cfa: In function ‘_X20get_exception_vtableFS22ThreadCancelled_vtable_S10cofor_task__PS15ThreadCancelled_S10cofor_task___1’:
23:57:53 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/concurrency/cofor.cfa:17:36: warning: unused variable ‘_X9_retvalueS22ThreadCancelled_vtable_S10cofor_task__1’ [-Wunused-variable]
23:57:53 17 | void main( cofor_task & this ) with( this ) {
23:57:53 | ^~~~~~~~~~
23:57:53 CFA concurrency/pthread.lo
23:57:53 CFA bits/weakso_locks.lo
23:57:54 CFA algorithms/range_iterator.lo
23:57:55 CFA collections/maybe.lo
23:57:56 CFA collections/pair.lo
23:57:57 CFA collections/result.lo
23:57:57 CFA collections/string.lo
23:57:58 CFA collections/string_res.lo
23:57:58 CFA collections/vector.lo
23:57:58 /usr/include/x86_64-linux-gnu/bits/socket2.h:76:93: warning: ‘_X12_constructorFv_U26__anonymous___SOCKADDR_ARGU26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static
23:57:58 76 | return __recvfrom_alias (__fd, __buf, __n, __flags, __addr, __addr_len);
23:57:58 | ^
23:57:58 /usr/include/x86_64-linux-gnu/bits/socket2.h:76:125: warning: ‘_X11_destructorFv_U26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static
23:57:58 76 | return __recvfrom_alias (__fd, __buf, __n, __flags, __addr, __addr_len);
23:57:58 | ^
23:57:58 /usr/include/x86_64-linux-gnu/bits/socket2.h:73:168: warning: ‘_X12_constructorFv_U26__anonymous___SOCKADDR_ARGU26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static
23:57:58 73 | return __recvfrom_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags,
23:57:58 | ^
23:57:58 /usr/include/x86_64-linux-gnu/bits/socket2.h:73:133: warning: ‘_X11_destructorFv_U26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static
23:57:58 73 | return __recvfrom_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags,
23:57:58 | ^
23:57:58 /usr/include/x86_64-linux-gnu/bits/socket2.h:70:163: warning: ‘_X12_constructorFv_U26__anonymous___SOCKADDR_ARGU26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static
23:57:58 70 | return __recvfrom_chk (__fd, __buf, __n, __bos0 (__buf), __flags,
23:57:58 | ^
23:57:58 /usr/include/x86_64-linux-gnu/bits/socket2.h:70:133: warning: ‘_X11_destructorFv_U26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static
23:57:58 70 | return __recvfrom_chk (__fd, __buf, __n, __bos0 (__buf), __flags,
23:57:58 | ^
23:57:58 /usr/include/x86_64-linux-gnu/bits/socket2.h:76:93: warning: ‘_X12_constructorFv_U26__anonymous___SOCKADDR_ARGU26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static
23:57:58 76 | return __recvfrom_alias (__fd, __buf, __n, __flags, __addr, __addr_len);
23:57:58 | ^
23:57:58 /usr/include/x86_64-linux-gnu/bits/socket2.h:76:125: warning: ‘_X11_destructorFv_U26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static
23:57:58 76 | return __recvfrom_alias (__fd, __buf, __n, __flags, __addr, __addr_len);
23:57:58 | ^
23:57:58 /usr/include/x86_64-linux-gnu/bits/socket2.h:73:168: warning: ‘_X12_constructorFv_U26__anonymous___SOCKADDR_ARGU26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static
23:57:58 73 | return __recvfrom_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags,
23:57:58 | ^
23:57:58 /usr/include/x86_64-linux-gnu/bits/socket2.h:73:133: warning: ‘_X11_destructorFv_U26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static
23:57:58 73 | return __recvfrom_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags,
23:57:58 | ^
23:57:58 /usr/include/x86_64-linux-gnu/bits/socket2.h:70:163: warning: ‘_X12_constructorFv_U26__anonymous___SOCKADDR_ARGU26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static
23:57:58 70 | return __recvfrom_chk (__fd, __buf, __n, __bos0 (__buf), __flags,
23:57:58 | ^
23:57:58 /usr/include/x86_64-linux-gnu/bits/socket2.h:70:133: warning: ‘_X11_destructorFv_U26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static
23:57:58 70 | return __recvfrom_chk (__fd, __buf, __n, __bos0 (__buf), __flags,
23:57:58 | ^
23:57:58 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/stdlib.hfa: In function ‘_X5allocQ1_0_1_1__X15alloc_internal$FPBD0_PvPBD0mmS6S_fill_BD0_BT0__FPBD0_mBT0__1.isra.0.constprop’:
23:57:58 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/stdlib.hfa:154:97: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X1cc_1’ is used uninitialized in this function [-Wuninitialized]
23:57:58 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
23:57:58 | ~~~~~~~~~~ ^
23:57:58 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/stdlib.hfa:154:100: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X4sizem_1’ is used uninitialized in this function [-Wuninitialized]
23:57:58 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
23:57:58 | ~~~~~~~ ^
23:57:58 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/stdlib.hfa:154:130: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X2atPY12__T_generic__1’ is used uninitialized in this function [-Wuninitialized]
23:57:58 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
23:57:58 | ^
23:57:58 CFA device/cpu.lo
23:57:58 CFA concurrency/alarm.lo
23:57:58 CFA concurrency/coroutine.lo
23:58:00 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/concurrency/pthread.cfa: In function ‘_X20get_exception_vtableFS22ThreadCancelled_vtable_S10cfaPthread__PS15ThreadCancelled_S10cfaPthread___1’:
23:58:00 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/concurrency/pthread.cfa:194:36: warning: unused variable ‘_X9_retvalueS22ThreadCancelled_vtable_S10cfaPthread__1’ [-Wunused-variable]
23:58:00 194 | void main(cfaPthread & _thread) with(_thread) {
23:58:00 | ^~~~~~~~~~~~
23:58:00 CFA concurrency/exception.lo
23:58:01 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/concurrency/pthread.cfa: In function ‘pthread_create’:
23:58:01 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/stdlib.hfa:154:97: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X1cc_1’ is used uninitialized in this function [-Wuninitialized]
23:58:01 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
23:58:01 | ~~~~~~~~~~ ^
23:58:01 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/stdlib.hfa:154:100: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X4sizem_1’ is used uninitialized in this function [-Wuninitialized]
23:58:01 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
23:58:01 | ~~~~~~~ ^
23:58:01 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/stdlib.hfa:154:130: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X2atPY12__T_generic__1’ is used uninitialized in this function [-Wuninitialized]
23:58:01 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
23:58:01 | ^
23:58:01 CFA concurrency/kernel.lo
23:58:02 CFA concurrency/kernel/cluster.lo
23:58:02 CFA concurrency/clib/cfathread.lo
23:58:03 CFA concurrency/io/setup.lo
23:58:03 CFA concurrency/io/call.lo
23:58:04 CCLD libcfa.la
23:58:10 /usr/include/x86_64-linux-gnu/bits/socket2.h:76:92: warning: ‘_X12_constructorFv_U26__anonymous___SOCKADDR_ARGU26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static
23:58:10 76 | return __recvfrom_alias (__fd, __buf, __n, __flags, __addr, __addr_len);
23:58:10 | ^
23:58:10 /usr/include/x86_64-linux-gnu/bits/socket2.h:76:124: warning: ‘_X11_destructorFv_U26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static
23:58:10 76 | return __recvfrom_alias (__fd, __buf, __n, __flags, __addr, __addr_len);
23:58:10 | ^
23:58:10 /usr/include/x86_64-linux-gnu/bits/socket2.h:73:167: warning: ‘_X12_constructorFv_U26__anonymous___SOCKADDR_ARGU26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static
23:58:10 73 | return __recvfrom_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags,
23:58:10 | ^
23:58:10 /usr/include/x86_64-linux-gnu/bits/socket2.h:73:132: warning: ‘_X11_destructorFv_U26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static
23:58:10 73 | return __recvfrom_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags,
23:58:10 | ^
23:58:10 /usr/include/x86_64-linux-gnu/bits/socket2.h:70:162: warning: ‘_X12_constructorFv_U26__anonymous___SOCKADDR_ARGU26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static
23:58:10 70 | return __recvfrom_chk (__fd, __buf, __n, __bos0 (__buf), __flags,
23:58:10 | ^
23:58:10 /usr/include/x86_64-linux-gnu/bits/socket2.h:70:132: warning: ‘_X11_destructorFv_U26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static
23:58:10 70 | return __recvfrom_chk (__fd, __buf, __n, __bos0 (__buf), __flags,
23:58:10 | ^
23:58:10 /usr/include/x86_64-linux-gnu/bits/socket2.h:76:93: warning: ‘_X12_constructorFv_U26__anonymous___SOCKADDR_ARGU26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static
23:58:10 76 | return __recvfrom_alias (__fd, __buf, __n, __flags, __addr, __addr_len);
23:58:10 | ^
23:58:10 /usr/include/x86_64-linux-gnu/bits/socket2.h:76:125: warning: ‘_X11_destructorFv_U26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static
23:58:10 76 | return __recvfrom_alias (__fd, __buf, __n, __flags, __addr, __addr_len);
23:58:10 | ^
23:58:10 /usr/include/x86_64-linux-gnu/bits/socket2.h:73:168: warning: ‘_X12_constructorFv_U26__anonymous___SOCKADDR_ARGU26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static
23:58:10 73 | return __recvfrom_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags,
23:58:10 | ^
23:58:10 /usr/include/x86_64-linux-gnu/bits/socket2.h:73:133: warning: ‘_X11_destructorFv_U26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static
23:58:10 73 | return __recvfrom_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags,
23:58:10 | ^
23:58:10 /usr/include/x86_64-linux-gnu/bits/socket2.h:70:163: warning: ‘_X12_constructorFv_U26__anonymous___SOCKADDR_ARGU26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static
23:58:10 70 | return __recvfrom_chk (__fd, __buf, __n, __bos0 (__buf), __flags,
23:58:10 | ^
23:58:10 /usr/include/x86_64-linux-gnu/bits/socket2.h:70:133: warning: ‘_X11_destructorFv_U26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static
23:58:10 70 | return __recvfrom_chk (__fd, __buf, __n, __bos0 (__buf), __flags,
23:58:10 | ^
23:58:10 /usr/include/x86_64-linux-gnu/bits/socket2.h:76:93: warning: ‘_X12_constructorFv_U26__anonymous___SOCKADDR_ARGU26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static
23:58:10 76 | return __recvfrom_alias (__fd, __buf, __n, __flags, __addr, __addr_len);
23:58:10 | ^
23:58:10 /usr/include/x86_64-linux-gnu/bits/socket2.h:76:125: warning: ‘_X11_destructorFv_U26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static
23:58:10 76 | return __recvfrom_alias (__fd, __buf, __n, __flags, __addr, __addr_len);
23:58:10 | ^
23:58:10 /usr/include/x86_64-linux-gnu/bits/socket2.h:73:168: warning: ‘_X12_constructorFv_U26__anonymous___SOCKADDR_ARGU26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static
23:58:10 73 | return __recvfrom_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags,
23:58:10 | ^
23:58:10 /usr/include/x86_64-linux-gnu/bits/socket2.h:73:133: warning: ‘_X11_destructorFv_U26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static
23:58:10 73 | return __recvfrom_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags,
23:58:10 | ^
23:58:10 /usr/include/x86_64-linux-gnu/bits/socket2.h:70:163: warning: ‘_X12_constructorFv_U26__anonymous___SOCKADDR_ARGU26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static
23:58:10 70 | return __recvfrom_chk (__fd, __buf, __n, __bos0 (__buf), __flags,
23:58:10 | ^
23:58:10 /usr/include/x86_64-linux-gnu/bits/socket2.h:70:133: warning: ‘_X11_destructorFv_U26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static
23:58:10 70 | return __recvfrom_chk (__fd, __buf, __n, __bos0 (__buf), __flags,
23:58:10 | ^
23:58:10 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/concurrency/kernel/cluster.cfa: In function ‘_X9fix_timesFv_VPU13__timestamp_tj__1’:
23:58:10 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/stdlib.hfa:154:97: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X1cc_1’ is used uninitialized in this function [-Wuninitialized]
23:58:10 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
23:58:10 | ~~~~~~~~~~ ^
23:58:10 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/stdlib.hfa:154:100: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X4sizem_1’ is used uninitialized in this function [-Wuninitialized]
23:58:10 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
23:58:10 | ~~~~~~~ ^
23:58:10 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/stdlib.hfa:154:130: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X2atPY12__T_generic__1’ is used uninitialized in this function [-Wuninitialized]
23:58:10 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
23:58:10 | ^
23:58:10 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/concurrency/kernel/cluster.cfa: In function ‘_X16ready_queue_growFv_PS7cluster__1’:
23:58:10 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/stdlib.hfa:154:97: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X1cc_1’ may be used uninitialized in this function [-Wmaybe-uninitialized]
23:58:10 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
23:58:10 | ~~~~~~~~~~ ^
23:58:10 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/stdlib.hfa:154:100: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X4sizem_1’ may be used uninitialized in this function [-Wmaybe-uninitialized]
23:58:10 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
23:58:10 | ~~~~~~~ ^
23:58:10 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/stdlib.hfa:154:130: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X2atPY12__T_generic__1’ may be used uninitialized in this function [-Wmaybe-uninitialized]
23:58:10 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
23:58:10 | ^
23:58:15 /usr/include/x86_64-linux-gnu/bits/socket2.h:76:92: warning: ‘_X12_constructorFv_U26__anonymous___SOCKADDR_ARGU26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static
23:58:15 76 | return __recvfrom_alias (__fd, __buf, __n, __flags, __addr, __addr_len);
23:58:15 | ^
23:58:15 /usr/include/x86_64-linux-gnu/bits/socket2.h:76:124: warning: ‘_X11_destructorFv_U26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static
23:58:15 76 | return __recvfrom_alias (__fd, __buf, __n, __flags, __addr, __addr_len);
23:58:15 | ^
23:58:15 /usr/include/x86_64-linux-gnu/bits/socket2.h:73:167: warning: ‘_X12_constructorFv_U26__anonymous___SOCKADDR_ARGU26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static
23:58:15 73 | return __recvfrom_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags,
23:58:15 | ^
23:58:15 /usr/include/x86_64-linux-gnu/bits/socket2.h:73:132: warning: ‘_X11_destructorFv_U26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static
23:58:15 73 | return __recvfrom_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags,
23:58:15 | ^
23:58:15 /usr/include/x86_64-linux-gnu/bits/socket2.h:70:162: warning: ‘_X12_constructorFv_U26__anonymous___SOCKADDR_ARGU26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static
23:58:15 70 | return __recvfrom_chk (__fd, __buf, __n, __bos0 (__buf), __flags,
23:58:15 | ^
23:58:15 /usr/include/x86_64-linux-gnu/bits/socket2.h:70:132: warning: ‘_X11_destructorFv_U26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static
23:58:15 70 | return __recvfrom_chk (__fd, __buf, __n, __bos0 (__buf), __flags,
23:58:15 | ^
23:58:15 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/concurrency/io/setup.cfa: In function ‘_X16__io_uring_setupFv_S11io_context$KS17io_context_paramsi__1.isra.0’:
23:58:15 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/stdlib.hfa:154:97: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X1cc_1’ may be used uninitialized in this function [-Wmaybe-uninitialized]
23:58:15 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
23:58:15 | ~~~~~~~~~~ ^
23:58:15 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/stdlib.hfa:154:100: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X4sizem_1’ may be used uninitialized in this function [-Wmaybe-uninitialized]
23:58:15 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
23:58:15 | ~~~~~~~ ^
23:58:15 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/stdlib.hfa:154:130: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X2atPY12__T_generic__1’ may be used uninitialized in this function [-Wmaybe-uninitialized]
23:58:15 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
23:58:15 | ^
23:58:15 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/concurrency/io/setup.cfa: In function ‘_X14__cfa_io_startFv_PS9processor__1’:
23:58:15 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/stdlib.hfa:154:97: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X1cc_1’ is used uninitialized in this function [-Wuninitialized]
23:58:15 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
23:58:15 | ~~~~~~~~~~ ^
23:58:15 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/stdlib.hfa:154:100: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X4sizem_1’ is used uninitialized in this function [-Wuninitialized]
23:58:15 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
23:58:15 | ~~~~~~~ ^
23:58:15 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/stdlib.hfa:154:130: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X2atPY12__T_generic__1’ is used uninitialized in this function [-Wuninitialized]
23:58:15 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
23:58:15 | ^
23:58:19 /usr/include/x86_64-linux-gnu/bits/socket2.h:76:93: warning: ‘_X12_constructorFv_U26__anonymous___SOCKADDR_ARGU26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static
23:58:19 76 | return __recvfrom_alias (__fd, __buf, __n, __flags, __addr, __addr_len);
23:58:19 | ^
23:58:19 /usr/include/x86_64-linux-gnu/bits/socket2.h:76:125: warning: ‘_X11_destructorFv_U26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static
23:58:19 76 | return __recvfrom_alias (__fd, __buf, __n, __flags, __addr, __addr_len);
23:58:19 | ^
23:58:19 /usr/include/x86_64-linux-gnu/bits/socket2.h:73:168: warning: ‘_X12_constructorFv_U26__anonymous___SOCKADDR_ARGU26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static
23:58:19 73 | return __recvfrom_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags,
23:58:19 | ^
23:58:19 /usr/include/x86_64-linux-gnu/bits/socket2.h:73:133: warning: ‘_X11_destructorFv_U26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static
23:58:19 73 | return __recvfrom_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags,
23:58:19 | ^
23:58:19 /usr/include/x86_64-linux-gnu/bits/socket2.h:70:163: warning: ‘_X12_constructorFv_U26__anonymous___SOCKADDR_ARGU26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static
23:58:19 70 | return __recvfrom_chk (__fd, __buf, __n, __bos0 (__buf), __flags,
23:58:19 | ^
23:58:19 /usr/include/x86_64-linux-gnu/bits/socket2.h:70:133: warning: ‘_X11_destructorFv_U26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static
23:58:19 70 | return __recvfrom_chk (__fd, __buf, __n, __bos0 (__buf), __flags,
23:58:19 | ^
23:58:20 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/concurrency/clib/cfathread.cfa: In function ‘cfathread_cluster_add_worker’:
23:58:20 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/stdlib.hfa:154:97: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X1cc_1’ may be used uninitialized in this function [-Wmaybe-uninitialized]
23:58:20 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
23:58:20 | ~~~~~~~~~~ ^
23:58:20 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/stdlib.hfa:154:100: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X4sizem_1’ may be used uninitialized in this function [-Wmaybe-uninitialized]
23:58:20 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
23:58:20 | ~~~~~~~ ^
23:58:20 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/../../libcfa/src/stdlib.hfa:154:130: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X2atPY12__T_generic__1’ may be used uninitialized in this function [-Wmaybe-uninitialized]
23:58:20 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
23:58:20 | ^
23:58:20 CCLD libcfathread.la
23:58:20 make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/libcfa/x64-nodebug/src'
23:58:20 make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/libcfa/x64-nodebug'
23:58:20 make[4]: Nothing to be done for 'all-am'.
23:58:20 make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/libcfa/x64-nodebug'
23:58:20 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/libcfa/x64-nodebug'
23:58:20 make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub'
23:58:20 make[1]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub'
23:58:20 make[1]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub'
23:58:20 Making dvi in driver
23:58:20 make[2]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/driver'
23:58:20 make[2]: Nothing to be done for 'dvi'.
23:58:20 make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/driver'
23:58:20 Making dvi in src
23:58:20 make[2]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/src'
23:58:20 make[2]: Nothing to be done for 'dvi'.
23:58:20 make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/src'
23:58:20 Making dvi in .
23:58:20 make[2]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub'
23:58:20 make[2]: Nothing to be done for 'dvi-am'.
23:58:20 make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub'
23:58:20 Making dvi in libcfa/x64-debug
23:58:20 make[2]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/libcfa/x64-debug'
23:58:21 Making dvi in prelude
23:58:21 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/libcfa/x64-debug/prelude'
23:58:21 make[3]: Nothing to be done for 'dvi'.
23:58:21 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/libcfa/x64-debug/prelude'
23:58:21 Making dvi in src
23:58:21 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/libcfa/x64-debug/src'
23:58:21 make[3]: Nothing to be done for 'dvi'.
23:58:21 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/libcfa/x64-debug/src'
23:58:21 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/libcfa/x64-debug'
23:58:21 make[3]: Nothing to be done for 'dvi-am'.
23:58:21 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/libcfa/x64-debug'
23:58:21 make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/libcfa/x64-debug'
23:58:21 Making dvi in libcfa/x64-nodebug
23:58:21 make[2]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/libcfa/x64-nodebug'
23:58:21 Making dvi in prelude
23:58:21 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/libcfa/x64-nodebug/prelude'
23:58:21 make[3]: Nothing to be done for 'dvi'.
23:58:21 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/libcfa/x64-nodebug/prelude'
23:58:21 Making dvi in src
23:58:21 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/libcfa/x64-nodebug/src'
23:58:21 make[3]: Nothing to be done for 'dvi'.
23:58:21 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/libcfa/x64-nodebug/src'
23:58:21 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/libcfa/x64-nodebug'
23:58:21 make[3]: Nothing to be done for 'dvi-am'.
23:58:21 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/libcfa/x64-nodebug'
23:58:21 make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/libcfa/x64-nodebug'
23:58:21 make[1]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub'
23:58:21 make[1]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub'
23:58:21 Making check in driver
23:58:21 make[2]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/driver'
23:58:21 make[2]: Nothing to be done for 'check'.
23:58:21 make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/driver'
23:58:21 Making check in src
23:58:21 make[2]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/src'
23:58:21 make check-am
23:58:21 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/src'
23:58:21 make[3]: Nothing to be done for 'check-am'.
23:58:21 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/src'
23:58:21 make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/src'
23:58:21 Making check in .
23:58:21 make[2]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub'
23:58:21 make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub'
23:58:21 Making check in libcfa/x64-debug
23:58:21 make[2]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/libcfa/x64-debug'
23:58:21 Making check in prelude
23:58:21 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/libcfa/x64-debug/prelude'
23:58:21 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/libcfa/x64-debug/prelude'
23:58:21 Making check in src
23:58:21 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/libcfa/x64-debug/src'
23:58:21 make[3]: Nothing to be done for 'check'.
23:58:21 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/libcfa/x64-debug/src'
23:58:21 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/libcfa/x64-debug'
23:58:21 make[3]: Nothing to be done for 'check-am'.
23:58:21 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/libcfa/x64-debug'
23:58:21 make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/libcfa/x64-debug'
23:58:21 Making check in libcfa/x64-nodebug
23:58:21 make[2]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/libcfa/x64-nodebug'
23:58:21 Making check in prelude
23:58:21 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/libcfa/x64-nodebug/prelude'
23:58:21 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/libcfa/x64-nodebug/prelude'
23:58:21 Making check in src
23:58:21 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/libcfa/x64-nodebug/src'
23:58:21 make[3]: Nothing to be done for 'check'.
23:58:21 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/libcfa/x64-nodebug/src'
23:58:21 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/libcfa/x64-nodebug'
23:58:21 make[3]: Nothing to be done for 'check-am'.
23:58:21 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/libcfa/x64-nodebug'
23:58:21 make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/libcfa/x64-nodebug'
23:58:21 make -C tests tests installed=no debug=yes
23:58:21 make[2]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/tests'
23:58:22 Running 333 tests on 8 cores (x64 - debug)
23:59:29 array-ERR2 PASSED C 0:00.060 - R n/a
23:59:29 array-ERR3 PASSED C 0:00.171 - R n/a
23:59:29 array-collections/array-raii-c FAILED with code 1 C 0:00.116 - R n/a
23:59:29 expected :
23:59:29 1 === builtins
23:59:29 2 some nonzero
23:59:29 3 silly: some nonzero
23:59:29 4 === custom
23:59:29 5 [1]
23:59:29 6 ctor 0
23:59:29 7 ctor 1
23:59:29 8 ctor 2
23:59:29 9 ctor 3
23:59:29 10 ctor 4
23:59:29 11 func 0
23:59:29 12 func 1
23:59:29 13 func 2
23:59:29 14 func 3
23:59:29 15 func 4
23:59:29 16 dtor 4
23:59:29 17 dtor 3
23:59:29 18 dtor 2
23:59:29 19 dtor 1
23:59:29 20 dtor 0
23:59:29 21 [2]
23:59:29 22 ctor 0
23:59:29 23 ctor 1
23:59:29 24 ctor 2
23:59:29 25 ctor 3
23:59:29 26 ctor 4
23:59:29 27 ctor 5
23:59:29 28 func 0 at (0, 0)
23:59:29 29 func 1 at (0, 1)
23:59:29 30 func 2 at (0, 2)
23:59:29 31 func 3 at (1, 0)
23:59:29 32 func 4 at (1, 1)
23:59:29 33 func 5 at (1, 2)
23:59:29 34 dtor 5
23:59:29 35 dtor 4
23:59:29 36 dtor 3
23:59:29 37 dtor 2
23:59:29 38 dtor 1
23:59:29 39 dtor 0
23:59:29 40 [3]
23:59:29 41 ctor 0
23:59:29 42 ctor 1
23:59:29 43 ctor 2
23:59:29 44 ctor 3
23:59:29 45 ctor 4
23:59:29 46 func 0
23:59:29 47 func 1
23:59:29 48 func 2
23:59:29 49 func 3
23:59:29 50 func 4
23:59:29 51 dtor 4
23:59:29 52 dtor 3
23:59:29 53 dtor 2
23:59:29 54 dtor 1
23:59:29 55 dtor 0
23:59:29 56 [4]
23:59:29 57 ctor 0
23:59:29 58 ctor 1
23:59:29 59 ctor 2
23:59:29 60 ctor 3
23:59:29 61 ctor 4
23:59:29 62 func 0
23:59:29 63 func 1
23:59:29 64 func 2
23:59:29 65 func 3
23:59:29 66 func 4
23:59:29 67 dtor 4
23:59:29 68 dtor 3
23:59:29 69 dtor 2
23:59:29 70 dtor 1
23:59:29 71 dtor 0
23:59:29 72 === uninit
23:59:29 73 [1]
23:59:29 74 before ctors
23:59:29 75 ctor 0
23:59:29 76 ctor 999
23:59:29 77 ctor 888
23:59:29 78 ctor 3
23:59:29 79 ctor 4
23:59:29 80 func 0
23:59:29 81 func 999
23:59:29 82 func 888
23:59:29 83 func 3
23:59:29 84 func 4
23:59:29 85 dtor 4
23:59:29 86 dtor 3
23:59:29 87 dtor 888
23:59:29 88 dtor 999
23:59:29 89 dtor 0
23:59:29 90 [2]
23:59:29 91 before ctors
23:59:29 92 ctor 100
23:59:29 93 ctor 101
23:59:29 94 ctor 102
23:59:29 95 ctor 110
23:59:29 96 ctor 999
23:59:29 97 ctor 888
23:59:29 98 func 100 at (0, 0)
23:59:29 99 func 101 at (0, 1)
23:59:29 100 func 102 at (0, 2)
23:59:29 101 func 110 at (1, 0)
23:59:29 102 func 999 at (1, 1)
23:59:29 103 func 888 at (1, 2)
23:59:29 104 dtor 888
23:59:29 105 dtor 999
23:59:29 106 dtor 110
23:59:29 107 dtor 102
23:59:29 108 dtor 101
23:59:29 109 dtor 100
23:59:29 got :
23:59:29 1 array-collections/array-raii-c.cfa:21:10: fatal error: array-raii.hfa: No such file or directory
23:59:29 2 compilation terminated.
23:59:29
23:59:29 array-collections/array-raii-cfa FAILED with code 1 C 0:00.071 - R n/a
23:59:29 expected :
23:59:29 1 === builtins
23:59:29 2 some nonzero
23:59:29 3 silly: some nonzero
23:59:29 4 === custom
23:59:29 5 [1]
23:59:29 6 ctor 0
23:59:29 7 ctor 1
23:59:29 8 ctor 2
23:59:29 9 ctor 3
23:59:29 10 ctor 4
23:59:29 11 func 0
23:59:29 12 func 1
23:59:29 13 func 2
23:59:29 14 func 3
23:59:29 15 func 4
23:59:29 16 dtor 4
23:59:29 17 dtor 3
23:59:29 18 dtor 2
23:59:29 19 dtor 1
23:59:29 20 dtor 0
23:59:29 21 [2]
23:59:29 22 ctor 0
23:59:29 23 ctor 1
23:59:29 24 ctor 2
23:59:29 25 ctor 3
23:59:29 26 ctor 4
23:59:29 27 ctor 5
23:59:29 28 func 0 at (0, 0)
23:59:29 29 func 1 at (0, 1)
23:59:29 30 func 2 at (0, 2)
23:59:29 31 func 3 at (1, 0)
23:59:29 32 func 4 at (1, 1)
23:59:29 33 func 5 at (1, 2)
23:59:29 34 dtor 5
23:59:29 35 dtor 4
23:59:29 36 dtor 3
23:59:29 37 dtor 2
23:59:29 38 dtor 1
23:59:29 39 dtor 0
23:59:29 40 [3]
23:59:29 41 ctor 0
23:59:29 42 ctor 1
23:59:29 43 ctor 2
23:59:29 44 ctor 3
23:59:29 45 ctor 4
23:59:29 46 func 0
23:59:29 47 func 1
23:59:29 48 func 2
23:59:29 49 func 3
23:59:29 50 func 4
23:59:29 51 dtor 4
23:59:29 52 dtor 3
23:59:29 53 dtor 2
23:59:29 54 dtor 1
23:59:29 55 dtor 0
23:59:29 56 [4]
23:59:29 57 ctor 0
23:59:29 58 ctor 1
23:59:29 59 ctor 2
23:59:29 60 ctor 3
23:59:29 61 ctor 4
23:59:29 62 func 0
23:59:29 63 func 1
23:59:29 64 func 2
23:59:29 65 func 3
23:59:29 66 func 4
23:59:29 67 dtor 4
23:59:29 68 dtor 3
23:59:29 69 dtor 2
23:59:29 70 dtor 1
23:59:29 71 dtor 0
23:59:29 72 === uninit
23:59:29 73 [1]
23:59:29 74 before ctors
23:59:29 75 ctor 0
23:59:29 76 ctor 999
23:59:29 77 ctor 888
23:59:29 78 ctor 3
23:59:29 79 ctor 4
23:59:29 80 func 0
23:59:29 81 func 999
23:59:29 82 func 888
23:59:29 83 func 3
23:59:29 84 func 4
23:59:29 85 dtor 4
23:59:29 86 dtor 3
23:59:29 87 dtor 888
23:59:29 88 dtor 999
23:59:29 89 dtor 0
23:59:29 90 [2]
23:59:29 91 before ctors
23:59:29 92 ctor 100
23:59:29 93 ctor 101
23:59:29 94 ctor 102
23:59:29 95 ctor 110
23:59:29 96 ctor 999
23:59:29 97 ctor 888
23:59:29 98 func 100 at (0, 0)
23:59:29 99 func 101 at (0, 1)
23:59:29 100 func 102 at (0, 2)
23:59:29 101 func 110 at (1, 0)
23:59:29 102 func 999 at (1, 1)
23:59:29 103 func 888 at (1, 2)
23:59:29 104 dtor 888
23:59:29 105 dtor 999
23:59:29 106 dtor 110
23:59:29 107 dtor 102
23:59:29 108 dtor 101
23:59:29 109 dtor 100
23:59:29 got :
23:59:29 1 array-collections/array-raii-cfa.cfa:23:10: fatal error: array-raii.hfa: No such file or directory
23:59:29 2 compilation terminated.
23:59:29
23:59:29 array-ERR1 PASSED C 0:00.664 - R n/a
23:59:29 array PASSED C 0:00.675 - R 0:00.001
23:59:29 array-collections/array-basic PASSED C 0:01.546 - R 0:00.005
23:59:29 array-collections/dimexpr-match-c PASSED C 0:00.969 - R 0:00.005
23:59:29 ...ollections/language-dim-mismatch PASSED C 0:00.168 - R n/a
23:59:29 array-collections/array-sbscr-types PASSED C 0:01.546 - R 0:00.005
23:59:29 array-collections/safety-summary PASSED C 0:00.461 - R n/a
23:59:29 array-collections/dimexpr-match-cfa PASSED C 0:01.465 - R 0:00.005
23:59:29 array-collections/symtab-collision PASSED C 0:00.361 - R n/a
23:59:29 attr-priority PASSED C 0:00.379 - R n/a
23:59:29 castError PASSED C 0:00.384 - R n/a
23:59:29 cast PASSED C 0:00.698 - R 0:00.001
23:59:29 builtins/sync PASSED C 0:00.833 - R 0:00.001
23:59:29 algorithms/range_test PASSED C 0:04.121 - R 0:00.028
23:59:29 avl_test PASSED C 0:03.397 - R 0:00.005
23:59:29 alloc-ERROR PASSED C 0:06.020 - R n/a
23:59:29 collections/multi_list PASSED C 0:06.388 - R 0:00.005
23:59:29 collections/queue PASSED C 0:07.926 - R 0:00.005
23:59:29 alloc PASSED C 0:11.254 - R 0:00.009
23:59:29 alloc2 PASSED C 0:11.720 - R 0:00.009
23:59:29 collections/stack PASSED C 0:06.392 - R 0:00.005
23:59:29 collections/sequence PASSED C 0:08.458 - R 0:00.005
23:59:29 collections/string-api-coverage PASSED C 0:07.787 - R 0:00.009
23:59:29 collections/atomic_mpsc PASSED C 0:08.237 - R 0:03.222
23:59:29 collections/string-ctx-manage PASSED C 0:04.603 - R 0:00.005
23:59:29 collections/string-gc PASSED C 0:04.726 - R 0:00.009
23:59:29 collections/string-istream PASSED C 0:05.055 - R 0:00.009
23:59:29 ...ions/string-api-coverage-noshare PASSED C 0:07.715 - R 0:00.009
23:59:29 collections/string-compare PASSED C 0:06.295 - R 0:00.009
23:59:29 ...ns/vector-err-pass-perm-it-byval PASSED C 0:02.003 - R n/a
23:59:29 collections/string-overwrite PASSED C 0:04.819 - R 0:00.009
23:59:29 ...ns/vector-err-retn-perm-it-byval PASSED C 0:01.725 - R n/a
23:59:29 ...ections/string-overwrite-noshare PASSED C 0:04.800 - R 0:00.017
23:59:29 collections/vector-demo PASSED C 0:04.110 - R 0:00.005
23:59:29 collections/string-istream-manip PASSED C 0:07.487 - R 0:00.017
23:59:29 complex PASSED C 0:04.308 - R 0:00.005
23:59:29 concurrency/actors/executor PASSED C 0:11.854 - R 0:00.128
23:59:29 concurrency/actors/inline PASSED C 0:11.854 - R 0:00.115
23:59:29 concurrency/actors/inherit PASSED C 0:12.086 - R 0:00.065
23:59:29 concurrency/actors/matrixMultiply PASSED C 0:11.863 - R 0:00.817
23:59:29 concurrency/actors/poison PASSED C 0:11.706 - R 0:00.116
23:59:29 concurrency/actors/pingpong PASSED C 0:11.936 - R 0:00.116
23:59:29 concurrency/actors/dynamic PASSED C 0:11.890 - R 0:02.971
23:59:29 concurrency/actors/static PASSED C 0:11.798 - R 0:00.266
23:59:29 concurrency/barrier/generation PASSED C 0:08.115 - R 0:00.215
23:59:29 concurrency/barrier/last PASSED C 0:08.428 - R 0:00.166
23:59:29 concurrency/barrier/order PASSED C 0:08.256 - R 0:00.115
23:59:29 concurrency/actors/types PASSED C 0:12.255 - R 0:00.166
23:59:29 concurrency/channels/churn PASSED C 0:10.970 - R 0:10.085
23:59:29 concurrency/channels/contend PASSED C 0:11.112 - R 0:10.084
23:59:29 concurrency/channels/big_elems PASSED C 0:11.309 - R 0:10.683
23:59:29 concurrency/channels/daisy_chain PASSED C 0:10.867 - R 0:10.081
23:59:29 concurrency/clib PASSED C 0:01.611 - R 0:00.115
23:59:29 concurrency/clib_tls PASSED C 0:01.699 - R 0:00.165
23:59:29 concurrency/ctor-check PASSED C 0:00.436 - R n/a
23:59:29 concurrency/cluster PASSED C 0:05.697 - R 0:00.115
23:59:29 concurrency/channels/hot_potato PASSED C 0:10.894 - R 0:10.084
00:01:36 concurrency/channels/ping_pong PASSED C 0:10.749 - R 0:10.084
00:01:36 concurrency/channels/pub_sub PASSED C 0:10.991 - R 0:10.083
00:01:36 concurrency/cofor PASSED C 0:07.769 - R 0:00.115
00:01:36 concurrency/coroutineYield PASSED C 0:08.155 - R 0:00.065
00:01:36 concurrency/channels/zero_size PASSED C 0:10.831 - R 0:10.085
00:01:36 concurrency/examples/datingService PASSED C 0:08.068 - R 0:00.065
00:01:36 concurrency/examples/gortn PASSED C 0:07.953 - R 0:00.065
00:01:36 ...rrency/examples/boundedBufferEXT PASSED C 0:08.156 - R 0:04.777
00:01:36 concurrency/futures/abandon PASSED C 0:05.912 - R 0:00.115
00:01:36 concurrency/examples/matrixSum PASSED C 0:07.811 - R 0:00.116
00:01:36 concurrency/futures/basic PASSED C 0:05.920 - R 0:00.116
00:01:36 concurrency/keywordErrors PASSED C 0:00.229 - R n/a
00:01:36 concurrency/examples/quickSort PASSED C 0:09.576 - R 0:00.065
00:01:36 concurrency/mainError PASSED C 0:00.160 - R n/a
00:01:36 ...rrency/examples/boundedBufferINT PASSED C 0:08.209 - R 0:04.976
00:01:36 concurrency/futures/typed PASSED C 0:07.846 - R 0:00.115
00:01:36 concurrency/join PASSED C 0:07.980 - R 0:00.115
00:01:36 concurrency/futures/wait_any PASSED C 0:09.834 - R 0:00.115
00:01:36 concurrency/migrate PASSED C 0:07.735 - R 0:00.165
00:01:36 concurrency/futures/multi PASSED C 0:11.970 - R 0:00.116
00:01:36 concurrency/lockfree_stack PASSED C 0:07.820 - R 0:07.929
00:01:36 concurrency/mutexstmt/monitors PASSED C 0:06.457 - R 0:01.923
00:01:36 concurrency/once PASSED C 0:08.565 - R 0:00.115
00:01:36 concurrency/futures/select_future PASSED C 0:21.103 - R 0:00.116
00:01:36 concurrency/mutexstmt/tuple PASSED C 0:09.985 - R 0:00.005
00:01:36 concurrency/park/contention PASSED C 0:05.834 - R 0:00.115
00:01:36 concurrency/park/start_parked PASSED C 0:05.724 - R 0:00.065
00:01:36 concurrency/mutexstmt/locks PASSED C 0:08.329 - R 0:09.441
00:01:36 concurrency/park/force_preempt PASSED C 0:08.186 - R 0:00.366
00:01:36 ...rrency/pthread/pthread_attr_test PASSED C 0:07.734 - R 0:00.065
00:01:36 concurrency/monitor PASSED C 0:07.878 - R 0:19.510
00:01:36 ...urrency/pthread/pthread_key_test PASSED C 0:02.658 - R 0:00.065
00:01:36 ...rrency/pthread/pthread_cond_test PASSED C 0:07.860 - R 0:00.065
00:01:36 ...pthread/pthread_demo_create_join PASSED C 0:07.785 - R 0:00.115
00:01:36 concurrency/multi-monitor PASSED C 0:08.776 - R 0:18.655
00:01:36 concurrency/preempt PASSED C 0:09.557 - R 0:08.943
00:01:36 ...rrency/pthread/pthread_once_test PASSED C 0:08.032 - R 0:00.116
00:01:36 ...rrency/pthread/pthread_demo_lock PASSED C 0:08.007 - R 0:04.925
00:01:36 concurrency/readyQ/barrier_sleeper PASSED C 0:08.016 - R 0:00.216
00:01:36 concurrency/readyQ/leader_spin PASSED C 0:07.836 - R 0:00.216
00:01:36 concurrency/signal/block PASSED C 0:08.701 - R 0:01.217
00:01:36 concurrency/signal/disjoint PASSED C 0:08.670 - R 0:01.768
00:01:36 concurrency/signal/wait PASSED C 0:08.518 - R 0:00.215
00:01:36 concurrency/suspend_then PASSED C 0:08.540 - R 0:00.115
00:01:36 concurrency/sleep PASSED C 0:08.441 - R 0:01.168
00:01:36 concurrency/preempt2 PASSED C 0:08.374 - R 0:20.109
00:01:36 concurrency/thread PASSED C 0:09.361 - R 0:00.115
00:01:36 .../unified_locking/block_spin_lock PASSED C 0:09.617 - R 0:00.116
00:01:36 ...ency/unified_locking/exp_backoff PASSED C 0:09.502 - R 0:00.115
00:01:36 .../unified_locking/fast_block_lock PASSED C 0:09.599 - R 0:00.116
00:01:36 ...cy/unified_locking/pthread_locks PASSED C 0:07.622 - R 0:00.115
00:01:36 ...fied_locking/mcs_block_spin_lock PASSED C 0:09.699 - R 0:00.115
00:01:36 ...nified_locking/simple_owner_lock PASSED C 0:09.706 - R 0:00.115
00:01:36 concurrency/unified_locking/mcs PASSED C 0:09.559 - R 0:04.775
00:01:36 concurrency/waitfor/barge PASSED C 0:08.018 - R 0:00.266
00:01:36 ...ncy/unified_locking/timeout_lock PASSED C 0:07.274 - R 0:01.117
00:01:36 concurrency/waitfor/else PASSED C 0:06.399 - R 0:00.065
00:01:36 concurrency/waitfor/dtor PASSED C 0:07.819 - R 0:01.066
00:01:36 concurrency/waitfor/parse PASSED C 0:04.709 - R 0:00.001
00:01:36 concurrency/waitfor/recurse PASSED C 0:08.202 - R 0:00.817
00:01:36 concurrency/unified_locking/locks PASSED C 0:07.985 - R 0:21.559
00:01:36 concurrency/waitfor/statment PASSED C 0:08.448 - R 0:00.065
00:01:36 concurrency/waitfor/when PASSED C 0:07.947 - R 0:00.165
00:01:36 concurrency/waituntil/all_types PASSED C 0:09.786 - R 0:01.868
00:01:36 concurrency/waituntil/basic_else PASSED C 0:07.975 - R 0:00.115
00:01:36 ...ency/waituntil/channel_zero_size PASSED C 0:09.023 - R 0:01.918
00:01:36 concurrency/waituntil/channels PASSED C 0:09.127 - R 0:01.769
00:01:36 concurrency/waituntil/futures PASSED C 0:08.323 - R 0:00.065
00:01:36 ...ency/unified_locking/futex_mutex PASSED C 0:09.579 - R 0:37.674
00:01:36 concurrency/waituntil/channel_close PASSED C 0:09.218 - R 0:10.088
00:01:36 concurrency/waituntil/one_chan PASSED C 0:08.853 - R 0:00.366
00:01:36 concurrency/waituntil/locks PASSED C 0:09.907 - R 0:04.525
00:01:36 const-init PASSED C 0:00.719 - R 0:00.005
00:01:36 concurrency/waituntil/timeout PASSED C 0:05.189 - R 0:03.071
00:01:36 configs/parsebools PASSED C 0:06.514 - R 0:00.033
00:01:36 configs/parseconfig PASSED C 0:06.508 - R 0:00.009
00:01:36 copyfile PASSED C 0:04.127 - R 0:00.005
00:01:36 ...urrency/unified_locking/mcs_spin PASSED C 0:09.467 - R 0:44.237
00:01:36 configs/usage PASSED C 0:06.187 - R 0:00.009
00:01:36 coroutine/devicedriver PASSED C 0:05.322 - R 0:00.065
00:01:36 coroutine/fibonacci PASSED C 0:04.972 - R 0:00.065
00:01:36 .../unified_locking/spin_queue_lock PASSED C 0:09.878 - R 0:43.533
00:01:36 coroutine/fmtLines PASSED C 0:05.261 - R 0:00.065
00:01:36 coroutine/pingpong PASSED C 0:05.217 - R 0:00.065
00:01:36 ctrl-flow/loop-inc PASSED C 0:00.749 - R 0:00.005
00:01:36 coroutine/raii PASSED C 0:05.192 - R 0:00.065
00:01:36 counter PASSED C 0:03.931 - R 0:00.005
00:01:36 coroutine/runningTotal PASSED C 0:05.577 - R 0:00.065
00:01:36 coroutine/prodcons PASSED C 0:06.923 - R 0:00.065
00:01:36 enum PASSED C 0:00.764 - R 0:00.005
00:01:36 ctrl-flow/ifwhileCtl PASSED C 0:04.201 - R 0:00.005
00:01:36 enum_tests/anonymous PASSED C 0:01.437 - R 0:00.005
00:01:36 designations PASSED C 0:04.739 - R 0:00.005
00:01:36 enum_tests/stringEnum PASSED C 0:01.326 - R 0:00.005
00:01:36 enum_tests/structEnum PASSED C 0:01.503 - R 0:00.005
00:01:36 ctrl-flow/loop_else PASSED C 0:07.158 - R 0:00.009
00:01:36 errors/declaration PASSED C 0:00.069 - R n/a
00:01:36 enum_tests/typedIntEnum PASSED C 0:01.403 - R 0:00.005
00:01:36 errors/scope-type PASSED C 0:00.106 - R n/a
00:01:36 enum_tests/enumInlineValue PASSED C 0:04.124 - R 0:00.005
00:01:36 errors/signature PASSED C 0:00.084 - R n/a
00:01:36 errors/scope PASSED C 0:00.368 - R n/a
00:02:32 div PASSED C 0:05.908 - R 0:00.005
00:02:32 eval PASSED C 0:00.713 - R 0:00.005
00:02:32 device/cpu PASSED C 0:07.250 - R 0:00.009
00:02:32 ctrl-flow/loopctrl PASSED C 0:07.802 - R 0:00.009
00:02:32 enum_tests/voidEnum PASSED C 0:04.157 - R 0:00.005
00:02:32 exceptions/conditional PASSED C 0:04.391 - R 0:00.005
00:02:32 exceptions/data-except PASSED C 0:04.414 - R 0:00.004
00:02:32 exceptions/cancel/coroutine PASSED C 0:05.252 - R 0:00.115
00:02:32 exceptions/conditional-threads PASSED C 0:05.314 - R 0:00.065
00:02:32 exceptions/defaults PASSED C 0:04.617 - R 0:00.005
00:02:32 exceptions/cancel/thread PASSED C 0:08.098 - R 0:00.065
00:02:32 exceptions/cor_resumer PASSED C 0:08.114 - R 0:00.065
00:02:32 exceptions/finally PASSED C 0:04.356 - R 0:00.005
00:02:32 exceptions/defaults-threads PASSED C 0:05.737 - R 0:00.065
00:02:32 exceptions/finally-threads PASSED C 0:05.490 - R 0:00.065
00:02:32 exceptions/fibonacci_nonlocal PASSED C 0:06.627 - R 0:00.065
00:02:32 exceptions/interact PASSED C 0:04.585 - R 0:00.005
00:02:32 exceptions/polymorphic PASSED C 0:04.472 - R 0:00.005
00:02:32 exceptions/try-ctrl-flow PASSED C 0:00.252 - R n/a
00:02:32 concurrency/waituntil/repeat_close PASSED C 0:09.715 - R 0:30.078
00:02:32 exceptions/type-check PASSED C 0:00.245 - R n/a
00:02:32 exceptions/resume PASSED C 0:04.768 - R 0:00.005
00:02:32 exceptions/try-leave-catch PASSED C 0:00.797 - R 0:00.005
00:02:32 expression PASSED C 0:00.694 - R 0:00.001
00:02:32 exceptions/terminate PASSED C 0:04.837 - R 0:00.006
00:02:32 exceptions/resume-threads PASSED C 0:05.826 - R 0:00.065
00:02:32 exceptions/pingpong_nonlocal PASSED C 0:08.510 - R 0:00.116
00:02:32 exceptions/trash PASSED C 0:04.095 - R 0:00.005
00:02:32 exceptions/terminate-threads PASSED C 0:05.901 - R 0:00.065
00:02:32 exceptions/virtual-poly PASSED C 0:04.227 - R 0:00.005
00:02:32 fallthrough PASSED C 0:04.269 - R 0:00.005
00:02:32 exceptions/virtual-cast PASSED C 0:05.505 - R 0:00.005
00:02:32 global-monomorph PASSED C 0:00.727 - R 0:00.005
00:02:32 generator/fibonacci PASSED C 0:04.050 - R 0:00.005
00:02:32 fstream_test PASSED C 0:04.352 - R 0:00.005
00:02:32 identFuncDeclarator PASSED C 0:00.645 - R 0:00.002
00:02:32 forall PASSED C 0:05.333 - R 0:00.005
00:02:32 generator/fmtLines PASSED C 0:04.125 - R 0:00.009
00:02:32 identParamDeclarator PASSED C 0:00.702 - R 0:00.005
00:02:32 generator/suspend_then PASSED C 0:04.083 - R 0:00.005
00:02:32 function-operator PASSED C 0:06.018 - R 0:00.005
00:02:32 genericUnion PASSED C 0:04.193 - R 0:00.005
00:02:32 include/vector-collections PASSED C 0:01.956 - R 0:00.006
00:02:32 include/vector-sequence PASSED C 0:01.194 - R 0:00.005
00:02:32 hello PASSED C 0:04.129 - R 0:00.005
00:02:32 init1-ERROR PASSED C 0:00.373 - R n/a
00:02:32 init1 PASSED C 0:00.660 - R 0:00.001
00:02:32 identity PASSED C 0:04.410 - R 0:00.005
00:02:32 include/stdincludes PASSED C 0:04.394 - R 0:00.001
00:02:32 include/vector-fstream PASSED C 0:04.155 - R 0:00.005
00:02:32 io/away_fair PASSED C 0:09.944 - R 0:00.166
00:02:32 io/comp_basic PASSED C 0:10.384 - R 0:00.116
00:02:32 io/comp_fair PASSED C 0:10.056 - R 0:00.265
00:02:32 io/io-acquire-in PASSED C 0:08.823 - R 0:00.115
00:02:32 include/includes PASSED C 0:14.265 - R 0:00.001
00:02:32 io/io-acquire PASSED C 0:09.977 - R 0:00.116
00:02:32 heap PASSED C 0:06.418 - R 0:10.237
00:02:32 labelledExit PASSED C 0:00.678 - R 0:00.001
00:02:32 limits PASSED C 0:00.664 - R 0:00.001
00:02:32 io/io PASSED C 0:12.670 - R 0:00.009
00:02:32 linking/exception-nothreads PASSED C 0:02.924 - R 0:00.005
00:02:32 linking/exception-withthreads PASSED C 0:04.420 - R 0:00.065
00:02:32 linking/nostdlib PASSED C 0:00.702 - R 0:00.005
00:02:32 io/manipulatorsOutput4 PASSED C 0:07.239 - R 0:00.017
00:02:32 linking/io-acquire PASSED C 0:05.677 - R 0:00.005
00:02:32 io/io-acquire-out PASSED C 0:08.629 - R 0:00.139
00:02:32 linking/mangling/anon PASSED C 0:04.161 - R 0:00.005
00:02:32 io/io-acquire2 PASSED C 0:09.390 - R 0:00.115
00:02:32 linkonce PASSED C 0:00.961 - R 0:00.005
00:02:32 io/many_read PASSED C 0:09.885 - R 0:00.116
00:02:32 maybe PASSED C 0:00.915 - R 0:00.005
00:02:32 linking/nothreads PASSED C 0:05.440 - R 0:00.005
00:02:32 linking/weakso_nothd PASSED C 0:05.416 - R 0:00.005
00:02:32 literals PASSED C 0:04.336 - R 0:00.005
00:02:32 nested-types PASSED C 0:00.681 - R 0:00.001
00:02:32 nested-types-ERR1 PASSED C 0:00.092 - R n/a
00:02:32 nested-types-ERR2 PASSED C 0:00.120 - R n/a
00:02:32 numericConstants PASSED C 0:00.636 - R 0:00.001
00:02:32 io/io-acquire-no-io PASSED C 0:08.200 - R 0:07.984
00:02:32 meta/fork+exec PASSED C 0:03.232 - R 0:00.017
00:02:32 operators PASSED C 0:00.711 - R 0:00.005
00:02:32 poly-d-cycle PASSED C 0:00.734 - R 0:00.005
00:02:32 malloc PASSED C 0:06.689 - R 0:00.005
00:02:32 polybits PASSED C 0:00.140 - R n/a
00:02:32 linking/withthreads PASSED C 0:07.911 - R 0:00.066
00:02:32 poly-o-cycle PASSED C 0:00.761 - R 0:00.005
00:02:32 poly-selection PASSED C 0:00.703 - R 0:00.005
00:02:32 quasiKeyword PASSED C 0:00.705 - R 0:00.001
00:02:32 meta/dumpable PASSED C 0:05.916 - R 0:00.005
00:02:32 raii/ctor-autogen-ERR1 PASSED C 0:00.424 - R n/a
00:02:32 raii/ctor-autogen PASSED C 0:01.209 - R 0:00.005
00:02:32 list/dlist-insert-remove PASSED C 0:09.343 - R 0:00.017
00:02:32 polymorphism PASSED C 0:04.250 - R 0:00.005
00:02:32 minmax PASSED C 0:07.933 - R 0:00.005
00:02:32 quotedKeyword PASSED C 0:04.082 - R 0:00.005
00:02:32 raii/boxed-types PASSED C 0:04.202 - R 0:00.005
00:02:32 raii/dtor-early-exit-ERR1 PASSED C 0:03.345 - R n/a
00:02:32 raii/dtor-early-exit-ERR2 PASSED C 0:03.308 - R n/a
00:02:32 raii/init_once PASSED C 0:00.890 - R 0:00.005
00:02:32 result PASSED C 0:01.075 - R 0:00.005
00:02:32 raii/globals PASSED C 0:04.248 - R 0:00.005
00:02:32 simpleGenericTriple PASSED C 0:00.860 - R 0:00.005
00:02:32 raii/memberCtors-ERR1 PASSED C 0:02.789 - R n/a
00:03:19 raii/dtor-early-exit PASSED C 0:06.167 - R 0:00.009
00:03:19 smart-pointers PASSED C 0:00.913 - R 0:00.005
00:03:19 raii/memberCtors PASSED C 0:04.674 - R 0:00.033
00:03:19 references PASSED C 0:04.842 - R 0:00.005
00:03:19 switch PASSED C 0:00.661 - R 0:00.001
00:03:19 shortCircuit PASSED C 0:04.117 - R 0:00.005
00:03:19 tuple/tupleCast PASSED C 0:00.710 - R 0:00.005
00:03:19 strstream PASSED C 0:04.448 - R 0:00.005
00:03:19 tuple/tupleFunction PASSED C 0:00.810 - R 0:00.005
00:03:19 searchsort PASSED C 0:07.167 - R 0:00.009
00:03:19 tuple/tupleMember PASSED C 0:00.759 - R 0:00.005
00:03:19 tuple/tuplePolymorphism PASSED C 0:00.943 - R 0:00.005
00:03:19 typedefRedef-ERR1 PASSED C 0:00.090 - R n/a
00:03:19 typedefRedef PASSED C 0:00.630 - R 0:00.001
00:03:19 typeof PASSED C 0:00.707 - R 0:00.005
00:03:19 sum PASSED C 0:06.606 - R 0:00.005
00:03:19 variableDeclarator PASSED C 0:00.659 - R 0:00.001
00:03:19 tuple/tupleAssign PASSED C 0:05.545 - R 0:00.005
00:03:19 time PASSED C 0:05.994 - R 0:00.005
00:03:19 tuple/tupleVariadic PASSED C 0:03.043 - R 0:00.005
00:03:19 swap PASSED C 0:07.693 - R 0:00.005
00:03:19 userLiterals PASSED C 0:04.690 - R 0:00.005
00:03:19 rational PASSED C 0:14.859 - R 0:00.009
00:03:19 vector PASSED C 0:06.459 - R 0:00.005
00:03:19 vector_math/vec2_double PASSED C 0:06.185 - R 0:00.005
00:03:19 voidPtr PASSED C 0:00.743 - R 0:00.005
00:03:19 vector_math/vec2_uint PASSED C 0:06.218 - R 0:00.005
00:03:19 warnings/self-assignment PASSED C 0:00.646 - R 0:00.001
00:03:19 withconflict PASSED C 0:00.375 - R n/a
00:03:19 KRfunctions PASSED C 0:00.603 - R 0:00.001
00:03:19 vector_math/vec2_float PASSED C 0:10.854 - R 0:00.009
00:03:19 vector_math/vec3_float PASSED C 0:11.015 - R 0:00.009
00:03:19 vector_math/vec2_int PASSED C 0:11.331 - R 0:00.009
00:03:19 ...collections/dimexpr-match-c-ERRS PASSED C 0:00.471 - R n/a
00:03:19 vector_math/vec3_int PASSED C 0:09.753 - R 0:00.009
00:03:19 ...llections/dimexpr-match-cfa-ERRS PASSED C 0:00.854 - R n/a
00:03:19 attributes PASSED C 0:00.742 - R 0:00.002
00:03:19 abs PASSED C 0:06.049 - R 0:00.005
00:03:19 vector_math/vec4_float PASSED C 0:10.708 - R 0:00.009
00:03:19 vector_math/vec4_int PASSED C 0:10.112 - R 0:00.009
00:03:19 ...collections/array-md-sbscr-cases PASSED C 0:05.028 - R 0:00.009
00:03:19 declarationSpecifier PASSED C 0:00.675 - R 0:00.001
00:03:19 errors/completeType PASSED C 0:00.370 - R n/a
00:03:19 ato PASSED C 0:06.107 - R 0:00.005
00:03:19 PRNG PASSED C 0:12.275 - R 0:01.819
00:03:19 configs/parsenums PASSED C 0:06.322 - R 0:00.065
00:03:19 extension PASSED C 0:00.636 - R 0:00.002
00:03:19 bitmanip1 PASSED C 0:09.986 - R 0:00.017
00:03:19 functions PASSED C 0:00.608 - R 0:00.001
00:03:19 gccExtensions PASSED C 0:00.594 - R 0:00.002
00:03:19 concurrency/pthread/bounded_buffer PASSED C 0:08.184 - R 0:00.115
00:03:19 bitmanip2 PASSED C 0:10.336 - R 0:00.018
00:03:19 exceptions/cardgame PASSED C 0:07.077 - R 0:00.065
00:03:19 exceptions/hotpotato_checked PASSED C 0:07.622 - R 0:00.065
00:03:19 bitmanip3 PASSED C 0:13.211 - R 0:00.017
00:03:19 exceptions/hotpotato PASSED C 0:07.642 - R 0:00.065
00:03:19 meta/arch PASSED C 0:00.367 - R n/a
00:03:19 gmp PASSED C 0:06.433 - R 0:00.009
00:03:19 io/manipulatorsInput PASSED C 0:06.853 - R 0:00.009
00:03:19 io/manipulatorsOutput2 PASSED C 0:08.504 - R 0:00.009
00:03:19 random PASSED C 0:05.723 - R 0:00.009
00:03:19 io/manipulatorsOutput1 PASSED C 0:12.847 - R 0:00.009
00:03:19 vector_math/vec2_ldouble PASSED C 0:06.279 - R 0:00.005
00:03:19 nested_function PASSED C 0:07.805 - R 0:00.067
00:03:19 io/manipulatorsOutput3 PASSED C 0:13.993 - R 0:00.019
00:03:19 math PASSED C 0:12.542 - R 0:00.009
00:03:19 mathX PASSED C 0:14.325 - R 0:00.020
00:03:19 331 passes, 2 failures, 0 timeouts, 0 cancelled, 0 other
00:03:19 Tests took 4:54.471
00:03:19 make[2]: *** [Makefile:912: all-local] Error 1
00:03:19 make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub/tests'
00:03:19 make[1]: *** [Makefile:955: check] Error 2
00:03:19 make[1]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2751/_build/sub'
00:03:19 make: *** [Makefile:734: distcheck] Error 1
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 2
Finished: FAILURE