Started by upstream project "Cforall_Full_Build" build number 3026 originally caused by: Started by user Peter Buhr Running as Jenkins Build User Obtained Jenkins/Distribute from git cforall@plg.uwaterloo.ca:software/cfa/cfa-cc [Pipeline] Start of Pipeline [Pipeline] node Running on Brokk 6 in /var/lib/jenkins/workspace/Cforall_Distribute_Ref [Pipeline] { [Pipeline] wrap [Pipeline] { [Pipeline] properties [Pipeline] checkout The recommended git tool is: NONE using credential git_key_aug20 Fetching changes from the remote Git repository Checking out Revision cdf7d439c924923dbb24ce7fd66539e754fa40d9 (refs/remotes/origin/master) Commit message: "Hopefully fix broken build, from multiple declarations of arrah.hfa's delay_init." [Pipeline] load > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Cforall_Distribute_Ref/.git # timeout=10 > git config remote.origin.url cforall@plg.uwaterloo.ca:software/cfa/cfa-cc # timeout=10 Fetching upstream changes from cforall@plg.uwaterloo.ca:software/cfa/cfa-cc > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH key used for git, ed25519 generated August 2020 Verifying host key using known hosts file > git fetch --tags --force --progress -- cforall@plg.uwaterloo.ca:software/cfa/cfa-cc +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cdf7d439c924923dbb24ce7fd66539e754fa40d9 # timeout=10 > git rev-list --no-walk a933489bd49da48c88bddbfd58f7fe1c02e90d44 # timeout=10 [Pipeline] { (Jenkins/tools.groovy) [Pipeline] } [Pipeline] // load [Pipeline] echo Distributing git commit cdf7d439c924923dbb24ce7fd66539e754fa40d9 [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // node [Pipeline] node Running on Brokk 6 in /var/lib/jenkins/workspace/Cforall_Distribute_Ref [Pipeline] { [Pipeline] wrap [Pipeline] { [Pipeline] pwd [Pipeline] pwd [Pipeline] echo -------- Cleanup -------- [Pipeline] stage [Pipeline] { (Cleanup) [Pipeline] dir Running in /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp [Pipeline] { [Pipeline] deleteDir [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] echo -------- Checkout -------- [Pipeline] stage [Pipeline] { (Checkout) [Pipeline] echo Checking out commit [Pipeline] checkout The recommended git tool is: NONE using credential git_key_aug20 Fetching changes from the remote Git repository Checking out Revision cdf7d439c924923dbb24ce7fd66539e754fa40d9 (detached) Commit message: "Hopefully fix broken build, from multiple declarations of arrah.hfa's delay_init." [Pipeline] echo Constructing new git message [Pipeline] sh > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Cforall_Distribute_Ref/.git # timeout=10 > git config remote.origin.url cforall@plg.uwaterloo.ca:software/cfa/cfa-cc # timeout=10 Fetching upstream changes from cforall@plg.uwaterloo.ca:software/cfa/cfa-cc > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH key used for git, ed25519 generated August 2020 Verifying host key using known hosts file > git fetch --tags --force --progress -- cforall@plg.uwaterloo.ca:software/cfa/cfa-cc +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse cdf7d439c924923dbb24ce7fd66539e754fa40d9^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cdf7d439c924923dbb24ce7fd66539e754fa40d9 # timeout=10 + git rev-list cdf7d439c924923dbb24ce7fd66539e754fa40d9..a933489bd49da48c88bddbfd58f7fe1c02e90d44 [Pipeline] sh + git cat-file -t cdf7d439c924923dbb24ce7fd66539e754fa40d9 [Pipeline] sh + git rev-list --format=short cdf7d439c924923dbb24ce7fd66539e754fa40d9...a933489bd49da48c88bddbfd58f7fe1c02e90d44 [Pipeline] sh + git diff --stat --color a933489bd49da48c88bddbfd58f7fe1c02e90d44 cdf7d439c924923dbb24ce7fd66539e754fa40d9 [Pipeline] echo

- Changes -------------------------------------------------------------

The branch null has been updated.
      from  cdf7d439c924923dbb24ce7fd66539e754fa40d9 (commit)

- Log -----------------------------------------------------------------

commit cdf7d439c924923dbb24ce7fd66539e754fa40d9
Author: Michael Brooks 

    Hopefully fix broken build, from multiple declarations of arrah.hfa's delay_init.

commit 05f87618d6d7e28aa1b39c4c15fc66def774ceb0
Merge: 1665ee501 5b95e67c4
Author: Michael Brooks 

    Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

commit 1665ee50180213ff932d61f51eda5998defb1c5e
Author: Michael Brooks 

    Add uArray delayed-initialization equivalent to CFA array

commit 5b95e67c48283ff25b9bd0cb17fa30b2d7785877
Author: Peter A. Buhr 

    fix spelling

commit 20c2ade36d93f0d05a94f6db2b02137d0c9c482a
Author: Andrew Beach 

    Parse string literals to get their length, taking into account escape sequences. Getting this from the lexer would avoid redundent work, but that is not set up. This corrects some typeof evaluations which lead to incorrect sizeof expressions.

commit 6325bd484b77950ce179d7b9ad51429b3416b38d
Author: Michael Brooks 

    Fix fork+exec missed case / broken build

commit efe697d7961e2d85c347384ad29592fc7d5af800
Author: Michael Brooks 

    Add EOF test coverage for string reading.

commit 025f9c58ebe020032b017f4eea6539d17a311ec0
Author: Michael Brooks 

    Update 'fork+exec' test utility to be valid also in C and C++.

commit a35e34220bcc3a0cc1bb85804bab226c7523800f
Author: JiadaL 

    update the discussion of unit type

commit 08e0d654c1dfab371c0687df49b73356a9f12b70
Author: JiadaL 

    Fix inst type as base type for enum

commit aa14aafea1bae6cc4de02b4744e9d067c47d6d05
Author: JiadaL 

    Update thesis

commit 3d618a082395e09cbc727c5d2b78ac976923f136
Merge: d93b8131b f5dbc8df4
Author: JiadaL 

    Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

commit d93b8131b6d6f864fdf457bb174840310cb9dfd1
Author: JiadaL 

    Add separate compilation discussion

commit f5dbc8df489de22e267b0fb6f49ccf90c87fa35f
Author: Andrew Beach 

    Removed some unneeded code that could have gone last commit.

commit b6f2e7abcc170946c8758bcf25e0848b57d5f213
Author: Andrew Beach 

    Removed SizeofExpr::expr and AlignofExpr::expr, expressions that would be stored there are wrapped in TypeofType and stored in the type field. Some special cases to hide the typeof in code generation were added. In addition, initializer length is calculated in more cases so that the full type of more arrays is known sooner. Other than that, most of the code changes were just stripping out the conditional code and checks no longer needed. Some tests had to be updated, because the typeof is not hidden in dumps and the resolver replaces known typeof expressions with the type. The __extension__ case caused some concern but it appears that just hides warnings in the expression which no longer exists.

commit 5c6d4391a774a836741d9e89d2cd3febae9e4d44
Author: Andrew Beach 

    Order of evaluation between arguments of a function is not left-to-right. Or right-to-left for that matter, it is unordred.

commit a7efc9681df5c4fcce1ba0578548d32db5ba9d4c
Author: Andrew Beach 

    Made sure a variable is always initialized and removed some trailing whitespace.

commit d3b33d562b54bf3ba5b7da8d7e32ae363017d5c7
Author: Peter A. Buhr 

    fix dangling reference after delete

commit 02101a45a08b3935b33cad46118592615c09f3a2
Author: Peter A. Buhr 

    comment out unused variable declaration

commit 478dadeb3c5d3140511bb4b837981f8b474530d3
Merge: 29c867509 a933489bd
Author: JiadaL 

    Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

commit 29c8675099308007aaa5be2a10db2bc13c6dbca7
Author: JiadaL 

    update thesis

commit 9bb6c5f932cd0dc4fdb4d3e7678e9286959c06a0
Merge: ad47ec437 508cff026
Author: JiadaL 

    Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

commit ad47ec4378fa0d341e9ffb6e548e5ef3ef6c6bcc
Merge: 960665c5c b96577428
Author: JiadaL 

    Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

commit 960665c5c53c610ff83a37c465dd5034ca65a9ac
Merge: d1f505458 df2e00f23
Author: JiadaL 

    Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

commit d1f505458756015a841bcf6550a2229cffceffb9
Merge: 26d40a153 2870cb69f
Author: JiadaL 

    Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

commit 26d40a153b36433771afa35935935e66c9bedb04
Author: JiadaL 

    add void to lowerBound() and upperBound() declaration, which is a workaround to the warning message

-----------------------------------------------------------------------

Summary of changes:
doc/theses/jiada_liang_MMath/CFAenum.tex           |  69 +++++-
 doc/theses/jiada_liang_MMath/Cenum.tex             |   8 +-
 doc/theses/jiada_liang_MMath/background.tex        |  19 +-
 doc/theses/jiada_liang_MMath/conclusion.tex        | 118 +++++++++-
 doc/theses/jiada_liang_MMath/intro.tex             |  29 ++-
 doc/theses/jiada_liang_MMath/relatedwork.tex       | 243 ++++++++++++---------
 doc/theses/jiada_liang_MMath/trait.tex             |  29 +--
 libcfa/src/collections/array.hfa                   |  14 +-
 libcfa/src/enum.hfa                                |   6 +-
 my_tests/floating.cfa                              |   5 +
 src/AST/Expr.cpp                                   |  10 +-
 src/AST/Expr.hpp                                   |   6 -
 src/AST/Pass.hpp                                   |   2 +-
 src/AST/Pass.impl.hpp                              |  12 +-
 src/AST/Print.cpp                                  |   6 +-
 src/AST/Util.cpp                                   |  19 --
 src/CodeGen/CodeGenerator.cpp                      |  12 +-
 src/Concurrency/Waitfor.cpp                        |   3 +-
 src/GenPoly/Box.cpp                                |   6 +-
 src/GenPoly/GenPoly.cpp                            |   5 +-
 src/GenPoly/Lvalue.cpp                             |   2 -
 src/Parser/ExpressionNode.cpp                      |  64 +++++-
 src/Parser/StatementNode.cpp                       |   9 +-
 src/Parser/TypeData.cpp                            |   5 +-
 src/Parser/parser.yy                               |   4 +-
 src/ResolvExpr/CandidateFinder.cpp                 |  57 +----
 src/ResolvExpr/ConversionCost.cpp                  |   4 +-
 src/ResolvExpr/Unify.cpp                           |   4 -
 src/Validate/InitializerLength.cpp                 |  24 +-
 tests/.expect/alloc-ERROR.txt                      |   2 +-
 tests/.expect/extension.arm64.txt                  |   4 +-
 tests/.expect/extension.x64.txt                    |   4 +-
 tests/.expect/extension.x86.txt                    |   4 +-
 tests/array-collections/.expect/array-raii-c.txt   |   2 +-
 tests/array-collections/.expect/array-raii-cfa.txt |  56 ++++-
 tests/array-collections/array-raii-c.cfa           |   2 +
 tests/array-collections/array-raii-cfa.cfa         |  58 +++++
 tests/array-collections/array-raii.hfa             |  29 ++-
 tests/configs/parsebools.cfa                       |   2 +-
 tests/configs/parsenums.cfa                        |   2 +-
 tests/configs/usage.cfa                            |   2 +-
 tests/io/.expect/manipulatorsInput-uchunk.txt      | 124 +++++++++++
 .../.in/manipulatorsInput-uchunk.default.1.auxdata |   0
 .../manipulatorsInput-uchunk.default.10.auxdata    |   1 +
 .../manipulatorsInput-uchunk.default.11.auxdata    |   1 +
 .../manipulatorsInput-uchunk.default.12.auxdata    |   1 +
 .../manipulatorsInput-uchunk.default.13.auxdata    |   1 +
 .../manipulatorsInput-uchunk.default.14.auxdata    |   1 +
 .../.in/manipulatorsInput-uchunk.default.2.auxdata |   1 +
 .../.in/manipulatorsInput-uchunk.default.3.auxdata |   1 +
 .../.in/manipulatorsInput-uchunk.default.4.auxdata |   1 +
 .../.in/manipulatorsInput-uchunk.default.5.auxdata |   1 +
 .../.in/manipulatorsInput-uchunk.default.6.auxdata |   1 +
 .../.in/manipulatorsInput-uchunk.default.7.auxdata |   1 +
 .../.in/manipulatorsInput-uchunk.default.8.auxdata |   1 +
 .../.in/manipulatorsInput-uchunk.default.9.auxdata |   1 +
 .../.in/manipulatorsInput-uchunk.getline.1.auxdata |   0
 .../manipulatorsInput-uchunk.getline.10.auxdata    |   2 +
 .../manipulatorsInput-uchunk.getline.11.auxdata    |   4 +
 .../manipulatorsInput-uchunk.getline.12.auxdata    |   4 +
 .../manipulatorsInput-uchunk.getline.13.auxdata    |   3 +
 .../manipulatorsInput-uchunk.getline.14.auxdata    |   2 +
 .../.in/manipulatorsInput-uchunk.getline.2.auxdata |   1 +
 .../.in/manipulatorsInput-uchunk.getline.3.auxdata |   1 +
 .../.in/manipulatorsInput-uchunk.getline.4.auxdata |   1 +
 .../.in/manipulatorsInput-uchunk.getline.5.auxdata |   1 +
 .../.in/manipulatorsInput-uchunk.getline.6.auxdata |   1 +
 .../.in/manipulatorsInput-uchunk.getline.7.auxdata |   1 +
 .../.in/manipulatorsInput-uchunk.getline.8.auxdata |   2 +
 .../.in/manipulatorsInput-uchunk.getline.9.auxdata |   3 +
 tests/io/manipulatorsInput-uchunk.cfa              | 185 ++++++++++++++++
 tests/io/manipulatorsInput-uchunk.extra.sh         |  56 +++++
 tests/meta/fork+exec.cfa                           |   2 +-
 tests/meta/fork+exec.hfa                           |   4 +-
 74 files changed, 1056 insertions(+), 315 deletions(-)
[Pipeline] } [Pipeline] // stage [Pipeline] sh + sed s/AC_INIT(\[cfa-cc\],\[\(.*\)\],\[cforall@plg.uwaterloo.ca\])/\1/;t;d /var/lib/jenkins/workspace/Cforall_Distribute_Ref/configure.ac [Pipeline] echo Package Version: 1.0.0 [Pipeline] echo Build Version: 3026 [Pipeline] echo Long Version: 1.0.0.3026 [Pipeline] echo -------- Configure -------- [Pipeline] stage [Pipeline] { (Configure) [Pipeline] dir Running in /var/lib/jenkins/workspace/Cforall_Distribute_Ref [Pipeline] { [Pipeline] sh + ./autogen.sh Running aclocal in root Running libtoolize in root Running autoconf in root Running automake in root Running aclocal in libcfa Running libtoolize in libcfa Running autoconf in libcfa Running automake in libcfa [Pipeline] } [Pipeline] // dir [Pipeline] dir Running in /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp [Pipeline] { [Pipeline] sh + /var/lib/jenkins/workspace/Cforall_Distribute_Ref/configure CXX=g++-9 CC=gcc-9 AR=gcc-ar RANLIB=gcc-ranlib --quiet [Pipeline] sh + make -j 8 --no-print-directory configure-libcfa libcfa/x64-debug/config.data Configuring libcfa (/var/lib/jenkins/workspace/Cforall_Distribute_Ref/libcfa/configure) with ''CXX=g++-9' 'CC=gcc-9' 'AR=gcc-ar' 'RANLIB=gcc-ranlib' DRIVER_DIR=/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/driver/ ARCHITECTURE=x64 CONFIGURATION=debug CFA_VERSION=1:0:0' from /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp / libcfa/x64-debug/ libcfa/x64-nodebug/config.data Configuring libcfa (/var/lib/jenkins/workspace/Cforall_Distribute_Ref/libcfa/configure) with ''CXX=g++-9' 'CC=gcc-9' 'AR=gcc-ar' 'RANLIB=gcc-ranlib' DRIVER_DIR=/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/driver/ ARCHITECTURE=x64 CONFIGURATION=nodebug CFA_VERSION=1:0:0' from /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp / libcfa/x64-nodebug/ checking whether make supports nested variables... checking whether make supports nested variables... yes checking for a BSD-compatible install... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... /usr/bin/install -c checking whether build environment is sane... yes yes checking for a thread-safe mkdir -p... checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes yes checking for distributated build... no checking for distributated build... no checking build system type... checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking how to print strings... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking how to print strings... printf checking whether make supports the include directive... printf checking whether make supports the include directive... yes (GNU style) yes (GNU style) checking for gcc... gcc-9 checking for gcc... gcc-9 checking whether the C compiler works... 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... o checking whether we are using the GNU C compiler... yes checking whether gcc-9 accepts -g... yes checking whether gcc-9 accepts -g... yes checking for gcc-9 option to accept ISO C89... yes checking for gcc-9 option to accept ISO C89... none needed checking whether gcc-9 understands -c and -o together... none needed checking whether gcc-9 understands -c and -o together... yes checking dependency style of gcc-9... yes checking dependency style of gcc-9... gcc3 checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc-9... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... gcc3 checking for a sed that does not truncate output... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc-9... /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... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-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... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-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-9 object... @ checking for strip... strip checking for ranlib... gcc-ranlib checking command to parse /usr/bin/nm -B output from gcc-9 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 checking for mt... mt checking if mt is a manifest tool... no checking how to run the C preprocessor... 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 gcc-9 -E checking for mt... mt checking if mt is a manifest tool... no checking for ANSI C header files... checking how to run the C preprocessor... gcc-9 -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for stdlib.h... yes checking for sys/stat.h... yes checking for string.h... yes checking for stdlib.h... yes checking for memory.h... yes checking for string.h... yes yes checking for memory.h... checking for strings.h... yes checking for strings.h... yes checking for inttypes.h... yes 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 yes checking for dlfcn.h... checking for objdir... .libs yes checking for objdir... .libs checking if gcc-9 supports -fno-rtti -fno-exceptions... no checking for gcc-9 option to produce PIC... -fPIC -DPIC checking if gcc-9 supports -fno-rtti -fno-exceptions... checking if gcc-9 PIC flag -fPIC -DPIC works... yes checking if gcc-9 static flag -static works... no checking for gcc-9 option to produce PIC... -fPIC -DPIC checking if gcc-9 PIC flag -fPIC -DPIC works... yes checking if gcc-9 static flag -static works... yes checking if gcc-9 supports -c -o file.o... yes checking if gcc-9 supports -c -o file.o... (cached) yes checking whether the gcc-9 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking if gcc-9 supports -c -o file.o... no checking dynamic linker characteristics... yes checking if gcc-9 supports -c -o file.o... (cached) yes checking whether the gcc-9 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... 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... 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 yes checking whether g++-9 accepts -g... checking whether we are using the GNU C++ compiler... yes checking dependency style of g++-9... yes checking whether g++-9 accepts -g... yes checking dependency style of g++-9... gcc3 checking how to run the C++ preprocessor... gcc3 g++-9 -E checking how to run the C++ preprocessor... g++-9 -E checking for ld used by g++-9... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++-9 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for ld used by g++-9... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++-9 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for g++-9 option to produce PIC... -fPIC -DPIC checking if g++-9 PIC flag -fPIC -DPIC works... yes checking if g++-9 static flag -static works... checking for g++-9 option to produce PIC... -fPIC -DPIC checking if g++-9 PIC flag -fPIC -DPIC works... yes checking if g++-9 static flag -static works... yes checking if g++-9 supports -c -o file.o... yes checking if g++-9 supports -c -o file.o... (cached) yes checking whether the g++-9 linker (/usr/bin/ld -m elf_x86_64) 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-9 yes checking if g++-9 supports -c -o file.o... checking whether we are using the GNU C compiler... (cached) yes checking whether gcc-9 accepts -g... (cached) yes checking for gcc-9 option to accept ISO C89... (cached) none needed checking whether gcc-9 understands -c and -o together... (cached) yes checking dependency style of gcc-9... (cached) gcc3 checking dependency style of gcc-9... yes checking if g++-9 supports -c -o file.o... (cached) yes checking whether the g++-9 linker (/usr/bin/ld -m elf_x86_64) 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-9 gcc3 checking whether make sets $(MAKE)... (cached) yes checking linux/rseq.h usability... checking whether we are using the GNU C compiler... (cached) yes checking whether gcc-9 accepts -g... (cached) yes checking for gcc-9 option to accept ISO C89... (cached) none needed checking whether gcc-9 understands -c and -o together... (cached) yes checking dependency style of gcc-9... (cached) gcc3 checking dependency style of gcc-9... yes checking linux/rseq.h presence... yes checking for linux/rseq.h... yes checking for rseq_available in -lrseq... gcc3 checking whether make sets $(MAKE)... (cached) yes checking linux/rseq.h usability... yes checking linux/rseq.h presence... no checking linux/io_uring.h usability... yes checking for linux/rseq.h... yes checking for rseq_available in -lrseq... yes checking linux/io_uring.h presence... no checking linux/io_uring.h usability... yes checking for linux/io_uring.h... yes checking liburing.h usability... yes checking linux/io_uring.h presence... yes checking liburing.h presence... yes checking for linux/io_uring.h... yes checking liburing.h usability... yes checking for liburing.h... yes checking for io_uring_get_probe in -luring... yes checking liburing.h presence... yes checking for liburing.h... yes yes checking for io_uring_get_probe in -luring... checking whether IORING_OP_NOP is declared... yes yes checking whether IORING_OP_NOP is declared... yes checking whether IORING_OP_READV is declared... yes checking whether IORING_OP_READV is declared... yes checking whether IORING_OP_WRITEV is declared... yes checking whether IORING_OP_WRITEV is declared... checking whether IORING_OP_FSYNC is declared... yes yes checking whether IORING_OP_FSYNC is declared... checking whether IORING_OP_READ_FIXED is declared... yes yes checking whether IORING_OP_READ_FIXED is declared... checking whether IORING_OP_WRITE_FIXED is declared... yes yes checking whether IORING_OP_WRITE_FIXED is declared... checking whether IORING_OP_POLL_ADD is declared... yes yes checking whether IORING_OP_POLL_REMOVE is declared... checking whether IORING_OP_POLL_ADD is declared... yes yes checking whether IORING_OP_SYNC_FILE_RANGE is declared... yes checking whether IORING_OP_POLL_REMOVE is declared... yes checking whether IORING_OP_SENDMSG is declared... yes checking whether IORING_OP_SYNC_FILE_RANGE is declared... yes checking whether IORING_OP_RECVMSG is declared... yes checking whether IORING_OP_SENDMSG is declared... checking whether IORING_OP_TIMEOUT is declared... yes yes checking whether IORING_OP_RECVMSG is declared... checking whether IORING_OP_TIMEOUT_REMOVE is declared... yes yes checking whether IORING_OP_TIMEOUT is declared... checking whether IORING_OP_ACCEPT is declared... yes yes checking whether IORING_OP_ASYNC_CANCEL is declared... checking whether IORING_OP_TIMEOUT_REMOVE is declared... yes yes checking whether IORING_OP_LINK_TIMEOUT is declared... yes checking whether IORING_OP_CONNECT is declared... checking whether IORING_OP_ACCEPT is declared... yes yes checking whether IORING_OP_FALLOCATE is declared... checking whether IORING_OP_ASYNC_CANCEL is declared... yes yes checking whether IORING_OP_LINK_TIMEOUT is declared... checking whether IORING_OP_OPENAT is declared... yes yes checking whether IORING_OP_CLOSE is declared... checking whether IORING_OP_CONNECT is declared... yes yes checking whether IORING_OP_FALLOCATE is declared... checking whether IORING_OP_FILES_UPDATE is declared... yes yes checking whether IORING_OP_OPENAT is declared... checking whether IORING_OP_STATX is declared... yes yes checking whether IORING_OP_CLOSE is declared... checking whether IORING_OP_READ is declared... yes yes checking whether IORING_OP_FILES_UPDATE is declared... checking whether IORING_OP_WRITE is declared... yes yes checking whether IORING_OP_STATX is declared... checking whether IORING_OP_FADVISE is declared... yes yes checking whether IORING_OP_READ is declared... checking whether IORING_OP_MADVISE is declared... yes yes checking whether IORING_OP_WRITE is declared... checking whether IORING_OP_SEND is declared... yes yes checking whether IORING_OP_FADVISE is declared... yes checking whether IORING_OP_RECV is declared... yes checking whether IORING_OP_MADVISE is declared... yes checking whether IORING_OP_OPENAT2 is declared... yes checking whether IORING_OP_SEND is declared... yes checking whether IORING_OP_EPOLL_CTL is declared... checking whether IORING_OP_RECV is declared... yes yes checking whether IORING_OP_SPLICE is declared... yes checking whether IORING_OP_OPENAT2 is declared... yes checking whether IORING_OP_PROVIDE_BUFFERS is declared... yes checking whether IORING_OP_EPOLL_CTL is declared... checking whether IORING_OP_REMOVE_BUFFER is declared... yes checking whether IORING_OP_SPLICE is declared... no checking whether IORING_OP_TEE is declared... yes no checking whether IOSQE_FIXED_FILE is declared... checking whether IORING_OP_PROVIDE_BUFFERS is declared... yes checking whether IOSQE_IO_DRAIN is declared... yes yes checking whether IOSQE_IO_LINK is declared... checking whether IORING_OP_REMOVE_BUFFER is declared... yes checking whether IOSQE_IO_HARDLINK is declared... no checking whether IORING_OP_TEE is declared... yes checking whether IOSQE_ASYNC is declared... yes checking whether IOSQE_BUFFER_SELECT is declared... no checking whether IOSQE_FIXED_FILE is declared... yes checking whether SPLICE_F_FD_IN_FIXED is declared... yes checking whether IOSQE_IO_DRAIN is declared... yes yes checking whether IORING_SETUP_ATTACH_WQ is declared... checking whether IOSQE_IO_LINK is declared... yes checking whether IORING_REGISTER_IOWQ_MAX_WORKERS is declared... yes checking whether IOSQE_IO_HARDLINK is declared... yes checking whether IOSQE_ASYNC is declared... no checking for preadv2... 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... no 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: executing libtool commands config.status: creating prelude/Makefile Cforall library configuraton completed. Type "make -j 8 install". config.status: creating src/concurrency/io/call.cfa config.status: creating prelude/defines.hfa 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 -------- Package -------- [Pipeline] stage [Pipeline] { (Package) [Pipeline] dir Running in /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp [Pipeline] { [Pipeline] sh + make VERSION=1.0.0.3026 dist make dist-gzip am__post_remove_distdir='@:' make[1]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp' make distdir-am make[2]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp' if test -d "cfa-cc-1.0.0.3026"; then find "cfa-cc-1.0.0.3026" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "cfa-cc-1.0.0.3026" || { sleep 5 && rm -rf "cfa-cc-1.0.0.3026"; }; else :; fi test -d "cfa-cc-1.0.0.3026" || mkdir "cfa-cc-1.0.0.3026" (cd driver && make top_distdir=../cfa-cc-1.0.0.3026 distdir=../cfa-cc-1.0.0.3026/driver \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/driver' make distdir-am make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/driver' make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/driver' make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/driver' (cd src && make top_distdir=../cfa-cc-1.0.0.3026 distdir=../cfa-cc-1.0.0.3026/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/src' YACC Parser/parser.cc updating Parser/parser.output updating Parser/parser.hh make distdir-am make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/src' LEX Parser/lex.cc make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/src' make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/src' (cd libcfa && make top_distdir=../cfa-cc-1.0.0.3026 distdir=../cfa-cc-1.0.0.3026/libcfa \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa' Distributing libcfa from 'libcfa/x64-nodebug' make -C /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug distdir \ top_distdir=../cfa-cc-1.0.0.3026 \ distdir=../../cfa-cc-1.0.0.3026/libcfa \ am__remove_distdir=$(am__remove_distdir) \ am__skip_length_check=: \ am__skip_mode_fix=: /bin/bash: am__remove_distdir: command not found make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug' make distdir-am make[5]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug' test -d "../../cfa-cc-1.0.0.3026/libcfa" || mkdir "../../cfa-cc-1.0.0.3026/libcfa" (cd prelude && make top_distdir=../../cfa-cc-1.0.0.3026 distdir=../../../cfa-cc-1.0.0.3026/libcfa/prelude \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[6]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug/prelude' mkdir .deps touch .deps/builtins.Po make distdir-am make[7]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug/prelude' make[7]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug/prelude' make[6]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug/prelude' (cd src && make top_distdir=../../cfa-cc-1.0.0.3026 distdir=../../../cfa-cc-1.0.0.3026/libcfa/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[6]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug/src' make distdir-am make[7]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug/src' make[7]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug/src' make[6]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug/src' test -n ":" \ || find "../../cfa-cc-1.0.0.3026/libcfa" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec /bin/bash /var/lib/jenkins/workspace/Cforall_Distribute_Ref/libcfa/automake/install-sh -c -m a+r {} {} \; \ || chmod -R a+r "../../cfa-cc-1.0.0.3026/libcfa" make[5]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug' make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug' make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa' (cd tests && make top_distdir=../cfa-cc-1.0.0.3026 distdir=../cfa-cc-1.0.0.3026/tests \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/tests' make distdir-am make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/tests' make \ top_distdir="../cfa-cc-1.0.0.3026" distdir="../cfa-cc-1.0.0.3026/tests" \ dist-hook make[5]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/tests' echo "Gathering test files" Gathering test files for file in `python3 ./test.py --list-dist`; do \ if test -f /var/lib/jenkins/workspace/Cforall_Distribute_Ref/tests/${file}; then \ /usr/bin/mkdir -p $(dirname ../cfa-cc-1.0.0.3026/tests/${file}); \ cp -df /var/lib/jenkins/workspace/Cforall_Distribute_Ref/tests/${file} ../cfa-cc-1.0.0.3026/tests/${file}; \ fi; \ done make[5]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/tests' make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/tests' make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/tests' (cd tools/prettyprinter && make top_distdir=../../cfa-cc-1.0.0.3026 distdir=../../cfa-cc-1.0.0.3026/tools/prettyprinter \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/tools/prettyprinter' YACC parser.cc updating parser.output updating parser.hh make distdir-am make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/tools/prettyprinter' LEX lex.cc make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/tools/prettyprinter' make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/tools/prettyprinter' test -n "" \ || find "cfa-cc-1.0.0.3026" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec /bin/bash /var/lib/jenkins/workspace/Cforall_Distribute_Ref/automake/install-sh -c -m a+r {} {} \; \ || chmod -R a+r "cfa-cc-1.0.0.3026" make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp' tardir=cfa-cc-1.0.0.3026 && ${TAR-tar} chof - "$tardir" | eval GZIP= gzip --best -c >cfa-cc-1.0.0.3026.tar.gz make[1]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp' if test -d "cfa-cc-1.0.0.3026"; then find "cfa-cc-1.0.0.3026" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "cfa-cc-1.0.0.3026" || { sleep 5 && rm -rf "cfa-cc-1.0.0.3026"; }; else :; fi [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] echo -------- Test -------- [Pipeline] stage [Pipeline] { (Test) [Pipeline] dir Running in /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp [Pipeline] { [Pipeline] sh + make VERSION=1.0.0.3026 distcheck -j 8 make dist-gzip am__post_remove_distdir='@:' make[1]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp' make distdir-am make[2]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp' if test -d "cfa-cc-1.0.0.3026"; then find "cfa-cc-1.0.0.3026" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "cfa-cc-1.0.0.3026" || { sleep 5 && rm -rf "cfa-cc-1.0.0.3026"; }; else :; fi test -d "cfa-cc-1.0.0.3026" || mkdir "cfa-cc-1.0.0.3026" (cd driver && make top_distdir=../cfa-cc-1.0.0.3026 distdir=../cfa-cc-1.0.0.3026/driver \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/driver' make distdir-am make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/driver' make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/driver' make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/driver' (cd src && make top_distdir=../cfa-cc-1.0.0.3026 distdir=../cfa-cc-1.0.0.3026/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/src' make distdir-am make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/src' make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/src' make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/src' (cd libcfa && make top_distdir=../cfa-cc-1.0.0.3026 distdir=../cfa-cc-1.0.0.3026/libcfa \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa' Distributing libcfa from 'libcfa/x64-nodebug' make -C /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug distdir \ top_distdir=../cfa-cc-1.0.0.3026 \ distdir=../../cfa-cc-1.0.0.3026/libcfa \ am__remove_distdir=$(am__remove_distdir) \ am__skip_length_check=: \ am__skip_mode_fix=: /bin/bash: am__remove_distdir: command not found make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug' make distdir-am make[5]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug' test -d "../../cfa-cc-1.0.0.3026/libcfa" || mkdir "../../cfa-cc-1.0.0.3026/libcfa" (cd prelude && make top_distdir=../../cfa-cc-1.0.0.3026 distdir=../../../cfa-cc-1.0.0.3026/libcfa/prelude \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[6]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug/prelude' make distdir-am make[7]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug/prelude' make[7]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug/prelude' make[6]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug/prelude' (cd src && make top_distdir=../../cfa-cc-1.0.0.3026 distdir=../../../cfa-cc-1.0.0.3026/libcfa/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[6]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug/src' make distdir-am make[7]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug/src' make[7]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug/src' make[6]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug/src' test -n ":" \ || find "../../cfa-cc-1.0.0.3026/libcfa" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec /bin/bash /var/lib/jenkins/workspace/Cforall_Distribute_Ref/libcfa/automake/install-sh -c -m a+r {} {} \; \ || chmod -R a+r "../../cfa-cc-1.0.0.3026/libcfa" make[5]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug' make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug' make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa' (cd tests && make top_distdir=../cfa-cc-1.0.0.3026 distdir=../cfa-cc-1.0.0.3026/tests \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/tests' make distdir-am make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/tests' make \ top_distdir="../cfa-cc-1.0.0.3026" distdir="../cfa-cc-1.0.0.3026/tests" \ dist-hook make[5]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/tests' echo "Gathering test files" Gathering test files for file in `python3 ./test.py --list-dist`; do \ if test -f /var/lib/jenkins/workspace/Cforall_Distribute_Ref/tests/${file}; then \ /usr/bin/mkdir -p $(dirname ../cfa-cc-1.0.0.3026/tests/${file}); \ cp -df /var/lib/jenkins/workspace/Cforall_Distribute_Ref/tests/${file} ../cfa-cc-1.0.0.3026/tests/${file}; \ fi; \ done make[5]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/tests' make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/tests' make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/tests' (cd tools/prettyprinter && make top_distdir=../../cfa-cc-1.0.0.3026 distdir=../../cfa-cc-1.0.0.3026/tools/prettyprinter \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/tools/prettyprinter' make distdir-am make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/tools/prettyprinter' make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/tools/prettyprinter' make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/tools/prettyprinter' test -n "" \ || find "cfa-cc-1.0.0.3026" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec /bin/bash /var/lib/jenkins/workspace/Cforall_Distribute_Ref/automake/install-sh -c -m a+r {} {} \; \ || chmod -R a+r "cfa-cc-1.0.0.3026" make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp' tardir=cfa-cc-1.0.0.3026 && ${TAR-tar} chof - "$tardir" | eval GZIP= gzip --best -c >cfa-cc-1.0.0.3026.tar.gz make[1]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp' if test -d "cfa-cc-1.0.0.3026"; then find "cfa-cc-1.0.0.3026" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "cfa-cc-1.0.0.3026" || { sleep 5 && rm -rf "cfa-cc-1.0.0.3026"; }; else :; fi case 'cfa-cc-1.0.0.3026.tar.gz' in \ *.tar.gz*) \ eval GZIP= gzip --best -dc cfa-cc-1.0.0.3026.tar.gz | ${TAR-tar} xf - ;;\ *.tar.bz2*) \ bzip2 -dc cfa-cc-1.0.0.3026.tar.bz2 | ${TAR-tar} xf - ;;\ *.tar.lz*) \ lzip -dc cfa-cc-1.0.0.3026.tar.lz | ${TAR-tar} xf - ;;\ *.tar.xz*) \ xz -dc cfa-cc-1.0.0.3026.tar.xz | ${TAR-tar} xf - ;;\ *.tar.Z*) \ uncompress -c cfa-cc-1.0.0.3026.tar.Z | ${TAR-tar} xf - ;;\ *.shar.gz*) \ eval GZIP= gzip --best -dc cfa-cc-1.0.0.3026.shar.gz | unshar ;;\ *.zip*) \ unzip cfa-cc-1.0.0.3026.zip ;;\ esac chmod -R a-w cfa-cc-1.0.0.3026 chmod u+w cfa-cc-1.0.0.3026 mkdir cfa-cc-1.0.0.3026/_build cfa-cc-1.0.0.3026/_build/sub cfa-cc-1.0.0.3026/_inst chmod a-w cfa-cc-1.0.0.3026 test -d cfa-cc-1.0.0.3026/_build || exit 0; \ dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd cfa-cc-1.0.0.3026/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \ && am__cwd=`pwd` \ && CDPATH="${ZSH_VERSION+.}:" && cd cfa-cc-1.0.0.3026/_build/sub \ && ../../configure \ \ \ --srcdir=../.. --prefix="$dc_install_base" \ && make \ && make dvi \ && make check \ && make install \ && make installcheck \ && make uninstall \ && make distuninstallcheck_dir="$dc_install_base" \ distuninstallcheck \ && chmod -R a-w "$dc_install_base" \ && ({ \ (cd ../.. && umask 077 && mkdir "$dc_destdir") \ && make DESTDIR="$dc_destdir" install \ && make DESTDIR="$dc_destdir" uninstall \ && make DESTDIR="$dc_destdir" \ distuninstallcheck_dir="$dc_destdir" distuninstallcheck; \ } || { rm -rf "$dc_destdir"; exit 1; }) \ && rm -rf "$dc_destdir" \ && make dist \ && rm -rf cfa-cc-1.0.0.3026.tar.gz \ && make distcleancheck \ && cd "$am__cwd" \ || exit 1 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... gawk checking whether make sets $(MAKE)... yes checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for g++... g++ checking whether the C++ compiler works... yes checking for C++ compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of g++... gcc3 checking for gcc... gcc checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... gcc3 checking dependency style of gcc... gcc3 checking for bison... bison -y checking for flex... flex checking lex output file root... lex.yy checking lex library... -lfl checking whether yytext is a pointer... yes checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /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... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-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 ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc 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 checking for mt... mt checking if mt is a manifest tool... no checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... 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... yes checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for Fibre::yield in -lfibre... no checking for ProfilingIsEnabledForAllThreads in -lprofiler... yes checking for malloc in -ltcmalloc... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking for unistd.h... (cached) yes checking for _Float32... yes checking whether C compiler accepts -Wcast-function-type... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating driver/Makefile config.status: creating src/Makefile config.status: creating libcfa/Makefile config.status: creating tests/Makefile config.status: creating tools/prettyprinter/Makefile config.status: creating tests/config.py config.status: creating config.h config.status: linking ../../tests/test.py to tests/test.py config.status: executing depfiles commands config.status: executing libtool commands Cforall configuraton completed. Type "make -j 8 install". make[1]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub' make all-recursive make[2]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub' Making all in driver make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/driver' CXX as.o CXX cc1.o CXX cfa.o CXXLD as CXXLD cc1 CXXLD cfa make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/driver' Making all in src make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/src' make all-am make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/src' CXX CompilationState.o CXX main.o CXX MakeLibCfa.o 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 make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/src' make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/src' Making all in . make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub' libcfa/x64-debug/config.data Configuring libcfa (/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/../../libcfa/configure) with ''--prefix=/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_inst' DRIVER_DIR=/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/driver/ ARCHITECTURE=x64 CONFIGURATION=debug CFA_VERSION=1:0:0' from /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub / libcfa/x64-debug/ libcfa/x64-nodebug/config.data Configuring libcfa (/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/../../libcfa/configure) with ''--prefix=/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_inst' DRIVER_DIR=/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/driver/ ARCHITECTURE=x64 CONFIGURATION=nodebug CFA_VERSION=1:0:0' from /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub / libcfa/x64-nodebug/ checking whether make supports nested variables... yes checking for a BSD-compatible install... checking whether make supports nested variables... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes /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... gawk checking whether make sets $(MAKE)... checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes yes checking for distributated build... no checking for distributated build... no checking build system type... checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking how to print strings... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking how to print strings... printf checking whether make supports the include directive... printf checking whether make supports the include directive... yes (GNU style) checking for gcc... gcc yes (GNU style) checking for gcc... gcc checking whether the C compiler works... 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... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... gcc3 checking for a sed that does not truncate output... yes checking dependency style of gcc... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /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... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop /usr/bin/ld checking how to convert x86_64-pc-linux-gnu file names to toolchain format... checking if the linker (/usr/bin/ld) is GNU ld... 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... yes checking for BSD- or MS-compatible name lister (nm)... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... /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... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-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 ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc 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 sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... checking for mt... mt checking if mt is a manifest tool... /usr/bin/dd bs=4096 count=1 no checking how to run the C preprocessor... gcc -E checking for mt... mt checking if mt is a manifest tool... no checking how to run the C preprocessor... checking for ANSI C header files... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for string.h... yes checking for stdlib.h... yes checking for memory.h... yes checking for strings.h... yes checking for string.h... yes checking for inttypes.h... yes checking for memory.h... yes checking for stdint.h... yes checking for strings.h... yes yes checking for unistd.h... checking for inttypes.h... yes checking for dlfcn.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for objdir... .libs yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... checking if gcc supports -fno-rtti -fno-exceptions... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking if gcc static flag -static works... no checking dynamic linker characteristics... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) 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 for g++... g++ no checking dynamic linker characteristics... checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... 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 for g++... g++ checking whether we are using the GNU C++ compiler... gcc3 checking how to run the C++ preprocessor... yes checking whether g++ accepts -g... g++ -E yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... checking for ld used by g++... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) 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 checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking dependency style of gcc... (cached) gcc3 checking dependency style of gcc... yes checking if g++ supports -c -o file.o... gcc3 checking whether make sets $(MAKE)... (cached) yes checking linux/rseq.h usability... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) 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 yes checking linux/rseq.h presence... checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking dependency style of gcc... (cached) gcc3 checking dependency style of gcc... yes checking for linux/rseq.h... yes checking for rseq_available in -lrseq... gcc3 checking whether make sets $(MAKE)... (cached) yes checking linux/rseq.h usability... yes checking linux/rseq.h presence... no yes checking for linux/rseq.h... yes checking for rseq_available in -lrseq... checking linux/io_uring.h usability... yes checking linux/io_uring.h presence... yes checking for linux/io_uring.h... yes checking liburing.h usability... no checking linux/io_uring.h usability... yes checking liburing.h presence... yes checking for liburing.h... yes checking for io_uring_get_probe in -luring... yes checking linux/io_uring.h presence... yes checking for linux/io_uring.h... yes checking liburing.h usability... yes checking whether IORING_OP_NOP is declared... yes yes checking liburing.h presence... yes checking for liburing.h... yes checking for io_uring_get_probe in -luring... checking whether IORING_OP_READV is declared... yes checking whether IORING_OP_NOP is declared... yes yes checking whether IORING_OP_READV is declared... checking whether IORING_OP_WRITEV is declared... yes yes checking whether IORING_OP_FSYNC is declared... checking whether IORING_OP_WRITEV is declared... yes yes checking whether IORING_OP_READ_FIXED is declared... checking whether IORING_OP_FSYNC is declared... yes yes checking whether IORING_OP_WRITE_FIXED is declared... checking whether IORING_OP_READ_FIXED is declared... yes yes checking whether IORING_OP_POLL_ADD is declared... checking whether IORING_OP_WRITE_FIXED is declared... yes yes checking whether IORING_OP_POLL_REMOVE is declared... yes checking whether IORING_OP_POLL_ADD is declared... yes checking whether IORING_OP_SYNC_FILE_RANGE is declared... yes checking whether IORING_OP_POLL_REMOVE is declared... yes checking whether IORING_OP_SENDMSG is declared... yes checking whether IORING_OP_SYNC_FILE_RANGE is declared... yes checking whether IORING_OP_RECVMSG is declared... checking whether IORING_OP_SENDMSG is declared... yes yes checking whether IORING_OP_RECVMSG is declared... checking whether IORING_OP_TIMEOUT is declared... yes yes checking whether IORING_OP_TIMEOUT is declared... checking whether IORING_OP_TIMEOUT_REMOVE is declared... yes yes checking whether IORING_OP_TIMEOUT_REMOVE is declared... checking whether IORING_OP_ACCEPT is declared... yes yes checking whether IORING_OP_ACCEPT is declared... yes checking whether IORING_OP_ASYNC_CANCEL is declared... checking whether IORING_OP_ASYNC_CANCEL is declared... yes yes checking whether IORING_OP_LINK_TIMEOUT is declared... checking whether IORING_OP_LINK_TIMEOUT is declared... yes yes checking whether IORING_OP_CONNECT is declared... checking whether IORING_OP_CONNECT is declared... yes yes checking whether IORING_OP_FALLOCATE is declared... checking whether IORING_OP_FALLOCATE is declared... yes yes checking whether IORING_OP_OPENAT is declared... checking whether IORING_OP_OPENAT is declared... yes yes checking whether IORING_OP_CLOSE is declared... checking whether IORING_OP_CLOSE is declared... yes yes checking whether IORING_OP_FILES_UPDATE is declared... yes checking whether IORING_OP_FILES_UPDATE is declared... yes checking whether IORING_OP_STATX is declared... checking whether IORING_OP_STATX is declared... yes yes checking whether IORING_OP_READ is declared... yes checking whether IORING_OP_READ is declared... yes checking whether IORING_OP_WRITE is declared... yes checking whether IORING_OP_WRITE is declared... yes checking whether IORING_OP_FADVISE is declared... yes checking whether IORING_OP_FADVISE is declared... yes checking whether IORING_OP_MADVISE is declared... yes checking whether IORING_OP_MADVISE is declared... checking whether IORING_OP_SEND is declared... yes yes checking whether IORING_OP_SEND is declared... yes checking whether IORING_OP_RECV is declared... yes checking whether IORING_OP_RECV is declared... yes checking whether IORING_OP_OPENAT2 is declared... checking whether IORING_OP_OPENAT2 is declared... yes yes checking whether IORING_OP_EPOLL_CTL is declared... checking whether IORING_OP_EPOLL_CTL is declared... yes yes checking whether IORING_OP_SPLICE is declared... yes checking whether IORING_OP_SPLICE is declared... yes checking whether IORING_OP_PROVIDE_BUFFERS is declared... yes checking whether IORING_OP_PROVIDE_BUFFERS is declared... yes checking whether IORING_OP_REMOVE_BUFFER is declared... no checking whether IORING_OP_REMOVE_BUFFER is declared... checking whether IORING_OP_TEE is declared... no checking whether IORING_OP_TEE is declared... no checking whether IOSQE_FIXED_FILE is declared... no checking whether IOSQE_FIXED_FILE is declared... yes checking whether IOSQE_IO_DRAIN is declared... yes checking whether IOSQE_IO_LINK is declared... yes checking whether IOSQE_IO_DRAIN is declared... yes checking whether IOSQE_IO_HARDLINK is declared... yes checking whether IOSQE_IO_LINK is declared... yes checking whether IOSQE_ASYNC is declared... yes checking whether IOSQE_IO_HARDLINK is declared... yes checking whether IOSQE_BUFFER_SELECT is declared... yes checking whether IOSQE_ASYNC is declared... yes checking whether SPLICE_F_FD_IN_FIXED is declared... yes checking whether IOSQE_BUFFER_SELECT is declared... yes checking whether IORING_SETUP_ATTACH_WQ is declared... yes checking whether SPLICE_F_FD_IN_FIXED is declared... yes checking whether IORING_REGISTER_IOWQ_MAX_WORKERS is declared... yes checking whether IORING_SETUP_ATTACH_WQ is declared... no checking for preadv2... yes checking whether IORING_REGISTER_IOWQ_MAX_WORKERS is declared... yes checking for pwritev2... no checking for preadv2... yes yes checking for pwritev2... checking that generated files are newer than configure... done configure: creating ./config.status 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 Makefile config.status: creating src/Makefile config.status: creating prelude/defines.hfa config.status: creating prelude/Makefile config.status: executing depfiles commands config.status: creating src/concurrency/io/call.cfa config.status: creating prelude/defines.hfa config.status: executing depfiles commands config.status: executing libtool commands Cforall library configuraton completed. Type "make -j 8 install". config.status: executing libtool commands Cforall library configuraton completed. Type "make -j 8 install". make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub' Making all in libcfa/x64-debug make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/libcfa/x64-debug' Making all in prelude make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/libcfa/x64-debug/prelude' mkdir .deps touch .deps/builtins.Po make all-am make[5]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/libcfa/x64-debug/prelude' GEN gcc-builtins.c GEN builtins.cfa GEN prelude.cfa GEN extras.cfa GEN extras.cfa GEN gcc-builtins.cfa GEN bootloader.c make[5]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/libcfa/x64-debug/prelude' make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/libcfa/x64-debug/prelude' Making all in src make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/libcfa/x64-debug/src' CFA fstream.lo CFA common.lo CFA heap.lo CFA iostream.lo CFA iterator.lo CFA limits.lo CFA memory.lo CFA parseargs.lo CFA parseconfig.lo CFA rational.lo CFA enum.lo /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/../../libcfa/src/parseargs.cfa: In function ‘_X16print_args_usageFv_PS10cfa_optionmPKcb__1’: /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/../../libcfa/src/parseargs.cfa:233:16: warning: unused variable ‘_X10_compLit19S3tag_A0c__2’ [-Wunused-variable] 233 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/../../libcfa/src/parseargs.cfa:233:16: warning: unused variable ‘_X10_compLit18S3tag_S10cfa_option__2’ [-Wunused-variable] 233 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/../../libcfa/src/parseargs.cfa:233:16: warning: unused variable ‘_X10_compLit17S3tag_A0c__2’ [-Wunused-variable] 233 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/../../libcfa/src/parseargs.cfa:233:16: warning: unused variable ‘_X10_compLit16S3tag_S10cfa_option__2’ [-Wunused-variable] 233 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/../../libcfa/src/parseargs.cfa: In function ‘_X16print_args_usageFv_iPPcPS10cfa_optionmPKcb__1’: /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/../../libcfa/src/parseargs.cfa:238:16: warning: unused variable ‘_X10_compLit23S3tag_A0c__2’ [-Wunused-variable] 238 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/../../libcfa/src/parseargs.cfa:238:16: warning: unused variable ‘_X10_compLit22S3tag_S10cfa_option__2’ [-Wunused-variable] 238 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/../../libcfa/src/parseargs.cfa:238:16: warning: unused variable ‘_X10_compLit21S3tag_A0c__2’ [-Wunused-variable] 238 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/../../libcfa/src/parseargs.cfa:238:16: warning: unused variable ‘_X10_compLit20S3tag_S10cfa_option__2’ [-Wunused-variable] 238 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CFA stdlib.lo CFA strstream.lo CFA time.lo CFA assert.lo CFA bits/debug.lo CC exception.lo CFA interpose.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-x64.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 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 CFA collections/vector.lo /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/../../libcfa/src/concurrency/io.cfa:766:36: warning: ‘packed’ attribute ignored for field of type ‘union __io_uring_sqe____anonymous56____anonymous55____anonymous54’ [-Wattributes] 766 | #endif | ^ CFA device/cpu.lo /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/../../libcfa/src/concurrency/kernel/startup.cfa:887:36: warning: ‘packed’ attribute ignored for field of type ‘union __io_uring_sqe____anonymous134____anonymous133____anonymous132’ [-Wattributes] 887 | #endif | ^ 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 concurrency/io/call.cfa:1614:36: warning: ‘packed’ attribute ignored for field of type ‘union __io_uring_sqe____anonymous67____anonymous66____anonymous65’ [-Wattributes] /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/../../libcfa/src/concurrency/kernel.cfa:887:36: warning: ‘packed’ attribute ignored for field of type ‘union __io_uring_sqe____anonymous125____anonymous124____anonymous123’ [-Wattributes] 887 | #endif | ^ /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/../../libcfa/src/concurrency/kernel/cluster.cfa:484:36: warning: ‘packed’ attribute ignored for field of type ‘union __io_uring_sqe____anonymous125____anonymous124____anonymous123’ [-Wattributes] /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/../../libcfa/src/concurrency/io/setup.cfa:333:36: warning: ‘packed’ attribute ignored for field of type ‘union __io_uring_sqe____anonymous33____anonymous32____anonymous31’ [-Wattributes] 333 | | ^ /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/../../libcfa/src/concurrency/clib/cfathread.cfa:618:36: warning: ‘packed’ attribute ignored for field of type ‘union __io_uring_sqe____anonymous100____anonymous99____anonymous98’ [-Wattributes] CCLD libcfathread.la make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/libcfa/x64-debug/src' make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/libcfa/x64-debug' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/libcfa/x64-debug' make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/libcfa/x64-debug' Making all in libcfa/x64-nodebug make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/libcfa/x64-nodebug' Making all in prelude make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/libcfa/x64-nodebug/prelude' mkdir .deps touch .deps/builtins.Po make all-am make[5]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/libcfa/x64-nodebug/prelude' GEN gcc-builtins.c GEN builtins.cfa GEN prelude.cfa GEN extras.cfa GEN extras.cfa GEN gcc-builtins.cfa GEN bootloader.c make[5]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/libcfa/x64-nodebug/prelude' make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/libcfa/x64-nodebug/prelude' Making all in src make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/libcfa/x64-nodebug/src' CFA common.lo CFA fstream.lo CFA heap.lo CFA iostream.lo CFA iterator.lo CFA limits.lo CFA parseargs.lo CFA memory.lo CFA parseconfig.lo CFA rational.lo CFA enum.lo /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/../../libcfa/src/parseargs.cfa: In function ‘_X16print_args_usageFv_PS10cfa_optionmPKcb__1’: /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/../../libcfa/src/parseargs.cfa:233:16: warning: unused variable ‘_X10_compLit19S3tag_A0c__2’ [-Wunused-variable] 233 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/../../libcfa/src/parseargs.cfa:233:16: warning: unused variable ‘_X10_compLit18S3tag_S10cfa_option__2’ [-Wunused-variable] 233 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/../../libcfa/src/parseargs.cfa:233:16: warning: unused variable ‘_X10_compLit17S3tag_A0c__2’ [-Wunused-variable] 233 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/../../libcfa/src/parseargs.cfa:233:16: warning: unused variable ‘_X10_compLit16S3tag_S10cfa_option__2’ [-Wunused-variable] 233 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/../../libcfa/src/parseargs.cfa: In function ‘_X16print_args_usageFv_iPPcPS10cfa_optionmPKcb__1’: /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/../../libcfa/src/parseargs.cfa:238:16: warning: unused variable ‘_X10_compLit23S3tag_A0c__2’ [-Wunused-variable] 238 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/../../libcfa/src/parseargs.cfa:238:16: warning: unused variable ‘_X10_compLit22S3tag_S10cfa_option__2’ [-Wunused-variable] 238 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/../../libcfa/src/parseargs.cfa:238:16: warning: unused variable ‘_X10_compLit21S3tag_A0c__2’ [-Wunused-variable] 238 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/../../libcfa/src/parseargs.cfa:238:16: warning: unused variable ‘_X10_compLit20S3tag_S10cfa_option__2’ [-Wunused-variable] 238 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CFA stdlib.lo CFA strstream.lo CFA time.lo CFA assert.lo CFA bits/debug.lo CC exception.lo CFA interpose.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-x64.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 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 CFA collections/vector.lo /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/../../libcfa/src/concurrency/io.cfa:766:36: warning: ‘packed’ attribute ignored for field of type ‘union __io_uring_sqe____anonymous56____anonymous55____anonymous54’ [-Wattributes] 766 | #endif | ^ /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/../../libcfa/src/concurrency/kernel/startup.cfa:867:36: warning: ‘packed’ attribute ignored for field of type ‘union __io_uring_sqe____anonymous134____anonymous133____anonymous132’ [-Wattributes] 867 | | ^ /usr/include/x86_64-linux-gnu/bits/socket2.h:76:93: warning: ‘_X12_constructorFv_U26__anonymous___SOCKADDR_ARGU26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static 76 | return __recvfrom_alias (__fd, __buf, __n, __flags, __addr, __addr_len); | ^ /usr/include/x86_64-linux-gnu/bits/socket2.h:76:125: warning: ‘_X11_destructorFv_U26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static 76 | return __recvfrom_alias (__fd, __buf, __n, __flags, __addr, __addr_len); | ^ /usr/include/x86_64-linux-gnu/bits/socket2.h:73:168: warning: ‘_X12_constructorFv_U26__anonymous___SOCKADDR_ARGU26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static 73 | return __recvfrom_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags, | ^ /usr/include/x86_64-linux-gnu/bits/socket2.h:73:133: warning: ‘_X11_destructorFv_U26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static 73 | return __recvfrom_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags, | ^ /usr/include/x86_64-linux-gnu/bits/socket2.h:70:163: warning: ‘_X12_constructorFv_U26__anonymous___SOCKADDR_ARGU26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static 70 | return __recvfrom_chk (__fd, __buf, __n, __bos0 (__buf), __flags, | ^ /usr/include/x86_64-linux-gnu/bits/socket2.h:70:133: warning: ‘_X11_destructorFv_U26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static 70 | return __recvfrom_chk (__fd, __buf, __n, __bos0 (__buf), __flags, | ^ /usr/include/x86_64-linux-gnu/bits/socket2.h:76:93: warning: ‘_X12_constructorFv_U26__anonymous___SOCKADDR_ARGU26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static 76 | return __recvfrom_alias (__fd, __buf, __n, __flags, __addr, __addr_len); | ^ /usr/include/x86_64-linux-gnu/bits/socket2.h:76:125: warning: ‘_X11_destructorFv_U26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static 76 | return __recvfrom_alias (__fd, __buf, __n, __flags, __addr, __addr_len); | ^ /usr/include/x86_64-linux-gnu/bits/socket2.h:73:168: warning: ‘_X12_constructorFv_U26__anonymous___SOCKADDR_ARGU26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static 73 | return __recvfrom_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags, | ^ /usr/include/x86_64-linux-gnu/bits/socket2.h:73:133: warning: ‘_X11_destructorFv_U26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static 73 | return __recvfrom_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags, | ^ /usr/include/x86_64-linux-gnu/bits/socket2.h:70:163: warning: ‘_X12_constructorFv_U26__anonymous___SOCKADDR_ARGU26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static 70 | return __recvfrom_chk (__fd, __buf, __n, __bos0 (__buf), __flags, | ^ /usr/include/x86_64-linux-gnu/bits/socket2.h:70:133: warning: ‘_X11_destructorFv_U26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static 70 | return __recvfrom_chk (__fd, __buf, __n, __bos0 (__buf), __flags, | ^ 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 concurrency/io/call.cfa:1614:36: warning: ‘packed’ attribute ignored for field of type ‘union __io_uring_sqe____anonymous67____anonymous66____anonymous65’ [-Wattributes] /usr/include/x86_64-linux-gnu/bits/socket2.h:76:92: warning: ‘_X12_constructorFv_U26__anonymous___SOCKADDR_ARGU26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static 76 | return __recvfrom_alias (__fd, __buf, __n, __flags, __addr, __addr_len); | ^ /usr/include/x86_64-linux-gnu/bits/socket2.h:76:124: warning: ‘_X11_destructorFv_U26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static 76 | return __recvfrom_alias (__fd, __buf, __n, __flags, __addr, __addr_len); | ^ /usr/include/x86_64-linux-gnu/bits/socket2.h:73:167: warning: ‘_X12_constructorFv_U26__anonymous___SOCKADDR_ARGU26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static 73 | return __recvfrom_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags, | ^ /usr/include/x86_64-linux-gnu/bits/socket2.h:73:132: warning: ‘_X11_destructorFv_U26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static 73 | return __recvfrom_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags, | ^ /usr/include/x86_64-linux-gnu/bits/socket2.h:70:162: warning: ‘_X12_constructorFv_U26__anonymous___SOCKADDR_ARGU26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static 70 | return __recvfrom_chk (__fd, __buf, __n, __bos0 (__buf), __flags, | ^ /usr/include/x86_64-linux-gnu/bits/socket2.h:70:132: warning: ‘_X11_destructorFv_U26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static 70 | return __recvfrom_chk (__fd, __buf, __n, __bos0 (__buf), __flags, | ^ /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/../../libcfa/src/concurrency/kernel/cluster.cfa:484:36: warning: ‘packed’ attribute ignored for field of type ‘union __io_uring_sqe____anonymous125____anonymous124____anonymous123’ [-Wattributes] /usr/include/x86_64-linux-gnu/bits/socket2.h:76:93: warning: ‘_X12_constructorFv_U26__anonymous___SOCKADDR_ARGU26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static 76 | return __recvfrom_alias (__fd, __buf, __n, __flags, __addr, __addr_len); | ^ /usr/include/x86_64-linux-gnu/bits/socket2.h:76:125: warning: ‘_X11_destructorFv_U26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static 76 | return __recvfrom_alias (__fd, __buf, __n, __flags, __addr, __addr_len); | ^ /usr/include/x86_64-linux-gnu/bits/socket2.h:73:168: warning: ‘_X12_constructorFv_U26__anonymous___SOCKADDR_ARGU26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static 73 | return __recvfrom_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags, | ^ /usr/include/x86_64-linux-gnu/bits/socket2.h:73:133: warning: ‘_X11_destructorFv_U26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static 73 | return __recvfrom_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags, | ^ /usr/include/x86_64-linux-gnu/bits/socket2.h:70:163: warning: ‘_X12_constructorFv_U26__anonymous___SOCKADDR_ARGU26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static 70 | return __recvfrom_chk (__fd, __buf, __n, __bos0 (__buf), __flags, | ^ /usr/include/x86_64-linux-gnu/bits/socket2.h:70:133: warning: ‘_X11_destructorFv_U26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static 70 | return __recvfrom_chk (__fd, __buf, __n, __bos0 (__buf), __flags, | ^ /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/../../libcfa/src/concurrency/kernel.cfa:887:36: warning: ‘packed’ attribute ignored for field of type ‘union __io_uring_sqe____anonymous125____anonymous124____anonymous123’ [-Wattributes] 887 | #endif | ^ /usr/include/x86_64-linux-gnu/bits/socket2.h:76:93: warning: ‘_X12_constructorFv_U26__anonymous___SOCKADDR_ARGU26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static 76 | return __recvfrom_alias (__fd, __buf, __n, __flags, __addr, __addr_len); | ^ /usr/include/x86_64-linux-gnu/bits/socket2.h:76:125: warning: ‘_X11_destructorFv_U26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static 76 | return __recvfrom_alias (__fd, __buf, __n, __flags, __addr, __addr_len); | ^ /usr/include/x86_64-linux-gnu/bits/socket2.h:73:168: warning: ‘_X12_constructorFv_U26__anonymous___SOCKADDR_ARGU26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static 73 | return __recvfrom_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags, | ^ /usr/include/x86_64-linux-gnu/bits/socket2.h:73:133: warning: ‘_X11_destructorFv_U26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static 73 | return __recvfrom_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags, | ^ /usr/include/x86_64-linux-gnu/bits/socket2.h:70:163: warning: ‘_X12_constructorFv_U26__anonymous___SOCKADDR_ARGU26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static 70 | return __recvfrom_chk (__fd, __buf, __n, __bos0 (__buf), __flags, | ^ /usr/include/x86_64-linux-gnu/bits/socket2.h:70:133: warning: ‘_X11_destructorFv_U26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static 70 | return __recvfrom_chk (__fd, __buf, __n, __bos0 (__buf), __flags, | ^ /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/../../libcfa/src/concurrency/io/setup.cfa:333:36: warning: ‘packed’ attribute ignored for field of type ‘union __io_uring_sqe____anonymous33____anonymous32____anonymous31’ [-Wattributes] 333 | | ^ /usr/include/x86_64-linux-gnu/bits/socket2.h:76:92: warning: ‘_X12_constructorFv_U26__anonymous___SOCKADDR_ARGU26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static 76 | return __recvfrom_alias (__fd, __buf, __n, __flags, __addr, __addr_len); | ^ /usr/include/x86_64-linux-gnu/bits/socket2.h:76:124: warning: ‘_X11_destructorFv_U26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static 76 | return __recvfrom_alias (__fd, __buf, __n, __flags, __addr, __addr_len); | ^ /usr/include/x86_64-linux-gnu/bits/socket2.h:73:167: warning: ‘_X12_constructorFv_U26__anonymous___SOCKADDR_ARGU26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static 73 | return __recvfrom_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags, | ^ /usr/include/x86_64-linux-gnu/bits/socket2.h:73:132: warning: ‘_X11_destructorFv_U26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static 73 | return __recvfrom_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags, | ^ /usr/include/x86_64-linux-gnu/bits/socket2.h:70:162: warning: ‘_X12_constructorFv_U26__anonymous___SOCKADDR_ARGU26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static 70 | return __recvfrom_chk (__fd, __buf, __n, __bos0 (__buf), __flags, | ^ /usr/include/x86_64-linux-gnu/bits/socket2.h:70:132: warning: ‘_X11_destructorFv_U26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static 70 | return __recvfrom_chk (__fd, __buf, __n, __bos0 (__buf), __flags, | ^ /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/../../libcfa/src/concurrency/clib/cfathread.cfa:618:36: warning: ‘packed’ attribute ignored for field of type ‘union __io_uring_sqe____anonymous100____anonymous99____anonymous98’ [-Wattributes] /usr/include/x86_64-linux-gnu/bits/socket2.h:76:93: warning: ‘_X12_constructorFv_U26__anonymous___SOCKADDR_ARGU26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static 76 | return __recvfrom_alias (__fd, __buf, __n, __flags, __addr, __addr_len); | ^ /usr/include/x86_64-linux-gnu/bits/socket2.h:76:125: warning: ‘_X11_destructorFv_U26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static 76 | return __recvfrom_alias (__fd, __buf, __n, __flags, __addr, __addr_len); | ^ /usr/include/x86_64-linux-gnu/bits/socket2.h:73:168: warning: ‘_X12_constructorFv_U26__anonymous___SOCKADDR_ARGU26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static 73 | return __recvfrom_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags, | ^ /usr/include/x86_64-linux-gnu/bits/socket2.h:73:133: warning: ‘_X11_destructorFv_U26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static 73 | return __recvfrom_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags, | ^ /usr/include/x86_64-linux-gnu/bits/socket2.h:70:163: warning: ‘_X12_constructorFv_U26__anonymous___SOCKADDR_ARGU26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static 70 | return __recvfrom_chk (__fd, __buf, __n, __bos0 (__buf), __flags, | ^ /usr/include/x86_64-linux-gnu/bits/socket2.h:70:133: warning: ‘_X11_destructorFv_U26__anonymous___SOCKADDR_ARG_autogen___1’ is static but used in inline function ‘recvfrom’ which is not static 70 | return __recvfrom_chk (__fd, __buf, __n, __bos0 (__buf), __flags, | ^ CCLD libcfathread.la make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/libcfa/x64-nodebug/src' make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/libcfa/x64-nodebug' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/libcfa/x64-nodebug' make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/libcfa/x64-nodebug' make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub' make[1]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub' make[1]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub' Making dvi in driver make[2]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/driver' make[2]: Nothing to be done for 'dvi'. make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/driver' Making dvi in src make[2]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/src' make[2]: Nothing to be done for 'dvi'. make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/src' Making dvi in . make[2]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub' make[2]: Nothing to be done for 'dvi-am'. make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub' Making dvi in libcfa/x64-debug make[2]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/libcfa/x64-debug' Making dvi in prelude make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/libcfa/x64-debug/prelude' touch .deps/builtins.Po make[3]: Nothing to be done for 'dvi'. make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/libcfa/x64-debug/prelude' Making dvi in src make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/libcfa/x64-debug/src' make[3]: Nothing to be done for 'dvi'. make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/libcfa/x64-debug/src' make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/libcfa/x64-debug' make[3]: Nothing to be done for 'dvi-am'. make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/libcfa/x64-debug' make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/libcfa/x64-debug' Making dvi in libcfa/x64-nodebug make[2]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/libcfa/x64-nodebug' Making dvi in prelude make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/libcfa/x64-nodebug/prelude' make[3]: Nothing to be done for 'dvi'. make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/libcfa/x64-nodebug/prelude' Making dvi in src make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/libcfa/x64-nodebug/src' make[3]: Nothing to be done for 'dvi'. make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/libcfa/x64-nodebug/src' make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/libcfa/x64-nodebug' make[3]: Nothing to be done for 'dvi-am'. make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/libcfa/x64-nodebug' make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/libcfa/x64-nodebug' make[1]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub' make[1]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub' Making check in driver make[2]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/driver' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/driver' Making check in src make[2]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/src' make check-am make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/src' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/src' make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/src' Making check in . make[2]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub' make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub' Making check in libcfa/x64-debug make[2]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/libcfa/x64-debug' Making check in prelude make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/libcfa/x64-debug/prelude' make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/libcfa/x64-debug/prelude' Making check in src make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/libcfa/x64-debug/src' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/libcfa/x64-debug/src' make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/libcfa/x64-debug' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/libcfa/x64-debug' make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/libcfa/x64-debug' Making check in libcfa/x64-nodebug make[2]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/libcfa/x64-nodebug' Making check in prelude make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/libcfa/x64-nodebug/prelude' make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/libcfa/x64-nodebug/prelude' Making check in src make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/libcfa/x64-nodebug/src' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/libcfa/x64-nodebug/src' make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/libcfa/x64-nodebug' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/libcfa/x64-nodebug' make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/libcfa/x64-nodebug' make -C tests tests installed=no debug=yes make[2]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/tests' Running 347 tests on 8 cores (x64 - debug) array-ERR2 PASSED C 0:00.060 - R n/a array-ERR3 PASSED C 0:00.059 - R n/a array-ERR1 PASSED C 0:00.619 - R n/a array PASSED C 0:00.759 - R 0:00.002 array-collections/array-raii-c PASSED C 0:00.838 - R 0:00.005 array-collections/array-basic PASSED C 0:01.503 - R 0:00.005 array-collections/array-sbscr-types PASSED C 0:01.394 - R 0:00.005 array-collections/boxed PASSED C 0:01.402 - R 0:00.005 array-collections/dimexpr-match-c PASSED C 0:00.901 - R 0:00.005 ...ollections/language-dim-mismatch PASSED C 0:00.134 - R n/a algorithms/range_test PASSED C 0:04.030 - R 0:00.005 array-collections/safety-summary PASSED C 0:00.413 - R n/a array-collections/symtab-collision PASSED C 0:00.353 - R n/a array-collections/dimexpr-match-cfa PASSED C 0:01.443 - R 0:00.005 attr-priority PASSED C 0:00.367 - R n/a array-collections/accordion PASSED C 0:04.747 - R 0:00.005 castError PASSED C 0:00.373 - R n/a array-collections/array-raii-cfa PASSED C 0:04.482 - R 0:00.005 builtins/sync PASSED C 0:00.787 - R 0:00.002 cast PASSED C 0:00.626 - R 0:00.001 alloc-ERROR PASSED C 0:05.946 - R n/a avl_test PASSED C 0:03.260 - R 0:00.005 alloc PASSED C 0:10.889 - R 0:00.009 alloc2 PASSED C 0:11.334 - R 0:00.010 collections/multi_list PASSED C 0:06.286 - R 0:00.005 collections/stack PASSED C 0:06.250 - R 0:00.005 collections/queue PASSED C 0:07.758 - R 0:00.005 collections/sequence PASSED C 0:08.119 - R 0:00.005 collections/string-api-coverage PASSED C 0:08.416 - R 0:00.009 collections/string-ctx-manage PASSED C 0:04.551 - R 0:00.005 collections/atomic_mpsc PASSED C 0:08.085 - R 0:03.172 collections/string-gc PASSED C 0:04.723 - R 0:00.009 collections/string-compare PASSED C 0:06.261 - R 0:00.005 collections/string-istream PASSED C 0:04.999 - R 0:00.009 ...ns/vector-err-pass-perm-it-byval PASSED C 0:01.932 - R n/a ...ions/string-api-coverage-noshare PASSED C 0:08.362 - R 0:00.009 ...ns/vector-err-retn-perm-it-byval PASSED C 0:01.645 - R n/a collections/vector-demo PASSED C 0:03.952 - R 0:00.005 collections/string-overwrite PASSED C 0:04.800 - R 0:00.009 ...ections/string-overwrite-noshare PASSED C 0:04.827 - R 0:00.009 complex PASSED C 0:04.154 - R 0:00.005 collections/string-istream-manip PASSED C 0:08.885 - R 0:00.018 concurrency/actors/executor PASSED C 0:11.684 - R 0:00.166 concurrency/actors/inherit PASSED C 0:11.885 - R 0:00.115 concurrency/actors/inline PASSED C 0:11.505 - R 0:00.116 concurrency/actors/pingpong PASSED C 0:11.609 - R 0:00.115 concurrency/actors/matrixMultiply PASSED C 0:11.568 - R 0:00.817 concurrency/actors/dynamic PASSED C 0:11.346 - R 0:03.071 concurrency/actors/poison PASSED C 0:11.283 - R 0:00.166 concurrency/actors/static PASSED C 0:11.308 - R 0:00.216 concurrency/barrier/generation PASSED C 0:07.863 - R 0:00.216 concurrency/barrier/last PASSED C 0:08.084 - R 0:00.116 concurrency/barrier/order PASSED C 0:08.087 - R 0:00.166 concurrency/actors/types PASSED C 0:12.051 - R 0:00.165 concurrency/channels/churn PASSED C 0:10.553 - R 0:10.080 concurrency/channels/contend PASSED C 0:10.548 - R 0:10.080 concurrency/channels/big_elems PASSED C 0:10.499 - R 0:10.582 concurrency/channels/daisy_chain PASSED C 0:10.451 - R 0:10.081 concurrency/clib PASSED C 0:01.571 - R 0:00.115 concurrency/clib_tls PASSED C 0:01.691 - R 0:00.215 concurrency/ctor-check PASSED C 0:00.468 - R n/a concurrency/channels/hot_potato PASSED C 0:10.414 - R 0:10.081 concurrency/cluster PASSED C 0:05.779 - R 0:00.115 concurrency/channels/ping_pong PASSED C 0:10.334 - R 0:10.084 concurrency/channels/pub_sub PASSED C 0:10.667 - R 0:10.083 concurrency/cofor PASSED C 0:07.061 - R 0:00.165 concurrency/coroutineYield PASSED C 0:07.754 - R 0:00.065 concurrency/channels/zero_size PASSED C 0:10.403 - R 0:10.083 concurrency/examples/datingService PASSED C 0:07.923 - R 0:00.065 concurrency/examples/gortn PASSED C 0:07.692 - R 0:00.065 concurrency/futures/abandon PASSED C 0:05.627 - R 0:00.115 concurrency/futures/basic PASSED C 0:05.711 - R 0:00.115 concurrency/examples/matrixSum PASSED C 0:07.822 - R 0:00.115 ...rrency/examples/boundedBufferEXT PASSED C 0:08.060 - R 0:05.177 concurrency/keywordErrors PASSED C 0:00.232 - R n/a concurrency/examples/quickSort PASSED C 0:09.279 - R 0:00.066 concurrency/mainError PASSED C 0:00.165 - R n/a ...rrency/examples/boundedBufferINT PASSED C 0:07.994 - R 0:04.325 concurrency/futures/typed PASSED C 0:07.477 - R 0:00.165 concurrency/join PASSED C 0:07.796 - R 0:00.066 concurrency/migrate PASSED C 0:07.746 - R 0:00.115 concurrency/futures/wait_any PASSED C 0:09.436 - R 0:00.165 concurrency/futures/multi PASSED C 0:11.072 - R 0:00.115 concurrency/lockfree_stack PASSED C 0:08.141 - R 0:06.229 concurrency/mutexstmt/monitors PASSED C 0:06.181 - R 0:02.070 concurrency/futures/select_future PASSED C 0:18.967 - R 0:00.115 concurrency/once PASSED C 0:08.079 - R 0:00.115 concurrency/mutexstmt/tuple PASSED C 0:09.656 - R 0:00.005 concurrency/park/contention PASSED C 0:05.743 - R 0:00.115 concurrency/monitor PASSED C 0:07.721 - R 0:12.188 concurrency/park/start_parked PASSED C 0:05.555 - R 0:00.065 concurrency/mutexstmt/locks PASSED C 0:08.066 - R 0:08.581 concurrency/park/force_preempt PASSED C 0:07.815 - R 0:00.416 ...urrency/pthread/pthread_key_test PASSED C 0:02.269 - R 0:00.065 ...rrency/pthread/pthread_attr_test PASSED C 0:07.515 - R 0:00.066 ...rrency/pthread/pthread_cond_test PASSED C 0:07.717 - R 0:00.065 ...pthread/pthread_demo_create_join PASSED C 0:07.685 - R 0:00.065 concurrency/multi-monitor PASSED C 0:08.098 - R 0:17.855 concurrency/preempt PASSED C 0:09.400 - R 0:08.681 ...rrency/pthread/pthread_once_test PASSED C 0:07.661 - R 0:00.115 concurrency/readyQ/barrier_sleeper PASSED C 0:08.043 - R 0:00.166 ...rrency/pthread/pthread_demo_lock PASSED C 0:07.726 - R 0:04.925 concurrency/readyQ/leader_spin PASSED C 0:07.622 - R 0:00.215 concurrency/signal/block PASSED C 0:08.299 - R 0:01.067 concurrency/signal/disjoint PASSED C 0:08.165 - R 0:01.318 concurrency/signal/wait PASSED C 0:08.048 - R 0:00.216 concurrency/suspend_then PASSED C 0:08.039 - R 0:00.115 concurrency/sleep PASSED C 0:08.182 - R 0:01.218 concurrency/thread PASSED C 0:09.049 - R 0:00.115 .../unified_locking/block_spin_lock PASSED C 0:09.319 - R 0:00.115 concurrency/preempt2 PASSED C 0:08.224 - R 0:20.108 ...ency/unified_locking/exp_backoff PASSED C 0:09.255 - R 0:00.115 .../unified_locking/fast_block_lock PASSED C 0:09.336 - R 0:00.115 ...cy/unified_locking/pthread_locks PASSED C 0:07.246 - R 0:00.115 ...fied_locking/mcs_block_spin_lock PASSED C 0:09.277 - R 0:00.115 ...nified_locking/simple_owner_lock PASSED C 0:09.303 - R 0:00.115 concurrency/unified_locking/mcs PASSED C 0:09.296 - R 0:04.825 ...ncy/unified_locking/timeout_lock PASSED C 0:06.957 - R 0:01.117 concurrency/waitfor/barge PASSED C 0:08.239 - R 0:00.215 concurrency/waitfor/else PASSED C 0:06.669 - R 0:00.065 concurrency/waitfor/parse PASSED C 0:04.430 - R 0:00.002 concurrency/waitfor/dtor PASSED C 0:07.693 - R 0:01.017 concurrency/waitfor/recurse PASSED C 0:07.851 - R 0:00.767 concurrency/waitfor/statment PASSED C 0:08.074 - R 0:00.115 concurrency/unified_locking/locks PASSED C 0:07.666 - R 0:22.762 concurrency/waitfor/when PASSED C 0:07.729 - R 0:00.166 concurrency/waituntil/all_types PASSED C 0:09.366 - R 0:02.169 concurrency/waituntil/basic_else PASSED C 0:07.733 - R 0:00.065 ...ency/waituntil/channel_zero_size PASSED C 0:08.387 - R 0:02.118 concurrency/waituntil/channels PASSED C 0:08.484 - R 0:01.867 concurrency/waituntil/futures PASSED C 0:08.132 - R 0:00.115 concurrency/waituntil/channel_close PASSED C 0:09.146 - R 0:10.085 concurrency/waituntil/one_chan PASSED C 0:08.378 - R 0:00.366 concurrency/waituntil/locks PASSED C 0:09.643 - R 0:04.374 concurrency/waituntil/timeout PASSED C 0:04.709 - R 0:03.121 const-init PASSED C 0:00.656 - R 0:00.004 ...ency/unified_locking/futex_mutex PASSED C 0:09.361 - R 0:43.254 configs/parsebools PASSED C 0:06.075 - R 0:00.033 configs/parseconfig PASSED C 0:06.015 - R 0:00.009 copyfile PASSED C 0:04.081 - R 0:00.009 configs/usage PASSED C 0:06.004 - R 0:00.009 coroutine/devicedriver PASSED C 0:05.216 - R 0:00.065 ...urrency/unified_locking/mcs_spin PASSED C 0:09.218 - R 0:45.998 coroutine/fibonacci PASSED C 0:05.075 - R 0:00.065 coroutine/pingpong PASSED C 0:05.101 - R 0:00.065 coroutine/fmtLines PASSED C 0:05.281 - R 0:00.115 coroutine/prodcons PASSED C 0:06.473 - R 0:00.116 coroutine/raii PASSED C 0:05.061 - R 0:00.065 coroutine/runningTotal PASSED C 0:04.930 - R 0:00.065 ctrl-flow/labelledExit PASSED C 0:00.633 - R 0:00.002 ctrl-flow/loop-inc PASSED C 0:00.695 - R 0:00.005 counter PASSED C 0:03.945 - R 0:00.005 .../unified_locking/spin_queue_lock PASSED C 0:09.267 - R 0:48.109 ctrl-flow/break-misc PASSED C 0:04.137 - R 0:00.009 ctrl-flow/fallthrough PASSED C 0:04.179 - R 0:00.005 ctrl-flow/goto PASSED C 0:03.968 - R 0:00.005 ctrl-flow/ifwhileCtl PASSED C 0:04.044 - R 0:00.005 enum PASSED C 0:00.687 - R 0:00.005 designations PASSED C 0:04.773 - R 0:00.005 enum_tests/anonymous PASSED C 0:03.847 - R 0:00.005 enum_tests/funcEnum PASSED C 0:01.366 - R 0:00.005 div PASSED C 0:05.729 - R 0:00.005 ctrl-flow/loop_else PASSED C 0:06.988 - R 0:00.009 device/cpu PASSED C 0:06.933 - R 0:00.009 ctrl-flow/loopctrl PASSED C 0:08.832 - R 0:00.009 enum_tests/enumInlineValue PASSED C 0:06.034 - R 0:00.005 enum_tests/structEnum PASSED C 0:01.332 - R 0:00.005 errors/declaration PASSED C 0:00.067 - R n/a errors/scope PASSED C 0:00.357 - R n/a errors/scope-type PASSED C 0:00.104 - R n/a errors/signature PASSED C 0:00.082 - R n/a enum_tests/input PASSED C 0:04.144 - R 0:00.009 eval PASSED C 0:00.675 - R 0:00.005 enum_tests/stringEnum PASSED C 0:03.993 - R 0:00.005 enum_tests/planet PASSED C 0:05.831 - R 0:00.005 enum_tests/position PASSED C 0:05.797 - R 0:00.005 enum_tests/typedIntEnum PASSED C 0:04.351 - R 0:00.005 enum_tests/voidEnum PASSED C 0:04.510 - R 0:00.005 exceptions/conditional PASSED C 0:04.131 - R 0:00.005 exceptions/cancel/coroutine PASSED C 0:05.140 - R 0:00.065 concurrency/waituntil/repeat_close PASSED C 0:08.958 - R 0:30.077 exceptions/data-except PASSED C 0:04.532 - R 0:00.005 exceptions/defaults PASSED C 0:04.622 - R 0:00.005 exceptions/conditional-threads PASSED C 0:05.663 - R 0:00.065 exceptions/cancel/thread PASSED C 0:07.924 - R 0:00.065 exceptions/finally PASSED C 0:04.314 - R 0:00.005 exceptions/cor_resumer PASSED C 0:07.828 - R 0:00.065 exceptions/defaults-threads PASSED C 0:05.550 - R 0:00.115 exceptions/fibonacci_nonlocal PASSED C 0:06.536 - R 0:00.065 exceptions/interact PASSED C 0:04.547 - R 0:00.005 exceptions/polymorphic PASSED C 0:04.297 - R 0:00.005 exceptions/try-ctrl-flow PASSED C 0:00.199 - R n/a exceptions/finally-threads PASSED C 0:05.353 - R 0:00.066 exceptions/type-check PASSED C 0:00.244 - R n/a exceptions/try-leave-catch PASSED C 0:00.741 - R 0:00.005 exceptions/resume PASSED C 0:04.677 - R 0:00.005 expression PASSED C 0:00.636 - R 0:00.001 exceptions/terminate PASSED C 0:04.672 - R 0:00.005 exceptions/resume-threads PASSED C 0:05.739 - R 0:00.065 exceptions/pingpong_nonlocal PASSED C 0:08.125 - R 0:00.115 exceptions/trash PASSED C 0:04.036 - R 0:00.005 exceptions/virtual-poly PASSED C 0:04.117 - R 0:00.005 exceptions/terminate-threads PASSED C 0:05.863 - R 0:00.065 exceptions/virtual-cast PASSED C 0:05.437 - R 0:00.005 global-monomorph PASSED C 0:00.693 - R 0:00.005 fstream_test PASSED C 0:04.203 - R 0:00.005 generator/fibonacci PASSED C 0:03.964 - R 0:00.005 forall PASSED C 0:05.252 - R 0:00.005 generator/fmtLines PASSED C 0:04.112 - R 0:00.009 identFuncDeclarator PASSED C 0:00.652 - R 0:00.001 identParamDeclarator PASSED C 0:00.821 - R 0:00.005 generator/suspend_then PASSED C 0:04.024 - R 0:00.005 function-operator PASSED C 0:05.895 - R 0:00.005 genericUnion PASSED C 0:04.173 - R 0:00.005 include/vector-sequence PASSED C 0:01.099 - R 0:00.005 include/vector-collections PASSED C 0:01.758 - R 0:00.005 hello PASSED C 0:04.059 - R 0:00.005 init1 PASSED C 0:00.612 - R 0:00.001 init1-ERROR PASSED C 0:00.358 - R n/a identity PASSED C 0:04.308 - R 0:00.005 include/stdincludes PASSED C 0:04.276 - R 0:00.001 include/vector-fstream PASSED C 0:04.040 - R 0:00.005 io/away_fair PASSED C 0:09.408 - R 0:00.166 io/comp_fair PASSED C 0:09.610 - R 0:00.216 io/comp_basic PASSED C 0:09.717 - R 0:00.165 include/includes PASSED C 0:13.158 - R 0:00.002 io/io-acquire-in PASSED C 0:08.601 - R 0:00.116 io/io-acquire PASSED C 0:09.204 - R 0:00.115 heap PASSED C 0:06.157 - R 0:10.438 limits PASSED C 0:00.648 - R 0:00.001 io/io PASSED C 0:12.191 - R 0:00.009 linking/exception-nothreads PASSED C 0:02.794 - R 0:00.005 io/manipulatorsInput-uchunk FAILED with code 1 C 0:06.853 - R 0:00.005 --- default.1 --- Failed to open file: /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/tests/io/.in/manipulatorsInput-uchunk.default.1.auxdata ERR No core dump, expected '/tmp/tmpgwvlp9dz/core' (limit soft: -1 hard: -1) linking/exception-withthreads PASSED C 0:04.238 - R 0:00.033 linking/nostdlib PASSED C 0:00.677 - R 0:00.005 io/manipulatorsOutput4 PASSED C 0:07.599 - R 0:00.017 io/io-acquire-out PASSED C 0:08.718 - R 0:00.116 io/io-acquire2 PASSED C 0:09.484 - R 0:00.116 linkonce PASSED C 0:00.773 - R 0:00.005 io/many_read PASSED C 0:09.874 - R 0:00.116 linking/mangling/anon PASSED C 0:04.064 - R 0:00.005 linking/io-acquire PASSED C 0:05.690 - R 0:00.005 maybe PASSED C 0:00.879 - R 0:00.005 io/io-acquire-no-io PASSED C 0:08.126 - R 0:05.126 linking/nothreads PASSED C 0:05.320 - R 0:00.005 linking/weakso_nothd PASSED C 0:05.389 - R 0:00.005 nested-types PASSED C 0:00.655 - R 0:00.001 nested-types-ERR1 PASSED C 0:00.083 - R n/a nested-types-ERR2 PASSED C 0:00.116 - R n/a literals PASSED C 0:04.354 - R 0:00.005 numericConstants PASSED C 0:00.615 - R 0:00.001 opt-params PASSED C 0:00.063 - R n/a meta/fork+exec PASSED C 0:03.079 - R 0:00.017 operators PASSED C 0:00.699 - R 0:00.005 poly-d-cycle PASSED C 0:00.732 - R 0:00.005 poly-many-arsz PASSED C 0:00.707 - R 0:00.005 polybits PASSED C 0:00.221 - R n/a poly-o-cycle PASSED C 0:00.734 - R 0:00.005 linking/withthreads PASSED C 0:08.235 - R 0:00.065 poly-selection PASSED C 0:00.795 - R 0:00.005 quasiKeyword PASSED C 0:00.666 - R 0:00.001 malloc PASSED C 0:06.673 - R 0:00.005 meta/dumpable PASSED C 0:05.764 - R 0:00.006 raii/ctor-autogen-ERR1 PASSED C 0:00.406 - R n/a raii/ctor-autogen PASSED C 0:01.119 - R 0:00.005 list/dlist-insert-remove PASSED C 0:09.016 - R 0:00.017 polymorphism PASSED C 0:04.227 - R 0:00.005 quotedKeyword PASSED C 0:03.968 - R 0:00.005 raii/boxed-types PASSED C 0:04.096 - R 0:00.005 raii/dtor-early-exit-ERR1 PASSED C 0:03.248 - R n/a minmax PASSED C 0:07.907 - R 0:00.005 raii/init_once PASSED C 0:00.796 - R 0:00.005 raii/dtor-early-exit-ERR2 PASSED C 0:03.290 - R n/a raii/typeof-member PASSED C 0:00.693 - R 0:00.005 result PASSED C 0:01.055 - R 0:00.005 raii/globals PASSED C 0:04.272 - R 0:00.005 raii/memberCtors-ERR1 PASSED C 0:02.783 - R n/a raii/dtor-early-exit PASSED C 0:06.041 - R 0:00.009 simpleGenericTriple PASSED C 0:00.828 - R 0:00.005 smart-pointers PASSED C 0:00.869 - R 0:00.005 raii/memberCtors PASSED C 0:04.597 - R 0:00.009 references PASSED C 0:04.706 - R 0:00.005 switch PASSED C 0:00.633 - R 0:00.001 shortCircuit PASSED C 0:04.104 - R 0:00.005 sizeof PASSED C 0:03.986 - R 0:00.005 tuple/tupleCast PASSED C 0:00.717 - R 0:00.005 strstream PASSED C 0:04.361 - R 0:00.005 searchsort PASSED C 0:07.007 - R 0:00.009 tuple/tupleFunction PASSED C 0:00.744 - R 0:00.005 tuple/tupleMember PASSED C 0:00.745 - R 0:00.005 tuple/tuplePolymorphism PASSED C 0:00.872 - R 0:00.005 typedefRedef-ERR1 PASSED C 0:00.084 - R n/a typedefRedef PASSED C 0:00.613 - R 0:00.001 typeof PASSED C 0:00.683 - R 0:00.005 var-assert PASSED C 0:00.096 - R n/a sum PASSED C 0:06.418 - R 0:00.005 variableDeclarator PASSED C 0:00.620 - R 0:00.001 tuple/tupleAssign PASSED C 0:05.263 - R 0:00.005 tuple/tupleVariadic PASSED C 0:02.915 - R 0:00.005 swap PASSED C 0:07.252 - R 0:00.005 time PASSED C 0:06.056 - R 0:00.005 userLiterals PASSED C 0:04.567 - R 0:00.005 rational PASSED C 0:14.619 - R 0:00.009 vector_math/vec2_double PASSED C 0:06.054 - R 0:00.005 vector PASSED C 0:06.304 - R 0:00.005 voidPtr PASSED C 0:00.753 - R 0:00.005 vector_math/vec2_uint PASSED C 0:05.992 - R 0:00.005 warnings/self-assignment PASSED C 0:00.625 - R 0:00.001 withconflict PASSED C 0:00.364 - R n/a KRfunctions PASSED C 0:00.581 - R 0:00.002 vector_math/vec2_float PASSED C 0:10.563 - R 0:00.009 vector_math/vec2_int PASSED C 0:10.969 - R 0:00.009 vector_math/vec3_float PASSED C 0:10.711 - R 0:00.009 ...collections/dimexpr-match-c-ERRS PASSED C 0:00.453 - R n/a vector_math/vec3_int PASSED C 0:09.475 - R 0:00.009 ...llections/dimexpr-match-cfa-ERRS PASSED C 0:00.813 - R n/a attributes PASSED C 0:00.683 - R 0:00.001 abs PASSED C 0:05.956 - R 0:00.005 vector_math/vec4_float PASSED C 0:10.628 - R 0:00.009 ...collections/array-md-sbscr-cases PASSED C 0:04.168 - R 0:00.009 vector_math/vec4_int PASSED C 0:09.769 - R 0:00.009 declarationSpecifier PASSED C 0:00.644 - R 0:00.001 errors/completeType PASSED C 0:00.355 - R n/a ato PASSED C 0:06.853 - R 0:00.005 PRNG PASSED C 0:11.918 - R 0:01.769 configs/parsenums PASSED C 0:06.191 - R 0:00.065 extension PASSED C 0:00.602 - R 0:00.001 bitmanip1 PASSED C 0:09.732 - R 0:00.017 functions PASSED C 0:00.577 - R 0:00.001 concurrency/pthread/bounded_buffer PASSED C 0:08.052 - R 0:00.115 gccExtensions PASSED C 0:00.584 - R 0:00.001 bitmanip2 PASSED C 0:10.019 - R 0:00.017 exceptions/cardgame PASSED C 0:06.924 - R 0:00.065 exceptions/hotpotato_checked PASSED C 0:07.488 - R 0:00.065 bitmanip3 PASSED C 0:12.832 - R 0:00.017 exceptions/hotpotato PASSED C 0:07.408 - R 0:00.115 meta/arch PASSED C 0:00.350 - R n/a gmp PASSED C 0:06.284 - R 0:00.009 io/manipulatorsInput PASSED C 0:07.093 - R 0:00.009 io/manipulatorsOutput2 PASSED C 0:08.413 - R 0:00.009 random PASSED C 0:05.622 - R 0:00.005 io/manipulatorsOutput1 PASSED C 0:12.819 - R 0:00.009 vector_math/vec2_ldouble PASSED C 0:06.011 - R 0:00.005 nested_function PASSED C 0:07.617 - R 0:00.116 io/manipulatorsOutput3 PASSED C 0:13.882 - R 0:00.019 math PASSED C 0:12.024 - R 0:00.011 mathX PASSED C 0:13.875 - R 0:00.019 346 passes, 1 failures, 0 timeouts, 0 cancelled, 0 other Tests took 4:55.868 make[2]: *** [Makefile:945: all-local] Error 1 make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub/tests' make[1]: *** [Makefile:955: check] Error 2 make[1]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3026/_build/sub' make: *** [Makefile:734: distcheck] Error 1 [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: script returned exit code 2 Finished: FAILURE