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 ) at ../sysdeps/unix/sysv/linux/internal-signals.h:86 #2 __GI_raise (sig=6) at ../sysdeps/unix/sysv/linux/raise.c:48 #3 0xb7adb306 in __GI_abort () at abort.c:79 #4 0xb7e80723 in _X7__abortFv_bPKcY17__builtin_va_list__1 (_X11signalAbortb_1=true, _X3fmtPKc_1=0xb7ea5938 "Application interrupted by signal: %s.\n", _X4argsY17__builtin_va_list_1=0xb7ef1158 "=\236Ä·\253", ) at /var/lib/jenkins/workspace/Cforall_master/libcfa/src/interpose.cfa:263 #5 0xb7e80895 in _X5abortFv_bPKc__1 (_X11signalAbortb_1=true, _X3fmtPKc_1=0xb7ea5938 "Application interrupted by signal: %s.\n") at /var/lib/jenkins/workspace/Cforall_master/libcfa/src/interpose.cfa:301 #6 0xb7e809d6 in _X15sigHandler_termFv_iPS21__anonymous_siginfo_tPS10ucontext_t__1 (_X3sigi_1=6, _X3sfpPS21__anonymous_siginfo_t_1=0xb7ef118c , _X3cxtPS10ucontext_t_1=0xb7ef120c ) at /var/lib/jenkins/workspace/Cforall_master/libcfa/src/interpose.cfa:337 #7 #8 0xb7f93559 in __kernel_vsyscall () #9 0xb7af2e92 in __libc_signal_restore_set (set=0xbff0e89c) at ../sysdeps/unix/sysv/linux/internal-signals.h:86 #10 __GI_raise (sig=6) at ../sysdeps/unix/sysv/linux/raise.c:48 #11 0xb7adb306 in __GI_abort () at abort.c:79 #12 0xb7e80838 in _X7__abortFv_bPKcY17__builtin_va_list__1 (_X11signalAbortb_1=false, _X3fmtPKc_1=0xb7f5be44 "Stack underflow detected: stack pointer %p above base %p.\nPossible cause is corrupted stack frame via overwriting memory.", _X4argsY17__builtin_va_list_1=0xbff0eb74 "P\353\360\277\360?\242\001T4\360\267\263&\352\267@\313\370\267@\313", ) at /var/lib/jenkins/workspace/Cforall_master/libcfa/src/interpose.cfa:286 #13 0xb7e80862 in _X5abortFv_PKc__1 (_X3fmtPKc_1=0xb7f5be44 "Stack underflow detected: stack pointer %p above base %p.\nPossible cause is corrupted stack frame via overwriting memory.") at /var/lib/jenkins/workspace/Cforall_master/libcfa/src/interpose.cfa:293 #14 0xb7f034fd in _X12stack_verifyFv_PS10coroutine$__1 (_X3corPS10coroutine$_1=0x45a0a0 <_X1cS9Coroutine_1>) at /var/lib/jenkins/workspace/Cforall_master/libcfa/src/concurrency/coroutine.cfa:368 #15 0xb7f03528 in _X12stack_verifyFv___1 () at /var/lib/jenkins/workspace/Cforall_master/libcfa/src/concurrency/coroutine.cfa:372 #16 0xb7f3bea9 in _X20sigHandler_ctxSwitchFv_iPS21__anonymous_siginfo_tPS10ucontext_t__1 (_X3sigi_1=10, _X3sfpPS21__anonymous_siginfo_t_1=0xbff0ec0c, _X3cxtPS10ucontext_t_1=0xbff0ec8c) at /var/lib/jenkins/workspace/Cforall_master/libcfa/src/concurrency/preemption.cfa:574 #17 #18 0x004557b5 in _X11$ctx_switchFv_PS10coroutine$PS10coroutine$__1 (_X3srcPS10coroutine$_1=0xb7f8cb64 <_X18storage_mainThreadA0c_1+36>, _X3dstPS10coroutine$_1=0x45a0a0 <_X1cS9Coroutine_1>) at /var/lib/jenkins/workspace/Cforall_master/libcfa/src/concurrency/coroutine.hfa:124 #19 0x00455a0b in _X6resumeQ1_0_0_4__X4mainFv_BD0__X13get_coroutineFPS10coroutine$_BD0__X24defaultResumptionHandlerFv_S18CoroutineCancelled_BD0___X15_default_vtableS25CoroutineCancelled_vtable_BD0__FBD0_BD0__1 (_X4mainFv_Y1T__1=0x455be1 <_X4mainFv_S9Coroutine__1>, _X13get_coroutineFPS10coroutine$_Y1T__1=0x455bc6 <_X13get_coroutineFPS10coroutine$_S9Coroutine__1>, _X24defaultResumptionHandlerFv_S18CoroutineCancelled_Y1T___1=0xbff0f150, _X15_default_vtableS25CoroutineCancelled_vtable_Y1T__1=0x45a0e4 <_X34_default_vtable_object_declarationS25CoroutineCancelled_vtable_S9Coroutine__1>, _X3corY1T_1=0x45a0a0 <_X1cS9Coroutine_1>) at /var/lib/jenkins/workspace/Cforall_master/libcfa/src/concurrency/coroutine.hfa:198 #20 0x00455dc8 in _X4mainFi___1 () at concurrency/coroutineYield.cfa:46 #21 0x00455e79 in invoke_main (argc=1, argv=0xbff0f274, envp=0xbff0f27c) at concurrency/coroutineYield.cfa:44 #22 0x00455ec4 in main (_X4argci_1=1, _X4argvPPc_1=0xbff0f274, _X4envpPPc_1=0xbff0f27c) at concurrency/coroutineYield.cfa:65 ----- Id Target Id Frame * 1 Thread 0xb7a9f000 (LWP 27588) 0xb7f93559 in __kernel_vsyscall () 2 Thread 0x1991340 (LWP 27589) 0xb7f93559 in __kernel_vsyscall () Archiving concurrency/coroutineYield (executable and core) to crashes/full-debug/concurrency/coroutineYield concurrency/examples/datingService PASSED C 0:20.840 - R 0:00.116 ...rrency/examples/boundedBufferEXT PASSED C 0:23.682 - R 0:17.714 concurrency/examples/gortn PASSED C 0:23.517 - R 0:00.033 concurrency/examples/matrixSum PASSED C 0:23.767 - R 0:00.116 ...rrency/examples/boundedBufferINT PASSED C 0:23.792 - R 0:17.379 concurrency/futures/abandon PASSED C 0:21.143 - R 0:00.166 concurrency/examples/quickSort PASSED C 0:26.914 - R 0:00.066 concurrency/keywordErrors PASSED C 0:00.900 - R n/a concurrency/futures/basic PASSED C 0:13.580 - R 0:00.416 concurrency/mainError PASSED C 0:00.733 - R n/a concurrency/futures/wait_any PASSED C 0:28.625 - R 0:00.066 concurrency/join PASSED C 0:28.892 - R 0:00.077 concurrency/futures/typed PASSED C 0:35.156 - R 0:00.317 concurrency/migrate PASSED C 0:25.371 - R 0:00.116 concurrency/lockfree_stack PASSED C 0:27.023 - R 0:03.674 concurrency/futures/future_except PASSED C 0:53.482 - R 0:00.066 concurrency/mutexstmt/tuple PASSED C 0:30.516 - R 0:00.005 concurrency/mutexstmt/monitors PASSED C 0:27.918 - R 0:06.655 concurrency/once PASSED C 0:23.700 - R 0:00.216 concurrency/park/contention PASSED C 0:12.652 - R 0:00.567 concurrency/monitor PASSED C 0:22.567 - R 0:32.781 concurrency/mutexstmt/locks PASSED C 0:29.627 - R 0:28.579 concurrency/park/start_parked PASSED C 0:21.652 - R 0:00.117 concurrency/park/force_preempt PASSED C 0:26.590 - R 0:00.416 concurrency/multi-monitor PASSED C 0:33.909 - R 0:42.444 concurrency/preempt PASSED C 0:20.642 - R 0:07.108 ...rrency/pthread/pthread_cond_test PASSED C 0:17.346 - R 0:00.066 ...urrency/pthread/pthread_key_test PASSED C 0:06.144 - R 0:00.065 ...pthread/pthread_demo_create_join PASSED C 0:22.076 - R 0:00.037 ...rrency/pthread/pthread_attr_test PASSED C 0:26.393 - R 0:00.034 ...rrency/pthread/pthread_once_test PASSED C 0:18.765 - R 0:00.066 concurrency/preempt2 PASSED C 0:23.804 - R 0:22.787 ...rrency/pthread/pthread_demo_lock PASSED C 0:21.799 - R 0:06.479 concurrency/signal/block PASSED C 0:18.110 - R 0:02.872 concurrency/readyQ/leader_spin PASSED C 0:24.802 - R 0:01.118 concurrency/readyQ/barrier_sleeper PASSED C 0:29.563 - R 0:00.216 concurrency/signal/wait PASSED C 0:24.202 - R 0:00.366 concurrency/signal/disjoint PASSED C 0:26.955 - R 0:04.124 concurrency/sleep PASSED C 0:25.670 - R 0:01.168 concurrency/suspend_then PASSED C 0:29.397 - R 0:00.669 concurrency/thread PASSED C 0:27.231 - R 0:00.066 .../unified_locking/block_spin_lock PASSED C 0:26.678 - R 0:01.468 ...ency/unified_locking/exp_backoff PASSED C 0:24.370 - R 0:00.116 .../unified_locking/fast_block_lock PASSED C 0:26.055 - R 0:00.116 ...fied_locking/mcs_block_spin_lock PASSED C 0:28.695 - R 0:00.184 ...cy/unified_locking/pthread_locks PASSED C 0:23.576 - R 0:00.118 concurrency/unified_locking/mcs PASSED C 0:27.888 - R 0:16.947 concurrency/unified_locking/locks PASSED C 0:34.002 - R 0:23.419 ...nified_locking/simple_owner_lock PASSED C 0:23.992 - R 0:00.123 ...ncy/unified_locking/timeout_lock PASSED C 0:18.375 - R 0:01.168 ...ency/unified_locking/futex_mutex PASSED C 0:26.808 - R 0:45.479 concurrency/waitfor/barge PASSED C 0:19.841 - R 0:03.938 concurrency/waitfor/dtor PASSED C 0:23.209 - R 0:03.682 concurrency/waitfor/else PASSED C 0:19.113 - R 0:00.124 ...urrency/waitfor/lexical_priority PASSED C 0:23.171 - R 0:00.124 concurrency/waitfor/parse PASSED C 0:12.729 - R 0:00.070 ...urrency/unified_locking/mcs_spin PASSED C 0:32.396 - R 1:02.182 concurrency/waitfor/statment PASSED C 0:23.653 - R 0:00.120 concurrency/waitfor/when PASSED C 0:24.033 - R 0:00.846 concurrency/waitfor/recurse PASSED C 0:25.001 - R 0:07.693 .../unified_locking/spin_queue_lock PASSED C 0:22.254 - R 1:03.512 concurrency/waituntil/basic_else PASSED C 0:32.962 - R 0:00.034 concurrency/waituntil/channels PASSED C 0:23.010 - R 0:03.071 ...ency/waituntil/channel_zero_size PASSED C 0:30.600 - R 0:03.980 concurrency/waituntil/channel_close PASSED C 0:41.675 - R 0:10.053 concurrency/waituntil/all_types PASSED C 1:04.492 - R 0:07.350 concurrency/waituntil/one_chan PASSED C 0:26.657 - R 0:01.223 concurrency/waituntil/locks PASSED C 0:26.789 - R 0:08.755 concurrency/waituntil/timeout PASSED C 0:16.522 - R 0:03.129 const-init PASSED C 0:02.936 - R 0:00.005 configs/parsebools PASSED C 0:18.123 - R 0:00.070 const-ref PASSED C 0:01.748 - R 0:00.005 concurrency/waituntil/futures PASSED C 0:59.764 - R 0:00.066 configs/parseconfig PASSED C 0:18.241 - R 0:00.009 configs/usage PASSED C 0:15.694 - R 0:00.009 copyfile PASSED C 0:11.807 - R 0:00.009 coroutine/fibonacci PASSED C 0:14.835 - R 0:00.033 coroutine/devicedriver PASSED C 0:19.396 - R 0:00.034 coroutine/pingpong PASSED C 0:15.299 - R 0:00.038 coroutine/fmtLines PASSED C 0:16.549 - R 0:00.066 concurrency/waituntil/repeat_close PASSED C 0:29.029 - R 0:30.105 coroutine/prodcons PASSED C 0:18.606 - R 0:00.066 coroutine/raii PASSED C 0:16.244 - R 0:00.067 ctrl-flow/fallthrough PASSED C 0:13.622 - R 0:00.021 ctrl-flow/break-misc PASSED C 0:17.566 - R 0:00.005 counter PASSED C 0:17.696 - R 0:00.009 coroutine/runningTotal PASSED C 0:18.423 - R 0:00.066 ctrl-flow/labelledExit PASSED C 0:02.181 - R 0:00.005 ctrl-flow/loop-inc PASSED C 0:02.486 - R 0:00.017 ctrl-flow/goto PASSED C 0:12.781 - R 0:00.017 ctrl-flow/ifwhileCtl PASSED C 0:10.870 - R 0:00.005 designations PASSED C 0:05.066 - R 0:00.005 enum PASSED C 0:03.953 - R 0:00.017 ctrl-flow/loop_else PASSED C 0:13.713 - R 0:00.009 ctrl-flow/loop_else-WRN1 PASSED C 0:18.253 - R 0:00.002 ctrl-flow/loopctrl PASSED C 0:18.962 - R 0:00.009 enum_tests/inc-dec PASSED C 0:03.271 - R 0:00.026 enum_tests/funcEnum PASSED C 0:05.635 - R 0:00.005 enum_tests/anonymous PASSED C 0:12.811 - R 0:00.005 enum_tests/lvalue PASSED C 0:00.873 - R n/a device/cpu PASSED C 0:25.162 - R 0:00.009 div PASSED C 0:22.683 - R 0:00.005 enum_tests/enumInlineValue PASSED C 0:15.895 - R 0:00.009 enum_tests/input PASSED C 0:10.953 - R 0:00.009 enum_tests/structEnum PASSED C 0:05.419 - R 0:00.005 errors/declaration PASSED C 0:00.117 - R n/a errors/scope PASSED C 0:01.309 - R n/a errors/scope-type PASSED C 0:00.339 - R n/a errors/signature PASSED C 0:00.214 - R n/a eval PASSED C 0:01.936 - R 0:00.010 enum_tests/planet PASSED C 0:15.525 - R 0:00.005 enum_tests/position PASSED C 0:16.189 - R 0:00.005 enum_tests/stringEnum PASSED C 0:12.242 - R 0:00.005 enum_tests/typedIntEnum PASSED C 0:14.421 - R 0:00.005 enum_tests/voidEnum PASSED C 0:14.661 - R 0:00.005 exceptions/conditional PASSED C 0:13.125 - R 0:00.017 exceptions/cancel/coroutine PASSED C 0:17.786 - R 0:00.034 exceptions/conditional-threads PASSED C 0:19.195 - R 0:00.066 exceptions/data-except PASSED C 0:13.919 - R 0:00.049 exceptions/defaults PASSED C 0:17.097 - R 0:00.013 exceptions/cancel/thread PASSED C 0:31.404 - R 0:00.070 exceptions/cor_resumer PASSED C 0:28.521 - R 0:00.067 exceptions/defaults-threads PASSED C 0:16.548 - R 0:00.071 exceptions/finally PASSED C 0:12.314 - R 0:00.005 exceptions/fibonacci_nonlocal PASSED C 0:15.709 - R 0:00.034 exceptions/message PASSED C 0:05.195 - R 0:00.005 exceptions/interact PASSED C 0:12.709 - R 0:00.005 exceptions/finally-threads PASSED C 0:17.206 - R 0:00.033 exceptions/resume PASSED C 0:13.810 - R 0:00.005 exceptions/polymorphic PASSED C 0:16.098 - R 0:00.004 exceptions/try-ctrl-flow PASSED C 0:00.734 - R n/a exceptions/resume-threads PASSED C 0:15.028 - R 0:00.066 exceptions/type-check PASSED C 0:01.218 - R n/a exceptions/try-leave-catch PASSED C 0:03.484 - R 0:00.005 exceptions/terminate PASSED C 0:13.402 - R 0:00.009 expression PASSED C 0:02.852 - R 0:00.017 exceptions/pingpong_nonlocal PASSED C 0:26.825 - R 0:00.116 exceptions/trash PASSED C 0:13.118 - R 0:00.009 exceptions/terminate-threads PASSED C 0:18.197 - R 0:00.034 exceptions/virtual-cast PASSED C 0:14.495 - R 0:00.005 exceptions/virtual-poly PASSED C 0:14.862 - R 0:00.017 fstream_test PASSED C 0:13.357 - R 0:00.005 forall PASSED C 0:13.515 - R 0:00.010 global-monomorph PASSED C 0:03.216 - R 0:00.005 generator/fibonacci PASSED C 0:11.796 - R 0:00.005 function-operator PASSED C 0:17.607 - R 0:00.017 identFuncDeclarator PASSED C 0:02.977 - R 0:00.006 generator/fmtLines PASSED C 0:15.005 - R 0:00.034 generator/suspend_then PASSED C 0:13.830 - R 0:00.009 identParamDeclarator PASSED C 0:02.466 - R 0:00.005 genericUnion PASSED C 0:13.751 - R 0:00.005 hello PASSED C 0:10.844 - R 0:00.005 include/vector-collections PASSED C 0:06.944 - R 0:00.013 include/vector-sequence PASSED C 0:03.773 - R 0:00.013 identity PASSED C 0:15.558 - R 0:00.005 init1 PASSED C 0:02.281 - R 0:00.017 init1-ERROR PASSED C 0:01.570 - R n/a include/vector-fstream PASSED C 0:13.408 - R 0:00.012 include/stdincludes PASSED C 0:16.766 - R 0:00.029 include/includes PASSED C 0:34.968 - R 0:00.007 io/eofType PASSED C 0:19.025 - R 0:00.022 io/away_fair PASSED C 0:30.826 - R 0:00.272 heap PASSED C 0:16.266 - R 0:40.434 io/io PASSED C 0:21.468 - R 0:00.009 io/comp_basic PASSED C 0:39.829 - R 0:00.219 io/comp_fair PASSED C 0:39.287 - R 0:00.617 io/io-acquire PASSED C 0:21.223 - R 0:00.116 io/io-acquire-in PASSED C 0:23.136 - R 0:00.066 io/io-acquire-no-io PASSED C 0:22.024 - R 0:06.987 io/manipulatorsOutput4 PASSED C 0:19.795 - R 0:00.065 limits PASSED C 0:02.192 - R 0:00.029 io/io-acquire2 PASSED C 0:24.558 - R 0:00.117 io/manipulatorsInput-uchunk PASSED C 0:23.223 - R 0:00.033 io/io-acquire-out PASSED C 0:27.392 - R 0:00.224 linking/nostdlib PASSED C 0:01.907 - R 0:00.005 linking/exception-nothreads PASSED C 0:09.879 - R 0:00.005 linking/exception-withthreads PASSED C 0:13.465 - R 0:00.066 linking/mangling/anon PASSED C 0:14.900 - R 0:00.009 linkonce PASSED C 0:03.097 - R 0:00.010 linking/io-acquire PASSED C 0:18.515 - R 0:00.013 io/many_read PASSED C 0:29.133 - R 0:00.065 linking/nothreads PASSED C 0:16.213 - R 0:00.005 linking/weakso_nothd PASSED C 0:13.856 - R 0:00.005 maybe PASSED C 0:03.535 - R 0:00.017 list/dlist-insert-remove PASSED C 0:12.266 - R 0:00.016 list/dlist2-insert-remove PASSED C 0:17.355 - R 0:00.028 literals PASSED C 0:18.202 - R 0:00.069 nested-types PASSED C 0:01.828 - R 0:00.011 nested-types-ERR1 PASSED C 0:00.163 - R n/a malloc PASSED C 0:18.351 - R 0:00.006 nested-types-ERR2 PASSED C 0:00.265 - R n/a meta/fork+exec PASSED C 0:08.695 - R 0:00.066 nowarn/exception PASSED C 0:02.078 - R 0:00.007 linking/withthreads PASSED C 0:29.814 - R 0:00.034 nowarn/array PASSED C 0:03.657 - R 0:00.005 nowarn/no-autogen PASSED C 0:03.569 - R 0:00.005 meta/dumpable PASSED C 0:18.334 - R 0:00.005 nowarn/printf-sizeof PASSED C 0:02.908 - R 0:00.017 opt-params PASSED C 0:00.128 - R n/a nowarn/unused PASSED C 0:02.381 - R 0:00.005 numericConstants PASSED C 0:02.344 - R 0:00.005 operators PASSED C 0:02.589 - R 0:00.017 nowarn/zero-thunk PASSED C 0:03.026 - R 0:00.017 poly-bare-assn PASSED C 0:02.491 - R 0:00.017 poly-d-cycle PASSED C 0:03.220 - R 0:00.005 poly-o-cycle PASSED C 0:02.553 - R 0:00.017 poly-many-arsz PASSED C 0:03.392 - R 0:00.017 poly-member PASSED C 0:03.137 - R 0:00.005 polybits PASSED C 0:00.451 - R n/a poly-selection PASSED C 0:02.673 - R 0:00.005 poly-self-cycle PASSED C 0:03.121 - R 0:00.005 quasiKeyword PASSED C 0:03.460 - R 0:00.018 minmax PASSED C 0:16.820 - R 0:00.009 raii/ctor-autogen-ERR1 PASSED C 0:01.820 - R n/a raii/ctor-autogen PASSED C 0:03.282 - R 0:00.018 polymorphism PASSED C 0:12.910 - R 0:00.007 quotedKeyword PASSED C 0:12.686 - R 0:00.010 raii/dtor-early-exit-ERR1 PASSED C 0:07.763 - R n/a raii/boxed-types PASSED C 0:13.366 - R 0:00.017 raii/init_once PASSED C 0:02.810 - R 0:00.009 raii/dtor-early-exit-ERR2 PASSED C 0:09.852 - R n/a raii/partial-ERR1 PASSED C 0:01.412 - R n/a raii/partial PASSED C 0:03.609 - R 0:00.005 raii/typeof-member PASSED C 0:03.535 - R 0:00.017 raii/memberCtors-ERR1 PASSED C 0:08.150 - R n/a raii/dtor-early-exit PASSED C 0:18.633 - R 0:00.009 result PASSED C 0:04.989 - R 0:00.005 raii/globals PASSED C 0:16.831 - R 0:00.007 raii/memberCtors PASSED C 0:16.469 - R 0:00.009 simpleGenericTriple PASSED C 0:03.489 - R 0:00.005 references PASSED C 0:14.577 - R 0:00.005 smart-pointers PASSED C 0:03.648 - R 0:00.005 searchsort PASSED C 0:17.482 - R 0:00.017 shortCircuit PASSED C 0:13.850 - R 0:00.005 sizeof PASSED C 0:12.979 - R 0:00.005 switch PASSED C 0:01.945 - R 0:00.005 strstream PASSED C 0:15.710 - R 0:00.005 tuple/tupleCast PASSED C 0:02.950 - R 0:00.017 sum PASSED C 0:20.643 - R 0:00.017 tuple/tupleFunction PASSED C 0:03.916 - R 0:00.005 tuple/tupleMember PASSED C 0:01.937 - R 0:00.005 tuple/tupleAssign PASSED C 0:17.891 - R 0:00.010 tuple/tuplePolymorphism PASSED C 0:03.641 - R 0:00.005 swap PASSED C 0:23.721 - R 0:00.005 typedefRedef PASSED C 0:02.044 - R 0:00.005 time PASSED C 0:21.120 - R 0:00.009 typedefRedef-ERR1 PASSED C 0:00.220 - R n/a var-assert PASSED C 0:00.327 - R n/a tuple/tupleVariadic PASSED C 0:06.416 - R 0:00.005 typeof PASSED C 0:02.144 - R 0:00.005 variableDeclarator PASSED C 0:02.936 - R 0:00.005 tuplearray PASSED C 0:16.190 - R 0:00.005 userLiterals PASSED C 0:15.689 - R 0:00.005 rational PASSED C 1:01.746 - R 0:00.010 vector_math/vec2_double PASSED C 0:18.135 - R 0:00.008 vector PASSED C 0:20.539 - R 0:00.005 vector_math/vec2_float PASSED C 0:25.025 - R 0:00.009 vector_math/vec2_uint PASSED C 0:22.227 - R 0:00.006 voidPtr PASSED C 0:01.721 - R 0:00.009 warnings/self-assignment PASSED C 0:02.082 - R 0:00.002 withconflict PASSED C 0:00.840 - R n/a vector_math/vec2_int PASSED C 0:30.187 - R 0:00.169 vector_math/vec3_int PASSED C 0:24.291 - R 0:00.009 KRfunctions PASSED C 0:01.266 - R 0:00.002 vector_math/vec3_float PASSED C 0:30.160 - R 0:00.009 zero_one-ERR1 PASSED C 0:04.521 - R n/a vector_math/vec4_float PASSED C 0:26.692 - R 0:00.010 ...collections/dimexpr-match-c-ERRS PASSED C 0:01.458 - R n/a zero_one PASSED C 0:09.161 - R 0:00.005 arithmeticConversions PASSED C 0:04.207 - R 0:00.012 ...llections/dimexpr-match-cfa-ERRS PASSED C 0:02.465 - R n/a attributes PASSED C 0:01.517 - R 0:00.002 vector_math/vec4_int PASSED C 0:26.921 - R 0:00.009 abs PASSED C 0:16.765 - R 0:00.005 ato PASSED C 0:21.296 - R 0:00.010 bitmanip1 PASSED C 0:25.257 - R 0:00.117 declarationSpecifier PASSED C 0:01.580 - R 0:00.004 bitmanip2 PASSED C 0:26.028 - R 0:00.034 errors/completeType PASSED C 0:01.692 - R n/a bitmanip3 PASSED C 0:29.690 - R 0:00.168 configs/parsenums PASSED C 0:15.131 - R 0:00.377 concurrency/pthread/bounded_buffer PASSED C 0:24.764 - R 0:00.123 PRNG PASSED C 0:39.534 - R 0:04.233 extension PASSED C 0:02.418 - R 0:00.031 functions PASSED C 0:02.833 - R 0:00.024 gccExtensions PASSED C 0:02.774 - R 0:00.006 exceptions/cardgame PASSED C 0:20.854 - R 0:00.066 exceptions/hotpotato_checked PASSED C 0:26.714 - R 0:00.066 exceptions/hotpotato PASSED C 0:23.772 - R 0:00.033 meta/arch PASSED C 0:01.467 - R n/a io/manipulatorsInput PASSED C 0:23.780 - R 0:00.009 io/manipulatorsOutput2 PASSED C 0:25.949 - R 0:00.109 io/manipulatorsOutput1 PASSED C 0:30.280 - R 0:00.009 mathX PASSED C 0:21.129 - R 0:00.017 math PASSED C 0:18.721 - R 0:00.009 nested_function PASSED C 0:17.286 - R 0:00.067 random PASSED C 0:16.975 - R 0:00.012 vector_math/vec2_ldouble PASSED C 0:14.782 - R 0:00.011 373 passes, 1 failures, 0 timeouts, 0 cancelled, 0 other Tests took 18:57.815 make: *** [Makefile:986: all-local] Error 1 [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] echo Archiving core dumps [Pipeline] dir Running in /var/lib/jenkins/workspace/Cforall_master@tmp [Pipeline] { [Pipeline] fileExists [Pipeline] sh + /var/lib/jenkins/workspace/Cforall_master/tools/jenkins/archive-gen.sh [Pipeline] archiveArtifacts Archiving artifacts Recording fingerprints [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // node [Pipeline] echo hudson.AbortException: script returned exit code 2 [Pipeline] node Running on Algol in /var/lib/jenkins/workspace/Cforall_master [Pipeline] { [Pipeline] echo Notifying users of result [Pipeline] echo Reusing previously constructed message [Pipeline] echo Would send email to: cforall@lists.uwaterloo.ca [Pipeline] echo With title: [cforall git][BUILD# 1756 - FAILURE] - branch master [Pipeline] echo Content:

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