Started by upstream project "Cforall_Full_Build" build number 2752
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
09:22:20 The recommended git tool is: NONE
09:22:20 using credential git_key_aug20
09:22:20 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
09:22:22 Checking out Revision 7db39f71234f399e13cf900f8d2b882a203038f3 (refs/remotes/origin/master)
09:22:22 Commit message: "second attempt to interpose dl_iterate_phdr with disable/enable interrupt protection"
[Pipeline] load
[Pipeline] { (Jenkins/tools.groovy)
[Pipeline] }
[Pipeline] // load
[Pipeline] echo
09:22:22 Distributing git commit cfbc56ecba6583d7520c7a7a6bf7f4194e8016a0
[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
09:22:22 -------- Cleanup --------
[Pipeline] stage
[Pipeline] { (Cleanup)
[Pipeline] dir
09:22:22 Running in /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp
[Pipeline] {
[Pipeline] deleteDir
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 7db39f71234f399e13cf900f8d2b882a203038f3 # timeout=10
> git rev-list --no-walk cfbc56ecba6583d7520c7a7a6bf7f4194e8016a0 # timeout=10
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] echo
09:22:23 -------- Checkout --------
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] echo
09:22:23 Checking out commit <cfbc56ecba6583d7520c7a7a6bf7f4194e8016a0>
[Pipeline] checkout
09:22:23 The recommended git tool is: NONE
09:22:23 using credential git_key_aug20
09:22:23 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
09:22:24 Checking out Revision cfbc56ecba6583d7520c7a7a6bf7f4194e8016a0 (detached)
09:22:24 Commit message: "Enable array RAII and provide uninit(-), a uNoCtor equivalent."
> git rev-parse cfbc56ecba6583d7520c7a7a6bf7f4194e8016a0^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f cfbc56ecba6583d7520c7a7a6bf7f4194e8016a0 # timeout=10
> git rev-list --no-walk 686912ccff84922e06a89205a52c1eb64f0d8d8e # timeout=10
[Pipeline] echo
09:22:26 Constructing new git message
[Pipeline] sh
09:22:26 + git rev-list cfbc56ecba6583d7520c7a7a6bf7f4194e8016a0..686912ccff84922e06a89205a52c1eb64f0d8d8e
[Pipeline] sh
09:22:27 + git cat-file -t cfbc56ecba6583d7520c7a7a6bf7f4194e8016a0
[Pipeline] sh
09:22:27 + git rev-list --format=short cfbc56ecba6583d7520c7a7a6bf7f4194e8016a0...686912ccff84922e06a89205a52c1eb64f0d8d8e
[Pipeline] sh
09:22:27 + git diff --stat --color 686912ccff84922e06a89205a52c1eb64f0d8d8e cfbc56ecba6583d7520c7a7a6bf7f4194e8016a0
[Pipeline] echo
09:22:29
09:22:29 <p>- Changes -------------------------------------------------------------</p>
09:22:29
09:22:29 <pre>
09:22:29 The branch null has been updated.
09:22:29 from cfbc56ecba6583d7520c7a7a6bf7f4194e8016a0 (commit)
09:22:29 </pre>
09:22:29
09:22:29 <p>- Log -----------------------------------------------------------------</p>
09:22:29
09:22:29 <pre>
09:22:29 commit cfbc56ecba6583d7520c7a7a6bf7f4194e8016a0
09:22:29 Author: Michael Brooks <mlbrooks@uwaterloo.ca>
09:22:29
09:22:29 Enable array RAII and provide uninit(-), a uNoCtor equivalent.
09:22:29
09:22:29 commit 40002c571ede7ddc84d480b11695fca66c1e8e35
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 update command-line processing
09:22:29
09:22:29 commit ca2feff51b319dff86f3428e67fb3bf285860ccd
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 update manipulator testing and expected output
09:22:29
09:22:29 commit e7eb1f0cbfeb09f855f039a1193ab5a51b9495b9
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 update string testing and expected output
09:22:29
09:22:29 commit e0cc9e03ed7d7773e7a76d5e27c6e89b78751a88
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 first attempt to interpose dl_iterate_phdr with disable/enable interrupt protection
09:22:29
09:22:29 commit 4aae2bde4957a0391e41ead76b6043b2962a56c7
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 continue to work on quoted formatting and generalization
09:22:29
09:22:29 commit be100795327fa2f8e243b578f49574d6eef346ba
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 formatting
09:22:29
09:22:29 commit 681e12fe6a6c02c012774ae0c71d29db74b18307
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 formatting, change cmp to strcmp, add strlen and strcat
09:22:29
09:22:29 commit 8b4faf639e449fe289d559f0202fd6e97f96d2d3
09:22:29 Author: JiadaL <j82liang@uwaterloo.ca>
09:22:29
09:22:29 Hoist nested enum in Struct
09:22:29
09:22:29 commit 58c5821c0de1fbb02e91546c9adf1700666b2f9f
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Remove extra compound statement and clean-up in InitTweak.
09:22:29
09:22:29 commit 116d7e2f7be544454d2cc0ae3848e805c371f0c8
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Small bug fix in code generation. Seems to only come up while generating intermediate code.
09:22:29
09:22:29 commit c7ebbec0b2465582b53d918f1a2b2c24f69f7ef1
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Reorganization of Linkage::Spec. is_mangled represented two properties with is_gcc_builtin separating them in one case. The second property is_overloadable which replaces is_gcc_builtin.
09:22:29
09:22:29 commit 523e3008d75a9ed5a64586841ec56ce654b559fc
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Forgot to remove an unused function from the exception code.
09:22:29
09:22:29 commit 0a6d20453ce0f1bf1bb35cbe740e036d4d380116
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 You can how use local control flow out of 'catch' clauses. Added a test to show that it works.
09:22:29
09:22:29 commit 9fba8e65fbf69e0f9a9b68e4f545f5f92c1e878e
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Clean-up in the exception translate pass. This changes some patterns from pre-translation and sets some things up for later reworks.
09:22:29
09:22:29 commit b7898ac15d081fabcb1bc080261699f53c5c6cf4
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Another attempt at fixing execptions. It is very close to the last attempt but the offsets have been updated and checked.
09:22:29
09:22:29 commit 5546eee4176e12f525c30034b085e9e000cdba20
09:22:29 Merge: 0fa0201dd 69ab896b1
09:22:29 Author: JiadaL <j82liang@uwaterloo.ca>
09:22:29
09:22:29 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
09:22:29
09:22:29 commit 0fa0201ddb94edca6686ec4a60eaa061cb4d64b3
09:22:29 Author: JiadaL <j82liang@uwaterloo.ca>
09:22:29
09:22:29 Update enumeration data structure
09:22:29
09:22:29 commit 69ab896b1b8be1526e572697e23555f39cfbd80b
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Small fix in code generation. The first case in a switch is formatted properly.
09:22:29
09:22:29 commit 19a289084759dbc983b9a66dc1bfb95c551b32cb
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 small proofreading changes
09:22:29
09:22:29 commit ca9d65e54b7ed187b75dfe016b8d4e2debd19fa4
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 second attempt at simplifying SemanticError messages
09:22:29
09:22:29 commit 21ad568919335a8ff227abd4a4cc417f5bf5e51f
09:22:29 Merge: 610354a3b 142930b11
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
09:22:29
09:22:29 commit 610354a3bb5b828985b18c2740fe6c986e5df95a
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 first attempt at simplifying SemanticWarning, inline SemanticError routine
09:22:29
09:22:29 commit dc80280a30ad172511ba6bf3a2cd16da277abe17
09:22:29 Author: JiadaL <j82liang@uwaterloo.ca>
09:22:29
09:22:29 Started the storage section (inling and weak reference)
09:22:29
09:22:29 commit 142930b11bb7a219dee95933e7dd70643b471d38
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 A harder revert of exception changes, hopefully it will get the tests working.
09:22:29
09:22:29 commit 21ce2c70fd9046a9729e56a718e82628931c9b2c
09:22:29 Author: JiadaL <j82liang@uwaterloo.ca>
09:22:29
09:22:29 Change the unification scheme
09:22:29
09:22:29 commit 3e49c477928665a719e7a4c1179ab4364aae22de
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 update expected output from tests after changes in semantic error messages
09:22:29
09:22:29 commit b83c57566614891f8113fd53dc03e685e802b5bb
09:22:29 Merge: 4c2fe47e1 96b0e4999
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
09:22:29
09:22:29 commit 4c2fe47e178e4074ffe9d1387cbe05d69e4c0db3
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 formatting
09:22:29
09:22:29 commit b1f2007d03a9290ff9a472f7132714791f65e6b4
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 first attempt at simplifying SemanticError and its usage
09:22:29
09:22:29 commit 96b0e49992f694d187be2f63a3b7938da27f5e21
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 add papers directory and start populating it
09:22:29
09:22:29 commit c40157ec46899c5e6a8afa9d8f9f0dba822d528f
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Minimal change to get exceptions running the old way while a fix is found. Or even more details on the problem.
09:22:29
09:22:29 commit f277ab6c2f5cfddea9d864a3868b6a824a3ba1ef
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 comment back in lstinputlisting files after missing files pushed
09:22:29
09:22:29 commit 7972603ba78a3b2d7041e7208a3c3be2479d2b37
09:22:29 Author: Michael Brooks <mlbrooks@uwaterloo.ca>
09:22:29
09:22:29 Missing files from last thesis push
09:22:29
09:22:29 commit ed79428117309565d8dae6ac6df962d528bae256
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 comment out missing lstinputlisting files, fix missing @'s for lstinline code
09:22:29
09:22:29 commit cd79053e2f038780f8cd5d6679e3cfd90494a658
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 comment out assert( s1_mid == fc ) bug
09:22:29
09:22:29 commit 77d46c766c1ecc69d69f956d96e0be71b1e62b1e
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 change containers/list.hfa to collections/list.hfa in thesis test files
09:22:29
09:22:29 commit 40ab446132dfae80816ea4fe1e9a484846b04f8e
09:22:29 Author: Michael Brooks <mlbrooks@uwaterloo.ca>
09:22:29
09:22:29 Recent thesis writing
09:22:29
09:22:29 commit dab9fb935e8f3e194c31f53d65635713bf0b1348
09:22:29 Author: Michael Brooks <mlbrooks@uwaterloo.ca>
09:22:29
09:22:29 Accept Peter's proofreading and adjustment of examples to current syntax
09:22:29
09:22:29 commit 2554f2465980526a772aa75500f16cbd403fd235
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Try terminate now does not call the catch function, now they have the same caller. This involved updating some platform dependent code which should be correct in all cases.
09:22:29
09:22:29 commit 81da3da480e889a2c890e4b9dc274a74be5c2037
09:22:29 Merge: 5ddb8bf4a 1c85ffc17
09:22:29 Author: JiadaL <j82liang@uwaterloo.ca>
09:22:29
09:22:29 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
09:22:29
09:22:29 commit 5ddb8bf4a7a54b2f54dbf16067d606107abca1ad
09:22:29 Author: JiadaL <j82liang@uwaterloo.ca>
09:22:29
09:22:29 (Not really readable right now. Will clean up today and probably tomorrow) 1. Remove implicit conversion; 2. Companion trait;
09:22:29
09:22:29 commit 1c85ffc1720326fc74521d5df66b134d23585b96
09:22:29 Merge: 2b12d6ef0 2345ab36a
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
09:22:29
09:22:29 commit 2345ab36a435b6dcc4e66d25babebf1df018b2bf
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Clean-up of the chain mutator. Seems like it is underused.
09:22:29
09:22:29 commit 2b12d6ef010d535bbea40e3c33d4b7b6a6433f8e
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 add PRNG expected output for arm64
09:22:29
09:22:29 commit 33e4e8ef9dac8c6b85f9afa6d9fe29d0b7961ff6
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 change incorrect architecture name __arm_64__ to __aarch64__
09:22:29
09:22:29 commit e2742649f198d93ebad013b7569f410bdb41258c
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 update PRNG output for x86
09:22:29
09:22:29 commit 32670417bf9036bdaf2d3d776e4f5b2a76d2e213
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 reduce runtime testing duration of PRNG
09:22:29
09:22:29 commit ebadb5d3a26909b035a30d99d421a3d4ff318bf0
09:22:29 Merge: 8a4e472fb c7f9f538e
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
09:22:29
09:22:29 commit c7f9f538e5d5e415101bcf07c2024d410d24e3ee
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Moved include from Decl header. Removed some old ast code from the Parser.
09:22:29
09:22:29 commit 8a4e472fbcaee0b36aeb05c18be734a84d347dac
09:22:29 Merge: 2f8d351e0 539a8c807
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
09:22:29
09:22:29 commit 539a8c8078617974987dd88ab674a236635a0110
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Some general clean-up, removing bits and pieces from the old version.
09:22:29
09:22:29 commit 2f8d351e0fb1ea4f22059f53d0f0f6ffe6e06908
09:22:29 Merge: 4dc3b8c90 c4b9fa97e
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
09:22:29
09:22:29 commit c4b9fa97e347eb42780172529b967ce1034b3e2c
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Just some random clean-up in Box pass while I was musing.
09:22:29
09:22:29 commit dd900b564c8c9f6b67d2f5484e3ebcedce82b1ee
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Implicit and layout parameters are now marked as const. This is primarily a safety feature to catch bad writes.
09:22:29
09:22:29 commit 4dc3b8c90f62876e9e5e2b84283aebb28622582a
09:22:29 Merge: 7f2bfb794 c4570af36
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
09:22:29
09:22:29 commit c4570af36d5be981e5714c9d730a86bc48ac9d4a
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Removed some code that supported ast conversion, it supported ast translation, and that is done.
09:22:29
09:22:29 commit 37b3151afe3f5f5142ae98ef04ed2e1fe9e82ce7
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Rename the linkReferenceTypes pass and the file that contains it. BaseInstType used to be called ReferenceToType, so the reason for the pass being called that is no longer true.
09:22:29
09:22:29 commit d787828d13d57d1f8171523e352bccf1fa513216
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Rename the ScrubTyVars moduel to ScrubTypeVars. This makes it more consistent with the data types and function names now used.
09:22:29
09:22:29 commit 4a89b52c4fa1aae1dce7701bb4c97d75453681e5
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Renamed ResolvMode to ResolveMode. This is less consistent with the namespace, but is more consistent with almost everything else.
09:22:29
09:22:29 commit 83fd57dbde2b629bbcc22cdd6694eccab69dd48e
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Removed 'New' suffixes, they are no longer needed for disambiguation.
09:22:29
09:22:29 commit 6009a5a8d82cef194788e78005da6e3c1bce16c3
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Combined the new and old TupleExpansion files.
09:22:29
09:22:29 commit 7f2bfb7945c57e02be3c7469f46fe79b04cb6eb5
09:22:29 Merge: 4f1b2d694 ab9c1b38b
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
09:22:29
09:22:29 commit ab9c1b38b9c10656b2bdc0e0745ef1ed831b5d8a
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Updated .gitignore for the new location of demangler.
09:22:29
09:22:29 commit 37273c8cb34ce14d7da1cb9d4d43491327ff6807
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Removed the old-ast-compatable FunctionDecl constructor. However, enough cases pass nothing polymorphic along some of the uses of the constructor now go to a new monomorphic function constructor.
09:22:29
09:22:29 commit 4bc4b4cec0733ff958ac176d48cfdd174ada1a31
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Completed the second demangler/automake task: The demangler (when built) in played in the driver directory beside cfa-cc.
09:22:29
09:22:29 commit da5ac2ef4386a3403a0fd7fa1e80a09952f63688
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Removed unused case in CurrentObject::findNext. Did a bit of clean-up in the area.
09:22:29
09:22:29 commit 2d373440faae9908ed04cd99e5f056ec1bf18937
09:22:29 Author: JiadaL <j82liang@uwaterloo.ca>
09:22:29
09:22:29 Update enum.tex
09:22:29
09:22:29 commit 4f1b2d6944aa29a9e7a67edffd9ed44c3b919a18
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 formatting
09:22:29
09:22:29 commit 39eb7840874f3d8db548684079e4631fd7c8fd60
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 formatting
09:22:29
09:22:29 commit 69e06ff773ac7a446f50da0152b91d625c7c3a1b
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 formatting
09:22:29
09:22:29 commit 6a1f553a360e410cdd669481c70d508194d900e1
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 formatting
09:22:29
09:22:29 commit f48dfcd1acf87e4d711e108cd7119bb80ee701ee
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Slight improvement to forall clause erasing.
09:22:29
09:22:29 commit 3c4003b97c9ee9f1f9a353616422f55ea0456227
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Box pass Eraser now removes the polymorphic arguments now that the functions are no longer actually polymorphic.
09:22:29
09:22:29 commit 53dac826f0d887299b0b6ee89f1cb8b5cc850e88
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Round of clean-up in the Concurrency directory headers.
09:22:29
09:22:29 commit 8984003da746813325cd05052fbcb1cb7bef8d62
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Round of significant clean-up and reindentation of InitTweak directory.
09:22:29
09:22:29 commit c36a4198e8f7c0fb7cafec586aebca035adef800
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Removed Decl::fromId as it was unused. There are a few places that use uniqueId directly.
09:22:29
09:22:29 commit 488371226e8f9a90c148825967facd2a8a86ba76
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Added a test showing how the conflict handling in the with clause currently works.
09:22:29
09:22:29 commit 6a0b043e80fdf4cf1c67a5448b9dd15216278047
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Did some investigation of WithStmt. It may not be possible to convert it to a Stmt without changing how SymbolTable handles the with clauses.
09:22:29
09:22:29 commit 0da94752579e6e8d62d9aa2e565147c5366d2791
09:22:29 Author: caparson <caparson@uwaterloo.ca>
09:22:29
09:22:29 fixed bug where cofor runner could derefence a null pointer
09:22:29
09:22:29 commit 29eaa3fa749147eb45c7ff3d89e0e14968060652
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 disable building the demangler (executable and library)
09:22:29
09:22:29 commit 40bca071c457ef788b40294bcdf8c8e5f7bfea67
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 slight restructuring of automake rules for generating the demangler
09:22:29
09:22:29 commit 634cb80fc3e3b71a7402430c90c46d11d098ce9c
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 formatting
09:22:29
09:22:29 commit 66d92e3cc3e75781be55e344dbdf9ca4e58f9872
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 proofread enumeration proposal
09:22:29
09:22:29 commit 8c13ca8142cd08bd07508ef52c311b80b56b6d46
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 raise exception missing_data when read fails to find value, initial code for quoted manipulator
09:22:29
09:22:29 commit decd4a66c8a6f47e3f77469ec710400b3f0038c4
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 formatting
09:22:29
09:22:29 commit f7f997ac57cd0207664f8a45fb93331c46808e43
09:22:29 Merge: 16e0dcb4c 2908f08a0
09:22:29 Author: caparson <caparson@uwaterloo.ca>
09:22:29
09:22:29 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
09:22:29
09:22:29 commit 16e0dcb4c84ce77692e4832c58645a6486136777
09:22:29 Author: caparson <caparson@uwaterloo.ca>
09:22:29
09:22:29 fixed error where order of argument eval in compiler could cause different code to be generated
09:22:29
09:22:29 commit 2908f08a0e243fe6bf1b61d204824745ab192f95
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Most of ResolvExpr was written before the new style standard. Some files updated, focus on headers.
09:22:29
09:22:29 commit 41606df1c8a25852791147aa8665029c6146c8fc
09:22:29 Author: Colby Parsons <caparsons@debian-BULLSEYE-live-builder-AMD64>
09:22:29
09:22:29 regen expected to match test change
09:22:29
09:22:29 commit 0f6d28849f6757ceab6650084ee1ecdf951265fe
09:22:29 Merge: 3f219ebc9 b0845f9b0
09:22:29 Author: caparson <caparson@uwaterloo.ca>
09:22:29
09:22:29 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
09:22:29
09:22:29 commit 3f219ebc9e49d052d8faf3c90c18635fd3edfb24
09:22:29 Author: caparson <caparson@uwaterloo.ca>
09:22:29
09:22:29 fixed bug where uninit mem was sometimes printed in test
09:22:29
09:22:29 commit b0845f9b0a749d876b30f395469f2acd02d5d886
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Reformating and clean-up in SymTab directory.
09:22:29
09:22:29 commit e580aa5743b01d3bef64004c1525a55b36048d7b
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Round of clean-up in Tuples directory. (Skipping TupleExpansion, which will be fused together later.)
09:22:29
09:22:29 commit 3f4f30afeafb4ca6730befe93d0e53969ef70cad
09:22:29 Author: Colby Parsons <caparsons@debian-BULLSEYE-live-builder-AMD64>
09:22:29
09:22:29 added x86 expect file for non-local exception test cardgame
09:22:29
09:22:29 commit aad677d7c2bd4b3b3e41d177e27db0dfdaba484f
09:22:29 Author: caparsons <caparson@uwaterloo.ca>
09:22:29
09:22:29 added arm64 expect file for non-local exception test
09:22:29
09:22:29 commit f22b170bb6e1c3c9de859e1c2475c4d33be01799
09:22:29 Merge: 89a8bab55 b8b5535c4
09:22:29 Author: caparson <caparson@uwaterloo.ca>
09:22:29
09:22:29 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
09:22:29
09:22:29 commit 89a8bab55d3e34c324cc6d94a3a2595764cc0717
09:22:29 Author: caparson <caparson@uwaterloo.ca>
09:22:29
09:22:29 added architecture specific expect files for non-local exception test since it uses prng
09:22:29
09:22:29 commit b8b5535c41dff04d3f36115454ca07d01c288d6c
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Major round of clean-up in the GenPoly directory.
09:22:29
09:22:29 commit 45a091b00fd95491b28961bb07e3975caedbe601
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 It turns out enumerate does work if you use this very particular form of the for loop added in C++17. Ironically in this simple vector case it is about as complex. Swapped the order of fields in the enuemate value to make the binding read key-then-value.
09:22:29
09:22:29 commit 1ccae596fbc273132237cb1a0ddfa6a7f7afdd5c
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Some clean-up in src/Makefile.am (no change in behaviour).
09:22:29
09:22:29 commit 8d182b1ed853a31c8c46021c2f2a6be9c45ea31d
09:22:29 Merge: df8ba61a5 5625427ee
09:22:29 Author: caparson <caparson@uwaterloo.ca>
09:22:29
09:22:29 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
09:22:29
09:22:29 commit df8ba61a560c37035667d49f8da03d295dd8b96e
09:22:29 Author: caparson <caparson@uwaterloo.ca>
09:22:29
09:22:29 added test case for non-local ehm memory leak
09:22:29
09:22:29 commit cce0807bda0b7225dfa1e297cee67d159ff260b9
09:22:29 Author: caparson <caparson@uwaterloo.ca>
09:22:29
09:22:29 Fixed non-local ehm memory leak that occurs when a coroutine is deleted while suspended in a catchresume handler
09:22:29
09:22:29 commit 5625427ee364fc12d70abe159b4e4d038eacf66a
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Remove the warning directive from SpecCost, you can't actually use the standard maybe_accept here, it does not allow the user to insert code between visiting elements in a container.
09:22:29
09:22:29 commit 6ea85b222eba7c3bf49507b5e21dd4709cee46e8
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 remove old enum.md file
09:22:29
09:22:29 commit 0bd3faf870391e5ed803287ec0b3c696cfde22b2
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Removed forward declarations missed in the BaseSyntaxNode removal. Removed code and modified names to support two versions of the ast.
09:22:29
09:22:29 commit 25f2798eafbbfb4bb8b7940f48998f59c55a7e12
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 latex formatting changes
09:22:29
09:22:29 commit fc12f0538e95e9c017d414a9a9c10748cc02bacd
09:22:29 Merge: 0030b508d 217419145
09:22:29 Author: JiadaL <j82liang@uwaterloo.ca>
09:22:29
09:22:29 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
09:22:29
09:22:29 commit 0030b508d072ae4263542ffb6a0ab8ac01add6b2
09:22:29 Author: JiadaL <j82liang@uwaterloo.ca>
09:22:29
09:22:29 some updates
09:22:29
09:22:29 commit 2174191456aa4c76295081b7d612c0840239d69f
09:22:29 Merge: 2da12ae2d 61efa421b
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
09:22:29
09:22:29 commit 2da12ae2df22a8ab193e99e082199971510f6663
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 formatting
09:22:29
09:22:29 commit 27316b4ae738446efa6bb22e754956242e3d79b4
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 update bibliography entries
09:22:29
09:22:29 commit 3e4bf0de992aa5718032f4d3d13ab65268c7805d
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 input manipulators for getline, excl, and incl reset argument to null string for failed read, temporarily make reading a C-string have the same semantics
09:22:29
09:22:29 commit 61efa421be36a355b304d2e9b9e14e493947d332
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Took the special main linkage code out of FunctionDecl and put it into a new pass. There is also a lot of related clean-up done.
09:22:29
09:22:29 commit f5ec35a86ccf3e8ce04ba27d5834c2383512980d
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Removed an extra forward declaration.
09:22:29
09:22:29 commit c6b4432f5c6c6679b981f5a6bded51ad30ac00d9
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Remove BaseSyntaxNode and clean-up.
09:22:29
09:22:29 commit 790d83558fed5c46c4c9acfac1cbfe1d8cccbd1a
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Made UniqueName use other tools we have, removed the unused default and did some general clean-up.
09:22:29
09:22:29 commit 934fa0fc6af3737f7f5b45e08f4b84e1e8259312
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Translated the demangling code from the old ast to the new ast.
09:22:29
09:22:29 commit 0589e83d12bef5409ba2bb4eb9afaa0e0986ead4
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 The demangler now uses the compiler's genType. The only difference I can find is that the demangler genType wrote functions ': RET_TYPE' instead of the C style. If this or a different change turns out to be imported it will have to be replicated post-translation.
09:22:29
09:22:29 commit c46c9992236856235ca6f5779f33a32cc75195a5
09:22:29 Author: caparson <caparson@uwaterloo.ca>
09:22:29
09:22:29 forgot to include in last push. Added a get_proc_count that doesn't need a cluster argument
09:22:29
09:22:29 commit 6b419cee964e2a51a9eff2641417c04d1dbf1cfc
09:22:29 Merge: fe293bfa0 c649d2ca0
09:22:29 Author: caparson <caparson@uwaterloo.ca>
09:22:29
09:22:29 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
09:22:29
09:22:29 commit fe293bfa0588f03d55cf5d5b2530f2d0d4d8fc09
09:22:29 Author: caparson <caparson@uwaterloo.ca>
09:22:29
09:22:29 removed fences for ARM that are likely not needed, insertion of fences into waituntil codegen TBD
09:22:29
09:22:29 commit c649d2ca01cbdb7314ff65ad9c6c915eaf2010c5
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Updated the demangler to also demangle operator names. You can also pass a filename to demangle now. There is also a test, but I don't really know what good tests are for the demangler.
09:22:29
09:22:29 commit 0d41b2e19de49d4b3c93a0edb0c94e41b1fa2dea
09:22:29 Author: caparson <caparson@uwaterloo.ca>
09:22:29
09:22:29 switched test to use new cofor syntax
09:22:29
09:22:29 commit ba0e1bc11982212c728380a9164085c09e3f2ae5
09:22:29 Author: caparson <caparson@uwaterloo.ca>
09:22:29
09:22:29 Added supporting library routines for cofor impl
09:22:29
09:22:29 commit 3d9d0170b69d58d6ff9ab9c9c720c0a1697c7582
09:22:29 Author: caparson <caparson@uwaterloo.ca>
09:22:29
09:22:29 added cofor implementation
09:22:29
09:22:29 commit 49ae2bc61cd203a75f4b8322e30ede41a6c617cd
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Refactored the OperatorTable module. Most is just an update in style and some documentation. I did add a function that should be a useful utility for the demangler.
09:22:29
09:22:29 commit 9cbdc13d9cce278a2500603b5411d55641c59504
09:22:29 Author: caparson <caparson@uwaterloo.ca>
09:22:29
09:22:29 removed print from static and dynamic tests that could be reordered due to a race
09:22:29
09:22:29 commit 5ad24a2cd208c7caeaf7524fecf55d071f12e25a
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Added test for the checks on the constructor/destructor attributes.
09:22:29
09:22:29 commit be3f163306e87aeb232bf497922012355b5762df
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 rename files gcc-builtins.cf builtins.cf extras.cf bootloader.cf and sync-builtins.cf with suffix .cfa
09:22:29
09:22:29 commit fa761c2aa9a4a9b1a22e28f45f380ba9d9ad36c0
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Changed some new uses of UniqueId to the ast version. Changed where some debugging variables are stored.
09:22:29
09:22:29 commit 6e7ed0aae5c3d162fadc30a2aad792abe6f1a8a7
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 I forgot to move genName over to the new CodeGenerator module. It isn't really a code gen thing, more a modified lookup.
09:22:29
09:22:29 commit a137d5a9a7962d989b77380d498b3c68d47b1339
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Took out some old code from the new section of the Mangler.
09:22:29
09:22:29 commit 58c6432355a66c9e3871781c75e925d1d710b5e4
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Hang on, eval doesn't have any side effects.
09:22:29
09:22:29 commit 4ac402ddad18fa0baca5b47593a1b262b3702fa0
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Added a missing include (not sure how that slipped through) and did some other replacements so the new ast is the source of constants.
09:22:29
09:22:29 commit 7d55e4dc38c32ca94ef018a3351482d390520db1
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Simple rework to BasicTypes-gen.cc to avoid refering to the old ast. No larger rework at this time.
09:22:29
09:22:29 commit 36e6f1046d925b57eafde5cec34d7e4eeb37dcb9
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Parser now uses constants from the new ast types.
09:22:29
09:22:29 commit 3c714ad4146140c41cc876465879a4e6cb179592
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 I don't actually know if this fixes anything, but the old version was definitely not doing anything and this is should have the same behaviour as the old one, and run just a bit faster.
09:22:29
09:22:29 commit 0b5e780a2f1cefd9000944925965a3be14bc56a5
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Code dumps (under the -P flag) no longer convert to the old ast to print.
09:22:29
09:22:29 commit f43146e411ed4e5e92fc5256b6ce039536536923
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Updated some stats/counters to trigger off the new AST. Others will just have to be updated/re-added later because the support code to run them is missing and I don't know what stats we might need in the future.
09:22:29
09:22:29 commit bef4f1a7c08805c9e325222c0cbf3d9df27ef61e
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Translation of the fix main pass to the new ast data structures.
09:22:29
09:22:29 commit 8941b6ba42567534f65c1e322eb782a5984d80f5
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Direct translation of code generation.
09:22:29
09:22:29 commit d22bf87d06423658d00bdc0bc13351ccfbc2adba
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 formatting
09:22:29
09:22:29 commit a310ae97c38f705be116fc19777bc63e4f99ab09
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 add __i386 with __x86_64
09:22:29
09:22:29 commit e832485bdd81b42bf10fbba946f29787e02cbcca
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 comment out debug prints
09:22:29
09:22:29 commit dd7c2ce08d7d32bb041bcbd7a87fba98d269fb37
09:22:29 Merge: 1da2affbf a1da039d4
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
09:22:29
09:22:29 commit 1da2affbffb66222bd3bcb6d41c584fba256b0dc
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 test as.cc file on ARM
09:22:29
09:22:29 commit a1da039d49b92f720bc279fc8e82273197880e11
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Make all new declarations have a properly defined LinkageSpec. Also some general clean-up.
09:22:29
09:22:29 commit d8a0e515107cc37ab3c58a75851d36ae94397242
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 add gcc-9 back into ARM full build
09:22:29
09:22:29 commit edc4813be30ce885c1e9eff8c8b0634036512a50
09:22:29 Merge: cb94e41db 7b84d3e33
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
09:22:29
09:22:29 commit cb94e41db9025ba582ed110d8213c1c52b493aec
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 temporary change to as command to test ARM build
09:22:29
09:22:29 commit 7b84d3e33b25c329b604d8f94b46e5d209acf210
09:22:29 Merge: 2ad5e1d59 abb04a4de
09:22:29 Author: caparson <caparson@uwaterloo.ca>
09:22:29
09:22:29 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
09:22:29
09:22:29 commit 278e16284e88d7fa70bf82928dbdcd8f9f69436e
09:22:29 Merge: 4d2d7e27e abb04a4de
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
09:22:29
09:22:29 commit 2ad5e1d5996fdfe78dd1fb1f12986716f0ad92c0
09:22:29 Author: caparson <caparson@uwaterloo.ca>
09:22:29
09:22:29 added missing semicolons
09:22:29
09:22:29 commit 8df19af3df6efcfa18c532c81632316ffc9e737b
09:22:29 Author: caparsons <caparson@uwaterloo.ca>
09:22:29
09:22:29 added WO fences for mcs spin lock to fix failing arm test
09:22:29
09:22:29 commit 3f0b062c77b1b14b3aeaa79527dbd8b879bbd4fa
09:22:29 Author: caparsons <caparson@uwaterloo.ca>
09:22:29
09:22:29 ifdef'd the arm fences that were added to channels so that they only appear on the arm
09:22:29
09:22:29 commit abb04a4de14e6f5953200fa486dc3fb465f4583a
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 change genericUnion test fromt printf to sout
09:22:29
09:22:29 commit 76194003f8e2cea05481d4b90110d7a9ac0fcd63
09:22:29 Merge: 1b0184b70 0803ead50
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
09:22:29
09:22:29 commit 1b0184b700fbecc7130f74db16064aa53b3328bb
09:22:29 Merge: f842032a0 2d7cb1979
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
09:22:29
09:22:29 commit 0803ead505943e8de1a6dc22d0d9f0b3298b53ae
09:22:29 Merge: f842032a0 2d7cb1979
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
09:22:29
09:22:29 commit f842032a0a09c7dcfe63ef8705bff30bf6b1b1b0
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 remove ISTYPE_VOID and ISTYPE_VOID_IMPL, and ends for input
09:22:29
09:22:29 commit 2d7cb1979b65bbd1d3c0529e7013f11ccc73ab1d
09:22:29 Merge: cbbfba90c e0dc038fb
09:22:29 Author: caparsons <caparson@uwaterloo.ca>
09:22:29
09:22:29 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
09:22:29
09:22:29 commit cbbfba90c3b1a0275f1674f8286fdc599ed15bfb
09:22:29 Author: caparsons <caparson@uwaterloo.ca>
09:22:29
09:22:29 added fence to failing test to hopefully fix stale data issue on the arm, if this passes this fence will be put in waituntil code gen
09:22:29
09:22:29 commit e0dc038fbe4972034fd6a262cc70c8bb4258cd32
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 first attempt at new C string input
09:22:29
09:22:29 commit ca995e3090a31786ce34129347ad66e6dd17c3a9
09:22:29 Author: caparsons <caparson@uwaterloo.ca>
09:22:29
09:22:29 added missing ARM fence on the signallee side of channel handoff
09:22:29
09:22:29 commit 5e0bba5fda3d7351cd7d4b5ad75b54d7c9f4387e
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Work on the box pass, fixing up the FunctionDecl update.
09:22:29
09:22:29 commit 37ceccbccec1df04d3e17e8c2deb88d47c942720
09:22:29 Author: Michael Brooks <mlbrooks@uwaterloo.ca>
09:22:29
09:22:29 Change string-read semantics so that reading nothing leaves the original value unmodified.
09:22:29
09:22:29 commit 1b41219dc836b5a59b65a2834352f9d6762a3243
09:22:29 Merge: 2bf46a5f6 d85141f36
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
09:22:29
09:22:29 commit 2bf46a5f6449a84ac68d5d0f9d73906608a06c99
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 add additional test for engineering and unit manipulator output
09:22:29
09:22:29 commit d85141f3646aaab49810e9f41dfae72e33616e5d
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Small refactoring of some helper functions to avoid repeating a loop.
09:22:29
09:22:29 commit 52a5262e330888e3eb665835b9682e7130ded8a1
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 TypeVarMap is now a subtype instead of an alias to remove the redundent constructor argument. Various bits of box pass clean-up.
09:22:29
09:22:29 commit 4d2d7e27e4d8dc2800e43c5566536e0edfca4b99
09:22:29 Merge: 54e59dd2e e14d169a3
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
09:22:29
09:22:29 commit 54e59dd2e6955d2e344a0130432fcbcf43dcb1ea
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 temporally remove gcc-9 from ARM nightly build because it is failing
09:22:29
09:22:29 commit e14d169a3f955b39b55dd5e651587d1b18aab9bb
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Remove some cruft from the box pass. Some pieces left over from earlier versions that are no longer needed and some rejected notes.
09:22:29
09:22:29 commit 6bd9f9e171271e7c6ac898b1dbf78fc75e68e592
09:22:29 Author: JiadaL <j82liang@uwaterloo.ca>
09:22:29
09:22:29 Rename and move the file to proposal
09:22:29
09:22:29 commit c29807939afb9f148dfc1f67e1395763715b22d4
09:22:29 Merge: bab2917dd 61e5d9980
09:22:29 Author: JiadaL <j82liang@uwaterloo.ca>
09:22:29
09:22:29 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
09:22:29
09:22:29 commit bab2917ddf427236b02c457fe13904bbca581868
09:22:29 Author: JiadaL <j82liang@uwaterloo.ca>
09:22:29
09:22:29 Update the introduction
09:22:29
09:22:29 commit 61e5d998091dfd12ea60e1fee02afb30670df0f3
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Boxing no longer passes layout information about polymorphic types in the signature of the function. This simplifies the sub-passes in the box pass that added the arguments to the calls, the parameters to the declarations, and used the information internally. The effects in functions are less well quantified, because there are cases were the information has to be generated instead of passed in, but it is also never passed in (or generated) when not needed at all.
09:22:29
09:22:29 commit a97b9ed3c1ef2940db3bc2e85497a8b1a674d78d
09:22:29 Merge: 946a6e4d6 8cbe73206
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
09:22:29
09:22:29 commit 946a6e4d6e22aa9ec049796a1ac9b96286d7e852
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 updates to the uC++toCFA cheat sheet
09:22:29
09:22:29 commit 8cbe732066c1d0d00e6d6622a2e8b5a6b1f72c45
09:22:29 Merge: 85034edc7 0bf0b9780
09:22:29 Author: JiadaL <j82liang@uwaterloo.ca>
09:22:29
09:22:29 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
09:22:29
09:22:29 commit 85034edc709b6220ea9dabc9a07efab793e34dab
09:22:29 Author: JiadaL <j82liang@uwaterloo.ca>
09:22:29
09:22:29 Initial commit
09:22:29
09:22:29 commit 0bf0b9780fde0c94b2f64272197674ee7f3e3618
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Layout function builds its entire parameter list before creating the declaration now.
09:22:29
09:22:29 commit e85a72b8af411168ff8c331b0a5810e02b5c3e10
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 change valide (French) to valid (English)
09:22:29
09:22:29 commit 80f87035a9dcd08303cef2df5c82e1054133ec3f
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 temporary fix to linkonce problem by changing -7 to 7 so initialization does not invoke an operator
09:22:29
09:22:29 commit 02c5880ef5e449eff27c777e52cfa666f96c142e
09:22:29 Author: caparsons <caparson@uwaterloo.ca>
09:22:29
09:22:29 Added fence after channel handoff to prevent reordering on the arm that resulted in stale values
09:22:29
09:22:29 commit 4604bf56d050ff3c2749ece641e74766fd192965
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Clean-up of some names and comments. Removed some TODO comments which are too old to do anything with.
09:22:29
09:22:29 commit cf3da24e082d37af956e24da04627a0f26be77f7
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Fixed up some whitespace. Pretty minor stuff mostly.
09:22:29
09:22:29 commit ee9ad4067d87f93f95150db093d5d9dc0266eecd
09:22:29 Author: caparsons <caparson@uwaterloo.ca>
09:22:29
09:22:29 Changed cofor files to support the corun statement
09:22:29
09:22:29 commit 72b518fc0f393f86bf6bb43b0dd79189e24e9cf3
09:22:29 Author: caparsons <caparson@uwaterloo.ca>
09:22:29
09:22:29 added error message for using corun statements without including the appropriate header
09:22:29
09:22:29 commit 26dfce52332df62429fa7390b91f00feffeef931
09:22:29 Author: caparsons <caparson@uwaterloo.ca>
09:22:29
09:22:29 Updated cofor test to use new corun statement
09:22:29
09:22:29 commit eb779d5ca94c2de1db899969438189f4b2c05b4b
09:22:29 Author: caparsons <caparson@uwaterloo.ca>
09:22:29
09:22:29 Implemented corun statement
09:22:29
09:22:29 commit 0d49efb94c4526e735efdb8e90144d4d8dfbe53f
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 allow precision < 3 for manipulator eng
09:22:29
09:22:29 commit 481766296fe4394f82117f8f69f0ddbef01b88de
09:22:29 Merge: 8bc67cf40 d3652dff4
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
09:22:29
09:22:29 commit 8bc67cf405f7b23687e5b72a5ae6f83508031552
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 formatting, SKULLDUGGERY to remove spurious free-nonheap-object warning
09:22:29
09:22:29 commit d3652dff49964cd0e31a788e5a2cfb4c84d10393
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Took the new EraseWith pass out of the box pass. It might be able to go even earlier or folded into an existing pass. C code generation now will not generate WithStmt nodes.
09:22:29
09:22:29 commit be8ee65fef9319bb637113af27f4d0bd050d436c
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 change host from arm64 to aarch64 for ARM nightly build
09:22:29
09:22:29 commit 3770b878b87dbf362149f41eaf747963e99f1456
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 formatting, add PRNG copy to checkpoint PRNG state, remove autogen PRNG copy constructor and assignment to prevent accidental PRNG copy
09:22:29
09:22:29 commit 92211d92c6ec040dbeac6af717baf10d4901a037
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 formatting
09:22:29
09:22:29 commit f45772e5fc7588ce4b4d41eec7a4b10562a2475f
09:22:29 Merge: 2261bcccc 9689e541e
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
09:22:29
09:22:29 commit 9689e541eaedea67a7640f9e922bdf6d1c40157e
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 formatting
09:22:29
09:22:29 commit 8e860a77fa3346fad79afe13ed44f8c8970444b8
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 fix typing mistake: arm4 to arm64
09:22:29
09:22:29 commit 7d128cb8cbeac82980aa4940266ee24f83f0ba23
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 add ARM architecture to regression tests
09:22:29
09:22:29 commit 299f4e0421eb06857a6573290db94bfa2739645a
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 add ARM architecture to nightly build
09:22:29
09:22:29 commit 500a60f2169a161612b648db841e4aa6d1420d87
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 add ARM architecture to nightly build
09:22:29
09:22:29 commit 2261bcccc0eb496b4f1887e2e4e195acfed9524b
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 add arm64 to Jenkins nightly build
09:22:29
09:22:29 commit 4d860ea34731ff1d6c9c167ea3410d0e077fd040
09:22:29 Author: Michael Brooks <mlbrooks@uwaterloo.ca>
09:22:29
09:22:29 Fix compiler bug where duplicate type declarations caused crash.
09:22:29
09:22:29 commit 0860d9c0c788c565776cbf08f223cede6a4d6ebc
09:22:29 Author: Michael Brooks <mlbrooks@uwaterloo.ca>
09:22:29
09:22:29 Fix read-to-variable-length-string cases when internal buffer fills.
09:22:29
09:22:29 commit b67b6322c8f003229f94dfa2140f1d5b55e74cbe
09:22:29 Merge: 8cffa4f21 097c8d0db
09:22:29 Author: Michael Brooks <mlbrooks@uwaterloo.ca>
09:22:29
09:22:29 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
09:22:29
09:22:29 commit 097c8d0db2c39c0fca0eb36f369aea4b09227342
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Fixes to Box pass's DeclAdapter. The two largest are: Only local information in scopeTypeVars was used so it was replaced with localTypeVars, that greatly simplified the pass. The added parameters are also divided into groups more consistently.
09:22:29
09:22:29 commit 8cffa4f21ad8d447fa5f37d523e6acfb4906f3d0
09:22:29 Author: Michael Brooks <mlbrooks@uwaterloo.ca>
09:22:29
09:22:29 Support match-failure reporting for string input.
09:22:29
09:22:29 commit bf1cbde8549594a47893ee6d678e5552340e47a3
09:22:29 Author: Michael Brooks <mlbrooks@uwaterloo.ca>
09:22:29
09:22:29 Implement "scanset" semantics for manipulator `skip`, in place of exact-match.
09:22:29
09:22:29 commit 04db9f67a6831b461e75e0c77e20333279541951
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Updated some documentation about the Instantiate Generic pass.
09:22:29
09:22:29 commit 045cda3e622c6be55873852ec248feb1e565921f
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 First clean-up pass on box pass. Some of it is stuff that could have been done in the initial commit but there was just so much of it. The rest is mostly simple restructuring that makes the translation less direct.
09:22:29
09:22:29 commit 15b5abac85a377b252c458a49494f936bb5d33a1
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 increase timeout in test.py from 180 to 240 seconds to deal with long locking tests on the ARM
09:22:29
09:22:29 commit 3cbe3208a46cac04121664ab55595e2679b6dcb3
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Translated the Link-Once pass to the new ast.
09:22:29
09:22:29 commit cf34e82e233faaa9343ac3f85950003f225fd94f
09:22:29 Merge: 11ab0b4ac 1ee0a4da6
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
09:22:29
09:22:29 commit 11ab0b4ac211d6b0761a6a74682cd8bc401333bc
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 add corun/cofor statement, update old cofor
09:22:29
09:22:29 commit 1ee0a4da6df699e50439c9b01f6f487ba705f8d9
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Translated the box pass to the new AST. This includes direct as possible translations of the existing passes are two fix in passes which correct AST problems the direct translation causes. Outside the box pass there have already been many changes, ad there is another in Instantiate Generics, which disconnects designators instead of leaving them connected to the original polymorphic type, which breaks the invarants once the fields are removed in the Eraser sub-pass. There was also a change that was made and un-made in one commit. If translate from the new-AST to the old-AST part way you must, where possible, sort the TypeEnvKey values by string comparison. However, it now passes over that so it would be just extra complexity and run time, so I removed it. I stand at the exit from a great woods, just shy of a year from when I entered it. It has been a difficult and tiring journey. The path has been long and at times comically winding; but most often it was invisible, hidden under an impenetrable canopy and I spend days looking for it. All for a short jog forward before getting lost again. In front of me is another woods. It looks smaller, but I can't see the other side. Anyways, time to keep walking.
09:22:29
09:22:29 commit 46f9f02bd06750dbc49b83f398a288ba5d368f79
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 add keywords alignas, alignof, static_assert, and thread_local
09:22:29
09:22:29 commit cfcbd03a26bc8ebcb086a967f417e73b4dcd2ef6
09:22:29 Merge: 5b4dacf3b 8514bcf8e
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
09:22:29
09:22:29 commit 5b4dacf3b0701ef82d8182ecca8906f276c9c058
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 general updates to the Cforall user manual
09:22:29
09:22:29 commit 4e2a57ff981bba930d52f02c5216ff9e5b75d092
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 add command setgcolumn to set lstlisting comment-column alignment, change size of lstlisting ^ character
09:22:29
09:22:29 commit adaf062d58aa37cb2264eeea65562f4268b12bce
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 update citation entry
09:22:29
09:22:29 commit 562a711b7a5bf91b98e7b5dd6c17a4b4003f8e65
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 add keyword _Exception to uC++ lstlisting
09:22:29
09:22:29 commit 8514bcf8ef7c43f89a87762cbc1b2daf22c2a06b
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 create ARM test results for hotpotato
09:22:29
09:22:29 commit 8f570f19325f0f61fa977a32433ce8732e6c6826
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 create 32-bit test results for hotpotato
09:22:29
09:22:29 commit 16b5d11d3e2ecfacee158ef3099f5d2755e4fa56
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 make hotpotato test 32/64-bit specific due to different prng
09:22:29
09:22:29 commit 7a925a41a1a11e36e1066349f121f6d9e8d91246
09:22:29 Author: caparsons <caparson@uwaterloo.ca>
09:22:29
09:22:29 final hotpotato cleanup, removed two unneeded routines from explicit polling flavour
09:22:29
09:22:29 commit 26be85438f73872e884a2eaebfd4228b2fb121f4
09:22:29 Author: caparsons <caparson@uwaterloo.ca>
09:22:29
09:22:29 a bit of cleanup of the hotpotato tests
09:22:29
09:22:29 commit fd775ae85b3364a2f91fb35d504516f1b1ca8bc9
09:22:29 Author: caparsons <caparson@uwaterloo.ca>
09:22:29
09:22:29 added hotpotato non-local ehm test in both enable/disable and poll flavours
09:22:29
09:22:29 commit 147a13713859918db362fb5a2ae1a35a176c6f24
09:22:29 Author: caparsons <caparson@uwaterloo.ca>
09:22:29
09:22:29 added enable/disable ehm with no params for coroutines
09:22:29
09:22:29 commit 1e7a765a26e6c0887cc363e77372e27b59e794f0
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 fix lock/unlock for heap statistic-mode
09:22:29
09:22:29 commit 0bb64bfa366d4c2de17f964b30503dd4d796b833
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 update tiobe index, update new command-line documentation
09:22:29
09:22:29 commit 12f671e9b6c11438e66926538f5f70ed5c24732b
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 tweak comments for CFA comand-line options
09:22:29
09:22:29 commit 5f917740015e3b812e7b13a9878af7d22ead577c
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 update help message from main.cc
09:22:29
09:22:29 commit c2d728c9047b28fc91fdc250859ca43f7c4c6f54
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 add using namespace std to cfa.cc
09:22:29
09:22:29 commit ca20b074a8fb67e7ee4344f193abafb5f6fc3d7e
09:22:29 Merge: 7350330f5 c7616dd57
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
09:22:29
09:22:29 commit 7350330f5cd61b15d7b7d0bc6afa0bbe37c42c7d
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 formatting, remove unnecessary use of c_str(), add better debug printing for cc1
09:22:29
09:22:29 commit f033d018f2ee7e05431e99954b470801d2565813
09:22:29 Author: JiadaL <j82liang@uwaterloo.ca>
09:22:29
09:22:29 Fix typo{
09:22:29
09:22:29 commit c7616dd57b3796b571bd770e6fa558a361be598a
09:22:29 Author: JiadaL <j82liang@uwaterloo.ca>
09:22:29
09:22:29 Fix designation value error
09:22:29
09:22:29 commit 62c6cfaf8147ef610d4866b0bb7a89559ad3adb4
09:22:29 Author: JiadaL <j82liang@uwaterloo.ca>
09:22:29
09:22:29 Revert "Fix designator value in enumerated array and implemented enumerated array with inlined enume declaration"
09:22:29
09:22:29 commit deda7e6002cc711be5c0af09984cec24300d5990
09:22:29 Merge: c1e66d966 5a1ae14d2
09:22:29 Author: JiadaL <j82liang@uwaterloo.ca>
09:22:29
09:22:29 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
09:22:29
09:22:29 commit c1e66d966aadf6846330871033458d4a398bd576
09:22:29 Author: JiadaL <j82liang@uwaterloo.ca>
09:22:29
09:22:29 Fix designator value in enumerated array and implemented enumerated array with inlined enume declaration
09:22:29
09:22:29 commit 5a1ae14d260cbaf6348528c6b1ae616bd9df9b31
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 remove superfluous inner_loop routine
09:22:29
09:22:29 commit b244fa8ebc69b1d4e0e659be0bd22d81cb1b5c04
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 formatting
09:22:29
09:22:29 commit 60f69f01297f3a37eeaaa17df2a7cffdeb2444ea
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 formatting
09:22:29
09:22:29 commit e4c3819e836abd40e60fd4abf148f74913f1b85b
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 refactor cofor.hfa into cofor.cfa, adjust Makefile.am to handle cofor.cfa
09:22:29
09:22:29 commit a2c2363a574380db06d7194fc74622a5071aae38
09:22:29 Merge: e3784a509 7edf912cb
09:22:29 Author: caparsons <caparson@uwaterloo.ca>
09:22:29
09:22:29 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
09:22:29
09:22:29 commit e3784a5091108f0d55c8a18a06008f9092acde3f
09:22:29 Author: caparsons <caparson@uwaterloo.ca>
09:22:29
09:22:29 updated cofor test to use macro
09:22:29
09:22:29 commit 334e0cf23899bfd4df7f5e70210364de3265d541
09:22:29 Author: caparsons <caparson@uwaterloo.ca>
09:22:29
09:22:29 added cofor macro
09:22:29
09:22:29 commit 7edf912cbd74d5e5c4d9fd1c37e98e4fe117e7a4
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 formatting, replace constructor calls with set_allocation calls
09:22:29
09:22:29 commit 50be8af55788ecaebbb85845d1e11234cd6a5cb6
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 clean up command-line handling and I/O
09:22:29
09:22:29 commit 697c957be6bf6545b625badf5b5dcf7f766e5f9d
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 add uC++toCFA document
09:22:29
09:22:29 commit 3df4cd95d31b16667c378d2fdb5bca5d9c22f2bc
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Some mistakes in isPolyType found while working on the box pass. There was a new-ast verison using the old type map and, perhaps relatedly, the new type map version recursed into the no type map form. Also some clean-up in related functions.
09:22:29
09:22:29 commit a738c68fc1929f5116c7cee21dcaaf5dc53a4f4c
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Update max/min so n-ary version doesn't match against the 2 argument case. Also added a test.
09:22:29
09:22:29 commit efe420f3d0a297e0bd44a4e7abf93339a430606c
09:22:29 Merge: f64cc42aa bfeb37a69
09:22:29 Author: caparsons <caparson@uwaterloo.ca>
09:22:29
09:22:29 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
09:22:29
09:22:29 commit f64cc42aa47f683c518bd8006223d5722dd23b0a
09:22:29 Author: caparsons <caparson@uwaterloo.ca>
09:22:29
09:22:29 committed makefile change for cofor include
09:22:29
09:22:29 commit bfeb37a69a2103c6f286452df6318dc31a9c9238
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Added another check to the invariants for SizeofExpr/AlignofExpr.
09:22:29
09:22:29 commit 1ed5e9e2c3003b645b9001bc895374d8e8de1c37
09:22:29 Author: caparsons <caparson@uwaterloo.ca>
09:22:29
09:22:29 Added cfa equivalent of cofor/cobegin/coend
09:22:29
09:22:29 commit c0035fc417a4dfb2955ebf80dde4f4fd0c171879
09:22:29 Author: caparsons <caparson@uwaterloo.ca>
09:22:29
09:22:29 Added references when incorporating Trevor's comments
09:22:29
09:22:29 commit c8ec58e70ef94c1c6a9bdfc71210e7f863368795
09:22:29 Merge: 9509d67a4 73d0a84c2
09:22:29 Author: caparsons <caparson@uwaterloo.ca>
09:22:29
09:22:29 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
09:22:29
09:22:29 commit 9509d67a48906b243fdd5104ab679d3e1ea4a532
09:22:29 Author: caparsons <caparson@uwaterloo.ca>
09:22:29
09:22:29 Incorporated changes in response to Trevor's comments.
09:22:29
09:22:29 commit 73d0a84c279b624935b4521cc90bb77f6edd1c7c
09:22:29 Merge: c58ead7c3 fc9f51453
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
09:22:29
09:22:29 commit c58ead7c304c33bc8c33d1ca270fffcfa955ec02
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 add malloc_stats_clear routine to zero the heap master and all active thread heaps
09:22:29
09:22:29 commit fc9f51453b4377136055da886941f5793f1ef677
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 formatting
09:22:29
09:22:29 commit ba068c0596ffdd3cbcff6d50f6cbacd233a4c9fc
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 rename clock routines processor and program to processor_cpu and program_cpu to deal with name clash with processor
09:22:29
09:22:29 commit 5cfb8b12c10a9e8aaf77d4435350d6b39af04561
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 add getenv, strlen, strcmp, strncmp to extras
09:22:29
09:22:29 commit 553f032fc07a39fc4fc69943eb5e97e2504b74a1
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Insert additional checks so that impossible, or just unimplemented, local control flow raises an error in CFA.
09:22:29
09:22:29 commit 2fa0237f52bd8db42015c83dee0d38191a902db4
09:22:29 Author: Michael Brooks <mlbrooks@uwaterloo.ca>
09:22:29
09:22:29 Fix cstring input length interpretation issue that had a buffer overflow case.
09:22:29
09:22:29 commit 3ee8853bf00923143074b5713a8122bbb0da519d
09:22:29 Author: caparsons <caparson@uwaterloo.ca>
09:22:29
09:22:29 made some small formatting changes
09:22:29
09:22:29 commit 0f8b1a70e78604ce52c3e4d6a6bcae9448e43264
09:22:29 Author: caparsons <caparson@uwaterloo.ca>
09:22:29
09:22:29 merged in Peter's edits with a few small changes
09:22:29
09:22:29 commit 154672d291edddbe2fa954c43ae7101329e5a6e2
09:22:29 Merge: 79b052241 416b44361
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
09:22:29
09:22:29 commit 79b052241260d5f8af60352f0c9315c007c9c8de
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 proofread chapters CFA_concurrency, intro, and conclusion
09:22:29
09:22:29 commit 416b44361690d969b5d06bb054b6451776e1f181
09:22:29 Author: Michael Brooks <mlbrooks@uwaterloo.ca>
09:22:29
09:22:29 Implement full set of relational operators for strings
09:22:29
09:22:29 commit 01510fefafb44ae9c0d334505d88759ca0fd9d42
09:22:29 Merge: cb0bcf124 f3f009f6b
09:22:29 Author: caparsons <caparson@uwaterloo.ca>
09:22:29
09:22:29 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
09:22:29
09:22:29 commit f3f009f6bf484b2d681e1c7d5ab871217369fa55
09:22:29 Merge: 4894239fc 4a40fca71
09:22:29 Author: JiadaL <j82liang@uwaterloo.ca>
09:22:29
09:22:29 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
09:22:29
09:22:29 commit 4894239fc9c15905847850e8ebfb6a2a288a5cdf
09:22:29 Author: JiadaL <j82liang@uwaterloo.ca>
09:22:29
09:22:29 Allow uninitialized enum value as designators
09:22:29
09:22:29 commit cb0bcf1249969f856af9d395b77e2cf4e28095b7
09:22:29 Merge: 9d47c1ff1 4a40fca71
09:22:29 Author: caparsons <caparson@uwaterloo.ca>
09:22:29
09:22:29 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
09:22:29
09:22:29 commit 9d47c1ff198f0f1775b2686ac233f78d06c5aedd
09:22:29 Author: caparsons <caparson@uwaterloo.ca>
09:22:29
09:22:29 changes over all usages of uC++ collections to use dlist instead
09:22:29
09:22:29 commit 4a40fca7195d07e090f940cfac3fc4e3c345c052
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Clean-up in MultiLevelExit. Primary purpose is to remove some uneeded fill code.
09:22:29
09:22:29 commit 92d8cda44fcecc145b517497bfceb0385a9da299
09:22:29 Merge: 1f10959b2 1fc111c1c
09:22:29 Author: caparsons <caparson@uwaterloo.ca>
09:22:29
09:22:29 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
09:22:29
09:22:29 commit 1f10959b24503b04405e0b0b4143b2c7f494bbef
09:22:29 Author: caparsons <caparson@uwaterloo.ca>
09:22:29
09:22:29 expanded upon intro and conclusion
09:22:29
09:22:29 commit 1fc111c1cc8a4f4b6daf84f01b7a221bc2823915
09:22:29 Author: JiadaL <j82liang@uwaterloo.ca>
09:22:29
09:22:29 Bug fix
09:22:29
09:22:29 commit efe39bb236858e14a848e0a628d8646a263e349c
09:22:29 Merge: 737988bf3 aae9c1797
09:22:29 Author: Michael Brooks <mlbrooks@uwaterloo.ca>
09:22:29
09:22:29 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
09:22:29
09:22:29 commit aae9c1797b4b9d902f4bd84cca9600885f694007
09:22:29 Author: caparsons <caparson@uwaterloo.ca>
09:22:29
09:22:29 edited thesis to incorporate Gregors comments
09:22:29
09:22:29 commit 737988bf3f2f8b1083edbdc9226c3c7547b170d6
09:22:29 Author: Michael Brooks <mlbrooks@uwaterloo.ca>
09:22:29
09:22:29 Deduplicate manipulator read-to-string by delegating from string to string_res.
09:22:29
09:22:29 commit ff56dd2ecab3303a94714001d031262b4ca2a831
09:22:29 Author: Michael Brooks <mlbrooks@uwaterloo.ca>
09:22:29
09:22:29 Duplicate manipulator read-to-string code for string_res, and test.
09:22:29
09:22:29 commit 3c7e3c4f9c66ee7cc8ef0e59f8f6b90146cdb6d7
09:22:29 Author: Michael Brooks <mlbrooks@uwaterloo.ca>
09:22:29
09:22:29 formatting
09:22:29
09:22:29 commit f54e6ec8f379b4f45d0b911f99fb6ac3c6e9c9c5
09:22:29 Author: Michael Brooks <mlbrooks@uwaterloo.ca>
09:22:29
09:22:29 Port basic input-manipulator test from cstring to string and fix resulting bug.
09:22:29
09:22:29 commit acafba41916e96551b7d30b440fed55088b0f712
09:22:29 Author: Michael Brooks <mlbrooks@uwaterloo.ca>
09:22:29
09:22:29 Rename internal macro away from `TYPE`, which is a cs343 name collision.
09:22:29
09:22:29 commit 0ac8d07ff99eb7dfa684ac4d986702ba968735e2
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 remove empty rule in cfa_abstract_parameter_declaration to remove conflicts
09:22:29
09:22:29 commit 555af62e9161db43d53c22635e04d4d5edbb0662
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 add include bits/sequence.hfa to pthread.cfa after removing it from weakso_lock.hfa
09:22:29
09:22:29 commit 43eb8e90d846d77241aadc77e96af2b5a47fe73d
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 remove unnecessary include bits/sequence.hfa
09:22:29
09:22:29 commit 4b78d253f262dcf34c95f3308238b0f8d17e29f5
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 Revert "remove ucpp-style collections used before Mike's lists"
09:22:29
09:22:29 commit b388d1baad1af006ac9ea384e38dd2abb5f0ba6e
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 remove ucpp-style collections used before Mike's lists
09:22:29
09:22:29 commit 16e69051515899828e3592fdad2e6f720e3e8630
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 fix get_seed signature
09:22:29
09:22:29 commit 5f31bf03270416ec5f172e57fde0f8feb846821d
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 simplify 32/64-bit random-number constructors
09:22:29
09:22:29 commit 3ef5905d414b69eb498ecd9a21d7117377dc046f
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 add get_seed for thread random numbers
09:22:29
09:22:29 commit 6e93819c21c60d7324b9ca460fe2a25c0eaa8f5a
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 use arm64 to select 64-bit random numbers
09:22:29
09:22:29 commit 4b30318b65b60547a35b2929b276b3f16467707c
09:22:29 Merge: 389fbf5b0 8a9a3ab07
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
09:22:29
09:22:29 commit 389fbf5b03e5bd58c548d8ef16468ccaa76a485b
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 test reading fixed strings
09:22:29
09:22:29 commit 34c6e1e6f9bd62f10f0af69cc74fa1ba2c78f8fb
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 add string output manipulators, third attempt at input manipulators for strings
09:22:29
09:22:29 commit 0f107e46be6e9a22fbde07db80c01fda5a0c572d
09:22:29 Author: Peter A. Buhr <pabuhr@uwaterloo.ca>
09:22:29
09:22:29 add reading fixed strings, seperate skip input manipulator, getline checks for delimiter
09:22:29
09:22:29 commit 8a9a3ab0782f6aa24f6f3b5e62fab3409b692eb4
09:22:29 Merge: 4269d1b0b 4c0fa03a3
09:22:29 Author: caparsons <caparson@uwaterloo.ca>
09:22:29
09:22:29 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
09:22:29
09:22:29 commit 4269d1b0ba7fe4b45b0a67e4f36421295d8ec009
09:22:29 Author: caparsons <caparson@uwaterloo.ca>
09:22:29
09:22:29 fixed unhandled exception bug causing deleted memory to be accessed sometimes with full coroutines
09:22:29
09:22:29 commit 4c0fa03a3c9a9471efd0d68bd9371ade49687579
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 Removed extra copy in FixInitNew.
09:22:29
09:22:29 commit 950c58e5affa0dfadc94439fbe02b463ccdfaa3a
09:22:29 Author: Andrew Beach <ajbeach@uwaterloo.ca>
09:22:29
09:22:29 The invariant flags on the test script were set up incorrectly. They should do as documented now and be on by default now.
09:22:29
09:22:29 commit 2a301ff093336449f2c416836c58d6e71fa88fd1
09:22:29 Merge: 923558834 686912ccf
09:22:29 Author: JiadaL <j82liang@uwaterloo.ca>
09:22:29
09:22:29 Resolve conflict
09:22:29
09:22:29 commit 923558834ec63344a407046c8e08622d03055144
09:22:29 Author: JiadaL <j82liang@uwaterloo.ca>
09:22:29
09:22:29 Array can use enum instance with explicit initializer as designator. More general case will be covered in later commit
09:22:29
09:22:29 commit c84dd616ea09c9d1bd0ef0c0fba904ff70c4d83d
09:22:29 Merge: 0b0a285cb 2de175cea
09:22:29 Author: JiadaL <j82liang@uwaterloo.ca>
09:22:29
09:22:29 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
09:22:29
09:22:29 commit 0b0a285cb86eb63d47d96868ae2d0f99f753448c
09:22:29 Author: JiadaL <j82liang@uwaterloo.ca>
09:22:29
09:22:29 Basic change for enable enumerated array syntax
09:22:29
09:22:29 commit fec8bd1cd716f4a2929810c5a9519f48522d22ad
09:22:29 Merge: 8a930c03c 8f5571611
09:22:29 Author: JiadaL <j82liang@uwaterloo.ca>
09:22:29
09:22:29 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
09:22:29
09:22:29 commit 8a930c03c26002b7a29b86b09dc3c932a9d61a85
09:22:29 Merge: 2b7894962 38e266ca6
09:22:29 Author: JiadaL <j82liang@uwaterloo.ca>
09:22:29
09:22:29 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
09:22:29
09:22:29 commit 2b7894962bf34063a4b03f148982b859d846d21a
09:22:29 Merge: 6ece30638 6c15d6695
09:22:29 Author: JiadaL <j82liang@uwaterloo.ca>
09:22:29
09:22:29 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
09:22:29
09:22:29 commit 6ece30638835f14d1338bec30ffb00198e55aadc
09:22:29 Merge: f11010e3a 93174198a
09:22:29 Author: JiadaL <j82liang@uwaterloo.ca>
09:22:29
09:22:29 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
09:22:29
09:22:29 commit f11010e3a9e987aed8270af56192d13b8aae4cf9
09:22:29 Merge: 3982384b9 9f1beb43e
09:22:29 Author: JiadaL <j82liang@uwaterloo.ca>
09:22:29
09:22:29 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
09:22:29
09:22:29 commit 3982384b9c4ea1f8724897508e84041d2ab66cf1
09:22:29 Merge: 6e4c44dde 8db4708b8
09:22:29 Author: JiadaL <j82liang@uwaterloo.ca>
09:22:29
09:22:29 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
09:22:29
09:22:29 commit 6e4c44dde79ba723d45b589198f181fdf1f94095
09:22:29 Merge: b110bcc1f e6d8d114c
09:22:29 Author: JiadaL <j82liang@uwaterloo.ca>
09:22:29
09:22:29 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
09:22:29
09:22:29 commit b110bcc1f3711112c2fbc182403e08383e1f4be0
09:22:29 Merge: 2ed94a98e 699a97d7d
09:22:29 Author: JiadaL <j82liang@uwaterloo.ca>
09:22:29
09:22:29 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
09:22:29
09:22:29 commit 2ed94a98ea730a0f11bd4cf49b9352557ebf6cd8
09:22:29 Merge: 997185e1a ccb29b47c
09:22:29 Author: JiadaL <j82liang@uwaterloo.ca>
09:22:29
09:22:29 Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
09:22:29
09:22:29 commit 997185e1a79d8e46351af7db167616c955086e6e
09:22:29 Author: JiadaL <j82liang@uwaterloo.ca>
09:22:29
09:22:29 Save parser change for git pull
09:22:29 </pre>
09:22:29
09:22:29 <p>-----------------------------------------------------------------------</p>
09:22:29 <pre>
09:22:29 Summary of changes:
09:22:29 .gitignore | 2 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 Jenkins/FullBuild | 5 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 Jenkins/TestRegen | 6 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 Jenkinsfile | 5 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 configure.ac | 6 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 doc/LaTeXmacros/common.sty | 7 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 doc/LaTeXmacros/common.tex | 9 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 doc/LaTeXmacros/lstlang.sty | 6 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 doc/bibliography/pl.bib | 12 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 doc/proposals/enum.md | 70 <span style="color: #AA0000;">-</span>
09:22:29 doc/proposals/enum.tex | 846 <span style="color: #00AA00;">+++</span>
09:22:29 doc/theses/colby_parsons_MMAth/local.bib | 16 <span style="color: #00AA00;">+</span>
09:22:29 .../colby_parsons_MMAth/text/CFA_concurrency.tex | 59 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 doc/theses/colby_parsons_MMAth/text/CFA_intro.tex | 24 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 doc/theses/colby_parsons_MMAth/text/actors.tex | 206 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 doc/theses/colby_parsons_MMAth/text/channels.tex | 49 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 doc/theses/colby_parsons_MMAth/text/conclusion.tex | 46 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 doc/theses/colby_parsons_MMAth/text/frontpgs.tex | 2 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 doc/theses/colby_parsons_MMAth/text/intro.tex | 109 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 doc/theses/colby_parsons_MMAth/text/mutex_stmt.tex | 49 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 doc/theses/colby_parsons_MMAth/text/waituntil.tex | 33 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 doc/theses/mike_brooks_MMath/array.tex | 212 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 doc/theses/mike_brooks_MMath/background.tex | 458 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 doc/theses/mike_brooks_MMath/intro.tex | 4 <span style="color: #00AA00;">+</span>
09:22:29 doc/theses/mike_brooks_MMath/list.tex | 2 <span style="color: #00AA00;">+</span>
09:22:29 doc/theses/mike_brooks_MMath/papers/Blanche19.pdf | 5502 <span style="color: #00AA00;">++++++++++++++++++++</span>
09:22:29 doc/theses/mike_brooks_MMath/papers/Grothoff14.pdf | Bin <span style="color: #AA0000;">0</span> -> <span style="color: #00AA00;">251000</span> bytes
09:22:29 doc/theses/mike_brooks_MMath/papers/Oorschot22.pdf | Bin <span style="color: #AA0000;">0</span> -> <span style="color: #00AA00;">113599</span> bytes
09:22:29 doc/theses/mike_brooks_MMath/papers/Ruef19.pdf | Bin <span style="color: #AA0000;">0</span> -> <span style="color: #00AA00;">596009</span> bytes
09:22:29 .../mike_brooks_MMath/programs/bkgd-c-tyerr.c | 58 <span style="color: #00AA00;">+</span>
09:22:29 .../mike_brooks_MMath/programs/bkgd-carray-arrty.c | 204 <span style="color: #00AA00;">+</span>
09:22:29 .../mike_brooks_MMath/programs/bkgd-carray-decay.c | 111 <span style="color: #00AA00;">+</span>
09:22:29 .../mike_brooks_MMath/programs/bkgd-carray-mdim.c | 59 <span style="color: #00AA00;">+</span>
09:22:29 .../programs/bkgd-cfa-arrayinteract.cfa | 32 <span style="color: #00AA00;">+</span>
09:22:29 .../mike_brooks_MMath/programs/hello-accordion.cfa | 93 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 .../mike_brooks_MMath/programs/hello-array.cfa | 193 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 doc/theses/mike_brooks_MMath/programs/hello-md.cfa | 27 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 .../programs/lst-features-intro.run.cfa | 2 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 .../programs/lst-features-multidir.run.cfa | 4 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 .../mike_brooks_MMath/programs/sharing-demo.cfa | 4 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 doc/theses/mike_brooks_MMath/string.tex | 6 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 doc/theses/mike_brooks_MMath/uw-ethesis.bib | 125 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 doc/theses/mike_brooks_MMath/uw-ethesis.tex | 3 <span style="color: #00AA00;">+</span>
09:22:29 doc/uC++toCFA/.gitignore | 4 <span style="color: #00AA00;">+</span>
09:22:29 doc/uC++toCFA/Makefile | 92 <span style="color: #00AA00;">+</span>
09:22:29 doc/uC++toCFA/uC++toCFA.tex | 647 <span style="color: #00AA00;">+++</span>
09:22:29 doc/user/user.tex | 447 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 driver/as.cc | 16 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 driver/cc1.cc | 29 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 driver/cfa.cc | 10 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 libcfa/prelude/Makefile.am | 26 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 libcfa/prelude/{bootloader.cf => bootloader.cfa} | 0
09:22:29 libcfa/prelude/extras.c | 3 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 libcfa/prelude/extras.regx2 | 4 <span style="color: #00AA00;">+</span>
09:22:29 libcfa/prelude/{prelude.old.cf => prelude.old.cfa} | 0
09:22:29 libcfa/prelude/prototypes.awk | 6 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 .../{sync-builtins.cf => sync-builtins.cfa} | 0
09:22:29 libcfa/src/Makefile.am | 16 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 libcfa/src/bits/collections.hfa | 34 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 libcfa/src/bits/random.hfa | 12 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 libcfa/src/bits/weakso_locks.hfa | 1 <span style="color: #AA0000;">-</span>
09:22:29 libcfa/src/clock.hfa | 12 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 libcfa/src/collections/array.hfa | 32 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 libcfa/src/collections/string.cfa | 252 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 libcfa/src/collections/string.hfa | 112 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 libcfa/src/collections/string_res.cfa | 425 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 libcfa/src/collections/string_res.hfa | 154 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 libcfa/src/common.hfa | 8 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 libcfa/src/concurrency/cofor.cfa | 47 <span style="color: #00AA00;">+</span>
09:22:29 libcfa/src/concurrency/cofor.hfa | 95 <span style="color: #00AA00;">+</span>
09:22:29 libcfa/src/concurrency/coroutine.cfa | 24 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 libcfa/src/concurrency/coroutine.hfa | 20 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 libcfa/src/concurrency/exception.cfa | 2 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 libcfa/src/concurrency/io.cfa | 16 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 libcfa/src/concurrency/io/types.hfa | 8 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 libcfa/src/concurrency/kernel.hfa | 1 <span style="color: #00AA00;">+</span>
09:22:29 libcfa/src/concurrency/kernel/cluster.hfa | 8 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 libcfa/src/concurrency/kernel/fwd.hfa | 86 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 libcfa/src/concurrency/locks.hfa | 23 <span style="color: #00AA00;">+</span>
09:22:29 libcfa/src/concurrency/pthread.cfa | 65 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 libcfa/src/concurrency/thread.cfa | 6 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 libcfa/src/concurrency/thread.hfa | 5 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 libcfa/src/exception.c | 28 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 libcfa/src/exception.h | 6 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 libcfa/src/fstream.cfa | 32 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 libcfa/src/fstream.hfa | 10 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 libcfa/src/heap.cfa | 37 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 libcfa/src/heap.hfa | 5 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 libcfa/src/interpose.cfa | 20 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 libcfa/src/iostream.cfa | 299 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 libcfa/src/iostream.hfa | 81 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 libcfa/src/parseconfig.cfa | 18 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 libcfa/src/raii.hfa | 109 <span style="color: #00AA00;">+</span>
09:22:29 libcfa/src/rational.cfa | 8 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 libcfa/src/rational.hfa | 6 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 libcfa/src/stdlib.hfa | 22 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/AST/Chain.hpp | 9 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/AST/Convert.cpp | 3029 <span style="color: #AA0000;">-----------</span>
09:22:29 src/AST/Convert.hpp | 26 <span style="color: #AA0000;">-</span>
09:22:29 src/AST/Decl.cpp | 51 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/AST/Decl.hpp | 34 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/AST/Expr.cpp | 26 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/AST/Expr.hpp | 26 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/AST/Fwd.hpp | 2 <span style="color: #00AA00;">+</span>
09:22:29 src/AST/LinkageSpec.cpp | 17 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/AST/LinkageSpec.hpp | 19 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/AST/Node.cpp | 4 <span style="color: #00AA00;">+</span>
09:22:29 src/AST/Pass.cpp | 2 <span style="color: #00AA00;">+</span>
09:22:29 src/AST/Pass.hpp | 6 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/AST/Pass.impl.hpp | 31 <span style="color: #00AA00;">+</span>
09:22:29 src/AST/Print.cpp | 60 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/AST/Stmt.hpp | 106 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/AST/SymbolTable.cpp | 63 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/AST/SymbolTable.hpp | 9 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/AST/Type.hpp | 2 <span style="color: #AA0000;">-</span>
09:22:29 src/AST/TypeSubstitution.hpp | 9 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/AST/Util.cpp | 21 <span style="color: #00AA00;">+</span>
09:22:29 src/AST/Visitor.hpp | 2 <span style="color: #00AA00;">+</span>
09:22:29 src/AST/module.mk | 7 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/BasicTypes-gen.cc | 113 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/CodeGen/CodeGenerator.cc | 1263 <span style="color: #AA0000;">-----</span>
09:22:29 src/CodeGen/CodeGenerator.cpp | 1253 <span style="color: #00AA00;">+++++</span>
09:22:29 src/CodeGen/CodeGenerator.h | 199 <span style="color: #AA0000;">-</span>
09:22:29 src/CodeGen/CodeGenerator.hpp | 192 <span style="color: #00AA00;">+</span>
09:22:29 src/CodeGen/FixMain.cc | 175 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/CodeGen/FixMain.h | 33 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/CodeGen/FixMain2.cc | 28 <span style="color: #AA0000;">-</span>
09:22:29 src/CodeGen/FixNames.cc | 73 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/CodeGen/FixNames.h | 7 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/CodeGen/GenType.cc | 582 <span style="color: #00AA00;">++</span><span style="color: #AA0000;">-</span>
09:22:29 src/CodeGen/GenType.h | 11 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/CodeGen/Generate.cc | 94 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/CodeGen/Generate.h | 19 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/CodeGen/LinkOnce.cc | 90 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/CodeGen/LinkOnce.h | 11 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/CodeGen/OperatorTable.cc | 210 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/CodeGen/OperatorTable.h | 88 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/CodeGen/module.mk | 11 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/CodeTools/DeclStats.cc | 552 <span style="color: #AA0000;">--</span>
09:22:29 src/CodeTools/DeclStats.h | 33 <span style="color: #AA0000;">-</span>
09:22:29 src/CodeTools/ResolvProtoDump.cc | 771 <span style="color: #AA0000;">---</span>
09:22:29 src/CodeTools/ResolvProtoDump.h | 33 <span style="color: #AA0000;">-</span>
09:22:29 src/CodeTools/TrackLoc.cc | 97 <span style="color: #AA0000;">-</span>
09:22:29 src/CodeTools/TrackLoc.h | 36 <span style="color: #AA0000;">-</span>
09:22:29 src/CodeTools/module.mk | 23 <span style="color: #AA0000;">-</span>
09:22:29 src/Common/Assert.cc | 8 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/Common/CodeLocationTools.cpp | 2 <span style="color: #00AA00;">+</span>
09:22:29 src/Common/ErrorObjects.h | 12 <span style="color: #AA0000;">-</span>
09:22:29 src/Common/Eval.cc | 82 <span style="color: #AA0000;">-</span>
09:22:29 src/Common/Eval.h | 2 <span style="color: #AA0000;">-</span>
09:22:29 src/Common/Examine.cc | 37 <span style="color: #AA0000;">-</span>
09:22:29 src/Common/Examine.h | 3 <span style="color: #AA0000;">-</span>
09:22:29 src/Common/Iterate.hpp | 4 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/Common/PassVisitor.cc | 19 <span style="color: #AA0000;">-</span>
09:22:29 src/Common/PassVisitor.h | 575 <span style="color: #AA0000;">--</span>
09:22:29 src/Common/PassVisitor.impl.h | 4105 <span style="color: #AA0000;">---------------</span>
09:22:29 src/Common/PassVisitor.proto.h | 280 <span style="color: #AA0000;">-</span>
09:22:29 src/Common/SemanticError.cc | 97 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/Common/SemanticError.h | 48 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/Common/UniqueName.cc | 17 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/Common/UniqueName.h | 14 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/Common/module.mk | 4 <span style="color: #AA0000;">-</span>
09:22:29 src/Concurrency/Actors.cpp | 10 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/Concurrency/Actors.hpp | 6 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/Concurrency/Corun.cpp | 300 <span style="color: #00AA00;">++</span>
09:22:29 src/Concurrency/Corun.hpp | 32 <span style="color: #00AA00;">+</span>
09:22:29 src/Concurrency/Keywords.cc | 1372 <span style="color: #AA0000;">-----</span>
09:22:29 src/Concurrency/{KeywordsNew.cpp => Keywords.cpp} | 38 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/Concurrency/Keywords.h | 7 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/Concurrency/Waitfor.cc | 598 <span style="color: #AA0000;">---</span>
09:22:29 src/Concurrency/{WaitforNew.cpp => Waitfor.cpp} | 12 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/Concurrency/Waitfor.h | 5 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/Concurrency/Waituntil.cpp | 24 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/Concurrency/Waituntil.hpp | 7 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/Concurrency/module.mk | 8 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/ControlStruct/ExceptDecl.cc | 482 <span style="color: #AA0000;">--</span>
09:22:29 .../{ExceptDeclNew.cpp => ExceptDecl.cpp} | 2 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/ControlStruct/ExceptDecl.h | 7 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/ControlStruct/ExceptTranslate.cc | 689 <span style="color: #AA0000;">---</span>
09:22:29 ...{ExceptTranslateNew.cpp => ExceptTranslate.cpp} | 379 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/ControlStruct/ExceptTranslate.h | 25 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/ControlStruct/FixLabels.cpp | 7 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/ControlStruct/ForExprMutator.cc | 56 <span style="color: #AA0000;">-</span>
09:22:29 src/ControlStruct/ForExprMutator.h | 36 <span style="color: #AA0000;">-</span>
09:22:29 src/ControlStruct/LabelFixer.cc | 138 <span style="color: #AA0000;">-</span>
09:22:29 src/ControlStruct/LabelFixer.h | 79 <span style="color: #AA0000;">-</span>
09:22:29 src/ControlStruct/LabelGenerator.cc | 52 <span style="color: #AA0000;">-</span>
09:22:29 .../{LabelGeneratorNew.cpp => LabelGenerator.cpp} | 4 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/ControlStruct/LabelGenerator.h | 45 <span style="color: #AA0000;">-</span>
09:22:29 .../{LabelGeneratorNew.hpp => LabelGenerator.hpp} | 8 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/ControlStruct/MLEMutator.cc | 464 <span style="color: #AA0000;">--</span>
09:22:29 src/ControlStruct/MLEMutator.h | 134 <span style="color: #AA0000;">-</span>
09:22:29 src/ControlStruct/MultiLevelExit.cpp | 134 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/ControlStruct/Mutate.cc | 45 <span style="color: #AA0000;">-</span>
09:22:29 src/ControlStruct/Mutate.h | 35 <span style="color: #AA0000;">-</span>
09:22:29 src/ControlStruct/module.mk | 22 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/GenPoly/Box.cc | 1910 <span style="color: #AA0000;">-------</span>
09:22:29 src/GenPoly/Box.cpp | 2277 <span style="color: #00AA00;">++++++++</span>
09:22:29 src/GenPoly/Box.h | 19 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/GenPoly/ErasableScopedMap.h | 2 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/GenPoly/FindFunction.cc | 83 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/GenPoly/FindFunction.h | 15 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/GenPoly/GenPoly.cc | 640 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">--</span>
09:22:29 src/GenPoly/GenPoly.h | 137 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/GenPoly/InstantiateGeneric.cc | 591 <span style="color: #AA0000;">---</span>
09:22:29 ...ntiateGenericNew.cpp => InstantiateGeneric.cpp} | 44 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/GenPoly/InstantiateGeneric.h | 16 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/GenPoly/Lvalue.cc | 573 <span style="color: #AA0000;">--</span>
09:22:29 src/GenPoly/{LvalueNew.cpp => Lvalue.cpp} | 2 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/GenPoly/Lvalue.h | 22 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/GenPoly/ScopedSet.h | 2 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/GenPoly/ScrubTyVars.h | 152 <span style="color: #AA0000;">-</span>
09:22:29 src/GenPoly/{ScrubTyVars.cc => ScrubTypeVars.cpp} | 102 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/GenPoly/ScrubTypeVars.hpp | 66 <span style="color: #00AA00;">+</span>
09:22:29 src/GenPoly/Specialize.cc | 338 <span style="color: #AA0000;">--</span>
09:22:29 src/GenPoly/{SpecializeNew.cpp => Specialize.cpp} | 27 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/GenPoly/Specialize.h | 8 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/GenPoly/module.mk | 15 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/InitTweak/FixGlobalInit.cc | 264 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/InitTweak/FixGlobalInit.h | 19 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/InitTweak/FixInit.cc | 1291 <span style="color: #AA0000;">-----</span>
09:22:29 src/InitTweak/{FixInitNew.cpp => FixInit.cpp} | 27 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/InitTweak/FixInit.h | 10 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/InitTweak/GenInit.cc | 539 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/InitTweak/GenInit.h | 57 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/InitTweak/InitTweak.cc | 1086 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">---</span>
09:22:29 src/InitTweak/InitTweak.h | 223 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/InitTweak/module.mk | 5 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/MakeLibCfa.cc | 151 <span style="color: #AA0000;">-</span>
09:22:29 src/{MakeLibCfaNew.cpp => MakeLibCfa.cpp} | 2 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/MakeLibCfa.h | 1 <span style="color: #AA0000;">-</span>
09:22:29 src/Makefile.am | 26 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/Parser/DeclarationNode.cc | 27 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/Parser/ExpressionNode.cc | 20 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/Parser/ParseNode.h | 15 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/Parser/RunParser.cpp | 2 <span style="color: #AA0000;">-</span>
09:22:29 src/Parser/StatementNode.cc | 24 <span style="color: #00AA00;">+</span>
09:22:29 src/Parser/StatementNode.h | 2 <span style="color: #00AA00;">+</span>
09:22:29 src/Parser/TypeData.cc | 14 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/Parser/TypeData.h | 1 <span style="color: #AA0000;">-</span>
09:22:29 src/Parser/lex.ll | 11 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/Parser/parser.yy | 86 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/ResolvExpr/AdjustExprType.cc | 157 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/ResolvExpr/AdjustExprType.hpp | 19 <span style="color: #AA0000;">-</span>
09:22:29 src/ResolvExpr/Alternative.cc | 133 <span style="color: #AA0000;">-</span>
09:22:29 src/ResolvExpr/Alternative.h | 124 <span style="color: #AA0000;">-</span>
09:22:29 src/ResolvExpr/AlternativeFinder.cc | 1773 <span style="color: #AA0000;">-------</span>
09:22:29 src/ResolvExpr/AlternativeFinder.h | 150 <span style="color: #AA0000;">-</span>
09:22:29 src/ResolvExpr/AlternativePrinter.cc | 49 <span style="color: #AA0000;">-</span>
09:22:29 src/ResolvExpr/AlternativePrinter.h | 39 <span style="color: #AA0000;">-</span>
09:22:29 src/ResolvExpr/CandidateFinder.cpp | 72 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/ResolvExpr/CandidateFinder.hpp | 4 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/ResolvExpr/CandidatePrinter.cpp | 6 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/ResolvExpr/CastCost.cc | 132 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/ResolvExpr/CastCost.hpp | 9 <span style="color: #AA0000;">-</span>
09:22:29 src/ResolvExpr/CommonType.cc | 1094 <span style="color: #00AA00;">++</span><span style="color: #AA0000;">--</span>
09:22:29 src/ResolvExpr/CommonType.hpp | 10 <span style="color: #AA0000;">-</span>
09:22:29 src/ResolvExpr/ConversionCost.cc | 403 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/ResolvExpr/ConversionCost.h | 58 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/ResolvExpr/Cost.h | 264 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/ResolvExpr/CurrentObject.cc | 1468 <span style="color: #00AA00;">++</span><span style="color: #AA0000;">----</span>
09:22:29 src/ResolvExpr/CurrentObject.h | 87 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/ResolvExpr/EraseWith.cpp | 46 <span style="color: #00AA00;">+</span>
09:22:29 src/ResolvExpr/EraseWith.hpp | 29 <span style="color: #00AA00;">+</span>
09:22:29 src/ResolvExpr/ExplodedActual.cc | 31 <span style="color: #AA0000;">-</span>
09:22:29 src/ResolvExpr/ExplodedActual.h | 44 <span style="color: #AA0000;">-</span>
09:22:29 src/ResolvExpr/FindOpenVars.cc | 170 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/ResolvExpr/FindOpenVars.h | 15 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/ResolvExpr/Occurs.cc | 68 <span style="color: #AA0000;">-</span>
09:22:29 src/ResolvExpr/PolyCost.cc | 46 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/ResolvExpr/PolyCost.hpp | 8 <span style="color: #AA0000;">-</span>
09:22:29 src/ResolvExpr/PtrsAssignable.cc | 101 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/ResolvExpr/PtrsAssignable.hpp | 5 <span style="color: #AA0000;">-</span>
09:22:29 src/ResolvExpr/PtrsCastable.cc | 150 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/ResolvExpr/PtrsCastable.hpp | 9 <span style="color: #AA0000;">-</span>
09:22:29 src/ResolvExpr/RenameVars.cc | 56 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/ResolvExpr/RenameVars.h | 24 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/ResolvExpr/ResolvMode.h | 51 <span style="color: #AA0000;">-</span>
09:22:29 src/ResolvExpr/ResolveAssertions.cc | 535 <span style="color: #AA0000;">--</span>
09:22:29 src/ResolvExpr/ResolveAssertions.h | 33 <span style="color: #AA0000;">-</span>
09:22:29 src/ResolvExpr/ResolveMode.hpp | 53 <span style="color: #00AA00;">+</span>
09:22:29 src/ResolvExpr/ResolveTypeof.cc | 253 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/ResolvExpr/ResolveTypeof.h | 16 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/ResolvExpr/Resolver.cc | 1064 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">---</span>
09:22:29 src/ResolvExpr/Resolver.h | 76 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/ResolvExpr/SatisfyAssertions.cpp | 11 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/ResolvExpr/SpecCost.cc | 250 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/ResolvExpr/SpecCost.hpp | 2 <span style="color: #AA0000;">-</span>
09:22:29 src/ResolvExpr/TypeEnvironment.cc | 491 <span style="color: #AA0000;">--</span>
09:22:29 src/ResolvExpr/TypeEnvironment.h | 180 <span style="color: #AA0000;">-</span>
09:22:29 src/ResolvExpr/Unify.cc | 658 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">--</span>
09:22:29 src/ResolvExpr/Unify.h | 36 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/ResolvExpr/WidenMode.h | 38 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/ResolvExpr/module.mk | 19 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/ResolvExpr/typeops.h | 33 <span style="color: #AA0000;">-</span>
09:22:29 src/SymTab/Autogen.cc | 753 <span style="color: #AA0000;">---</span>
09:22:29 src/SymTab/Autogen.h | 225 <span style="color: #AA0000;">-</span>
09:22:29 src/SymTab/Demangle.cc | 813 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">--</span>
09:22:29 src/SymTab/Demangle.h | 6 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/SymTab/FixFunction.cc | 155 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/SymTab/FixFunction.h | 15 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/SymTab/GenImplicitCall.cpp | 10 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/SymTab/GenImplicitCall.hpp | 2 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/SymTab/Indexer.cc | 719 <span style="color: #AA0000;">---</span>
09:22:29 src/SymTab/Indexer.h | 191 <span style="color: #AA0000;">-</span>
09:22:29 src/SymTab/Mangler.cc | 983 <span style="color: #00AA00;">++</span><span style="color: #AA0000;">--</span>
09:22:29 src/SymTab/Mangler.h | 126 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/SymTab/ManglerCommon.cc | 207 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/SymTab/Validate.cc | 1325 <span style="color: #AA0000;">-----</span>
09:22:29 src/SymTab/Validate.h | 32 <span style="color: #AA0000;">-</span>
09:22:29 src/SymTab/ValidateType.cc | 491 <span style="color: #AA0000;">--</span>
09:22:29 src/SymTab/ValidateType.h | 38 <span style="color: #AA0000;">-</span>
09:22:29 src/SymTab/demangler.cc | 23 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/SymTab/module.mk | 12 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/SynTree/AddressExpr.cc | 89 <span style="color: #AA0000;">-</span>
09:22:29 src/SynTree/AggregateDecl.cc | 147 <span style="color: #AA0000;">-</span>
09:22:29 src/SynTree/ApplicationExpr.cc | 103 <span style="color: #AA0000;">-</span>
09:22:29 src/SynTree/ArrayType.cc | 65 <span style="color: #AA0000;">-</span>
09:22:29 src/SynTree/AttrType.cc | 61 <span style="color: #AA0000;">-</span>
09:22:29 src/SynTree/Attribute.cc | 69 <span style="color: #AA0000;">-</span>
09:22:29 src/SynTree/Attribute.h | 63 <span style="color: #AA0000;">-</span>
09:22:29 src/SynTree/BaseSyntaxNode.cc | 31 <span style="color: #AA0000;">-</span>
09:22:29 src/SynTree/BaseSyntaxNode.h | 53 <span style="color: #AA0000;">-</span>
09:22:29 src/SynTree/BasicType.cc | 40 <span style="color: #AA0000;">-</span>
09:22:29 src/SynTree/CommaExpr.cc | 57 <span style="color: #AA0000;">-</span>
09:22:29 src/SynTree/CompoundStmt.cc | 83 <span style="color: #AA0000;">-</span>
09:22:29 src/SynTree/Constant.cc | 82 <span style="color: #AA0000;">-</span>
09:22:29 src/SynTree/Constant.h | 69 <span style="color: #AA0000;">-</span>
09:22:29 src/SynTree/DeclReplacer.cc | 125 <span style="color: #AA0000;">-</span>
09:22:29 src/SynTree/DeclReplacer.h | 51 <span style="color: #AA0000;">-</span>
09:22:29 src/SynTree/DeclStmt.cc | 45 <span style="color: #AA0000;">-</span>
09:22:29 src/SynTree/Declaration.cc | 115 <span style="color: #AA0000;">-</span>
09:22:29 src/SynTree/Declaration.h | 483 <span style="color: #AA0000;">--</span>
09:22:29 src/SynTree/DeclarationWithType.cc | 45 <span style="color: #AA0000;">-</span>
09:22:29 src/SynTree/Expression.cc | 804 <span style="color: #AA0000;">---</span>
09:22:29 src/SynTree/Expression.h | 1011 <span style="color: #AA0000;">----</span>
09:22:29 src/SynTree/FunctionDecl.cc | 123 <span style="color: #AA0000;">-</span>
09:22:29 src/SynTree/FunctionType.cc | 81 <span style="color: #AA0000;">-</span>
09:22:29 src/SynTree/Initializer.cc | 142 <span style="color: #AA0000;">-</span>
09:22:29 src/SynTree/Initializer.h | 151 <span style="color: #AA0000;">-</span>
09:22:29 src/SynTree/InlineMemberDecl.cc | 57 <span style="color: #AA0000;">-</span>
09:22:29 src/SynTree/Label.h | 56 <span style="color: #AA0000;">-</span>
09:22:29 src/SynTree/LinkageSpec.cc | 58 <span style="color: #AA0000;">-</span>
09:22:29 src/SynTree/LinkageSpec.h | 85 <span style="color: #AA0000;">-</span>
09:22:29 src/SynTree/Makefile | 22 <span style="color: #AA0000;">-</span>
09:22:29 src/SynTree/Mutator.h | 170 <span style="color: #AA0000;">-</span>
09:22:29 src/SynTree/NamedTypeDecl.cc | 80 <span style="color: #AA0000;">-</span>
09:22:29 src/SynTree/ObjectDecl.cc | 104 <span style="color: #AA0000;">-</span>
09:22:29 src/SynTree/PointerType.cc | 69 <span style="color: #AA0000;">-</span>
09:22:29 src/SynTree/ReferenceToType.cc | 222 <span style="color: #AA0000;">-</span>
09:22:29 src/SynTree/ReferenceType.cc | 52 <span style="color: #AA0000;">-</span>
09:22:29 src/SynTree/Statement.cc | 605 <span style="color: #AA0000;">---</span>
09:22:29 src/SynTree/Statement.h | 560 <span style="color: #AA0000;">--</span>
09:22:29 src/SynTree/SynTree.h | 153 <span style="color: #AA0000;">-</span>
09:22:29 src/SynTree/TupleExpr.cc | 136 <span style="color: #AA0000;">-</span>
09:22:29 src/SynTree/TupleType.cc | 60 <span style="color: #AA0000;">-</span>
09:22:29 src/SynTree/Type.cc | 210 <span style="color: #AA0000;">-</span>
09:22:29 src/SynTree/Type.h | 763 <span style="color: #AA0000;">---</span>
09:22:29 src/SynTree/TypeDecl.cc | 64 <span style="color: #AA0000;">-</span>
09:22:29 src/SynTree/TypeExpr.cc | 55 <span style="color: #AA0000;">-</span>
09:22:29 src/SynTree/TypeSubstitution.cc | 246 <span style="color: #AA0000;">-</span>
09:22:29 src/SynTree/TypeSubstitution.h | 212 <span style="color: #AA0000;">-</span>
09:22:29 src/SynTree/TypeofType.cc | 53 <span style="color: #AA0000;">-</span>
09:22:29 src/SynTree/VarArgsType.cc | 36 <span style="color: #AA0000;">-</span>
09:22:29 src/SynTree/Visitor.h | 287 <span style="color: #AA0000;">-</span>
09:22:29 src/SynTree/VoidType.cc | 35 <span style="color: #AA0000;">-</span>
09:22:29 src/SynTree/ZeroOneType.cc | 43 <span style="color: #AA0000;">-</span>
09:22:29 src/SynTree/module.mk | 72 <span style="color: #AA0000;">-</span>
09:22:29 src/Tuples/Explode.cc | 88 <span style="color: #AA0000;">-</span>
09:22:29 src/Tuples/Explode.h | 108 <span style="color: #AA0000;">-</span>
09:22:29 src/Tuples/TupleAssignment.cc | 892 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">---</span>
09:22:29 src/Tuples/TupleExpansion.cc | 375 <span style="color: #AA0000;">--</span>
09:22:29 .../{TupleExpansionNew.cpp => TupleExpansion.cpp} | 35 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/Tuples/Tuples.cc | 96 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/Tuples/Tuples.h | 57 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/Tuples/module.mk | 3 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/Validate/Autogen.cpp | 20 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/Validate/FindSpecialDecls.cc | 100 <span style="color: #AA0000;">-</span>
09:22:29 ...indSpecialDeclsNew.cpp => FindSpecialDecls.cpp} | 2 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/Validate/FindSpecialDecls.h | 21 <span style="color: #AA0000;">-</span>
09:22:29 src/Validate/FixQualifiedTypes.cpp | 16 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/Validate/FixReturnTypes.cpp | 6 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/Validate/ForallPointerDecay.cpp | 10 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/Validate/GenericParameter.cpp | 5 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/Validate/HandleAttributes.cc | 87 <span style="color: #AA0000;">-</span>
09:22:29 src/Validate/HandleAttributes.h | 30 <span style="color: #AA0000;">-</span>
09:22:29 src/Validate/HoistStruct.cpp | 1 <span style="color: #00AA00;">+</span>
09:22:29 ...kReferenceToTypes.cpp => LinkInstanceTypes.cpp} | 6 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 ...kReferenceToTypes.hpp => LinkInstanceTypes.hpp} | 4 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/Validate/NoIdSymbolTable.hpp | 13 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/Validate/ReplaceTypedef.cpp | 12 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/Validate/module.mk | 9 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/Virtual/ExpandCasts.cc | 245 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/Virtual/Tables.cc | 133 <span style="color: #AA0000;">-</span>
09:22:29 src/Virtual/Tables.h | 19 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/Virtual/VirtualDtor.cpp | 2 <span style="color: #AA0000;">-</span>
09:22:29 src/include/cassert | 8 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 src/main.cc | 130 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 tests/.expect/PRNG.arm64.txt | 98 <span style="color: #00AA00;">+</span>
09:22:29 tests/.expect/PRNG.x64.txt | 30 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 tests/.expect/PRNG.x86.txt | 30 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 tests/.expect/attr-priority.txt | 6 <span style="color: #00AA00;">+</span>
09:22:29 tests/.expect/functions.arm64.txt | 4 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 tests/.expect/functions.x64.txt | 4 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 tests/.expect/functions.x86.txt | 4 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 tests/.expect/linkonce.txt | 2 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 tests/.expect/minmax.txt | 8 <span style="color: #00AA00;">+</span>
09:22:29 tests/.expect/nested-types-ERR1.txt | 2 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 tests/.expect/nested-types-ERR2.txt | 6 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 tests/.expect/typedefRedef-ERR1.txt | 6 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 tests/.expect/withconflict.txt | 52 <span style="color: #00AA00;">+</span>
09:22:29 tests/PRNG.cfa | 8 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 tests/array-collections/.expect/array-raii-c.txt | 109 <span style="color: #00AA00;">+</span>
09:22:29 tests/array-collections/.expect/array-raii-cfa.txt | 109 <span style="color: #00AA00;">+</span>
09:22:29 tests/array-collections/array-raii-c.cfa | 21 <span style="color: #00AA00;">+</span>
09:22:29 tests/array-collections/array-raii-cfa.cfa | 23 <span style="color: #00AA00;">+</span>
09:22:29 tests/array-collections/array-raii.hfa | 174 <span style="color: #00AA00;">+</span>
09:22:29 tests/attr-priority.cfa | 19 <span style="color: #00AA00;">+</span>
09:22:29 tests/collections/.expect/string-compare.txt | 800 <span style="color: #00AA00;">+++</span>
09:22:29 tests/collections/.expect/string-istream-manip.txt | 86 <span style="color: #00AA00;">+</span>
09:22:29 tests/collections/.in/string-istream-manip.txt | 46 <span style="color: #00AA00;">+</span>
09:22:29 tests/collections/string-compare.cfa | 76 <span style="color: #00AA00;">+</span>
09:22:29 tests/collections/string-istream-manip.cfa | 201 <span style="color: #00AA00;">+</span>
09:22:29 tests/concurrency/.expect/cofor.txt | 3 <span style="color: #00AA00;">+</span>
09:22:29 tests/concurrency/.expect/ctor-check.txt | 3 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 tests/concurrency/actors/.expect/dynamic.txt | 1 <span style="color: #AA0000;">-</span>
09:22:29 .../.expect/{matrix.txt => matrixMultiply.txt} | 0
09:22:29 tests/concurrency/actors/.expect/static.txt | 1 <span style="color: #AA0000;">-</span>
09:22:29 tests/concurrency/actors/dynamic.cfa | 66 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 tests/concurrency/actors/executor.cfa | 86 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 tests/concurrency/actors/inherit.cfa | 58 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 tests/concurrency/actors/inline.cfa | 64 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 tests/concurrency/actors/matrix.cfa | 125 <span style="color: #AA0000;">-</span>
09:22:29 tests/concurrency/actors/matrixMultiply.cfa | 120 <span style="color: #00AA00;">+</span>
09:22:29 tests/concurrency/actors/pingpong.cfa | 59 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 tests/concurrency/actors/poison.cfa | 67 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 tests/concurrency/actors/static.cfa | 56 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 tests/concurrency/actors/types.cfa | 169 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 tests/concurrency/channels/barrier.cfa | 16 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 tests/concurrency/channels/big_elems.cfa | 4 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 tests/concurrency/channels/churn.cfa | 20 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 tests/concurrency/channels/contend.cfa | 14 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 tests/concurrency/channels/daisy_chain.cfa | 18 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 tests/concurrency/channels/hot_potato.cfa | 18 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 tests/concurrency/channels/pub_sub.cfa | 14 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 tests/concurrency/cofor.cfa | 23 <span style="color: #00AA00;">+</span>
09:22:29 tests/concurrency/examples/matrixSum.cfa | 14 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 tests/concurrency/examples/quickSort.cfa | 111 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 tests/concurrency/unified_locking/locks.cfa | 2 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 .../concurrency/unified_locking/pthread_locks.cfa | 2 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 tests/concurrency/unified_locking/test_debug.cfa | 4 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 tests/concurrency/unified_locking/thread_test.cfa | 2 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 tests/concurrency/waitfor/parse.cfa | 6 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 tests/concurrency/waituntil/channel_close.cfa | 12 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 tests/concurrency/waituntil/locks.cfa | 3 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 tests/errors/.expect/scope-type.txt | 14 <span style="color: #00AA00;">+</span>
09:22:29 tests/errors/.expect/scope.txt | 4 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 tests/errors/scope-type.cfa | 92 <span style="color: #00AA00;">+</span>
09:22:29 tests/errors/scope.cfa | 42 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 tests/exceptions/.expect/cardgame.arm64.txt | 25 <span style="color: #00AA00;">+</span>
09:22:29 tests/exceptions/.expect/cardgame.x64.txt | 25 <span style="color: #00AA00;">+</span>
09:22:29 tests/exceptions/.expect/cardgame.x86.txt | 21 <span style="color: #00AA00;">+</span>
09:22:29 tests/exceptions/.expect/finally-error.txt | 15 <span style="color: #AA0000;">-</span>
09:22:29 tests/exceptions/.expect/hotpotato.arm64.txt | 143 <span style="color: #00AA00;">+</span>
09:22:29 tests/exceptions/.expect/hotpotato.x64.txt | 143 <span style="color: #00AA00;">+</span>
09:22:29 tests/exceptions/.expect/hotpotato.x86.txt | 153 <span style="color: #00AA00;">+</span>
09:22:29 .../exceptions/.expect/hotpotato_checked.arm64.txt | 143 <span style="color: #00AA00;">+</span>
09:22:29 tests/exceptions/.expect/hotpotato_checked.x64.txt | 143 <span style="color: #00AA00;">+</span>
09:22:29 tests/exceptions/.expect/hotpotato_checked.x86.txt | 153 <span style="color: #00AA00;">+</span>
09:22:29 tests/exceptions/.expect/try-ctrl-flow.txt | 17 <span style="color: #00AA00;">+</span>
09:22:29 tests/exceptions/.expect/try-leave-catch.txt | 7 <span style="color: #00AA00;">+</span>
09:22:29 tests/exceptions/cardgame.cfa | 187 <span style="color: #00AA00;">+</span>
09:22:29 tests/exceptions/hotpotato.cfa | 200 <span style="color: #00AA00;">+</span>
09:22:29 tests/exceptions/hotpotato_checked.cfa | 221 <span style="color: #00AA00;">+</span>
09:22:29 .../{finally-error.cfa => try-ctrl-flow.cfa} | 42 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 tests/exceptions/try-leave-catch.cfa | 59 <span style="color: #00AA00;">+</span>
09:22:29 tests/genericUnion.cfa | 28 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 tests/in-demangle.txt | 10 <span style="color: #00AA00;">+</span>
09:22:29 tests/io/.expect/manipulatorsInput.arm64.txt | 36 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 tests/io/.expect/manipulatorsInput.x64.txt | 36 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 tests/io/.expect/manipulatorsInput.x86.txt | 36 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 tests/io/.expect/manipulatorsOutput4.txt | 32 <span style="color: #00AA00;">+</span>
09:22:29 tests/io/.in/manipulatorsInput.txt | 25 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 tests/io/io.cfa | 6 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 tests/io/manipulatorsInput.cfa | 82 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 tests/io/manipulatorsOutput4.cfa | 9 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 tests/link-once/main.cfa | 2 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 tests/link-once/partner.cfa | 2 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 tests/minmax.cfa | 11 <span style="color: #00AA00;">+</span>
09:22:29 tests/pybin/settings.py | 2 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 tests/raii/.expect/dtor-early-exit-ERR1.txt | 5 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 tests/raii/.expect/dtor-early-exit-ERR2.txt | 5 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 tests/test.py | 8 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 tests/withconflict.cfa | 18 <span style="color: #00AA00;">+</span>
09:22:29 tools/build/cfa.m4 | 2 <span style="color: #00AA00;">+</span><span style="color: #AA0000;">-</span>
09:22:29 495 files changed, 24328 insertions(+), 52193 deletions(-)
09:22:29 </pre>
09:22:29
[Pipeline] }
[Pipeline] // stage
[Pipeline] sh
09:22:29 + sed s/AC_INIT(\[cfa-cc\],\[\(.*\)\],\[cforall@plg.uwaterloo.ca\])/\1/;t;d /var/lib/jenkins/workspace/Cforall_Distribute_Ref/configure.ac
[Pipeline] echo
09:22:29 Package Version: 1.0.0
[Pipeline] echo
09:22:29 Build Version: 2752
[Pipeline] echo
09:22:29 Long Version: 1.0.0.2752
[Pipeline] echo
09:22:29 -------- Configure --------
[Pipeline] stage
[Pipeline] { (Configure)
[Pipeline] dir
09:22:29 Running in /var/lib/jenkins/workspace/Cforall_Distribute_Ref
[Pipeline] {
[Pipeline] sh
09:22:29 + ./autogen.sh
09:22:29 Running aclocal in root
09:22:33 Running libtoolize in root
09:22:33 Running autoconf in root
09:22:33 Running automake in root
09:22:34 Running aclocal in libcfa
09:22:36 Running libtoolize in libcfa
09:22:36 Running autoconf in libcfa
09:22:36 Running automake in libcfa
[Pipeline] }
[Pipeline] // dir
[Pipeline] dir
09:22:38 Running in /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp
[Pipeline] {
[Pipeline] sh
09:22:38 + /var/lib/jenkins/workspace/Cforall_Distribute_Ref/configure CXX=g++-9 CC=gcc-9 AR=gcc-ar RANLIB=gcc-ranlib --quiet
[Pipeline] sh
09:22:46 + make -j 8 --no-print-directory configure-libcfa
09:22:46 libcfa/x64-debug/config.data
09:22:46 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/
09:22:46 libcfa/x64-nodebug/config.data
09:22:46 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/
09:22:46 checking whether make supports nested variables... yes
09:22:46 checking for a BSD-compatible install... checking whether make supports nested variables... yes
09:22:46 checking for a BSD-compatible install... /usr/bin/install -c
09:22:46 checking whether build environment is sane... yes
09:22:46 /usr/bin/install -c
09:22:46 checking whether build environment is sane... yes
09:22:46 checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
09:22:46 checking for gawk... gawk
09:22:46 checking whether make sets $(MAKE)... checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
09:22:46 checking for gawk... gawk
09:22:46 checking whether make sets $(MAKE)... yes
09:22:46 yes
09:22:46 checking for distributated build... no
09:22:46 checking for distributated build... no
09:22:46 checking build system type... checking build system type... x86_64-pc-linux-gnu
09:22:46 checking host system type... x86_64-pc-linux-gnu
09:22:46 checking how to print strings... x86_64-pc-linux-gnu
09:22:46 checking host system type... x86_64-pc-linux-gnu
09:22:46 checking how to print strings... printf
09:22:46 checking whether make supports the include directive... printf
09:22:46 checking whether make supports the include directive... yes (GNU style)
09:22:46 checking for gcc... gcc-9
09:22:46 yes (GNU style)
09:22:46 checking for gcc... gcc-9
09:22:47 checking whether the C compiler works... checking whether the C compiler works... yes
09:22:47 checking for C compiler default output file name... a.out
09:22:47 checking for suffix of executables... yes
09:22:47 checking for C compiler default output file name... a.out
09:22:47 checking for suffix of executables...
09:22:47 checking whether we are cross compiling...
09:22:47 checking whether we are cross compiling... no
09:22:48 checking for suffix of object files... o
09:22:48 checking whether we are using the GNU C compiler... no
09:22:48 checking for suffix of object files... yes
09:22:48 checking whether gcc-9 accepts -g... o
09:22:48 checking whether we are using the GNU C compiler... yes
09:22:48 checking for gcc-9 option to accept ISO C89... yes
09:22:48 checking whether gcc-9 accepts -g... none needed
09:22:48 checking whether gcc-9 understands -c and -o together... yes
09:22:48 checking for gcc-9 option to accept ISO C89... none needed
09:22:48 checking whether gcc-9 understands -c and -o together... yes
09:22:48 checking dependency style of gcc-9... yes
09:22:48 checking dependency style of gcc-9... gcc3
09:22:48 checking for a sed that does not truncate output... /usr/bin/sed
09:22:48 checking for grep that handles long lines and -e... /usr/bin/grep
09:22:48 checking for egrep... /usr/bin/grep -E
09:22:48 checking for fgrep... /usr/bin/grep -F
09:22:48 checking for ld used by gcc-9... gcc3
09:22:48 checking for a sed that does not truncate output... /usr/bin/ld
09:22:48 checking if the linker (/usr/bin/ld) is GNU ld... /usr/bin/sed
09:22:48 checking for grep that handles long lines and -e... yes
09:22:48 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/grep
09:22:48 checking for egrep... /usr/bin/nm -B
09:22:48 checking the name lister (/usr/bin/nm -B) interface... /usr/bin/grep -E
09:22:48 checking for fgrep... /usr/bin/grep -F
09:22:48 checking for ld used by gcc-9... /usr/bin/ld
09:22:48 checking if the linker (/usr/bin/ld) is GNU ld... yes
09:22:48 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
09:22:48 checking the name lister (/usr/bin/nm -B) interface... BSD nm
09:22:48 checking whether ln -s works... yes
09:22:48 checking the maximum length of command line arguments... 1572864
09:22:48 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
09:22:48 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
09:22:48 checking for /usr/bin/ld option to reload object files... -r
09:22:48 checking for objdump... objdump
09:22:48 checking how to recognize dependent libraries... pass_all
09:22:48 checking for dlltool... no
09:22:48 checking how to associate runtime and link libraries... printf %s\n
09:22:48 checking for archiver @FILE support... BSD nm
09:22:48 checking whether ln -s works... yes
09:22:48 checking the maximum length of command line arguments... 1572864
09:22:48 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
09:22:48 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
09:22:48 checking for /usr/bin/ld option to reload object files... -r
09:22:48 checking for objdump... objdump
09:22:48 checking how to recognize dependent libraries... pass_all
09:22:48 checking for dlltool... no
09:22:48 checking how to associate runtime and link libraries... printf %s\n
09:22:48 checking for archiver @FILE support... @
09:22:48 checking for strip... strip
09:22:48 checking for ranlib... gcc-ranlib
09:22:48 checking command to parse /usr/bin/nm -B output from gcc-9 object... @
09:22:48 checking for strip... strip
09:22:48 checking for ranlib... gcc-ranlib
09:22:48 checking command to parse /usr/bin/nm -B output from gcc-9 object... ok
09:22:48 checking for sysroot... no
09:22:48 checking for a working dd... /usr/bin/dd
09:22:48 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
09:22:48 checking for mt... mt
09:22:48 checking if mt is a manifest tool... no
09:22:48 checking how to run the C preprocessor... ok
09:22:48 checking for sysroot... no
09:22:48 checking for a working dd... /usr/bin/dd
09:22:48 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
09:22:48 checking for mt... mt
09:22:48 checking if mt is a manifest tool... no
09:22:48 gcc-9 -E
09:22:48 checking how to run the C preprocessor... checking for ANSI C header files... gcc-9 -E
09:22:48 checking for ANSI C header files... yes
09:22:49 checking for sys/types.h... yes
09:22:49 checking for sys/types.h... yes
09:22:49 checking for sys/stat.h... yes
09:22:49 checking for sys/stat.h... yes
09:22:49 checking for stdlib.h... yes
09:22:49 checking for stdlib.h... yes
09:22:49 checking for string.h... yes
09:22:49 checking for string.h... yes
09:22:49 checking for memory.h... yes
09:22:49 checking for memory.h... yes
09:22:49 checking for strings.h... yes
09:22:49 checking for strings.h... yes
09:22:49 checking for inttypes.h... yes
09:22:49 checking for inttypes.h... yes
09:22:49 checking for stdint.h... yes
09:22:49 checking for stdint.h... yes
09:22:49 checking for unistd.h... yes
09:22:49 checking for unistd.h... yes
09:22:49 checking for dlfcn.h... yes
09:22:49 checking for dlfcn.h... yes
09:22:49 checking for objdir... .libs
09:22:49 yes
09:22:49 checking for objdir... .libs
09:22:49 checking if gcc-9 supports -fno-rtti -fno-exceptions... checking if gcc-9 supports -fno-rtti -fno-exceptions... no
09:22:49 checking for gcc-9 option to produce PIC... -fPIC -DPIC
09:22:49 checking if gcc-9 PIC flag -fPIC -DPIC works... no
09:22:49 checking for gcc-9 option to produce PIC... -fPIC -DPIC
09:22:49 checking if gcc-9 PIC flag -fPIC -DPIC works... yes
09:22:49 checking if gcc-9 static flag -static works... yes
09:22:50 checking if gcc-9 static flag -static works... yes
09:22:50 checking if gcc-9 supports -c -o file.o... yes
09:22:50 checking if gcc-9 supports -c -o file.o... yes
09:22:50 checking if gcc-9 supports -c -o file.o... (cached) yes
09:22:50 checking whether the gcc-9 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
09:22:50 checking whether -lc should be explicitly linked in... yes
09:22:50 checking if gcc-9 supports -c -o file.o... (cached) yes
09:22:50 checking whether the gcc-9 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
09:22:50 checking whether -lc should be explicitly linked in... no
09:22:50 checking dynamic linker characteristics... no
09:22:50 checking dynamic linker characteristics... GNU/Linux ld.so
09:22:50 checking how to hardcode library paths into programs... immediate
09:22:50 checking whether stripping libraries is possible... yes
09:22:50 checking if libtool supports shared libraries... yes
09:22:50 checking whether to build shared libraries... yes
09:22:50 checking whether to build static libraries... no
09:22:50 GNU/Linux ld.so
09:22:50 checking how to hardcode library paths into programs... immediate
09:22:50 checking whether stripping libraries is possible... yes
09:22:50 checking if libtool supports shared libraries... yes
09:22:50 checking whether to build shared libraries... yes
09:22:50 checking whether to build static libraries... no
09:22:50 checking whether we are using the GNU C++ compiler... checking whether we are using the GNU C++ compiler... yes
09:22:50 checking whether g++-9 accepts -g... yes
09:22:50 checking whether g++-9 accepts -g... yes
09:22:50 checking dependency style of g++-9... yes
09:22:50 checking dependency style of g++-9... gcc3
09:22:50 checking how to run the C++ preprocessor... gcc3
09:22:50 checking how to run the C++ preprocessor... g++-9 -E
09:22:50 g++-9 -E
09:22:50 checking for ld used by g++-9... /usr/bin/ld -m elf_x86_64
09:22:50 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
09:22:50 checking for ld used by g++-9... /usr/bin/ld -m elf_x86_64
09:22:50 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... checking whether the g++-9 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
09:22:50 yes
09:22:50 checking whether the g++-9 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
09:22:50 checking for g++-9 option to produce PIC... -fPIC -DPIC
09:22:50 checking if g++-9 PIC flag -fPIC -DPIC works... checking for g++-9 option to produce PIC... -fPIC -DPIC
09:22:50 checking if g++-9 PIC flag -fPIC -DPIC works... yes
09:22:51 checking if g++-9 static flag -static works... yes
09:22:51 checking if g++-9 static flag -static works... yes
09:22:51 checking if g++-9 supports -c -o file.o... yes
09:22:51 checking if g++-9 supports -c -o file.o... yes
09:22:51 checking if g++-9 supports -c -o file.o... (cached) yes
09:22:51 checking whether the g++-9 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
09:22:51 checking dynamic linker characteristics... (cached) GNU/Linux ld.so
09:22:51 checking how to hardcode library paths into programs... immediate
09:22:51 checking for gcc... (cached) gcc-9
09:22:51 yes
09:22:51 checking if g++-9 supports -c -o file.o... (cached) yes
09:22:51 checking whether the g++-9 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
09:22:51 checking dynamic linker characteristics... (cached) checking whether we are using the GNU C compiler... (cached) GNU/Linux ld.so
09:22:51 yes
09:22:51 checking whether gcc-9 accepts -g... checking how to hardcode library paths into programs... immediate
09:22:51 (cached) yes
09:22:51 checking for gcc-9 option to accept ISO C89... (cached) none needed
09:22:51 checking whether gcc-9 understands -c and -o together... (cached) yes
09:22:51 checking dependency style of gcc-9... checking for gcc... (cached) gcc-9
09:22:51 (cached) gcc3
09:22:51 checking dependency style of gcc-9... checking whether we are using the GNU C compiler... (cached) yes
09:22:51 checking whether gcc-9 accepts -g... (cached) yes
09:22:51 checking for gcc-9 option to accept ISO C89... (cached) none needed
09:22:51 checking whether gcc-9 understands -c and -o together... (cached) yes
09:22:51 checking dependency style of gcc-9... (cached) gcc3
09:22:51 checking dependency style of gcc-9... gcc3
09:22:51 checking whether make sets $(MAKE)... (cached) yes
09:22:51 checking linux/rseq.h usability... gcc3
09:22:51 checking whether make sets $(MAKE)... (cached) yes
09:22:51 checking linux/rseq.h usability... yes
09:22:51 checking linux/rseq.h presence... yes
09:22:51 checking for linux/rseq.h... yes
09:22:51 checking for rseq_available in -lrseq... yes
09:22:51 checking linux/rseq.h presence... yes
09:22:51 checking for linux/rseq.h... yes
09:22:51 checking for rseq_available in -lrseq... no
09:22:51 checking linux/io_uring.h usability... no
09:22:51 checking linux/io_uring.h usability... yes
09:22:51 checking linux/io_uring.h presence... yes
09:22:51 checking for linux/io_uring.h... yes
09:22:51 checking liburing.h usability... yes
09:22:51 checking linux/io_uring.h presence... yes
09:22:51 checking liburing.h presence... yes
09:22:51 checking for linux/io_uring.h... yes
09:22:51 checking liburing.h usability... yes
09:22:51 checking for liburing.h... yes
09:22:51 checking for io_uring_get_probe in -luring... yes
09:22:51 checking whether IORING_OP_NOP is declared... yes
09:22:51 checking liburing.h presence... yes
09:22:51 checking for liburing.h... yes
09:22:51 checking for io_uring_get_probe in -luring... yes
09:22:51 yes
09:22:51 checking whether IORING_OP_NOP is declared... yes
09:22:52 checking whether IORING_OP_READV is declared... yes
09:22:52 checking whether IORING_OP_READV is declared... yes
09:22:52 checking whether IORING_OP_WRITEV is declared... checking whether IORING_OP_WRITEV is declared... yes
09:22:52 yes
09:22:52 checking whether IORING_OP_FSYNC is declared... yes
09:22:52 checking whether IORING_OP_FSYNC is declared... yes
09:22:52 checking whether IORING_OP_READ_FIXED is declared... yes
09:22:52 checking whether IORING_OP_READ_FIXED is declared... checking whether IORING_OP_WRITE_FIXED is declared... yes
09:22:52 yes
09:22:52 checking whether IORING_OP_WRITE_FIXED is declared... checking whether IORING_OP_POLL_ADD is declared... yes
09:22:52 yes
09:22:52 checking whether IORING_OP_POLL_ADD is declared... checking whether IORING_OP_POLL_REMOVE is declared... yes
09:22:52 yes
09:22:53 checking whether IORING_OP_POLL_REMOVE is declared... checking whether IORING_OP_SYNC_FILE_RANGE is declared... yes
09:22:53 yes
09:22:53 checking whether IORING_OP_SENDMSG is declared... yes
09:22:53 checking whether IORING_OP_SYNC_FILE_RANGE is declared... yes
09:22:53 checking whether IORING_OP_RECVMSG is declared... checking whether IORING_OP_SENDMSG is declared... yes
09:22:53 yes
09:22:53 checking whether IORING_OP_TIMEOUT is declared... yes
09:22:53 checking whether IORING_OP_RECVMSG is declared... yes
09:22:53 checking whether IORING_OP_TIMEOUT_REMOVE is declared... yes
09:22:53 checking whether IORING_OP_TIMEOUT is declared... yes
09:22:54 checking whether IORING_OP_ACCEPT is declared... checking whether IORING_OP_TIMEOUT_REMOVE is declared... yes
09:22:54 yes
09:22:54 checking whether IORING_OP_ASYNC_CANCEL is declared... checking whether IORING_OP_ACCEPT is declared... yes
09:22:54 yes
09:22:54 checking whether IORING_OP_LINK_TIMEOUT is declared... checking whether IORING_OP_ASYNC_CANCEL is declared... yes
09:22:54 yes
09:22:54 checking whether IORING_OP_CONNECT is declared... yes
09:22:54 checking whether IORING_OP_LINK_TIMEOUT is declared... yes
09:22:54 checking whether IORING_OP_FALLOCATE is declared... checking whether IORING_OP_CONNECT is declared... yes
09:22:54 yes
09:22:54 checking whether IORING_OP_OPENAT is declared... checking whether IORING_OP_FALLOCATE is declared... yes
09:22:54 yes
09:22:54 checking whether IORING_OP_CLOSE is declared... checking whether IORING_OP_OPENAT is declared... yes
09:22:55 yes
09:22:55 checking whether IORING_OP_FILES_UPDATE is declared... checking whether IORING_OP_CLOSE is declared... yes
09:22:55 yes
09:22:55 checking whether IORING_OP_STATX is declared... checking whether IORING_OP_FILES_UPDATE is declared... yes
09:22:55 yes
09:22:55 checking whether IORING_OP_READ is declared... checking whether IORING_OP_STATX is declared... yes
09:22:55 yes
09:22:55 checking whether IORING_OP_WRITE is declared... checking whether IORING_OP_READ is declared... yes
09:22:55 yes
09:22:55 checking whether IORING_OP_FADVISE is declared... checking whether IORING_OP_WRITE is declared... yes
09:22:55 yes
09:22:55 checking whether IORING_OP_FADVISE is declared... checking whether IORING_OP_MADVISE is declared... yes
09:22:55 yes
09:22:55 checking whether IORING_OP_MADVISE is declared... checking whether IORING_OP_SEND is declared... yes
09:22:56 yes
09:22:56 checking whether IORING_OP_SEND is declared... yes
09:22:56 checking whether IORING_OP_RECV is declared... checking whether IORING_OP_RECV is declared... yes
09:22:56 checking whether IORING_OP_OPENAT2 is declared... yes
09:22:56 yes
09:22:56 checking whether IORING_OP_OPENAT2 is declared... yes
09:22:56 checking whether IORING_OP_EPOLL_CTL is declared... yes
09:22:56 checking whether IORING_OP_EPOLL_CTL is declared... yes
09:22:56 checking whether IORING_OP_SPLICE is declared... yes
09:22:56 checking whether IORING_OP_SPLICE is declared... yes
09:22:56 checking whether IORING_OP_PROVIDE_BUFFERS is declared... yes
09:22:56 checking whether IORING_OP_PROVIDE_BUFFERS is declared... yes
09:22:56 checking whether IORING_OP_REMOVE_BUFFER is declared... no
09:22:57 checking whether IORING_OP_REMOVE_BUFFER is declared... checking whether IORING_OP_TEE is declared... no
09:22:57 checking whether IORING_OP_TEE is declared... no
09:22:57 checking whether IOSQE_FIXED_FILE is declared... no
09:22:57 checking whether IOSQE_FIXED_FILE is declared... yes
09:22:57 checking whether IOSQE_IO_DRAIN is declared... yes
09:22:57 checking whether IOSQE_IO_DRAIN is declared... yes
09:22:57 checking whether IOSQE_IO_LINK is declared... yes
09:22:57 checking whether IOSQE_IO_LINK is declared... yes
09:22:57 checking whether IOSQE_IO_HARDLINK is declared... yes
09:22:57 checking whether IOSQE_IO_HARDLINK is declared... yes
09:22:57 checking whether IOSQE_ASYNC is declared... yes
09:22:57 checking whether IOSQE_ASYNC is declared... yes
09:22:57 checking whether IOSQE_BUFFER_SELECT is declared... yes
09:22:57 checking whether IOSQE_BUFFER_SELECT is declared... yes
09:22:57 checking whether SPLICE_F_FD_IN_FIXED is declared... yes
09:22:57 checking whether SPLICE_F_FD_IN_FIXED is declared... yes
09:22:57 checking whether IORING_SETUP_ATTACH_WQ is declared... yes
09:22:57 checking whether IORING_SETUP_ATTACH_WQ is declared... yes
09:22:57 checking whether IORING_REGISTER_IOWQ_MAX_WORKERS is declared... yes
09:22:57 checking whether IORING_REGISTER_IOWQ_MAX_WORKERS is declared... no
09:22:57 checking for preadv2... no
09:22:57 checking for preadv2... yes
09:22:57 checking for pwritev2... yes
09:22:57 checking for pwritev2... yes
09:22:57 checking that generated files are newer than configure... done
09:22:57 configure: creating ./config.status
09:22:57 yes
09:22:57 checking that generated files are newer than configure... done
09:22:57 configure: creating ./config.status
09:22:58 config.status: creating Makefile
09:22:59 config.status: creating src/Makefile
09:22:59 config.status: creating prelude/Makefile
09:22:59 config.status: creating src/concurrency/io/call.cfa
09:22:59 config.status: creating Makefile
09:22:59 config.status: creating src/Makefile
09:22:59 config.status: creating prelude/defines.hfa
09:22:59 config.status: creating prelude/Makefile
09:22:59 config.status: executing depfiles commands
09:22:59 config.status: creating src/concurrency/io/call.cfa
09:22:59 config.status: creating prelude/defines.hfa
09:22:59 config.status: executing libtool commands
09:22:59 config.status: executing depfiles commands
09:22:59 Cforall library configuraton completed. Type "make -j 8 install".
09:22:59 config.status: executing libtool commands
09:22:59 Cforall library configuraton completed. Type "make -j 8 install".
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] echo
09:22:59 -------- Package --------
[Pipeline] stage
[Pipeline] { (Package)
[Pipeline] dir
09:22:59 Running in /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp
[Pipeline] {
[Pipeline] sh
09:22:59 + make VERSION=1.0.0.2752 dist
09:22:59 make dist-gzip am__post_remove_distdir='@:'
09:22:59 make[1]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp'
09:22:59 make distdir-am
09:22:59 make[2]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp'
09:22:59 if test -d "cfa-cc-1.0.0.2752"; then find "cfa-cc-1.0.0.2752" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "cfa-cc-1.0.0.2752" || { sleep 5 && rm -rf "cfa-cc-1.0.0.2752"; }; else :; fi
09:22:59 test -d "cfa-cc-1.0.0.2752" || mkdir "cfa-cc-1.0.0.2752"
09:22:59 (cd driver && make top_distdir=../cfa-cc-1.0.0.2752 distdir=../cfa-cc-1.0.0.2752/driver \
09:22:59 am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
09:22:59 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/driver'
09:22:59 make distdir-am
09:22:59 make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/driver'
09:22:59 make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/driver'
09:22:59 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/driver'
09:22:59 (cd src && make top_distdir=../cfa-cc-1.0.0.2752 distdir=../cfa-cc-1.0.0.2752/src \
09:22:59 am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
09:22:59 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/src'
09:22:59 YACC Parser/parser.cc
09:23:00 updating Parser/parser.output
09:23:00 updating Parser/parser.hh
09:23:00 make distdir-am
09:23:00 make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/src'
09:23:00 LEX Parser/lex.cc
09:23:01 make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/src'
09:23:01 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/src'
09:23:01 (cd libcfa && make top_distdir=../cfa-cc-1.0.0.2752 distdir=../cfa-cc-1.0.0.2752/libcfa \
09:23:01 am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
09:23:01 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa'
09:23:01 Distributing libcfa from 'libcfa/x64-nodebug'
09:23:01 make -C /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug distdir \
09:23:01 top_distdir=../cfa-cc-1.0.0.2752 \
09:23:01 distdir=../../cfa-cc-1.0.0.2752/libcfa \
09:23:01 am__remove_distdir=$(am__remove_distdir) \
09:23:01 am__skip_length_check=: \
09:23:01 am__skip_mode_fix=:
09:23:01 /bin/bash: am__remove_distdir: command not found
09:23:01 make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug'
09:23:01 make distdir-am
09:23:01 make[5]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug'
09:23:01 test -d "../../cfa-cc-1.0.0.2752/libcfa" || mkdir "../../cfa-cc-1.0.0.2752/libcfa"
09:23:01 (cd prelude && make top_distdir=../../cfa-cc-1.0.0.2752 distdir=../../../cfa-cc-1.0.0.2752/libcfa/prelude \
09:23:01 am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
09:23:01 make[6]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug/prelude'
09:23:01 mkdir .deps
09:23:01 touch .deps/builtins.Po
09:23:01 make distdir-am
09:23:01 make[7]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug/prelude'
09:23:01 make[7]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug/prelude'
09:23:01 make[6]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug/prelude'
09:23:01 (cd src && make top_distdir=../../cfa-cc-1.0.0.2752 distdir=../../../cfa-cc-1.0.0.2752/libcfa/src \
09:23:01 am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
09:23:01 make[6]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug/src'
09:23:01 make distdir-am
09:23:01 make[7]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug/src'
09:23:02 make[7]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug/src'
09:23:02 make[6]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug/src'
09:23:02 test -n ":" \
09:23:02 || find "../../cfa-cc-1.0.0.2752/libcfa" -type d ! -perm -755 \
09:23:02 -exec chmod u+rwx,go+rx {} \; -o \
09:23:02 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
09:23:02 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
09:23:02 ! -type d ! -perm -444 -exec /bin/bash /var/lib/jenkins/workspace/Cforall_Distribute_Ref/libcfa/automake/install-sh -c -m a+r {} {} \; \
09:23:02 || chmod -R a+r "../../cfa-cc-1.0.0.2752/libcfa"
09:23:02 make[5]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug'
09:23:02 make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug'
09:23:02 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa'
09:23:02 (cd tests && make top_distdir=../cfa-cc-1.0.0.2752 distdir=../cfa-cc-1.0.0.2752/tests \
09:23:02 am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
09:23:02 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/tests'
09:23:02 make distdir-am
09:23:02 make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/tests'
09:23:02 make \
09:23:02 top_distdir="../cfa-cc-1.0.0.2752" distdir="../cfa-cc-1.0.0.2752/tests" \
09:23:02 dist-hook
09:23:02 make[5]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/tests'
09:23:02 echo "Gathering test files"
09:23:02 Gathering test files
09:23:02 for file in `python3 ./test.py --list-dist`; do \
09:23:02 if test -f /var/lib/jenkins/workspace/Cforall_Distribute_Ref/tests/${file}; then \
09:23:02 /usr/bin/mkdir -p $(dirname ../cfa-cc-1.0.0.2752/tests/${file}); \
09:23:02 cp -df /var/lib/jenkins/workspace/Cforall_Distribute_Ref/tests/${file} ../cfa-cc-1.0.0.2752/tests/${file}; \
09:23:02 fi; \
09:23:02 done
09:23:17 make[5]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/tests'
09:23:17 make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/tests'
09:23:17 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/tests'
09:23:17 test -n "" \
09:23:17 || find "cfa-cc-1.0.0.2752" -type d ! -perm -755 \
09:23:17 -exec chmod u+rwx,go+rx {} \; -o \
09:23:17 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
09:23:17 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
09:23:17 ! -type d ! -perm -444 -exec /bin/bash /var/lib/jenkins/workspace/Cforall_Distribute_Ref/automake/install-sh -c -m a+r {} {} \; \
09:23:17 || chmod -R a+r "cfa-cc-1.0.0.2752"
09:23:17 make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp'
09:23:17 tardir=cfa-cc-1.0.0.2752 && ${TAR-tar} chof - "$tardir" | eval GZIP= gzip --best -c >cfa-cc-1.0.0.2752.tar.gz
09:23:17 make[1]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp'
09:23:17 if test -d "cfa-cc-1.0.0.2752"; then find "cfa-cc-1.0.0.2752" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "cfa-cc-1.0.0.2752" || { sleep 5 && rm -rf "cfa-cc-1.0.0.2752"; }; else :; fi
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] echo
09:23:17 -------- Test --------
[Pipeline] stage
[Pipeline] { (Test)
[Pipeline] dir
09:23:17 Running in /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp
[Pipeline] {
[Pipeline] sh
09:23:17 + make VERSION=1.0.0.2752 distcheck -j 8
09:23:17 make dist-gzip am__post_remove_distdir='@:'
09:23:17 make[1]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp'
09:23:17 make distdir-am
09:23:17 make[2]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp'
09:23:17 if test -d "cfa-cc-1.0.0.2752"; then find "cfa-cc-1.0.0.2752" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "cfa-cc-1.0.0.2752" || { sleep 5 && rm -rf "cfa-cc-1.0.0.2752"; }; else :; fi
09:23:17 test -d "cfa-cc-1.0.0.2752" || mkdir "cfa-cc-1.0.0.2752"
09:23:17 (cd driver && make top_distdir=../cfa-cc-1.0.0.2752 distdir=../cfa-cc-1.0.0.2752/driver \
09:23:17 am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
09:23:17 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/driver'
09:23:17 make distdir-am
09:23:17 make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/driver'
09:23:17 make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/driver'
09:23:17 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/driver'
09:23:17 (cd src && make top_distdir=../cfa-cc-1.0.0.2752 distdir=../cfa-cc-1.0.0.2752/src \
09:23:17 am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
09:23:17 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/src'
09:23:17 make distdir-am
09:23:17 make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/src'
09:23:18 make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/src'
09:23:18 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/src'
09:23:18 (cd libcfa && make top_distdir=../cfa-cc-1.0.0.2752 distdir=../cfa-cc-1.0.0.2752/libcfa \
09:23:18 am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
09:23:18 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa'
09:23:18 Distributing libcfa from 'libcfa/x64-nodebug'
09:23:18 make -C /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug distdir \
09:23:18 top_distdir=../cfa-cc-1.0.0.2752 \
09:23:18 distdir=../../cfa-cc-1.0.0.2752/libcfa \
09:23:18 am__remove_distdir=$(am__remove_distdir) \
09:23:18 am__skip_length_check=: \
09:23:18 am__skip_mode_fix=:
09:23:18 /bin/bash: am__remove_distdir: command not found
09:23:18 make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug'
09:23:18 make distdir-am
09:23:18 make[5]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug'
09:23:18 test -d "../../cfa-cc-1.0.0.2752/libcfa" || mkdir "../../cfa-cc-1.0.0.2752/libcfa"
09:23:18 (cd prelude && make top_distdir=../../cfa-cc-1.0.0.2752 distdir=../../../cfa-cc-1.0.0.2752/libcfa/prelude \
09:23:18 am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
09:23:18 make[6]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug/prelude'
09:23:18 make distdir-am
09:23:18 make[7]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug/prelude'
09:23:18 make[7]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug/prelude'
09:23:18 make[6]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug/prelude'
09:23:18 (cd src && make top_distdir=../../cfa-cc-1.0.0.2752 distdir=../../../cfa-cc-1.0.0.2752/libcfa/src \
09:23:18 am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
09:23:18 make[6]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug/src'
09:23:18 make distdir-am
09:23:18 make[7]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug/src'
09:23:19 make[7]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug/src'
09:23:19 make[6]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug/src'
09:23:19 test -n ":" \
09:23:19 || find "../../cfa-cc-1.0.0.2752/libcfa" -type d ! -perm -755 \
09:23:19 -exec chmod u+rwx,go+rx {} \; -o \
09:23:19 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
09:23:19 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
09:23:19 ! -type d ! -perm -444 -exec /bin/bash /var/lib/jenkins/workspace/Cforall_Distribute_Ref/libcfa/automake/install-sh -c -m a+r {} {} \; \
09:23:19 || chmod -R a+r "../../cfa-cc-1.0.0.2752/libcfa"
09:23:19 make[5]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug'
09:23:19 make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa/x64-nodebug'
09:23:19 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/libcfa'
09:23:19 (cd tests && make top_distdir=../cfa-cc-1.0.0.2752 distdir=../cfa-cc-1.0.0.2752/tests \
09:23:19 am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
09:23:19 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/tests'
09:23:19 make distdir-am
09:23:19 make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/tests'
09:23:19 make \
09:23:19 top_distdir="../cfa-cc-1.0.0.2752" distdir="../cfa-cc-1.0.0.2752/tests" \
09:23:19 dist-hook
09:23:19 make[5]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/tests'
09:23:19 echo "Gathering test files"
09:23:19 Gathering test files
09:23:19 for file in `python3 ./test.py --list-dist`; do \
09:23:19 if test -f /var/lib/jenkins/workspace/Cforall_Distribute_Ref/tests/${file}; then \
09:23:19 /usr/bin/mkdir -p $(dirname ../cfa-cc-1.0.0.2752/tests/${file}); \
09:23:19 cp -df /var/lib/jenkins/workspace/Cforall_Distribute_Ref/tests/${file} ../cfa-cc-1.0.0.2752/tests/${file}; \
09:23:19 fi; \
09:23:19 done
09:23:33 make[5]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/tests'
09:23:33 make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/tests'
09:23:33 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/tests'
09:23:33 test -n "" \
09:23:33 || find "cfa-cc-1.0.0.2752" -type d ! -perm -755 \
09:23:33 -exec chmod u+rwx,go+rx {} \; -o \
09:23:33 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
09:23:33 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
09:23:33 ! -type d ! -perm -444 -exec /bin/bash /var/lib/jenkins/workspace/Cforall_Distribute_Ref/automake/install-sh -c -m a+r {} {} \; \
09:23:33 || chmod -R a+r "cfa-cc-1.0.0.2752"
09:23:33 make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp'
09:23:33 tardir=cfa-cc-1.0.0.2752 && ${TAR-tar} chof - "$tardir" | eval GZIP= gzip --best -c >cfa-cc-1.0.0.2752.tar.gz
09:23:33 make[1]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp'
09:23:33 if test -d "cfa-cc-1.0.0.2752"; then find "cfa-cc-1.0.0.2752" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "cfa-cc-1.0.0.2752" || { sleep 5 && rm -rf "cfa-cc-1.0.0.2752"; }; else :; fi
09:23:33 case 'cfa-cc-1.0.0.2752.tar.gz' in \
09:23:33 *.tar.gz*) \
09:23:33 eval GZIP= gzip --best -dc cfa-cc-1.0.0.2752.tar.gz | ${TAR-tar} xf - ;;\
09:23:33 *.tar.bz2*) \
09:23:33 bzip2 -dc cfa-cc-1.0.0.2752.tar.bz2 | ${TAR-tar} xf - ;;\
09:23:33 *.tar.lz*) \
09:23:33 lzip -dc cfa-cc-1.0.0.2752.tar.lz | ${TAR-tar} xf - ;;\
09:23:33 *.tar.xz*) \
09:23:33 xz -dc cfa-cc-1.0.0.2752.tar.xz | ${TAR-tar} xf - ;;\
09:23:33 *.tar.Z*) \
09:23:33 uncompress -c cfa-cc-1.0.0.2752.tar.Z | ${TAR-tar} xf - ;;\
09:23:33 *.shar.gz*) \
09:23:33 eval GZIP= gzip --best -dc cfa-cc-1.0.0.2752.shar.gz | unshar ;;\
09:23:33 *.zip*) \
09:23:33 unzip cfa-cc-1.0.0.2752.zip ;;\
09:23:33 esac
09:23:33 chmod -R a-w cfa-cc-1.0.0.2752
09:23:33 chmod u+w cfa-cc-1.0.0.2752
09:23:33 mkdir cfa-cc-1.0.0.2752/_build cfa-cc-1.0.0.2752/_build/sub cfa-cc-1.0.0.2752/_inst
09:23:33 chmod a-w cfa-cc-1.0.0.2752
09:23:33 test -d cfa-cc-1.0.0.2752/_build || exit 0; \
09:23:33 dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd cfa-cc-1.0.0.2752/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
09:23:33 && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \
09:23:33 && am__cwd=`pwd` \
09:23:33 && CDPATH="${ZSH_VERSION+.}:" && cd cfa-cc-1.0.0.2752/_build/sub \
09:23:33 && ../../configure \
09:23:33 \
09:23:33 \
09:23:33 --srcdir=../.. --prefix="$dc_install_base" \
09:23:33 && make \
09:23:33 && make dvi \
09:23:33 && make check \
09:23:33 && make install \
09:23:33 && make installcheck \
09:23:33 && make uninstall \
09:23:33 && make distuninstallcheck_dir="$dc_install_base" \
09:23:33 distuninstallcheck \
09:23:33 && chmod -R a-w "$dc_install_base" \
09:23:33 && ({ \
09:23:33 (cd ../.. && umask 077 && mkdir "$dc_destdir") \
09:23:33 && make DESTDIR="$dc_destdir" install \
09:23:33 && make DESTDIR="$dc_destdir" uninstall \
09:23:33 && make DESTDIR="$dc_destdir" \
09:23:33 distuninstallcheck_dir="$dc_destdir" distuninstallcheck; \
09:23:33 } || { rm -rf "$dc_destdir"; exit 1; }) \
09:23:33 && rm -rf "$dc_destdir" \
09:23:33 && make dist \
09:23:33 && rm -rf cfa-cc-1.0.0.2752.tar.gz \
09:23:33 && make distcleancheck \
09:23:33 && cd "$am__cwd" \
09:23:33 || exit 1
09:23:33 checking whether make supports nested variables... yes
09:23:33 checking for a BSD-compatible install... /usr/bin/install -c
09:23:33 checking whether build environment is sane... yes
09:23:33 checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
09:23:33 checking for gawk... gawk
09:23:33 checking whether make sets $(MAKE)... yes
09:23:34 checking build system type... x86_64-pc-linux-gnu
09:23:34 checking host system type... x86_64-pc-linux-gnu
09:23:34 checking for g++... g++
09:23:34 checking whether the C++ compiler works... yes
09:23:34 checking for C++ compiler default output file name... a.out
09:23:34 checking for suffix of executables...
09:23:34 checking whether we are cross compiling... no
09:23:34 checking for suffix of object files... o
09:23:34 checking whether we are using the GNU C++ compiler... yes
09:23:34 checking whether g++ accepts -g... yes
09:23:34 checking whether make supports the include directive... yes (GNU style)
09:23:34 checking dependency style of g++... gcc3
09:23:34 checking for gcc... gcc
09:23:34 checking whether we are using the GNU C compiler... yes
09:23:34 checking whether gcc accepts -g... yes
09:23:35 checking for gcc option to accept ISO C89... none needed
09:23:35 checking whether gcc understands -c and -o together... yes
09:23:35 checking dependency style of gcc... gcc3
09:23:35 checking dependency style of gcc... gcc3
09:23:35 checking for bison... bison -y
09:23:35 checking for flex... flex
09:23:35 checking lex output file root... lex.yy
09:23:35 checking lex library... -lfl
09:23:35 checking whether yytext is a pointer... yes
09:23:35 checking how to print strings... printf
09:23:35 checking for a sed that does not truncate output... /usr/bin/sed
09:23:35 checking for grep that handles long lines and -e... /usr/bin/grep
09:23:35 checking for egrep... /usr/bin/grep -E
09:23:35 checking for fgrep... /usr/bin/grep -F
09:23:35 checking for ld used by gcc... /usr/bin/ld
09:23:35 checking if the linker (/usr/bin/ld) is GNU ld... yes
09:23:35 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
09:23:35 checking the name lister (/usr/bin/nm -B) interface... BSD nm
09:23:35 checking whether ln -s works... yes
09:23:35 checking the maximum length of command line arguments... 1572864
09:23:35 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
09:23:35 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
09:23:35 checking for /usr/bin/ld option to reload object files... -r
09:23:35 checking for objdump... objdump
09:23:35 checking how to recognize dependent libraries... pass_all
09:23:35 checking for dlltool... no
09:23:35 checking how to associate runtime and link libraries... printf %s\n
09:23:35 checking for ar... ar
09:23:35 checking for archiver @FILE support... @
09:23:35 checking for strip... strip
09:23:35 checking for ranlib... ranlib
09:23:35 checking command to parse /usr/bin/nm -B output from gcc object... ok
09:23:35 checking for sysroot... no
09:23:35 checking for a working dd... /usr/bin/dd
09:23:35 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
09:23:35 checking for mt... mt
09:23:35 checking if mt is a manifest tool... no
09:23:36 checking how to run the C preprocessor... gcc -E
09:23:36 checking for ANSI C header files... yes
09:23:36 checking for sys/types.h... yes
09:23:36 checking for sys/stat.h... yes
09:23:36 checking for stdlib.h... yes
09:23:36 checking for string.h... yes
09:23:36 checking for memory.h... yes
09:23:36 checking for strings.h... yes
09:23:36 checking for inttypes.h... yes
09:23:36 checking for stdint.h... yes
09:23:36 checking for unistd.h... yes
09:23:36 checking for dlfcn.h... yes
09:23:36 checking for objdir... .libs
09:23:36 checking if gcc supports -fno-rtti -fno-exceptions... no
09:23:36 checking for gcc option to produce PIC... -fPIC -DPIC
09:23:36 checking if gcc PIC flag -fPIC -DPIC works... yes
09:23:36 checking if gcc static flag -static works... yes
09:23:37 checking if gcc supports -c -o file.o... yes
09:23:37 checking if gcc supports -c -o file.o... (cached) yes
09:23:37 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
09:23:37 checking whether -lc should be explicitly linked in... no
09:23:37 checking dynamic linker characteristics... GNU/Linux ld.so
09:23:37 checking how to hardcode library paths into programs... immediate
09:23:37 checking whether stripping libraries is possible... yes
09:23:37 checking if libtool supports shared libraries... yes
09:23:37 checking whether to build shared libraries... yes
09:23:37 checking whether to build static libraries... yes
09:23:37 checking how to run the C++ preprocessor... g++ -E
09:23:37 checking for ld used by g++... /usr/bin/ld -m elf_x86_64
09:23:37 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
09:23:37 checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
09:23:37 checking for g++ option to produce PIC... -fPIC -DPIC
09:23:37 checking if g++ PIC flag -fPIC -DPIC works... yes
09:23:37 checking if g++ static flag -static works... yes
09:23:37 checking if g++ supports -c -o file.o... yes
09:23:37 checking if g++ supports -c -o file.o... (cached) yes
09:23:37 checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
09:23:37 checking dynamic linker characteristics... (cached) GNU/Linux ld.so
09:23:37 checking how to hardcode library paths into programs... immediate
09:23:37 checking for Fibre::yield in -lfibre... no
09:23:37 checking for ProfilingIsEnabledForAllThreads in -lprofiler... yes
09:23:37 checking for malloc in -ltcmalloc... yes
09:23:38 checking libintl.h usability... yes
09:23:38 checking libintl.h presence... yes
09:23:38 checking for libintl.h... yes
09:23:38 checking malloc.h usability... yes
09:23:38 checking malloc.h presence... yes
09:23:38 checking for malloc.h... yes
09:23:38 checking for unistd.h... (cached) yes
09:23:38 checking for _Float32... yes
09:23:38 checking whether C compiler accepts -Wcast-function-type... yes
09:23:38 checking that generated files are newer than configure... done
09:23:38 configure: creating ./config.status
09:23:40 config.status: creating Makefile
09:23:40 config.status: creating driver/Makefile
09:23:40 config.status: creating src/Makefile
09:23:40 config.status: creating libcfa/Makefile
09:23:40 config.status: creating tests/Makefile
09:23:40 config.status: creating tests/config.py
09:23:40 config.status: creating config.h
09:23:40 config.status: linking ../../tests/test.py to tests/test.py
09:23:40 config.status: executing depfiles commands
09:23:41 config.status: executing libtool commands
09:23:41 Cforall configuraton completed. Type "make -j 8 install".
09:23:41 make[1]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub'
09:23:41 make all-recursive
09:23:41 make[2]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub'
09:23:41 Making all in driver
09:23:41 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/driver'
09:23:41 CXX as.o
09:23:41 CXX cfa.o
09:23:41 CXX cc1.o
09:23:41 CXXLD as
09:23:42 CXXLD cc1
09:23:42 CXXLD cfa
09:23:42 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/driver'
09:23:42 Making all in src
09:23:42 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/src'
09:23:42 make all-am
09:23:42 make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/src'
09:23:42 CXX CompilationState.o
09:23:42 CXX main.o
09:23:42 CXX MakeLibCfa.o
09:23:42 CXX AST/Attribute.o
09:23:42 CXX AST/Copy.o
09:23:42 CXX AST/Create.o
09:23:42 CXX AST/Decl.o
09:23:42 CXX AST/DeclReplacer.o
09:23:42 CXX AST/Expr.o
09:23:43 CXX AST/GenericSubstitution.o
09:23:44 CXX AST/Init.o
09:23:46 CXX AST/Inspect.o
09:23:46 CXX AST/LinkageSpec.o
09:23:46 CXX AST/Node.o
09:23:46 CXX AST/Pass.o
09:23:48 CXX AST/Print.o
09:23:48 CXX AST/Stmt.o
09:23:49 CXX AST/SymbolTable.o
09:23:51 CXX AST/Type.o
09:23:52 CXX AST/TypeEnvironment.o
09:23:54 CXX AST/TypeSubstitution.o
09:24:00 CXX AST/Util.o
09:24:00 CXX CodeGen/CodeGenerator.o
09:24:04 CXX CodeGen/GenType.o
09:24:04 CXX CodeGen/OperatorTable.o
09:24:06 CXX CodeGen/Generate.o
09:24:09 CXX CodeGen/FixMain.o
09:24:10 CXX CodeGen/FixNames.o
09:24:11 CXX CodeGen/LinkOnce.o
09:24:17 CXX Concurrency/Actors.o
09:24:18 CXX Concurrency/Corun.o
09:24:26 CXX Concurrency/Keywords.o
09:24:26 CXX Concurrency/Waitfor.o
09:24:26 CXX Concurrency/Waituntil.o
09:24:27 CXX Common/Assert.o
09:24:27 CXX Common/CodeLocationTools.o
09:24:29 CXX Common/DeclStats.o
09:24:31 CXX Common/Eval.o
09:24:36 CXX Common/Examine.o
09:24:37 CXX Common/Indenter.o
09:24:38 CXX Common/ResolvProtoDump.o
09:24:40 CXX Common/SemanticError.o
09:24:42 CXX Common/Stats/Counter.o
09:24:43 CXX Common/Stats/Heap.o
09:24:44 CXX Common/Stats/ResolveTime.o
09:24:44 CXX Common/Stats/Stats.o
09:24:45 CXX Common/Stats/Time.o
09:24:45 CXX Common/UniqueName.o
09:24:46 CXX Common/DebugMalloc.o
09:24:46 CXX ControlStruct/ExceptDecl.o
09:24:46 CXX ControlStruct/ExceptTranslate.o
09:24:47 CXX ControlStruct/FixLabels.o
09:24:52 CXX ControlStruct/HoistControlDecls.o
09:24:54 CXX ControlStruct/LabelGenerator.o
09:24:55 CXX ControlStruct/MultiLevelExit.o
09:24:57 CXX GenPoly/GenPoly.o
09:25:00 CXX GenPoly/Lvalue2.o
09:25:00 CXX GenPoly/Box.o
09:25:05 CXX GenPoly/FindFunction.o
09:25:08 CXX GenPoly/InstantiateGeneric.o
09:25:09 CXX GenPoly/Lvalue.o
09:25:12 CXX GenPoly/ScrubTypeVars.o
09:25:12 CXX GenPoly/Specialize.o
09:25:18 CXX InitTweak/GenInit.o
09:25:19 CXX InitTweak/InitTweak.o
09:25:23 CXX InitTweak/FixGlobalInit.o
09:25:30 CXX InitTweak/FixInit.o
09:25:38 CXX Parser/DeclarationNode.o
09:25:38 CXX Parser/ExpressionNode.o
09:25:39 CXX Parser/InitializerNode.o
09:25:42 CXX Parser/lex.o
09:25:43 CXX Parser/ParseNode.o
09:25:43 CXX Parser/parser.o
09:25:44 CXX Parser/parserutility.o
09:25:47 CXX Parser/RunParser.o
09:25:47 CXX Parser/StatementNode.o
09:25:48 CXX Parser/TypeData.o
09:25:48 CXX Parser/TypedefTable.o
09:25:51 CXX ResolvExpr/AdjustExprType.o
09:25:53 CXX ResolvExpr/Candidate.o
09:25:56 CXX ResolvExpr/CandidateFinder.o
09:25:57 CXX ResolvExpr/CastCost.o
09:25:58 CXX ResolvExpr/CommonType.o
09:25:59 CXX ResolvExpr/ConversionCost.o
09:26:00 CXX ResolvExpr/CurrentObject.o
09:26:02 CXX ResolvExpr/ExplodedArg.o
09:26:05 CXX ResolvExpr/FindOpenVars.o
09:26:05 CXX ResolvExpr/PolyCost.o
09:26:05 CXX ResolvExpr/PtrsAssignable.o
09:26:07 CXX ResolvExpr/PtrsCastable.o
09:26:07 CXX ResolvExpr/RenameVars.o
09:26:08 CXX ResolvExpr/Resolver.o
09:26:16 CXX ResolvExpr/ResolveTypeof.o
09:26:21 CXX ResolvExpr/SatisfyAssertions.o
09:26:22 CXX ResolvExpr/SpecCost.o
09:26:22 CXX ResolvExpr/Unify.o
09:26:23 CXX ResolvExpr/CandidatePrinter.o
09:26:24 CXX ResolvExpr/EraseWith.o
09:26:39 CXX SymTab/FixFunction.o
09:26:39 CXX SymTab/GenImplicitCall.o
09:26:40 CXX SymTab/Mangler.o
09:26:40 CXX SymTab/ManglerCommon.o
09:26:42 CXX Tuples/Explode.o
09:26:45 CXX Tuples/TupleAssignment.o
09:26:45 CXX Tuples/TupleExpansion.o
09:26:47 CXX Tuples/Tuples.o
09:26:49 CXX Validate/Autogen.o
09:26:50 CXX Validate/CompoundLiteral.o
09:26:55 CXX Validate/EliminateTypedef.o
09:26:55 CXX Validate/EnumAndPointerDecay.o
09:26:59 CXX Validate/FindSpecialDecls.o
09:27:04 CXX Validate/FixQualifiedTypes.o
09:27:06 CXX Validate/FixReturnTypes.o
09:27:09 CXX Validate/ForallPointerDecay.o
09:27:10 CXX Validate/GenericParameter.o
09:27:11 CXX Validate/HoistStruct.o
09:27:12 CXX Validate/HoistTypeDecls.o
09:27:15 CXX Validate/InitializerLength.o
09:27:21 CXX Validate/LabelAddressFixer.o
09:27:21 CXX Validate/LinkInstanceTypes.o
09:27:23 CXX Validate/ReplaceTypedef.o
09:27:28 CXX Validate/ReturnCheck.o
09:27:29 CXX Validate/VerifyCtorDtorAssign.o
09:27:31 CXX Virtual/ExpandCasts.o
09:27:34 CXX Virtual/Tables.o
09:27:40 CXX Virtual/VirtualDtor.o
09:28:12 CXXLD ../driver/cfa-cpp
09:28:18 make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/src'
09:28:18 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/src'
09:28:18 Making all in .
09:28:18 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub'
09:28:18 libcfa/x64-debug/config.data
09:28:18 Configuring libcfa (/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/configure) with ''--prefix=/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_inst' DRIVER_DIR=/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_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.2752/_build/sub / libcfa/x64-debug/
09:28:18 libcfa/x64-nodebug/config.data
09:28:18 Configuring libcfa (/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/configure) with ''--prefix=/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_inst' DRIVER_DIR=/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_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.2752/_build/sub / libcfa/x64-nodebug/
09:28:18 checking whether make supports nested variables... yes
09:28:18 checking for a BSD-compatible install... checking whether make supports nested variables... yes
09:28:18 checking for a BSD-compatible install... /usr/bin/install -c
09:28:18 checking whether build environment is sane... yes
09:28:18 /usr/bin/install -c
09:28:18 checking whether build environment is sane... yes
09:28:18 checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
09:28:18 checking for gawk... gawk
09:28:18 checking whether make sets $(MAKE)... checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
09:28:18 checking for gawk... gawk
09:28:18 checking whether make sets $(MAKE)... yes
09:28:18 yes
09:28:18 checking for distributated build... no
09:28:18 checking for distributated build... no
09:28:18 checking build system type... checking build system type... x86_64-pc-linux-gnu
09:28:18 checking host system type... x86_64-pc-linux-gnu
09:28:18 checking how to print strings... x86_64-pc-linux-gnu
09:28:18 checking host system type... x86_64-pc-linux-gnu
09:28:18 checking how to print strings... printf
09:28:18 checking whether make supports the include directive... printf
09:28:18 checking whether make supports the include directive... yes (GNU style)
09:28:18 checking for gcc... gcc
09:28:18 yes (GNU style)
09:28:18 checking for gcc... gcc
09:28:18 checking whether the C compiler works... checking whether the C compiler works... yes
09:28:18 checking for C compiler default output file name... a.out
09:28:18 checking for suffix of executables... yes
09:28:18 checking for C compiler default output file name... a.out
09:28:18 checking for suffix of executables...
09:28:19 checking whether we are cross compiling...
09:28:19 checking whether we are cross compiling... no
09:28:19 checking for suffix of object files... no
09:28:19 checking for suffix of object files... o
09:28:19 checking whether we are using the GNU C compiler... o
09:28:19 checking whether we are using the GNU C compiler... yes
09:28:19 checking whether gcc accepts -g... yes
09:28:19 checking whether gcc accepts -g... yes
09:28:19 checking for gcc option to accept ISO C89... yes
09:28:19 checking for gcc option to accept ISO C89... none needed
09:28:19 checking whether gcc understands -c and -o together... none needed
09:28:19 checking whether gcc understands -c and -o together... yes
09:28:19 checking dependency style of gcc... yes
09:28:19 checking dependency style of gcc... gcc3
09:28:19 checking for a sed that does not truncate output... /usr/bin/sed
09:28:19 checking for grep that handles long lines and -e... /usr/bin/grep
09:28:19 checking for egrep... /usr/bin/grep -E
09:28:19 checking for fgrep... /usr/bin/grep -F
09:28:19 checking for ld used by gcc... gcc3
09:28:19 checking for a sed that does not truncate output... /usr/bin/ld
09:28:19 checking if the linker (/usr/bin/ld) is GNU ld... /usr/bin/sed
09:28:19 checking for grep that handles long lines and -e... yes
09:28:19 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/grep
09:28:19 checking for egrep... /usr/bin/nm -B
09:28:19 /usr/bin/grep -E
09:28:19 checking for fgrep... checking the name lister (/usr/bin/nm -B) interface... /usr/bin/grep -F
09:28:19 checking for ld used by gcc... /usr/bin/ld
09:28:19 checking if the linker (/usr/bin/ld) is GNU ld... yes
09:28:19 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
09:28:19 checking the name lister (/usr/bin/nm -B) interface... BSD nm
09:28:19 checking whether ln -s works... yes
09:28:19 checking the maximum length of command line arguments... 1572864
09:28:19 BSD nm
09:28:19 checking whether ln -s works... yes
09:28:19 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
09:28:19 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
09:28:19 checking for /usr/bin/ld option to reload object files... -r
09:28:19 checking for objdump... objdump
09:28:19 checking how to recognize dependent libraries... 1572864
09:28:19 pass_all
09:28:19 checking for dlltool... no
09:28:19 checking how to associate runtime and link libraries... printf %s\n
09:28:19 checking for ar... ar
09:28:19 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
09:28:19 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
09:28:19 checking for /usr/bin/ld option to reload object files... -r
09:28:19 checking for objdump... objdump
09:28:19 checking how to recognize dependent libraries... pass_all
09:28:19 checking for dlltool... no
09:28:19 checking how to associate runtime and link libraries... printf %s\n
09:28:19 checking for ar... ar
09:28:20 checking for archiver @FILE support... @
09:28:20 checking for strip... strip
09:28:20 checking for ranlib... ranlib
09:28:20 checking command to parse /usr/bin/nm -B output from gcc object... @
09:28:20 checking for strip... strip
09:28:20 checking for ranlib... ranlib
09:28:20 checking command to parse /usr/bin/nm -B output from gcc object... ok
09:28:20 checking for sysroot... no
09:28:20 checking for a working dd... /usr/bin/dd
09:28:20 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
09:28:20 ok
09:28:20 checking for sysroot... no
09:28:20 checking for a working dd... /usr/bin/dd
09:28:20 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
09:28:20 checking for mt... mt
09:28:20 checking if mt is a manifest tool... no
09:28:20 checking how to run the C preprocessor... checking for mt... mt
09:28:20 checking if mt is a manifest tool... no
09:28:20 checking how to run the C preprocessor... gcc -E
09:28:20 gcc -E
09:28:20 checking for ANSI C header files... checking for ANSI C header files... yes
09:28:20 checking for sys/types.h... yes
09:28:20 checking for sys/types.h... yes
09:28:20 yes
09:28:20 checking for sys/stat.h... checking for sys/stat.h... yes
09:28:20 yes
09:28:21 checking for stdlib.h... checking for stdlib.h... yes
09:28:21 checking for string.h... yes
09:28:21 checking for string.h... yes
09:28:21 checking for memory.h... yes
09:28:21 checking for memory.h... yes
09:28:21 checking for strings.h... yes
09:28:21 checking for strings.h... yes
09:28:21 checking for inttypes.h... yes
09:28:21 checking for inttypes.h... yes
09:28:21 checking for stdint.h... yes
09:28:21 checking for stdint.h... yes
09:28:21 checking for unistd.h... yes
09:28:21 yes
09:28:21 checking for unistd.h... checking for dlfcn.h... yes
09:28:21 checking for objdir... .libs
09:28:21 yes
09:28:21 checking for dlfcn.h... yes
09:28:21 checking for objdir... .libs
09:28:21 checking if gcc supports -fno-rtti -fno-exceptions... no
09:28:21 checking for gcc option to produce PIC... -fPIC -DPIC
09:28:21 checking if gcc PIC flag -fPIC -DPIC works... yes
09:28:21 checking if gcc static flag -static works... checking if gcc supports -fno-rtti -fno-exceptions... no
09:28:21 checking for gcc option to produce PIC... -fPIC -DPIC
09:28:21 checking if gcc PIC flag -fPIC -DPIC works... yes
09:28:21 checking if gcc supports -c -o file.o... yes
09:28:21 checking if gcc static flag -static works... yes
09:28:21 checking if gcc supports -c -o file.o... (cached) yes
09:28:21 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
09:28:21 checking whether -lc should be explicitly linked in... yes
09:28:21 checking if gcc supports -c -o file.o... no
09:28:21 checking dynamic linker characteristics... yes
09:28:21 checking if gcc supports -c -o file.o... (cached) yes
09:28:22 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
09:28:22 checking whether -lc should be explicitly linked in... no
09:28:22 checking dynamic linker characteristics... GNU/Linux ld.so
09:28:22 checking how to hardcode library paths into programs... immediate
09:28:22 checking whether stripping libraries is possible... yes
09:28:22 checking if libtool supports shared libraries... yes
09:28:22 checking whether to build shared libraries... yes
09:28:22 checking whether to build static libraries... no
09:28:22 checking for g++... g++
09:28:22 checking whether we are using the GNU C++ compiler... yes
09:28:22 checking whether g++ accepts -g... GNU/Linux ld.so
09:28:22 checking how to hardcode library paths into programs... immediate
09:28:22 checking whether stripping libraries is possible... yes
09:28:22 checking if libtool supports shared libraries... yes
09:28:22 checking whether to build shared libraries... yes
09:28:22 checking whether to build static libraries... no
09:28:22 checking for g++... g++
09:28:22 yes
09:28:22 checking dependency style of g++... checking whether we are using the GNU C++ compiler... yes
09:28:22 checking whether g++ accepts -g... gcc3
09:28:22 checking how to run the C++ preprocessor... yes
09:28:22 checking dependency style of g++... g++ -E
09:28:22 gcc3
09:28:22 checking how to run the C++ preprocessor... g++ -E
09:28:22 checking for ld used by g++... /usr/bin/ld -m elf_x86_64
09:28:22 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
09:28:22 checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
09:28:22 checking for ld used by g++... /usr/bin/ld -m elf_x86_64
09:28:22 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
09:28:22 checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
09:28:22 checking for g++ option to produce PIC... -fPIC -DPIC
09:28:22 checking if g++ PIC flag -fPIC -DPIC works... yes
09:28:22 checking if g++ static flag -static works... checking for g++ option to produce PIC... -fPIC -DPIC
09:28:22 checking if g++ PIC flag -fPIC -DPIC works... yes
09:28:22 checking if g++ static flag -static works... yes
09:28:22 checking if g++ supports -c -o file.o... yes
09:28:23 checking if g++ supports -c -o file.o... yes
09:28:23 checking if g++ supports -c -o file.o... (cached) yes
09:28:23 checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
09:28:23 checking dynamic linker characteristics... (cached) GNU/Linux ld.so
09:28:23 checking how to hardcode library paths into programs... immediate
09:28:23 checking for gcc... (cached) gcc
09:28:23 yes
09:28:23 checking if g++ supports -c -o file.o... (cached) yes
09:28:23 checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
09:28:23 checking dynamic linker characteristics... (cached) GNU/Linux ld.so
09:28:23 checking how to hardcode library paths into programs... immediate
09:28:23 checking for gcc... (cached) gcc
09:28:23 checking whether we are using the GNU C compiler... (cached) yes
09:28:23 checking whether gcc accepts -g... (cached) yes
09:28:23 checking for gcc option to accept ISO C89... (cached) none needed
09:28:23 checking whether gcc understands -c and -o together... (cached) yes
09:28:23 checking dependency style of gcc... (cached) gcc3
09:28:23 checking dependency style of gcc... checking whether we are using the GNU C compiler... (cached) yes
09:28:23 checking whether gcc accepts -g... (cached) yes
09:28:23 checking for gcc option to accept ISO C89... (cached) none needed
09:28:23 checking whether gcc understands -c and -o together... (cached) yes
09:28:23 checking dependency style of gcc... (cached) gcc3
09:28:23 checking dependency style of gcc... gcc3
09:28:23 checking whether make sets $(MAKE)... (cached) yes
09:28:23 checking linux/rseq.h usability... gcc3
09:28:23 checking whether make sets $(MAKE)... (cached) yes
09:28:23 checking linux/rseq.h usability... yes
09:28:23 checking linux/rseq.h presence... yes
09:28:23 checking linux/rseq.h presence... yes
09:28:23 checking for linux/rseq.h... yes
09:28:23 checking for rseq_available in -lrseq... yes
09:28:23 checking for linux/rseq.h... yes
09:28:23 checking for rseq_available in -lrseq... no
09:28:23 checking linux/io_uring.h usability... no
09:28:23 checking linux/io_uring.h usability... yes
09:28:23 checking linux/io_uring.h presence... yes
09:28:23 checking for linux/io_uring.h... yes
09:28:23 checking liburing.h usability... yes
09:28:23 checking linux/io_uring.h presence... yes
09:28:23 checking for linux/io_uring.h... yes
09:28:23 checking liburing.h usability... yes
09:28:23 checking liburing.h presence... yes
09:28:23 checking for liburing.h... yes
09:28:23 checking for io_uring_get_probe in -luring... yes
09:28:23 checking liburing.h presence... yes
09:28:23 checking for liburing.h... yes
09:28:23 checking for io_uring_get_probe in -luring... yes
09:28:23 checking whether IORING_OP_NOP is declared... yes
09:28:23 checking whether IORING_OP_NOP is declared... yes
09:28:23 yes
09:28:23 checking whether IORING_OP_READV is declared... checking whether IORING_OP_READV is declared... yes
09:28:23 yes
09:28:24 checking whether IORING_OP_WRITEV is declared... checking whether IORING_OP_WRITEV is declared... yes
09:28:24 yes
09:28:24 checking whether IORING_OP_FSYNC is declared... checking whether IORING_OP_FSYNC is declared... yes
09:28:24 yes
09:28:24 checking whether IORING_OP_READ_FIXED is declared... checking whether IORING_OP_READ_FIXED is declared... yes
09:28:24 yes
09:28:24 checking whether IORING_OP_WRITE_FIXED is declared... checking whether IORING_OP_WRITE_FIXED is declared... yes
09:28:24 yes
09:28:24 checking whether IORING_OP_POLL_ADD is declared... yes
09:28:24 checking whether IORING_OP_POLL_ADD is declared... yes
09:28:25 checking whether IORING_OP_POLL_REMOVE is declared... checking whether IORING_OP_POLL_REMOVE is declared... yes
09:28:25 yes
09:28:25 checking whether IORING_OP_SYNC_FILE_RANGE is declared... yes
09:28:25 checking whether IORING_OP_SYNC_FILE_RANGE is declared... yes
09:28:25 checking whether IORING_OP_SENDMSG is declared... yes
09:28:25 checking whether IORING_OP_SENDMSG is declared... checking whether IORING_OP_RECVMSG is declared... yes
09:28:25 yes
09:28:25 checking whether IORING_OP_RECVMSG is declared... checking whether IORING_OP_TIMEOUT is declared... yes
09:28:25 yes
09:28:25 checking whether IORING_OP_TIMEOUT is declared... checking whether IORING_OP_TIMEOUT_REMOVE is declared... yes
09:28:25 yes
09:28:25 checking whether IORING_OP_TIMEOUT_REMOVE is declared... checking whether IORING_OP_ACCEPT is declared... yes
09:28:26 yes
09:28:26 checking whether IORING_OP_ACCEPT is declared... checking whether IORING_OP_ASYNC_CANCEL is declared... yes
09:28:26 yes
09:28:26 checking whether IORING_OP_ASYNC_CANCEL is declared... checking whether IORING_OP_LINK_TIMEOUT is declared... yes
09:28:26 yes
09:28:26 checking whether IORING_OP_LINK_TIMEOUT is declared... checking whether IORING_OP_CONNECT is declared... yes
09:28:26 yes
09:28:26 checking whether IORING_OP_FALLOCATE is declared... checking whether IORING_OP_CONNECT is declared... yes
09:28:26 yes
09:28:26 checking whether IORING_OP_OPENAT is declared... checking whether IORING_OP_FALLOCATE is declared... yes
09:28:26 yes
09:28:27 checking whether IORING_OP_CLOSE is declared... checking whether IORING_OP_OPENAT is declared... yes
09:28:27 yes
09:28:27 checking whether IORING_OP_FILES_UPDATE is declared... checking whether IORING_OP_CLOSE is declared... yes
09:28:27 yes
09:28:27 checking whether IORING_OP_STATX is declared... checking whether IORING_OP_FILES_UPDATE is declared... yes
09:28:27 yes
09:28:27 checking whether IORING_OP_STATX is declared... checking whether IORING_OP_READ is declared... yes
09:28:27 yes
09:28:27 checking whether IORING_OP_WRITE is declared... checking whether IORING_OP_READ is declared... yes
09:28:27 yes
09:28:27 checking whether IORING_OP_FADVISE is declared... yes
09:28:27 checking whether IORING_OP_WRITE is declared... yes
09:28:27 checking whether IORING_OP_MADVISE is declared... checking whether IORING_OP_FADVISE is declared... yes
09:28:28 yes
09:28:28 checking whether IORING_OP_MADVISE is declared... checking whether IORING_OP_SEND is declared... yes
09:28:28 yes
09:28:28 checking whether IORING_OP_SEND is declared... checking whether IORING_OP_RECV is declared... yes
09:28:28 yes
09:28:28 checking whether IORING_OP_OPENAT2 is declared... checking whether IORING_OP_RECV is declared... yes
09:28:28 yes
09:28:28 checking whether IORING_OP_EPOLL_CTL is declared... checking whether IORING_OP_OPENAT2 is declared... yes
09:28:28 yes
09:28:28 checking whether IORING_OP_SPLICE is declared... checking whether IORING_OP_EPOLL_CTL is declared... yes
09:28:28 yes
09:28:28 checking whether IORING_OP_PROVIDE_BUFFERS is declared... checking whether IORING_OP_SPLICE is declared... yes
09:28:28 yes
09:28:28 checking whether IORING_OP_REMOVE_BUFFER is declared... no
09:28:29 checking whether IORING_OP_PROVIDE_BUFFERS is declared... checking whether IORING_OP_TEE is declared... yes
09:28:29 no
09:28:29 checking whether IOSQE_FIXED_FILE is declared... checking whether IORING_OP_REMOVE_BUFFER is declared... yes
09:28:29 checking whether IOSQE_IO_DRAIN is declared... no
09:28:29 checking whether IORING_OP_TEE is declared... yes
09:28:29 checking whether IOSQE_IO_LINK is declared... yes
09:28:29 no
09:28:29 checking whether IOSQE_IO_HARDLINK is declared... checking whether IOSQE_FIXED_FILE is declared... yes
09:28:29 checking whether IOSQE_IO_DRAIN is declared... yes
09:28:29 checking whether IOSQE_ASYNC is declared... yes
09:28:29 checking whether IOSQE_IO_LINK is declared... yes
09:28:29 checking whether IOSQE_BUFFER_SELECT is declared... yes
09:28:29 checking whether IOSQE_IO_HARDLINK is declared... yes
09:28:29 checking whether SPLICE_F_FD_IN_FIXED is declared... yes
09:28:29 checking whether IOSQE_ASYNC is declared... yes
09:28:29 checking whether IORING_SETUP_ATTACH_WQ is declared... yes
09:28:29 checking whether IOSQE_BUFFER_SELECT is declared... yes
09:28:29 checking whether IORING_REGISTER_IOWQ_MAX_WORKERS is declared... yes
09:28:29 checking whether SPLICE_F_FD_IN_FIXED is declared... yes
09:28:29 checking whether IORING_SETUP_ATTACH_WQ is declared... no
09:28:29 checking for preadv2... yes
09:28:29 checking whether IORING_REGISTER_IOWQ_MAX_WORKERS is declared... yes
09:28:29 checking for pwritev2... no
09:28:29 checking for preadv2... yes
09:28:30 yes
09:28:30 checking for pwritev2... checking that generated files are newer than configure... done
09:28:30 configure: creating ./config.status
09:28:30 yes
09:28:30 checking that generated files are newer than configure... done
09:28:30 configure: creating ./config.status
09:28:31 config.status: creating Makefile
09:28:31 config.status: creating src/Makefile
09:28:31 config.status: creating prelude/Makefile
09:28:31 config.status: creating src/concurrency/io/call.cfa
09:28:31 config.status: creating Makefile
09:28:31 config.status: creating src/Makefile
09:28:31 config.status: creating prelude/defines.hfa
09:28:31 config.status: executing depfiles commands
09:28:31 config.status: creating prelude/Makefile
09:28:31 config.status: creating src/concurrency/io/call.cfa
09:28:31 config.status: executing libtool commands
09:28:31 config.status: creating prelude/defines.hfa
09:28:31 Cforall library configuraton completed. Type "make -j 8 install".
09:28:31 config.status: executing depfiles commands
09:28:31 config.status: executing libtool commands
09:28:31 Cforall library configuraton completed. Type "make -j 8 install".
09:28:31 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub'
09:28:31 Making all in libcfa/x64-debug
09:28:31 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/libcfa/x64-debug'
09:28:31 Making all in prelude
09:28:31 make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/libcfa/x64-debug/prelude'
09:28:31 mkdir .deps
09:28:31 touch .deps/builtins.Po
09:28:31 make all-am
09:28:31 make[5]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/libcfa/x64-debug/prelude'
09:28:31 GEN gcc-builtins.c
09:28:31 GEN builtins.cfa
09:28:31 GEN prelude.cfa
09:28:31 GEN extras.cfa
09:28:31 GEN extras.cfa
09:28:31 GEN gcc-builtins.cfa
09:28:34 GEN bootloader.c
09:28:34 make[5]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/libcfa/x64-debug/prelude'
09:28:34 make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/libcfa/x64-debug/prelude'
09:28:34 Making all in src
09:28:34 make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/libcfa/x64-debug/src'
09:28:34 CFA fstream.lo
09:28:34 CFA common.lo
09:28:34 CFA iostream.lo
09:28:34 CFA heap.lo
09:28:34 CFA limits.lo
09:28:34 CFA iterator.lo
09:28:34 CFA memory.lo
09:28:34 CFA parseargs.lo
09:28:35 CFA parseconfig.lo
09:28:35 CFA rational.lo
09:28:35 CFA stdlib.lo
09:28:36 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/parseargs.cfa: In function ‘_X16print_args_usageFv_PS10cfa_optionmPKcb__1’:
09:28:36 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/parseargs.cfa:233:16: warning: unused variable ‘_X10_compLit19S3tag_A0c__2’ [-Wunused-variable]
09:28:36 233 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options;
09:28:36 | ^~~~~~~~~~~~~~~~~~~~~~~~~~
09:28:36 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/parseargs.cfa:233:16: warning: unused variable ‘_X10_compLit18S3tag_S10cfa_option__2’ [-Wunused-variable]
09:28:36 233 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options;
09:28:36 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
09:28:36 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/parseargs.cfa:233:16: warning: unused variable ‘_X10_compLit17S3tag_A0c__2’ [-Wunused-variable]
09:28:36 233 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options;
09:28:36 | ^~~~~~~~~~~~~~~~~~~~~~~~~~
09:28:36 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/parseargs.cfa:233:16: warning: unused variable ‘_X10_compLit16S3tag_S10cfa_option__2’ [-Wunused-variable]
09:28:36 233 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options;
09:28:36 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
09:28:36 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/parseargs.cfa: In function ‘_X16print_args_usageFv_iPPcPS10cfa_optionmPKcb__1’:
09:28:36 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/parseargs.cfa:238:16: warning: unused variable ‘_X10_compLit23S3tag_A0c__2’ [-Wunused-variable]
09:28:36 238 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options;
09:28:36 | ^~~~~~~~~~~~~~~~~~~~~~~~~~
09:28:36 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/parseargs.cfa:238:16: warning: unused variable ‘_X10_compLit22S3tag_S10cfa_option__2’ [-Wunused-variable]
09:28:36 238 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options;
09:28:36 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
09:28:36 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/parseargs.cfa:238:16: warning: unused variable ‘_X10_compLit21S3tag_A0c__2’ [-Wunused-variable]
09:28:36 238 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options;
09:28:36 | ^~~~~~~~~~~~~~~~~~~~~~~~~~
09:28:36 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/parseargs.cfa:238:16: warning: unused variable ‘_X10_compLit20S3tag_S10cfa_option__2’ [-Wunused-variable]
09:28:36 238 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options;
09:28:36 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
09:28:36 CFA strstream.lo
09:28:37 CFA time.lo
09:28:38 CFA assert.lo
09:28:38 CFA bits/debug.lo
09:28:39 CC exception.lo
09:28:39 CFA interpose.lo
09:28:39 CFA startup.lo
09:28:39 CC virtual.lo
09:28:39 GEN prelude.lo
09:28:40 CFA concurrency/locks.lo
09:28:40 CFA concurrency/monitor.lo
09:28:40 CFA concurrency/mutex.lo
09:28:40 CFA concurrency/select.lo
09:28:41 CFA concurrency/thread.lo
09:28:41 CFA concurrency/cofor.lo
09:28:42 CFA interpose_thread.lo
09:28:42 CPPAS concurrency/CtxSwitch-x64.lo
09:28:42 CC concurrency/invoke.lo
09:28:42 CFA concurrency/io.lo
09:28:44 CFA concurrency/kernel/startup.lo
09:28:44 CFA concurrency/preemption.lo
09:28:47 CFA concurrency/ready_queue.lo
09:28:47 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/concurrency/cofor.hfa: In function ‘_X20get_exception_vtableFS22ThreadCancelled_vtable_S12cofor_runner__PS15ThreadCancelled_S12cofor_runner___1’:
09:28:47 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/concurrency/cofor.hfa:34:36: warning: unused variable ‘_X9_retvalueS22ThreadCancelled_vtable_S12cofor_runner__1’ [-Wunused-variable]
09:28:47 34 | void main( cofor_runner & this ) with(this) {
09:28:47 | ^~~~~~~~~~
09:28:47 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/concurrency/cofor.hfa: In function ‘_X20get_exception_vtableFS22ThreadCancelled_vtable_S9co_runner__PS15ThreadCancelled_S9co_runner___1’:
09:28:47 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/concurrency/cofor.hfa:86:36: warning: unused variable ‘_X9_retvalueS22ThreadCancelled_vtable_S9co_runner__1’ [-Wunused-variable]
09:28:47 86 | void main( co_runner & this ) with( this ) { body(); }
09:28:47 | ^~~~~~~~~~~~~~~~~~~
09:28:47 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/concurrency/cofor.cfa: In function ‘_X20get_exception_vtableFS22ThreadCancelled_vtable_S10cofor_task__PS15ThreadCancelled_S10cofor_task___1’:
09:28:47 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/concurrency/cofor.cfa:17:36: warning: unused variable ‘_X9_retvalueS22ThreadCancelled_vtable_S10cofor_task__1’ [-Wunused-variable]
09:28:47 17 | void main( cofor_task & this ) with( this ) {
09:28:47 | ^~~~~~~~~~
09:28:47 CFA concurrency/stats.lo
09:28:47 CFA concurrency/pthread.lo
09:28:49 CFA bits/weakso_locks.lo
09:28:49 CFA algorithms/range_iterator.lo
09:28:51 CFA collections/maybe.lo
09:28:51 CFA collections/pair.lo
09:28:51 CFA collections/result.lo
09:28:52 CFA collections/string.lo
09:28:52 CFA collections/string_res.lo
09:28:52 CFA collections/vector.lo
09:28:52 CFA device/cpu.lo
09:28:53 CFA concurrency/alarm.lo
09:28:54 CFA concurrency/coroutine.lo
09:28:54 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/concurrency/pthread.cfa: In function ‘_X20get_exception_vtableFS22ThreadCancelled_vtable_S10cfaPthread__PS15ThreadCancelled_S10cfaPthread___1’:
09:28:54 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/concurrency/pthread.cfa:194:36: warning: unused variable ‘_X9_retvalueS22ThreadCancelled_vtable_S10cfaPthread__1’ [-Wunused-variable]
09:28:54 194 | void main(cfaPthread & _thread) with(_thread) {
09:28:54 | ^~~~~~~~~~~~
09:28:54 CFA concurrency/exception.lo
09:28:54 CFA concurrency/kernel.lo
09:28:54 CFA concurrency/kernel/cluster.lo
09:28:55 CFA concurrency/clib/cfathread.lo
09:28:57 CFA concurrency/io/setup.lo
09:28:57 CFA concurrency/io/call.lo
09:28:58 CCLD libcfa.la
09:29:13 CCLD libcfathread.la
09:29:13 make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/libcfa/x64-debug/src'
09:29:13 make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/libcfa/x64-debug'
09:29:13 make[4]: Nothing to be done for 'all-am'.
09:29:13 make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/libcfa/x64-debug'
09:29:13 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/libcfa/x64-debug'
09:29:13 Making all in libcfa/x64-nodebug
09:29:13 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/libcfa/x64-nodebug'
09:29:13 Making all in prelude
09:29:13 make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/libcfa/x64-nodebug/prelude'
09:29:13 mkdir .deps
09:29:13 touch .deps/builtins.Po
09:29:13 make all-am
09:29:13 make[5]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/libcfa/x64-nodebug/prelude'
09:29:13 GEN gcc-builtins.c
09:29:13 GEN builtins.cfa
09:29:13 GEN prelude.cfa
09:29:13 GEN extras.cfa
09:29:13 GEN extras.cfa
09:29:13 GEN gcc-builtins.cfa
09:29:16 GEN bootloader.c
09:29:16 make[5]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/libcfa/x64-nodebug/prelude'
09:29:16 make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/libcfa/x64-nodebug/prelude'
09:29:16 Making all in src
09:29:16 make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/libcfa/x64-nodebug/src'
09:29:16 CFA fstream.lo
09:29:16 CFA common.lo
09:29:16 CFA iostream.lo
09:29:16 CFA heap.lo
09:29:16 CFA limits.lo
09:29:16 CFA iterator.lo
09:29:16 CFA parseargs.lo
09:29:16 CFA memory.lo
09:29:17 CFA parseconfig.lo
09:29:17 CFA rational.lo
09:29:17 CFA stdlib.lo
09:29:17 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/parseargs.cfa: In function ‘_X16print_args_usageFv_PS10cfa_optionmPKcb__1’:
09:29:17 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/parseargs.cfa:233:16: warning: unused variable ‘_X10_compLit19S3tag_A0c__2’ [-Wunused-variable]
09:29:17 233 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options;
09:29:17 | ^~~~~~~~~~~~~~~~~~~~~~~~~~
09:29:17 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/parseargs.cfa:233:16: warning: unused variable ‘_X10_compLit18S3tag_S10cfa_option__2’ [-Wunused-variable]
09:29:17 233 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options;
09:29:17 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
09:29:17 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/parseargs.cfa:233:16: warning: unused variable ‘_X10_compLit17S3tag_A0c__2’ [-Wunused-variable]
09:29:17 233 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options;
09:29:17 | ^~~~~~~~~~~~~~~~~~~~~~~~~~
09:29:17 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/parseargs.cfa:233:16: warning: unused variable ‘_X10_compLit16S3tag_S10cfa_option__2’ [-Wunused-variable]
09:29:17 233 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options;
09:29:17 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
09:29:17 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/parseargs.cfa: In function ‘_X16print_args_usageFv_iPPcPS10cfa_optionmPKcb__1’:
09:29:17 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/parseargs.cfa:238:16: warning: unused variable ‘_X10_compLit23S3tag_A0c__2’ [-Wunused-variable]
09:29:17 238 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options;
09:29:17 | ^~~~~~~~~~~~~~~~~~~~~~~~~~
09:29:17 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/parseargs.cfa:238:16: warning: unused variable ‘_X10_compLit22S3tag_S10cfa_option__2’ [-Wunused-variable]
09:29:17 238 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options;
09:29:17 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
09:29:17 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/parseargs.cfa:238:16: warning: unused variable ‘_X10_compLit21S3tag_A0c__2’ [-Wunused-variable]
09:29:17 238 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options;
09:29:17 | ^~~~~~~~~~~~~~~~~~~~~~~~~~
09:29:17 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/parseargs.cfa:238:16: warning: unused variable ‘_X10_compLit20S3tag_S10cfa_option__2’ [-Wunused-variable]
09:29:17 238 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options;
09:29:17 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
09:29:17 CFA strstream.lo
09:29:19 CFA time.lo
09:29:20 CFA assert.lo
09:29:20 CFA bits/debug.lo
09:29:21 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/stdlib.cfa: In function ‘_X4anewQ1_0_1_1__X12_constructorFv_BD0BT0__FPBD0_mBT0__1’:
09:29:21 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/stdlib.hfa:154:97: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X1cc_1’ is used uninitialized in this function [-Wuninitialized]
09:29:21 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
09:29:21 | ~~~~~~~~~~ ^
09:29:21 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/stdlib.hfa:154:100: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X4sizem_1’ is used uninitialized in this function [-Wuninitialized]
09:29:21 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
09:29:21 | ~~~~~~~ ^
09:29:21 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/stdlib.hfa:154:130: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X2atPY12__T_generic__1’ is used uninitialized in this function [-Wuninitialized]
09:29:21 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
09:29:21 | ^
09:29:21 CC exception.lo
09:29:21 CFA interpose.lo
09:29:21 CFA startup.lo
09:29:22 CC virtual.lo
09:29:22 GEN prelude.lo
09:29:22 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/parseconfig.cfa: In function ‘_X12_constructorFv_S13Parse_FailurePcPc__1’:
09:29:22 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/stdlib.hfa:154:97: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X1cc_1’ is used uninitialized in this function [-Wuninitialized]
09:29:22 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
09:29:22 | ~~~~~~~~~~ ^
09:29:22 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/stdlib.hfa:154:100: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X4sizem_1’ is used uninitialized in this function [-Wuninitialized]
09:29:22 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
09:29:22 | ~~~~~~~ ^
09:29:22 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/stdlib.hfa:154:130: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X2atPY12__T_generic__1’ is used uninitialized in this function [-Wuninitialized]
09:29:22 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
09:29:22 | ^
09:29:22 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/parseconfig.cfa: In function ‘_X12_constructorFv_S18Validation_FailurePcPc__1’:
09:29:22 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/stdlib.hfa:154:97: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X1cc_1’ is used uninitialized in this function [-Wuninitialized]
09:29:22 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
09:29:22 | ~~~~~~~~~~ ^
09:29:22 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/stdlib.hfa:154:100: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X4sizem_1’ is used uninitialized in this function [-Wuninitialized]
09:29:22 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
09:29:22 | ~~~~~~~ ^
09:29:22 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/stdlib.hfa:154:130: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X2atPY12__T_generic__1’ is used uninitialized in this function [-Wuninitialized]
09:29:22 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
09:29:22 | ^
09:29:22 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/parseconfig.cfa: In function ‘_X12_constructorFv_S7KVPairsm__1’:
09:29:22 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/stdlib.hfa:154:97: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X1cc_1’ is used uninitialized in this function [-Wuninitialized]
09:29:22 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
09:29:22 | ~~~~~~~~~~ ^
09:29:22 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/stdlib.hfa:154:100: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X4sizem_1’ is used uninitialized in this function [-Wuninitialized]
09:29:22 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
09:29:22 | ~~~~~~~ ^
09:29:22 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/stdlib.hfa:154:130: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X2atPY12__T_generic__1’ is used uninitialized in this function [-Wuninitialized]
09:29:22 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
09:29:22 | ^
09:29:22 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/parseconfig.cfa: In function ‘_X11add_kv_pairFv_S7KVPairsPcPc__1’:
09:29:22 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/stdlib.hfa:154:97: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X1cc_1’ may be used uninitialized in this function [-Wmaybe-uninitialized]
09:29:22 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
09:29:22 | ~~~~~~~~~~ ^
09:29:22 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/stdlib.hfa:154:100: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X4sizem_1’ may be used uninitialized in this function [-Wmaybe-uninitialized]
09:29:22 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
09:29:22 | ~~~~~~~ ^
09:29:22 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/stdlib.hfa:154:130: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X2atPY12__T_generic__1’ may be used uninitialized in this function [-Wmaybe-uninitialized]
09:29:22 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
09:29:22 | ^
09:29:22 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/stdlib.hfa:154:97: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X1cc_1’ may be used uninitialized in this function [-Wmaybe-uninitialized]
09:29:22 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
09:29:22 | ~~~~~~~~~~ ^
09:29:22 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/stdlib.hfa:154:100: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X4sizem_1’ may be used uninitialized in this function [-Wmaybe-uninitialized]
09:29:22 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
09:29:22 | ~~~~~~~ ^
09:29:22 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/stdlib.hfa:154:130: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X2atPY12__T_generic__1’ may be used uninitialized in this function [-Wmaybe-uninitialized]
09:29:22 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
09:29:22 | ^
09:29:22 CFA concurrency/locks.lo
09:29:22 CFA concurrency/monitor.lo
09:29:23 CFA concurrency/mutex.lo
09:29:23 CFA concurrency/select.lo
09:29:25 CFA concurrency/thread.lo
09:29:25 CFA concurrency/cofor.lo
09:29:25 CFA interpose_thread.lo
09:29:27 CPPAS concurrency/CtxSwitch-x64.lo
09:29:27 CC concurrency/invoke.lo
09:29:27 CFA concurrency/io.lo
09:29:27 CFA concurrency/kernel/startup.lo
09:29:29 CFA concurrency/preemption.lo
09:29:29 CFA concurrency/ready_queue.lo
09:29:29 CFA concurrency/stats.lo
09:29:30 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/concurrency/cofor.hfa: In function ‘_X20get_exception_vtableFS22ThreadCancelled_vtable_S12cofor_runner__PS15ThreadCancelled_S12cofor_runner___1’:
09:29:30 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/concurrency/cofor.hfa:34:36: warning: unused variable ‘_X9_retvalueS22ThreadCancelled_vtable_S12cofor_runner__1’ [-Wunused-variable]
09:29:30 34 | void main( cofor_runner & this ) with(this) {
09:29:30 | ^~~~~~~~~~
09:29:30 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/concurrency/cofor.hfa: In function ‘_X20get_exception_vtableFS22ThreadCancelled_vtable_S9co_runner__PS15ThreadCancelled_S9co_runner___1’:
09:29:30 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/concurrency/cofor.hfa:86:36: warning: unused variable ‘_X9_retvalueS22ThreadCancelled_vtable_S9co_runner__1’ [-Wunused-variable]
09:29:30 86 | void main( co_runner & this ) with( this ) { body(); }
09:29:30 | ^~~~~~~~~~~~~~~~~~~
09:29:30 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/concurrency/cofor.cfa: In function ‘_X20get_exception_vtableFS22ThreadCancelled_vtable_S10cofor_task__PS15ThreadCancelled_S10cofor_task___1’:
09:29:30 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/concurrency/cofor.cfa:17:36: warning: unused variable ‘_X9_retvalueS22ThreadCancelled_vtable_S10cofor_task__1’ [-Wunused-variable]
09:29:30 17 | void main( cofor_task & this ) with( this ) {
09:29:30 | ^~~~~~~~~~
09:29:30 CFA concurrency/pthread.lo
09:29:30 CFA bits/weakso_locks.lo
09:29:31 CFA algorithms/range_iterator.lo
09:29:32 CFA collections/maybe.lo
09:29:32 CFA collections/pair.lo
09:29:33 CFA collections/result.lo
09:29:34 CFA collections/string.lo
09:29:35 CFA collections/string_res.lo
09:29:35 /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
09:29:35 76 | return __recvfrom_alias (__fd, __buf, __n, __flags, __addr, __addr_len);
09:29:35 | ^
09:29:35 /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
09:29:35 76 | return __recvfrom_alias (__fd, __buf, __n, __flags, __addr, __addr_len);
09:29:35 | ^
09:29:35 /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
09:29:35 73 | return __recvfrom_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags,
09:29:35 | ^
09:29:35 /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
09:29:35 73 | return __recvfrom_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags,
09:29:35 | ^
09:29:35 /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
09:29:35 70 | return __recvfrom_chk (__fd, __buf, __n, __bos0 (__buf), __flags,
09:29:35 | ^
09:29:35 /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
09:29:35 70 | return __recvfrom_chk (__fd, __buf, __n, __bos0 (__buf), __flags,
09:29:35 | ^
09:29:35 CFA collections/vector.lo
09:29:35 /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
09:29:35 76 | return __recvfrom_alias (__fd, __buf, __n, __flags, __addr, __addr_len);
09:29:35 | ^
09:29:35 /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
09:29:35 76 | return __recvfrom_alias (__fd, __buf, __n, __flags, __addr, __addr_len);
09:29:35 | ^
09:29:35 /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
09:29:35 73 | return __recvfrom_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags,
09:29:35 | ^
09:29:35 /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
09:29:35 73 | return __recvfrom_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags,
09:29:35 | ^
09:29:35 /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
09:29:35 70 | return __recvfrom_chk (__fd, __buf, __n, __bos0 (__buf), __flags,
09:29:35 | ^
09:29:35 /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
09:29:35 70 | return __recvfrom_chk (__fd, __buf, __n, __bos0 (__buf), __flags,
09:29:35 | ^
09:29:35 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/stdlib.hfa: In function ‘_X5allocQ1_0_1_1__X15alloc_internal$FPBD0_PvPBD0mmS6S_fill_BD0_BT0__FPBD0_mBT0__1.isra.0.constprop’:
09:29:35 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/stdlib.hfa:154:97: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X1cc_1’ is used uninitialized in this function [-Wuninitialized]
09:29:35 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
09:29:35 | ~~~~~~~~~~ ^
09:29:35 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/stdlib.hfa:154:100: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X4sizem_1’ is used uninitialized in this function [-Wuninitialized]
09:29:35 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
09:29:35 | ~~~~~~~ ^
09:29:35 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/stdlib.hfa:154:130: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X2atPY12__T_generic__1’ is used uninitialized in this function [-Wuninitialized]
09:29:35 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
09:29:35 | ^
09:29:35 CFA device/cpu.lo
09:29:35 CFA concurrency/alarm.lo
09:29:35 CFA concurrency/coroutine.lo
09:29:37 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/concurrency/pthread.cfa: In function ‘_X20get_exception_vtableFS22ThreadCancelled_vtable_S10cfaPthread__PS15ThreadCancelled_S10cfaPthread___1’:
09:29:37 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/concurrency/pthread.cfa:194:36: warning: unused variable ‘_X9_retvalueS22ThreadCancelled_vtable_S10cfaPthread__1’ [-Wunused-variable]
09:29:37 194 | void main(cfaPthread & _thread) with(_thread) {
09:29:37 | ^~~~~~~~~~~~
09:29:37 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/concurrency/pthread.cfa: In function ‘pthread_create’:
09:29:37 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/stdlib.hfa:154:97: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X1cc_1’ is used uninitialized in this function [-Wuninitialized]
09:29:37 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
09:29:37 | ~~~~~~~~~~ ^
09:29:37 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/stdlib.hfa:154:100: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X4sizem_1’ is used uninitialized in this function [-Wuninitialized]
09:29:37 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
09:29:37 | ~~~~~~~ ^
09:29:37 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/stdlib.hfa:154:130: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X2atPY12__T_generic__1’ is used uninitialized in this function [-Wuninitialized]
09:29:37 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
09:29:37 | ^
09:29:37 CFA concurrency/exception.lo
09:29:38 CFA concurrency/kernel.lo
09:29:38 CFA concurrency/kernel/cluster.lo
09:29:39 CFA concurrency/clib/cfathread.lo
09:29:39 CFA concurrency/io/setup.lo
09:29:40 CFA concurrency/io/call.lo
09:29:41 CCLD libcfa.la
09:29:46 /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
09:29:46 76 | return __recvfrom_alias (__fd, __buf, __n, __flags, __addr, __addr_len);
09:29:46 | ^
09:29:46 /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
09:29:46 76 | return __recvfrom_alias (__fd, __buf, __n, __flags, __addr, __addr_len);
09:29:46 | ^
09:29:46 /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
09:29:46 73 | return __recvfrom_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags,
09:29:46 | ^
09:29:46 /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
09:29:46 73 | return __recvfrom_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags,
09:29:46 | ^
09:29:46 /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
09:29:46 70 | return __recvfrom_chk (__fd, __buf, __n, __bos0 (__buf), __flags,
09:29:46 | ^
09:29:46 /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
09:29:46 70 | return __recvfrom_chk (__fd, __buf, __n, __bos0 (__buf), __flags,
09:29:46 | ^
09:29:46 /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
09:29:46 76 | return __recvfrom_alias (__fd, __buf, __n, __flags, __addr, __addr_len);
09:29:46 | ^
09:29:46 /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
09:29:46 76 | return __recvfrom_alias (__fd, __buf, __n, __flags, __addr, __addr_len);
09:29:46 | ^
09:29:46 /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
09:29:46 73 | return __recvfrom_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags,
09:29:46 | ^
09:29:46 /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
09:29:46 73 | return __recvfrom_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags,
09:29:46 | ^
09:29:46 /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
09:29:46 70 | return __recvfrom_chk (__fd, __buf, __n, __bos0 (__buf), __flags,
09:29:46 | ^
09:29:46 /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
09:29:46 70 | return __recvfrom_chk (__fd, __buf, __n, __bos0 (__buf), __flags,
09:29:46 | ^
09:29:46 /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
09:29:46 76 | return __recvfrom_alias (__fd, __buf, __n, __flags, __addr, __addr_len);
09:29:46 | ^
09:29:46 /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
09:29:46 76 | return __recvfrom_alias (__fd, __buf, __n, __flags, __addr, __addr_len);
09:29:46 | ^
09:29:46 /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
09:29:46 73 | return __recvfrom_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags,
09:29:46 | ^
09:29:46 /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
09:29:46 73 | return __recvfrom_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags,
09:29:46 | ^
09:29:46 /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
09:29:46 70 | return __recvfrom_chk (__fd, __buf, __n, __bos0 (__buf), __flags,
09:29:46 | ^
09:29:46 /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
09:29:46 70 | return __recvfrom_chk (__fd, __buf, __n, __bos0 (__buf), __flags,
09:29:46 | ^
09:29:47 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/concurrency/kernel/cluster.cfa: In function ‘_X9fix_timesFv_VPU13__timestamp_tj__1’:
09:29:47 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/stdlib.hfa:154:97: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X1cc_1’ is used uninitialized in this function [-Wuninitialized]
09:29:47 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
09:29:47 | ~~~~~~~~~~ ^
09:29:47 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/stdlib.hfa:154:100: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X4sizem_1’ is used uninitialized in this function [-Wuninitialized]
09:29:47 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
09:29:47 | ~~~~~~~ ^
09:29:47 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/stdlib.hfa:154:130: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X2atPY12__T_generic__1’ is used uninitialized in this function [-Wuninitialized]
09:29:47 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
09:29:47 | ^
09:29:47 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/concurrency/kernel/cluster.cfa: In function ‘_X16ready_queue_growFv_PS7cluster__1’:
09:29:47 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/stdlib.hfa:154:97: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X1cc_1’ may be used uninitialized in this function [-Wmaybe-uninitialized]
09:29:47 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
09:29:47 | ~~~~~~~~~~ ^
09:29:47 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/stdlib.hfa:154:100: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X4sizem_1’ may be used uninitialized in this function [-Wmaybe-uninitialized]
09:29:47 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
09:29:47 | ~~~~~~~ ^
09:29:47 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/stdlib.hfa:154:130: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X2atPY12__T_generic__1’ may be used uninitialized in this function [-Wmaybe-uninitialized]
09:29:47 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
09:29:47 | ^
09:29:52 /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
09:29:52 76 | return __recvfrom_alias (__fd, __buf, __n, __flags, __addr, __addr_len);
09:29:52 | ^
09:29:52 /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
09:29:52 76 | return __recvfrom_alias (__fd, __buf, __n, __flags, __addr, __addr_len);
09:29:52 | ^
09:29:52 /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
09:29:52 73 | return __recvfrom_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags,
09:29:52 | ^
09:29:52 /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
09:29:52 73 | return __recvfrom_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags,
09:29:52 | ^
09:29:52 /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
09:29:52 70 | return __recvfrom_chk (__fd, __buf, __n, __bos0 (__buf), __flags,
09:29:52 | ^
09:29:52 /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
09:29:52 70 | return __recvfrom_chk (__fd, __buf, __n, __bos0 (__buf), __flags,
09:29:52 | ^
09:29:52 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/concurrency/io/setup.cfa: In function ‘_X16__io_uring_setupFv_S11io_context$KS17io_context_paramsi__1.isra.0’:
09:29:52 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/stdlib.hfa:154:97: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X1cc_1’ may be used uninitialized in this function [-Wmaybe-uninitialized]
09:29:52 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
09:29:52 | ~~~~~~~~~~ ^
09:29:52 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/stdlib.hfa:154:100: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X4sizem_1’ may be used uninitialized in this function [-Wmaybe-uninitialized]
09:29:52 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
09:29:52 | ~~~~~~~ ^
09:29:52 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/stdlib.hfa:154:130: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X2atPY12__T_generic__1’ may be used uninitialized in this function [-Wmaybe-uninitialized]
09:29:52 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
09:29:52 | ^
09:29:52 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/concurrency/io/setup.cfa: In function ‘_X14__cfa_io_startFv_PS9processor__1’:
09:29:52 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/stdlib.hfa:154:97: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X1cc_1’ is used uninitialized in this function [-Wuninitialized]
09:29:52 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
09:29:52 | ~~~~~~~~~~ ^
09:29:52 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/stdlib.hfa:154:100: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X4sizem_1’ is used uninitialized in this function [-Wuninitialized]
09:29:52 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
09:29:52 | ~~~~~~~ ^
09:29:52 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/stdlib.hfa:154:130: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X2atPY12__T_generic__1’ is used uninitialized in this function [-Wuninitialized]
09:29:52 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
09:29:52 | ^
09:29: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
09:29:57 76 | return __recvfrom_alias (__fd, __buf, __n, __flags, __addr, __addr_len);
09:29:57 | ^
09:29: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
09:29:57 76 | return __recvfrom_alias (__fd, __buf, __n, __flags, __addr, __addr_len);
09:29:57 | ^
09:29: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
09:29:57 73 | return __recvfrom_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags,
09:29:57 | ^
09:29: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
09:29:57 73 | return __recvfrom_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags,
09:29:57 | ^
09:29: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
09:29:57 70 | return __recvfrom_chk (__fd, __buf, __n, __bos0 (__buf), __flags,
09:29:57 | ^
09:29: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
09:29:57 70 | return __recvfrom_chk (__fd, __buf, __n, __bos0 (__buf), __flags,
09:29:57 | ^
09:29:57 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/concurrency/clib/cfathread.cfa: In function ‘cfathread_cluster_add_worker’:
09:29:57 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/stdlib.hfa:154:97: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X1cc_1’ may be used uninitialized in this function [-Wmaybe-uninitialized]
09:29:57 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
09:29:57 | ~~~~~~~~~~ ^
09:29:57 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/stdlib.hfa:154:100: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X4sizem_1’ may be used uninitialized in this function [-Wmaybe-uninitialized]
09:29:57 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
09:29:57 | ~~~~~~~ ^
09:29:57 /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/../../libcfa/src/stdlib.hfa:154:130: warning: ‘_X4_srcS6S_fill_Y12__T_generic___1._X2atPY12__T_generic__1’ may be used uninitialized in this function [-Wmaybe-uninitialized]
09:29:57 154 | struct S_fill { char tag; char c; size_t size; T * at; char t[50]; };
09:29:57 | ^
09:29:57 CCLD libcfathread.la
09:29:57 make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/libcfa/x64-nodebug/src'
09:29:57 make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/libcfa/x64-nodebug'
09:29:57 make[4]: Nothing to be done for 'all-am'.
09:29:57 make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/libcfa/x64-nodebug'
09:29:57 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/libcfa/x64-nodebug'
09:29:57 make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub'
09:29:57 make[1]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub'
09:29:57 make[1]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub'
09:29:57 Making dvi in driver
09:29:57 make[2]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/driver'
09:29:57 make[2]: Nothing to be done for 'dvi'.
09:29:57 make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/driver'
09:29:57 Making dvi in src
09:29:57 make[2]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/src'
09:29:57 make[2]: Nothing to be done for 'dvi'.
09:29:57 make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/src'
09:29:57 Making dvi in .
09:29:57 make[2]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub'
09:29:57 make[2]: Nothing to be done for 'dvi-am'.
09:29:57 make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub'
09:29:57 Making dvi in libcfa/x64-debug
09:29:57 make[2]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/libcfa/x64-debug'
09:29:57 Making dvi in prelude
09:29:57 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/libcfa/x64-debug/prelude'
09:29:57 make[3]: Nothing to be done for 'dvi'.
09:29:57 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/libcfa/x64-debug/prelude'
09:29:57 Making dvi in src
09:29:57 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/libcfa/x64-debug/src'
09:29:57 make[3]: Nothing to be done for 'dvi'.
09:29:57 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/libcfa/x64-debug/src'
09:29:57 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/libcfa/x64-debug'
09:29:57 make[3]: Nothing to be done for 'dvi-am'.
09:29:57 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/libcfa/x64-debug'
09:29:57 make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/libcfa/x64-debug'
09:29:57 Making dvi in libcfa/x64-nodebug
09:29:58 make[2]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/libcfa/x64-nodebug'
09:29:58 Making dvi in prelude
09:29:58 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/libcfa/x64-nodebug/prelude'
09:29:58 make[3]: Nothing to be done for 'dvi'.
09:29:58 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/libcfa/x64-nodebug/prelude'
09:29:58 Making dvi in src
09:29:58 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/libcfa/x64-nodebug/src'
09:29:58 make[3]: Nothing to be done for 'dvi'.
09:29:58 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/libcfa/x64-nodebug/src'
09:29:58 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/libcfa/x64-nodebug'
09:29:58 make[3]: Nothing to be done for 'dvi-am'.
09:29:58 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/libcfa/x64-nodebug'
09:29:58 make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/libcfa/x64-nodebug'
09:29:58 make[1]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub'
09:29:58 make[1]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub'
09:29:58 Making check in driver
09:29:58 make[2]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/driver'
09:29:58 make[2]: Nothing to be done for 'check'.
09:29:58 make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/driver'
09:29:58 Making check in src
09:29:58 make[2]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/src'
09:29:58 make check-am
09:29:58 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/src'
09:29:58 make[3]: Nothing to be done for 'check-am'.
09:29:58 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/src'
09:29:58 make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/src'
09:29:58 Making check in .
09:29:58 make[2]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub'
09:29:58 make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub'
09:29:58 Making check in libcfa/x64-debug
09:29:58 make[2]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/libcfa/x64-debug'
09:29:58 Making check in prelude
09:29:58 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/libcfa/x64-debug/prelude'
09:29:58 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/libcfa/x64-debug/prelude'
09:29:58 Making check in src
09:29:58 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/libcfa/x64-debug/src'
09:29:58 make[3]: Nothing to be done for 'check'.
09:29:58 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/libcfa/x64-debug/src'
09:29:58 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/libcfa/x64-debug'
09:29:58 make[3]: Nothing to be done for 'check-am'.
09:29:58 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/libcfa/x64-debug'
09:29:58 make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/libcfa/x64-debug'
09:29:58 Making check in libcfa/x64-nodebug
09:29:58 make[2]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/libcfa/x64-nodebug'
09:29:58 Making check in prelude
09:29:58 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/libcfa/x64-nodebug/prelude'
09:29:58 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/libcfa/x64-nodebug/prelude'
09:29:58 Making check in src
09:29:58 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/libcfa/x64-nodebug/src'
09:29:58 make[3]: Nothing to be done for 'check'.
09:29:58 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/libcfa/x64-nodebug/src'
09:29:58 make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/libcfa/x64-nodebug'
09:29:58 make[3]: Nothing to be done for 'check-am'.
09:29:58 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/libcfa/x64-nodebug'
09:29:58 make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/libcfa/x64-nodebug'
09:29:58 make -C tests tests installed=no debug=yes
09:29:58 make[2]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/tests'
09:29:59 Running 333 tests on 8 cores (x64 - debug)
09:31:06 array-ERR2 PASSED C 0:00.060 - R n/a
09:31:06 array-ERR3 PASSED C 0:00.069 - R n/a
09:31:06 array-collections/array-raii-c FAILED with code 1 C 0:00.035 - R n/a
09:31:06 expected :
09:31:06 1 === builtins
09:31:06 2 some nonzero
09:31:06 3 silly: some nonzero
09:31:06 4 === custom
09:31:06 5 [1]
09:31:06 6 ctor 0
09:31:06 7 ctor 1
09:31:06 8 ctor 2
09:31:06 9 ctor 3
09:31:06 10 ctor 4
09:31:06 11 func 0
09:31:06 12 func 1
09:31:06 13 func 2
09:31:06 14 func 3
09:31:06 15 func 4
09:31:06 16 dtor 4
09:31:06 17 dtor 3
09:31:06 18 dtor 2
09:31:06 19 dtor 1
09:31:06 20 dtor 0
09:31:06 21 [2]
09:31:06 22 ctor 0
09:31:06 23 ctor 1
09:31:06 24 ctor 2
09:31:06 25 ctor 3
09:31:06 26 ctor 4
09:31:06 27 ctor 5
09:31:06 28 func 0 at (0, 0)
09:31:06 29 func 1 at (0, 1)
09:31:06 30 func 2 at (0, 2)
09:31:06 31 func 3 at (1, 0)
09:31:06 32 func 4 at (1, 1)
09:31:06 33 func 5 at (1, 2)
09:31:06 34 dtor 5
09:31:06 35 dtor 4
09:31:06 36 dtor 3
09:31:06 37 dtor 2
09:31:06 38 dtor 1
09:31:06 39 dtor 0
09:31:06 40 [3]
09:31:06 41 ctor 0
09:31:06 42 ctor 1
09:31:06 43 ctor 2
09:31:06 44 ctor 3
09:31:06 45 ctor 4
09:31:06 46 func 0
09:31:06 47 func 1
09:31:06 48 func 2
09:31:06 49 func 3
09:31:06 50 func 4
09:31:06 51 dtor 4
09:31:06 52 dtor 3
09:31:06 53 dtor 2
09:31:06 54 dtor 1
09:31:06 55 dtor 0
09:31:06 56 [4]
09:31:06 57 ctor 0
09:31:06 58 ctor 1
09:31:06 59 ctor 2
09:31:06 60 ctor 3
09:31:06 61 ctor 4
09:31:06 62 func 0
09:31:06 63 func 1
09:31:06 64 func 2
09:31:06 65 func 3
09:31:06 66 func 4
09:31:06 67 dtor 4
09:31:06 68 dtor 3
09:31:06 69 dtor 2
09:31:06 70 dtor 1
09:31:06 71 dtor 0
09:31:06 72 === uninit
09:31:06 73 [1]
09:31:06 74 before ctors
09:31:06 75 ctor 0
09:31:06 76 ctor 999
09:31:06 77 ctor 888
09:31:06 78 ctor 3
09:31:06 79 ctor 4
09:31:06 80 func 0
09:31:06 81 func 999
09:31:06 82 func 888
09:31:06 83 func 3
09:31:06 84 func 4
09:31:06 85 dtor 4
09:31:06 86 dtor 3
09:31:06 87 dtor 888
09:31:06 88 dtor 999
09:31:06 89 dtor 0
09:31:06 90 [2]
09:31:06 91 before ctors
09:31:06 92 ctor 100
09:31:06 93 ctor 101
09:31:06 94 ctor 102
09:31:06 95 ctor 110
09:31:06 96 ctor 999
09:31:06 97 ctor 888
09:31:06 98 func 100 at (0, 0)
09:31:06 99 func 101 at (0, 1)
09:31:06 100 func 102 at (0, 2)
09:31:06 101 func 110 at (1, 0)
09:31:06 102 func 999 at (1, 1)
09:31:06 103 func 888 at (1, 2)
09:31:06 104 dtor 888
09:31:06 105 dtor 999
09:31:06 106 dtor 110
09:31:06 107 dtor 102
09:31:06 108 dtor 101
09:31:06 109 dtor 100
09:31:06 got :
09:31:06 1 array-collections/array-raii-c.cfa:21:10: fatal error: array-raii.hfa: No such file or directory
09:31:06 2 compilation terminated.
09:31:06
09:31:06 array-collections/array-raii-cfa FAILED with code 1 C 0:00.092 - R n/a
09:31:06 expected :
09:31:06 1 === builtins
09:31:06 2 some nonzero
09:31:06 3 silly: some nonzero
09:31:06 4 === custom
09:31:06 5 [1]
09:31:06 6 ctor 0
09:31:06 7 ctor 1
09:31:06 8 ctor 2
09:31:06 9 ctor 3
09:31:06 10 ctor 4
09:31:06 11 func 0
09:31:06 12 func 1
09:31:06 13 func 2
09:31:06 14 func 3
09:31:06 15 func 4
09:31:06 16 dtor 4
09:31:06 17 dtor 3
09:31:06 18 dtor 2
09:31:06 19 dtor 1
09:31:06 20 dtor 0
09:31:06 21 [2]
09:31:06 22 ctor 0
09:31:06 23 ctor 1
09:31:06 24 ctor 2
09:31:06 25 ctor 3
09:31:06 26 ctor 4
09:31:06 27 ctor 5
09:31:06 28 func 0 at (0, 0)
09:31:06 29 func 1 at (0, 1)
09:31:06 30 func 2 at (0, 2)
09:31:06 31 func 3 at (1, 0)
09:31:06 32 func 4 at (1, 1)
09:31:06 33 func 5 at (1, 2)
09:31:06 34 dtor 5
09:31:06 35 dtor 4
09:31:06 36 dtor 3
09:31:06 37 dtor 2
09:31:06 38 dtor 1
09:31:06 39 dtor 0
09:31:06 40 [3]
09:31:06 41 ctor 0
09:31:06 42 ctor 1
09:31:06 43 ctor 2
09:31:06 44 ctor 3
09:31:06 45 ctor 4
09:31:06 46 func 0
09:31:06 47 func 1
09:31:06 48 func 2
09:31:06 49 func 3
09:31:06 50 func 4
09:31:06 51 dtor 4
09:31:06 52 dtor 3
09:31:06 53 dtor 2
09:31:06 54 dtor 1
09:31:06 55 dtor 0
09:31:06 56 [4]
09:31:06 57 ctor 0
09:31:06 58 ctor 1
09:31:06 59 ctor 2
09:31:06 60 ctor 3
09:31:06 61 ctor 4
09:31:06 62 func 0
09:31:06 63 func 1
09:31:06 64 func 2
09:31:06 65 func 3
09:31:06 66 func 4
09:31:06 67 dtor 4
09:31:06 68 dtor 3
09:31:06 69 dtor 2
09:31:06 70 dtor 1
09:31:06 71 dtor 0
09:31:06 72 === uninit
09:31:06 73 [1]
09:31:06 74 before ctors
09:31:06 75 ctor 0
09:31:06 76 ctor 999
09:31:06 77 ctor 888
09:31:06 78 ctor 3
09:31:06 79 ctor 4
09:31:06 80 func 0
09:31:06 81 func 999
09:31:06 82 func 888
09:31:06 83 func 3
09:31:06 84 func 4
09:31:06 85 dtor 4
09:31:06 86 dtor 3
09:31:06 87 dtor 888
09:31:06 88 dtor 999
09:31:06 89 dtor 0
09:31:06 90 [2]
09:31:06 91 before ctors
09:31:06 92 ctor 100
09:31:06 93 ctor 101
09:31:06 94 ctor 102
09:31:06 95 ctor 110
09:31:06 96 ctor 999
09:31:06 97 ctor 888
09:31:06 98 func 100 at (0, 0)
09:31:06 99 func 101 at (0, 1)
09:31:06 100 func 102 at (0, 2)
09:31:06 101 func 110 at (1, 0)
09:31:06 102 func 999 at (1, 1)
09:31:06 103 func 888 at (1, 2)
09:31:06 104 dtor 888
09:31:06 105 dtor 999
09:31:06 106 dtor 110
09:31:06 107 dtor 102
09:31:06 108 dtor 101
09:31:06 109 dtor 100
09:31:06 got :
09:31:06 1 array-collections/array-raii-cfa.cfa:23:10: fatal error: array-raii.hfa: No such file or directory
09:31:06 2 compilation terminated.
09:31:06
09:31:06 array PASSED C 0:00.654 - R 0:00.002
09:31:06 array-ERR1 PASSED C 0:00.670 - R n/a
09:31:06 array-collections/dimexpr-match-c PASSED C 0:00.952 - R 0:00.005
09:31:06 array-collections/array-basic PASSED C 0:01.566 - R 0:00.005
09:31:06 ...ollections/language-dim-mismatch PASSED C 0:00.139 - R n/a
09:31:06 array-collections/array-sbscr-types PASSED C 0:01.531 - R 0:00.005
09:31:06 array-collections/safety-summary PASSED C 0:00.421 - R n/a
09:31:06 array-collections/dimexpr-match-cfa PASSED C 0:01.468 - R 0:00.005
09:31:06 attr-priority PASSED C 0:00.365 - R n/a
09:31:06 array-collections/symtab-collision PASSED C 0:00.366 - R n/a
09:31:06 castError PASSED C 0:00.404 - R n/a
09:31:06 cast PASSED C 0:00.688 - R 0:00.002
09:31:06 builtins/sync PASSED C 0:00.855 - R 0:00.001
09:31:06 algorithms/range_test PASSED C 0:04.103 - R 0:00.005
09:31:06 avl_test PASSED C 0:03.409 - R 0:00.005
09:31:06 alloc-ERROR PASSED C 0:06.007 - R n/a
09:31:06 collections/multi_list PASSED C 0:06.405 - R 0:00.005
09:31:06 alloc PASSED C 0:11.221 - R 0:00.009
09:31:06 collections/queue PASSED C 0:08.192 - R 0:00.005
09:31:06 collections/stack PASSED C 0:06.250 - R 0:00.005
09:31:06 alloc2 PASSED C 0:11.825 - R 0:00.010
09:31:06 collections/sequence PASSED C 0:08.358 - R 0:00.005
09:31:06 collections/string-api-coverage PASSED C 0:07.759 - R 0:00.005
09:31:06 collections/atomic_mpsc PASSED C 0:08.238 - R 0:03.171
09:31:06 collections/string-ctx-manage PASSED C 0:04.585 - R 0:00.005
09:31:06 collections/string-gc PASSED C 0:04.815 - R 0:00.009
09:31:06 collections/string-istream PASSED C 0:04.973 - R 0:00.009
09:31:06 ...ions/string-api-coverage-noshare PASSED C 0:07.782 - R 0:00.009
09:31:06 collections/string-compare PASSED C 0:06.299 - R 0:00.006
09:31:06 ...ns/vector-err-retn-perm-it-byval PASSED C 0:01.755 - R n/a
09:31:06 collections/string-overwrite PASSED C 0:04.810 - R 0:00.009
09:31:06 ...ns/vector-err-pass-perm-it-byval PASSED C 0:02.006 - R n/a
09:31:06 ...ections/string-overwrite-noshare PASSED C 0:04.826 - R 0:00.009
09:31:06 collections/string-istream-manip PASSED C 0:07.470 - R 0:00.017
09:31:06 collections/vector-demo PASSED C 0:04.137 - R 0:00.005
09:31:06 complex PASSED C 0:04.272 - R 0:00.005
09:31:06 concurrency/actors/inline PASSED C 0:11.847 - R 0:00.115
09:31:06 concurrency/actors/executor PASSED C 0:12.018 - R 0:00.165
09:31:06 concurrency/actors/inherit PASSED C 0:12.355 - R 0:00.115
09:31:06 concurrency/actors/matrixMultiply PASSED C 0:11.948 - R 0:00.817
09:31:06 concurrency/actors/poison PASSED C 0:11.635 - R 0:00.115
09:31:06 concurrency/actors/dynamic PASSED C 0:11.614 - R 0:02.872
09:31:06 concurrency/actors/pingpong PASSED C 0:11.905 - R 0:00.166
09:31:06 concurrency/actors/static PASSED C 0:11.754 - R 0:00.288
09:31:06 concurrency/barrier/generation PASSED C 0:08.123 - R 0:00.216
09:31:06 concurrency/barrier/last PASSED C 0:08.257 - R 0:00.116
09:31:06 concurrency/barrier/order PASSED C 0:08.141 - R 0:00.116
09:31:06 concurrency/actors/types PASSED C 0:12.151 - R 0:00.166
09:31:06 concurrency/channels/churn PASSED C 0:11.082 - R 0:10.083
09:31:06 concurrency/channels/contend PASSED C 0:11.017 - R 0:10.135
09:31:06 concurrency/channels/big_elems PASSED C 0:11.028 - R 0:10.635
09:31:06 concurrency/channels/daisy_chain PASSED C 0:10.886 - R 0:10.084
09:31:06 concurrency/clib PASSED C 0:01.566 - R 0:00.116
09:31:06 concurrency/clib_tls PASSED C 0:01.711 - R 0:00.165
09:31:06 concurrency/ctor-check PASSED C 0:00.515 - R n/a
09:31:06 concurrency/cluster PASSED C 0:05.748 - R 0:00.165
09:31:06 concurrency/channels/hot_potato PASSED C 0:10.914 - R 0:10.080
09:33:13 concurrency/channels/ping_pong PASSED C 0:10.692 - R 0:10.080
09:33:13 concurrency/channels/pub_sub PASSED C 0:11.080 - R 0:10.081
09:33:13 concurrency/cofor PASSED C 0:07.469 - R 0:00.165
09:33:13 concurrency/coroutineYield PASSED C 0:08.216 - R 0:00.115
09:33:13 concurrency/channels/zero_size PASSED C 0:10.786 - R 0:10.083
09:33:13 concurrency/examples/datingService PASSED C 0:08.198 - R 0:00.065
09:33:13 ...rrency/examples/boundedBufferEXT PASSED C 0:08.063 - R 0:04.777
09:33:13 concurrency/examples/gortn PASSED C 0:08.236 - R 0:00.065
09:33:13 concurrency/examples/matrixSum PASSED C 0:08.008 - R 0:00.115
09:33:13 concurrency/futures/abandon PASSED C 0:05.946 - R 0:00.261
09:33:13 concurrency/futures/basic PASSED C 0:06.190 - R 0:00.116
09:33:13 concurrency/keywordErrors PASSED C 0:00.237 - R n/a
09:33:13 concurrency/examples/quickSort PASSED C 0:09.398 - R 0:00.065
09:33:13 concurrency/mainError PASSED C 0:00.164 - R n/a
09:33:13 ...rrency/examples/boundedBufferINT PASSED C 0:08.222 - R 0:04.774
09:33:13 concurrency/futures/typed PASSED C 0:08.128 - R 0:00.116
09:33:13 concurrency/join PASSED C 0:08.148 - R 0:00.066
09:33:13 concurrency/futures/wait_any PASSED C 0:10.439 - R 0:00.115
09:33:13 concurrency/migrate PASSED C 0:07.989 - R 0:00.166
09:33:13 concurrency/futures/multi PASSED C 0:12.205 - R 0:00.116
09:33:13 concurrency/lockfree_stack PASSED C 0:07.953 - R 0:06.278
09:33:13 concurrency/mutexstmt/monitors PASSED C 0:06.964 - R 0:02.120
09:33:13 concurrency/once PASSED C 0:08.142 - R 0:00.116
09:33:13 concurrency/mutexstmt/tuple PASSED C 0:09.895 - R 0:00.005
09:33:13 concurrency/futures/select_future PASSED C 0:21.225 - R 0:00.115
09:33:13 concurrency/park/contention PASSED C 0:05.803 - R 0:00.116
09:33:13 concurrency/park/start_parked PASSED C 0:06.305 - R 0:00.066
09:33:13 concurrency/mutexstmt/locks PASSED C 0:08.966 - R 0:09.335
09:33:13 concurrency/park/force_preempt PASSED C 0:07.869 - R 0:00.416
09:33:13 ...rrency/pthread/pthread_attr_test PASSED C 0:07.808 - R 0:00.065
09:33:13 concurrency/monitor PASSED C 0:08.384 - R 0:19.011
09:33:13 ...urrency/pthread/pthread_key_test PASSED C 0:02.453 - R 0:00.033
09:33:13 ...rrency/pthread/pthread_cond_test PASSED C 0:07.897 - R 0:00.065
09:33:13 concurrency/multi-monitor PASSED C 0:08.041 - R 0:19.102
09:33:13 ...pthread/pthread_demo_create_join PASSED C 0:08.010 - R 0:00.065
09:33:13 ...rrency/pthread/pthread_once_test PASSED C 0:07.822 - R 0:00.165
09:33:13 concurrency/readyQ/barrier_sleeper PASSED C 0:08.314 - R 0:00.166
09:33:13 concurrency/preempt PASSED C 0:09.113 - R 0:11.540
09:33:13 ...rrency/pthread/pthread_demo_lock PASSED C 0:08.564 - R 0:04.926
09:33:13 concurrency/readyQ/leader_spin PASSED C 0:07.940 - R 0:00.216
09:33:13 concurrency/signal/block PASSED C 0:08.598 - R 0:01.368
09:33:13 concurrency/signal/disjoint PASSED C 0:08.495 - R 0:01.769
09:33:13 concurrency/signal/wait PASSED C 0:08.755 - R 0:00.216
09:33:13 concurrency/preempt2 PASSED C 0:08.060 - R 0:20.109
09:33:13 concurrency/suspend_then PASSED C 0:08.193 - R 0:00.116
09:33:13 concurrency/sleep PASSED C 0:08.400 - R 0:01.168
09:33:13 concurrency/thread PASSED C 0:09.750 - R 0:00.116
09:33:13 .../unified_locking/block_spin_lock PASSED C 0:10.096 - R 0:00.115
09:33:13 ...ency/unified_locking/exp_backoff PASSED C 0:09.587 - R 0:00.115
09:33:13 .../unified_locking/fast_block_lock PASSED C 0:10.001 - R 0:00.115
09:33:13 ...fied_locking/mcs_block_spin_lock PASSED C 0:09.568 - R 0:00.115
09:33:13 ...cy/unified_locking/pthread_locks PASSED C 0:07.602 - R 0:00.115
09:33:13 concurrency/unified_locking/mcs PASSED C 0:09.491 - R 0:04.874
09:33:13 ...nified_locking/simple_owner_lock PASSED C 0:09.638 - R 0:00.116
09:33:13 ...ncy/unified_locking/timeout_lock PASSED C 0:07.393 - R 0:01.117
09:33:13 concurrency/waitfor/barge PASSED C 0:08.425 - R 0:00.266
09:33:13 concurrency/waitfor/else PASSED C 0:06.981 - R 0:00.065
09:33:13 concurrency/waitfor/parse PASSED C 0:04.737 - R 0:00.001
09:33:13 concurrency/waitfor/dtor PASSED C 0:07.887 - R 0:01.068
09:33:13 concurrency/waitfor/recurse PASSED C 0:08.366 - R 0:00.817
09:33:13 concurrency/unified_locking/locks PASSED C 0:08.130 - R 0:22.105
09:33:13 concurrency/waitfor/statment PASSED C 0:08.428 - R 0:00.116
09:33:13 concurrency/waitfor/when PASSED C 0:08.059 - R 0:00.166
09:33:13 concurrency/waituntil/all_types PASSED C 0:09.975 - R 0:01.868
09:33:13 concurrency/waituntil/basic_else PASSED C 0:07.687 - R 0:00.065
09:33:13 ...ency/waituntil/channel_zero_size PASSED C 0:08.854 - R 0:01.969
09:33:13 concurrency/waituntil/channels PASSED C 0:08.997 - R 0:01.919
09:33:13 concurrency/waituntil/futures PASSED C 0:08.157 - R 0:00.116
09:33:13 ...ency/unified_locking/futex_mutex PASSED C 0:09.558 - R 0:36.832
09:33:13 concurrency/waituntil/channel_close PASSED C 0:09.057 - R 0:10.084
09:33:13 concurrency/waituntil/one_chan PASSED C 0:09.155 - R 0:00.366
09:33:13 configs/parsebools PASSED C 0:06.326 - R 0:00.033
09:33:13 concurrency/waituntil/locks PASSED C 0:09.758 - R 0:04.574
09:33:13 const-init PASSED C 0:00.699 - R 0:00.005
09:33:13 concurrency/waituntil/timeout PASSED C 0:05.164 - R 0:03.122
09:33:13 copyfile PASSED C 0:04.091 - R 0:00.005
09:33:13 ...urrency/unified_locking/mcs_spin PASSED C 0:09.499 - R 0:44.149
09:33:13 configs/parseconfig PASSED C 0:06.985 - R 0:00.009
09:33:13 configs/usage PASSED C 0:06.119 - R 0:00.009
09:33:13 coroutine/devicedriver PASSED C 0:05.303 - R 0:00.065
09:33:13 coroutine/fibonacci PASSED C 0:05.239 - R 0:00.065
09:33:13 coroutine/fmtLines PASSED C 0:05.053 - R 0:00.115
09:33:13 .../unified_locking/spin_queue_lock PASSED C 0:09.472 - R 0:45.248
09:33:13 coroutine/pingpong PASSED C 0:05.205 - R 0:00.116
09:33:13 ctrl-flow/loop-inc PASSED C 0:00.727 - R 0:00.005
09:33:13 counter PASSED C 0:04.132 - R 0:00.005
09:33:13 coroutine/runningTotal PASSED C 0:05.192 - R 0:00.065
09:33:13 coroutine/raii PASSED C 0:05.303 - R 0:00.065
09:33:13 coroutine/prodcons PASSED C 0:06.920 - R 0:00.065
09:33:13 enum PASSED C 0:00.754 - R 0:00.005
09:33:13 ctrl-flow/ifwhileCtl PASSED C 0:03.986 - R 0:00.005
09:33:13 enum_tests/anonymous PASSED C 0:01.419 - R 0:00.005
09:33:13 designations PASSED C 0:04.653 - R 0:00.005
09:33:13 enum_tests/stringEnum PASSED C 0:01.433 - R 0:00.005
09:33:13 enum_tests/structEnum PASSED C 0:01.381 - R 0:00.005
09:33:13 enum_tests/typedIntEnum PASSED C 0:01.346 - R 0:00.005
09:33:13 errors/declaration PASSED C 0:00.115 - R n/a
09:33:13 ctrl-flow/loop_else PASSED C 0:07.019 - R 0:00.005
09:33:13 errors/scope-type PASSED C 0:00.355 - R n/a
09:33:13 div PASSED C 0:05.976 - R 0:00.005
09:33:13 errors/scope PASSED C 0:00.402 - R n/a
09:33:13 errors/signature PASSED C 0:00.082 - R n/a
09:34:09 enum_tests/enumInlineValue PASSED C 0:04.320 - R 0:00.005
09:34:09 eval PASSED C 0:00.715 - R 0:00.005
09:34:09 device/cpu PASSED C 0:07.087 - R 0:00.009
09:34:09 ctrl-flow/loopctrl PASSED C 0:08.015 - R 0:00.009
09:34:09 enum_tests/voidEnum PASSED C 0:04.215 - R 0:00.005
09:34:09 exceptions/conditional PASSED C 0:04.054 - R 0:00.005
09:34:09 exceptions/cancel/coroutine PASSED C 0:05.249 - R 0:00.065
09:34:09 exceptions/data-except PASSED C 0:04.283 - R 0:00.005
09:34:09 exceptions/conditional-threads PASSED C 0:05.219 - R 0:00.065
09:34:09 exceptions/defaults PASSED C 0:04.523 - R 0:00.005
09:34:09 exceptions/cancel/thread PASSED C 0:08.119 - R 0:00.065
09:34:09 exceptions/cor_resumer PASSED C 0:08.064 - R 0:00.115
09:34:09 exceptions/finally PASSED C 0:04.329 - R 0:00.005
09:34:09 exceptions/defaults-threads PASSED C 0:05.597 - R 0:00.066
09:34:09 exceptions/finally-threads PASSED C 0:05.525 - R 0:00.065
09:34:09 exceptions/fibonacci_nonlocal PASSED C 0:06.542 - R 0:00.065
09:34:09 exceptions/interact PASSED C 0:04.596 - R 0:00.005
09:34:09 exceptions/polymorphic PASSED C 0:04.461 - R 0:00.005
09:34:09 exceptions/try-ctrl-flow PASSED C 0:00.253 - R n/a
09:34:09 concurrency/waituntil/repeat_close PASSED C 0:09.824 - R 0:30.087
09:34:09 exceptions/type-check PASSED C 0:00.242 - R n/a
09:34:09 exceptions/resume PASSED C 0:04.735 - R 0:00.005
09:34:09 exceptions/try-leave-catch PASSED C 0:00.769 - R 0:00.005
09:34:09 expression PASSED C 0:00.688 - R 0:00.001
09:34:09 exceptions/resume-threads PASSED C 0:05.912 - R 0:00.065
09:34:09 exceptions/terminate PASSED C 0:04.749 - R 0:00.005
09:34:09 exceptions/trash PASSED C 0:04.180 - R 0:00.005
09:34:09 exceptions/pingpong_nonlocal PASSED C 0:08.414 - R 0:00.115
09:34:09 exceptions/terminate-threads PASSED C 0:05.928 - R 0:00.065
09:34:09 exceptions/virtual-poly PASSED C 0:04.181 - R 0:00.005
09:34:09 fallthrough PASSED C 0:04.267 - R 0:00.005
09:34:09 exceptions/virtual-cast PASSED C 0:05.543 - R 0:00.005
09:34:09 global-monomorph PASSED C 0:00.716 - R 0:00.005
09:34:09 fstream_test PASSED C 0:04.304 - R 0:00.005
09:34:09 generator/fibonacci PASSED C 0:04.053 - R 0:00.005
09:34:09 identFuncDeclarator PASSED C 0:00.658 - R 0:00.002
09:34:09 forall PASSED C 0:05.383 - R 0:00.182
09:34:09 generator/fmtLines PASSED C 0:04.095 - R 0:00.009
09:34:09 identParamDeclarator PASSED C 0:00.718 - R 0:00.005
09:34:09 generator/suspend_then PASSED C 0:04.097 - R 0:00.005
09:34:09 function-operator PASSED C 0:06.087 - R 0:00.005
09:34:09 genericUnion PASSED C 0:04.244 - R 0:00.005
09:34:09 include/vector-collections PASSED C 0:01.847 - R 0:00.005
09:34:09 hello PASSED C 0:04.098 - R 0:00.005
09:34:09 include/vector-sequence PASSED C 0:01.119 - R 0:00.005
09:34:09 init1-ERROR PASSED C 0:00.376 - R n/a
09:34:09 init1 PASSED C 0:00.646 - R 0:00.001
09:34:09 identity PASSED C 0:04.374 - R 0:00.009
09:34:09 include/stdincludes PASSED C 0:04.468 - R 0:00.004
09:34:09 include/vector-fstream PASSED C 0:04.202 - R 0:00.005
09:34:09 io/away_fair PASSED C 0:09.684 - R 0:00.115
09:34:09 io/comp_basic PASSED C 0:09.982 - R 0:00.115
09:34:09 include/includes PASSED C 0:13.532 - R 0:00.001
09:34:09 io/comp_fair PASSED C 0:10.104 - R 0:00.216
09:34:09 io/io-acquire-in PASSED C 0:08.795 - R 0:00.116
09:34:09 io/io-acquire PASSED C 0:09.358 - R 0:00.116
09:34:09 labelledExit PASSED C 0:00.675 - R 0:00.002
09:34:09 heap PASSED C 0:06.350 - R 0:10.236
09:34:09 limits PASSED C 0:00.695 - R 0:00.002
09:34:09 io/io PASSED C 0:12.708 - R 0:00.009
09:34:09 linking/exception-nothreads PASSED C 0:02.902 - R 0:00.005
09:34:09 linking/exception-withthreads PASSED C 0:04.453 - R 0:00.065
09:34:09 io/manipulatorsOutput4 PASSED C 0:07.148 - R 0:00.017
09:34:09 linking/nostdlib PASSED C 0:00.710 - R 0:00.005
09:34:09 io/io-acquire-out PASSED C 0:08.667 - R 0:00.115
09:34:09 linking/mangling/anon PASSED C 0:04.109 - R 0:00.005
09:34:09 linking/io-acquire PASSED C 0:05.756 - R 0:00.005
09:34:09 io/io-acquire2 PASSED C 0:09.294 - R 0:00.115
09:34:09 linkonce PASSED C 0:00.804 - R 0:00.005
09:34:09 io/many_read PASSED C 0:09.854 - R 0:00.115
09:34:09 maybe PASSED C 0:00.907 - R 0:00.005
09:34:09 linking/nothreads PASSED C 0:05.464 - R 0:00.005
09:34:09 linking/weakso_nothd PASSED C 0:05.424 - R 0:00.005
09:34:09 literals PASSED C 0:04.242 - R 0:00.005
09:34:09 nested-types PASSED C 0:00.662 - R 0:00.001
09:34:09 io/io-acquire-no-io PASSED C 0:08.217 - R 0:06.831
09:34:09 nested-types-ERR1 PASSED C 0:00.085 - R n/a
09:34:09 nested-types-ERR2 PASSED C 0:00.116 - R n/a
09:34:09 numericConstants PASSED C 0:00.626 - R 0:00.001
09:34:09 operators PASSED C 0:00.704 - R 0:00.005
09:34:09 poly-d-cycle PASSED C 0:00.712 - R 0:00.005
09:34:09 poly-o-cycle PASSED C 0:00.803 - R 0:00.005
09:34:09 meta/fork+exec PASSED C 0:03.356 - R 0:00.017
09:34:09 polybits PASSED C 0:00.139 - R n/a
09:34:09 malloc PASSED C 0:06.782 - R 0:00.005
09:34:09 linking/withthreads PASSED C 0:07.917 - R 0:00.065
09:34:09 poly-selection PASSED C 0:00.721 - R 0:00.005
09:34:09 quasiKeyword PASSED C 0:00.750 - R 0:00.001
09:34:09 meta/dumpable PASSED C 0:05.901 - R 0:00.005
09:34:09 raii/ctor-autogen-ERR1 PASSED C 0:00.429 - R n/a
09:34:09 raii/ctor-autogen PASSED C 0:01.202 - R 0:00.005
09:34:09 list/dlist-insert-remove PASSED C 0:09.516 - R 0:00.017
09:34:09 quotedKeyword PASSED C 0:03.951 - R 0:00.005
09:34:09 polymorphism PASSED C 0:04.225 - R 0:00.005
09:34:09 raii/boxed-types PASSED C 0:04.176 - R 0:00.005
09:34:09 raii/dtor-early-exit-ERR1 PASSED C 0:03.272 - R n/a
09:34:09 raii/init_once PASSED C 0:00.825 - R 0:00.005
09:34:09 raii/dtor-early-exit-ERR2 PASSED C 0:03.328 - R n/a
09:34:09 minmax PASSED C 0:08.527 - R 0:00.009
09:34:09 result PASSED C 0:01.091 - R 0:00.005
09:34:09 raii/globals PASSED C 0:04.309 - R 0:00.005
09:34:09 raii/dtor-early-exit PASSED C 0:06.167 - R 0:00.009
09:34:09 raii/memberCtors-ERR1 PASSED C 0:02.837 - R n/a
09:34:56 simpleGenericTriple PASSED C 0:00.899 - R 0:00.005
09:34:56 smart-pointers PASSED C 0:00.905 - R 0:00.005
09:34:56 raii/memberCtors PASSED C 0:04.667 - R 0:00.009
09:34:56 switch PASSED C 0:00.660 - R 0:00.001
09:34:56 references PASSED C 0:04.804 - R 0:00.005
09:34:56 shortCircuit PASSED C 0:04.156 - R 0:00.005
09:34:56 tuple/tupleCast PASSED C 0:00.868 - R 0:00.005
09:34:56 strstream PASSED C 0:04.411 - R 0:00.005
09:34:56 tuple/tupleFunction PASSED C 0:00.778 - R 0:00.005
09:34:56 searchsort PASSED C 0:07.175 - R 0:00.009
09:34:56 tuple/tupleMember PASSED C 0:00.759 - R 0:00.005
09:34:56 tuple/tuplePolymorphism PASSED C 0:00.932 - R 0:00.005
09:34:56 typedefRedef-ERR1 PASSED C 0:00.088 - R n/a
09:34:56 typedefRedef PASSED C 0:00.642 - R 0:00.001
09:34:56 typeof PASSED C 0:00.741 - R 0:00.005
09:34:56 sum PASSED C 0:06.554 - R 0:00.005
09:34:56 variableDeclarator PASSED C 0:00.657 - R 0:00.001
09:34:56 tuple/tupleAssign PASSED C 0:05.345 - R 0:00.005
09:34:56 time PASSED C 0:05.740 - R 0:00.009
09:34:56 tuple/tupleVariadic PASSED C 0:03.019 - R 0:00.005
09:34:56 swap PASSED C 0:07.395 - R 0:00.005
09:34:56 userLiterals PASSED C 0:04.714 - R 0:00.005
09:34:56 rational PASSED C 0:14.822 - R 0:00.009
09:34:56 vector_math/vec2_double PASSED C 0:06.179 - R 0:00.005
09:34:56 vector PASSED C 0:06.484 - R 0:00.005
09:34:56 voidPtr PASSED C 0:00.704 - R 0:00.005
09:34:56 vector_math/vec2_uint PASSED C 0:06.234 - R 0:00.005
09:34:56 withconflict PASSED C 0:00.368 - R n/a
09:34:56 warnings/self-assignment PASSED C 0:00.642 - R 0:00.001
09:34:56 KRfunctions PASSED C 0:00.615 - R 0:00.001
09:34:56 vector_math/vec2_float PASSED C 0:10.894 - R 0:00.009
09:34:56 vector_math/vec2_int PASSED C 0:11.304 - R 0:00.009
09:34:56 vector_math/vec3_float PASSED C 0:11.109 - R 0:00.009
09:34:56 ...collections/dimexpr-match-c-ERRS PASSED C 0:00.480 - R n/a
09:34:56 ...llections/dimexpr-match-cfa-ERRS PASSED C 0:00.863 - R n/a
09:34:56 vector_math/vec3_int PASSED C 0:09.792 - R 0:00.009
09:34:56 attributes PASSED C 0:00.747 - R 0:00.002
09:34:56 abs PASSED C 0:06.037 - R 0:00.005
09:34:56 vector_math/vec4_float PASSED C 0:10.674 - R 0:00.009
09:34:56 vector_math/vec4_int PASSED C 0:10.042 - R 0:00.009
09:34:56 ...collections/array-md-sbscr-cases PASSED C 0:05.036 - R 0:00.009
09:34:56 declarationSpecifier PASSED C 0:00.679 - R 0:00.001
09:34:56 errors/completeType PASSED C 0:00.368 - R n/a
09:34:56 ato PASSED C 0:06.086 - R 0:00.005
09:34:56 PRNG PASSED C 0:12.307 - R 0:01.819
09:34:56 configs/parsenums PASSED C 0:06.280 - R 0:00.065
09:34:56 extension PASSED C 0:00.631 - R 0:00.001
09:34:56 bitmanip1 PASSED C 0:09.950 - R 0:00.017
09:34:56 functions PASSED C 0:00.629 - R 0:00.002
09:34:56 gccExtensions PASSED C 0:00.613 - R 0:00.001
09:34:56 concurrency/pthread/bounded_buffer PASSED C 0:08.245 - R 0:00.115
09:34:56 bitmanip2 PASSED C 0:10.328 - R 0:00.018
09:34:56 exceptions/cardgame PASSED C 0:07.112 - R 0:00.065
09:34:56 exceptions/hotpotato_checked PASSED C 0:07.691 - R 0:00.065
09:34:56 bitmanip3 PASSED C 0:13.179 - R 0:00.017
09:34:56 exceptions/hotpotato PASSED C 0:07.655 - R 0:00.065
09:34:56 meta/arch PASSED C 0:00.366 - R n/a
09:34:56 gmp PASSED C 0:06.494 - R 0:00.009
09:34:56 io/manipulatorsInput PASSED C 0:06.835 - R 0:00.009
09:34:56 io/manipulatorsOutput2 PASSED C 0:08.384 - R 0:00.009
09:34:56 random PASSED C 0:05.715 - R 0:00.005
09:34:56 vector_math/vec2_ldouble PASSED C 0:06.111 - R 0:00.005
09:34:56 io/manipulatorsOutput1 PASSED C 0:12.968 - R 0:00.009
09:34:56 nested_function PASSED C 0:07.786 - R 0:00.065
09:34:56 io/manipulatorsOutput3 PASSED C 0:14.096 - R 0:00.009
09:34:56 math PASSED C 0:12.478 - R 0:00.019
09:34:56 mathX PASSED C 0:14.259 - R 0:00.019
09:34:56 331 passes, 2 failures, 0 timeouts, 0 cancelled, 0 other
09:34:56 Tests took 4:54.688
09:34:56 make[2]: *** [Makefile:912: all-local] Error 1
09:34:56 make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub/tests'
09:34:56 make[1]: *** [Makefile:955: check] Error 2
09:34:56 make[1]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/cfa-cc-1.0.0.2752/_build/sub'
09:34:56 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