Started by timer Running as Jenkins Build User Obtained Jenkins/FullBuild from git cforall@plg.uwaterloo.ca:software/cfa/cfa-cc [Pipeline] Start of Pipeline [Pipeline] node Running on Brokk 3 in /var/lib/jenkins/workspace/Cforall_Full_Build [Pipeline] { [Pipeline] checkout The recommended git tool is: NONE using credential git_key_aug2025 Fetching changes from the remote Git repository Checking out Revision 00675ed4c2f48a20d015179ca8dc1e151fce57a5 (refs/remotes/origin/master) Commit message: "1st attempt at harmonizing isOp functions, e.g., isEmpty, to C/C++ form empty" > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Cforall_Full_Build/.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.43.0' using GIT_SSH to set credentials Git key use to connect to the cforall git repo (August 2025) Verifying host key using known hosts file > git fetch --tags --force --progress -- cforall@plg.uwaterloo.ca:software/cfa/cfa-cc +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 00675ed4c2f48a20d015179ca8dc1e151fce57a5 # timeout=10 > git rev-list --no-walk e426c6fb27828da1fe14b9554c5f8c2b021ab84d # timeout=10 [Pipeline] wrap [Pipeline] { [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: gcc_9_x86_new) [Pipeline] { (Branch: gcc_10_x86_new) [Pipeline] { (Branch: gcc_9_x64_new) [Pipeline] { (Branch: gcc_10_x64_new) [Pipeline] { (Branch: gcc_11_x64_new) [Pipeline] { (Branch: gcc_10_arm64_new) [Pipeline] { (Branch: gcc_11_arm64_new) [Pipeline] { (Branch: clang_x64_new) [Pipeline] sleep Sleeping for 2 min 0 sec [Pipeline] sleep Sleeping for 2 min 0 sec [Pipeline] sleep Sleeping for 3 min 0 sec [Pipeline] sleep Sleeping for 4 min 0 sec [Pipeline] sleep Sleeping for 2 min 0 sec [Pipeline] sleep Sleeping for 3 min 0 sec [Pipeline] sleep No need to sleep any longer [Pipeline] sleep Sleeping for 2 min 0 sec [Pipeline] build Scheduling project: Cforall » master Starting building: Cforall » master #1754 [Pipeline] build Scheduling project: Cforall » master [Pipeline] build Scheduling project: Cforall » master [Pipeline] build Scheduling project: Cforall » master [Pipeline] build Scheduling project: Cforall » master Starting building: Cforall » master #1757 Starting building: Cforall » master #1756 Starting building: Cforall » master #1755 Starting building: Cforall » master #1758 [Pipeline] build Scheduling project: Cforall » master [Pipeline] build Scheduling project: Cforall » master Starting building: Cforall » master #1759 Starting building: Cforall » master #1760 [Pipeline] build Scheduling project: Cforall » master Starting building: Cforall » master #1761 Build Cforall » master #1754 completed: SUCCESS [Pipeline] echo SUCCESS [Pipeline] } Build Cforall » master #1758 completed: SUCCESS [Pipeline] echo SUCCESS [Pipeline] } Build Cforall » master #1757 completed: SUCCESS [Pipeline] echo SUCCESS [Pipeline] } Build Cforall » master #1759 completed: SUCCESS [Pipeline] echo SUCCESS [Pipeline] } Build Cforall » master #1760 completed: SUCCESS [Pipeline] echo SUCCESS [Pipeline] } Build Cforall » master #1761 completed: SUCCESS [Pipeline] echo SUCCESS [Pipeline] } Build Cforall » master #1756 completed: FAILURE [Pipeline] echo FAILURE [Pipeline] sh + wget -q -O - https://cforall.uwaterloo.ca/jenkins/job/Cforall/job/master/1756/consoleText Started by upstream project "Cforall_Full_Build" build number 216 originally caused by: Started by timer Running as Jenkins Build User > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-914b6fdde163b7e17ee75d99ca23f18a/.git # timeout=10 Setting origin to cforall@plg.uwaterloo.ca:software/cfa/cfa-cc > git config remote.origin.url cforall@plg.uwaterloo.ca:software/cfa/cfa-cc # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.43.0' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials Git key use to connect to the cforall git repo (August 2025) Verifying host key using known hosts file > git fetch --no-tags --force --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 Seen branch in repository origin/ADT Seen branch in repository origin/aaron-thesis Seen branch in repository origin/arm-eh Seen branch in repository origin/ast-experimental Seen branch in repository origin/cleanup-dtors Seen branch in repository origin/ctor Seen branch in repository origin/deferred_resn Seen branch in repository origin/demangler Seen branch in repository origin/enum Seen branch in repository origin/forall-pointer-decay Seen branch in repository origin/gc_noraii Seen branch in repository origin/jacob/cs343-translation Seen branch in repository origin/jenkins-sandbox Seen branch in repository origin/master Seen branch in repository origin/memory Seen branch in repository origin/new-ast Seen branch in repository origin/new-ast-unique-expr Seen branch in repository origin/new-env Seen branch in repository origin/no_list Seen branch in repository origin/persistent-indexer Seen branch in repository origin/pthread-emulation Seen branch in repository origin/qualifiedEnum Seen branch in repository origin/resolv-new Seen branch in repository origin/string Seen branch in repository origin/stuck-waitfor-destruct Seen branch in repository origin/with_gc Seen 26 remote branches Obtained Jenkinsfile from 00675ed4c2f48a20d015179ca8dc1e151fce57a5 [Pipeline] Start of Pipeline [Pipeline] node Running on Brokk 5 in /var/lib/jenkins/workspace/Cforall_master_2 [Pipeline] { [Pipeline] wrap [Pipeline] { [Pipeline] properties WARNING: Unknown parameter(s) found for class type 'hudson.model.ChoiceParameterDefinition': defaultValue WARNING: Unknown parameter(s) found for class type 'hudson.model.ChoiceParameterDefinition': defaultValue [Pipeline] checkout The recommended git tool is: NONE using credential git_key_aug2025 Fetching changes from the remote Git repository Cleaning workspace Fetching without tags Checking out Revision 00675ed4c2f48a20d015179ca8dc1e151fce57a5 (master) Commit message: "1st attempt at harmonizing isOp functions, e.g., isEmpty, to C/C++ form empty" [Pipeline] load > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Cforall_master_2/.git # timeout=10 > git config remote.origin.url cforall@plg.uwaterloo.ca:software/cfa/cfa-cc # timeout=10 > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 > git clean -fdx # timeout=10 Fetching upstream changes from cforall@plg.uwaterloo.ca:software/cfa/cfa-cc > git --version # timeout=10 > git --version # 'git version 2.43.0' using GIT_SSH to set credentials Git key use to connect to the cforall git repo (August 2025) Verifying host key using known hosts file > git fetch --no-tags --force --progress -- cforall@plg.uwaterloo.ca:software/cfa/cfa-cc +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 00675ed4c2f48a20d015179ca8dc1e151fce57a5 # timeout=10 > git rev-list --no-walk 00675ed4c2f48a20d015179ca8dc1e151fce57a5 # timeout=10 [Pipeline] { (Jenkins/tools.groovy) [Pipeline] } [Pipeline] // load [Pipeline] echo Compiler : gcc-10 (g++-10/gcc-10) Architecture : x86 Arc Flags : --host=i386 Run All Tests : true Run Benchmark : true Build Documentation : false Publish : true Silent : true [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // node [Pipeline] node Running on Ada in /var/lib/jenkins/workspace/Cforall_master [Pipeline] { [Pipeline] wrap [Pipeline] { [Pipeline] pwd [Pipeline] pwd [Pipeline] echo -------- Cleanup -------- [Pipeline] stage [Pipeline] { (Cleanup) [Pipeline] dir Running in /var/lib/jenkins/workspace/Cforall_master@tmp [Pipeline] { [Pipeline] deleteDir [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] echo -------- Checkout -------- [Pipeline] stage [Pipeline] { (Checkout) [Pipeline] checkout The recommended git tool is: NONE using credential git_key_aug2025 Fetching changes from the remote Git repository Cleaning workspace Fetching without tags > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Cforall_master/.git # timeout=10 > git config remote.origin.url cforall@plg.uwaterloo.ca:software/cfa/cfa-cc # timeout=10 > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 > git clean -fdx # timeout=10 Fetching upstream changes from cforall@plg.uwaterloo.ca:software/cfa/cfa-cc > git --version # timeout=10 > git --version # 'git version 2.30.2' using GIT_SSH to set credentials Git key use to connect to the cforall git repo (August 2025) Verifying host key using known hosts file > git fetch --no-tags --force --progress -- cforall@plg.uwaterloo.ca:software/cfa/cfa-cc +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 00675ed4c2f48a20d015179ca8dc1e151fce57a5 (master) Commit message: "1st attempt at harmonizing isOp functions, e.g., isEmpty, to C/C++ form empty" [Pipeline] echo Constructing new git message [Pipeline] sh > git config core.sparsecheckout # timeout=10 > git checkout -f 00675ed4c2f48a20d015179ca8dc1e151fce57a5 # timeout=10 + git rev-list 00675ed4c2f48a20d015179ca8dc1e151fce57a5..00675ed4c2f48a20d015179ca8dc1e151fce57a5 [Pipeline] sh + git cat-file -t 00675ed4c2f48a20d015179ca8dc1e151fce57a5 [Pipeline] sh + git rev-list --format=short 00675ed4c2f48a20d015179ca8dc1e151fce57a5...00675ed4c2f48a20d015179ca8dc1e151fce57a5 [Pipeline] sh + git diff --stat --color 00675ed4c2f48a20d015179ca8dc1e151fce57a5 00675ed4c2f48a20d015179ca8dc1e151fce57a5 [Pipeline] echo
- Changes -------------------------------------------------------------
The branch master has been updated.
from 00675ed4c2f48a20d015179ca8dc1e151fce57a5 (commit)
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:[Pipeline] } [Pipeline] // stage [Pipeline] echo -------- Build : configure -------- [Pipeline] stage [Pipeline] { (Build : configure) [Pipeline] dir Running in /var/lib/jenkins/workspace/Cforall_master [Pipeline] { [Pipeline] sh + ./autogen.sh Running aclocal in root Running libtoolize in root libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'automake'. libtoolize: linking file 'automake/ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'automake'. libtoolize: linking file 'automake/libtool.m4' libtoolize: linking file 'automake/ltoptions.m4' libtoolize: linking file 'automake/ltsugar.m4' libtoolize: linking file 'automake/ltversion.m4' libtoolize: linking file 'automake/lt~obsolete.m4' Running autoconf in root Running automake in root configure.ac:223: installing 'automake/compile' configure.ac:138: installing 'automake/config.guess' configure.ac:138: installing 'automake/config.sub' configure.ac:17: installing 'automake/install-sh' benchmark/Makefile.am: installing 'automake/depcomp' parallel-tests: installing 'automake/test-driver' configure.ac: installing 'automake/ylwrap' Running aclocal in libcfa Running libtoolize in libcfa libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'automake'. libtoolize: linking file 'automake/ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'automake'. libtoolize: linking file 'automake/libtool.m4' libtoolize: linking file 'automake/ltoptions.m4' libtoolize: linking file 'automake/ltsugar.m4' libtoolize: linking file 'automake/ltversion.m4' libtoolize: linking file 'automake/lt~obsolete.m4' Running autoconf in libcfa Running automake in libcfa configure.ac:119: installing 'automake/compile' configure.ac:119: installing 'automake/config.guess' configure.ac:119: installing 'automake/config.sub' configure.ac:12: installing 'automake/install-sh' src/Makefile.am: installing 'automake/depcomp' [Pipeline] } [Pipeline] // dir [Pipeline] dir Running in /var/lib/jenkins/workspace/Cforall_master@tmp [Pipeline] { [Pipeline] sh + /var/lib/jenkins/workspace/Cforall_master/configure CXX=g++-10 CC=gcc-10 --host=i386 AR=gcc-ar RANLIB=gcc-ranlib --with-target-hosts=host:debug,host:nodebug --quiet --prefix=/var/lib/jenkins/workspace/Cforall_master@tmp [Pipeline] sh + nproc + make -j 6 --no-print-directory configure-libcfa libcfa/x86-debug/config.data Configuring libcfa (/var/lib/jenkins/workspace/Cforall_master/libcfa/configure) with ''CXX=g++-10' 'CC=gcc-10' 'AR=gcc-ar' 'RANLIB=gcc-ranlib' '--prefix=/var/lib/jenkins/workspace/Cforall_master@tmp' DRIVER_DIR=/var/lib/jenkins/workspace/Cforall_master@tmp/driver/ ARCHITECTURE=x86 CONFIGURATION=debug CFA_VERSION=1:0:0' from /var/lib/jenkins/workspace/Cforall_master@tmp / libcfa/x86-debug/ libcfa/x86-nodebug/config.data Configuring libcfa (/var/lib/jenkins/workspace/Cforall_master/libcfa/configure) with ''CXX=g++-10' 'CC=gcc-10' 'AR=gcc-ar' 'RANLIB=gcc-ranlib' '--prefix=/var/lib/jenkins/workspace/Cforall_master@tmp' DRIVER_DIR=/var/lib/jenkins/workspace/Cforall_master@tmp/driver/ ARCHITECTURE=x86 CONFIGURATION=nodebug CFA_VERSION=1:0:0' from /var/lib/jenkins/workspace/Cforall_master@tmp / libcfa/x86-nodebug/ checking whether make supports nested variables... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make supports nested variables... yes checking for a BSD-compatible install... checking whether make sets $(MAKE)... yes /usr/bin/install -c checking whether build environment is sane... checking for distributated build... no yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking build system type... checking for distributated build... no checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking how to print strings... printf checking whether make supports the include directive... yes (GNU style) checking for gcc... gcc-10 i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking how to print strings... printf checking whether make supports the include directive... checking whether the C compiler works... yes (GNU style) checking for gcc... gcc-10 checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... checking whether we are cross compiling... no checking for suffix of object files... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc-10 accepts -g... o checking whether we are using the GNU C compiler... yes checking for gcc-10 option to accept ISO C89... yes checking whether gcc-10 accepts -g... none needed checking whether gcc-10 understands -c and -o together... yes checking for gcc-10 option to accept ISO C89... yes checking dependency style of gcc-10... none needed checking whether gcc-10 understands -c and -o together... gcc3 checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... yes checking dependency style of gcc-10... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc-10... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... gcc3 checking for a sed that does not truncate output... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... /usr/bin/sed checking for grep that handles long lines and -e... 1572864 /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r /usr/bin/grep -F checking for objdump... checking for ld used by gcc-10... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for archiver @FILE support... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm @ checking whether ln -s works... yes checking the maximum length of command line arguments... checking for strip... strip checking for ranlib... gcc-ranlib checking command to parse /usr/bin/nm -B output from gcc-10 object... 1572864 checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... gcc-ranlib checking command to parse /usr/bin/nm -B output from gcc-10 object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 ok checking for mt... checking for sysroot... mt no checking for a working dd... checking if mt is a manifest tool... no checking how to run the C preprocessor... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking how to run the C preprocessor... gcc-10 -E gcc-10 -E checking for ANSI C header files... checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/types.h... yes yes checking for sys/stat.h... checking for sys/stat.h... yes yes checking for stdlib.h... checking for stdlib.h... yes yes checking for string.h... checking for string.h... yes yes checking for memory.h... checking for memory.h... yes checking for strings.h... yes checking for strings.h... yes yes checking for inttypes.h... checking for inttypes.h... yes checking for stdint.h... yes checking for stdint.h... yes checking for unistd.h... yes yes checking for unistd.h... checking for dlfcn.h... yes checking for dlfcn.h... yes checking for objdir... .libs yes checking for objdir... .libs checking if gcc-10 supports -fno-rtti -fno-exceptions... checking if gcc-10 supports -fno-rtti -fno-exceptions... no checking for gcc-10 option to produce PIC... -fPIC -DPIC checking if gcc-10 PIC flag -fPIC -DPIC works... yes checking if gcc-10 static flag -static works... no checking for gcc-10 option to produce PIC... -fPIC -DPIC checking if gcc-10 PIC flag -fPIC -DPIC works... yes checking if gcc-10 static flag -static works... yes checking if gcc-10 supports -c -o file.o... yes checking if gcc-10 supports -c -o file.o... (cached) yes checking whether the gcc-10 linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes no checking if gcc-10 supports -c -o file.o... checking dynamic linker characteristics... yes checking if gcc-10 supports -c -o file.o... (cached) yes checking whether the gcc-10 linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking whether we are using the GNU C++ compiler... no checking dynamic linker characteristics... yes checking whether g++-10 accepts -g... yes checking dependency style of g++-10... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no gcc3 checking how to run the C++ preprocessor... checking whether we are using the GNU C++ compiler... g++-10 -E yes checking whether g++-10 accepts -g... yes checking dependency style of g++-10... gcc3 checking how to run the C++ preprocessor... checking for ld used by g++-10... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes g++-10 -E checking whether the g++-10 linker (/usr/bin/ld) supports shared libraries... yes checking for g++-10 option to produce PIC... -fPIC -DPIC checking if g++-10 PIC flag -fPIC -DPIC works... yes checking if g++-10 static flag -static works... checking for ld used by g++-10... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the g++-10 linker (/usr/bin/ld) supports shared libraries... yes checking for g++-10 option to produce PIC... -fPIC -DPIC checking if g++-10 PIC flag -fPIC -DPIC works... yes checking if g++-10 static flag -static works... yes checking if g++-10 supports -c -o file.o... yes checking if g++-10 supports -c -o file.o... (cached) yes checking whether the g++-10 linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for gcc... (cached) gcc-10 checking whether we are using the GNU C compiler... (cached) yes checking whether gcc-10 accepts -g... (cached) yes checking for gcc-10 option to accept ISO C89... (cached) none needed checking whether gcc-10 understands -c and -o together... (cached) yes checking dependency style of gcc-10... (cached) gcc3 checking dependency style of gcc-10... yes checking if g++-10 supports -c -o file.o... gcc3 checking whether make sets $(MAKE)... (cached) yes checking linux/rseq.h usability... yes checking if g++-10 supports -c -o file.o... (cached) yes checking whether the g++-10 linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for gcc... (cached) gcc-10 yes checking linux/rseq.h presence... checking whether we are using the GNU C compiler... (cached) yes checking whether gcc-10 accepts -g... (cached) yes checking for gcc-10 option to accept ISO C89... (cached) none needed checking whether gcc-10 understands -c and -o together... (cached) yes checking dependency style of gcc-10... (cached) gcc3 checking dependency style of gcc-10... yes checking for linux/rseq.h... yes checking for rseq_available in -lrseq... gcc3 checking whether make sets $(MAKE)... no (cached) checking linux/io_uring.h usability... yes checking linux/rseq.h usability... yes checking linux/io_uring.h presence... yes checking linux/rseq.h presence... yes checking for linux/io_uring.h... yes checking liburing.h usability... yes checking for linux/rseq.h... yes checking for rseq_available in -lrseq... no checking liburing.h presence... no no checking for liburing.h... no checking whether IORING_OP_NOP is declared... checking linux/io_uring.h usability... yes yes checking whether IORING_OP_READV is declared... checking linux/io_uring.h presence... yes checking for linux/io_uring.h... yes checking liburing.h usability... yes checking whether IORING_OP_WRITEV is declared... yes checking whether IORING_OP_FSYNC is declared... no checking liburing.h presence... yes checking whether IORING_OP_READ_FIXED is declared... no checking for liburing.h... no checking whether IORING_OP_NOP is declared... yes checking whether IORING_OP_WRITE_FIXED is declared... yes checking whether IORING_OP_READV is declared... yes checking whether IORING_OP_POLL_ADD is declared... yes yes checking whether IORING_OP_POLL_REMOVE is declared... checking whether IORING_OP_WRITEV is declared... yes yes checking whether IORING_OP_SYNC_FILE_RANGE is declared... checking whether IORING_OP_FSYNC is declared... yes checking whether IORING_OP_READ_FIXED is declared... yes checking whether IORING_OP_SENDMSG is declared... yes yes checking whether IORING_OP_WRITE_FIXED is declared... checking whether IORING_OP_RECVMSG is declared... yes checking whether IORING_OP_POLL_ADD is declared... yes yes checking whether IORING_OP_POLL_REMOVE is declared... checking whether IORING_OP_TIMEOUT is declared... yes checking whether IORING_OP_SYNC_FILE_RANGE is declared... yes checking whether IORING_OP_TIMEOUT_REMOVE is declared... yes yes checking whether IORING_OP_SENDMSG is declared... checking whether IORING_OP_ACCEPT is declared... yes yes checking whether IORING_OP_RECVMSG is declared... checking whether IORING_OP_ASYNC_CANCEL is declared... yes checking whether IORING_OP_LINK_TIMEOUT is declared... yes checking whether IORING_OP_TIMEOUT is declared... yes checking whether IORING_OP_CONNECT is declared... yes checking whether IORING_OP_TIMEOUT_REMOVE is declared... yes checking whether IORING_OP_FALLOCATE is declared... yes checking whether IORING_OP_ACCEPT is declared... yes checking whether IORING_OP_OPENAT is declared... yes checking whether IORING_OP_ASYNC_CANCEL is declared... yes yes checking whether IORING_OP_CLOSE is declared... checking whether IORING_OP_LINK_TIMEOUT is declared... yes checking whether IORING_OP_FILES_UPDATE is declared... yes checking whether IORING_OP_CONNECT is declared... yes checking whether IORING_OP_STATX is declared... yes checking whether IORING_OP_FALLOCATE is declared... yes checking whether IORING_OP_READ is declared... yes checking whether IORING_OP_OPENAT is declared... yes yes checking whether IORING_OP_WRITE is declared... checking whether IORING_OP_CLOSE is declared... yes checking whether IORING_OP_FILES_UPDATE is declared... yes checking whether IORING_OP_FADVISE is declared... yes checking whether IORING_OP_STATX is declared... yes checking whether IORING_OP_MADVISE is declared... yes checking whether IORING_OP_READ is declared... yes checking whether IORING_OP_SEND is declared... yes checking whether IORING_OP_WRITE is declared... yes checking whether IORING_OP_RECV is declared... yes checking whether IORING_OP_FADVISE is declared... yes checking whether IORING_OP_OPENAT2 is declared... yes checking whether IORING_OP_MADVISE is declared... yes checking whether IORING_OP_EPOLL_CTL is declared... yes checking whether IORING_OP_SEND is declared... yes checking whether IORING_OP_SPLICE is declared... yes yes checking whether IORING_OP_PROVIDE_BUFFERS is declared... checking whether IORING_OP_RECV is declared... yes checking whether IORING_OP_REMOVE_BUFFER is declared... yes checking whether IORING_OP_OPENAT2 is declared... no checking whether IORING_OP_TEE is declared... yes checking whether IORING_OP_EPOLL_CTL is declared... yes checking whether IOSQE_FIXED_FILE is declared... yes checking whether IORING_OP_SPLICE is declared... yes checking whether IOSQE_IO_DRAIN is declared... yes checking whether IORING_OP_PROVIDE_BUFFERS is declared... yes checking whether IOSQE_IO_LINK is declared... yes checking whether IORING_OP_REMOVE_BUFFER is declared... yes checking whether IOSQE_IO_HARDLINK is declared... yes no checking whether IOSQE_ASYNC is declared... checking whether IORING_OP_TEE is declared... yes checking whether IOSQE_BUFFER_SELECT is declared... yes yes checking whether SPLICE_F_FD_IN_FIXED is declared... checking whether IOSQE_FIXED_FILE is declared... yes yes checking whether IORING_SETUP_ATTACH_WQ is declared... checking whether IOSQE_IO_DRAIN is declared... yes yes checking whether IORING_REGISTER_IOWQ_MAX_WORKERS is declared... checking whether IOSQE_IO_LINK is declared... yes checking whether IOSQE_IO_HARDLINK is declared... yes checking for preadv2... yes checking whether IOSQE_ASYNC is declared... yes checking whether IOSQE_BUFFER_SELECT is declared... yes checking for pwritev2... yes checking whether SPLICE_F_FD_IN_FIXED is declared... yes yes checking whether IORING_SETUP_ATTACH_WQ is declared... checking that generated files are newer than configure... done configure: creating ./config.status yes checking whether IORING_REGISTER_IOWQ_MAX_WORKERS is declared... yes checking for preadv2... yes checking for pwritev2... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating prelude/Makefile config.status: creating src/concurrency/io/call.cfa config.status: creating prelude/defines.hfa config.status: executing depfiles commands config.status: creating Makefile config.status: creating src/Makefile config.status: creating prelude/Makefile config.status: executing libtool commands config.status: creating src/concurrency/io/call.cfa config.status: creating prelude/defines.hfa Cforall library configuraton completed. Type "make -j 8 install". config.status: executing depfiles commands config.status: executing libtool commands Cforall library configuraton completed. Type "make -j 8 install". [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] echo -------- Build : cfa-cpp -------- [Pipeline] stage [Pipeline] { (Build : cfa-cpp) [Pipeline] dir Running in /var/lib/jenkins/workspace/Cforall_master@tmp [Pipeline] { [Pipeline] sh + nproc + make -j 6 --no-print-directory -C driver CXX as.o CXX cc1.o CXX cfa.o CXXLD as CXXLD cc1 CXXLD cfa [Pipeline] sh + nproc + make -j 6 --no-print-directory -C src YACC Parser/parser.cc updating Parser/parser.output updating Parser/parser.hh make all-am CXX main.o CXX CompilationState.o CXX MakeLibCfa.o LEX Parser/lex.cc CXX AST/Attribute.o CXX AST/Copy.o CXX AST/Create.o CXX AST/Decl.o CXX AST/DeclReplacer.o CXX AST/Expr.o CXX AST/GenericSubstitution.o CXX AST/Init.o CXX AST/Inspect.o CXX AST/LinkageSpec.o CXX AST/Node.o CXX AST/Pass.o CXX AST/Print.o CXX AST/Stmt.o CXX AST/SymbolTable.o CXX AST/Type.o CXX AST/TypeEnvironment.o CXX AST/TypeSubstitution.o CXX AST/Util.o CXX CodeGen/CodeGenerator.o CXX CodeGen/GenType.o CXX CodeGen/OperatorTable.o CXX CodeGen/FixMain.o CXX CodeGen/FixNames.o CXX CodeGen/Generate.o CXX CodeGen/LinkOnce.o CXX Concurrency/Actors.o CXX Concurrency/Corun.o CXX Concurrency/Keywords.o CXX Concurrency/Waitfor.o CXX Concurrency/Waituntil.o CXX Common/Assert.o CXX Common/CodeLocationTools.o CXX Common/DeclStats.o CXX Common/Eval.o CXX Common/Examine.o CXX Common/Indenter.o CXX Common/ResolvProtoDump.o CXX Common/SemanticError.o CXX Common/Stats/Counter.o CXX Common/Stats/Heap.o CXX Common/Stats/ResolveTime.o CXX Common/Stats/Stats.o CXX Common/Stats/Time.o CXX Common/Symbol.o CXX Common/UniqueName.o CXX Common/DebugMalloc.o CXX ControlStruct/ExceptDecl.o CXX ControlStruct/ExceptTranslate.o CXX ControlStruct/FixLabels.o CXX ControlStruct/HoistControlDecls.o CXX ControlStruct/LabelGenerator.o CXX ControlStruct/MultiLevelExit.o CXX ControlStruct/TranslateEnumRange.o CXX GenPoly/GenPoly.o CXX GenPoly/Lvalue2.o CXX GenPoly/Box.o CXX GenPoly/FindFunction.o CXX GenPoly/InstantiateGeneric.o CXX GenPoly/Lvalue.o CXX GenPoly/ScrubTypeVars.o CXX GenPoly/Specialize.o CXX InitTweak/GenInit.o CXX InitTweak/InitTweak.o CXX InitTweak/FixGlobalInit.o CXX InitTweak/FixInit.o CXX Parser/DeclarationNode.o CXX Parser/ExpressionNode.o CXX Parser/InitializerNode.o CXX Parser/lex.o CXX Parser/ParseNode.o CXX Parser/parser.o CXX Parser/RunParser.o CXX Parser/StatementNode.o CXX Parser/TypeData.o CXX Parser/TypedefTable.o CXX ResolvExpr/AdjustExprType.o CXX ResolvExpr/Candidate.o CXX ResolvExpr/CandidateFinder.o CXX ResolvExpr/CastCost.o CXX ResolvExpr/CommonType.o CXX ResolvExpr/ConversionCost.o CXX ResolvExpr/CurrentObject.o CXX ResolvExpr/ExplodedArg.o CXX ResolvExpr/FindOpenVars.o CXX ResolvExpr/PolyCost.o CXX ResolvExpr/PtrsAssignable.o CXX ResolvExpr/PtrsCastable.o CXX ResolvExpr/RenameVars.o CXX ResolvExpr/Resolver.o CXX ResolvExpr/ResolveTypeof.o CXX ResolvExpr/SatisfyAssertions.o CXX ResolvExpr/SpecCost.o CXX ResolvExpr/Unify.o CXX ResolvExpr/CandidatePrinter.o CXX ResolvExpr/EraseWith.o CXX SymTab/FixFunction.o CXX SymTab/GenImplicitCall.o CXX SymTab/Mangler.o CXX SymTab/ManglerCommon.o CXX Tuples/Explode.o CXX Tuples/TupleAssignment.o CXX Tuples/TupleExpansion.o CXX Tuples/Tuples.o CXX Validate/Autogen.o CXX Validate/CheckAssertions.o CXX Validate/CompoundLiteral.o CXX Validate/EliminateTypedef.o CXX Validate/EnumAndPointerDecay.o CXX Validate/FindSpecialDecls.o CXX Validate/FixQualifiedTypes.o CXX Validate/FixReturnTypes.o CXX Validate/ForallPointerDecay.o CXX Validate/GenericParameter.o CXX Validate/HoistStruct.o CXX Validate/HoistTypeDecls.o CXX Validate/ImplementEnumFunc.o CXX Validate/InitializerLength.o CXX Validate/LabelAddressFixer.o CXX Validate/LinkInstanceTypes.o CXX Validate/ReplaceTypedef.o CXX Validate/ReturnCheck.o CXX Validate/VerifyCtorDtorAssign.o CXX Virtual/ExpandCasts.o CXX Virtual/Tables.o CXX Virtual/VirtualDtor.o CXXLD ../driver/cfa-cpp [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] echo -------- Build : libcfa(debug) -------- [Pipeline] stage [Pipeline] { (Build : libcfa(debug)) [Pipeline] dir Running in /var/lib/jenkins/workspace/Cforall_master@tmp [Pipeline] { [Pipeline] sh + nproc + make -j 6 --no-print-directory -C libcfa/x86-debug Making all in prelude mkdir .deps touch .deps/builtins.Po (CDPATH="${ZSH_VERSION+.}:" && cd /var/lib/jenkins/workspace/Cforall_master/libcfa && /bin/bash '/var/lib/jenkins/workspace/Cforall_master/libcfa/automake/missing' autoheader) rm -f stamp-h1 touch /var/lib/jenkins/workspace/Cforall_master/libcfa/prelude/defines.hfa.in cd .. && /bin/bash ./config.status prelude/defines.hfa config.status: creating prelude/defines.hfa config.status: prelude/defines.hfa is unchanged make all-am GEN gcc-builtins.c GEN builtins.cfa GEN prelude.cfa GEN extras.cfa GEN gcc-builtins.cfa GEN extras.cfa GEN bootloader.c Making all in src CFA fstream.lo CFA common.lo CFA heap.lo CFA iostream.lo CFA limits.lo CFA iterator.lo CFA math.lo CFA memory.lo CFA parseargs.lo CFA parseconfig.lo CFA rational.lo CFA stdlib.lo CFA strstream.lo CFA time.lo CFA assert.lo CFA bits/debug.lo CC exception.lo CFA interpose.lo CFA prelude-inline.lo CFA startup.lo CC virtual.lo GEN prelude.lo CFA concurrency/locks.lo CFA concurrency/monitor.lo CFA concurrency/mutex.lo CFA concurrency/select.lo CFA concurrency/thread.lo CFA concurrency/cofor.lo CFA interpose_thread.lo CPPAS concurrency/CtxSwitch-x86.lo CC concurrency/invoke.lo CFA concurrency/io.lo CFA concurrency/kernel/startup.lo CFA concurrency/preemption.lo CFA concurrency/ready_queue.lo CFA concurrency/stats.lo CFA concurrency/pthread.lo /usr/include/linux/io_uring.h:56:36: warning: ‘packed’ attribute ignored for field of type ‘union __io_uring_sqe____anonymous55’ [-Wattributes] 56 | } __attribute__((packed)); | ^ CFA bits/weakso_locks.lo CFA algorithms/range_iterator.lo CFA collections/maybe.lo CFA collections/pair.lo CFA collections/result.lo CFA collections/string.lo CFA collections/string_res.lo /usr/include/linux/io_uring.h:56:36: warning: ‘packed’ attribute ignored for field of type ‘union __io_uring_sqe____anonymous133’ [-Wattributes] 56 | } __attribute__((packed)); | ^ CFA collections/vector.lo CFA device/cpu.lo CFA concurrency/alarm.lo CFA concurrency/coroutine.lo CFA concurrency/exception.lo CFA concurrency/kernel.lo CFA concurrency/kernel/cluster.lo CFA concurrency/clib/cfathread.lo CFA concurrency/io/setup.lo CFA concurrency/io/call.lo CCLD libcfa.la /usr/bin/ld: .libs/exception.o: warning: relocation against `__gcfa_personality_v0' in read-only section `.rodata' /usr/bin/ld: warning: creating DT_TEXTREL in a shared object /usr/include/linux/io_uring.h:56:36: warning: ‘packed’ attribute ignored for field of type ‘union __io_uring_sqe____anonymous123’ [-Wattributes] 56 | } __attribute__((packed)); | ^ /usr/include/linux/io_uring.h:56:36: warning: ‘packed’ attribute ignored for field of type ‘union __io_uring_sqe____anonymous123’ [-Wattributes] 56 | } __attribute__((packed)); | ^ /usr/include/linux/io_uring.h:56:36: warning: ‘packed’ attribute ignored for field of type ‘union __io_uring_sqe____anonymous67’ [-Wattributes] 56 | } __attribute__((packed)); | ^ concurrency/io/call.cfa: In function ‘_X15async_epoll_ctlFv_S11io_future_tiiiPS11epoll_eventy__1’: concurrency/io/call.cfa:381:73: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 381 | sqe->off = (typeof(sqe->off))event; | ^ concurrency/io/call.cfa: In function ‘_X13async_accept4Fv_S11io_future_tiU26__anonymous___SOCKADDR_ARGPjiy__1’: concurrency/io/call.cfa:710:75: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 710 | sqe->addr2 = (typeof(sqe->addr2))addrlen; | ^ /usr/include/linux/io_uring.h:56:36: warning: ‘packed’ attribute ignored for field of type ‘union __io_uring_sqe____anonymous33’ [-Wattributes] 56 | } __attribute__((packed)); | ^ /usr/include/linux/io_uring.h:56:36: warning: ‘packed’ attribute ignored for field of type ‘union __io_uring_sqe____anonymous100’ [-Wattributes] 56 | } __attribute__((packed)); | ^ CCLD libcfathread.la make[1]: Nothing to be done for 'all-am'. [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] echo -------- Build : libcfa(nodebug) -------- [Pipeline] stage [Pipeline] { (Build : libcfa(nodebug)) [Pipeline] dir Running in /var/lib/jenkins/workspace/Cforall_master@tmp [Pipeline] { [Pipeline] sh + nproc + make -j 6 --no-print-directory -C libcfa/x86-nodebug Making all in prelude mkdir .deps touch .deps/builtins.Po cd .. && /bin/bash ./config.status prelude/defines.hfa config.status: creating prelude/defines.hfa config.status: prelude/defines.hfa is unchanged make all-am GEN gcc-builtins.c GEN builtins.cfa GEN extras.cfa GEN prelude.cfa GEN gcc-builtins.cfa GEN extras.cfa GEN bootloader.c Making all in src CFA fstream.lo CFA heap.lo CFA common.lo CFA iterator.lo CFA limits.lo CFA iostream.lo CFA math.lo CFA memory.lo CFA parseargs.lo CFA parseconfig.lo CFA rational.lo CFA stdlib.lo CFA strstream.lo CFA time.lo CFA assert.lo CFA bits/debug.lo CC exception.lo CFA interpose.lo CFA prelude-inline.lo CFA startup.lo CC virtual.lo GEN prelude.lo CFA concurrency/locks.lo CFA concurrency/monitor.lo CFA concurrency/mutex.lo CFA concurrency/select.lo CFA concurrency/thread.lo CFA concurrency/cofor.lo CFA interpose_thread.lo CPPAS concurrency/CtxSwitch-x86.lo CC concurrency/invoke.lo CFA concurrency/io.lo CFA concurrency/kernel/startup.lo CFA concurrency/preemption.lo CFA concurrency/ready_queue.lo CFA concurrency/stats.lo CFA concurrency/pthread.lo CFA bits/weakso_locks.lo /usr/include/linux/io_uring.h:56:36: warning: ‘packed’ attribute ignored for field of type ‘union __io_uring_sqe____anonymous55’ [-Wattributes] 56 | } __attribute__((packed)); | ^ CFA algorithms/range_iterator.lo CFA collections/maybe.lo CFA collections/pair.lo CFA collections/result.lo CFA collections/string.lo CFA collections/string_res.lo /usr/include/linux/io_uring.h:56:36: warning: ‘packed’ attribute ignored for field of type ‘union __io_uring_sqe____anonymous133’ [-Wattributes] 56 | } __attribute__((packed)); | ^ CFA collections/vector.lo CFA device/cpu.lo CFA concurrency/alarm.lo CFA concurrency/coroutine.lo CFA concurrency/exception.lo CFA concurrency/kernel.lo CFA concurrency/kernel/cluster.lo CFA concurrency/clib/cfathread.lo CFA concurrency/io/setup.lo CFA concurrency/io/call.lo CCLD libcfa.la /usr/bin/ld: .libs/exception.o: warning: relocation against `__gcfa_personality_v0' in read-only section `.text' /usr/bin/ld: warning: creating DT_TEXTREL in a shared object /usr/include/linux/io_uring.h:56:36: warning: ‘packed’ attribute ignored for field of type ‘union __io_uring_sqe____anonymous123’ [-Wattributes] 56 | } __attribute__((packed)); | ^ /usr/include/linux/io_uring.h:56:36: warning: ‘packed’ attribute ignored for field of type ‘union __io_uring_sqe____anonymous67’ [-Wattributes] 56 | } __attribute__((packed)); | ^ concurrency/io/call.cfa: In function ‘_X15async_epoll_ctlFv_S11io_future_tiiiPS11epoll_eventy__1’: concurrency/io/call.cfa:381:73: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 381 | sqe->off = (typeof(sqe->off))event; | ^ concurrency/io/call.cfa: In function ‘_X13async_accept4Fv_S11io_future_tiU26__anonymous___SOCKADDR_ARGPjiy__1’: concurrency/io/call.cfa:710:75: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 710 | sqe->addr2 = (typeof(sqe->addr2))addrlen; | ^ /usr/include/linux/io_uring.h:56:36: warning: ‘packed’ attribute ignored for field of type ‘union __io_uring_sqe____anonymous123’ [-Wattributes] 56 | } __attribute__((packed)); | ^ /usr/include/linux/io_uring.h:56:36: warning: ‘packed’ attribute ignored for field of type ‘union __io_uring_sqe____anonymous100’ [-Wattributes] 56 | } __attribute__((packed)); | ^ /usr/include/linux/io_uring.h:56:36: warning: ‘packed’ attribute ignored for field of type ‘union __io_uring_sqe____anonymous33’ [-Wattributes] 56 | } __attribute__((packed)); | ^ CCLD libcfathread.la make[1]: Nothing to be done for 'all-am'. [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] echo -------- Build : install -------- [Pipeline] stage [Pipeline] { (Build : install) [Pipeline] dir Running in /var/lib/jenkins/workspace/Cforall_master@tmp [Pipeline] { [Pipeline] sh + nproc + make -j 6 --no-print-directory install Making install in driver make install-exec-hook /usr/bin/install -c cfa '/var/lib/jenkins/workspace/Cforall_master@tmp/bin//cfa' /usr/bin/mkdir -p '/var/lib/jenkins/workspace/Cforall_master@tmp/lib/cfa/' /bin/bash ../libtool --mode=install /usr/bin/install -c as cc1 '/var/lib/jenkins/workspace/Cforall_master@tmp/lib/cfa/' libtool: install: /usr/bin/install -c as /var/lib/jenkins/workspace/Cforall_master@tmp/lib/cfa/as libtool: install: /usr/bin/install -c cc1 /var/lib/jenkins/workspace/Cforall_master@tmp/lib/cfa/cc1 Making install in src make install-am make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/var/lib/jenkins/workspace/Cforall_master@tmp/lib/cfa/' /bin/bash ../libtool --mode=install /usr/bin/install -c ../driver/cfa-cpp '/var/lib/jenkins/workspace/Cforall_master@tmp/lib/cfa/' libtool: install: /usr/bin/install -c ../driver/cfa-cpp /var/lib/jenkins/workspace/Cforall_master@tmp/lib/cfa/cfa-cpp Making install in . (CDPATH="${ZSH_VERSION+.}:" && cd /var/lib/jenkins/workspace/Cforall_master && /bin/bash '/var/lib/jenkins/workspace/Cforall_master/automake/missing' autoheader) rm -f stamp-h1 touch /var/lib/jenkins/workspace/Cforall_master/src/config.h.in cd . && /bin/bash ./config.status config.h config.status: creating config.h config.status: config.h is unchanged make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/var/lib/jenkins/workspace/Cforall_master@tmp/share/man/man1' /usr/bin/install -c -m 644 /var/lib/jenkins/workspace/Cforall_master/doc/man/cfa.1 '/var/lib/jenkins/workspace/Cforall_master@tmp/share/man/man1' Making install in libcfa/x86-debug Making install in prelude make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/var/lib/jenkins/workspace/Cforall_master@tmp/lib/cfa/x86-debug/' /usr/bin/install -c -m 644 gcc-builtins.cfa builtins.cfa extras.cfa prelude.cfa bootloader.c defines.hfa '/var/lib/jenkins/workspace/Cforall_master@tmp/lib/cfa/x86-debug/' Making install in src /usr/bin/mkdir -p '/var/lib/jenkins/workspace/Cforall_master@tmp/lib/cfa/x86-debug/' /bin/bash ../libtool --mode=install /usr/bin/install -c libcfa.la libcfathread.la '/var/lib/jenkins/workspace/Cforall_master@tmp/lib/cfa/x86-debug/' /usr/bin/mkdir -p '/var/lib/jenkins/workspace/Cforall_master@tmp/include/cfa/' /usr/bin/mkdir -p '/var/lib/jenkins/workspace/Cforall_master@tmp/include/cfa//concurrency/clib' /usr/bin/install -c -m 644 /var/lib/jenkins/workspace/Cforall_master/libcfa/src/concurrency/clib/cfathread.h '/var/lib/jenkins/workspace/Cforall_master@tmp/include/cfa//concurrency/clib' /usr/bin/mkdir -p '/var/lib/jenkins/workspace/Cforall_master@tmp/include/cfa//stdhdr' /usr/bin/install -c -m 644 /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/threads.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/inttypes.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/limits.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/time.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/stdatomic.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/stdnoreturn.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/errno.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/locale.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/stddef.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/complex.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/signal.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/setjmp.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/uchar.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/iso646.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/assert.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/unwind.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/tgmath.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/stdalign.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/string.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/float.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/wctype.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/gmp.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/stdio.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/pthread.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/stdarg.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/fenv.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/stdint.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/stdbool.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/math.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/unistd.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/malloc.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/stdlib.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/ctype.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/wchar.h '/var/lib/jenkins/workspace/Cforall_master@tmp/include/cfa//stdhdr' /usr/bin/mkdir -p '/var/lib/jenkins/workspace/Cforall_master@tmp/include/cfa//collections' /usr/bin/install -c -m 644 /var/lib/jenkins/workspace/Cforall_master/libcfa/src/collections/maybe.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/collections/pair.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/collections/result.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/collections/string.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/collections/string_res.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/collections/vector.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/collections/array.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/collections/list.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/collections/list2.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/collections/lockfree.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/collections/string_sharectx.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/collections/vector2.hfa '/var/lib/jenkins/workspace/Cforall_master@tmp/include/cfa//collections' libtool: install: /usr/bin/install -c .libs/libcfa.so.1.0.0 /var/lib/jenkins/workspace/Cforall_master@tmp/lib/cfa/x86-debug/libcfa.so.1.0.0 /usr/bin/mkdir -p '/var/lib/jenkins/workspace/Cforall_master@tmp/include/cfa//concurrency/kernel' /usr/bin/install -c -m 644 /var/lib/jenkins/workspace/Cforall_master/libcfa/src/concurrency/kernel/cluster.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/concurrency/kernel/fwd.hfa '/var/lib/jenkins/workspace/Cforall_master@tmp/include/cfa//concurrency/kernel' /usr/bin/mkdir -p '/var/lib/jenkins/workspace/Cforall_master@tmp/include/cfa//stdhdr/libltdl' /usr/bin/install -c -m 644 /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/libltdl/lt_dlloader.h '/var/lib/jenkins/workspace/Cforall_master@tmp/include/cfa//stdhdr/libltdl' /usr/bin/mkdir -p '/var/lib/jenkins/workspace/Cforall_master@tmp/include/cfa//concurrency' /usr/bin/install -c -m 644 /var/lib/jenkins/workspace/Cforall_master/libcfa/src/concurrency/atomic.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/concurrency/iofwd.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/concurrency/barrier.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/concurrency/alarm.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/concurrency/coroutine.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/concurrency/exception.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/concurrency/kernel.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/concurrency/locks.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/concurrency/monitor.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/concurrency/mutex.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/concurrency/select.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/concurrency/thread.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/concurrency/cofor.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/concurrency/invoke.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/concurrency/future.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/concurrency/once.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/concurrency/mutex_stmt.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/concurrency/channel.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/concurrency/actor.hfa '/var/lib/jenkins/workspace/Cforall_master@tmp/include/cfa//concurrency' /usr/bin/mkdir -p '/var/lib/jenkins/workspace/Cforall_master@tmp/include/cfa//stdhdr/sys' /usr/bin/install -c -m 644 /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/sys/time.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/sys/mman.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/sys/socket.h '/var/lib/jenkins/workspace/Cforall_master@tmp/include/cfa//stdhdr/sys' /usr/bin/mkdir -p '/var/lib/jenkins/workspace/Cforall_master@tmp/include/cfa//algorithms' /usr/bin/install -c -m 644 /var/lib/jenkins/workspace/Cforall_master/libcfa/src/algorithms/range_iterator.hfa '/var/lib/jenkins/workspace/Cforall_master@tmp/include/cfa//algorithms' /usr/bin/mkdir -p '/var/lib/jenkins/workspace/Cforall_master@tmp/include/cfa//vec' /usr/bin/install -c -m 644 /var/lib/jenkins/workspace/Cforall_master/libcfa/src/vec/vec.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/vec/vec2.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/vec/vec3.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/vec/vec4.hfa '/var/lib/jenkins/workspace/Cforall_master@tmp/include/cfa//vec' /usr/bin/install -c -m 644 /var/lib/jenkins/workspace/Cforall_master/libcfa/src/common.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/fstream.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/heap.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/iostream.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/iterator.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/limits.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/math.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/memory.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/parseargs.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/parseconfig.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/rational.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdlib.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/strstream.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/time.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/Exception.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/bitmanip.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/clock.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/exception.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/exception.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/gmp.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/math.trait.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/raii.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/time_t.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/virtual_dtor.hfa '/var/lib/jenkins/workspace/Cforall_master@tmp/include/cfa//.' /usr/bin/mkdir -p '/var/lib/jenkins/workspace/Cforall_master@tmp/include/cfa//device' /usr/bin/install -c -m 644 /var/lib/jenkins/workspace/Cforall_master/libcfa/src/device/cpu.hfa '/var/lib/jenkins/workspace/Cforall_master@tmp/include/cfa//device' /usr/bin/mkdir -p '/var/lib/jenkins/workspace/Cforall_master@tmp/include/cfa//bits' /usr/bin/install -c -m 644 /var/lib/jenkins/workspace/Cforall_master/libcfa/src/bits/weakso_locks.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/bits/algorithm.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/bits/align.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/bits/collections.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/bits/debug.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/bits/defs.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/bits/locks.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/bits/collection.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/bits/stack.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/bits/queue.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/bits/sequence.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/bits/random.hfa '/var/lib/jenkins/workspace/Cforall_master@tmp/include/cfa//bits' libtool: install: (cd /var/lib/jenkins/workspace/Cforall_master@tmp/lib/cfa/x86-debug && { ln -s -f libcfa.so.1.0.0 libcfa.so.1 || { rm -f libcfa.so.1 && ln -s libcfa.so.1.0.0 libcfa.so.1; }; }) libtool: install: (cd /var/lib/jenkins/workspace/Cforall_master@tmp/lib/cfa/x86-debug && { ln -s -f libcfa.so.1.0.0 libcfa.so || { rm -f libcfa.so && ln -s libcfa.so.1.0.0 libcfa.so; }; }) libtool: install: /usr/bin/install -c .libs/libcfa.lai /var/lib/jenkins/workspace/Cforall_master@tmp/lib/cfa/x86-debug/libcfa.la libtool: install: /usr/bin/install -c .libs/libcfathread.so.1.0.0 /var/lib/jenkins/workspace/Cforall_master@tmp/lib/cfa/x86-debug/libcfathread.so.1.0.0 libtool: install: (cd /var/lib/jenkins/workspace/Cforall_master@tmp/lib/cfa/x86-debug && { ln -s -f libcfathread.so.1.0.0 libcfathread.so.1 || { rm -f libcfathread.so.1 && ln -s libcfathread.so.1.0.0 libcfathread.so.1; }; }) libtool: install: (cd /var/lib/jenkins/workspace/Cforall_master@tmp/lib/cfa/x86-debug && { ln -s -f libcfathread.so.1.0.0 libcfathread.so || { rm -f libcfathread.so && ln -s libcfathread.so.1.0.0 libcfathread.so; }; }) libtool: install: /usr/bin/install -c .libs/libcfathread.lai /var/lib/jenkins/workspace/Cforall_master@tmp/lib/cfa/x86-debug/libcfathread.la libtool: warning: remember to run 'libtool --finish /var/lib/jenkins/workspace/Cforall_master@tmp/lib/cfa/x86-debug/' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. Making install in libcfa/x86-nodebug Making install in prelude make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/var/lib/jenkins/workspace/Cforall_master@tmp/lib/cfa/x86-nodebug/' /usr/bin/install -c -m 644 gcc-builtins.cfa builtins.cfa extras.cfa prelude.cfa bootloader.c defines.hfa '/var/lib/jenkins/workspace/Cforall_master@tmp/lib/cfa/x86-nodebug/' Making install in src /usr/bin/mkdir -p '/var/lib/jenkins/workspace/Cforall_master@tmp/lib/cfa/x86-nodebug/' /bin/bash ../libtool --mode=install /usr/bin/install -c libcfa.la libcfathread.la '/var/lib/jenkins/workspace/Cforall_master@tmp/lib/cfa/x86-nodebug/' /usr/bin/mkdir -p '/var/lib/jenkins/workspace/Cforall_master@tmp/include/cfa/' /usr/bin/mkdir -p '/var/lib/jenkins/workspace/Cforall_master@tmp/include/cfa//concurrency/clib' /usr/bin/install -c -m 644 /var/lib/jenkins/workspace/Cforall_master/libcfa/src/concurrency/clib/cfathread.h '/var/lib/jenkins/workspace/Cforall_master@tmp/include/cfa//concurrency/clib' libtool: install: /usr/bin/install -c .libs/libcfa.so.1.0.0 /var/lib/jenkins/workspace/Cforall_master@tmp/lib/cfa/x86-nodebug/libcfa.so.1.0.0 /usr/bin/mkdir -p '/var/lib/jenkins/workspace/Cforall_master@tmp/include/cfa//stdhdr' /usr/bin/install -c -m 644 /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/threads.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/inttypes.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/limits.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/time.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/stdatomic.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/stdnoreturn.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/errno.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/locale.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/stddef.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/complex.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/signal.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/setjmp.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/uchar.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/iso646.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/assert.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/unwind.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/tgmath.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/stdalign.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/string.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/float.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/wctype.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/gmp.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/stdio.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/pthread.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/stdarg.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/fenv.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/stdint.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/stdbool.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/math.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/unistd.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/malloc.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/stdlib.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/ctype.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/wchar.h '/var/lib/jenkins/workspace/Cforall_master@tmp/include/cfa//stdhdr' /usr/bin/mkdir -p '/var/lib/jenkins/workspace/Cforall_master@tmp/include/cfa//collections' /usr/bin/install -c -m 644 /var/lib/jenkins/workspace/Cforall_master/libcfa/src/collections/maybe.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/collections/pair.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/collections/result.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/collections/string.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/collections/string_res.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/collections/vector.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/collections/array.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/collections/list.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/collections/list2.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/collections/lockfree.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/collections/string_sharectx.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/collections/vector2.hfa '/var/lib/jenkins/workspace/Cforall_master@tmp/include/cfa//collections' /usr/bin/mkdir -p '/var/lib/jenkins/workspace/Cforall_master@tmp/include/cfa//concurrency/kernel' /usr/bin/install -c -m 644 /var/lib/jenkins/workspace/Cforall_master/libcfa/src/concurrency/kernel/cluster.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/concurrency/kernel/fwd.hfa '/var/lib/jenkins/workspace/Cforall_master@tmp/include/cfa//concurrency/kernel' /usr/bin/mkdir -p '/var/lib/jenkins/workspace/Cforall_master@tmp/include/cfa//stdhdr/libltdl' /usr/bin/install -c -m 644 /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/libltdl/lt_dlloader.h '/var/lib/jenkins/workspace/Cforall_master@tmp/include/cfa//stdhdr/libltdl' /usr/bin/mkdir -p '/var/lib/jenkins/workspace/Cforall_master@tmp/include/cfa//concurrency' /usr/bin/install -c -m 644 /var/lib/jenkins/workspace/Cforall_master/libcfa/src/concurrency/atomic.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/concurrency/iofwd.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/concurrency/barrier.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/concurrency/alarm.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/concurrency/coroutine.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/concurrency/exception.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/concurrency/kernel.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/concurrency/locks.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/concurrency/monitor.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/concurrency/mutex.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/concurrency/select.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/concurrency/thread.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/concurrency/cofor.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/concurrency/invoke.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/concurrency/future.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/concurrency/once.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/concurrency/mutex_stmt.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/concurrency/channel.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/concurrency/actor.hfa '/var/lib/jenkins/workspace/Cforall_master@tmp/include/cfa//concurrency' /usr/bin/mkdir -p '/var/lib/jenkins/workspace/Cforall_master@tmp/include/cfa//stdhdr/sys' /usr/bin/install -c -m 644 /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/sys/time.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/sys/mman.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdhdr/sys/socket.h '/var/lib/jenkins/workspace/Cforall_master@tmp/include/cfa//stdhdr/sys' /usr/bin/mkdir -p '/var/lib/jenkins/workspace/Cforall_master@tmp/include/cfa//algorithms' /usr/bin/install -c -m 644 /var/lib/jenkins/workspace/Cforall_master/libcfa/src/algorithms/range_iterator.hfa '/var/lib/jenkins/workspace/Cforall_master@tmp/include/cfa//algorithms' /usr/bin/mkdir -p '/var/lib/jenkins/workspace/Cforall_master@tmp/include/cfa//vec' /usr/bin/install -c -m 644 /var/lib/jenkins/workspace/Cforall_master/libcfa/src/vec/vec.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/vec/vec2.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/vec/vec3.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/vec/vec4.hfa '/var/lib/jenkins/workspace/Cforall_master@tmp/include/cfa//vec' /usr/bin/install -c -m 644 /var/lib/jenkins/workspace/Cforall_master/libcfa/src/common.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/fstream.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/heap.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/iostream.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/iterator.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/limits.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/math.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/memory.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/parseargs.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/parseconfig.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/rational.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/stdlib.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/strstream.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/time.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/Exception.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/bitmanip.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/clock.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/exception.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/exception.h /var/lib/jenkins/workspace/Cforall_master/libcfa/src/gmp.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/math.trait.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/raii.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/time_t.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/virtual_dtor.hfa '/var/lib/jenkins/workspace/Cforall_master@tmp/include/cfa//.' /usr/bin/mkdir -p '/var/lib/jenkins/workspace/Cforall_master@tmp/include/cfa//device' /usr/bin/install -c -m 644 /var/lib/jenkins/workspace/Cforall_master/libcfa/src/device/cpu.hfa '/var/lib/jenkins/workspace/Cforall_master@tmp/include/cfa//device' /usr/bin/mkdir -p '/var/lib/jenkins/workspace/Cforall_master@tmp/include/cfa//bits' /usr/bin/install -c -m 644 /var/lib/jenkins/workspace/Cforall_master/libcfa/src/bits/weakso_locks.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/bits/algorithm.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/bits/align.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/bits/collections.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/bits/debug.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/bits/defs.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/bits/locks.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/bits/collection.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/bits/stack.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/bits/queue.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/bits/sequence.hfa /var/lib/jenkins/workspace/Cforall_master/libcfa/src/bits/random.hfa '/var/lib/jenkins/workspace/Cforall_master@tmp/include/cfa//bits' libtool: install: (cd /var/lib/jenkins/workspace/Cforall_master@tmp/lib/cfa/x86-nodebug && { ln -s -f libcfa.so.1.0.0 libcfa.so.1 || { rm -f libcfa.so.1 && ln -s libcfa.so.1.0.0 libcfa.so.1; }; }) libtool: install: (cd /var/lib/jenkins/workspace/Cforall_master@tmp/lib/cfa/x86-nodebug && { ln -s -f libcfa.so.1.0.0 libcfa.so || { rm -f libcfa.so && ln -s libcfa.so.1.0.0 libcfa.so; }; }) libtool: install: /usr/bin/install -c .libs/libcfa.lai /var/lib/jenkins/workspace/Cforall_master@tmp/lib/cfa/x86-nodebug/libcfa.la libtool: install: /usr/bin/install -c .libs/libcfathread.so.1.0.0 /var/lib/jenkins/workspace/Cforall_master@tmp/lib/cfa/x86-nodebug/libcfathread.so.1.0.0 libtool: install: (cd /var/lib/jenkins/workspace/Cforall_master@tmp/lib/cfa/x86-nodebug && { ln -s -f libcfathread.so.1.0.0 libcfathread.so.1 || { rm -f libcfathread.so.1 && ln -s libcfathread.so.1.0.0 libcfathread.so.1; }; }) libtool: install: (cd /var/lib/jenkins/workspace/Cforall_master@tmp/lib/cfa/x86-nodebug && { ln -s -f libcfathread.so.1.0.0 libcfathread.so || { rm -f libcfathread.so && ln -s libcfathread.so.1.0.0 libcfathread.so; }; }) libtool: install: /usr/bin/install -c .libs/libcfathread.lai /var/lib/jenkins/workspace/Cforall_master@tmp/lib/cfa/x86-nodebug/libcfathread.la libtool: warning: remember to run 'libtool --finish /var/lib/jenkins/workspace/Cforall_master@tmp/lib/cfa/x86-nodebug/' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] sh + free -h total used free shared buff/cache available Mem: 15Gi 665Mi 12Gi 1.0Mi 2.8Gi 13Gi Swap: 14Gi 0B 14Gi [Pipeline] sh + ulimit -a time(seconds) unlimited file(blocks) unlimited data(kbytes) unlimited stack(kbytes) 8192 coredump(blocks) 0 memory(kbytes) unlimited locked memory(kbytes) 2058574 process 128339 nofiles 1048576 vmemory(kbytes) unlimited locks unlimited rtprio 0 [Pipeline] echo -------- Test: Debug -------- [Pipeline] stage [Pipeline] { (Test: Debug) [Pipeline] dir Running in /var/lib/jenkins/workspace/Cforall_master@tmp [Pipeline] { [Pipeline] sh + nproc + make -j 6 --no-print-directory -C tests timeout=600 global-timeout=14400 tests debug=yes archive-errors=/var/lib/jenkins/workspace/Cforall_master@tmp/tests/crashes/full-debug Running 374 tests on 6 cores (x86 - debug) array-ERR1 PASSED C 0:02.775 - R n/a array-ERR2 PASSED C 0:00.110 - R n/a array-ERR3 PASSED C 0:00.108 - R n/a array PASSED C 0:03.769 - R 0:00.006 array-collections/array-basic PASSED C 0:05.854 - R 0:00.009 alloc-ERROR PASSED C 0:12.457 - R n/a array-collections/array-raii-c PASSED C 0:02.757 - R 0:00.018 algorithms/range_test PASSED C 0:12.526 - R 0:00.005 array-collections/array-sbscr-types PASSED C 0:08.238 - R 0:00.007 array-collections/boxed PASSED C 0:08.167 - R 0:00.067 array-collections/accordion PASSED C 0:19.027 - R 0:00.005 array-collections/c-dependent PASSED C 0:03.047 - R 0:00.012 ...ollections/language-dim-mismatch PASSED C 0:00.304 - R n/a array-collections/safety-summary PASSED C 0:00.880 - R n/a array-collections/dimexpr-match-c PASSED C 0:04.587 - R 0:00.005 array-collections/symtab-collision PASSED C 0:00.861 - R n/a array-collections/dimexpr-match-cfa PASSED C 0:04.417 - R 0:00.017 attr-priority PASSED C 0:02.349 - R 0:00.017 array-collections/array-raii-cfa PASSED C 0:16.863 - R 0:00.017 builtins/sync PASSED C 0:05.197 - R 0:00.041 castError PASSED C 0:02.598 - R n/a cast PASSED C 0:04.401 - R 0:00.007 alloc PASSED C 0:32.347 - R 0:00.056 castReturn PASSED C 0:04.861 - R 0:00.029 alloc2 PASSED C 0:40.236 - R 0:00.056 avl_test PASSED C 0:15.077 - R 0:00.097 collections/multi_list PASSED C 0:18.321 - R 0:00.005 collections/sequence PASSED C 0:19.601 - R 0:00.005 collections/stack PASSED C 0:17.244 - R 0:00.010 collections/queue PASSED C 0:26.251 - R 0:00.009 collections/string-api-coverage PASSED C 0:33.309 - R 0:00.011 collections/atomic_mpsc PASSED C 0:28.757 - R 0:13.999 collections/string-ctx-manage PASSED C 0:17.891 - R 0:00.005 ...ions/string-api-coverage-noshare PASSED C 0:26.168 - R 0:00.021 collections/string-gc PASSED C 0:19.936 - R 0:00.009 collections/string-compare PASSED C 0:24.002 - R 0:00.017 collections/string-operator-ERR09 PASSED C 0:12.513 - R n/a collections/string-operator-ERR11 PASSED C 0:14.154 - R n/a collections/string-istream PASSED C 0:19.136 - R 0:00.009 collections/string-operator-ERR13 PASSED C 0:13.990 - R n/a collections/string-istream-manip PASSED C 0:22.573 - R 0:00.017 collections/string-operator PASSED C 0:25.015 - R 0:00.009 collections/string-operator-ERR15 PASSED C 0:11.723 - R n/a collections/string-operator-ERR16 PASSED C 0:12.061 - R n/a ...ns/vector-err-retn-perm-it-byval PASSED C 0:06.568 - R n/a ...ns/vector-err-pass-perm-it-byval PASSED C 0:07.823 - R n/a collections/vector-demo PASSED C 0:14.368 - R 0:00.005 collections/string-overwrite PASSED C 0:23.802 - R 0:00.018 complex PASSED C 0:16.415 - R 0:00.017 ...ections/string-overwrite-noshare PASSED C 0:26.811 - R 0:00.033 concurrency/actors/executor PASSED C 0:39.904 - R 0:00.118 concurrency/actors/inherit PASSED C 0:41.710 - R 0:00.168 concurrency/actors/inline PASSED C 0:37.513 - R 0:00.116 concurrency/actors/dynamic PASSED C 0:42.816 - R 0:05.380 concurrency/actors/pingpong PASSED C 0:35.525 - R 0:00.116 concurrency/actors/matrixMultiply PASSED C 0:36.183 - R 0:01.168 concurrency/actors/poison PASSED C 0:30.631 - R 0:00.116 concurrency/barrier/order PASSED C 0:26.893 - R 0:00.167 concurrency/actors/static PASSED C 0:32.928 - R 0:00.316 concurrency/barrier/last PASSED C 0:30.422 - R 0:00.116 concurrency/barrier/generation PASSED C 0:32.148 - R 0:00.767 concurrency/actors/types PASSED C 0:37.073 - R 0:00.166 concurrency/channels/big_elems PASSED C 0:25.994 - R 0:10.898 concurrency/channels/hot_potato PASSED C 0:26.736 - R 0:10.088 concurrency/channels/daisy_chain PASSED C 0:35.034 - R 0:10.035 concurrency/channels/contend PASSED C 0:37.898 - R 0:10.089 concurrency/channels/churn PASSED C 0:39.101 - R 0:10.137 concurrency/clib PASSED C 0:04.460 - R 0:00.266 concurrency/channels/ping_pong PASSED C 0:36.050 - R 0:10.086 concurrency/clib_tls PASSED C 0:06.070 - R 0:00.116 concurrency/ctor-check PASSED C 0:02.250 - R n/a concurrency/cluster PASSED C 0:16.030 - R 0:00.066 concurrency/channels/pub_sub PASSED C 0:25.809 - R 0:10.085 concurrency/cofor PASSED C 0:25.521 - R 0:00.117 concurrency/channels/zero_size PASSED C 0:29.292 - R 0:10.067 concurrency/coroutineYield FAILED with code -6 C 0:27.810 - R 0:01.518 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Coroutine 1 Coroutine 2 Thread 2 Thread 1 Cforall Runtime error (UNIX pid:27588): Stack underflow detected: stack pointer 0xbff0eb50 above base 0x1a23ff0. Possible cause is corrupted stack frame via overwriting memory. Stack back trace for: /var/lib/jenkins/workspace/Cforall_master@tmp/libcfa/x86-debug/src/.libs/libcfa.so.1 (0) /var/lib/jenkins/workspace/Cforall_master@tmp/libcfa/x86-debug/src/.libs/libcfa.so.1 : _X5abortFv_bPKc__1 + 0 [0xb7e80862] (1) /var/lib/jenkins/workspace/Cforall_master@tmp/libcfa/x86-debug/src/.libs/libcfathread.so.1 : _X12stack_verifyFv_PS10coroutine$__1 + 0xb5 [0xb7f034fd] (2) /var/lib/jenkins/workspace/Cforall_master@tmp/libcfa/x86-debug/src/.libs/libcfathread.so.1 : _X12stack_verifyFv___1 + 0x25 [0xb7f03528] (3) /var/lib/jenkins/workspace/Cforall_master@tmp/libcfa/x86-debug/src/.libs/libcfathread.so.1 : + 0x49ea9 [0xb7f3bea9] (4) linux-gate.so.1 : __kernel_rt_sigreturn + 0 [0xb7f93570] (5) /var/lib/jenkins/workspace/Cforall_master@tmp/tests/concurrency/coroutineYield : + 0x27b5 [0x4557b5] (6) /var/lib/jenkins/workspace/Cforall_master@tmp/tests/concurrency/coroutineYield : + 0x2a0b [0x455a0b] (7) /var/lib/jenkins/workspace/Cforall_master@tmp/tests/concurrency/coroutineYield : _X4mainFi___1 + 0x90 [0x455dc8] warning: Can't open file anon_inode:[io_uring] which was expanded to anon_inode:[io_uring] during file-backed mapping note processing warning: Can't open file anon_inode:[io_uring] which was expanded to anon_inode:[io_uring] during file-backed mapping note processing [New LWP 27588] [New LWP 27589] [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1". Core was generated by `/var/lib/jenkins/workspace/Cforall_master@tmp/tests/concurrency/coroutineYield'. Program terminated with signal SIGABRT, Aborted. #0 0xb7f93559 in __kernel_vsyscall () [Current thread is 1 (Thread 0xb7a9f000 (LWP 27588))] ----- #0 0xb7f93559 in __kernel_vsyscall () #1 0xb7af2e92 in __libc_signal_restore_set (set=0xb7ef0e6c
This is an automated email from the Jenkins build machine. It was generated because of a git hooks/post-receive script following a ref change which was pushed to the C∀ repository.
- Status --------------------------------------------------------------
BUILD# 1756 - FAILURE
Check console output at https://cforall.uwaterloo.ca/jenkins/job/Cforall/job/master/1756/ to view the results.
- Changes -------------------------------------------------------------
The branch master has been updated.
from 00675ed4c2f48a20d015179ca8dc1e151fce57a5 (commit)
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:[Pipeline] } [Pipeline] // node [Pipeline] echo Build Completed [Pipeline] End of Pipeline ERROR: script returned exit code 2 Finished: FAILURE [Pipeline] error [Pipeline] } Failed in branch gcc_10_x86_new Build Cforall » master #1755 completed: SUCCESS [Pipeline] echo SUCCESS [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] echo error caught [Pipeline] node Running on Brokk 4 in /var/lib/jenkins/workspace/Cforall_Full_Build [Pipeline] { [Pipeline] echo notifying users [Pipeline] emailext Sending email to: cforall@lists.uwaterloo.ca [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: FAILURE Finished: FAILURE