Started by upstream project "Cforall_Full_Build" build number 3025 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 > 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 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 [Pipeline] { (Jenkins/tools.groovy) [Pipeline] } [Pipeline] // load [Pipeline] echo Distributing git commit 20c2ade36d93f0d05a94f6db2b02137d0c9c482a [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 <20c2ade36d93f0d05a94f6db2b02137d0c9c482a> [Pipeline] checkout The recommended git tool is: NONE using credential git_key_aug20 Fetching changes from the remote Git repository > git config core.sparsecheckout # timeout=10 > git checkout -f cdf7d439c924923dbb24ce7fd66539e754fa40d9 # timeout=10 > git rev-list --no-walk a933489bd49da48c88bddbfd58f7fe1c02e90d44 # timeout=10 Checking out Revision 20c2ade36d93f0d05a94f6db2b02137d0c9c482a (detached) Commit message: "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." > 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 20c2ade36d93f0d05a94f6db2b02137d0c9c482a^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 20c2ade36d93f0d05a94f6db2b02137d0c9c482a # timeout=10 > git rev-list --no-walk 7568e5ca6e5718e97f473656ac2d190bb2a13f6a # timeout=10 [Pipeline] echo Constructing new git message [Pipeline] sh + git rev-list 20c2ade36d93f0d05a94f6db2b02137d0c9c482a..7568e5ca6e5718e97f473656ac2d190bb2a13f6a [Pipeline] sh + git cat-file -t 20c2ade36d93f0d05a94f6db2b02137d0c9c482a [Pipeline] sh + git rev-list --format=short 20c2ade36d93f0d05a94f6db2b02137d0c9c482a...7568e5ca6e5718e97f473656ac2d190bb2a13f6a [Pipeline] sh + git diff --stat --color 7568e5ca6e5718e97f473656ac2d190bb2a13f6a 20c2ade36d93f0d05a94f6db2b02137d0c9c482a [Pipeline] echo
- Changes -------------------------------------------------------------
The branch null has been updated. from 20c2ade36d93f0d05a94f6db2b02137d0c9c482a (commit)
- Log -----------------------------------------------------------------
commit 20c2ade36d93f0d05a94f6db2b02137d0c9c482a Author: Andrew BeachParse 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 a933489bd49da48c88bddbfd58f7fe1c02e90d44 Author: Peter A. Buhr change exception throw to use copy constructor rather than assignment to initialize exception instance commit 82a5ea23df09d8e6900e45f3b0d081bad576c253 Author: Andrew Beach Added checks for (and a test to check the checks) assertions we will not be able to adapt. Using an adapted version of Mike's error message. commit 9bb6c5f932cd0dc4fdb4d3e7678e9286959c06a0 Merge: ad47ec437 508cff026 Author: JiadaL Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc commit 508cff026f51f3c569af15b678037daae167ad0b Author: Peter A. Buhr fix quotations from C++ reference manual commit 737bf737154ccbbd457126f5c3fe477216ece460 Author: Peter A. Buhr correct check for EOF when reading character strings commit db19e1d0d4adcc296ca7022c295f441155d4b6dc Author: Andrew Beach Changed the interpritation of () to be no parameters instead of any parameters. This had a lot of little changes because of this and some nearby clean-up. This includes some changes, including changing some generated functions to be fixed-args instead of variable-args, stripping out the place holder void parameter earlier, but it still shows up earlier in some cases that examine the parser directly. Also had to update the function generation tools. Have only tested with one --arch. Hopefully this all works out. commit cdbb909ded4bb5325b86d9b815ce893c0854ec8c Author: Peter A. Buhr proofread introduction chapter commit d6b7d1d7f426ac21626324aad96b05fc80d0ab89 Author: Peter A. Buhr citation updates commit ad47ec4378fa0d341e9ffb6e548e5ef3ef6c6bcc Merge: 960665c5c b96577428 Author: JiadaL Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc commit b965774280e397e9cac5719c5a8ca3942ad5d92d Author: Andrew Beach Isolated the logic to decide if a function is a var-args function or not. commit 075c6d5445c3cb2d2f79265f62e1726c7c2de816 Author: Peter A. Buhr afterthought addition to chapter 3 commit 7f2e87acb4c1021cf84a41541b2dcb66e1bc9d9c Author: Peter A. Buhr first proofread of chapter 1 commit 7a37fcb1bf1771c33eb5ae6233e6b100e55f916b Author: Peter A. Buhr first proofread of chapter 3 commit 3f37f5beff02d9cfa7d88ada6e6363a230d63ae4 Author: Peter A. Buhr update thesis macros commit 562ccf932b7dc92cecba9eba886b69bf1da126b0 Author: Peter A. Buhr remove empty line number increment from listings commit 38f6e667bfd37befd74edf74143b970f6cc331e1 Author: Peter A. Buhr update citations commit 4b75ae900398d0a16e55d7422207b420367e03e9 Author: Peter A. Buhr second attempt to simplify ttype min/max functions commit 26ee4b5b245b69127ef952398078ceb6c82c67a5 Author: Peter A. Buhr simplify ttype min/max functions commit d1fbc56eb90675715ccf39ca76d45ed759d3cc40 Author: Andrew Beach Removed two lingering set_extension functions from ast. There was one use each in the parser, which uses get/set functions still. commit 45ee1728c7f098a172d35db8ad17ebe5bdb9cfbf Author: Andrew Beach Corrected handling of va_args in the parser. It still does not get through the resolver and further updates may be required. commit cc0aa8c572ef3a7665decdf700fcfc1722893531 Author: Peter A. Buhr formatting commit 790f251c0ea859080a393e58e8d860b2b6afe0fb Author: Peter A. Buhr update error message for parameter default-initialization in function-pointer declarations commit 960665c5c53c610ff83a37c465dd5034ca65a9ac Merge: d1f505458 df2e00f23 Author: JiadaL Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc commit df2e00f233571fd339c5f2bb9025973837d85481 Author: Andrew Beach Made heap pass the invariant check. We should be able to enable invariants on the standard library. Also added the reproductions for new trac trickets. commit 3ac5fd8bcb3728ce8676e2b55b9fd4f691a06719 Author: Peter A. Buhr first attempt changing end-of-file to an exception commit afb15cfcfe805e4a6a4f0f183c6d2fcd6a5137bb Author: Andrew Beach Added a check to make sure that optional parameters to not appear on function types not attached to function declarations. commit 5b643eacb610dbfc2b4d7da3386b4a4b3c58cc79 Merge: cef5bfcf6 8da3cc4da Author: Peter A. Buhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc commit cef5bfcf6f5619c0a358f9d4c2fda5a52c4ca1e5 Author: Peter A. Buhr added a few sentences and corrected spelling mistakes commit 4558df29929781e8d911ce6cdc5f0dfac9ef0d8b Author: Peter A. Buhr update accordion program, small changes commit 8da3cc4da5bed4bd38fdeaabdce0698b1f091953 Author: Michael Brooks Add missing integration test of accordions. commit 2f317733f059f66b5e61a69d0dccbb26fd2459fc Author: Michael Brooks Improve inability to declare a struct member having a managed type via typeof. commit f9ad69dc6e86c3c08876734b6909ce8978446504 Author: Michael Brooks Fix #175 commit 1a2ba849a94c2cd2e0184e92b6b3241c9dbd3022 Author: Michael Brooks fix comment typo 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 commit 2870cb69f7deb12ee9dee9619f2038492fbd5628 Author: Fangren Yu update cast expression cost rule commit 661e7b01f8a9a2c15670b1615d96ea489f11fbe8 Author: Andrew Beach After a years (or at least half a year) the CodeLocation optimization is merged in. Added Symbol (using Racket's name for interned strings), and used it for CodeLocation file names. The optimizes for the high number of copies - both instances with the same value and copy operations - and consistently brings down runtime by a few percent. commit 49417166ab36785304dc6a536b01f3470c41eb88 Author: Peter A. Buhr preclude aggregate/enumeration type declaration in trait body commit dee680c98091266dcc1eceff94ac7d17a79db851 Merge: f9b42bd81 97f8f0f9e Author: Peter A. Buhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc commit f9b42bd810f37648afda1ddefda76c5fb8f9589e Author: Peter A. Buhr modify time test to deal with unfreed storage from putenv/tzset commit a51dc0de37fbbde4fc497460bcc75e0b98fc4a8f Author: Peter A. Buhr add missing #ifdef to handle systems without io_uring commit 97f8f0f9e3f49a0495fdcd98634c5ed89275354f Author: Andrew Beach Implemented special case of sizeof/alignof, where reference types are ignored for these operations. commit 8492b857ba575a1d80a68d1d79f9144e47858e8c Merge: 206ecae05 0e6aba069 Author: Peter A. Buhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc commit 206ecae05ee6d8fc4268a9a62d27a92756a765fe Author: Peter A. Buhr remove spurious push/pop from grammar contexts where type declarations are not allowed commit 0e6aba069091423912b34ef2c96589e2a0736df9 Author: Peter A. Buhr formatting commit 43d9679e89d41ea73961f89cff1e6ed2fe9cccfa Author: Peter A. Buhr move section from into to background commit 774c97e8e8552a0f61084d290df110a599d54033 Merge: f22d10051 6abb6dc94 Author: Peter A. Buhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc commit f22d100510cee85fc1b8cc48eaa4e589a2fd5192 Author: Peter A. Buhr add citations commit 16915b17690104542a0a42a110ccf4a6d34aacd6 Author: Peter A. Buhr proofread intro chapter and add citation commit 6abb6dc94b1ba4f2beffaa34eb7f3bea3eebb309 Merge: 2ca7fc29c 5ca5263a3 Author: Peter A. Buhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc commit 2ca7fc29c8c37ba927ee8d0ee98416000df83e36 Author: Peter A. Buhr add better error message for an empty enumeration, i.e., no enumerators. commit 5ca5263a35da9489b8df7cb34be649df69def763 Author: Peter A. Buhr update test file covering problem cases commit f125e96261b5e9f843f33f69d06cecc8321adc08 Author: Peter A. Buhr remove spurious test files commit acab1bd77b1e5193ebd46506b2b435a29f3f0124 Author: JiadaL rephrase enum initialization
-----------------------------------------------------------------------
Summary of changes: doc/LaTeXmacros/common.sty | 6 +- doc/LaTeXmacros/common.tex | 6 +- doc/bibliography/pl.bib | 74 ++- doc/theses/fangren_yu_MMath/content1.tex | 691 ++++++++++++++++----- doc/theses/fangren_yu_MMath/intro.tex | 247 +++++++- .../fangren_yu_MMath/uw-ethesis-frontpgs.tex | 26 +- doc/theses/fangren_yu_MMath/uw-ethesis.tex | 30 +- doc/theses/jiada_liang_MMath/CFAenum.tex | 109 ++-- doc/theses/jiada_liang_MMath/Cenum.tex | 15 +- doc/theses/jiada_liang_MMath/background.tex | 19 +- doc/theses/jiada_liang_MMath/conclusion.tex | 130 +++- doc/theses/jiada_liang_MMath/intro.tex | 29 +- doc/theses/jiada_liang_MMath/relatedwork.tex | 250 +++++--- doc/theses/jiada_liang_MMath/test1.cfa | 102 ++- doc/theses/jiada_liang_MMath/test2.cc | 8 - doc/theses/jiada_liang_MMath/test20.cfa | 10 - doc/theses/jiada_liang_MMath/test3.cfa | 8 - doc/theses/jiada_liang_MMath/trait.tex | 29 +- doc/theses/mike_brooks_MMath/array.tex | 37 +- doc/theses/mike_brooks_MMath/background.tex | 34 + doc/theses/mike_brooks_MMath/intro.tex | 92 ++- .../mike_brooks_MMath/programs/hello-accordion.cfa | 92 ++- doc/theses/mike_brooks_MMath/programs/school1 | 5 + doc/theses/mike_brooks_MMath/programs/school2 | 10 + doc/theses/mike_brooks_MMath/string.tex | 12 +- doc/theses/mike_brooks_MMath/uw-ethesis.bib | 9 + doc/user/user.tex | 18 +- libcfa/prelude/prototypes.awk | 33 +- libcfa/src/collections/string_res.cfa | 6 +- libcfa/src/common.hfa | 41 +- libcfa/src/concurrency/future.hfa | 10 +- libcfa/src/concurrency/io/call.cfa.in | 2 + libcfa/src/enum.cfa | 4 +- libcfa/src/enum.hfa | 6 +- libcfa/src/heap.cfa | 2 +- libcfa/src/iostream.cfa | 83 +-- libcfa/src/iostream.hfa | 5 +- libcfa/src/parseconfig.cfa | 37 +- my_tests/floating.cfa | 5 + src/AST/Decl.hpp | 2 - src/AST/Expr.cpp | 10 +- src/AST/Expr.hpp | 31 +- 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 | 20 +- src/CodeGen/GenType.cpp | 6 +- src/Common/CodeLocation.hpp | 10 +- src/Common/Symbol.cpp | 148 +++++ src/Common/Symbol.hpp | 32 + src/Common/module.mk | 2 + src/Concurrency/Keywords.cpp | 2 +- src/Concurrency/Waitfor.cpp | 5 +- src/ControlStruct/ExceptDecl.cpp | 8 +- src/GenPoly/Box.cpp | 8 +- src/GenPoly/GenPoly.cpp | 85 ++- src/GenPoly/Lvalue.cpp | 18 +- src/InitTweak/FixInit.cpp | 4 +- src/Parser/DeclarationNode.cpp | 18 +- src/Parser/ExpressionNode.cpp | 74 ++- src/Parser/ExpressionNode.hpp | 3 +- src/Parser/InitializerNode.cpp | 8 +- src/Parser/StatementNode.cpp | 9 +- src/Parser/TypeData.cpp | 32 +- src/Parser/parser.yy | 75 ++- src/ResolvExpr/CandidateFinder.cpp | 90 ++- src/ResolvExpr/ConversionCost.cpp | 4 +- src/ResolvExpr/Unify.cpp | 4 - src/Validate/CheckAssertions.cpp | 96 +++ src/Validate/CheckAssertions.hpp | 27 + src/Validate/InitializerLength.cpp | 24 +- src/Validate/module.mk | 2 + src/main.cpp | 2 + tests/.expect/KRfunctions.arm64.txt | 2 +- tests/.expect/KRfunctions.x64.txt | 2 +- tests/.expect/KRfunctions.x86.txt | 2 +- tests/.expect/alloc-ERROR.txt | 2 +- tests/.expect/attributes.arm64.txt | 52 +- tests/.expect/attributes.x64.txt | 52 +- tests/.expect/attributes.x86.txt | 52 +- tests/.expect/castError.txt | 2 - tests/.expect/copyfile.txt | 27 +- tests/.expect/declarationSpecifier.arm64.txt | 64 +- tests/.expect/declarationSpecifier.x64.txt | 64 +- tests/.expect/declarationSpecifier.x86.txt | 64 +- tests/.expect/extension.arm64.txt | 6 +- tests/.expect/extension.x64.txt | 6 +- tests/.expect/extension.x86.txt | 6 +- tests/.expect/functions.arm64.txt | 46 +- tests/.expect/functions.x64.txt | 46 +- tests/.expect/functions.x86.txt | 46 +- tests/.expect/gccExtensions.arm64.txt | 4 +- tests/.expect/gccExtensions.x64.txt | 4 +- tests/.expect/gccExtensions.x86.txt | 4 +- tests/.expect/opt-params.txt | 7 + tests/.expect/poly-many-arsz.txt | 9 + tests/.expect/sizeof.txt | 2 + tests/.expect/var-assert.txt | 32 + tests/.in/copyfile.txt | 27 +- tests/Makefile.am | 6 +- tests/array-collections/.expect/accordion.txt | 4 + tests/array-collections/accordion.cfa | 43 ++ tests/array-collections/dimexpr-match.hfa | 2 +- tests/bugs/289.cfa | 19 + tests/bugs/290.cfa | 13 + tests/castError.cfa | 8 +- tests/concurrency/examples/quickSort.cfa | 54 +- tests/configs/parsebools.cfa | 2 +- tests/configs/parsenums.cfa | 2 +- tests/configs/usage.cfa | 2 +- tests/copyfile.cfa | 23 +- tests/coroutine/.expect/fmtLines.txt | 137 ++-- tests/coroutine/.in/fmtLines.txt | 64 +- tests/coroutine/cntparens.cfa | 21 +- tests/coroutine/devicedriver.cfa | 28 +- tests/coroutine/fmtLines.cfa | 21 +- tests/enum_tests/input.cfa | 24 +- tests/errors/.expect/declaration.txt | 30 +- tests/errors/.expect/signature.txt | 6 +- tests/errors/declaration.cfa | 10 +- tests/gccExtensions.cfa | 10 +- tests/generator/.expect/fmtLines.txt | 138 ++-- tests/generator/.in/fmtLines.txt | 71 +-- tests/generator/fmtLines.cfa | 21 +- 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/.expect/arch.arm64.txt | 2 - tests/meta/.expect/arch.x64.txt | 2 - tests/meta/.expect/arch.x86.txt | 2 - tests/meta/fork+exec.cfa | 2 +- tests/meta/fork+exec.hfa | 4 +- tests/opt-params.cfa | 20 + tests/poly-many-arsz.cfa | 63 ++ tests/raii/.expect/typeof-member.txt | 3 + tests/raii/typeof-member.cfa | 38 ++ tests/sizeof.cfa | 11 + tests/time.cfa | 8 +- tests/var-assert.cfa | 15 + 168 files changed, 3668 insertions(+), 1525 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: 3025 [Pipeline] echo Long Version: 1.0.0.3025 [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 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=debug CFA_VERSION=1:0:0' from /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp / libcfa/x64-debug/ 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... 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... /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 x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking how to print strings... 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... yes (GNU style) 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... gcc3 checking for a sed that does not truncate output... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... /usr/bin/sed checking for grep that handles long lines and -e... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/grep checking for egrep... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... /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 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... checking for mt... mt checking if mt is a manifest tool... gcc-9 -E no checking how to run the C preprocessor... checking for ANSI C header files... gcc-9 -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for sys/stat.h... yes yes checking for stdlib.h... checking for stdlib.h... yes checking for string.h... yes checking for string.h... yes checking for memory.h... yes checking for memory.h... yes 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 checking for unistd.h... yes checking for dlfcn.h... yes checking for dlfcn.h... yes checking for objdir... .libs yes checking for objdir... .libs checking if gcc-9 supports -fno-rtti -fno-exceptions... checking if gcc-9 supports -fno-rtti -fno-exceptions... no checking for gcc-9 option to produce PIC... -fPIC -DPIC checking if gcc-9 PIC flag -fPIC -DPIC 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 static flag -static works... yes checking if gcc-9 supports -c -o file.o... 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... (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... 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 checking whether we are using the GNU C++ compiler... yes checking whether g++-9 accepts -g... yes checking whether g++-9 accepts -g... yes checking dependency style of g++-9... yes checking dependency style of g++-9... gcc3 checking how to run the C++ preprocessor... gcc3 checking how to run the C++ preprocessor... g++-9 -E 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... checking for ld used by g++-9... yes /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... 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 static flag -static works... yes checking if g++-9 supports -c -o file.o... 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... (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 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... 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... gcc3 checking whether make sets $(MAKE)... (cached) yes checking linux/rseq.h usability... gcc3 checking whether make sets $(MAKE)... (cached) yes checking linux/rseq.h usability... yes checking linux/rseq.h presence... yes checking linux/rseq.h presence... yes checking for linux/rseq.h... yes checking for rseq_available in -lrseq... yes checking for linux/rseq.h... yes checking for rseq_available in -lrseq... no 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_WRITEV is declared... yes checking whether IORING_OP_READV is declared... yes checking whether IORING_OP_FSYNC is declared... checking whether IORING_OP_WRITEV is declared... yes checking whether IORING_OP_READ_FIXED is declared... yes yes checking whether IORING_OP_FSYNC is declared... checking whether IORING_OP_WRITE_FIXED is declared... yes yes checking whether IORING_OP_POLL_ADD is declared... checking whether IORING_OP_READ_FIXED is declared... yes yes checking whether IORING_OP_POLL_REMOVE is declared... checking whether IORING_OP_WRITE_FIXED is declared... yes yes checking whether IORING_OP_SYNC_FILE_RANGE is declared... yes checking whether IORING_OP_POLL_ADD is declared... checking whether IORING_OP_SENDMSG is declared... yes yes checking whether IORING_OP_POLL_REMOVE is declared... checking whether IORING_OP_RECVMSG is declared... yes yes checking whether IORING_OP_TIMEOUT is declared... yes checking whether IORING_OP_TIMEOUT_REMOVE is declared... checking whether IORING_OP_SYNC_FILE_RANGE is declared... yes yes checking whether IORING_OP_ACCEPT is declared... checking whether IORING_OP_SENDMSG is declared... yes yes checking whether IORING_OP_ASYNC_CANCEL is declared... checking whether IORING_OP_RECVMSG is declared... yes yes checking whether IORING_OP_TIMEOUT is declared... checking whether IORING_OP_LINK_TIMEOUT is declared... yes yes checking whether IORING_OP_TIMEOUT_REMOVE is declared... yes checking whether IORING_OP_CONNECT is declared... yes checking whether IORING_OP_ACCEPT is declared... yes checking whether IORING_OP_FALLOCATE is declared... yes checking whether IORING_OP_ASYNC_CANCEL is declared... yes checking whether IORING_OP_OPENAT is declared... yes checking whether IORING_OP_LINK_TIMEOUT is declared... checking whether IORING_OP_CLOSE is declared... yes yes checking whether IORING_OP_FILES_UPDATE is declared... checking whether IORING_OP_CONNECT is declared... yes yes checking whether IORING_OP_STATX is declared... yes checking whether IORING_OP_FALLOCATE is declared... yes checking whether IORING_OP_READ is declared... checking whether IORING_OP_OPENAT is declared... yes checking whether IORING_OP_WRITE is declared... yes checking whether IORING_OP_CLOSE is declared... yes yes checking whether IORING_OP_FADVISE is declared... yes checking whether IORING_OP_FILES_UPDATE is declared... yes checking whether IORING_OP_MADVISE is declared... yes checking whether IORING_OP_STATX is declared... yes checking whether IORING_OP_SEND is declared... yes checking whether IORING_OP_READ is declared... checking whether IORING_OP_RECV is declared... yes yes checking whether IORING_OP_WRITE is declared... yes checking whether IORING_OP_OPENAT2 is declared... yes checking whether IORING_OP_FADVISE is declared... yes checking whether IORING_OP_EPOLL_CTL is declared... yes checking whether IORING_OP_MADVISE is declared... yes checking whether IORING_OP_SPLICE is declared... yes checking whether IORING_OP_PROVIDE_BUFFERS is declared... checking whether IORING_OP_SEND is declared... yes yes checking whether IORING_OP_RECV is declared... checking whether IORING_OP_REMOVE_BUFFER is declared... yes no checking whether IORING_OP_TEE is declared... checking whether IORING_OP_OPENAT2 is declared... no checking whether IOSQE_FIXED_FILE is declared... yes yes checking whether IOSQE_IO_DRAIN is declared... checking whether IORING_OP_EPOLL_CTL is declared... yes checking whether IOSQE_IO_LINK is declared... yes yes checking whether IOSQE_IO_HARDLINK is declared... yes checking whether IOSQE_ASYNC is declared... checking whether IORING_OP_SPLICE is declared... yes checking whether IOSQE_BUFFER_SELECT is declared... yes yes checking whether SPLICE_F_FD_IN_FIXED is declared... yes checking whether IORING_SETUP_ATTACH_WQ is declared... checking whether IORING_OP_PROVIDE_BUFFERS is declared... yes checking whether IORING_REGISTER_IOWQ_MAX_WORKERS is declared... yes checking whether IORING_OP_REMOVE_BUFFER is declared... no checking for preadv2... no checking whether IORING_OP_TEE is declared... yes checking for pwritev2... no checking whether IOSQE_FIXED_FILE is declared... yes yes checking that generated files are newer than configure... done configure: creating ./config.status checking whether IOSQE_IO_DRAIN is declared... yes checking whether IOSQE_IO_LINK is declared... yes checking whether IOSQE_IO_HARDLINK is declared... yes checking whether IOSQE_ASYNC is declared... yes checking whether IOSQE_BUFFER_SELECT is declared... yes checking whether SPLICE_F_FD_IN_FIXED is declared... yes checking whether IORING_SETUP_ATTACH_WQ is declared... 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: executing libtool commands Cforall library configuraton completed. Type "make -j 8 install". 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: 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.3025 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.3025"; then find "cfa-cc-1.0.0.3025" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "cfa-cc-1.0.0.3025" || { sleep 5 && rm -rf "cfa-cc-1.0.0.3025"; }; else :; fi test -d "cfa-cc-1.0.0.3025" || mkdir "cfa-cc-1.0.0.3025" (cd driver && make top_distdir=../cfa-cc-1.0.0.3025 distdir=../cfa-cc-1.0.0.3025/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.3025 distdir=../cfa-cc-1.0.0.3025/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.3025 distdir=../cfa-cc-1.0.0.3025/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.3025 \ distdir=../../cfa-cc-1.0.0.3025/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.3025/libcfa" || mkdir "../../cfa-cc-1.0.0.3025/libcfa" (cd prelude && make top_distdir=../../cfa-cc-1.0.0.3025 distdir=../../../cfa-cc-1.0.0.3025/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.3025 distdir=../../../cfa-cc-1.0.0.3025/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.3025/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.3025/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.3025 distdir=../cfa-cc-1.0.0.3025/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.3025" distdir="../cfa-cc-1.0.0.3025/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.3025/tests/${file}); \ cp -df /var/lib/jenkins/workspace/Cforall_Distribute_Ref/tests/${file} ../cfa-cc-1.0.0.3025/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.3025 distdir=../../cfa-cc-1.0.0.3025/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.3025" -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.3025" make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp' tardir=cfa-cc-1.0.0.3025 && ${TAR-tar} chof - "$tardir" | eval GZIP= gzip --best -c >cfa-cc-1.0.0.3025.tar.gz make[1]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp' if test -d "cfa-cc-1.0.0.3025"; then find "cfa-cc-1.0.0.3025" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "cfa-cc-1.0.0.3025" || { sleep 5 && rm -rf "cfa-cc-1.0.0.3025"; }; 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.3025 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.3025"; then find "cfa-cc-1.0.0.3025" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "cfa-cc-1.0.0.3025" || { sleep 5 && rm -rf "cfa-cc-1.0.0.3025"; }; else :; fi test -d "cfa-cc-1.0.0.3025" || mkdir "cfa-cc-1.0.0.3025" (cd driver && make top_distdir=../cfa-cc-1.0.0.3025 distdir=../cfa-cc-1.0.0.3025/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.3025 distdir=../cfa-cc-1.0.0.3025/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.3025 distdir=../cfa-cc-1.0.0.3025/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.3025 \ distdir=../../cfa-cc-1.0.0.3025/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.3025/libcfa" || mkdir "../../cfa-cc-1.0.0.3025/libcfa" (cd prelude && make top_distdir=../../cfa-cc-1.0.0.3025 distdir=../../../cfa-cc-1.0.0.3025/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.3025 distdir=../../../cfa-cc-1.0.0.3025/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.3025/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.3025/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.3025 distdir=../cfa-cc-1.0.0.3025/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.3025" distdir="../cfa-cc-1.0.0.3025/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.3025/tests/${file}); \ cp -df /var/lib/jenkins/workspace/Cforall_Distribute_Ref/tests/${file} ../cfa-cc-1.0.0.3025/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.3025 distdir=../../cfa-cc-1.0.0.3025/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.3025" -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.3025" make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp' tardir=cfa-cc-1.0.0.3025 && ${TAR-tar} chof - "$tardir" | eval GZIP= gzip --best -c >cfa-cc-1.0.0.3025.tar.gz make[1]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp' if test -d "cfa-cc-1.0.0.3025"; then find "cfa-cc-1.0.0.3025" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "cfa-cc-1.0.0.3025" || { sleep 5 && rm -rf "cfa-cc-1.0.0.3025"; }; else :; fi case 'cfa-cc-1.0.0.3025.tar.gz' in \ *.tar.gz*) \ eval GZIP= gzip --best -dc cfa-cc-1.0.0.3025.tar.gz | ${TAR-tar} xf - ;;\ *.tar.bz2*) \ bzip2 -dc cfa-cc-1.0.0.3025.tar.bz2 | ${TAR-tar} xf - ;;\ *.tar.lz*) \ lzip -dc cfa-cc-1.0.0.3025.tar.lz | ${TAR-tar} xf - ;;\ *.tar.xz*) \ xz -dc cfa-cc-1.0.0.3025.tar.xz | ${TAR-tar} xf - ;;\ *.tar.Z*) \ uncompress -c cfa-cc-1.0.0.3025.tar.Z | ${TAR-tar} xf - ;;\ *.shar.gz*) \ eval GZIP= gzip --best -dc cfa-cc-1.0.0.3025.shar.gz | unshar ;;\ *.zip*) \ unzip cfa-cc-1.0.0.3025.zip ;;\ esac chmod -R a-w cfa-cc-1.0.0.3025 chmod u+w cfa-cc-1.0.0.3025 mkdir cfa-cc-1.0.0.3025/_build cfa-cc-1.0.0.3025/_build/sub cfa-cc-1.0.0.3025/_inst chmod a-w cfa-cc-1.0.0.3025 test -d cfa-cc-1.0.0.3025/_build || exit 0; \ dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd cfa-cc-1.0.0.3025/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \ && am__cwd=`pwd` \ && CDPATH="${ZSH_VERSION+.}:" && cd cfa-cc-1.0.0.3025/_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.3025.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.3025/_build/sub' make all-recursive make[2]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub' Making all in driver make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/driver' CXX as.o CXX cfa.o CXX cc1.o CXXLD as CXXLD cc1 CXXLD cfa make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/driver' Making all in src make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/src' make all-am make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_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.3025/_build/sub/src' make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/src' Making all in . make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub' libcfa/x64-debug/config.data Configuring libcfa (/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/../../libcfa/configure) with ''--prefix=/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_inst' DRIVER_DIR=/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_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.3025/_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.3025/_build/sub/../../libcfa/configure) with ''--prefix=/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_inst' DRIVER_DIR=/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_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.3025/_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... yes (GNU style) printf checking whether make supports the include directive... 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... yes checking dependency style of gcc... 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... gcc3 checking for a sed that does not truncate output... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... /usr/bin/sed checking for grep that handles long lines and -e... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... /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... BSD nm checking whether ln -s works... yes 1572864 checking the maximum length of command line arguments... 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 1572864 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 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... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 /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... checking for mt... mt checking if mt is a manifest tool... no checking how to run the C preprocessor... gcc -E gcc -E checking for ANSI C header files... checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for sys/stat.h... yes yes checking for stdlib.h... checking for stdlib.h... yes yes checking for string.h... checking for string.h... yes checking for memory.h... yes checking for memory.h... yes 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 checking for unistd.h... yes checking for dlfcn.h... yes checking for dlfcn.h... yes checking for objdir... .libs yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... 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... 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 static flag -static works... yes checking if gcc supports -c -o file.o... 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 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 whether -lc should be explicitly linked in... no checking dynamic linker characteristics... 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 for g++... 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... checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking whether g++ accepts -g... yes checking dependency style of g++... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... gcc3 checking how to run the C++ preprocessor... g++ -E 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 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... checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ supports -c -o file.o... 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... no checking linux/io_uring.h usability... yes checking linux/rseq.h presence... yes checking for linux/rseq.h... yes checking for rseq_available in -lrseq... 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 yes checking liburing.h usability... 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_WRITEV is declared... checking whether IORING_OP_READV is declared... yes yes checking whether IORING_OP_FSYNC is declared... yes checking whether IORING_OP_WRITEV is declared... 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... yes checking whether IORING_OP_SENDMSG is declared... yes checking whether IORING_OP_TIMEOUT is declared... yes checking whether IORING_OP_RECVMSG is declared... yes checking whether IORING_OP_TIMEOUT_REMOVE is declared... checking whether IORING_OP_TIMEOUT is declared... yes yes checking whether IORING_OP_ACCEPT is declared... yes checking whether IORING_OP_TIMEOUT_REMOVE is declared... yes checking whether IORING_OP_ASYNC_CANCEL is declared... checking whether IORING_OP_ACCEPT is declared... yes yes checking whether IORING_OP_ASYNC_CANCEL is declared... checking whether IORING_OP_LINK_TIMEOUT is declared... yes yes checking whether IORING_OP_LINK_TIMEOUT is declared... checking whether IORING_OP_CONNECT is declared... yes yes checking whether IORING_OP_CONNECT is declared... yes checking whether IORING_OP_FALLOCATE is declared... yes checking whether IORING_OP_FALLOCATE is declared... checking whether IORING_OP_OPENAT is declared... yes yes checking whether IORING_OP_OPENAT is declared... yes checking whether IORING_OP_CLOSE is declared... yes checking whether IORING_OP_CLOSE is declared... 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... checking whether IORING_OP_READ is declared... yes yes checking whether IORING_OP_WRITE is declared... checking whether IORING_OP_WRITE is declared... yes yes checking whether IORING_OP_FADVISE is declared... checking whether IORING_OP_FADVISE is declared... yes yes checking whether IORING_OP_MADVISE is declared... checking whether IORING_OP_MADVISE is declared... yes yes checking whether IORING_OP_SEND is declared... checking whether IORING_OP_SEND is declared... yes yes checking whether IORING_OP_RECV is declared... yes checking whether IORING_OP_RECV is declared... yes checking whether IORING_OP_OPENAT2 is declared... yes checking whether IORING_OP_OPENAT2 is declared... yes checking whether IORING_OP_EPOLL_CTL is declared... yes checking whether IORING_OP_EPOLL_CTL is declared... 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... checking whether IORING_OP_PROVIDE_BUFFERS is declared... yes yes checking whether IORING_OP_REMOVE_BUFFER is declared... checking whether IORING_OP_REMOVE_BUFFER is declared... no 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_DRAIN is declared... yes checking whether IOSQE_IO_LINK is declared... yes checking whether IOSQE_IO_LINK is declared... yes checking whether IOSQE_IO_HARDLINK is declared... yes checking whether IOSQE_IO_HARDLINK is declared... yes checking whether IOSQE_ASYNC is declared... yes checking whether IOSQE_ASYNC is declared... yes checking whether IOSQE_BUFFER_SELECT is declared... yes checking whether IOSQE_BUFFER_SELECT is declared... yes checking whether SPLICE_F_FD_IN_FIXED is declared... yes checking whether SPLICE_F_FD_IN_FIXED is declared... yes checking whether IORING_SETUP_ATTACH_WQ is declared... yes checking whether IORING_SETUP_ATTACH_WQ is declared... yes checking whether IORING_REGISTER_IOWQ_MAX_WORKERS is declared... yes checking whether IORING_REGISTER_IOWQ_MAX_WORKERS is declared... no checking for preadv2... no checking for preadv2... yes checking for pwritev2... yes checking for pwritev2... yes 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 Makefile config.status: creating prelude/Makefile config.status: creating src/Makefile config.status: creating src/concurrency/io/call.cfa 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 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.3025/_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.3025/_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.3025/_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.3025/_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.3025/_build/sub/libcfa/x64-debug/prelude' make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_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.3025/_build/sub/libcfa/x64-debug/src' CFA fstream.lo CFA common.lo CFA iostream.lo CFA heap.lo CFA limits.lo CFA iterator.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.3025/_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.3025/_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.3025/_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.3025/_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.3025/_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.3025/_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.3025/_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.3025/_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.3025/_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.3025/_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 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_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 collections/pair.lo CFA collections/result.lo CFA collections/string.lo /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_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 collections/string_res.lo CFA collections/vector.lo CFA device/cpu.lo CFA concurrency/alarm.lo CFA concurrency/coroutine.lo CFA concurrency/exception.lo CFA concurrency/kernel.lo CFA concurrency/kernel/cluster.lo CFA concurrency/clib/cfathread.lo CFA concurrency/io/setup.lo CFA concurrency/io/call.lo CCLD libcfa.la 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.3025/_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.3025/_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.3025/_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.3025/_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.3025/_build/sub/libcfa/x64-debug/src' make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_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.3025/_build/sub/libcfa/x64-debug' make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_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.3025/_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.3025/_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.3025/_build/sub/libcfa/x64-nodebug/prelude' GEN gcc-builtins.c GEN builtins.cfa GEN prelude.cfa GEN extras.cfa GEN gcc-builtins.cfa GEN extras.cfa GEN bootloader.c make[5]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/libcfa/x64-nodebug/prelude' make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_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.3025/_build/sub/libcfa/x64-nodebug/src' CFA common.lo CFA fstream.lo CFA heap.lo CFA iostream.lo CFA limits.lo CFA iterator.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.3025/_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.3025/_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.3025/_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.3025/_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.3025/_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.3025/_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.3025/_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.3025/_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.3025/_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.3025/_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.3025/_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.3025/_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, | ^ CFA device/cpu.lo /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 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.3025/_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.3025/_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.3025/_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.3025/_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.3025/_build/sub/libcfa/x64-nodebug/src' make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_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.3025/_build/sub/libcfa/x64-nodebug' make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/libcfa/x64-nodebug' make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub' make[1]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub' make[1]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub' Making dvi in driver make[2]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_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.3025/_build/sub/driver' Making dvi in src make[2]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_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.3025/_build/sub/src' Making dvi in . make[2]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_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.3025/_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.3025/_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.3025/_build/sub/libcfa/x64-debug/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.3025/_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.3025/_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.3025/_build/sub/libcfa/x64-debug/src' make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_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.3025/_build/sub/libcfa/x64-debug' make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_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.3025/_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.3025/_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.3025/_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.3025/_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.3025/_build/sub/libcfa/x64-nodebug/src' make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_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.3025/_build/sub/libcfa/x64-nodebug' make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/libcfa/x64-nodebug' make[1]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub' make[1]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub' Making check in driver make[2]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_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.3025/_build/sub/driver' Making check in src make[2]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/src' make check-am make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_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.3025/_build/sub/src' make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/src' Making check in . make[2]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub' make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_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.3025/_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.3025/_build/sub/libcfa/x64-debug/prelude' make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_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.3025/_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.3025/_build/sub/libcfa/x64-debug/src' make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_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.3025/_build/sub/libcfa/x64-debug' make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_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.3025/_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.3025/_build/sub/libcfa/x64-nodebug/prelude' make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_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.3025/_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.3025/_build/sub/libcfa/x64-nodebug/src' make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_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.3025/_build/sub/libcfa/x64-nodebug' make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_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.3025/_build/sub/tests' Running 347 tests on 8 cores (x64 - debug) array-ERR2 PASSED C 0:00.059 - R n/a array-ERR3 PASSED C 0:00.142 - R n/a array-ERR1 PASSED C 0:00.623 - R n/a array PASSED C 0:00.629 - R 0:00.001 array-collections/array-raii-c PASSED C 0:00.848 - R 0:00.005 array-collections/array-raii-cfa PASSED C 0:00.998 - R 0:00.005 array-collections/array-basic PASSED C 0:01.477 - R 0:00.005 array-collections/dimexpr-match-c PASSED C 0:00.873 - R 0:00.005 array-collections/array-sbscr-types PASSED C 0:01.389 - R 0:00.005 ...ollections/language-dim-mismatch PASSED C 0:00.135 - R n/a array-collections/boxed PASSED C 0:01.448 - R 0:00.005 array-collections/safety-summary PASSED C 0:00.413 - R n/a array-collections/symtab-collision PASSED C 0:00.351 - R n/a attr-priority PASSED C 0:00.371 - R n/a array-collections/dimexpr-match-cfa PASSED C 0:01.402 - R 0:00.005 algorithms/range_test PASSED C 0:04.085 - R 0:00.005 castError PASSED C 0:00.363 - R n/a array-collections/accordion PASSED C 0:04.409 - R 0:00.005 builtins/sync PASSED C 0:00.722 - R 0:00.001 cast PASSED C 0:00.635 - R 0:00.001 alloc-ERROR PASSED C 0:05.932 - R n/a avl_test PASSED C 0:03.283 - R 0:00.005 collections/multi_list PASSED C 0:06.201 - R 0:00.005 alloc PASSED C 0:10.989 - R 0:00.010 alloc2 PASSED C 0:11.360 - R 0:00.010 collections/stack PASSED C 0:06.167 - R 0:00.005 collections/queue PASSED C 0:07.604 - R 0:00.005 collections/sequence PASSED C 0:08.217 - R 0:00.005 collections/string-api-coverage PASSED C 0:08.441 - R 0:00.009 collections/atomic_mpsc PASSED C 0:08.051 - R 0:03.171 collections/string-ctx-manage PASSED C 0:04.640 - R 0:00.005 collections/string-gc PASSED C 0:04.718 - R 0:00.009 collections/string-istream PASSED C 0:05.046 - R 0:00.009 collections/string-compare PASSED C 0:06.283 - R 0:00.005 ...ns/vector-err-pass-perm-it-byval PASSED C 0:01.917 - R n/a ...ns/vector-err-retn-perm-it-byval PASSED C 0:01.652 - R n/a ...ions/string-api-coverage-noshare PASSED C 0:08.482 - R 0:00.009 collections/vector-demo PASSED C 0:03.874 - R 0:00.005 collections/string-overwrite PASSED C 0:04.805 - R 0:00.009 ...ections/string-overwrite-noshare PASSED C 0:04.812 - R 0:00.017 complex PASSED C 0:04.235 - R 0:00.005 collections/string-istream-manip PASSED C 0:08.896 - R 0:00.017 concurrency/actors/executor PASSED C 0:11.653 - R 0:00.169 concurrency/actors/inherit PASSED C 0:11.752 - R 0:00.115 concurrency/actors/inline PASSED C 0:11.352 - R 0:00.115 concurrency/actors/pingpong PASSED C 0:11.682 - R 0:00.165 concurrency/actors/matrixMultiply PASSED C 0:11.639 - R 0:00.817 concurrency/actors/poison PASSED C 0:11.393 - R 0:00.115 concurrency/actors/dynamic PASSED C 0:11.252 - R 0:03.071 concurrency/actors/static PASSED C 0:11.300 - R 0:00.266 concurrency/barrier/generation PASSED C 0:07.967 - R 0:00.215 concurrency/barrier/last PASSED C 0:08.057 - R 0:00.165 concurrency/barrier/order PASSED C 0:07.994 - R 0:00.115 concurrency/actors/types PASSED C 0:11.800 - R 0:00.165 concurrency/channels/churn PASSED C 0:10.561 - R 0:10.081 concurrency/channels/big_elems PASSED C 0:10.573 - R 0:10.683 concurrency/channels/contend PASSED C 0:10.751 - R 0:10.133 concurrency/channels/daisy_chain PASSED C 0:10.688 - R 0:10.081 concurrency/clib PASSED C 0:01.617 - R 0:00.115 concurrency/clib_tls PASSED C 0:01.811 - R 0:00.165 concurrency/ctor-check PASSED C 0:00.435 - R n/a concurrency/cluster PASSED C 0:05.540 - R 0:00.115 concurrency/channels/hot_potato PASSED C 0:10.502 - R 0:10.080 concurrency/channels/ping_pong PASSED C 0:10.446 - R 0:10.081 concurrency/channels/pub_sub PASSED C 0:10.626 - R 0:10.081 concurrency/cofor PASSED C 0:07.210 - R 0:00.116 concurrency/channels/zero_size PASSED C 0:10.313 - R 0:10.083 concurrency/coroutineYield PASSED C 0:08.158 - R 0:00.065 concurrency/examples/datingService PASSED C 0:07.935 - R 0:00.065 concurrency/examples/gortn PASSED C 0:07.743 - R 0:00.065 ...rrency/examples/boundedBufferEXT PASSED C 0:07.950 - R 0:04.625 concurrency/futures/abandon PASSED C 0:05.691 - R 0:00.116 concurrency/examples/matrixSum PASSED C 0:07.699 - R 0:00.166 concurrency/futures/basic PASSED C 0:05.739 - R 0:00.115 concurrency/keywordErrors PASSED C 0:00.231 - R n/a concurrency/examples/quickSort PASSED C 0:09.172 - R 0:00.065 concurrency/mainError PASSED C 0:00.164 - R n/a ...rrency/examples/boundedBufferINT PASSED C 0:08.054 - R 0:04.525 concurrency/futures/typed PASSED C 0:07.390 - R 0:00.165 concurrency/join PASSED C 0:07.793 - R 0:00.065 concurrency/migrate PASSED C 0:07.732 - R 0:00.115 concurrency/futures/wait_any PASSED C 0:09.931 - R 0:00.115 concurrency/futures/multi PASSED C 0:11.128 - R 0:00.115 concurrency/lockfree_stack PASSED C 0:08.235 - R 0:06.678 concurrency/mutexstmt/monitors PASSED C 0:06.092 - R 0:02.069 concurrency/futures/select_future PASSED C 0:19.134 - R 0:00.115 concurrency/once PASSED C 0:08.016 - R 0:00.115 concurrency/mutexstmt/tuple PASSED C 0:09.703 - R 0:00.005 concurrency/park/contention PASSED C 0:05.523 - R 0:00.116 concurrency/monitor PASSED C 0:07.888 - R 0:12.389 concurrency/park/start_parked PASSED C 0:05.484 - R 0:00.116 concurrency/mutexstmt/locks PASSED C 0:08.104 - R 0:08.683 concurrency/park/force_preempt PASSED C 0:07.613 - R 0:00.416 ...urrency/pthread/pthread_key_test PASSED C 0:02.182 - R 0:00.065 ...rrency/pthread/pthread_attr_test PASSED C 0:07.585 - R 0:00.065 concurrency/multi-monitor PASSED C 0:08.159 - R 0:15.746 ...pthread/pthread_demo_create_join PASSED C 0:07.635 - R 0:00.065 ...rrency/pthread/pthread_cond_test PASSED C 0:07.956 - R 0:00.065 concurrency/preempt PASSED C 0:08.809 - R 0:07.280 ...rrency/pthread/pthread_once_test PASSED C 0:07.540 - R 0:00.115 concurrency/readyQ/barrier_sleeper PASSED C 0:07.847 - R 0:00.165 ...rrency/pthread/pthread_demo_lock PASSED C 0:08.288 - R 0:04.926 concurrency/readyQ/leader_spin PASSED C 0:07.741 - R 0:00.216 concurrency/signal/block PASSED C 0:08.402 - R 0:01.067 concurrency/signal/disjoint PASSED C 0:08.219 - R 0:01.318 concurrency/signal/wait PASSED C 0:08.135 - R 0:00.215 concurrency/suspend_then PASSED C 0:07.899 - R 0:00.115 concurrency/sleep PASSED C 0:08.260 - R 0:01.168 concurrency/thread PASSED C 0:09.018 - R 0:00.116 concurrency/preempt2 PASSED C 0:07.900 - R 0:20.105 .../unified_locking/block_spin_lock PASSED C 0:09.403 - R 0:00.115 ...ency/unified_locking/exp_backoff PASSED C 0:09.245 - R 0:00.115 .../unified_locking/fast_block_lock PASSED C 0:09.306 - R 0:00.116 ...cy/unified_locking/pthread_locks PASSED C 0:07.247 - R 0:00.115 ...fied_locking/mcs_block_spin_lock PASSED C 0:09.432 - R 0:00.115 concurrency/unified_locking/mcs PASSED C 0:09.241 - R 0:05.226 ...nified_locking/simple_owner_lock PASSED C 0:09.321 - R 0:00.115 ...ncy/unified_locking/timeout_lock PASSED C 0:07.011 - R 0:01.117 concurrency/waitfor/barge PASSED C 0:08.206 - R 0:00.216 concurrency/waitfor/else PASSED C 0:06.655 - R 0:00.065 concurrency/waitfor/parse PASSED C 0:04.411 - R 0:00.001 concurrency/waitfor/dtor PASSED C 0:08.030 - R 0:01.167 concurrency/waitfor/recurse PASSED C 0:08.224 - R 0:00.767 concurrency/unified_locking/locks PASSED C 0:07.672 - R 0:21.530 concurrency/waitfor/statment PASSED C 0:08.286 - R 0:00.115 concurrency/waitfor/when PASSED C 0:07.961 - R 0:00.165 concurrency/waituntil/all_types PASSED C 0:09.539 - R 0:02.119 concurrency/waituntil/basic_else PASSED C 0:07.552 - R 0:00.115 ...ency/waituntil/channel_zero_size PASSED C 0:08.460 - R 0:02.019 concurrency/waituntil/channels PASSED C 0:08.746 - R 0:02.069 concurrency/waituntil/futures PASSED C 0:07.925 - R 0:00.116 ...ency/unified_locking/futex_mutex PASSED C 0:09.369 - R 0:37.582 concurrency/waituntil/channel_close PASSED C 0:08.680 - R 0:10.086 concurrency/waituntil/one_chan PASSED C 0:08.347 - R 0:00.366 configs/parsebools PASSED C 0:06.184 - R 0:00.033 concurrency/waituntil/locks PASSED C 0:09.752 - R 0:04.823 concurrency/waituntil/timeout PASSED C 0:04.739 - R 0:03.072 const-init PASSED C 0:00.733 - R 0:00.005 configs/parseconfig PASSED C 0:06.344 - R 0:00.009 configs/usage PASSED C 0:06.119 - R 0:00.009 copyfile PASSED C 0:04.148 - R 0:00.009 coroutine/fibonacci PASSED C 0:04.783 - R 0:00.065 coroutine/devicedriver PASSED C 0:05.247 - R 0:00.065 ...urrency/unified_locking/mcs_spin PASSED C 0:09.277 - R 0:45.594 coroutine/fmtLines PASSED C 0:05.189 - R 0:00.065 coroutine/pingpong PASSED C 0:05.097 - R 0:00.065 counter PASSED C 0:03.908 - R 0:00.005 .../unified_locking/spin_queue_lock PASSED C 0:09.329 - R 0:46.765 coroutine/raii PASSED C 0:05.100 - R 0:00.065 coroutine/runningTotal PASSED C 0:04.924 - R 0:00.115 coroutine/prodcons PASSED C 0:06.723 - R 0:00.065 ctrl-flow/labelledExit PASSED C 0:00.658 - R 0:00.001 ctrl-flow/loop-inc PASSED C 0:00.681 - R 0:00.005 ctrl-flow/break-misc PASSED C 0:04.188 - R 0:00.005 ctrl-flow/fallthrough PASSED C 0:04.125 - R 0:00.005 ctrl-flow/goto PASSED C 0:04.006 - R 0:00.005 ctrl-flow/ifwhileCtl PASSED C 0:04.127 - R 0:00.005 enum PASSED C 0:00.699 - R 0:00.005 designations PASSED C 0:04.672 - R 0:00.009 enum_tests/funcEnum PASSED C 0:01.352 - R 0:00.005 ctrl-flow/loop_else PASSED C 0:06.998 - R 0:00.005 enum_tests/anonymous PASSED C 0:03.961 - R 0:00.005 div PASSED C 0:05.743 - R 0:00.005 device/cpu PASSED C 0:06.866 - R 0:00.009 ctrl-flow/loopctrl PASSED C 0:08.837 - R 0:00.009 enum_tests/structEnum PASSED C 0:01.337 - R 0:00.005 enum_tests/enumInlineValue PASSED C 0:06.015 - R 0:00.005 errors/declaration PASSED C 0:00.066 - R n/a errors/scope PASSED C 0:00.353 - R n/a enum_tests/input PASSED C 0:04.105 - R 0:00.009 errors/scope-type PASSED C 0:00.101 - R n/a errors/signature PASSED C 0:00.083 - R n/a eval PASSED C 0:00.749 - R 0:00.005 enum_tests/stringEnum PASSED C 0:04.006 - R 0:00.005 enum_tests/planet PASSED C 0:05.883 - R 0:00.005 enum_tests/typedIntEnum PASSED C 0:04.253 - R 0:00.006 enum_tests/position PASSED C 0:05.729 - R 0:00.005 enum_tests/voidEnum PASSED C 0:04.048 - R 0:00.005 exceptions/cancel/coroutine PASSED C 0:05.297 - R 0:00.065 exceptions/conditional PASSED C 0:04.022 - R 0:00.005 exceptions/data-except PASSED C 0:04.353 - R 0:00.005 exceptions/conditional-threads PASSED C 0:05.201 - R 0:00.065 exceptions/defaults PASSED C 0:04.418 - R 0:00.005 exceptions/cancel/thread PASSED C 0:07.881 - R 0:00.065 concurrency/waituntil/repeat_close PASSED C 0:09.061 - R 0:30.080 exceptions/cor_resumer PASSED C 0:07.807 - R 0:00.065 exceptions/defaults-threads PASSED C 0:05.646 - R 0:00.115 exceptions/finally PASSED C 0:04.333 - R 0:00.005 exceptions/fibonacci_nonlocal PASSED C 0:06.528 - R 0:00.065 exceptions/interact PASSED C 0:04.459 - R 0:00.005 exceptions/finally-threads PASSED C 0:05.424 - R 0:00.065 exceptions/polymorphic PASSED C 0:04.356 - R 0:00.005 exceptions/try-ctrl-flow PASSED C 0:00.191 - R n/a exceptions/type-check PASSED C 0:00.239 - R n/a exceptions/try-leave-catch PASSED C 0:00.884 - R 0:00.005 exceptions/resume PASSED C 0:04.635 - R 0:00.005 expression PASSED C 0:00.648 - R 0:00.001 exceptions/terminate PASSED C 0:04.751 - R 0:00.005 exceptions/trash PASSED C 0:04.167 - R 0:00.005 exceptions/pingpong_nonlocal PASSED C 0:08.105 - R 0:00.116 exceptions/resume-threads PASSED C 0:05.822 - R 0:00.116 exceptions/terminate-threads PASSED C 0:05.813 - R 0:00.065 exceptions/virtual-poly PASSED C 0:04.145 - R 0:00.005 exceptions/virtual-cast PASSED C 0:05.473 - R 0:00.005 global-monomorph PASSED C 0:00.719 - R 0:00.005 fstream_test PASSED C 0:04.245 - R 0:00.005 generator/fibonacci PASSED C 0:03.951 - R 0:00.005 forall PASSED C 0:05.323 - R 0:00.005 generator/fmtLines PASSED C 0:04.074 - R 0:00.009 identFuncDeclarator PASSED C 0:00.608 - R 0:00.001 identParamDeclarator PASSED C 0:00.748 - R 0:00.005 generator/suspend_then PASSED C 0:03.969 - R 0:00.005 function-operator PASSED C 0:06.018 - R 0:00.005 genericUnion PASSED C 0:04.106 - R 0:00.005 include/vector-sequence PASSED C 0:01.114 - R 0:00.005 include/vector-collections PASSED C 0:01.782 - R 0:00.005 init1 PASSED C 0:00.611 - R 0:00.001 init1-ERROR PASSED C 0:00.365 - R n/a hello PASSED C 0:04.054 - R 0:00.005 identity PASSED C 0:04.311 - R 0:00.005 include/stdincludes PASSED C 0:04.237 - R 0:00.001 include/vector-fstream PASSED C 0:04.146 - R 0:00.005 io/away_fair PASSED C 0:09.497 - R 0:00.116 io/comp_basic PASSED C 0:09.608 - R 0:00.115 io/comp_fair PASSED C 0:09.814 - R 0:00.166 include/includes PASSED C 0:13.179 - R 0:00.002 io/io-acquire-in PASSED C 0:08.413 - R 0:00.115 io/io-acquire PASSED C 0:09.219 - R 0:00.116 heap PASSED C 0:06.042 - R 0:10.389 limits PASSED C 0:00.635 - R 0:00.001 io/io PASSED C 0:12.227 - R 0:00.009 linking/exception-nothreads PASSED C 0:02.754 - R 0:00.005 io/manipulatorsInput-uchunk FAILED with code 1 C 0:06.656 - R 0:00.005 --- default.1 --- Failed to open file: /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/tests/io/.in/manipulatorsInput-uchunk.default.1.auxdata ERR No core dump, expected '/tmp/tmphhz4nbtn/core' (limit soft: -1 hard: -1) linking/exception-withthreads PASSED C 0:04.282 - R 0:00.065 io/manipulatorsOutput4 PASSED C 0:07.004 - R 0:00.017 io/io-acquire-out PASSED C 0:08.470 - R 0:00.115 linking/nostdlib PASSED C 0:00.683 - R 0:00.048 io/io-acquire2 PASSED C 0:09.060 - R 0:00.166 linkonce PASSED C 0:00.791 - R 0:00.005 io/many_read PASSED C 0:09.513 - R 0:00.115 linking/io-acquire PASSED C 0:05.636 - R 0:00.005 linking/mangling/anon PASSED C 0:03.997 - R 0:00.005 maybe PASSED C 0:00.842 - R 0:00.005 linking/nothreads PASSED C 0:05.387 - R 0:00.005 linking/weakso_nothd PASSED C 0:05.362 - R 0:00.005 literals PASSED C 0:04.154 - R 0:00.005 nested-types PASSED C 0:00.640 - R 0:00.002 nested-types-ERR1 PASSED C 0:00.087 - R n/a nested-types-ERR2 PASSED C 0:00.129 - R n/a linking/withthreads PASSED C 0:07.634 - R 0:00.065 meta/fork+exec PASSED C 0:03.096 - R 0:00.017 opt-params PASSED C 0:00.066 - R n/a numericConstants PASSED C 0:00.620 - R 0:00.002 operators PASSED C 0:00.670 - R 0:00.005 poly-d-cycle PASSED C 0:00.700 - R 0:00.005 poly-many-arsz PASSED C 0:00.685 - R 0:00.005 polybits PASSED C 0:00.141 - R n/a meta/dumpable PASSED C 0:05.647 - R 0:00.005 poly-o-cycle PASSED C 0:00.737 - R 0:00.005 malloc PASSED C 0:06.753 - R 0:00.005 poly-selection PASSED C 0:00.696 - R 0:00.005 quasiKeyword PASSED C 0:00.662 - R 0:00.001 raii/ctor-autogen-ERR1 PASSED C 0:00.413 - R n/a raii/ctor-autogen PASSED C 0:01.117 - R 0:00.005 io/io-acquire-no-io PASSED C 0:07.972 - R 0:11.643 list/dlist-insert-remove PASSED C 0:09.081 - R 0:00.017 minmax PASSED C 0:07.776 - R 0:00.005 polymorphism PASSED C 0:04.253 - R 0:00.005 quotedKeyword PASSED C 0:03.910 - R 0:00.005 raii/boxed-types PASSED C 0:04.048 - R 0:00.005 raii/init_once PASSED C 0:00.775 - R 0:00.005 raii/dtor-early-exit-ERR1 PASSED C 0:03.259 - R n/a raii/dtor-early-exit-ERR2 PASSED C 0:03.320 - R n/a raii/typeof-member PASSED C 0:00.684 - R 0:00.005 raii/globals PASSED C 0:04.245 - R 0:00.005 result PASSED C 0:01.005 - R 0:00.005 simpleGenericTriple PASSED C 0:00.888 - R 0:00.005 raii/memberCtors-ERR1 PASSED C 0:02.814 - R n/a raii/dtor-early-exit PASSED C 0:06.029 - R 0:00.009 smart-pointers PASSED C 0:00.873 - R 0:00.005 raii/memberCtors PASSED C 0:04.563 - R 0:00.009 references PASSED C 0:04.717 - R 0:00.005 shortCircuit PASSED C 0:04.065 - R 0:00.005 switch PASSED C 0:00.625 - R 0:00.001 sizeof PASSED C 0:03.967 - R 0:00.005 tuple/tupleCast PASSED C 0:00.676 - R 0:00.005 strstream PASSED C 0:04.475 - R 0:00.005 searchsort PASSED C 0:07.057 - R 0:00.009 tuple/tupleFunction PASSED C 0:00.739 - R 0:00.005 tuple/tupleMember PASSED C 0:00.733 - R 0:00.005 tuple/tuplePolymorphism PASSED C 0:00.875 - R 0:00.005 typedefRedef-ERR1 PASSED C 0:00.084 - R n/a typedefRedef PASSED C 0:00.611 - R 0:00.002 typeof PASSED C 0:00.797 - R 0:00.005 var-assert PASSED C 0:00.097 - R n/a sum PASSED C 0:06.397 - R 0:00.005 variableDeclarator PASSED C 0:00.619 - R 0:00.001 tuple/tupleVariadic PASSED C 0:02.883 - R 0:00.005 tuple/tupleAssign PASSED C 0:05.177 - R 0:00.005 swap PASSED C 0:07.236 - R 0:00.005 time PASSED C 0:06.035 - R 0:00.005 userLiterals PASSED C 0:04.616 - R 0:00.005 rational PASSED C 0:14.533 - R 0:00.009 vector PASSED C 0:06.334 - R 0:00.005 vector_math/vec2_double PASSED C 0:06.016 - R 0:00.005 voidPtr PASSED C 0:00.666 - R 0:00.005 vector_math/vec2_uint PASSED C 0:06.006 - R 0:00.005 warnings/self-assignment PASSED C 0:00.632 - R 0:00.001 withconflict PASSED C 0:00.356 - R n/a KRfunctions PASSED C 0:00.579 - R 0:00.002 vector_math/vec2_float PASSED C 0:10.753 - R 0:00.009 vector_math/vec2_int PASSED C 0:10.883 - R 0:00.009 ...collections/dimexpr-match-c-ERRS PASSED C 0:00.459 - R n/a vector_math/vec3_float PASSED C 0:10.790 - R 0:00.009 vector_math/vec3_int PASSED C 0:09.557 - R 0:00.009 ...llections/dimexpr-match-cfa-ERRS PASSED C 0:00.805 - R n/a attributes PASSED C 0:00.692 - R 0:00.001 abs PASSED C 0:05.945 - R 0:00.005 vector_math/vec4_float PASSED C 0:10.440 - R 0:00.009 ...collections/array-md-sbscr-cases PASSED C 0:04.145 - R 0:00.009 vector_math/vec4_int PASSED C 0:09.832 - R 0:00.009 declarationSpecifier PASSED C 0:00.643 - R 0:00.002 errors/completeType PASSED C 0:00.354 - R n/a ato PASSED C 0:06.944 - R 0:00.032 PRNG PASSED C 0:11.972 - R 0:01.783 configs/parsenums PASSED C 0:06.165 - R 0:00.066 extension PASSED C 0:00.602 - R 0:00.002 bitmanip1 PASSED C 0:09.677 - R 0:00.017 functions PASSED C 0:00.583 - R 0:00.002 gccExtensions PASSED C 0:00.578 - R 0:00.001 concurrency/pthread/bounded_buffer PASSED C 0:08.069 - R 0:00.115 bitmanip2 PASSED C 0:09.931 - R 0:00.017 exceptions/cardgame PASSED C 0:06.989 - R 0:00.116 exceptions/hotpotato_checked PASSED C 0:07.497 - R 0:00.065 bitmanip3 PASSED C 0:12.892 - R 0:00.017 exceptions/hotpotato PASSED C 0:07.473 - R 0:00.065 gmp PASSED C 0:06.229 - R 0:00.009 meta/arch PASSED C 0:00.347 - R n/a io/manipulatorsInput PASSED C 0:07.139 - R 0:00.009 io/manipulatorsOutput2 PASSED C 0:08.412 - R 0:00.009 random PASSED C 0:05.594 - R 0:00.005 io/manipulatorsOutput1 PASSED C 0:12.832 - R 0:00.009 vector_math/vec2_ldouble PASSED C 0:05.986 - R 0:00.005 nested_function PASSED C 0:07.596 - R 0:00.033 io/manipulatorsOutput3 PASSED C 0:13.966 - R 0:00.009 math PASSED C 0:12.245 - R 0:00.010 mathX PASSED C 0:13.812 - R 0:00.020 346 passes, 1 failures, 0 timeouts, 0 cancelled, 0 other Tests took 4:54.806 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.3025/_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.3025/_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