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
17:32:50 The recommended git tool is: NONE
17:32:50 using credential git_key_aug20
17:32:50 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
17:32:52 Checking out Revision cdf7d439c924923dbb24ce7fd66539e754fa40d9 (refs/remotes/origin/master)
17:32:52 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
17:32:53 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
17:32:53 -------- Cleanup --------
[Pipeline] stage
[Pipeline] { (Cleanup)
[Pipeline] dir
17:32:53 Running in /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp
[Pipeline] {
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] echo
17:32:53 -------- Checkout --------
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] echo
17:32:53 Checking out commit <20c2ade36d93f0d05a94f6db2b02137d0c9c482a>
[Pipeline] checkout
17:32:53 The recommended git tool is: NONE
17:32:53 using credential git_key_aug20
17:32:53 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
17:32:54 Checking out Revision 20c2ade36d93f0d05a94f6db2b02137d0c9c482a (detached)
17:32:54 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
17:32:54 Constructing new git message
[Pipeline] sh
17:32:54 + git rev-list 20c2ade36d93f0d05a94f6db2b02137d0c9c482a..7568e5ca6e5718e97f473656ac2d190bb2a13f6a
[Pipeline] sh
17:32:55 + git cat-file -t 20c2ade36d93f0d05a94f6db2b02137d0c9c482a
[Pipeline] sh
17:32:55 + git rev-list --format=short 20c2ade36d93f0d05a94f6db2b02137d0c9c482a...7568e5ca6e5718e97f473656ac2d190bb2a13f6a
[Pipeline] sh
17:32:55 + git diff --stat --color 7568e5ca6e5718e97f473656ac2d190bb2a13f6a 20c2ade36d93f0d05a94f6db2b02137d0c9c482a
[Pipeline] echo
17:32:56
17:32:56 <p>- Changes -------------------------------------------------------------</p>
17:32:56
17:32:56 <pre>
17:32:56 The branch null has been updated.
17:32:56 from 20c2ade36d93f0d05a94f6db2b02137d0c9c482a (commit)
17:32:56 </pre>
17:32:56
17:32:56 <p>- Log -----------------------------------------------------------------</p>
17:32:56
17:32:56 <pre>
17:32:56 commit 20c2ade36d93f0d05a94f6db2b02137d0c9c482a
17:32:56 Author: Andrew Beach <ajbeach@uwaterloo.ca>
17:32:56
17:32:56 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.
17:32:56
17:32:56 commit 6325bd484b77950ce179d7b9ad51429b3416b38d
17:32:56 Author: Michael Brooks <mlbrooks@uwaterloo.ca>
17:32:56
17:32:56 Fix fork+exec missed case / broken build
17:32:56
17:32:56 commit efe697d7961e2d85c347384ad29592fc7d5af800
17:32:56 Author: Michael Brooks <mlbrooks@uwaterloo.ca>
17:32:56
17:32:56 Add EOF test coverage for string reading.
17:32:56
17:32:56 commit 025f9c58ebe020032b017f4eea6539d17a311ec0
17:32:56 Author: Michael Brooks <mlbrooks@uwaterloo.ca>
17:32:56
17:32:56 Update 'fork+exec' test utility to be valid also in C and C++.
17:32:56
17:32:56 commit a35e34220bcc3a0cc1bb85804bab226c7523800f
17:32:56 Author: JiadaL <j82liang@uwaterloo.ca>
17:32:56
17:32:56 update the discussion of unit type
17:32:56
17:32:56 commit 08e0d654c1dfab371c0687df49b73356a9f12b70
17:32:56 Author: JiadaL <j82liang@uwaterloo.ca>
17:32:56
17:32:56 Fix inst type as base type for enum
17:32:56
17:32:56 commit aa14aafea1bae6cc4de02b4744e9d067c47d6d05
17:32:56 Author: JiadaL <j82liang@uwaterloo.ca>
17:32:56
17:32:56 Update thesis
17:32:56
17:32:56 commit 3d618a082395e09cbc727c5d2b78ac976923f136
17:32:56 Merge: d93b8131b f5dbc8df4
17:32:56 Author: JiadaL <j82liang@uwaterloo.ca>
17:32:56
17:32:56 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
17:32:56
17:32:56 commit d93b8131b6d6f864fdf457bb174840310cb9dfd1
17:32:56 Author: JiadaL <j82liang@uwaterloo.ca>
17:32:56
17:32:56 Add separate compilation discussion
17:32:56
17:32:56 commit f5dbc8df489de22e267b0fb6f49ccf90c87fa35f
17:32:56 Author: Andrew Beach <ajbeach@uwaterloo.ca>
17:32:56
17:32:56 Removed some unneeded code that could have gone last commit.
17:32:56
17:32:56 commit b6f2e7abcc170946c8758bcf25e0848b57d5f213
17:32:56 Author: Andrew Beach <ajbeach@uwaterloo.ca>
17:32:56
17:32:56 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.
17:32:56
17:32:56 commit 5c6d4391a774a836741d9e89d2cd3febae9e4d44
17:32:56 Author: Andrew Beach <ajbeach@uwaterloo.ca>
17:32:56
17:32:56 Order of evaluation between arguments of a function is not left-to-right. Or right-to-left for that matter, it is unordred.
17:32:56
17:32:56 commit a7efc9681df5c4fcce1ba0578548d32db5ba9d4c
17:32:56 Author: Andrew Beach <ajbeach@uwaterloo.ca>
17:32:56
17:32:56 Made sure a variable is always initialized and removed some trailing whitespace.
17:32:56
17:32:56 commit d3b33d562b54bf3ba5b7da8d7e32ae363017d5c7
17:32:56 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
17:32:56
17:32:56 fix dangling reference after delete
17:32:56
17:32:56 commit 02101a45a08b3935b33cad46118592615c09f3a2
17:32:56 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
17:32:56
17:32:56 comment out unused variable declaration
17:32:56
17:32:56 commit 478dadeb3c5d3140511bb4b837981f8b474530d3
17:32:56 Merge: 29c867509 a933489bd
17:32:56 Author: JiadaL <j82liang@uwaterloo.ca>
17:32:56
17:32:56 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
17:32:56
17:32:56 commit 29c8675099308007aaa5be2a10db2bc13c6dbca7
17:32:56 Author: JiadaL <j82liang@uwaterloo.ca>
17:32:56
17:32:56 update thesis
17:32:56
17:32:56 commit a933489bd49da48c88bddbfd58f7fe1c02e90d44
17:32:56 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
17:32:56
17:32:56 change exception throw to use copy constructor rather than assignment to initialize exception instance
17:32:56
17:32:56 commit 82a5ea23df09d8e6900e45f3b0d081bad576c253
17:32:56 Author: Andrew Beach <ajbeach@uwaterloo.ca>
17:32:56
17:32:56 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.
17:32:56
17:32:56 commit 9bb6c5f932cd0dc4fdb4d3e7678e9286959c06a0
17:32:56 Merge: ad47ec437 508cff026
17:32:56 Author: JiadaL <j82liang@uwaterloo.ca>
17:32:56
17:32:56 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
17:32:56
17:32:56 commit 508cff026f51f3c569af15b678037daae167ad0b
17:32:56 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
17:32:56
17:32:56 fix quotations from C++ reference manual
17:32:56
17:32:56 commit 737bf737154ccbbd457126f5c3fe477216ece460
17:32:56 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
17:32:56
17:32:56 correct check for EOF when reading character strings
17:32:56
17:32:56 commit db19e1d0d4adcc296ca7022c295f441155d4b6dc
17:32:56 Author: Andrew Beach <ajbeach@uwaterloo.ca>
17:32:56
17:32:56 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.
17:32:56
17:32:56 commit cdbb909ded4bb5325b86d9b815ce893c0854ec8c
17:32:56 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
17:32:56
17:32:56 proofread introduction chapter
17:32:56
17:32:56 commit d6b7d1d7f426ac21626324aad96b05fc80d0ab89
17:32:56 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
17:32:56
17:32:56 citation updates
17:32:56
17:32:56 commit ad47ec4378fa0d341e9ffb6e548e5ef3ef6c6bcc
17:32:56 Merge: 960665c5c b96577428
17:32:56 Author: JiadaL <j82liang@uwaterloo.ca>
17:32:56
17:32:56 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
17:32:56
17:32:56 commit b965774280e397e9cac5719c5a8ca3942ad5d92d
17:32:56 Author: Andrew Beach <ajbeach@uwaterloo.ca>
17:32:56
17:32:56 Isolated the logic to decide if a function is a var-args function or not.
17:32:56
17:32:56 commit 075c6d5445c3cb2d2f79265f62e1726c7c2de816
17:32:56 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
17:32:56
17:32:56 afterthought addition to chapter 3
17:32:56
17:32:56 commit 7f2e87acb4c1021cf84a41541b2dcb66e1bc9d9c
17:32:56 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
17:32:56
17:32:56 first proofread of chapter 1
17:32:56
17:32:56 commit 7a37fcb1bf1771c33eb5ae6233e6b100e55f916b
17:32:56 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
17:32:56
17:32:56 first proofread of chapter 3
17:32:56
17:32:56 commit 3f37f5beff02d9cfa7d88ada6e6363a230d63ae4
17:32:56 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
17:32:56
17:32:56 update thesis macros
17:32:56
17:32:56 commit 562ccf932b7dc92cecba9eba886b69bf1da126b0
17:32:56 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
17:32:56
17:32:56 remove empty line number increment from listings
17:32:56
17:32:56 commit 38f6e667bfd37befd74edf74143b970f6cc331e1
17:32:56 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
17:32:56
17:32:56 update citations
17:32:56
17:32:56 commit 4b75ae900398d0a16e55d7422207b420367e03e9
17:32:56 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
17:32:56
17:32:56 second attempt to simplify ttype min/max functions
17:32:56
17:32:56 commit 26ee4b5b245b69127ef952398078ceb6c82c67a5
17:32:56 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
17:32:56
17:32:56 simplify ttype min/max functions
17:32:56
17:32:56 commit d1fbc56eb90675715ccf39ca76d45ed759d3cc40
17:32:56 Author: Andrew Beach <ajbeach@uwaterloo.ca>
17:32:56
17:32:56 Removed two lingering set_extension functions from ast. There was one use each in the parser, which uses get/set functions still.
17:32:56
17:32:56 commit 45ee1728c7f098a172d35db8ad17ebe5bdb9cfbf
17:32:56 Author: Andrew Beach <ajbeach@uwaterloo.ca>
17:32:56
17:32:56 Corrected handling of va_args in the parser. It still does not get through the resolver and further updates may be required.
17:32:56
17:32:56 commit cc0aa8c572ef3a7665decdf700fcfc1722893531
17:32:56 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
17:32:56
17:32:56 formatting
17:32:56
17:32:56 commit 790f251c0ea859080a393e58e8d860b2b6afe0fb
17:32:56 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
17:32:56
17:32:56 update error message for parameter default-initialization in function-pointer declarations
17:32:56
17:32:56 commit 960665c5c53c610ff83a37c465dd5034ca65a9ac
17:32:56 Merge: d1f505458 df2e00f23
17:32:56 Author: JiadaL <j82liang@uwaterloo.ca>
17:32:56
17:32:56 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
17:32:56
17:32:56 commit df2e00f233571fd339c5f2bb9025973837d85481
17:32:56 Author: Andrew Beach <ajbeach@uwaterloo.ca>
17:32:56
17:32:56 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.
17:32:56
17:32:56 commit 3ac5fd8bcb3728ce8676e2b55b9fd4f691a06719
17:32:56 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
17:32:56
17:32:56 first attempt changing end-of-file to an exception
17:32:56
17:32:56 commit afb15cfcfe805e4a6a4f0f183c6d2fcd6a5137bb
17:32:56 Author: Andrew Beach <ajbeach@uwaterloo.ca>
17:32:56
17:32:56 Added a check to make sure that optional parameters to not appear on function types not attached to function declarations.
17:32:56
17:32:56 commit 5b643eacb610dbfc2b4d7da3386b4a4b3c58cc79
17:32:56 Merge: cef5bfcf6 8da3cc4da
17:32:56 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
17:32:56
17:32:56 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
17:32:56
17:32:56 commit cef5bfcf6f5619c0a358f9d4c2fda5a52c4ca1e5
17:32:56 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
17:32:56
17:32:56 added a few sentences and corrected spelling mistakes
17:32:56
17:32:56 commit 4558df29929781e8d911ce6cdc5f0dfac9ef0d8b
17:32:56 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
17:32:56
17:32:56 update accordion program, small changes
17:32:56
17:32:56 commit 8da3cc4da5bed4bd38fdeaabdce0698b1f091953
17:32:56 Author: Michael Brooks <mlbrooks@uwaterloo.ca>
17:32:56
17:32:56 Add missing integration test of accordions.
17:32:56
17:32:56 commit 2f317733f059f66b5e61a69d0dccbb26fd2459fc
17:32:56 Author: Michael Brooks <mlbrooks@uwaterloo.ca>
17:32:56
17:32:56 Improve inability to declare a struct member having a managed type via typeof.
17:32:56
17:32:56 commit f9ad69dc6e86c3c08876734b6909ce8978446504
17:32:56 Author: Michael Brooks <mlbrooks@uwaterloo.ca>
17:32:56
17:32:56 Fix #175
17:32:56
17:32:56 commit 1a2ba849a94c2cd2e0184e92b6b3241c9dbd3022
17:32:56 Author: Michael Brooks <mlbrooks@uwaterloo.ca>
17:32:56
17:32:56 fix comment typo
17:32:56
17:32:56 commit d1f505458756015a841bcf6550a2229cffceffb9
17:32:56 Merge: 26d40a153 2870cb69f
17:32:56 Author: JiadaL <j82liang@uwaterloo.ca>
17:32:56
17:32:56 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
17:32:56
17:32:56 commit 26d40a153b36433771afa35935935e66c9bedb04
17:32:56 Author: JiadaL <j82liang@uwaterloo.ca>
17:32:56
17:32:56 add void to lowerBound() and upperBound() declaration, which is a workaround to the warning message
17:32:56
17:32:56 commit 2870cb69f7deb12ee9dee9619f2038492fbd5628
17:32:56 Author: Fangren Yu <f37yu@plg.uwaterloo.ca>
17:32:56
17:32:56 update cast expression cost rule
17:32:56
17:32:56 commit 661e7b01f8a9a2c15670b1615d96ea489f11fbe8
17:32:56 Author: Andrew Beach <ajbeach@uwaterloo.ca>
17:32:56
17:32:56 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.
17:32:56
17:32:56 commit 49417166ab36785304dc6a536b01f3470c41eb88
17:32:56 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
17:32:56
17:32:56 preclude aggregate/enumeration type declaration in trait body
17:32:56
17:32:56 commit dee680c98091266dcc1eceff94ac7d17a79db851
17:32:56 Merge: f9b42bd81 97f8f0f9e
17:32:56 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
17:32:56
17:32:56 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
17:32:56
17:32:56 commit f9b42bd810f37648afda1ddefda76c5fb8f9589e
17:32:56 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
17:32:56
17:32:56 modify time test to deal with unfreed storage from putenv/tzset
17:32:56
17:32:56 commit a51dc0de37fbbde4fc497460bcc75e0b98fc4a8f
17:32:56 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
17:32:56
17:32:56 add missing #ifdef to handle systems without io_uring
17:32:56
17:32:56 commit 97f8f0f9e3f49a0495fdcd98634c5ed89275354f
17:32:56 Author: Andrew Beach <ajbeach@uwaterloo.ca>
17:32:56
17:32:56 Implemented special case of sizeof/alignof, where reference types are ignored for these operations.
17:32:56
17:32:56 commit 8492b857ba575a1d80a68d1d79f9144e47858e8c
17:32:56 Merge: 206ecae05 0e6aba069
17:32:56 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
17:32:56
17:32:56 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
17:32:56
17:32:56 commit 206ecae05ee6d8fc4268a9a62d27a92756a765fe
17:32:56 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
17:32:56
17:32:56 remove spurious push/pop from grammar contexts where type declarations are not allowed
17:32:56
17:32:56 commit 0e6aba069091423912b34ef2c96589e2a0736df9
17:32:56 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
17:32:56
17:32:56 formatting
17:32:56
17:32:56 commit 43d9679e89d41ea73961f89cff1e6ed2fe9cccfa
17:32:56 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
17:32:56
17:32:56 move section from into to background
17:32:56
17:32:56 commit 774c97e8e8552a0f61084d290df110a599d54033
17:32:56 Merge: f22d10051 6abb6dc94
17:32:56 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
17:32:56
17:32:56 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
17:32:56
17:32:56 commit f22d100510cee85fc1b8cc48eaa4e589a2fd5192
17:32:56 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
17:32:56
17:32:56 add citations
17:32:56
17:32:56 commit 16915b17690104542a0a42a110ccf4a6d34aacd6
17:32:56 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
17:32:56
17:32:56 proofread intro chapter and add citation
17:32:56
17:32:56 commit 6abb6dc94b1ba4f2beffaa34eb7f3bea3eebb309
17:32:56 Merge: 2ca7fc29c 5ca5263a3
17:32:56 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
17:32:56
17:32:56 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
17:32:56
17:32:56 commit 2ca7fc29c8c37ba927ee8d0ee98416000df83e36
17:32:56 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
17:32:56
17:32:56 add better error message for an empty enumeration, i.e., no enumerators.
17:32:56
17:32:56 commit 5ca5263a35da9489b8df7cb34be649df69def763
17:32:56 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
17:32:56
17:32:56 update test file covering problem cases
17:32:56
17:32:56 commit f125e96261b5e9f843f33f69d06cecc8321adc08
17:32:56 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
17:32:56
17:32:56 remove spurious test files
17:32:56
17:32:56 commit acab1bd77b1e5193ebd46506b2b435a29f3f0124
17:32:56 Author: JiadaL <j82liang@uwaterloo.ca>
17:32:56
17:32:56 rephrase enum initialization
17:32:56 </pre>
17:32:56
17:32:56 <p>-----------------------------------------------------------------------</p>
17:32:56 <pre>
17:32:56 Summary of changes:
17:32:56 doc/LaTeXmacros/common.sty | 6 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 doc/LaTeXmacros/common.tex | 6 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 doc/bibliography/pl.bib | 74 <span style="color: #00AA00;">++</span><span style="color: #AA0000;">-</span>
17:32:56 doc/theses/fangren_yu_MMath/content1.tex | 691 <span style="color: #00AA00;">++++++++++++++++</span><span style="color: #AA0000;">-----</span>
17:32:56 doc/theses/fangren_yu_MMath/intro.tex | 247 <span style="color: #00AA00;">+++++++</span><span style="color: #AA0000;">-</span>
17:32:56 .../fangren_yu_MMath/uw-ethesis-frontpgs.tex | 26 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 doc/theses/fangren_yu_MMath/uw-ethesis.tex | 30 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 doc/theses/jiada_liang_MMath/CFAenum.tex | 109 <span style="color: #00AA00;">++</span><span style="color: #AA0000;">--</span>
17:32:56 doc/theses/jiada_liang_MMath/Cenum.tex | 15 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 doc/theses/jiada_liang_MMath/background.tex | 19 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 doc/theses/jiada_liang_MMath/conclusion.tex | 130 <span style="color: #00AA00;">+++</span><span style="color: #AA0000;">-</span>
17:32:56 doc/theses/jiada_liang_MMath/intro.tex | 29 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 doc/theses/jiada_liang_MMath/relatedwork.tex | 250 <span style="color: #00AA00;">+++++</span><span style="color: #AA0000;">---</span>
17:32:56 doc/theses/jiada_liang_MMath/test1.cfa | 102 <span style="color: #00AA00;">++</span><span style="color: #AA0000;">-</span>
17:32:56 doc/theses/jiada_liang_MMath/test2.cc | 8 <span style="color: #AA0000;">-</span>
17:32:56 doc/theses/jiada_liang_MMath/test20.cfa | 10 <span style="color: #AA0000;">-</span>
17:32:56 doc/theses/jiada_liang_MMath/test3.cfa | 8 <span style="color: #AA0000;">-</span>
17:32:56 doc/theses/jiada_liang_MMath/trait.tex | 29 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 doc/theses/mike_brooks_MMath/array.tex | 37 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 doc/theses/mike_brooks_MMath/background.tex | 34 <span style="color: #00AA00;">+</span>
17:32:56 doc/theses/mike_brooks_MMath/intro.tex | 92 <span style="color: #00AA00;">++</span><span style="color: #AA0000;">-</span>
17:32:56 .../mike_brooks_MMath/programs/hello-accordion.cfa | 92 <span style="color: #00AA00;">++</span><span style="color: #AA0000;">-</span>
17:32:56 doc/theses/mike_brooks_MMath/programs/school1 | 5 <span style="color: #00AA00;">+</span>
17:32:56 doc/theses/mike_brooks_MMath/programs/school2 | 10 <span style="color: #00AA00;">+</span>
17:32:56 doc/theses/mike_brooks_MMath/string.tex | 12 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 doc/theses/mike_brooks_MMath/uw-ethesis.bib | 9 <span style="color: #00AA00;">+</span>
17:32:56 doc/user/user.tex | 18 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 libcfa/prelude/prototypes.awk | 33 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 libcfa/src/collections/string_res.cfa | 6 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 libcfa/src/common.hfa | 41 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 libcfa/src/concurrency/future.hfa | 10 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 libcfa/src/concurrency/io/call.cfa.in | 2 <span style="color: #00AA00;">+</span>
17:32:56 libcfa/src/enum.cfa | 4 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 libcfa/src/enum.hfa | 6 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 libcfa/src/heap.cfa | 2 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 libcfa/src/iostream.cfa | 83 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">--</span>
17:32:56 libcfa/src/iostream.hfa | 5 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 libcfa/src/parseconfig.cfa | 37 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 my_tests/floating.cfa | 5 <span style="color: #00AA00;">+</span>
17:32:56 src/AST/Decl.hpp | 2 <span style="color: #AA0000;">-</span>
17:32:56 src/AST/Expr.cpp | 10 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 src/AST/Expr.hpp | 31 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 src/AST/Pass.hpp | 2 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 src/AST/Pass.impl.hpp | 12 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 src/AST/Print.cpp | 6 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 src/AST/Util.cpp | 19 <span style="color: #AA0000;">-</span>
17:32:56 src/CodeGen/CodeGenerator.cpp | 20 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 src/CodeGen/GenType.cpp | 6 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 src/Common/CodeLocation.hpp | 10 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 src/Common/Symbol.cpp | 148 <span style="color: #00AA00;">+++++</span>
17:32:56 src/Common/Symbol.hpp | 32 <span style="color: #00AA00;">+</span>
17:32:56 src/Common/module.mk | 2 <span style="color: #00AA00;">+</span>
17:32:56 src/Concurrency/Keywords.cpp | 2 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 src/Concurrency/Waitfor.cpp | 5 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 src/ControlStruct/ExceptDecl.cpp | 8 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 src/GenPoly/Box.cpp | 8 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 src/GenPoly/GenPoly.cpp | 85 <span style="color: #00AA00;">++</span><span style="color: #AA0000;">-</span>
17:32:56 src/GenPoly/Lvalue.cpp | 18 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 src/InitTweak/FixInit.cpp | 4 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 src/Parser/DeclarationNode.cpp | 18 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 src/Parser/ExpressionNode.cpp | 74 <span style="color: #00AA00;">++</span><span style="color: #AA0000;">-</span>
17:32:56 src/Parser/ExpressionNode.hpp | 3 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 src/Parser/InitializerNode.cpp | 8 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 src/Parser/StatementNode.cpp | 9 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 src/Parser/TypeData.cpp | 32 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 src/Parser/parser.yy | 75 <span style="color: #00AA00;">++</span><span style="color: #AA0000;">-</span>
17:32:56 src/ResolvExpr/CandidateFinder.cpp | 90 <span style="color: #00AA00;">++</span><span style="color: #AA0000;">-</span>
17:32:56 src/ResolvExpr/ConversionCost.cpp | 4 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 src/ResolvExpr/Unify.cpp | 4 <span style="color: #AA0000;">-</span>
17:32:56 src/Validate/CheckAssertions.cpp | 96 <span style="color: #00AA00;">+++</span>
17:32:56 src/Validate/CheckAssertions.hpp | 27 <span style="color: #00AA00;">+</span>
17:32:56 src/Validate/InitializerLength.cpp | 24 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 src/Validate/module.mk | 2 <span style="color: #00AA00;">+</span>
17:32:56 src/main.cpp | 2 <span style="color: #00AA00;">+</span>
17:32:56 tests/.expect/KRfunctions.arm64.txt | 2 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 tests/.expect/KRfunctions.x64.txt | 2 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 tests/.expect/KRfunctions.x86.txt | 2 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 tests/.expect/alloc-ERROR.txt | 2 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 tests/.expect/attributes.arm64.txt | 52 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 tests/.expect/attributes.x64.txt | 52 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 tests/.expect/attributes.x86.txt | 52 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 tests/.expect/castError.txt | 2 <span style="color: #AA0000;">-</span>
17:32:56 tests/.expect/copyfile.txt | 27 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 tests/.expect/declarationSpecifier.arm64.txt | 64 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 tests/.expect/declarationSpecifier.x64.txt | 64 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 tests/.expect/declarationSpecifier.x86.txt | 64 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 tests/.expect/extension.arm64.txt | 6 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 tests/.expect/extension.x64.txt | 6 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 tests/.expect/extension.x86.txt | 6 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 tests/.expect/functions.arm64.txt | 46 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 tests/.expect/functions.x64.txt | 46 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 tests/.expect/functions.x86.txt | 46 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 tests/.expect/gccExtensions.arm64.txt | 4 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 tests/.expect/gccExtensions.x64.txt | 4 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 tests/.expect/gccExtensions.x86.txt | 4 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 tests/.expect/opt-params.txt | 7 <span style="color: #00AA00;">+</span>
17:32:56 tests/.expect/poly-many-arsz.txt | 9 <span style="color: #00AA00;">+</span>
17:32:56 tests/.expect/sizeof.txt | 2 <span style="color: #00AA00;">+</span>
17:32:56 tests/.expect/var-assert.txt | 32 <span style="color: #00AA00;">+</span>
17:32:56 tests/.in/copyfile.txt | 27 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 tests/Makefile.am | 6 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 tests/array-collections/.expect/accordion.txt | 4 <span style="color: #00AA00;">+</span>
17:32:56 tests/array-collections/accordion.cfa | 43 <span style="color: #00AA00;">++</span>
17:32:56 tests/array-collections/dimexpr-match.hfa | 2 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 tests/bugs/289.cfa | 19 <span style="color: #00AA00;">+</span>
17:32:56 tests/bugs/290.cfa | 13 <span style="color: #00AA00;">+</span>
17:32:56 tests/castError.cfa | 8 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 tests/concurrency/examples/quickSort.cfa | 54 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 tests/configs/parsebools.cfa | 2 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 tests/configs/parsenums.cfa | 2 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 tests/configs/usage.cfa | 2 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 tests/copyfile.cfa | 23 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 tests/coroutine/.expect/fmtLines.txt | 137 <span style="color: #00AA00;">++</span><span style="color: #AA0000;">--</span>
17:32:56 tests/coroutine/.in/fmtLines.txt | 64 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 tests/coroutine/cntparens.cfa | 21 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 tests/coroutine/devicedriver.cfa | 28 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 tests/coroutine/fmtLines.cfa | 21 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 tests/enum_tests/input.cfa | 24 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 tests/errors/.expect/declaration.txt | 30 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 tests/errors/.expect/signature.txt | 6 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 tests/errors/declaration.cfa | 10 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 tests/gccExtensions.cfa | 10 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 tests/generator/.expect/fmtLines.txt | 138 <span style="color: #00AA00;">++</span><span style="color: #AA0000;">--</span>
17:32:56 tests/generator/.in/fmtLines.txt | 71 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">--</span>
17:32:56 tests/generator/fmtLines.cfa | 21 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 tests/io/.expect/manipulatorsInput-uchunk.txt | 124 <span style="color: #00AA00;">++++</span>
17:32:56 .../.in/manipulatorsInput-uchunk.default.1.auxdata | 0
17:32:56 .../manipulatorsInput-uchunk.default.10.auxdata | 1 <span style="color: #00AA00;">+</span>
17:32:56 .../manipulatorsInput-uchunk.default.11.auxdata | 1 <span style="color: #00AA00;">+</span>
17:32:56 .../manipulatorsInput-uchunk.default.12.auxdata | 1 <span style="color: #00AA00;">+</span>
17:32:56 .../manipulatorsInput-uchunk.default.13.auxdata | 1 <span style="color: #00AA00;">+</span>
17:32:56 .../manipulatorsInput-uchunk.default.14.auxdata | 1 <span style="color: #00AA00;">+</span>
17:32:56 .../.in/manipulatorsInput-uchunk.default.2.auxdata | 1 <span style="color: #00AA00;">+</span>
17:32:56 .../.in/manipulatorsInput-uchunk.default.3.auxdata | 1 <span style="color: #00AA00;">+</span>
17:32:56 .../.in/manipulatorsInput-uchunk.default.4.auxdata | 1 <span style="color: #00AA00;">+</span>
17:32:56 .../.in/manipulatorsInput-uchunk.default.5.auxdata | 1 <span style="color: #00AA00;">+</span>
17:32:56 .../.in/manipulatorsInput-uchunk.default.6.auxdata | 1 <span style="color: #00AA00;">+</span>
17:32:56 .../.in/manipulatorsInput-uchunk.default.7.auxdata | 1 <span style="color: #00AA00;">+</span>
17:32:56 .../.in/manipulatorsInput-uchunk.default.8.auxdata | 1 <span style="color: #00AA00;">+</span>
17:32:56 .../.in/manipulatorsInput-uchunk.default.9.auxdata | 1 <span style="color: #00AA00;">+</span>
17:32:56 .../.in/manipulatorsInput-uchunk.getline.1.auxdata | 0
17:32:56 .../manipulatorsInput-uchunk.getline.10.auxdata | 2 <span style="color: #00AA00;">+</span>
17:32:56 .../manipulatorsInput-uchunk.getline.11.auxdata | 4 <span style="color: #00AA00;">+</span>
17:32:56 .../manipulatorsInput-uchunk.getline.12.auxdata | 4 <span style="color: #00AA00;">+</span>
17:32:56 .../manipulatorsInput-uchunk.getline.13.auxdata | 3 <span style="color: #00AA00;">+</span>
17:32:56 .../manipulatorsInput-uchunk.getline.14.auxdata | 2 <span style="color: #00AA00;">+</span>
17:32:56 .../.in/manipulatorsInput-uchunk.getline.2.auxdata | 1 <span style="color: #00AA00;">+</span>
17:32:56 .../.in/manipulatorsInput-uchunk.getline.3.auxdata | 1 <span style="color: #00AA00;">+</span>
17:32:56 .../.in/manipulatorsInput-uchunk.getline.4.auxdata | 1 <span style="color: #00AA00;">+</span>
17:32:56 .../.in/manipulatorsInput-uchunk.getline.5.auxdata | 1 <span style="color: #00AA00;">+</span>
17:32:56 .../.in/manipulatorsInput-uchunk.getline.6.auxdata | 1 <span style="color: #00AA00;">+</span>
17:32:56 .../.in/manipulatorsInput-uchunk.getline.7.auxdata | 1 <span style="color: #00AA00;">+</span>
17:32:56 .../.in/manipulatorsInput-uchunk.getline.8.auxdata | 2 <span style="color: #00AA00;">+</span>
17:32:56 .../.in/manipulatorsInput-uchunk.getline.9.auxdata | 3 <span style="color: #00AA00;">+</span>
17:32:56 tests/io/manipulatorsInput-uchunk.cfa | 185 <span style="color: #00AA00;">++++++</span>
17:32:56 tests/io/manipulatorsInput-uchunk.extra.sh | 56 <span style="color: #00AA00;">++</span>
17:32:56 tests/meta/.expect/arch.arm64.txt | 2 <span style="color: #AA0000;">-</span>
17:32:56 tests/meta/.expect/arch.x64.txt | 2 <span style="color: #AA0000;">-</span>
17:32:56 tests/meta/.expect/arch.x86.txt | 2 <span style="color: #AA0000;">-</span>
17:32:56 tests/meta/fork+exec.cfa | 2 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 tests/meta/fork+exec.hfa | 4 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 tests/opt-params.cfa | 20 <span style="color: #00AA00;">+</span>
17:32:56 tests/poly-many-arsz.cfa | 63 <span style="color: #00AA00;">++</span>
17:32:56 tests/raii/.expect/typeof-member.txt | 3 <span style="color: #00AA00;">+</span>
17:32:56 tests/raii/typeof-member.cfa | 38 <span style="color: #00AA00;">++</span>
17:32:56 tests/sizeof.cfa | 11 <span style="color: #00AA00;">+</span>
17:32:56 tests/time.cfa | 8 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
17:32:56 tests/var-assert.cfa | 15 <span style="color: #00AA00;">+</span>
17:32:56 168 files changed, 3668 insertions(+), 1525 deletions(-)
17:32:56 </pre>
17:32:56
[Pipeline] }
[Pipeline] // stage
[Pipeline] sh
17:32:56 + sed s/AC_INIT(\[cfa-cc\],\[\(.*\)\],\[cforall@plg.uwaterloo.ca\])/\1/;t;d /var/lib/jenkins/workspace/Cforall_Distribute_Ref/configure.ac
[Pipeline] echo
17:32:56 Package Version: 1.0.0
[Pipeline] echo
17:32:56 Build Version: 3025
[Pipeline] echo
17:32:56 Long Version: 1.0.0.3025
[Pipeline] echo
17:32:56 -------- Configure --------
[Pipeline] stage
[Pipeline] { (Configure)
[Pipeline] dir
17:32:56 Running in /var/lib/jenkins/workspace/Cforall_Distribute_Ref
[Pipeline] {
[Pipeline] sh
17:32:56 + ./autogen.sh
17:32:56 Running aclocal in root
17:32:58 Running libtoolize in root
17:32:59 Running autoconf in root
17:32:59 Running automake in root
17:33:00 Running aclocal in libcfa
17:33:02 Running libtoolize in libcfa
17:33:02 Running autoconf in libcfa
17:33:02 Running automake in libcfa
[Pipeline] }
[Pipeline] // dir
[Pipeline] dir
17:33:03 Running in /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp
[Pipeline] {
[Pipeline] sh
17:33:04 + /var/lib/jenkins/workspace/Cforall_Distribute_Ref/configure CXX=g++-9 CC=gcc-9 AR=gcc-ar RANLIB=gcc-ranlib --quiet
[Pipeline] sh
17:33:12 + make -j 8 --no-print-directory configure-libcfa
17:33:12 libcfa/x64-debug/config.data
17:33:12 libcfa/x64-nodebug/config.data
17:33:12 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/
17:33:12 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/
17:33:12 checking whether make supports nested variables... yes
17:33:12 checking for a BSD-compatible install... checking whether make supports nested variables... yes
17:33:12 checking for a BSD-compatible install... /usr/bin/install -c
17:33:12 checking whether build environment is sane... /usr/bin/install -c
17:33:12 checking whether build environment is sane... yes
17:33:12 yes
17:33:12 checking for a thread-safe mkdir -p... checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
17:33:12 checking for gawk... gawk
17:33:12 checking whether make sets $(MAKE)... /usr/bin/mkdir -p
17:33:12 checking for gawk... gawk
17:33:12 checking whether make sets $(MAKE)... yes
17:33:12 yes
17:33:12 checking for distributated build... no
17:33:12 checking for distributated build... no
17:33:12 checking build system type... checking build system type... x86_64-pc-linux-gnu
17:33:12 checking host system type... x86_64-pc-linux-gnu
17:33:12 x86_64-pc-linux-gnu
17:33:12 checking host system type... x86_64-pc-linux-gnu
17:33:12 checking how to print strings... checking how to print strings... printf
17:33:12 checking whether make supports the include directive... printf
17:33:12 checking whether make supports the include directive... yes (GNU style)
17:33:12 checking for gcc... yes (GNU style)
17:33:12 gcc-9
17:33:12 checking for gcc... gcc-9
17:33:13 checking whether the C compiler works... checking whether the C compiler works... yes
17:33:13 checking for C compiler default output file name... a.out
17:33:13 checking for suffix of executables... yes
17:33:13 checking for C compiler default output file name... a.out
17:33:13 checking for suffix of executables...
17:33:13 checking whether we are cross compiling...
17:33:13 checking whether we are cross compiling... no
17:33:13 checking for suffix of object files... no
17:33:13 checking for suffix of object files... o
17:33:13 checking whether we are using the GNU C compiler... o
17:33:13 checking whether we are using the GNU C compiler... yes
17:33:13 checking whether gcc-9 accepts -g... yes
17:33:13 checking whether gcc-9 accepts -g... yes
17:33:13 checking for gcc-9 option to accept ISO C89... yes
17:33:13 checking for gcc-9 option to accept ISO C89... none needed
17:33:13 checking whether gcc-9 understands -c and -o together... none needed
17:33:13 checking whether gcc-9 understands -c and -o together... yes
17:33:13 checking dependency style of gcc-9... yes
17:33:13 checking dependency style of gcc-9... gcc3
17:33:13 checking for a sed that does not truncate output... /usr/bin/sed
17:33:13 checking for grep that handles long lines and -e... /usr/bin/grep
17:33:13 checking for egrep... /usr/bin/grep -E
17:33:13 checking for fgrep... /usr/bin/grep -F
17:33:13 checking for ld used by gcc-9... gcc3
17:33:13 checking for a sed that does not truncate output... /usr/bin/ld
17:33:13 checking if the linker (/usr/bin/ld) is GNU ld... /usr/bin/sed
17:33:13 checking for grep that handles long lines and -e... yes
17:33:13 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/grep
17:33:13 checking for egrep... /usr/bin/nm -B
17:33:13 checking the name lister (/usr/bin/nm -B) interface... /usr/bin/grep -E
17:33:13 checking for fgrep... /usr/bin/grep -F
17:33:13 checking for ld used by gcc-9... /usr/bin/ld
17:33:13 checking if the linker (/usr/bin/ld) is GNU ld... yes
17:33:13 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
17:33:13 checking the name lister (/usr/bin/nm -B) interface... BSD nm
17:33:13 checking whether ln -s works... yes
17:33:13 checking the maximum length of command line arguments... 1572864
17:33:13 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
17:33:13 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
17:33:13 checking for /usr/bin/ld option to reload object files... -r
17:33:13 checking for objdump... objdump
17:33:13 checking how to recognize dependent libraries... pass_all
17:33:13 checking for dlltool... no
17:33:13 checking how to associate runtime and link libraries... printf %s\n
17:33:13 checking for archiver @FILE support... BSD nm
17:33:13 checking whether ln -s works... yes
17:33:13 checking the maximum length of command line arguments... 1572864
17:33:13 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
17:33:13 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
17:33:13 checking for /usr/bin/ld option to reload object files... -r
17:33:13 checking for objdump... objdump
17:33:13 checking how to recognize dependent libraries... pass_all
17:33:13 checking for dlltool... no
17:33:13 checking how to associate runtime and link libraries... printf %s\n
17:33:13 checking for archiver @FILE support... @
17:33:13 checking for strip... strip
17:33:13 checking for ranlib... gcc-ranlib
17:33:13 checking command to parse /usr/bin/nm -B output from gcc-9 object... @
17:33:13 checking for strip... strip
17:33:13 checking for ranlib... gcc-ranlib
17:33:14 checking command to parse /usr/bin/nm -B output from gcc-9 object... ok
17:33:14 checking for sysroot... no
17:33:14 checking for a working dd... /usr/bin/dd
17:33:14 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
17:33:14 ok
17:33:14 checking for sysroot... no
17:33:14 checking for a working dd... /usr/bin/dd
17:33:14 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
17:33:14 checking for mt... mt
17:33:14 checking if mt is a manifest tool... no
17:33:14 checking how to run the C preprocessor... checking for mt... mt
17:33:14 checking if mt is a manifest tool... gcc-9 -E
17:33:14 no
17:33:14 checking how to run the C preprocessor... checking for ANSI C header files... gcc-9 -E
17:33:14 checking for ANSI C header files... yes
17:33:14 checking for sys/types.h... yes
17:33:14 checking for sys/types.h... yes
17:33:14 checking for sys/stat.h... yes
17:33:14 checking for sys/stat.h... yes
17:33:14 yes
17:33:14 checking for stdlib.h... checking for stdlib.h... yes
17:33:15 checking for string.h... yes
17:33:15 checking for string.h... yes
17:33:15 checking for memory.h... yes
17:33:15 checking for memory.h... yes
17:33:15 checking for strings.h... yes
17:33:15 checking for strings.h... yes
17:33:15 checking for inttypes.h... yes
17:33:15 checking for inttypes.h... yes
17:33:15 checking for stdint.h... yes
17:33:15 checking for stdint.h... yes
17:33:15 checking for unistd.h... yes
17:33:15 checking for unistd.h... yes
17:33:15 checking for dlfcn.h... yes
17:33:15 checking for dlfcn.h... yes
17:33:15 checking for objdir... .libs
17:33:15 yes
17:33:15 checking for objdir... .libs
17:33:15 checking if gcc-9 supports -fno-rtti -fno-exceptions... checking if gcc-9 supports -fno-rtti -fno-exceptions... no
17:33:15 checking for gcc-9 option to produce PIC... -fPIC -DPIC
17:33:15 checking if gcc-9 PIC flag -fPIC -DPIC works... no
17:33:15 checking for gcc-9 option to produce PIC... -fPIC -DPIC
17:33:15 checking if gcc-9 PIC flag -fPIC -DPIC works... yes
17:33:15 checking if gcc-9 static flag -static works... yes
17:33:15 checking if gcc-9 static flag -static works... yes
17:33:15 checking if gcc-9 supports -c -o file.o... yes
17:33:15 checking if gcc-9 supports -c -o file.o... yes
17:33:15 checking if gcc-9 supports -c -o file.o... (cached) yes
17:33:15 checking whether the gcc-9 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
17:33:15 checking whether -lc should be explicitly linked in... yes
17:33:15 checking if gcc-9 supports -c -o file.o... (cached) yes
17:33:15 checking whether the gcc-9 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
17:33:15 checking whether -lc should be explicitly linked in... no
17:33:16 checking dynamic linker characteristics... no
17:33:16 checking dynamic linker characteristics... GNU/Linux ld.so
17:33:16 checking how to hardcode library paths into programs... immediate
17:33:16 checking whether stripping libraries is possible... yes
17:33:16 checking if libtool supports shared libraries... yes
17:33:16 checking whether to build shared libraries... yes
17:33:16 checking whether to build static libraries... no
17:33:16 checking whether we are using the GNU C++ compiler... GNU/Linux ld.so
17:33:16 checking how to hardcode library paths into programs... immediate
17:33:16 checking whether stripping libraries is possible... yes
17:33:16 checking if libtool supports shared libraries... yes
17:33:16 checking whether to build shared libraries... yes
17:33:16 checking whether to build static libraries... no
17:33:16 checking whether we are using the GNU C++ compiler... yes
17:33:16 checking whether g++-9 accepts -g... yes
17:33:16 checking whether g++-9 accepts -g... yes
17:33:16 checking dependency style of g++-9... yes
17:33:16 checking dependency style of g++-9... gcc3
17:33:16 checking how to run the C++ preprocessor... gcc3
17:33:16 checking how to run the C++ preprocessor... g++-9 -E
17:33:16 g++-9 -E
17:33:16 checking for ld used by g++-9... /usr/bin/ld -m elf_x86_64
17:33:16 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
17:33:16 checking whether the g++-9 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... checking for ld used by g++-9... yes
17:33:16 /usr/bin/ld -m elf_x86_64
17:33:16 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
17:33:16 checking whether the g++-9 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
17:33:16 checking for g++-9 option to produce PIC... -fPIC -DPIC
17:33:16 checking if g++-9 PIC flag -fPIC -DPIC works... checking for g++-9 option to produce PIC... -fPIC -DPIC
17:33:17 checking if g++-9 PIC flag -fPIC -DPIC works... yes
17:33:17 checking if g++-9 static flag -static works... yes
17:33:17 checking if g++-9 static flag -static works... yes
17:33:17 checking if g++-9 supports -c -o file.o... yes
17:33:17 checking if g++-9 supports -c -o file.o... yes
17:33:17 checking if g++-9 supports -c -o file.o... (cached) yes
17:33:17 checking whether the g++-9 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
17:33:17 checking dynamic linker characteristics... (cached) GNU/Linux ld.so
17:33:17 checking how to hardcode library paths into programs... immediate
17:33:17 checking for gcc... (cached) gcc-9
17:33:17 yes
17:33:17 checking if g++-9 supports -c -o file.o... (cached) yes
17:33:17 checking whether the g++-9 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
17:33:17 checking dynamic linker characteristics... (cached) GNU/Linux ld.so
17:33:17 checking how to hardcode library paths into programs... immediate
17:33:17 checking for gcc... (cached) gcc-9
17:33:17 checking whether we are using the GNU C compiler... (cached) yes
17:33:17 checking whether gcc-9 accepts -g... (cached) yes
17:33:17 checking for gcc-9 option to accept ISO C89... (cached) none needed
17:33:17 checking whether gcc-9 understands -c and -o together... (cached) yes
17:33:17 checking dependency style of gcc-9... (cached) gcc3
17:33:17 checking dependency style of gcc-9... checking whether we are using the GNU C compiler... (cached) yes
17:33:17 checking whether gcc-9 accepts -g... (cached) yes
17:33:17 checking for gcc-9 option to accept ISO C89... (cached) none needed
17:33:17 checking whether gcc-9 understands -c and -o together... (cached) yes
17:33:17 checking dependency style of gcc-9... (cached) gcc3
17:33:17 checking dependency style of gcc-9... gcc3
17:33:17 checking whether make sets $(MAKE)... (cached) yes
17:33:17 checking linux/rseq.h usability... gcc3
17:33:17 checking whether make sets $(MAKE)... (cached) yes
17:33:17 checking linux/rseq.h usability... yes
17:33:17 checking linux/rseq.h presence... yes
17:33:17 checking linux/rseq.h presence... yes
17:33:17 checking for linux/rseq.h... yes
17:33:17 checking for rseq_available in -lrseq... yes
17:33:17 checking for linux/rseq.h... yes
17:33:17 checking for rseq_available in -lrseq... no
17:33:17 checking linux/io_uring.h usability... yes
17:33:17 checking linux/io_uring.h presence... yes
17:33:17 checking for linux/io_uring.h... yes
17:33:17 checking liburing.h usability... no
17:33:17 checking linux/io_uring.h usability... yes
17:33:17 checking liburing.h presence... yes
17:33:17 checking for liburing.h... yes
17:33:17 checking for io_uring_get_probe in -luring... yes
17:33:17 checking linux/io_uring.h presence... yes
17:33:17 checking for linux/io_uring.h... yes
17:33:17 checking liburing.h usability... yes
17:33:18 checking whether IORING_OP_NOP is declared... yes
17:33:18 yes
17:33:18 checking liburing.h presence... yes
17:33:18 checking for liburing.h... yes
17:33:18 checking for io_uring_get_probe in -luring... checking whether IORING_OP_READV is declared... yes
17:33:18 checking whether IORING_OP_NOP is declared... yes
17:33:18 yes
17:33:18 checking whether IORING_OP_WRITEV is declared... yes
17:33:18 checking whether IORING_OP_READV is declared... yes
17:33:18 checking whether IORING_OP_FSYNC is declared... checking whether IORING_OP_WRITEV is declared... yes
17:33:18 checking whether IORING_OP_READ_FIXED is declared... yes
17:33:18 yes
17:33:18 checking whether IORING_OP_FSYNC is declared... checking whether IORING_OP_WRITE_FIXED is declared... yes
17:33:18 yes
17:33:18 checking whether IORING_OP_POLL_ADD is declared... checking whether IORING_OP_READ_FIXED is declared... yes
17:33:18 yes
17:33:19 checking whether IORING_OP_POLL_REMOVE is declared... checking whether IORING_OP_WRITE_FIXED is declared... yes
17:33:19 yes
17:33:19 checking whether IORING_OP_SYNC_FILE_RANGE is declared... yes
17:33:19 checking whether IORING_OP_POLL_ADD is declared... checking whether IORING_OP_SENDMSG is declared... yes
17:33:19 yes
17:33:19 checking whether IORING_OP_POLL_REMOVE is declared... checking whether IORING_OP_RECVMSG is declared... yes
17:33:19 yes
17:33:19 checking whether IORING_OP_TIMEOUT is declared... yes
17:33:19 checking whether IORING_OP_TIMEOUT_REMOVE is declared... checking whether IORING_OP_SYNC_FILE_RANGE is declared... yes
17:33:19 yes
17:33:20 checking whether IORING_OP_ACCEPT is declared... checking whether IORING_OP_SENDMSG is declared... yes
17:33:20 yes
17:33:20 checking whether IORING_OP_ASYNC_CANCEL is declared... checking whether IORING_OP_RECVMSG is declared... yes
17:33:20 yes
17:33:20 checking whether IORING_OP_TIMEOUT is declared... checking whether IORING_OP_LINK_TIMEOUT is declared... yes
17:33:20 yes
17:33:20 checking whether IORING_OP_TIMEOUT_REMOVE is declared... yes
17:33:20 checking whether IORING_OP_CONNECT is declared... yes
17:33:20 checking whether IORING_OP_ACCEPT is declared... yes
17:33:20 checking whether IORING_OP_FALLOCATE is declared... yes
17:33:20 checking whether IORING_OP_ASYNC_CANCEL is declared... yes
17:33:20 checking whether IORING_OP_OPENAT is declared... yes
17:33:20 checking whether IORING_OP_LINK_TIMEOUT is declared... checking whether IORING_OP_CLOSE is declared... yes
17:33:20 yes
17:33:21 checking whether IORING_OP_FILES_UPDATE is declared... checking whether IORING_OP_CONNECT is declared... yes
17:33:21 yes
17:33:21 checking whether IORING_OP_STATX is declared... yes
17:33:21 checking whether IORING_OP_FALLOCATE is declared... yes
17:33:21 checking whether IORING_OP_READ is declared... checking whether IORING_OP_OPENAT is declared... yes
17:33:21 checking whether IORING_OP_WRITE is declared... yes
17:33:21 checking whether IORING_OP_CLOSE is declared... yes
17:33:21 yes
17:33:21 checking whether IORING_OP_FADVISE is declared... yes
17:33:21 checking whether IORING_OP_FILES_UPDATE is declared... yes
17:33:22 checking whether IORING_OP_MADVISE is declared... yes
17:33:22 checking whether IORING_OP_STATX is declared... yes
17:33:22 checking whether IORING_OP_SEND is declared... yes
17:33:22 checking whether IORING_OP_READ is declared... checking whether IORING_OP_RECV is declared... yes
17:33:22 yes
17:33:22 checking whether IORING_OP_WRITE is declared... yes
17:33:22 checking whether IORING_OP_OPENAT2 is declared... yes
17:33:22 checking whether IORING_OP_FADVISE is declared... yes
17:33:22 checking whether IORING_OP_EPOLL_CTL is declared... yes
17:33:22 checking whether IORING_OP_MADVISE is declared... yes
17:33:22 checking whether IORING_OP_SPLICE is declared... yes
17:33:23 checking whether IORING_OP_PROVIDE_BUFFERS is declared... checking whether IORING_OP_SEND is declared... yes
17:33:23 yes
17:33:23 checking whether IORING_OP_RECV is declared... checking whether IORING_OP_REMOVE_BUFFER is declared... yes
17:33:23 no
17:33:23 checking whether IORING_OP_TEE is declared... checking whether IORING_OP_OPENAT2 is declared... no
17:33:23 checking whether IOSQE_FIXED_FILE is declared... yes
17:33:23 yes
17:33:23 checking whether IOSQE_IO_DRAIN is declared... checking whether IORING_OP_EPOLL_CTL is declared... yes
17:33:23 checking whether IOSQE_IO_LINK is declared... yes
17:33:23 yes
17:33:23 checking whether IOSQE_IO_HARDLINK is declared... yes
17:33:23 checking whether IOSQE_ASYNC is declared... checking whether IORING_OP_SPLICE is declared... yes
17:33:23 checking whether IOSQE_BUFFER_SELECT is declared... yes
17:33:23 yes
17:33:23 checking whether SPLICE_F_FD_IN_FIXED is declared... yes
17:33:23 checking whether IORING_SETUP_ATTACH_WQ is declared... checking whether IORING_OP_PROVIDE_BUFFERS is declared... yes
17:33:23 checking whether IORING_REGISTER_IOWQ_MAX_WORKERS is declared... yes
17:33:24 checking whether IORING_OP_REMOVE_BUFFER is declared... no
17:33:24 checking for preadv2... no
17:33:24 checking whether IORING_OP_TEE is declared... yes
17:33:24 checking for pwritev2... no
17:33:24 checking whether IOSQE_FIXED_FILE is declared... yes
17:33:24 yes
17:33:24 checking that generated files are newer than configure... done
17:33:24 configure: creating ./config.status
17:33:24 checking whether IOSQE_IO_DRAIN is declared... yes
17:33:24 checking whether IOSQE_IO_LINK is declared... yes
17:33:24 checking whether IOSQE_IO_HARDLINK is declared... yes
17:33:24 checking whether IOSQE_ASYNC is declared... yes
17:33:24 checking whether IOSQE_BUFFER_SELECT is declared... yes
17:33:24 checking whether SPLICE_F_FD_IN_FIXED is declared... yes
17:33:24 checking whether IORING_SETUP_ATTACH_WQ is declared... yes
17:33:24 checking whether IORING_REGISTER_IOWQ_MAX_WORKERS is declared... no
17:33:24 checking for preadv2... yes
17:33:24 checking for pwritev2... yes
17:33:24 checking that generated files are newer than configure... done
17:33:24 configure: creating ./config.status
17:33:25 config.status: creating Makefile
17:33:25 config.status: creating src/Makefile
17:33:25 config.status: creating prelude/Makefile
17:33:25 config.status: creating src/concurrency/io/call.cfa
17:33:25 config.status: creating prelude/defines.hfa
17:33:25 config.status: executing depfiles commands
17:33:25 config.status: executing libtool commands
17:33:25 Cforall library configuraton completed. Type "make -j 8 install".
17:33:26 config.status: creating Makefile
17:33:26 config.status: creating src/Makefile
17:33:26 config.status: creating prelude/Makefile
17:33:26 config.status: creating src/concurrency/io/call.cfa
17:33:26 config.status: creating prelude/defines.hfa
17:33:26 config.status: executing depfiles commands
17:33:26 config.status: executing libtool commands
17:33:26 Cforall library configuraton completed. Type "make -j 8 install".
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] echo
17:33:26 -------- Package --------
[Pipeline] stage
[Pipeline] { (Package)
[Pipeline] dir
17:33:26 Running in /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp
[Pipeline] {
[Pipeline] sh
17:33:26 + make VERSION=1.0.0.3025 dist
17:33:26 make dist-gzip am__post_remove_distdir='@:'
17:33:26 make[1]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp'
17:33:26 make distdir-am
17:33:26 make[2]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp'
17:33:26 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
17:33:26 test -d "cfa-cc-1.0.0.3025" || mkdir "cfa-cc-1.0.0.3025"
17:33:26 (cd driver && make top_distdir=../cfa-cc-1.0.0.3025 distdir=../cfa-cc-1.0.0.3025/driver \
17:33:26 am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
17:33:26 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/driver'
17:33:26 make distdir-am
17:33:26 make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/driver'
17:33:26 make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/driver'
17:33:26 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/driver'
17:33:26 (cd src && make top_distdir=../cfa-cc-1.0.0.3025 distdir=../cfa-cc-1.0.0.3025/src \
17:33:26 am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
17:33:26 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/src'
17:33:26 YACC Parser/parser.cc
17:33:27 updating Parser/parser.output
17:33:28 updating Parser/parser.hh
17:33:28 make distdir-am
17:33:28 make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/src'
17:33:28 LEX Parser/lex.cc
17:33:28 make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/src'
17:33:28 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/src'
17:33:28 (cd libcfa && make top_distdir=../cfa-cc-1.0.0.3025 distdir=../cfa-cc-1.0.0.3025/libcfa \
17:33:28 am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
17:33:28 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa'
17:33:28 Distributing libcfa from 'libcfa/x64-nodebug'
17:33:28 make -C /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug distdir \
17:33:28 top_distdir=../cfa-cc-1.0.0.3025 \
17:33:28 distdir=../../cfa-cc-1.0.0.3025/libcfa \
17:33:28 am__remove_distdir=$(am__remove_distdir) \
17:33:28 am__skip_length_check=: \
17:33:28 am__skip_mode_fix=:
17:33:28 /bin/bash: am__remove_distdir: command not found
17:33:28 make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug'
17:33:28 make distdir-am
17:33:28 make[5]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug'
17:33:28 test -d "../../cfa-cc-1.0.0.3025/libcfa" || mkdir "../../cfa-cc-1.0.0.3025/libcfa"
17:33:28 (cd prelude && make top_distdir=../../cfa-cc-1.0.0.3025 distdir=../../../cfa-cc-1.0.0.3025/libcfa/prelude \
17:33:28 am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
17:33:28 make[6]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug/prelude'
17:33:28 mkdir .deps
17:33:28 touch .deps/builtins.Po
17:33:28 make distdir-am
17:33:28 make[7]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug/prelude'
17:33:28 make[7]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug/prelude'
17:33:28 make[6]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug/prelude'
17:33:28 (cd src && make top_distdir=../../cfa-cc-1.0.0.3025 distdir=../../../cfa-cc-1.0.0.3025/libcfa/src \
17:33:28 am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
17:33:28 make[6]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug/src'
17:33:28 make distdir-am
17:33:28 make[7]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug/src'
17:33:29 make[7]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug/src'
17:33:29 make[6]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug/src'
17:33:29 test -n ":" \
17:33:29 || find "../../cfa-cc-1.0.0.3025/libcfa" -type d ! -perm -755 \
17:33:29 -exec chmod u+rwx,go+rx {} \; -o \
17:33:29 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
17:33:29 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
17:33:29 ! -type d ! -perm -444 -exec /bin/bash /var/lib/jenkins/workspace/Cforall_Distribute_Ref/libcfa/automake/install-sh -c -m a+r {} {} \; \
17:33:29 || chmod -R a+r "../../cfa-cc-1.0.0.3025/libcfa"
17:33:29 make[5]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug'
17:33:29 make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug'
17:33:29 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa'
17:33:29 (cd tests && make top_distdir=../cfa-cc-1.0.0.3025 distdir=../cfa-cc-1.0.0.3025/tests \
17:33:29 am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
17:33:29 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/tests'
17:33:29 make distdir-am
17:33:29 make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/tests'
17:33:29 make \
17:33:29 top_distdir="../cfa-cc-1.0.0.3025" distdir="../cfa-cc-1.0.0.3025/tests" \
17:33:29 dist-hook
17:33:29 make[5]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/tests'
17:33:29 echo "Gathering test files"
17:33:29 Gathering test files
17:33:29 for file in `python3 ./test.py --list-dist`; do \
17:33:29 if test -f /var/lib/jenkins/workspace/Cforall_Distribute_Ref/tests/${file}; then \
17:33:29 /usr/bin/mkdir -p $(dirname ../cfa-cc-1.0.0.3025/tests/${file}); \
17:33:29 cp -df /var/lib/jenkins/workspace/Cforall_Distribute_Ref/tests/${file} ../cfa-cc-1.0.0.3025/tests/${file}; \
17:33:29 fi; \
17:33:29 done
17:33:47 make[5]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/tests'
17:33:47 make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/tests'
17:33:47 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/tests'
17:33:47 (cd tools/prettyprinter && make top_distdir=../../cfa-cc-1.0.0.3025 distdir=../../cfa-cc-1.0.0.3025/tools/prettyprinter \
17:33:47 am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
17:33:47 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/tools/prettyprinter'
17:33:47 YACC parser.cc
17:33:47 updating parser.output
17:33:47 updating parser.hh
17:33:47 make distdir-am
17:33:47 make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/tools/prettyprinter'
17:33:47 LEX lex.cc
17:33:47 make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/tools/prettyprinter'
17:33:47 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/tools/prettyprinter'
17:33:47 test -n "" \
17:33:47 || find "cfa-cc-1.0.0.3025" -type d ! -perm -755 \
17:33:47 -exec chmod u+rwx,go+rx {} \; -o \
17:33:47 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
17:33:47 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
17:33:47 ! -type d ! -perm -444 -exec /bin/bash /var/lib/jenkins/workspace/Cforall_Distribute_Ref/automake/install-sh -c -m a+r {} {} \; \
17:33:47 || chmod -R a+r "cfa-cc-1.0.0.3025"
17:33:47 make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp'
17:33:47 tardir=cfa-cc-1.0.0.3025 && ${TAR-tar} chof - "$tardir" | eval GZIP= gzip --best -c >cfa-cc-1.0.0.3025.tar.gz
17:33:47 make[1]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp'
17:33:47 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
17:33:47 -------- Test --------
[Pipeline] stage
[Pipeline] { (Test)
[Pipeline] dir
17:33:47 Running in /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp
[Pipeline] {
[Pipeline] sh
17:33:47 + make VERSION=1.0.0.3025 distcheck -j 8
17:33:47 make dist-gzip am__post_remove_distdir='@:'
17:33:47 make[1]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp'
17:33:47 make distdir-am
17:33:47 make[2]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp'
17:33:47 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
17:33:47 test -d "cfa-cc-1.0.0.3025" || mkdir "cfa-cc-1.0.0.3025"
17:33:47 (cd driver && make top_distdir=../cfa-cc-1.0.0.3025 distdir=../cfa-cc-1.0.0.3025/driver \
17:33:47 am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
17:33:47 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/driver'
17:33:47 make distdir-am
17:33:47 make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/driver'
17:33:47 make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/driver'
17:33:47 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/driver'
17:33:47 (cd src && make top_distdir=../cfa-cc-1.0.0.3025 distdir=../cfa-cc-1.0.0.3025/src \
17:33:47 am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
17:33:47 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/src'
17:33:47 make distdir-am
17:33:47 make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/src'
17:33:48 make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/src'
17:33:48 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/src'
17:33:48 (cd libcfa && make top_distdir=../cfa-cc-1.0.0.3025 distdir=../cfa-cc-1.0.0.3025/libcfa \
17:33:48 am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
17:33:48 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa'
17:33:48 Distributing libcfa from 'libcfa/x64-nodebug'
17:33:48 make -C /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug distdir \
17:33:48 top_distdir=../cfa-cc-1.0.0.3025 \
17:33:48 distdir=../../cfa-cc-1.0.0.3025/libcfa \
17:33:48 am__remove_distdir=$(am__remove_distdir) \
17:33:48 am__skip_length_check=: \
17:33:48 am__skip_mode_fix=:
17:33:48 /bin/bash: am__remove_distdir: command not found
17:33:48 make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug'
17:33:48 make distdir-am
17:33:48 make[5]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug'
17:33:48 test -d "../../cfa-cc-1.0.0.3025/libcfa" || mkdir "../../cfa-cc-1.0.0.3025/libcfa"
17:33:48 (cd prelude && make top_distdir=../../cfa-cc-1.0.0.3025 distdir=../../../cfa-cc-1.0.0.3025/libcfa/prelude \
17:33:48 am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
17:33:48 make[6]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug/prelude'
17:33:48 make distdir-am
17:33:48 make[7]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug/prelude'
17:33:48 make[7]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug/prelude'
17:33:48 make[6]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug/prelude'
17:33:48 (cd src && make top_distdir=../../cfa-cc-1.0.0.3025 distdir=../../../cfa-cc-1.0.0.3025/libcfa/src \
17:33:48 am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
17:33:48 make[6]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug/src'
17:33:48 make distdir-am
17:33:48 make[7]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug/src'
17:33:49 make[7]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug/src'
17:33:49 make[6]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug/src'
17:33:49 test -n ":" \
17:33:49 || find "../../cfa-cc-1.0.0.3025/libcfa" -type d ! -perm -755 \
17:33:49 -exec chmod u+rwx,go+rx {} \; -o \
17:33:49 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
17:33:49 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
17:33:49 ! -type d ! -perm -444 -exec /bin/bash /var/lib/jenkins/workspace/Cforall_Distribute_Ref/libcfa/automake/install-sh -c -m a+r {} {} \; \
17:33:49 || chmod -R a+r "../../cfa-cc-1.0.0.3025/libcfa"
17:33:49 make[5]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug'
17:33:49 make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug'
17:33:49 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa'
17:33:49 (cd tests && make top_distdir=../cfa-cc-1.0.0.3025 distdir=../cfa-cc-1.0.0.3025/tests \
17:33:49 am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
17:33:49 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/tests'
17:33:49 make distdir-am
17:33:49 make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/tests'
17:33:49 make \
17:33:49 top_distdir="../cfa-cc-1.0.0.3025" distdir="../cfa-cc-1.0.0.3025/tests" \
17:33:49 dist-hook
17:33:49 make[5]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/tests'
17:33:49 echo "Gathering test files"
17:33:49 Gathering test files
17:33:49 for file in `python3 ./test.py --list-dist`; do \
17:33:49 if test -f /var/lib/jenkins/workspace/Cforall_Distribute_Ref/tests/${file}; then \
17:33:49 /usr/bin/mkdir -p $(dirname ../cfa-cc-1.0.0.3025/tests/${file}); \
17:33:49 cp -df /var/lib/jenkins/workspace/Cforall_Distribute_Ref/tests/${file} ../cfa-cc-1.0.0.3025/tests/${file}; \
17:33:49 fi; \
17:33:49 done
17:34:04 make[5]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/tests'
17:34:04 make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/tests'
17:34:04 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/tests'
17:34:04 (cd tools/prettyprinter && make top_distdir=../../cfa-cc-1.0.0.3025 distdir=../../cfa-cc-1.0.0.3025/tools/prettyprinter \
17:34:04 am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
17:34:04 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/tools/prettyprinter'
17:34:04 make distdir-am
17:34:04 make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/tools/prettyprinter'
17:34:04 make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/tools/prettyprinter'
17:34:04 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/tools/prettyprinter'
17:34:04 test -n "" \
17:34:04 || find "cfa-cc-1.0.0.3025" -type d ! -perm -755 \
17:34:04 -exec chmod u+rwx,go+rx {} \; -o \
17:34:04 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
17:34:04 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
17:34:04 ! -type d ! -perm -444 -exec /bin/bash /var/lib/jenkins/workspace/Cforall_Distribute_Ref/automake/install-sh -c -m a+r {} {} \; \
17:34:04 || chmod -R a+r "cfa-cc-1.0.0.3025"
17:34:04 make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp'
17:34:04 tardir=cfa-cc-1.0.0.3025 && ${TAR-tar} chof - "$tardir" | eval GZIP= gzip --best -c >cfa-cc-1.0.0.3025.tar.gz
17:34:04 make[1]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp'
17:34:04 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
17:34:04 case 'cfa-cc-1.0.0.3025.tar.gz' in \
17:34:04 *.tar.gz*) \
17:34:04 eval GZIP= gzip --best -dc cfa-cc-1.0.0.3025.tar.gz | ${TAR-tar} xf - ;;\
17:34:04 *.tar.bz2*) \
17:34:04 bzip2 -dc cfa-cc-1.0.0.3025.tar.bz2 | ${TAR-tar} xf - ;;\
17:34:04 *.tar.lz*) \
17:34:04 lzip -dc cfa-cc-1.0.0.3025.tar.lz | ${TAR-tar} xf - ;;\
17:34:04 *.tar.xz*) \
17:34:04 xz -dc cfa-cc-1.0.0.3025.tar.xz | ${TAR-tar} xf - ;;\
17:34:04 *.tar.Z*) \
17:34:04 uncompress -c cfa-cc-1.0.0.3025.tar.Z | ${TAR-tar} xf - ;;\
17:34:04 *.shar.gz*) \
17:34:04 eval GZIP= gzip --best -dc cfa-cc-1.0.0.3025.shar.gz | unshar ;;\
17:34:04 *.zip*) \
17:34:04 unzip cfa-cc-1.0.0.3025.zip ;;\
17:34:04 esac
17:34:05 chmod -R a-w cfa-cc-1.0.0.3025
17:34:05 chmod u+w cfa-cc-1.0.0.3025
17:34:05 mkdir cfa-cc-1.0.0.3025/_build cfa-cc-1.0.0.3025/_build/sub cfa-cc-1.0.0.3025/_inst
17:34:05 chmod a-w cfa-cc-1.0.0.3025
17:34:05 test -d cfa-cc-1.0.0.3025/_build || exit 0; \
17:34:05 dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd cfa-cc-1.0.0.3025/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
17:34:05 && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \
17:34:05 && am__cwd=`pwd` \
17:34:05 && CDPATH="${ZSH_VERSION+.}:" && cd cfa-cc-1.0.0.3025/_build/sub \
17:34:05 && ../../configure \
17:34:05 \
17:34:05 \
17:34:05 --srcdir=../.. --prefix="$dc_install_base" \
17:34:05 && make \
17:34:05 && make dvi \
17:34:05 && make check \
17:34:05 && make install \
17:34:05 && make installcheck \
17:34:05 && make uninstall \
17:34:05 && make distuninstallcheck_dir="$dc_install_base" \
17:34:05 distuninstallcheck \
17:34:05 && chmod -R a-w "$dc_install_base" \
17:34:05 && ({ \
17:34:05 (cd ../.. && umask 077 && mkdir "$dc_destdir") \
17:34:05 && make DESTDIR="$dc_destdir" install \
17:34:05 && make DESTDIR="$dc_destdir" uninstall \
17:34:05 && make DESTDIR="$dc_destdir" \
17:34:05 distuninstallcheck_dir="$dc_destdir" distuninstallcheck; \
17:34:05 } || { rm -rf "$dc_destdir"; exit 1; }) \
17:34:05 && rm -rf "$dc_destdir" \
17:34:05 && make dist \
17:34:05 && rm -rf cfa-cc-1.0.0.3025.tar.gz \
17:34:05 && make distcleancheck \
17:34:05 && cd "$am__cwd" \
17:34:05 || exit 1
17:34:05 checking whether make supports nested variables... yes
17:34:05 checking for a BSD-compatible install... /usr/bin/install -c
17:34:05 checking whether build environment is sane... yes
17:34:05 checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
17:34:05 checking for gawk... gawk
17:34:05 checking whether make sets $(MAKE)... yes
17:34:05 checking build system type... x86_64-pc-linux-gnu
17:34:05 checking host system type... x86_64-pc-linux-gnu
17:34:05 checking for g++... g++
17:34:05 checking whether the C++ compiler works... yes
17:34:05 checking for C++ compiler default output file name... a.out
17:34:05 checking for suffix of executables...
17:34:05 checking whether we are cross compiling... no
17:34:05 checking for suffix of object files... o
17:34:05 checking whether we are using the GNU C++ compiler... yes
17:34:05 checking whether g++ accepts -g... yes
17:34:05 checking whether make supports the include directive... yes (GNU style)
17:34:06 checking dependency style of g++... gcc3
17:34:06 checking for gcc... gcc
17:34:06 checking whether we are using the GNU C compiler... yes
17:34:06 checking whether gcc accepts -g... yes
17:34:06 checking for gcc option to accept ISO C89... none needed
17:34:06 checking whether gcc understands -c and -o together... yes
17:34:06 checking dependency style of gcc... gcc3
17:34:06 checking dependency style of gcc... gcc3
17:34:06 checking for bison... bison -y
17:34:06 checking for flex... flex
17:34:06 checking lex output file root... lex.yy
17:34:06 checking lex library... -lfl
17:34:07 checking whether yytext is a pointer... yes
17:34:07 checking how to print strings... printf
17:34:07 checking for a sed that does not truncate output... /usr/bin/sed
17:34:07 checking for grep that handles long lines and -e... /usr/bin/grep
17:34:07 checking for egrep... /usr/bin/grep -E
17:34:07 checking for fgrep... /usr/bin/grep -F
17:34:07 checking for ld used by gcc... /usr/bin/ld
17:34:07 checking if the linker (/usr/bin/ld) is GNU ld... yes
17:34:07 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
17:34:07 checking the name lister (/usr/bin/nm -B) interface... BSD nm
17:34:07 checking whether ln -s works... yes
17:34:07 checking the maximum length of command line arguments... 1572864
17:34:07 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
17:34:07 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
17:34:07 checking for /usr/bin/ld option to reload object files... -r
17:34:07 checking for objdump... objdump
17:34:07 checking how to recognize dependent libraries... pass_all
17:34:07 checking for dlltool... no
17:34:07 checking how to associate runtime and link libraries... printf %s\n
17:34:07 checking for ar... ar
17:34:07 checking for archiver @FILE support... @
17:34:07 checking for strip... strip
17:34:07 checking for ranlib... ranlib
17:34:07 checking command to parse /usr/bin/nm -B output from gcc object... ok
17:34:07 checking for sysroot... no
17:34:07 checking for a working dd... /usr/bin/dd
17:34:07 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
17:34:07 checking for mt... mt
17:34:07 checking if mt is a manifest tool... no
17:34:07 checking how to run the C preprocessor... gcc -E
17:34:07 checking for ANSI C header files... yes
17:34:07 checking for sys/types.h... yes
17:34:07 checking for sys/stat.h... yes
17:34:07 checking for stdlib.h... yes
17:34:07 checking for string.h... yes
17:34:07 checking for memory.h... yes
17:34:07 checking for strings.h... yes
17:34:08 checking for inttypes.h... yes
17:34:08 checking for stdint.h... yes
17:34:08 checking for unistd.h... yes
17:34:08 checking for dlfcn.h... yes
17:34:08 checking for objdir... .libs
17:34:08 checking if gcc supports -fno-rtti -fno-exceptions... no
17:34:08 checking for gcc option to produce PIC... -fPIC -DPIC
17:34:08 checking if gcc PIC flag -fPIC -DPIC works... yes
17:34:08 checking if gcc static flag -static works... yes
17:34:08 checking if gcc supports -c -o file.o... yes
17:34:08 checking if gcc supports -c -o file.o... (cached) yes
17:34:08 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
17:34:08 checking whether -lc should be explicitly linked in... no
17:34:08 checking dynamic linker characteristics... GNU/Linux ld.so
17:34:08 checking how to hardcode library paths into programs... immediate
17:34:08 checking whether stripping libraries is possible... yes
17:34:08 checking if libtool supports shared libraries... yes
17:34:08 checking whether to build shared libraries... yes
17:34:08 checking whether to build static libraries... yes
17:34:08 checking how to run the C++ preprocessor... g++ -E
17:34:09 checking for ld used by g++... /usr/bin/ld -m elf_x86_64
17:34:09 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
17:34:09 checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
17:34:09 checking for g++ option to produce PIC... -fPIC -DPIC
17:34:09 checking if g++ PIC flag -fPIC -DPIC works... yes
17:34:09 checking if g++ static flag -static works... yes
17:34:09 checking if g++ supports -c -o file.o... yes
17:34:09 checking if g++ supports -c -o file.o... (cached) yes
17:34:09 checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
17:34:09 checking dynamic linker characteristics... (cached) GNU/Linux ld.so
17:34:09 checking how to hardcode library paths into programs... immediate
17:34:09 checking for Fibre::yield in -lfibre... no
17:34:09 checking for ProfilingIsEnabledForAllThreads in -lprofiler... yes
17:34:09 checking for malloc in -ltcmalloc... yes
17:34:09 checking libintl.h usability... yes
17:34:09 checking libintl.h presence... yes
17:34:09 checking for libintl.h... yes
17:34:09 checking malloc.h usability... yes
17:34:09 checking malloc.h presence... yes
17:34:09 checking for malloc.h... yes
17:34:09 checking for unistd.h... (cached) yes
17:34:09 checking for _Float32... yes
17:34:09 checking whether C compiler accepts -Wcast-function-type... yes
17:34:09 checking that generated files are newer than configure... done
17:34:09 configure: creating ./config.status
17:34:11 config.status: creating Makefile
17:34:11 config.status: creating driver/Makefile
17:34:11 config.status: creating src/Makefile
17:34:11 config.status: creating libcfa/Makefile
17:34:11 config.status: creating tests/Makefile
17:34:11 config.status: creating tools/prettyprinter/Makefile
17:34:11 config.status: creating tests/config.py
17:34:11 config.status: creating config.h
17:34:11 config.status: linking ../../tests/test.py to tests/test.py
17:34:11 config.status: executing depfiles commands
17:34:12 config.status: executing libtool commands
17:34:12 Cforall configuraton completed. Type "make -j 8 install".
17:34:12 make[1]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub'
17:34:12 make all-recursive
17:34:12 make[2]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub'
17:34:12 Making all in driver
17:34:12 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/driver'
17:34:12 CXX as.o
17:34:12 CXX cfa.o
17:34:12 CXX cc1.o
17:34:12 CXXLD as
17:34:14 CXXLD cc1
17:34:14 CXXLD cfa
17:34:14 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/driver'
17:34:14 Making all in src
17:34:14 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/src'
17:34:14 make all-am
17:34:14 make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/src'
17:34:14 CXX CompilationState.o
17:34:14 CXX main.o
17:34:14 CXX MakeLibCfa.o
17:34:14 CXX AST/Attribute.o
17:34:14 CXX AST/Copy.o
17:34:14 CXX AST/Create.o
17:34:14 CXX AST/Decl.o
17:34:14 CXX AST/DeclReplacer.o
17:34:14 CXX AST/Expr.o
17:34:15 CXX AST/GenericSubstitution.o
17:34:17 CXX AST/Init.o
17:34:17 CXX AST/Inspect.o
17:34:18 CXX AST/LinkageSpec.o
17:34:18 CXX AST/Node.o
17:34:18 CXX AST/Pass.o
17:34:19 CXX AST/Print.o
17:34:21 CXX AST/Stmt.o
17:34:21 CXX AST/SymbolTable.o
17:34:23 CXX AST/Type.o
17:34:23 CXX AST/TypeEnvironment.o
17:34:25 CXX AST/TypeSubstitution.o
17:34:31 CXX AST/Util.o
17:34:31 CXX CodeGen/CodeGenerator.o
17:34:36 CXX CodeGen/GenType.o
17:34:36 CXX CodeGen/OperatorTable.o
17:34:37 CXX CodeGen/FixMain.o
17:34:40 CXX CodeGen/FixNames.o
17:34:40 CXX CodeGen/Generate.o
17:34:43 CXX CodeGen/LinkOnce.o
17:34:47 CXX Concurrency/Actors.o
17:34:48 CXX Concurrency/Corun.o
17:34:54 CXX Concurrency/Keywords.o
17:34:55 CXX Concurrency/Waitfor.o
17:34:55 CXX Concurrency/Waituntil.o
17:34:58 CXX Common/Assert.o
17:34:58 CXX Common/CodeLocationTools.o
17:34:59 CXX Common/DeclStats.o
17:35:03 CXX Common/Eval.o
17:35:06 CXX Common/Examine.o
17:35:07 CXX Common/Indenter.o
17:35:07 CXX Common/ResolvProtoDump.o
17:35:10 CXX Common/SemanticError.o
17:35:12 CXX Common/Stats/Counter.o
17:35:13 CXX Common/Stats/Heap.o
17:35:13 CXX Common/Stats/ResolveTime.o
17:35:14 CXX Common/Stats/Stats.o
17:35:14 CXX Common/Stats/Time.o
17:35:15 CXX Common/Symbol.o
17:35:15 CXX Common/UniqueName.o
17:35:15 CXX Common/DebugMalloc.o
17:35:16 CXX ControlStruct/ExceptDecl.o
17:35:16 CXX ControlStruct/ExceptTranslate.o
17:35:16 CXX ControlStruct/FixLabels.o
17:35:21 CXX ControlStruct/HoistControlDecls.o
17:35:21 CXX ControlStruct/LabelGenerator.o
17:35:23 CXX ControlStruct/MultiLevelExit.o
17:35:27 CXX ControlStruct/TranslateEnumRange.o
17:35:34 CXX GenPoly/GenPoly.o
17:35:35 CXX GenPoly/Lvalue2.o
17:35:35 CXX GenPoly/Box.o
17:35:35 CXX GenPoly/FindFunction.o
17:35:37 CXX GenPoly/InstantiateGeneric.o
17:35:40 CXX GenPoly/Lvalue.o
17:35:41 CXX GenPoly/ScrubTypeVars.o
17:35:43 CXX GenPoly/Specialize.o
17:35:45 CXX InitTweak/GenInit.o
17:35:48 CXX InitTweak/InitTweak.o
17:35:53 CXX InitTweak/FixGlobalInit.o
17:35:59 CXX InitTweak/FixInit.o
17:36:04 CXX Parser/DeclarationNode.o
17:36:06 CXX Parser/ExpressionNode.o
17:36:09 CXX Parser/InitializerNode.o
17:36:10 CXX Parser/lex.o
17:36:12 CXX Parser/ParseNode.o
17:36:12 CXX Parser/parser.o
17:36:12 CXX Parser/RunParser.o
17:36:13 CXX Parser/StatementNode.o
17:36:14 CXX Parser/TypeData.o
17:36:15 CXX Parser/TypedefTable.o
17:36:17 CXX ResolvExpr/AdjustExprType.o
17:36:19 CXX ResolvExpr/Candidate.o
17:36:22 CXX ResolvExpr/CandidateFinder.o
17:36:22 CXX ResolvExpr/CastCost.o
17:36:25 CXX ResolvExpr/CommonType.o
17:36:25 CXX ResolvExpr/ConversionCost.o
17:36:27 CXX ResolvExpr/CurrentObject.o
17:36:30 CXX ResolvExpr/ExplodedArg.o
17:36:32 CXX ResolvExpr/FindOpenVars.o
17:36:32 CXX ResolvExpr/PolyCost.o
17:36:33 CXX ResolvExpr/PtrsAssignable.o
17:36:33 CXX ResolvExpr/PtrsCastable.o
17:36:33 CXX ResolvExpr/RenameVars.o
17:36:33 CXX ResolvExpr/Resolver.o
17:36:41 CXX ResolvExpr/ResolveTypeof.o
17:36:48 CXX ResolvExpr/SatisfyAssertions.o
17:36:49 CXX ResolvExpr/SpecCost.o
17:36:49 CXX ResolvExpr/Unify.o
17:36:50 CXX ResolvExpr/CandidatePrinter.o
17:36:50 CXX ResolvExpr/EraseWith.o
17:37:05 CXX SymTab/FixFunction.o
17:37:05 CXX SymTab/GenImplicitCall.o
17:37:06 CXX SymTab/Mangler.o
17:37:07 CXX SymTab/ManglerCommon.o
17:37:09 CXX Tuples/Explode.o
17:37:10 CXX Tuples/TupleAssignment.o
17:37:11 CXX Tuples/TupleExpansion.o
17:37:11 CXX Tuples/Tuples.o
17:37:12 CXX Validate/Autogen.o
17:37:15 CXX Validate/CheckAssertions.o
17:37:17 CXX Validate/CompoundLiteral.o
17:37:18 CXX Validate/EliminateTypedef.o
17:37:26 CXX Validate/EnumAndPointerDecay.o
17:37:29 CXX Validate/FindSpecialDecls.o
17:37:31 CXX Validate/FixQualifiedTypes.o
17:37:31 CXX Validate/FixReturnTypes.o
17:37:33 CXX Validate/ForallPointerDecay.o
17:37:33 CXX Validate/GenericParameter.o
17:37:34 CXX Validate/HoistStruct.o
17:37:44 CXX Validate/HoistTypeDecls.o
17:37:44 CXX Validate/ImplementEnumFunc.o
17:37:45 CXX Validate/InitializerLength.o
17:37:48 CXX Validate/LabelAddressFixer.o
17:37:48 CXX Validate/LinkInstanceTypes.o
17:37:58 CXX Validate/ReplaceTypedef.o
17:37:58 CXX Validate/ReturnCheck.o
17:38:00 CXX Validate/VerifyCtorDtorAssign.o
17:38:02 CXX Virtual/ExpandCasts.o
17:38:03 CXX Virtual/Tables.o
17:38:04 CXX Virtual/VirtualDtor.o
17:38:36 CXXLD ../driver/cfa-cpp
17:38:41 make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/src'
17:38:41 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/src'
17:38:41 Making all in .
17:38:41 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub'
17:38:41 libcfa/x64-debug/config.data
17:38:41 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/
17:38:41 libcfa/x64-nodebug/config.data
17:38:41 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/
17:38:41 checking whether make supports nested variables... yes
17:38:41 checking for a BSD-compatible install... checking whether make supports nested variables... yes
17:38:41 checking for a BSD-compatible install... /usr/bin/install -c
17:38:41 checking whether build environment is sane... yes
17:38:41 /usr/bin/install -c
17:38:41 checking whether build environment is sane... yes
17:38:41 checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
17:38:41 checking for gawk... gawk
17:38:41 checking whether make sets $(MAKE)... checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
17:38:41 checking for gawk... gawk
17:38:41 checking whether make sets $(MAKE)... yes
17:38:41 yes
17:38:41 checking for distributated build... no
17:38:41 checking for distributated build... no
17:38:41 checking build system type... checking build system type... x86_64-pc-linux-gnu
17:38:41 checking host system type... x86_64-pc-linux-gnu
17:38:41 checking how to print strings... x86_64-pc-linux-gnu
17:38:41 checking host system type... x86_64-pc-linux-gnu
17:38:41 checking how to print strings... printf
17:38:41 checking whether make supports the include directive... yes (GNU style)
17:38:41 printf
17:38:41 checking whether make supports the include directive... checking for gcc... gcc
17:38:41 yes (GNU style)
17:38:41 checking for gcc... gcc
17:38:41 checking whether the C compiler works... checking whether the C compiler works... yes
17:38:41 checking for C compiler default output file name... a.out
17:38:41 checking for suffix of executables... yes
17:38:41 checking for C compiler default output file name... a.out
17:38:41 checking for suffix of executables...
17:38:41 checking whether we are cross compiling...
17:38:41 checking whether we are cross compiling... no
17:38:41 checking for suffix of object files... no
17:38:41 checking for suffix of object files... o
17:38:41 checking whether we are using the GNU C compiler... o
17:38:41 checking whether we are using the GNU C compiler... yes
17:38:41 checking whether gcc accepts -g... yes
17:38:41 checking whether gcc accepts -g... yes
17:38:41 checking for gcc option to accept ISO C89... yes
17:38:42 checking for gcc option to accept ISO C89... none needed
17:38:42 checking whether gcc understands -c and -o together... none needed
17:38:42 checking whether gcc understands -c and -o together... yes
17:38:42 checking dependency style of gcc... yes
17:38:42 checking dependency style of gcc... gcc3
17:38:42 checking for a sed that does not truncate output... /usr/bin/sed
17:38:42 checking for grep that handles long lines and -e... /usr/bin/grep
17:38:42 checking for egrep... /usr/bin/grep -E
17:38:42 checking for fgrep... /usr/bin/grep -F
17:38:42 checking for ld used by gcc... gcc3
17:38:42 checking for a sed that does not truncate output... /usr/bin/ld
17:38:42 checking if the linker (/usr/bin/ld) is GNU ld... /usr/bin/sed
17:38:42 checking for grep that handles long lines and -e... yes
17:38:42 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/grep
17:38:42 checking for egrep... /usr/bin/grep -E
17:38:42 checking for fgrep... /usr/bin/nm -B
17:38:42 checking the name lister (/usr/bin/nm -B) interface... /usr/bin/grep -F
17:38:42 checking for ld used by gcc... /usr/bin/ld
17:38:42 checking if the linker (/usr/bin/ld) is GNU ld... yes
17:38:42 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
17:38:42 checking the name lister (/usr/bin/nm -B) interface... BSD nm
17:38:42 checking whether ln -s works... yes
17:38:42 checking the maximum length of command line arguments... BSD nm
17:38:42 checking whether ln -s works... yes
17:38:42 1572864
17:38:42 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
17:38:42 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
17:38:42 checking for /usr/bin/ld option to reload object files... -r
17:38:42 1572864
17:38:42 checking for objdump... objdump
17:38:42 checking how to recognize dependent libraries... pass_all
17:38:42 checking for dlltool... no
17:38:42 checking how to associate runtime and link libraries... printf %s\n
17:38:42 checking for ar... ar
17:38:42 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
17:38:42 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
17:38:42 checking for /usr/bin/ld option to reload object files... -r
17:38:42 checking for objdump... objdump
17:38:42 checking how to recognize dependent libraries... pass_all
17:38:42 checking for dlltool... no
17:38:42 checking how to associate runtime and link libraries... printf %s\n
17:38:42 checking for ar... ar
17:38:42 checking for archiver @FILE support... @
17:38:42 checking for strip... strip
17:38:42 checking for ranlib... ranlib
17:38:42 checking command to parse /usr/bin/nm -B output from gcc object... @
17:38:42 checking for strip... strip
17:38:42 checking for ranlib... ranlib
17:38:42 checking command to parse /usr/bin/nm -B output from gcc object... ok
17:38:42 checking for sysroot... no
17:38:42 checking for a working dd... ok
17:38:42 checking for sysroot... no
17:38:42 checking for a working dd... /usr/bin/dd
17:38:42 checking how to truncate binary pipes... /usr/bin/dd
17:38:42 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
17:38:42 /usr/bin/dd bs=4096 count=1
17:38:42 checking for mt... mt
17:38:42 checking if mt is a manifest tool... no
17:38:42 checking how to run the C preprocessor... checking for mt... mt
17:38:42 checking if mt is a manifest tool... no
17:38:42 checking how to run the C preprocessor... gcc -E
17:38:42 gcc -E
17:38:43 checking for ANSI C header files... checking for ANSI C header files... yes
17:38:43 checking for sys/types.h... yes
17:38:43 checking for sys/types.h... yes
17:38:43 checking for sys/stat.h... yes
17:38:43 checking for sys/stat.h... yes
17:38:43 yes
17:38:43 checking for stdlib.h... checking for stdlib.h... yes
17:38:43 yes
17:38:43 checking for string.h... checking for string.h... yes
17:38:43 checking for memory.h... yes
17:38:43 checking for memory.h... yes
17:38:43 checking for strings.h... yes
17:38:43 checking for strings.h... yes
17:38:43 checking for inttypes.h... yes
17:38:43 checking for inttypes.h... yes
17:38:43 checking for stdint.h... yes
17:38:43 checking for stdint.h... yes
17:38:43 checking for unistd.h... yes
17:38:43 checking for unistd.h... yes
17:38:43 checking for dlfcn.h... yes
17:38:43 checking for dlfcn.h... yes
17:38:43 checking for objdir... .libs
17:38:43 yes
17:38:43 checking for objdir... .libs
17:38:43 checking if gcc supports -fno-rtti -fno-exceptions... checking if gcc supports -fno-rtti -fno-exceptions... no
17:38:43 checking for gcc option to produce PIC... -fPIC -DPIC
17:38:43 checking if gcc PIC flag -fPIC -DPIC works... no
17:38:43 checking for gcc option to produce PIC... -fPIC -DPIC
17:38:43 checking if gcc PIC flag -fPIC -DPIC works... yes
17:38:44 checking if gcc static flag -static works... yes
17:38:44 checking if gcc static flag -static works... yes
17:38:44 checking if gcc supports -c -o file.o... yes
17:38:44 checking if gcc supports -c -o file.o... yes
17:38:44 checking if gcc supports -c -o file.o... (cached) yes
17:38:44 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
17:38:44 checking if gcc supports -c -o file.o... (cached) yes
17:38:44 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
17:38:44 checking whether -lc should be explicitly linked in... yes
17:38:44 checking whether -lc should be explicitly linked in... no
17:38:44 checking dynamic linker characteristics... no
17:38:44 checking dynamic linker characteristics... GNU/Linux ld.so
17:38:44 checking how to hardcode library paths into programs... immediate
17:38:44 checking whether stripping libraries is possible... yes
17:38:44 checking if libtool supports shared libraries... yes
17:38:44 checking whether to build shared libraries... yes
17:38:44 checking whether to build static libraries... no
17:38:44 checking for g++... g++
17:38:44 GNU/Linux ld.so
17:38:44 checking how to hardcode library paths into programs... immediate
17:38:44 checking whether stripping libraries is possible... yes
17:38:44 checking if libtool supports shared libraries... yes
17:38:44 checking whether to build shared libraries... yes
17:38:44 checking whether to build static libraries... no
17:38:44 checking for g++... g++
17:38:44 checking whether we are using the GNU C++ compiler... checking whether we are using the GNU C++ compiler... yes
17:38:44 checking whether g++ accepts -g... yes
17:38:44 checking whether g++ accepts -g... yes
17:38:44 checking dependency style of g++... yes
17:38:44 checking dependency style of g++... gcc3
17:38:44 checking how to run the C++ preprocessor... gcc3
17:38:44 checking how to run the C++ preprocessor... g++ -E
17:38:44 g++ -E
17:38:45 checking for ld used by g++... /usr/bin/ld -m elf_x86_64
17:38:45 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
17:38:45 checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
17:38:45 checking for ld used by g++... /usr/bin/ld -m elf_x86_64
17:38:45 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
17:38:45 checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
17:38:45 checking for g++ option to produce PIC... -fPIC -DPIC
17:38:45 checking if g++ PIC flag -fPIC -DPIC works... yes
17:38:45 checking if g++ static flag -static works... checking for g++ option to produce PIC... -fPIC -DPIC
17:38:45 checking if g++ PIC flag -fPIC -DPIC works... yes
17:38:45 checking if g++ supports -c -o file.o... yes
17:38:45 checking if g++ static flag -static works... yes
17:38:45 checking if g++ supports -c -o file.o... (cached) yes
17:38:45 checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
17:38:45 checking dynamic linker characteristics... (cached) GNU/Linux ld.so
17:38:45 checking how to hardcode library paths into programs... immediate
17:38:45 checking for gcc... (cached) gcc
17:38:45 checking whether we are using the GNU C compiler... (cached) yes
17:38:45 checking whether gcc accepts -g... (cached) yes
17:38:45 checking for gcc option to accept ISO C89... (cached) none needed
17:38:45 checking whether gcc understands -c and -o together... (cached) yes
17:38:45 checking dependency style of gcc... (cached) gcc3
17:38:45 checking dependency style of gcc... yes
17:38:45 checking if g++ supports -c -o file.o... gcc3
17:38:45 checking whether make sets $(MAKE)... (cached) yes
17:38:45 checking linux/rseq.h usability... yes
17:38:45 checking if g++ supports -c -o file.o... (cached) yes
17:38:45 checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
17:38:45 checking dynamic linker characteristics... (cached) GNU/Linux ld.so
17:38:45 checking how to hardcode library paths into programs... immediate
17:38:45 checking for gcc... (cached) gcc
17:38:45 yes
17:38:45 checking linux/rseq.h presence... checking whether we are using the GNU C compiler... (cached) yes
17:38:45 checking whether gcc accepts -g... (cached) yes
17:38:45 checking for gcc option to accept ISO C89... (cached) none needed
17:38:45 checking whether gcc understands -c and -o together... (cached) yes
17:38:45 checking dependency style of gcc... (cached) gcc3
17:38:45 checking dependency style of gcc... yes
17:38:45 checking for linux/rseq.h... yes
17:38:45 checking for rseq_available in -lrseq... gcc3
17:38:45 checking whether make sets $(MAKE)... (cached) yes
17:38:45 checking linux/rseq.h usability... no
17:38:45 checking linux/io_uring.h usability... yes
17:38:45 checking linux/rseq.h presence... yes
17:38:45 checking for linux/rseq.h... yes
17:38:45 checking for rseq_available in -lrseq... yes
17:38:45 checking linux/io_uring.h presence... yes
17:38:45 checking for linux/io_uring.h... yes
17:38:45 checking liburing.h usability... no
17:38:45 checking linux/io_uring.h usability... yes
17:38:45 checking liburing.h presence... yes
17:38:45 checking for liburing.h... yes
17:38:45 checking for io_uring_get_probe in -luring... yes
17:38:45 checking linux/io_uring.h presence... yes
17:38:45 checking for linux/io_uring.h... yes
17:38:45 yes
17:38:45 checking liburing.h usability... checking whether IORING_OP_NOP is declared... yes
17:38:45 yes
17:38:46 checking liburing.h presence... yes
17:38:46 checking for liburing.h... yes
17:38:46 checking for io_uring_get_probe in -luring... checking whether IORING_OP_READV is declared... yes
17:38:46 checking whether IORING_OP_NOP is declared... yes
17:38:46 yes
17:38:46 checking whether IORING_OP_WRITEV is declared... checking whether IORING_OP_READV is declared... yes
17:38:46 yes
17:38:46 checking whether IORING_OP_FSYNC is declared... yes
17:38:46 checking whether IORING_OP_WRITEV is declared... yes
17:38:46 checking whether IORING_OP_READ_FIXED is declared... checking whether IORING_OP_FSYNC is declared... yes
17:38:46 yes
17:38:46 checking whether IORING_OP_WRITE_FIXED is declared... checking whether IORING_OP_READ_FIXED is declared... yes
17:38:46 yes
17:38:46 checking whether IORING_OP_POLL_ADD is declared... checking whether IORING_OP_WRITE_FIXED is declared... yes
17:38:46 yes
17:38:47 checking whether IORING_OP_POLL_REMOVE is declared... yes
17:38:47 checking whether IORING_OP_POLL_ADD is declared... yes
17:38:47 checking whether IORING_OP_SYNC_FILE_RANGE is declared... yes
17:38:47 checking whether IORING_OP_POLL_REMOVE is declared... yes
17:38:47 checking whether IORING_OP_SENDMSG is declared... yes
17:38:47 checking whether IORING_OP_SYNC_FILE_RANGE is declared... yes
17:38:47 checking whether IORING_OP_RECVMSG is declared... yes
17:38:48 checking whether IORING_OP_SENDMSG is declared... yes
17:38:48 checking whether IORING_OP_TIMEOUT is declared... yes
17:38:48 checking whether IORING_OP_RECVMSG is declared... yes
17:38:48 checking whether IORING_OP_TIMEOUT_REMOVE is declared... checking whether IORING_OP_TIMEOUT is declared... yes
17:38:48 yes
17:38:48 checking whether IORING_OP_ACCEPT is declared... yes
17:38:48 checking whether IORING_OP_TIMEOUT_REMOVE is declared... yes
17:38:48 checking whether IORING_OP_ASYNC_CANCEL is declared... checking whether IORING_OP_ACCEPT is declared... yes
17:38:48 yes
17:38:48 checking whether IORING_OP_ASYNC_CANCEL is declared... checking whether IORING_OP_LINK_TIMEOUT is declared... yes
17:38:48 yes
17:38:48 checking whether IORING_OP_LINK_TIMEOUT is declared... checking whether IORING_OP_CONNECT is declared... yes
17:38:49 yes
17:38:49 checking whether IORING_OP_CONNECT is declared... yes
17:38:49 checking whether IORING_OP_FALLOCATE is declared... yes
17:38:49 checking whether IORING_OP_FALLOCATE is declared... checking whether IORING_OP_OPENAT is declared... yes
17:38:49 yes
17:38:49 checking whether IORING_OP_OPENAT is declared... yes
17:38:49 checking whether IORING_OP_CLOSE is declared... yes
17:38:49 checking whether IORING_OP_CLOSE is declared... yes
17:38:49 checking whether IORING_OP_FILES_UPDATE is declared... yes
17:38:49 checking whether IORING_OP_FILES_UPDATE is declared... yes
17:38:49 checking whether IORING_OP_STATX is declared... checking whether IORING_OP_STATX is declared... yes
17:38:49 yes
17:38:50 checking whether IORING_OP_READ is declared... checking whether IORING_OP_READ is declared... yes
17:38:50 yes
17:38:50 checking whether IORING_OP_WRITE is declared... checking whether IORING_OP_WRITE is declared... yes
17:38:50 yes
17:38:50 checking whether IORING_OP_FADVISE is declared... checking whether IORING_OP_FADVISE is declared... yes
17:38:50 yes
17:38:50 checking whether IORING_OP_MADVISE is declared... checking whether IORING_OP_MADVISE is declared... yes
17:38:50 yes
17:38:50 checking whether IORING_OP_SEND is declared... checking whether IORING_OP_SEND is declared... yes
17:38:50 yes
17:38:50 checking whether IORING_OP_RECV is declared... yes
17:38:50 checking whether IORING_OP_RECV is declared... yes
17:38:50 checking whether IORING_OP_OPENAT2 is declared... yes
17:38:50 checking whether IORING_OP_OPENAT2 is declared... yes
17:38:51 checking whether IORING_OP_EPOLL_CTL is declared... yes
17:38:51 checking whether IORING_OP_EPOLL_CTL is declared... yes
17:38:51 checking whether IORING_OP_SPLICE is declared... yes
17:38:51 checking whether IORING_OP_SPLICE is declared... yes
17:38:51 checking whether IORING_OP_PROVIDE_BUFFERS is declared... checking whether IORING_OP_PROVIDE_BUFFERS is declared... yes
17:38:51 yes
17:38:51 checking whether IORING_OP_REMOVE_BUFFER is declared... checking whether IORING_OP_REMOVE_BUFFER is declared... no
17:38:51 checking whether IORING_OP_TEE is declared... no
17:38:51 checking whether IORING_OP_TEE is declared... no
17:38:51 checking whether IOSQE_FIXED_FILE is declared... no
17:38:51 checking whether IOSQE_FIXED_FILE is declared... yes
17:38:51 checking whether IOSQE_IO_DRAIN is declared... yes
17:38:51 checking whether IOSQE_IO_DRAIN is declared... yes
17:38:51 checking whether IOSQE_IO_LINK is declared... yes
17:38:52 checking whether IOSQE_IO_LINK is declared... yes
17:38:52 checking whether IOSQE_IO_HARDLINK is declared... yes
17:38:52 checking whether IOSQE_IO_HARDLINK is declared... yes
17:38:52 checking whether IOSQE_ASYNC is declared... yes
17:38:52 checking whether IOSQE_ASYNC is declared... yes
17:38:52 checking whether IOSQE_BUFFER_SELECT is declared... yes
17:38:52 checking whether IOSQE_BUFFER_SELECT is declared... yes
17:38:52 checking whether SPLICE_F_FD_IN_FIXED is declared... yes
17:38:52 checking whether SPLICE_F_FD_IN_FIXED is declared... yes
17:38:52 checking whether IORING_SETUP_ATTACH_WQ is declared... yes
17:38:52 checking whether IORING_SETUP_ATTACH_WQ is declared... yes
17:38:52 checking whether IORING_REGISTER_IOWQ_MAX_WORKERS is declared... yes
17:38:52 checking whether IORING_REGISTER_IOWQ_MAX_WORKERS is declared... no
17:38:52 checking for preadv2... no
17:38:52 checking for preadv2... yes
17:38:52 checking for pwritev2... yes
17:38:52 checking for pwritev2... yes
17:38:52 checking that generated files are newer than configure... done
17:38:52 configure: creating ./config.status
17:38:52 yes
17:38:52 checking that generated files are newer than configure... done
17:38:52 configure: creating ./config.status
17:38:53 config.status: creating Makefile
17:38:53 config.status: creating src/Makefile
17:38:53 config.status: creating Makefile
17:38:53 config.status: creating prelude/Makefile
17:38:53 config.status: creating src/Makefile
17:38:53 config.status: creating src/concurrency/io/call.cfa
17:38:53 config.status: creating prelude/Makefile
17:38:53 config.status: creating src/concurrency/io/call.cfa
17:38:53 config.status: creating prelude/defines.hfa
17:38:53 config.status: executing depfiles commands
17:38:53 config.status: creating prelude/defines.hfa
17:38:53 config.status: executing depfiles commands
17:38:53 config.status: executing libtool commands
17:38:53 Cforall library configuraton completed. Type "make -j 8 install".
17:38:53 config.status: executing libtool commands
17:38:53 Cforall library configuraton completed. Type "make -j 8 install".
17:38:54 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub'
17:38:54 Making all in libcfa/x64-debug
17:38:54 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/libcfa/x64-debug'
17:38:54 Making all in prelude
17:38:54 make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/libcfa/x64-debug/prelude'
17:38:54 mkdir .deps
17:38:54 touch .deps/builtins.Po
17:38:54 make all-am
17:38:54 make[5]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/libcfa/x64-debug/prelude'
17:38:54 GEN gcc-builtins.c
17:38:54 GEN builtins.cfa
17:38:54 GEN prelude.cfa
17:38:54 GEN extras.cfa
17:38:54 GEN extras.cfa
17:38:54 GEN gcc-builtins.cfa
17:38:56 GEN bootloader.c
17:38:56 make[5]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/libcfa/x64-debug/prelude'
17:38:56 make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/libcfa/x64-debug/prelude'
17:38:56 Making all in src
17:38:56 make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/libcfa/x64-debug/src'
17:38:56 CFA fstream.lo
17:38:56 CFA common.lo
17:38:56 CFA iostream.lo
17:38:56 CFA heap.lo
17:38:56 CFA limits.lo
17:38:56 CFA iterator.lo
17:38:56 CFA parseargs.lo
17:38:56 CFA memory.lo
17:38:57 CFA parseconfig.lo
17:38:58 CFA rational.lo
17:38:58 CFA enum.lo
17:38:58 /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’:
17:38:58 /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]
17:38:58 233 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options;
17:38:58 | ^~~~~~~~~~~~~~~~~~~~~~~~~~
17:38:58 /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]
17:38:58 233 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options;
17:38:58 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
17:38:58 /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]
17:38:58 233 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options;
17:38:58 | ^~~~~~~~~~~~~~~~~~~~~~~~~~
17:38:58 /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]
17:38:58 233 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options;
17:38:58 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
17:38:58 /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’:
17:38:58 /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]
17:38:58 238 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options;
17:38:58 | ^~~~~~~~~~~~~~~~~~~~~~~~~~
17:38:58 /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]
17:38:58 238 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options;
17:38:58 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
17:38:58 /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]
17:38:58 238 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options;
17:38:58 | ^~~~~~~~~~~~~~~~~~~~~~~~~~
17:38:58 /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]
17:38:58 238 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options;
17:38:58 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
17:38:58 CFA stdlib.lo
17:38:59 CFA strstream.lo
17:39:01 CFA time.lo
17:39:01 CFA assert.lo
17:39:01 CFA bits/debug.lo
17:39:01 CC exception.lo
17:39:01 CFA interpose.lo
17:39:01 CFA startup.lo
17:39:02 CC virtual.lo
17:39:02 GEN prelude.lo
17:39:02 CFA concurrency/locks.lo
17:39:03 CFA concurrency/monitor.lo
17:39:03 CFA concurrency/mutex.lo
17:39:03 CFA concurrency/select.lo
17:39:04 CFA concurrency/thread.lo
17:39:04 CFA concurrency/cofor.lo
17:39:04 CFA interpose_thread.lo
17:39:05 CPPAS concurrency/CtxSwitch-x64.lo
17:39:05 CC concurrency/invoke.lo
17:39:05 CFA concurrency/io.lo
17:39:07 CFA concurrency/kernel/startup.lo
17:39:07 CFA concurrency/preemption.lo
17:39:09 CFA concurrency/ready_queue.lo
17:39:10 CFA concurrency/stats.lo
17:39:10 CFA concurrency/pthread.lo
17:39:11 CFA bits/weakso_locks.lo
17:39:11 CFA algorithms/range_iterator.lo
17:39:13 CFA collections/maybe.lo
17:39:13 /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]
17:39:13 766 | #endif
17:39:13 | ^
17:39:14 CFA collections/pair.lo
17:39:14 CFA collections/result.lo
17:39:14 CFA collections/string.lo
17:39:15 /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]
17:39:15 887 | #endif
17:39:15 | ^
17:39:15 CFA collections/string_res.lo
17:39:15 CFA collections/vector.lo
17:39:15 CFA device/cpu.lo
17:39:16 CFA concurrency/alarm.lo
17:39:17 CFA concurrency/coroutine.lo
17:39:18 CFA concurrency/exception.lo
17:39:18 CFA concurrency/kernel.lo
17:39:18 CFA concurrency/kernel/cluster.lo
17:39:18 CFA concurrency/clib/cfathread.lo
17:39:19 CFA concurrency/io/setup.lo
17:39:20 CFA concurrency/io/call.lo
17:39:21 CCLD libcfa.la
17:39:26 concurrency/io/call.cfa:1614:36: warning: ‘packed’ attribute ignored for field of type ‘union __io_uring_sqe____anonymous67____anonymous66____anonymous65’ [-Wattributes]
17:39:26 /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]
17:39:26 887 | #endif
17:39:26 | ^
17:39:26 /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]
17:39:30 /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]
17:39:30 333 |
17:39:30 | ^
17:39:35 /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]
17:39:35 CCLD libcfathread.la
17:39:35 make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/libcfa/x64-debug/src'
17:39:35 make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/libcfa/x64-debug'
17:39:35 make[4]: Nothing to be done for 'all-am'.
17:39:35 make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/libcfa/x64-debug'
17:39:35 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/libcfa/x64-debug'
17:39:35 Making all in libcfa/x64-nodebug
17:39:35 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/libcfa/x64-nodebug'
17:39:35 Making all in prelude
17:39:35 make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/libcfa/x64-nodebug/prelude'
17:39:35 mkdir .deps
17:39:35 touch .deps/builtins.Po
17:39:35 make all-am
17:39:35 make[5]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/libcfa/x64-nodebug/prelude'
17:39:35 GEN gcc-builtins.c
17:39:35 GEN builtins.cfa
17:39:35 GEN prelude.cfa
17:39:35 GEN extras.cfa
17:39:35 GEN gcc-builtins.cfa
17:39:35 GEN extras.cfa
17:39:38 GEN bootloader.c
17:39:38 make[5]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/libcfa/x64-nodebug/prelude'
17:39:38 make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/libcfa/x64-nodebug/prelude'
17:39:38 Making all in src
17:39:38 make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/libcfa/x64-nodebug/src'
17:39:38 CFA common.lo
17:39:38 CFA fstream.lo
17:39:38 CFA heap.lo
17:39:38 CFA iostream.lo
17:39:38 CFA limits.lo
17:39:38 CFA iterator.lo
17:39:38 CFA parseargs.lo
17:39:38 CFA memory.lo
17:39:39 CFA parseconfig.lo
17:39:39 CFA rational.lo
17:39:39 CFA enum.lo
17:39:39 /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’:
17:39:39 /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]
17:39:39 233 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options;
17:39:39 | ^~~~~~~~~~~~~~~~~~~~~~~~~~
17:39:39 /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]
17:39:39 233 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options;
17:39:39 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
17:39:39 /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]
17:39:39 233 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options;
17:39:39 | ^~~~~~~~~~~~~~~~~~~~~~~~~~
17:39:39 /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]
17:39:39 233 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options;
17:39:39 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
17:39:39 /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’:
17:39:39 /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]
17:39:39 238 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options;
17:39:39 | ^~~~~~~~~~~~~~~~~~~~~~~~~~
17:39:39 /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]
17:39:39 238 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options;
17:39:39 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
17:39:39 /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]
17:39:39 238 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options;
17:39:39 | ^~~~~~~~~~~~~~~~~~~~~~~~~~
17:39:39 /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]
17:39:39 238 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options;
17:39:39 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
17:39:39 CFA stdlib.lo
17:39:41 CFA strstream.lo
17:39:42 CFA time.lo
17:39:42 CFA assert.lo
17:39:43 CFA bits/debug.lo
17:39:43 CC exception.lo
17:39:44 CFA interpose.lo
17:39:44 CFA startup.lo
17:39:44 CC virtual.lo
17:39:44 GEN prelude.lo
17:39:44 CFA concurrency/locks.lo
17:39:45 CFA concurrency/monitor.lo
17:39:45 CFA concurrency/mutex.lo
17:39:46 CFA concurrency/select.lo
17:39:47 CFA concurrency/thread.lo
17:39:47 CFA concurrency/cofor.lo
17:39:48 CFA interpose_thread.lo
17:39:49 CPPAS concurrency/CtxSwitch-x64.lo
17:39:49 CC concurrency/invoke.lo
17:39:49 CFA concurrency/io.lo
17:39:50 CFA concurrency/kernel/startup.lo
17:39:51 CFA concurrency/preemption.lo
17:39:51 CFA concurrency/ready_queue.lo
17:39:52 CFA concurrency/stats.lo
17:39:52 CFA concurrency/pthread.lo
17:39:52 CFA bits/weakso_locks.lo
17:39:53 CFA algorithms/range_iterator.lo
17:39:54 CFA collections/maybe.lo
17:39:54 CFA collections/pair.lo
17:39:55 CFA collections/result.lo
17:39:56 CFA collections/string.lo
17:39:57 CFA collections/string_res.lo
17:39:57 CFA collections/vector.lo
17:39:57 /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]
17:39:57 766 | #endif
17:39:57 | ^
17:39:57 /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]
17:39:57 867 |
17:39:57 | ^
17:39:57 /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
17:39:57 76 | return __recvfrom_alias (__fd, __buf, __n, __flags, __addr, __addr_len);
17:39:57 | ^
17:39:57 /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
17:39:57 76 | return __recvfrom_alias (__fd, __buf, __n, __flags, __addr, __addr_len);
17:39:57 | ^
17:39:57 /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
17:39:57 73 | return __recvfrom_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags,
17:39:57 | ^
17:39:57 /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
17:39:57 73 | return __recvfrom_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags,
17:39:57 | ^
17:39:57 /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
17:39:57 70 | return __recvfrom_chk (__fd, __buf, __n, __bos0 (__buf), __flags,
17:39:57 | ^
17:39:57 /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
17:39:57 70 | return __recvfrom_chk (__fd, __buf, __n, __bos0 (__buf), __flags,
17:39:57 | ^
17:39:57 CFA device/cpu.lo
17:39:57 /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
17:39:57 76 | return __recvfrom_alias (__fd, __buf, __n, __flags, __addr, __addr_len);
17:39:57 | ^
17:39:57 /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
17:39:57 76 | return __recvfrom_alias (__fd, __buf, __n, __flags, __addr, __addr_len);
17:39:57 | ^
17:39:57 /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
17:39:57 73 | return __recvfrom_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags,
17:39:57 | ^
17:39:57 /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
17:39:57 73 | return __recvfrom_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags,
17:39:57 | ^
17:39:57 /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
17:39:57 70 | return __recvfrom_chk (__fd, __buf, __n, __bos0 (__buf), __flags,
17:39:57 | ^
17:39:57 /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
17:39:57 70 | return __recvfrom_chk (__fd, __buf, __n, __bos0 (__buf), __flags,
17:39:57 | ^
17:39:58 CFA concurrency/alarm.lo
17:39:58 CFA concurrency/coroutine.lo
17:39:59 CFA concurrency/exception.lo
17:40:00 CFA concurrency/kernel.lo
17:40:00 CFA concurrency/kernel/cluster.lo
17:40:01 CFA concurrency/clib/cfathread.lo
17:40:02 CFA concurrency/io/setup.lo
17:40:02 CFA concurrency/io/call.lo
17:40:04 CCLD libcfa.la
17:40:08 concurrency/io/call.cfa:1614:36: warning: ‘packed’ attribute ignored for field of type ‘union __io_uring_sqe____anonymous67____anonymous66____anonymous65’ [-Wattributes]
17:40:08 /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
17:40:08 76 | return __recvfrom_alias (__fd, __buf, __n, __flags, __addr, __addr_len);
17:40:08 | ^
17:40:08 /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
17:40:08 76 | return __recvfrom_alias (__fd, __buf, __n, __flags, __addr, __addr_len);
17:40:08 | ^
17:40:08 /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
17:40:08 73 | return __recvfrom_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags,
17:40:08 | ^
17:40:08 /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
17:40:08 73 | return __recvfrom_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags,
17:40:08 | ^
17:40:08 /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
17:40:08 70 | return __recvfrom_chk (__fd, __buf, __n, __bos0 (__buf), __flags,
17:40:08 | ^
17:40:08 /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
17:40:08 70 | return __recvfrom_chk (__fd, __buf, __n, __bos0 (__buf), __flags,
17:40:08 | ^
17:40:08 /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]
17:40:08 /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
17:40:08 76 | return __recvfrom_alias (__fd, __buf, __n, __flags, __addr, __addr_len);
17:40:08 | ^
17:40:08 /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
17:40:08 76 | return __recvfrom_alias (__fd, __buf, __n, __flags, __addr, __addr_len);
17:40:08 | ^
17:40:08 /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
17:40:08 73 | return __recvfrom_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags,
17:40:08 | ^
17:40:08 /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
17:40:08 73 | return __recvfrom_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags,
17:40:08 | ^
17:40:08 /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
17:40:08 70 | return __recvfrom_chk (__fd, __buf, __n, __bos0 (__buf), __flags,
17:40:08 | ^
17:40:08 /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
17:40:08 70 | return __recvfrom_chk (__fd, __buf, __n, __bos0 (__buf), __flags,
17:40:08 | ^
17:40:08 /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]
17:40:08 887 | #endif
17:40:08 | ^
17:40:09 /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
17:40:09 76 | return __recvfrom_alias (__fd, __buf, __n, __flags, __addr, __addr_len);
17:40:09 | ^
17:40:09 /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
17:40:09 76 | return __recvfrom_alias (__fd, __buf, __n, __flags, __addr, __addr_len);
17:40:09 | ^
17:40:09 /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
17:40:09 73 | return __recvfrom_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags,
17:40:09 | ^
17:40:09 /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
17:40:09 73 | return __recvfrom_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags,
17:40:09 | ^
17:40:09 /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
17:40:09 70 | return __recvfrom_chk (__fd, __buf, __n, __bos0 (__buf), __flags,
17:40:09 | ^
17:40:09 /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
17:40:09 70 | return __recvfrom_chk (__fd, __buf, __n, __bos0 (__buf), __flags,
17:40:09 | ^
17:40:14 /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]
17:40:14 333 |
17:40:14 | ^
17:40:14 /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
17:40:14 76 | return __recvfrom_alias (__fd, __buf, __n, __flags, __addr, __addr_len);
17:40:14 | ^
17:40:14 /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
17:40:14 76 | return __recvfrom_alias (__fd, __buf, __n, __flags, __addr, __addr_len);
17:40:14 | ^
17:40:14 /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
17:40:14 73 | return __recvfrom_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags,
17:40:14 | ^
17:40:14 /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
17:40:14 73 | return __recvfrom_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags,
17:40:14 | ^
17:40:14 /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
17:40:14 70 | return __recvfrom_chk (__fd, __buf, __n, __bos0 (__buf), __flags,
17:40:14 | ^
17:40:14 /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
17:40:14 70 | return __recvfrom_chk (__fd, __buf, __n, __bos0 (__buf), __flags,
17:40:14 | ^
17:40:17 /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]
17:40:17 /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
17:40:17 76 | return __recvfrom_alias (__fd, __buf, __n, __flags, __addr, __addr_len);
17:40:17 | ^
17:40:17 /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
17:40:17 76 | return __recvfrom_alias (__fd, __buf, __n, __flags, __addr, __addr_len);
17:40:17 | ^
17:40:17 /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
17:40:17 73 | return __recvfrom_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags,
17:40:17 | ^
17:40:17 /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
17:40:17 73 | return __recvfrom_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags,
17:40:17 | ^
17:40:17 /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
17:40:17 70 | return __recvfrom_chk (__fd, __buf, __n, __bos0 (__buf), __flags,
17:40:17 | ^
17:40:17 /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
17:40:17 70 | return __recvfrom_chk (__fd, __buf, __n, __bos0 (__buf), __flags,
17:40:17 | ^
17:40:18 CCLD libcfathread.la
17:40:18 make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/libcfa/x64-nodebug/src'
17:40:18 make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/libcfa/x64-nodebug'
17:40:18 make[4]: Nothing to be done for 'all-am'.
17:40:18 make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/libcfa/x64-nodebug'
17:40:18 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/libcfa/x64-nodebug'
17:40:18 make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub'
17:40:18 make[1]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub'
17:40:18 make[1]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub'
17:40:18 Making dvi in driver
17:40:18 make[2]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/driver'
17:40:18 make[2]: Nothing to be done for 'dvi'.
17:40:18 make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/driver'
17:40:18 Making dvi in src
17:40:18 make[2]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/src'
17:40:18 make[2]: Nothing to be done for 'dvi'.
17:40:18 make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/src'
17:40:18 Making dvi in .
17:40:18 make[2]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub'
17:40:18 make[2]: Nothing to be done for 'dvi-am'.
17:40:18 make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub'
17:40:18 Making dvi in libcfa/x64-debug
17:40:18 make[2]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/libcfa/x64-debug'
17:40:18 Making dvi in prelude
17:40:18 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/libcfa/x64-debug/prelude'
17:40:18 make[3]: Nothing to be done for 'dvi'.
17:40:18 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/libcfa/x64-debug/prelude'
17:40:18 Making dvi in src
17:40:18 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/libcfa/x64-debug/src'
17:40:18 make[3]: Nothing to be done for 'dvi'.
17:40:18 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/libcfa/x64-debug/src'
17:40:18 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/libcfa/x64-debug'
17:40:18 make[3]: Nothing to be done for 'dvi-am'.
17:40:18 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/libcfa/x64-debug'
17:40:18 make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/libcfa/x64-debug'
17:40:18 Making dvi in libcfa/x64-nodebug
17:40:18 make[2]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/libcfa/x64-nodebug'
17:40:18 Making dvi in prelude
17:40:18 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/libcfa/x64-nodebug/prelude'
17:40:18 make[3]: Nothing to be done for 'dvi'.
17:40:18 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/libcfa/x64-nodebug/prelude'
17:40:18 Making dvi in src
17:40:18 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/libcfa/x64-nodebug/src'
17:40:18 make[3]: Nothing to be done for 'dvi'.
17:40:18 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/libcfa/x64-nodebug/src'
17:40:18 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/libcfa/x64-nodebug'
17:40:18 make[3]: Nothing to be done for 'dvi-am'.
17:40:18 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/libcfa/x64-nodebug'
17:40:18 make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/libcfa/x64-nodebug'
17:40:18 make[1]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub'
17:40:18 make[1]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub'
17:40:18 Making check in driver
17:40:18 make[2]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/driver'
17:40:18 make[2]: Nothing to be done for 'check'.
17:40:18 make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/driver'
17:40:18 Making check in src
17:40:18 make[2]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/src'
17:40:18 make check-am
17:40:19 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/src'
17:40:19 make[3]: Nothing to be done for 'check-am'.
17:40:19 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/src'
17:40:19 make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/src'
17:40:19 Making check in .
17:40:19 make[2]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub'
17:40:19 make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub'
17:40:19 Making check in libcfa/x64-debug
17:40:19 make[2]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/libcfa/x64-debug'
17:40:19 Making check in prelude
17:40:19 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/libcfa/x64-debug/prelude'
17:40:19 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/libcfa/x64-debug/prelude'
17:40:19 Making check in src
17:40:19 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/libcfa/x64-debug/src'
17:40:19 make[3]: Nothing to be done for 'check'.
17:40:19 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/libcfa/x64-debug/src'
17:40:19 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/libcfa/x64-debug'
17:40:19 make[3]: Nothing to be done for 'check-am'.
17:40:19 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/libcfa/x64-debug'
17:40:19 make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/libcfa/x64-debug'
17:40:19 Making check in libcfa/x64-nodebug
17:40:19 make[2]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/libcfa/x64-nodebug'
17:40:19 Making check in prelude
17:40:19 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/libcfa/x64-nodebug/prelude'
17:40:19 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/libcfa/x64-nodebug/prelude'
17:40:19 Making check in src
17:40:19 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/libcfa/x64-nodebug/src'
17:40:19 make[3]: Nothing to be done for 'check'.
17:40:19 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/libcfa/x64-nodebug/src'
17:40:19 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/libcfa/x64-nodebug'
17:40:19 make[3]: Nothing to be done for 'check-am'.
17:40:19 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/libcfa/x64-nodebug'
17:40:19 make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/libcfa/x64-nodebug'
17:40:19 make -C tests tests installed=no debug=yes
17:40:19 make[2]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/tests'
17:40:20 Running 347 tests on 8 cores (x64 - debug)
17:42:11 array-ERR2 PASSED C 0:00.059 - R n/a
17:42:11 array-ERR3 PASSED C 0:00.142 - R n/a
17:42:11 array-ERR1 PASSED C 0:00.623 - R n/a
17:42:11 array PASSED C 0:00.629 - R 0:00.001
17:42:11 array-collections/array-raii-c PASSED C 0:00.848 - R 0:00.005
17:42:11 array-collections/array-raii-cfa PASSED C 0:00.998 - R 0:00.005
17:42:11 array-collections/array-basic PASSED C 0:01.477 - R 0:00.005
17:42:11 array-collections/dimexpr-match-c PASSED C 0:00.873 - R 0:00.005
17:42:11 array-collections/array-sbscr-types PASSED C 0:01.389 - R 0:00.005
17:42:11 ...ollections/language-dim-mismatch PASSED C 0:00.135 - R n/a
17:42:11 array-collections/boxed PASSED C 0:01.448 - R 0:00.005
17:42:11 array-collections/safety-summary PASSED C 0:00.413 - R n/a
17:42:11 array-collections/symtab-collision PASSED C 0:00.351 - R n/a
17:42:11 attr-priority PASSED C 0:00.371 - R n/a
17:42:11 array-collections/dimexpr-match-cfa PASSED C 0:01.402 - R 0:00.005
17:42:11 algorithms/range_test PASSED C 0:04.085 - R 0:00.005
17:42:11 castError PASSED C 0:00.363 - R n/a
17:42:11 array-collections/accordion PASSED C 0:04.409 - R 0:00.005
17:42:11 builtins/sync PASSED C 0:00.722 - R 0:00.001
17:42:11 cast PASSED C 0:00.635 - R 0:00.001
17:42:11 alloc-ERROR PASSED C 0:05.932 - R n/a
17:42:11 avl_test PASSED C 0:03.283 - R 0:00.005
17:42:11 collections/multi_list PASSED C 0:06.201 - R 0:00.005
17:42:11 alloc PASSED C 0:10.989 - R 0:00.010
17:42:11 alloc2 PASSED C 0:11.360 - R 0:00.010
17:42:11 collections/stack PASSED C 0:06.167 - R 0:00.005
17:42:11 collections/queue PASSED C 0:07.604 - R 0:00.005
17:42:11 collections/sequence PASSED C 0:08.217 - R 0:00.005
17:42:11 collections/string-api-coverage PASSED C 0:08.441 - R 0:00.009
17:42:11 collections/atomic_mpsc PASSED C 0:08.051 - R 0:03.171
17:42:11 collections/string-ctx-manage PASSED C 0:04.640 - R 0:00.005
17:42:11 collections/string-gc PASSED C 0:04.718 - R 0:00.009
17:42:11 collections/string-istream PASSED C 0:05.046 - R 0:00.009
17:42:11 collections/string-compare PASSED C 0:06.283 - R 0:00.005
17:42:11 ...ns/vector-err-pass-perm-it-byval PASSED C 0:01.917 - R n/a
17:42:11 ...ns/vector-err-retn-perm-it-byval PASSED C 0:01.652 - R n/a
17:42:11 ...ions/string-api-coverage-noshare PASSED C 0:08.482 - R 0:00.009
17:42:11 collections/vector-demo PASSED C 0:03.874 - R 0:00.005
17:42:11 collections/string-overwrite PASSED C 0:04.805 - R 0:00.009
17:42:11 ...ections/string-overwrite-noshare PASSED C 0:04.812 - R 0:00.017
17:42:11 complex PASSED C 0:04.235 - R 0:00.005
17:42:11 collections/string-istream-manip PASSED C 0:08.896 - R 0:00.017
17:42:11 concurrency/actors/executor PASSED C 0:11.653 - R 0:00.169
17:42:11 concurrency/actors/inherit PASSED C 0:11.752 - R 0:00.115
17:42:11 concurrency/actors/inline PASSED C 0:11.352 - R 0:00.115
17:42:11 concurrency/actors/pingpong PASSED C 0:11.682 - R 0:00.165
17:42:11 concurrency/actors/matrixMultiply PASSED C 0:11.639 - R 0:00.817
17:42:11 concurrency/actors/poison PASSED C 0:11.393 - R 0:00.115
17:42:11 concurrency/actors/dynamic PASSED C 0:11.252 - R 0:03.071
17:42:11 concurrency/actors/static PASSED C 0:11.300 - R 0:00.266
17:42:11 concurrency/barrier/generation PASSED C 0:07.967 - R 0:00.215
17:42:11 concurrency/barrier/last PASSED C 0:08.057 - R 0:00.165
17:42:11 concurrency/barrier/order PASSED C 0:07.994 - R 0:00.115
17:42:11 concurrency/actors/types PASSED C 0:11.800 - R 0:00.165
17:42:11 concurrency/channels/churn PASSED C 0:10.561 - R 0:10.081
17:42:11 concurrency/channels/big_elems PASSED C 0:10.573 - R 0:10.683
17:42:11 concurrency/channels/contend PASSED C 0:10.751 - R 0:10.133
17:42:11 concurrency/channels/daisy_chain PASSED C 0:10.688 - R 0:10.081
17:42:11 concurrency/clib PASSED C 0:01.617 - R 0:00.115
17:42:11 concurrency/clib_tls PASSED C 0:01.811 - R 0:00.165
17:42:11 concurrency/ctor-check PASSED C 0:00.435 - R n/a
17:42:11 concurrency/cluster PASSED C 0:05.540 - R 0:00.115
17:42:11 concurrency/channels/hot_potato PASSED C 0:10.502 - R 0:10.080
17:42:11 concurrency/channels/ping_pong PASSED C 0:10.446 - R 0:10.081
17:42:11 concurrency/channels/pub_sub PASSED C 0:10.626 - R 0:10.081
17:42:11 concurrency/cofor PASSED C 0:07.210 - R 0:00.116
17:42:11 concurrency/channels/zero_size PASSED C 0:10.313 - R 0:10.083
17:42:11 concurrency/coroutineYield PASSED C 0:08.158 - R 0:00.065
17:42:11 concurrency/examples/datingService PASSED C 0:07.935 - R 0:00.065
17:42:11 concurrency/examples/gortn PASSED C 0:07.743 - R 0:00.065
17:42:11 ...rrency/examples/boundedBufferEXT PASSED C 0:07.950 - R 0:04.625
17:42:11 concurrency/futures/abandon PASSED C 0:05.691 - R 0:00.116
17:42:11 concurrency/examples/matrixSum PASSED C 0:07.699 - R 0:00.166
17:42:11 concurrency/futures/basic PASSED C 0:05.739 - R 0:00.115
17:42:11 concurrency/keywordErrors PASSED C 0:00.231 - R n/a
17:42:11 concurrency/examples/quickSort PASSED C 0:09.172 - R 0:00.065
17:42:11 concurrency/mainError PASSED C 0:00.164 - R n/a
17:42:11 ...rrency/examples/boundedBufferINT PASSED C 0:08.054 - R 0:04.525
17:42:11 concurrency/futures/typed PASSED C 0:07.390 - R 0:00.165
17:42:11 concurrency/join PASSED C 0:07.793 - R 0:00.065
17:42:11 concurrency/migrate PASSED C 0:07.732 - R 0:00.115
17:42:11 concurrency/futures/wait_any PASSED C 0:09.931 - R 0:00.115
17:42:11 concurrency/futures/multi PASSED C 0:11.128 - R 0:00.115
17:42:11 concurrency/lockfree_stack PASSED C 0:08.235 - R 0:06.678
17:42:11 concurrency/mutexstmt/monitors PASSED C 0:06.092 - R 0:02.069
17:42:11 concurrency/futures/select_future PASSED C 0:19.134 - R 0:00.115
17:42:11 concurrency/once PASSED C 0:08.016 - R 0:00.115
17:42:11 concurrency/mutexstmt/tuple PASSED C 0:09.703 - R 0:00.005
17:42:11 concurrency/park/contention PASSED C 0:05.523 - R 0:00.116
17:42:11 concurrency/monitor PASSED C 0:07.888 - R 0:12.389
17:42:11 concurrency/park/start_parked PASSED C 0:05.484 - R 0:00.116
17:42:11 concurrency/mutexstmt/locks PASSED C 0:08.104 - R 0:08.683
17:42:11 concurrency/park/force_preempt PASSED C 0:07.613 - R 0:00.416
17:42:11 ...urrency/pthread/pthread_key_test PASSED C 0:02.182 - R 0:00.065
17:42:11 ...rrency/pthread/pthread_attr_test PASSED C 0:07.585 - R 0:00.065
17:42:11 concurrency/multi-monitor PASSED C 0:08.159 - R 0:15.746
17:42:11 ...pthread/pthread_demo_create_join PASSED C 0:07.635 - R 0:00.065
17:42:11 ...rrency/pthread/pthread_cond_test PASSED C 0:07.956 - R 0:00.065
17:42:11 concurrency/preempt PASSED C 0:08.809 - R 0:07.280
17:42:11 ...rrency/pthread/pthread_once_test PASSED C 0:07.540 - R 0:00.115
17:42:11 concurrency/readyQ/barrier_sleeper PASSED C 0:07.847 - R 0:00.165
17:42:11 ...rrency/pthread/pthread_demo_lock PASSED C 0:08.288 - R 0:04.926
17:42:11 concurrency/readyQ/leader_spin PASSED C 0:07.741 - R 0:00.216
17:43:47 concurrency/signal/block PASSED C 0:08.402 - R 0:01.067
17:43:47 concurrency/signal/disjoint PASSED C 0:08.219 - R 0:01.318
17:43:47 concurrency/signal/wait PASSED C 0:08.135 - R 0:00.215
17:43:47 concurrency/suspend_then PASSED C 0:07.899 - R 0:00.115
17:43:47 concurrency/sleep PASSED C 0:08.260 - R 0:01.168
17:43:47 concurrency/thread PASSED C 0:09.018 - R 0:00.116
17:43:47 concurrency/preempt2 PASSED C 0:07.900 - R 0:20.105
17:43:47 .../unified_locking/block_spin_lock PASSED C 0:09.403 - R 0:00.115
17:43:47 ...ency/unified_locking/exp_backoff PASSED C 0:09.245 - R 0:00.115
17:43:47 .../unified_locking/fast_block_lock PASSED C 0:09.306 - R 0:00.116
17:43:47 ...cy/unified_locking/pthread_locks PASSED C 0:07.247 - R 0:00.115
17:43:47 ...fied_locking/mcs_block_spin_lock PASSED C 0:09.432 - R 0:00.115
17:43:47 concurrency/unified_locking/mcs PASSED C 0:09.241 - R 0:05.226
17:43:47 ...nified_locking/simple_owner_lock PASSED C 0:09.321 - R 0:00.115
17:43:47 ...ncy/unified_locking/timeout_lock PASSED C 0:07.011 - R 0:01.117
17:43:47 concurrency/waitfor/barge PASSED C 0:08.206 - R 0:00.216
17:43:47 concurrency/waitfor/else PASSED C 0:06.655 - R 0:00.065
17:43:47 concurrency/waitfor/parse PASSED C 0:04.411 - R 0:00.001
17:43:47 concurrency/waitfor/dtor PASSED C 0:08.030 - R 0:01.167
17:43:47 concurrency/waitfor/recurse PASSED C 0:08.224 - R 0:00.767
17:43:47 concurrency/unified_locking/locks PASSED C 0:07.672 - R 0:21.530
17:43:47 concurrency/waitfor/statment PASSED C 0:08.286 - R 0:00.115
17:43:47 concurrency/waitfor/when PASSED C 0:07.961 - R 0:00.165
17:43:47 concurrency/waituntil/all_types PASSED C 0:09.539 - R 0:02.119
17:43:47 concurrency/waituntil/basic_else PASSED C 0:07.552 - R 0:00.115
17:43:47 ...ency/waituntil/channel_zero_size PASSED C 0:08.460 - R 0:02.019
17:43:47 concurrency/waituntil/channels PASSED C 0:08.746 - R 0:02.069
17:43:47 concurrency/waituntil/futures PASSED C 0:07.925 - R 0:00.116
17:43:47 ...ency/unified_locking/futex_mutex PASSED C 0:09.369 - R 0:37.582
17:43:47 concurrency/waituntil/channel_close PASSED C 0:08.680 - R 0:10.086
17:43:47 concurrency/waituntil/one_chan PASSED C 0:08.347 - R 0:00.366
17:43:47 configs/parsebools PASSED C 0:06.184 - R 0:00.033
17:43:47 concurrency/waituntil/locks PASSED C 0:09.752 - R 0:04.823
17:43:47 concurrency/waituntil/timeout PASSED C 0:04.739 - R 0:03.072
17:43:47 const-init PASSED C 0:00.733 - R 0:00.005
17:43:47 configs/parseconfig PASSED C 0:06.344 - R 0:00.009
17:43:47 configs/usage PASSED C 0:06.119 - R 0:00.009
17:43:47 copyfile PASSED C 0:04.148 - R 0:00.009
17:43:47 coroutine/fibonacci PASSED C 0:04.783 - R 0:00.065
17:43:47 coroutine/devicedriver PASSED C 0:05.247 - R 0:00.065
17:43:47 ...urrency/unified_locking/mcs_spin PASSED C 0:09.277 - R 0:45.594
17:43:47 coroutine/fmtLines PASSED C 0:05.189 - R 0:00.065
17:43:47 coroutine/pingpong PASSED C 0:05.097 - R 0:00.065
17:43:47 counter PASSED C 0:03.908 - R 0:00.005
17:43:47 .../unified_locking/spin_queue_lock PASSED C 0:09.329 - R 0:46.765
17:43:47 coroutine/raii PASSED C 0:05.100 - R 0:00.065
17:43:47 coroutine/runningTotal PASSED C 0:04.924 - R 0:00.115
17:43:47 coroutine/prodcons PASSED C 0:06.723 - R 0:00.065
17:43:47 ctrl-flow/labelledExit PASSED C 0:00.658 - R 0:00.001
17:43:47 ctrl-flow/loop-inc PASSED C 0:00.681 - R 0:00.005
17:43:47 ctrl-flow/break-misc PASSED C 0:04.188 - R 0:00.005
17:43:47 ctrl-flow/fallthrough PASSED C 0:04.125 - R 0:00.005
17:43:47 ctrl-flow/goto PASSED C 0:04.006 - R 0:00.005
17:43:47 ctrl-flow/ifwhileCtl PASSED C 0:04.127 - R 0:00.005
17:43:47 enum PASSED C 0:00.699 - R 0:00.005
17:43:47 designations PASSED C 0:04.672 - R 0:00.009
17:43:47 enum_tests/funcEnum PASSED C 0:01.352 - R 0:00.005
17:43:47 ctrl-flow/loop_else PASSED C 0:06.998 - R 0:00.005
17:43:47 enum_tests/anonymous PASSED C 0:03.961 - R 0:00.005
17:43:47 div PASSED C 0:05.743 - R 0:00.005
17:43:47 device/cpu PASSED C 0:06.866 - R 0:00.009
17:43:47 ctrl-flow/loopctrl PASSED C 0:08.837 - R 0:00.009
17:43:47 enum_tests/structEnum PASSED C 0:01.337 - R 0:00.005
17:43:47 enum_tests/enumInlineValue PASSED C 0:06.015 - R 0:00.005
17:43:47 errors/declaration PASSED C 0:00.066 - R n/a
17:43:47 errors/scope PASSED C 0:00.353 - R n/a
17:43:47 enum_tests/input PASSED C 0:04.105 - R 0:00.009
17:43:47 errors/scope-type PASSED C 0:00.101 - R n/a
17:43:47 errors/signature PASSED C 0:00.083 - R n/a
17:43:47 eval PASSED C 0:00.749 - R 0:00.005
17:43:47 enum_tests/stringEnum PASSED C 0:04.006 - R 0:00.005
17:43:47 enum_tests/planet PASSED C 0:05.883 - R 0:00.005
17:43:47 enum_tests/typedIntEnum PASSED C 0:04.253 - R 0:00.006
17:43:47 enum_tests/position PASSED C 0:05.729 - R 0:00.005
17:43:47 enum_tests/voidEnum PASSED C 0:04.048 - R 0:00.005
17:43:47 exceptions/cancel/coroutine PASSED C 0:05.297 - R 0:00.065
17:43:47 exceptions/conditional PASSED C 0:04.022 - R 0:00.005
17:43:47 exceptions/data-except PASSED C 0:04.353 - R 0:00.005
17:43:47 exceptions/conditional-threads PASSED C 0:05.201 - R 0:00.065
17:43:47 exceptions/defaults PASSED C 0:04.418 - R 0:00.005
17:43:47 exceptions/cancel/thread PASSED C 0:07.881 - R 0:00.065
17:43:47 concurrency/waituntil/repeat_close PASSED C 0:09.061 - R 0:30.080
17:43:47 exceptions/cor_resumer PASSED C 0:07.807 - R 0:00.065
17:43:47 exceptions/defaults-threads PASSED C 0:05.646 - R 0:00.115
17:43:47 exceptions/finally PASSED C 0:04.333 - R 0:00.005
17:43:47 exceptions/fibonacci_nonlocal PASSED C 0:06.528 - R 0:00.065
17:43:47 exceptions/interact PASSED C 0:04.459 - R 0:00.005
17:43:47 exceptions/finally-threads PASSED C 0:05.424 - R 0:00.065
17:43:47 exceptions/polymorphic PASSED C 0:04.356 - R 0:00.005
17:43:47 exceptions/try-ctrl-flow PASSED C 0:00.191 - R n/a
17:43:47 exceptions/type-check PASSED C 0:00.239 - R n/a
17:43:47 exceptions/try-leave-catch PASSED C 0:00.884 - R 0:00.005
17:43:47 exceptions/resume PASSED C 0:04.635 - R 0:00.005
17:43:47 expression PASSED C 0:00.648 - R 0:00.001
17:43:47 exceptions/terminate PASSED C 0:04.751 - R 0:00.005
17:43:47 exceptions/trash PASSED C 0:04.167 - R 0:00.005
17:43:47 exceptions/pingpong_nonlocal PASSED C 0:08.105 - R 0:00.116
17:43:47 exceptions/resume-threads PASSED C 0:05.822 - R 0:00.116
17:43:47 exceptions/terminate-threads PASSED C 0:05.813 - R 0:00.065
17:43:47 exceptions/virtual-poly PASSED C 0:04.145 - R 0:00.005
17:43:47 exceptions/virtual-cast PASSED C 0:05.473 - R 0:00.005
17:43:47 global-monomorph PASSED C 0:00.719 - R 0:00.005
17:44:44 fstream_test PASSED C 0:04.245 - R 0:00.005
17:44:44 generator/fibonacci PASSED C 0:03.951 - R 0:00.005
17:44:44 forall PASSED C 0:05.323 - R 0:00.005
17:44:44 generator/fmtLines PASSED C 0:04.074 - R 0:00.009
17:44:44 identFuncDeclarator PASSED C 0:00.608 - R 0:00.001
17:44:44 identParamDeclarator PASSED C 0:00.748 - R 0:00.005
17:44:44 generator/suspend_then PASSED C 0:03.969 - R 0:00.005
17:44:44 function-operator PASSED C 0:06.018 - R 0:00.005
17:44:44 genericUnion PASSED C 0:04.106 - R 0:00.005
17:44:44 include/vector-sequence PASSED C 0:01.114 - R 0:00.005
17:44:44 include/vector-collections PASSED C 0:01.782 - R 0:00.005
17:44:44 init1 PASSED C 0:00.611 - R 0:00.001
17:44:44 init1-ERROR PASSED C 0:00.365 - R n/a
17:44:44 hello PASSED C 0:04.054 - R 0:00.005
17:44:44 identity PASSED C 0:04.311 - R 0:00.005
17:44:44 include/stdincludes PASSED C 0:04.237 - R 0:00.001
17:44:44 include/vector-fstream PASSED C 0:04.146 - R 0:00.005
17:44:44 io/away_fair PASSED C 0:09.497 - R 0:00.116
17:44:44 io/comp_basic PASSED C 0:09.608 - R 0:00.115
17:44:44 io/comp_fair PASSED C 0:09.814 - R 0:00.166
17:44:44 include/includes PASSED C 0:13.179 - R 0:00.002
17:44:44 io/io-acquire-in PASSED C 0:08.413 - R 0:00.115
17:44:44 io/io-acquire PASSED C 0:09.219 - R 0:00.116
17:44:44 heap PASSED C 0:06.042 - R 0:10.389
17:44:44 limits PASSED C 0:00.635 - R 0:00.001
17:44:44 io/io PASSED C 0:12.227 - R 0:00.009
17:44:44 linking/exception-nothreads PASSED C 0:02.754 - R 0:00.005
17:44:44 io/manipulatorsInput-uchunk FAILED with code 1 C 0:06.656 - R 0:00.005
17:44:44 --- default.1 ---
17:44:44 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
17:44:44 ERR No core dump, expected '/tmp/tmphhz4nbtn/core' (limit soft: -1 hard: -1)
17:44:44 linking/exception-withthreads PASSED C 0:04.282 - R 0:00.065
17:44:44 io/manipulatorsOutput4 PASSED C 0:07.004 - R 0:00.017
17:44:44 io/io-acquire-out PASSED C 0:08.470 - R 0:00.115
17:44:44 linking/nostdlib PASSED C 0:00.683 - R 0:00.048
17:44:44 io/io-acquire2 PASSED C 0:09.060 - R 0:00.166
17:44:44 linkonce PASSED C 0:00.791 - R 0:00.005
17:44:44 io/many_read PASSED C 0:09.513 - R 0:00.115
17:44:44 linking/io-acquire PASSED C 0:05.636 - R 0:00.005
17:44:44 linking/mangling/anon PASSED C 0:03.997 - R 0:00.005
17:44:44 maybe PASSED C 0:00.842 - R 0:00.005
17:44:44 linking/nothreads PASSED C 0:05.387 - R 0:00.005
17:44:44 linking/weakso_nothd PASSED C 0:05.362 - R 0:00.005
17:44:44 literals PASSED C 0:04.154 - R 0:00.005
17:44:44 nested-types PASSED C 0:00.640 - R 0:00.002
17:44:44 nested-types-ERR1 PASSED C 0:00.087 - R n/a
17:44:44 nested-types-ERR2 PASSED C 0:00.129 - R n/a
17:44:44 linking/withthreads PASSED C 0:07.634 - R 0:00.065
17:44:44 meta/fork+exec PASSED C 0:03.096 - R 0:00.017
17:44:44 opt-params PASSED C 0:00.066 - R n/a
17:44:44 numericConstants PASSED C 0:00.620 - R 0:00.002
17:44:44 operators PASSED C 0:00.670 - R 0:00.005
17:44:44 poly-d-cycle PASSED C 0:00.700 - R 0:00.005
17:44:44 poly-many-arsz PASSED C 0:00.685 - R 0:00.005
17:44:44 polybits PASSED C 0:00.141 - R n/a
17:44:44 meta/dumpable PASSED C 0:05.647 - R 0:00.005
17:44:44 poly-o-cycle PASSED C 0:00.737 - R 0:00.005
17:44:44 malloc PASSED C 0:06.753 - R 0:00.005
17:44:44 poly-selection PASSED C 0:00.696 - R 0:00.005
17:44:44 quasiKeyword PASSED C 0:00.662 - R 0:00.001
17:44:44 raii/ctor-autogen-ERR1 PASSED C 0:00.413 - R n/a
17:44:44 raii/ctor-autogen PASSED C 0:01.117 - R 0:00.005
17:44:44 io/io-acquire-no-io PASSED C 0:07.972 - R 0:11.643
17:44:44 list/dlist-insert-remove PASSED C 0:09.081 - R 0:00.017
17:44:44 minmax PASSED C 0:07.776 - R 0:00.005
17:44:44 polymorphism PASSED C 0:04.253 - R 0:00.005
17:44:44 quotedKeyword PASSED C 0:03.910 - R 0:00.005
17:44:44 raii/boxed-types PASSED C 0:04.048 - R 0:00.005
17:44:44 raii/init_once PASSED C 0:00.775 - R 0:00.005
17:44:44 raii/dtor-early-exit-ERR1 PASSED C 0:03.259 - R n/a
17:44:44 raii/dtor-early-exit-ERR2 PASSED C 0:03.320 - R n/a
17:44:44 raii/typeof-member PASSED C 0:00.684 - R 0:00.005
17:44:44 raii/globals PASSED C 0:04.245 - R 0:00.005
17:44:44 result PASSED C 0:01.005 - R 0:00.005
17:44:44 simpleGenericTriple PASSED C 0:00.888 - R 0:00.005
17:44:44 raii/memberCtors-ERR1 PASSED C 0:02.814 - R n/a
17:44:44 raii/dtor-early-exit PASSED C 0:06.029 - R 0:00.009
17:44:44 smart-pointers PASSED C 0:00.873 - R 0:00.005
17:44:44 raii/memberCtors PASSED C 0:04.563 - R 0:00.009
17:44:44 references PASSED C 0:04.717 - R 0:00.005
17:44:44 shortCircuit PASSED C 0:04.065 - R 0:00.005
17:44:44 switch PASSED C 0:00.625 - R 0:00.001
17:44:44 sizeof PASSED C 0:03.967 - R 0:00.005
17:44:44 tuple/tupleCast PASSED C 0:00.676 - R 0:00.005
17:44:44 strstream PASSED C 0:04.475 - R 0:00.005
17:44:44 searchsort PASSED C 0:07.057 - R 0:00.009
17:44:44 tuple/tupleFunction PASSED C 0:00.739 - R 0:00.005
17:44:44 tuple/tupleMember PASSED C 0:00.733 - R 0:00.005
17:44:44 tuple/tuplePolymorphism PASSED C 0:00.875 - R 0:00.005
17:44:44 typedefRedef-ERR1 PASSED C 0:00.084 - R n/a
17:44:44 typedefRedef PASSED C 0:00.611 - R 0:00.002
17:44:44 typeof PASSED C 0:00.797 - R 0:00.005
17:44:44 var-assert PASSED C 0:00.097 - R n/a
17:44:44 sum PASSED C 0:06.397 - R 0:00.005
17:44:44 variableDeclarator PASSED C 0:00.619 - R 0:00.001
17:44:44 tuple/tupleVariadic PASSED C 0:02.883 - R 0:00.005
17:44:44 tuple/tupleAssign PASSED C 0:05.177 - R 0:00.005
17:44:44 swap PASSED C 0:07.236 - R 0:00.005
17:44:44 time PASSED C 0:06.035 - R 0:00.005
17:44:44 userLiterals PASSED C 0:04.616 - R 0:00.005
17:44:44 rational PASSED C 0:14.533 - R 0:00.009
17:44:44 vector PASSED C 0:06.334 - R 0:00.005
17:45:16 vector_math/vec2_double PASSED C 0:06.016 - R 0:00.005
17:45:16 voidPtr PASSED C 0:00.666 - R 0:00.005
17:45:16 vector_math/vec2_uint PASSED C 0:06.006 - R 0:00.005
17:45:16 warnings/self-assignment PASSED C 0:00.632 - R 0:00.001
17:45:16 withconflict PASSED C 0:00.356 - R n/a
17:45:16 KRfunctions PASSED C 0:00.579 - R 0:00.002
17:45:16 vector_math/vec2_float PASSED C 0:10.753 - R 0:00.009
17:45:16 vector_math/vec2_int PASSED C 0:10.883 - R 0:00.009
17:45:16 ...collections/dimexpr-match-c-ERRS PASSED C 0:00.459 - R n/a
17:45:16 vector_math/vec3_float PASSED C 0:10.790 - R 0:00.009
17:45:16 vector_math/vec3_int PASSED C 0:09.557 - R 0:00.009
17:45:16 ...llections/dimexpr-match-cfa-ERRS PASSED C 0:00.805 - R n/a
17:45:16 attributes PASSED C 0:00.692 - R 0:00.001
17:45:16 abs PASSED C 0:05.945 - R 0:00.005
17:45:16 vector_math/vec4_float PASSED C 0:10.440 - R 0:00.009
17:45:16 ...collections/array-md-sbscr-cases PASSED C 0:04.145 - R 0:00.009
17:45:16 vector_math/vec4_int PASSED C 0:09.832 - R 0:00.009
17:45:16 declarationSpecifier PASSED C 0:00.643 - R 0:00.002
17:45:16 errors/completeType PASSED C 0:00.354 - R n/a
17:45:16 ato PASSED C 0:06.944 - R 0:00.032
17:45:16 PRNG PASSED C 0:11.972 - R 0:01.783
17:45:16 configs/parsenums PASSED C 0:06.165 - R 0:00.066
17:45:16 extension PASSED C 0:00.602 - R 0:00.002
17:45:16 bitmanip1 PASSED C 0:09.677 - R 0:00.017
17:45:16 functions PASSED C 0:00.583 - R 0:00.002
17:45:16 gccExtensions PASSED C 0:00.578 - R 0:00.001
17:45:16 concurrency/pthread/bounded_buffer PASSED C 0:08.069 - R 0:00.115
17:45:16 bitmanip2 PASSED C 0:09.931 - R 0:00.017
17:45:16 exceptions/cardgame PASSED C 0:06.989 - R 0:00.116
17:45:16 exceptions/hotpotato_checked PASSED C 0:07.497 - R 0:00.065
17:45:16 bitmanip3 PASSED C 0:12.892 - R 0:00.017
17:45:16 exceptions/hotpotato PASSED C 0:07.473 - R 0:00.065
17:45:16 gmp PASSED C 0:06.229 - R 0:00.009
17:45:16 meta/arch PASSED C 0:00.347 - R n/a
17:45:16 io/manipulatorsInput PASSED C 0:07.139 - R 0:00.009
17:45:16 io/manipulatorsOutput2 PASSED C 0:08.412 - R 0:00.009
17:45:16 random PASSED C 0:05.594 - R 0:00.005
17:45:16 io/manipulatorsOutput1 PASSED C 0:12.832 - R 0:00.009
17:45:16 vector_math/vec2_ldouble PASSED C 0:05.986 - R 0:00.005
17:45:16 nested_function PASSED C 0:07.596 - R 0:00.033
17:45:16 io/manipulatorsOutput3 PASSED C 0:13.966 - R 0:00.009
17:45:16 math PASSED C 0:12.245 - R 0:00.010
17:45:16 mathX PASSED C 0:13.812 - R 0:00.020
17:45:16 346 passes, 1 failures, 0 timeouts, 0 cancelled, 0 other
17:45:16 Tests took 4:54.806
17:45:16 make[2]: *** [Makefile:945: all-local] Error 1
17:45:16 make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub/tests'
17:45:16 make[1]: *** [Makefile:955: check] Error 2
17:45:16 make[1]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.3025/_build/sub'
17:45:16 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