Branch indexing Running as Jenkins Build User > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-914b6fdde163b7e17ee75d99ca23f18a/.git # timeout=10 Setting origin to cforall@plg.uwaterloo.ca:software/cfa/cfa-cc > git config remote.origin.url cforall@plg.uwaterloo.ca:software/cfa/cfa-cc # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.25.1' > git config --get remote.origin.url # timeout=10 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 -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 Seen branch in repository origin/ADT Seen branch in repository origin/aaron-thesis Seen branch in repository origin/arm-eh Seen branch in repository origin/cleanup-dtors Seen branch in repository origin/ctor Seen branch in repository origin/deferred_resn Seen branch in repository origin/demangler Seen branch in repository origin/enum Seen branch in repository origin/forall-pointer-decay Seen branch in repository origin/gc_noraii Seen branch in repository origin/jacob/cs343-translation Seen branch in repository origin/jenkins-sandbox Seen branch in repository origin/master Seen branch in repository origin/memory Seen branch in repository origin/new-ast Seen branch in repository origin/new-ast-unique-expr Seen branch in repository origin/new-env Seen branch in repository origin/no_list Seen branch in repository origin/persistent-indexer Seen branch in repository origin/pthread-emulation Seen branch in repository origin/qualifiedEnum Seen branch in repository origin/resolv-new Seen branch in repository origin/string Seen branch in repository origin/with_gc Seen 24 remote branches Obtained Jenkinsfile from 28f8f154b94c0b9fd3ef74a8d0de01187a5522c6 [Pipeline] Start of Pipeline [Pipeline] node Running on Brokk 6 in /var/lib/jenkins/workspace/Cforall_ADT [Pipeline] { [Pipeline] wrap [Pipeline] { [Pipeline] properties WARNING: Unknown parameter(s) found for class type 'hudson.model.ChoiceParameterDefinition': defaultValue WARNING: Unknown parameter(s) found for class type 'hudson.model.ChoiceParameterDefinition': defaultValue [Pipeline] checkout The recommended git tool is: NONE using credential git_key_aug20 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository cforall@plg.uwaterloo.ca:software/cfa/cfa-cc > git init /var/lib/jenkins/workspace/Cforall_ADT # 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 --no-tags --force --progress -- cforall@plg.uwaterloo.ca:software/cfa/cfa-cc +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 28f8f154b94c0b9fd3ef74a8d0de01187a5522c6 (ADT) > git config remote.origin.url cforall@plg.uwaterloo.ca:software/cfa/cfa-cc # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 28f8f154b94c0b9fd3ef74a8d0de01187a5522c6 # timeout=10 Commit message: "Save progress" First time build. Skipping changelog. [Pipeline] load [Pipeline] { (Jenkins/tools.groovy) [Pipeline] } [Pipeline] // load [Pipeline] echo Compiler : gcc-11 (g++-11/gcc-11) Architecture : x64 Arc Flags : --host=x86_64 Run All Tests : false Run Benchmark : false Build Documentation : true Publish : false Silent : false [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // node [Pipeline] node Running on Brokk 6 in /var/lib/jenkins/workspace/Cforall_ADT [Pipeline] { [Pipeline] wrap [Pipeline] { [Pipeline] pwd [Pipeline] pwd [Pipeline] echo -------- Cleanup -------- [Pipeline] stage [Pipeline] { (Cleanup) [Pipeline] dir Running in /var/lib/jenkins/workspace/Cforall_ADT@tmp [Pipeline] { [Pipeline] deleteDir [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] echo -------- Checkout -------- [Pipeline] stage [Pipeline] { (Checkout) [Pipeline] checkout The recommended git tool is: NONE using credential git_key_aug20 Fetching changes from the remote Git repository Cleaning workspace Fetching without tags > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Cforall_ADT/.git # timeout=10 > git config remote.origin.url cforall@plg.uwaterloo.ca:software/cfa/cfa-cc # timeout=10 > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 > git clean -fdx # timeout=10 Fetching upstream changes from cforall@plg.uwaterloo.ca:software/cfa/cfa-cc > git --version # timeout=10 > git --version # 'git version 2.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 --no-tags --force --progress -- cforall@plg.uwaterloo.ca:software/cfa/cfa-cc +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 28f8f154b94c0b9fd3ef74a8d0de01187a5522c6 (ADT) Commit message: "Save progress" [Pipeline] echo ERROR retrieveing previous git information! [Pipeline] } [Pipeline] // stage [Pipeline] echo -------- Build : configure -------- [Pipeline] stage [Pipeline] { (Build : configure) [Pipeline] dir Running in /var/lib/jenkins/workspace/Cforall_ADT [Pipeline] { [Pipeline] sh > git config core.sparsecheckout # timeout=10 > git checkout -f 28f8f154b94c0b9fd3ef74a8d0de01187a5522c6 # timeout=10 + ./autogen.sh Running aclocal in root Running libtoolize in root libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'automake'. libtoolize: linking file 'automake/ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'automake'. libtoolize: linking file 'automake/libtool.m4' libtoolize: linking file 'automake/ltoptions.m4' libtoolize: linking file 'automake/ltsugar.m4' libtoolize: linking file 'automake/ltversion.m4' libtoolize: linking file 'automake/lt~obsolete.m4' Running autoconf in root Running automake in root configure.ac:223: installing 'automake/compile' configure.ac:138: installing 'automake/config.guess' configure.ac:138: installing 'automake/config.sub' configure.ac:17: installing 'automake/install-sh' benchmark/Makefile.am: installing 'automake/depcomp' parallel-tests: installing 'automake/test-driver' configure.ac: installing 'automake/ylwrap' Running aclocal in libcfa Running libtoolize in libcfa libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'automake'. libtoolize: linking file 'automake/ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'automake'. libtoolize: linking file 'automake/libtool.m4' libtoolize: linking file 'automake/ltoptions.m4' libtoolize: linking file 'automake/ltsugar.m4' libtoolize: linking file 'automake/ltversion.m4' libtoolize: linking file 'automake/lt~obsolete.m4' Running autoconf in libcfa Running automake in libcfa configure.ac:119: installing 'automake/compile' configure.ac:119: installing 'automake/config.guess' configure.ac:119: installing 'automake/config.sub' configure.ac:12: installing 'automake/install-sh' src/Makefile.am: installing 'automake/depcomp' [Pipeline] } [Pipeline] // dir [Pipeline] dir Running in /var/lib/jenkins/workspace/Cforall_ADT@tmp [Pipeline] { [Pipeline] sh + /var/lib/jenkins/workspace/Cforall_ADT/configure CXX=g++-11 CC=gcc-11 --host=x86_64 AR=gcc-ar RANLIB=gcc-ranlib --with-target-hosts=host:debug --quiet --prefix=/var/lib/jenkins/workspace/Cforall_ADT@tmp [Pipeline] sh + nproc + make -j 16 --no-print-directory configure-libcfa libcfa/x64-debug/config.data Configuring libcfa (/var/lib/jenkins/workspace/Cforall_ADT/libcfa/configure) with ''CXX=g++-11' 'CC=gcc-11' 'AR=gcc-ar' 'RANLIB=gcc-ranlib' '--prefix=/var/lib/jenkins/workspace/Cforall_ADT@tmp' DRIVER_DIR=/var/lib/jenkins/workspace/Cforall_ADT@tmp/driver/ ARCHITECTURE=x64 CONFIGURATION=debug CFA_VERSION=1:0:0' from /var/lib/jenkins/workspace/Cforall_ADT@tmp / libcfa/x64-debug/ checking whether make supports nested variables... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for distributated build... no checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking how to print strings... printf checking whether make supports the include directive... yes (GNU style) checking for gcc... gcc-11 checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc-11 accepts -g... yes checking for gcc-11 option to accept ISO C89... none needed checking whether gcc-11 understands -c and -o together... yes checking dependency style of gcc-11... gcc3 checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc-11... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... gcc-ranlib checking command to parse /usr/bin/nm -B output from gcc-11 object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking how to run the C preprocessor... gcc-11 -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc-11 supports -fno-rtti -fno-exceptions... no checking for gcc-11 option to produce PIC... -fPIC -DPIC checking if gcc-11 PIC flag -fPIC -DPIC works... yes checking if gcc-11 static flag -static works... yes checking if gcc-11 supports -c -o file.o... yes checking if gcc-11 supports -c -o file.o... (cached) yes checking whether the gcc-11 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking whether we are using the GNU C++ compiler... yes checking whether g++-11 accepts -g... yes checking dependency style of g++-11... gcc3 checking how to run the C++ preprocessor... g++-11 -E checking for ld used by g++-11... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++-11 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for g++-11 option to produce PIC... -fPIC -DPIC checking if g++-11 PIC flag -fPIC -DPIC works... yes checking if g++-11 static flag -static works... yes checking if g++-11 supports -c -o file.o... yes checking if g++-11 supports -c -o file.o... (cached) yes checking whether the g++-11 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for gcc... (cached) gcc-11 checking whether we are using the GNU C compiler... (cached) yes checking whether gcc-11 accepts -g... (cached) yes checking for gcc-11 option to accept ISO C89... (cached) none needed checking whether gcc-11 understands -c and -o together... (cached) yes checking dependency style of gcc-11... (cached) gcc3 checking dependency style of gcc-11... gcc3 checking whether make sets $(MAKE)... (cached) yes checking linux/rseq.h usability... yes checking linux/rseq.h presence... yes checking for linux/rseq.h... yes checking for rseq_available in -lrseq... no checking linux/io_uring.h usability... yes checking linux/io_uring.h presence... yes checking for linux/io_uring.h... yes checking liburing.h usability... yes checking liburing.h presence... yes checking for liburing.h... yes checking for io_uring_get_probe in -luring... yes checking whether IORING_OP_NOP is declared... yes checking whether IORING_OP_READV is declared... yes checking whether IORING_OP_WRITEV is declared... yes checking whether IORING_OP_FSYNC is declared... yes checking whether IORING_OP_READ_FIXED is declared... yes checking whether IORING_OP_WRITE_FIXED is declared... yes checking whether IORING_OP_POLL_ADD is declared... yes checking whether IORING_OP_POLL_REMOVE is declared... yes checking whether IORING_OP_SYNC_FILE_RANGE is declared... yes checking whether IORING_OP_SENDMSG is declared... yes checking whether IORING_OP_RECVMSG is declared... yes checking whether IORING_OP_TIMEOUT is declared... yes checking whether IORING_OP_TIMEOUT_REMOVE is declared... yes checking whether IORING_OP_ACCEPT is declared... yes checking whether IORING_OP_ASYNC_CANCEL is declared... yes checking whether IORING_OP_LINK_TIMEOUT is declared... yes checking whether IORING_OP_CONNECT is declared... yes checking whether IORING_OP_FALLOCATE is declared... yes checking whether IORING_OP_OPENAT is declared... yes checking whether IORING_OP_CLOSE is declared... yes checking whether IORING_OP_FILES_UPDATE is declared... yes checking whether IORING_OP_STATX is declared... yes checking whether IORING_OP_READ is declared... yes checking whether IORING_OP_WRITE is declared... yes checking whether IORING_OP_FADVISE is declared... yes checking whether IORING_OP_MADVISE is declared... yes checking whether IORING_OP_SEND is declared... yes checking whether IORING_OP_RECV is declared... yes checking whether IORING_OP_OPENAT2 is declared... yes checking whether IORING_OP_EPOLL_CTL is declared... yes checking whether IORING_OP_SPLICE is declared... yes checking whether IORING_OP_PROVIDE_BUFFERS is declared... yes checking whether IORING_OP_REMOVE_BUFFER is declared... no checking whether IORING_OP_TEE is declared... no checking whether IOSQE_FIXED_FILE is declared... yes checking whether IOSQE_IO_DRAIN is declared... yes checking whether IOSQE_IO_LINK is declared... yes checking whether IOSQE_IO_HARDLINK is declared... yes checking whether IOSQE_ASYNC is declared... yes checking whether IOSQE_BUFFER_SELECT is declared... yes checking whether SPLICE_F_FD_IN_FIXED is declared... yes checking whether IORING_SETUP_ATTACH_WQ is declared... yes checking whether IORING_REGISTER_IOWQ_MAX_WORKERS is declared... no checking for preadv2... yes checking for pwritev2... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating prelude/Makefile config.status: creating src/concurrency/io/call.cfa config.status: creating prelude/defines.hfa config.status: executing depfiles commands config.status: executing libtool commands Cforall library configuraton completed. Type "make -j 8 install". [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] echo -------- Build : cfa-cpp -------- [Pipeline] stage [Pipeline] { (Build : cfa-cpp) [Pipeline] dir Running in /var/lib/jenkins/workspace/Cforall_ADT@tmp [Pipeline] { [Pipeline] sh + nproc + make -j 16 --no-print-directory -C driver CXX as.o CXX cc1.o CXX cfa.o CXXLD as CXXLD cc1 CXXLD cfa [Pipeline] sh + nproc + make -j 16 --no-print-directory -C src YACC Parser/parser.cc /var/lib/jenkins/workspace/Cforall_ADT/src/Parser/parser.yy: warning: 10 shift/reduce conflicts [-Wconflicts-sr] /var/lib/jenkins/workspace/Cforall_ADT/src/Parser/parser.yy: warning: 5 reduce/reduce conflicts [-Wconflicts-rr] updating Parser/parser.output updating Parser/parser.hh make all-am CXX CompilationState.o CXX MakeLibCfaNew.o CXX main.o CXX MakeLibCfa.o LEX Parser/lex.cc CXX SymTab/demangler.o CXX SymTab/Demangle.o CXX AST/Attribute.o CXX AST/Convert.o CXX AST/Copy.o CXX AST/Create.o CXX AST/Decl.o CXX AST/DeclReplacer.o CXX AST/Expr.o CXX AST/GenericSubstitution.o CXX AST/Init.o CXX AST/Inspect.o CXX AST/LinkageSpec.o CXX AST/Node.o CXX AST/Pass.o CXX AST/Print.o CXX AST/Stmt.o CXX AST/SymbolTable.o CXX AST/Type.o CXX AST/TypeEnvironment.o CXX AST/TypeSubstitution.o CXX AST/Util.o CXX CodeGen/FixMain2.o CXX CodeGen/OperatorTable.o CXX CodeGen/CodeGenerator.o CXX CodeGen/Generate.o CXX CodeGen/FixMain.o CXX CodeGen/FixNames.o CXX CodeGen/GenType.o CXX CodeGen/LinkOnce.o CXX CodeTools/DeclStats.o CXX CodeTools/ResolvProtoDump.o CXX CodeTools/TrackLoc.o CXX Concurrency/Actors.o CXX Concurrency/KeywordsNew.o CXX Concurrency/Keywords.o CXX Concurrency/WaitforNew.o CXX Concurrency/Waitfor.o CXX Common/Assert.o CXX Common/CodeLocationTools.o CXX Common/DeclStats.o CXX Common/Eval.o CXX Common/Examine.o CXX Common/Indenter.o CXX Common/PassVisitor.o CXX Common/ResolvProtoDump.o CXX Common/SemanticError.o CXX Common/Stats/Counter.o CXX Common/Stats/Heap.o CXX Common/Stats/ResolveTime.o CXX Common/Stats/Stats.o CXX Common/Stats/Time.o CXX Common/UniqueName.o CXX Common/DebugMalloc.o CXX ControlStruct/ExceptDecl.o CXX ControlStruct/ExceptDeclNew.o CXX ControlStruct/ExceptTranslateNew.o CXX ControlStruct/ExceptTranslate.o CXX ControlStruct/FixLabels.o CXX ControlStruct/ForExprMutator.o CXX ControlStruct/HoistControlDecls.o CXX ControlStruct/LabelFixer.o CXX ControlStruct/LabelGenerator.o CXX ControlStruct/LabelGeneratorNew.o CXX ControlStruct/MLEMutator.o CXX ControlStruct/MultiLevelExit.o CXX ControlStruct/Mutate.o CXX GenPoly/GenPoly.o CXX GenPoly/Lvalue2.o CXX GenPoly/Box.o CXX GenPoly/FindFunction.o CXX GenPoly/InstantiateGenericNew.o CXX GenPoly/InstantiateGeneric.o CXX GenPoly/LvalueNew.o CXX GenPoly/Lvalue.o CXX GenPoly/ScrubTyVars.o CXX GenPoly/Specialize.o CXX GenPoly/SpecializeNew.o CXX InitTweak/GenInit.o /var/lib/jenkins/workspace/Cforall_ADT/src/InitTweak/GenInit.cc:301:9: warning: #warning Remove the _New suffix after the conversion is complete. [-Wcpp] 301 | # warning Remove the _New suffix after the conversion is complete. | ^~~~~~~ CXX InitTweak/InitTweak.o CXX InitTweak/FixGlobalInit.o CXX InitTweak/FixInit.o CXX InitTweak/FixInitNew.o CXX Parser/DeclarationNode.o CXX Parser/ExpressionNode.o /var/lib/jenkins/workspace/Cforall_ADT/src/Parser/DeclarationNode.cc: In function ‘ast::UnionDecl* buildDataUnion(ast::EnumDecl*, const std::vector >&)’: /var/lib/jenkins/workspace/Cforall_ADT/src/Parser/DeclarationNode.cc:1133:46: warning: loop variable ‘structDecl’ creates a copy from type ‘ast::ptr’ {aka ‘const ast::ptr_base’} [-Wrange-loop-construct] 1133 | for (const ast::ptr structDecl : typeList ) { | ^~~~~~~~~~ /var/lib/jenkins/workspace/Cforall_ADT/src/Parser/DeclarationNode.cc:1133:46: note: use reference type to prevent copying 1133 | for (const ast::ptr structDecl : typeList ) { | ^~~~~~~~~~ | & /var/lib/jenkins/workspace/Cforall_ADT/src/Parser/DeclarationNode.cc: In function ‘ast::EnumDecl* buildTag(ast::EnumDecl*, const std::vector >&)’: /var/lib/jenkins/workspace/Cforall_ADT/src/Parser/DeclarationNode.cc:1150:47: warning: loop variable ‘structDecl’ creates a copy from type ‘ast::ptr’ {aka ‘const ast::ptr_base’} [-Wrange-loop-construct] 1150 | for ( const ast::ptr structDecl : typeList ) { | ^~~~~~~~~~ /var/lib/jenkins/workspace/Cforall_ADT/src/Parser/DeclarationNode.cc:1150:47: note: use reference type to prevent copying 1150 | for ( const ast::ptr structDecl : typeList ) { | ^~~~~~~~~~ | & CXX Parser/InitializerNode.o CXX Parser/lex.o CXX Parser/ParseNode.o CXX Parser/parser.o CXX Parser/parserutility.o CXX Parser/RunParser.o CXX Parser/StatementNode.o CXX Parser/TypeData.o CXX Parser/TypedefTable.o /var/lib/jenkins/workspace/Cforall_ADT/src/Parser/TypeData.cc: In constructor ‘TypeData::TypeData(TypeData::Kind)’: /var/lib/jenkins/workspace/Cforall_ADT/src/Parser/TypeData.cc:34:16: warning: enumeration value ‘ADT’ not handled in switch [-Wswitch] 34 | switch ( kind ) { | ^ /var/lib/jenkins/workspace/Cforall_ADT/src/Parser/TypeData.cc:34:16: warning: enumeration value ‘Ctor’ not handled in switch [-Wswitch] /var/lib/jenkins/workspace/Cforall_ADT/src/Parser/TypeData.cc: In destructor ‘TypeData::~TypeData()’: /var/lib/jenkins/workspace/Cforall_ADT/src/Parser/TypeData.cc:107:16: warning: enumeration value ‘ADT’ not handled in switch [-Wswitch] 107 | switch ( kind ) { | ^ /var/lib/jenkins/workspace/Cforall_ADT/src/Parser/TypeData.cc:107:16: warning: enumeration value ‘Ctor’ not handled in switch [-Wswitch] /var/lib/jenkins/workspace/Cforall_ADT/src/Parser/TypeData.cc: In member function ‘TypeData* TypeData::clone() const’: /var/lib/jenkins/workspace/Cforall_ADT/src/Parser/TypeData.cc:172:16: warning: enumeration value ‘ADT’ not handled in switch [-Wswitch] 172 | switch ( kind ) { | ^ /var/lib/jenkins/workspace/Cforall_ADT/src/Parser/TypeData.cc:172:16: warning: enumeration value ‘Ctor’ not handled in switch [-Wswitch] /var/lib/jenkins/workspace/Cforall_ADT/src/Parser/TypeData.cc: In member function ‘const string* TypeData::leafName() const’: /var/lib/jenkins/workspace/Cforall_ADT/src/Parser/TypeData.cc:440:16: warning: enumeration value ‘ADT’ not handled in switch [-Wswitch] 440 | switch ( kind ) { | ^ /var/lib/jenkins/workspace/Cforall_ADT/src/Parser/TypeData.cc:440:16: warning: enumeration value ‘Ctor’ not handled in switch [-Wswitch] /var/lib/jenkins/workspace/Cforall_ADT/src/Parser/TypeData.cc: In function ‘ast::Type* typebuild(const TypeData*)’: /var/lib/jenkins/workspace/Cforall_ADT/src/Parser/TypeData.cc:775:16: warning: enumeration value ‘ADT’ not handled in switch [-Wswitch] 775 | switch ( td->kind ) { | ^ /var/lib/jenkins/workspace/Cforall_ADT/src/Parser/TypeData.cc:775:16: warning: enumeration value ‘Ctor’ not handled in switch [-Wswitch] CXX ResolvExpr/AdjustExprType.o CXX ResolvExpr/Alternative.o CXX ResolvExpr/AlternativeFinder.o In file included from /var/lib/jenkins/workspace/Cforall_ADT/src/ResolvExpr/AlternativeFinder.cc:38: /var/lib/jenkins/workspace/Cforall_ADT/src/ResolvExpr/ConversionCost.h:94:2: warning: #warning when the old ConversionCost is removed, get ride of the _new suffix. [-Wcpp] 94 | #warning when the old ConversionCost is removed, get ride of the _new suffix. | ^~~~~~~ CXX ResolvExpr/Candidate.o CXX ResolvExpr/CandidateFinder.o In file included from /var/lib/jenkins/workspace/Cforall_ADT/src/ResolvExpr/CandidateFinder.cpp:29: /var/lib/jenkins/workspace/Cforall_ADT/src/ResolvExpr/ConversionCost.h:94:2: warning: #warning when the old ConversionCost is removed, get ride of the _new suffix. [-Wcpp] 94 | #warning when the old ConversionCost is removed, get ride of the _new suffix. | ^~~~~~~ CXX ResolvExpr/CastCost.o In file included from /var/lib/jenkins/workspace/Cforall_ADT/src/ResolvExpr/CastCost.cc:24: /var/lib/jenkins/workspace/Cforall_ADT/src/ResolvExpr/ConversionCost.h:94:2: warning: #warning when the old ConversionCost is removed, get ride of the _new suffix. [-Wcpp] 94 | #warning when the old ConversionCost is removed, get ride of the _new suffix. | ^~~~~~~ /var/lib/jenkins/workspace/Cforall_ADT/src/ResolvExpr/CastCost.cc:191:10: warning: #warning For overload resolution between the two versions. [-Wcpp] 191 | #warning For overload resolution between the two versions. | ^~~~~~~ /var/lib/jenkins/workspace/Cforall_ADT/src/ResolvExpr/CastCost.cc:241:18: warning: #warning cast on ptrsCastable artifact of having two functions, remove when port done [-Wcpp] 241 | #warning cast on ptrsCastable artifact of having two functions, remove when port done | ^~~~~~~ /var/lib/jenkins/workspace/Cforall_ADT/src/ResolvExpr/CastCost.cc:245:18: warning: #warning cast on castCost artifact of having two functions, remove when port done [-Wcpp] 245 | #warning cast on castCost artifact of having two functions, remove when port done | ^~~~~~~ CXX ResolvExpr/CommonType.o /var/lib/jenkins/workspace/Cforall_ADT/src/ResolvExpr/CommonType.cc:698:34: warning: #warning remove casts when `commonTypes` moved to new AST [-Wcpp] 698 | #warning remove casts when `commonTypes` moved to new AST | ^~~~~~~ /var/lib/jenkins/workspace/Cforall_ADT/src/ResolvExpr/CommonType.cc:712:34: warning: #warning remove casts when `commonTypes` moved to new AST [-Wcpp] 712 | #warning remove casts when `commonTypes` moved to new AST | ^~~~~~~ /var/lib/jenkins/workspace/Cforall_ADT/src/ResolvExpr/CommonType.cc:723:34: warning: #warning remove casts when `commonTypes` moved to new AST [-Wcpp] 723 | #warning remove casts when `commonTypes` moved to new AST | ^~~~~~~ CXX ResolvExpr/ConversionCost.o In file included from /var/lib/jenkins/workspace/Cforall_ADT/src/ResolvExpr/ConversionCost.cc:16: /var/lib/jenkins/workspace/Cforall_ADT/src/ResolvExpr/ConversionCost.h:94:2: warning: #warning when the old ConversionCost is removed, get ride of the _new suffix. [-Wcpp] 94 | #warning when the old ConversionCost is removed, get ride of the _new suffix. | ^~~~~~~ /var/lib/jenkins/workspace/Cforall_ADT/src/ResolvExpr/ConversionCost.cc:504:11: warning: #warning For overload resolution between the two versions. [-Wcpp] 504 | # warning For overload resolution between the two versions. | ^~~~~~~ CXX ResolvExpr/CurrentObject.o CXX ResolvExpr/ExplodedActual.o CXX ResolvExpr/ExplodedArg.o CXX ResolvExpr/FindOpenVars.o CXX ResolvExpr/Occurs.o CXX ResolvExpr/PolyCost.o CXX ResolvExpr/PtrsAssignable.o CXX ResolvExpr/PtrsCastable.o CXX ResolvExpr/RenameVars.o CXX ResolvExpr/ResolveAssertions.o CXX ResolvExpr/Resolver.o CXX ResolvExpr/ResolveTypeof.o CXX ResolvExpr/SatisfyAssertions.o CXX ResolvExpr/SpecCost.o /var/lib/jenkins/workspace/Cforall_ADT/src/ResolvExpr/SpecCost.cc:133:18: warning: #warning Should use a standard maybe_accept [-Wcpp] 133 | #warning Should use a standard maybe_accept | ^~~~~~~ CXX ResolvExpr/TypeEnvironment.o CXX ResolvExpr/Unify.o CXX ResolvExpr/AlternativePrinter.o CXX ResolvExpr/CandidatePrinter.o CXX SymTab/Autogen.o CXX SymTab/FixFunction.o CXX SymTab/GenImplicitCall.o CXX SymTab/Indexer.o CXX SymTab/Mangler.o CXX SymTab/ManglerCommon.o CXX SymTab/ValidateType.o CXX SymTab/Validate.o CXX SynTree/AddressExpr.o CXX SynTree/AggregateDecl.o CXX SynTree/ApplicationExpr.o CXX SynTree/ArrayType.o CXX SynTree/Attribute.o CXX SynTree/AttrType.o CXX SynTree/BaseSyntaxNode.o CXX SynTree/BasicType.o CXX SynTree/CommaExpr.o CXX SynTree/CompoundStmt.o CXX SynTree/Constant.o CXX SynTree/Declaration.o CXX SynTree/DeclarationWithType.o CXX SynTree/DeclReplacer.o CXX SynTree/DeclStmt.o CXX SynTree/Expression.o CXX SynTree/FunctionDecl.o CXX SynTree/FunctionType.o CXX SynTree/Initializer.o CXX SynTree/InlineMemberDecl.o CXX SynTree/LinkageSpec.o CXX SynTree/NamedTypeDecl.o CXX SynTree/ObjectDecl.o CXX SynTree/PointerType.o CXX SynTree/ReferenceToType.o CXX SynTree/ReferenceType.o CXX SynTree/Statement.o CXX SynTree/TupleExpr.o CXX SynTree/TupleType.o CXX SynTree/Type.o CXX SynTree/TypeDecl.o CXX SynTree/TypeExpr.o CXX SynTree/TypeofType.o CXX SynTree/TypeSubstitution.o CXX SynTree/VarArgsType.o CXX SynTree/VoidType.o CXX SynTree/ZeroOneType.o CXX Tuples/Explode.o CXX Tuples/TupleAssignment.o CXX Tuples/TupleExpansion.o CXX Tuples/TupleExpansionNew.o CXX Tuples/Tuples.o CXX Validate/FindSpecialDecls.o CXX Validate/Autogen.o CXX Validate/CompoundLiteral.o CXX Validate/EliminateTypedef.o CXX Validate/EnumAndPointerDecay.o CXX Validate/FindSpecialDeclsNew.o CXX Validate/FixQualifiedTypes.o CXX Validate/FixReturnTypes.o CXX Validate/ForallPointerDecay.o CXX Validate/GenericParameter.o CXX Validate/HandleAttributes.o CXX Validate/HoistStruct.o CXX Validate/HoistTypeDecls.o CXX Validate/InitializerLength.o CXX Validate/LabelAddressFixer.o CXX Validate/LinkReferenceToTypes.o CXX Validate/ReplaceTypedef.o CXX Validate/ReturnCheck.o CXX Validate/VerifyCtorDtorAssign.o CXX Virtual/ExpandCasts.o CXX Virtual/Tables.o CXX Virtual/VirtualDtor.o AR libdemangle.a CXXLD demangler CXXLD ../driver/cfa-cpp [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] echo -------- Build : libcfa(debug) -------- [Pipeline] stage [Pipeline] { (Build : libcfa(debug)) [Pipeline] dir Running in /var/lib/jenkins/workspace/Cforall_ADT@tmp [Pipeline] { [Pipeline] sh + nproc + make -j 16 --no-print-directory -C libcfa/x64-debug Making all in prelude mkdir .deps touch .deps/builtins.Po (CDPATH="${ZSH_VERSION+.}:" && cd /var/lib/jenkins/workspace/Cforall_ADT/libcfa && /bin/bash /var/lib/jenkins/workspace/Cforall_ADT/libcfa/automake/missing autoheader) rm -f stamp-h1 touch /var/lib/jenkins/workspace/Cforall_ADT/libcfa/prelude/defines.hfa.in cd .. && /bin/bash ./config.status prelude/defines.hfa config.status: creating prelude/defines.hfa config.status: prelude/defines.hfa is unchanged make all-am GEN builtins.cf GEN gcc-builtins.c GEN prelude.cfa GEN extras.cf GEN gcc-builtins.cf GEN extras.cf GEN bootloader.c Making all in src CFA common.lo CFA fstream.lo CFA heap.lo CFA iterator.lo CFA iostream.lo CFA limits.lo CFA memory.lo CFA parseargs.lo CFA parseconfig.lo CFA rational.lo CFA stdlib.lo CFA strstream.lo CFA time.lo CFA assert.lo CFA bits/debug.lo CC exception.lo CFA interpose.lo CFA startup.lo CC virtual.lo GEN prelude.lo CFA concurrency/locks.lo CFA concurrency/monitor.lo CFA concurrency/mutex.lo /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/parseargs.cfa: In function ‘_X16print_args_usageFv_PS10cfa_optionmPKcb__1’: /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/parseargs.cfa:233:23: warning: unused variable ‘_X10_compLit19S3tag_A0c__2’ [-Wunused-variable] 233 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/parseargs.cfa:233:23: warning: unused variable ‘_X10_compLit18S3tag_S10cfa_option__2’ [-Wunused-variable] 233 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/parseargs.cfa:233:23: warning: unused variable ‘_X10_compLit17S3tag_A0c__2’ [-Wunused-variable] 233 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/parseargs.cfa:233:23: warning: unused variable ‘_X10_compLit16S3tag_S10cfa_option__2’ [-Wunused-variable] 233 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/parseargs.cfa: In function ‘_X16print_args_usageFv_iPPcPS10cfa_optionmPKcb__1’: /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/parseargs.cfa:238:23: warning: unused variable ‘_X10_compLit23S3tag_A0c__2’ [-Wunused-variable] 238 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/parseargs.cfa:238:23: warning: unused variable ‘_X10_compLit22S3tag_S10cfa_option__2’ [-Wunused-variable] 238 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/parseargs.cfa:238:23: warning: unused variable ‘_X10_compLit21S3tag_A0c__2’ [-Wunused-variable] 238 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/parseargs.cfa:238:23: warning: unused variable ‘_X10_compLit20S3tag_S10cfa_option__2’ [-Wunused-variable] 238 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CFA concurrency/thread.lo CFA interpose_thread.lo CPPAS concurrency/CtxSwitch-x64.lo CC concurrency/invoke.lo CFA concurrency/io.lo CFA concurrency/kernel/startup.lo CFA concurrency/preemption.lo CFA concurrency/ready_queue.lo CFA concurrency/stats.lo CFA concurrency/pthread.lo CFA bits/weakso_locks.lo CFA algorithms/range_iterator.lo CFA containers/maybe.lo CFA containers/pair.lo CFA containers/result.lo CFA containers/string.lo CFA containers/string_res.lo CFA containers/vector.lo CFA device/cpu.lo CFA concurrency/alarm.lo CFA concurrency/coroutine.lo CFA concurrency/exception.lo CFA concurrency/kernel.lo CFA concurrency/kernel/cluster.lo CFA concurrency/clib/cfathread.lo CFA concurrency/io/setup.lo CFA concurrency/io/call.lo CCLD libcfa.la /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/concurrency/pthread.cfa: In function ‘_X20get_exception_vtableFS22ThreadCancelled_vtable_S10cfaPthread__PS15ThreadCancelled_S10cfaPthread___1’: /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/concurrency/pthread.cfa:208:36: warning: unused variable ‘_X9_retvalueS22ThreadCancelled_vtable_S10cfaPthread__1’ [-Wunused-variable] 208 | void main(cfaPthread & _thread) with(_thread) { | ^~~~~~~~~~~~ CCLD libcfathread.la make[1]: Nothing to be done for 'all-am'. [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] echo -------- Build : libcfa(nodebug) -------- [Pipeline] stage [Pipeline] { (Build : libcfa(nodebug)) [Pipeline] } [Pipeline] // stage [Pipeline] echo -------- Build : install -------- [Pipeline] stage [Pipeline] { (Build : install) [Pipeline] dir Running in /var/lib/jenkins/workspace/Cforall_ADT@tmp [Pipeline] { [Pipeline] sh + nproc + make -j 16 --no-print-directory install Making install in driver make install-exec-hook /usr/bin/mkdir -p '/var/lib/jenkins/workspace/Cforall_ADT@tmp/lib/cfa/' /usr/bin/install -c cfa '/var/lib/jenkins/workspace/Cforall_ADT@tmp/bin//cfa' /bin/bash ../libtool --mode=install /usr/bin/install -c as cc1 '/var/lib/jenkins/workspace/Cforall_ADT@tmp/lib/cfa/' libtool: install: /usr/bin/install -c as /var/lib/jenkins/workspace/Cforall_ADT@tmp/lib/cfa/as libtool: install: /usr/bin/install -c cc1 /var/lib/jenkins/workspace/Cforall_ADT@tmp/lib/cfa/cc1 Making install in src make install-am GEN /var/lib/jenkins/workspace/Cforall_ADT/src/AST/Type.hpp CXX main.o CXX AST/Convert.o CXX AST/Copy.o CXX MakeLibCfaNew.o CXX AST/Create.o CXX AST/Decl.o CXX AST/DeclReplacer.o CXX AST/Expr.o CXX AST/GenericSubstitution.o CXX AST/Inspect.o CXX AST/Node.o CXX AST/Pass.o CXX AST/Print.o CXX AST/SymbolTable.o CXX AST/Stmt.o CXX AST/Type.o CXX AST/TypeEnvironment.o CXX AST/TypeSubstitution.o CXX AST/Util.o CXX CodeGen/FixMain.o CXX CodeGen/FixNames.o CXX Concurrency/Actors.o CXX Concurrency/KeywordsNew.o CXX Concurrency/WaitforNew.o CXX Common/CodeLocationTools.o CXX Common/DeclStats.o CXX Common/Eval.o CXX Common/Examine.o CXX Common/ResolvProtoDump.o CXX Common/Stats/ResolveTime.o CXX ControlStruct/ExceptDeclNew.o CXX ControlStruct/ExceptTranslateNew.o CXX ControlStruct/FixLabels.o CXX ControlStruct/HoistControlDecls.o CXX ControlStruct/MultiLevelExit.o CXX GenPoly/GenPoly.o CXX GenPoly/Box.o CXX GenPoly/FindFunction.o CXX GenPoly/InstantiateGenericNew.o CXX GenPoly/InstantiateGeneric.o CXX GenPoly/LvalueNew.o CXX GenPoly/Lvalue.o CXX GenPoly/ScrubTyVars.o CXX GenPoly/Specialize.o CXX GenPoly/SpecializeNew.o CXX InitTweak/GenInit.o /var/lib/jenkins/workspace/Cforall_ADT/src/InitTweak/GenInit.cc:301:9: warning: #warning Remove the _New suffix after the conversion is complete. [-Wcpp] 301 | # warning Remove the _New suffix after the conversion is complete. | ^~~~~~~ CXX InitTweak/InitTweak.o CXX InitTweak/FixGlobalInit.o CXX InitTweak/FixInit.o CXX InitTweak/FixInitNew.o CXX Parser/DeclarationNode.o /var/lib/jenkins/workspace/Cforall_ADT/src/Parser/DeclarationNode.cc: In function ‘ast::UnionDecl* buildDataUnion(ast::EnumDecl*, const std::vector >&)’: /var/lib/jenkins/workspace/Cforall_ADT/src/Parser/DeclarationNode.cc:1133:46: warning: loop variable ‘structDecl’ creates a copy from type ‘ast::ptr’ {aka ‘const ast::ptr_base’} [-Wrange-loop-construct] 1133 | for (const ast::ptr structDecl : typeList ) { | ^~~~~~~~~~ /var/lib/jenkins/workspace/Cforall_ADT/src/Parser/DeclarationNode.cc:1133:46: note: use reference type to prevent copying 1133 | for (const ast::ptr structDecl : typeList ) { | ^~~~~~~~~~ | & /var/lib/jenkins/workspace/Cforall_ADT/src/Parser/DeclarationNode.cc: In function ‘ast::EnumDecl* buildTag(ast::EnumDecl*, const std::vector >&)’: /var/lib/jenkins/workspace/Cforall_ADT/src/Parser/DeclarationNode.cc:1150:47: warning: loop variable ‘structDecl’ creates a copy from type ‘ast::ptr’ {aka ‘const ast::ptr_base’} [-Wrange-loop-construct] 1150 | for ( const ast::ptr structDecl : typeList ) { | ^~~~~~~~~~ /var/lib/jenkins/workspace/Cforall_ADT/src/Parser/DeclarationNode.cc:1150:47: note: use reference type to prevent copying 1150 | for ( const ast::ptr structDecl : typeList ) { | ^~~~~~~~~~ | & CXX Parser/ExpressionNode.o CXX Parser/parser.o CXX Parser/parserutility.o CXX Parser/TypeData.o CXX ResolvExpr/AdjustExprType.o CXX ResolvExpr/AlternativeFinder.o In file included from /var/lib/jenkins/workspace/Cforall_ADT/src/ResolvExpr/AlternativeFinder.cc:38: /var/lib/jenkins/workspace/Cforall_ADT/src/ResolvExpr/ConversionCost.h:94:2: warning: #warning when the old ConversionCost is removed, get ride of the _new suffix. [-Wcpp] 94 | #warning when the old ConversionCost is removed, get ride of the _new suffix. | ^~~~~~~ /var/lib/jenkins/workspace/Cforall_ADT/src/Parser/TypeData.cc: In constructor ‘TypeData::TypeData(TypeData::Kind)’: /var/lib/jenkins/workspace/Cforall_ADT/src/Parser/TypeData.cc:34:16: warning: enumeration value ‘ADT’ not handled in switch [-Wswitch] 34 | switch ( kind ) { | ^ /var/lib/jenkins/workspace/Cforall_ADT/src/Parser/TypeData.cc:34:16: warning: enumeration value ‘Ctor’ not handled in switch [-Wswitch] /var/lib/jenkins/workspace/Cforall_ADT/src/Parser/TypeData.cc: In destructor ‘TypeData::~TypeData()’: /var/lib/jenkins/workspace/Cforall_ADT/src/Parser/TypeData.cc:107:16: warning: enumeration value ‘ADT’ not handled in switch [-Wswitch] 107 | switch ( kind ) { | ^ /var/lib/jenkins/workspace/Cforall_ADT/src/Parser/TypeData.cc:107:16: warning: enumeration value ‘Ctor’ not handled in switch [-Wswitch] /var/lib/jenkins/workspace/Cforall_ADT/src/Parser/TypeData.cc: In member function ‘TypeData* TypeData::clone() const’: /var/lib/jenkins/workspace/Cforall_ADT/src/Parser/TypeData.cc:172:16: warning: enumeration value ‘ADT’ not handled in switch [-Wswitch] 172 | switch ( kind ) { | ^ /var/lib/jenkins/workspace/Cforall_ADT/src/Parser/TypeData.cc:172:16: warning: enumeration value ‘Ctor’ not handled in switch [-Wswitch] /var/lib/jenkins/workspace/Cforall_ADT/src/Parser/TypeData.cc: In member function ‘const string* TypeData::leafName() const’: /var/lib/jenkins/workspace/Cforall_ADT/src/Parser/TypeData.cc:440:16: warning: enumeration value ‘ADT’ not handled in switch [-Wswitch] 440 | switch ( kind ) { | ^ /var/lib/jenkins/workspace/Cforall_ADT/src/Parser/TypeData.cc:440:16: warning: enumeration value ‘Ctor’ not handled in switch [-Wswitch] /var/lib/jenkins/workspace/Cforall_ADT/src/Parser/TypeData.cc: In function ‘ast::Type* typebuild(const TypeData*)’: /var/lib/jenkins/workspace/Cforall_ADT/src/Parser/TypeData.cc:775:16: warning: enumeration value ‘ADT’ not handled in switch [-Wswitch] 775 | switch ( td->kind ) { | ^ /var/lib/jenkins/workspace/Cforall_ADT/src/Parser/TypeData.cc:775:16: warning: enumeration value ‘Ctor’ not handled in switch [-Wswitch] CXX ResolvExpr/Candidate.o CXX ResolvExpr/CandidateFinder.o In file included from /var/lib/jenkins/workspace/Cforall_ADT/src/ResolvExpr/CandidateFinder.cpp:29: /var/lib/jenkins/workspace/Cforall_ADT/src/ResolvExpr/ConversionCost.h:94:2: warning: #warning when the old ConversionCost is removed, get ride of the _new suffix. [-Wcpp] 94 | #warning when the old ConversionCost is removed, get ride of the _new suffix. | ^~~~~~~ CXX ResolvExpr/CastCost.o In file included from /var/lib/jenkins/workspace/Cforall_ADT/src/ResolvExpr/CastCost.cc:24: /var/lib/jenkins/workspace/Cforall_ADT/src/ResolvExpr/ConversionCost.h:94:2: warning: #warning when the old ConversionCost is removed, get ride of the _new suffix. [-Wcpp] 94 | #warning when the old ConversionCost is removed, get ride of the _new suffix. | ^~~~~~~ /var/lib/jenkins/workspace/Cforall_ADT/src/ResolvExpr/CastCost.cc:191:10: warning: #warning For overload resolution between the two versions. [-Wcpp] 191 | #warning For overload resolution between the two versions. | ^~~~~~~ /var/lib/jenkins/workspace/Cforall_ADT/src/ResolvExpr/CastCost.cc:241:18: warning: #warning cast on ptrsCastable artifact of having two functions, remove when port done [-Wcpp] 241 | #warning cast on ptrsCastable artifact of having two functions, remove when port done | ^~~~~~~ /var/lib/jenkins/workspace/Cforall_ADT/src/ResolvExpr/CastCost.cc:245:18: warning: #warning cast on castCost artifact of having two functions, remove when port done [-Wcpp] 245 | #warning cast on castCost artifact of having two functions, remove when port done | ^~~~~~~ CXX ResolvExpr/CommonType.o /var/lib/jenkins/workspace/Cforall_ADT/src/ResolvExpr/CommonType.cc:698:34: warning: #warning remove casts when `commonTypes` moved to new AST [-Wcpp] 698 | #warning remove casts when `commonTypes` moved to new AST | ^~~~~~~ /var/lib/jenkins/workspace/Cforall_ADT/src/ResolvExpr/CommonType.cc:712:34: warning: #warning remove casts when `commonTypes` moved to new AST [-Wcpp] 712 | #warning remove casts when `commonTypes` moved to new AST | ^~~~~~~ /var/lib/jenkins/workspace/Cforall_ADT/src/ResolvExpr/CommonType.cc:723:34: warning: #warning remove casts when `commonTypes` moved to new AST [-Wcpp] 723 | #warning remove casts when `commonTypes` moved to new AST | ^~~~~~~ CXX ResolvExpr/ConversionCost.o In file included from /var/lib/jenkins/workspace/Cforall_ADT/src/ResolvExpr/ConversionCost.cc:16: /var/lib/jenkins/workspace/Cforall_ADT/src/ResolvExpr/ConversionCost.h:94:2: warning: #warning when the old ConversionCost is removed, get ride of the _new suffix. [-Wcpp] 94 | #warning when the old ConversionCost is removed, get ride of the _new suffix. | ^~~~~~~ /var/lib/jenkins/workspace/Cforall_ADT/src/ResolvExpr/ConversionCost.cc:504:11: warning: #warning For overload resolution between the two versions. [-Wcpp] 504 | # warning For overload resolution between the two versions. | ^~~~~~~ CXX ResolvExpr/CurrentObject.o CXX ResolvExpr/ExplodedActual.o CXX ResolvExpr/ExplodedArg.o CXX ResolvExpr/FindOpenVars.o CXX ResolvExpr/PolyCost.o CXX ResolvExpr/PtrsAssignable.o CXX ResolvExpr/PtrsCastable.o CXX ResolvExpr/RenameVars.o CXX ResolvExpr/ResolveAssertions.o CXX ResolvExpr/Resolver.o CXX ResolvExpr/ResolveTypeof.o CXX ResolvExpr/SatisfyAssertions.o CXX ResolvExpr/SpecCost.o /var/lib/jenkins/workspace/Cforall_ADT/src/ResolvExpr/SpecCost.cc:133:18: warning: #warning Should use a standard maybe_accept [-Wcpp] 133 | #warning Should use a standard maybe_accept | ^~~~~~~ CXX ResolvExpr/TypeEnvironment.o CXX ResolvExpr/Unify.o CXX ResolvExpr/CandidatePrinter.o CXX SymTab/Autogen.o CXX SymTab/FixFunction.o CXX SymTab/GenImplicitCall.o CXX SymTab/Indexer.o CXX SymTab/Mangler.o CXX SymTab/Validate.o CXX SynTree/ApplicationExpr.o CXX SynTree/FunctionType.o CXX SynTree/TupleExpr.o CXX Tuples/Explode.o CXX Tuples/TupleAssignment.o CXX Tuples/TupleExpansion.o CXX Tuples/TupleExpansionNew.o CXX Tuples/Tuples.o CXX Validate/Autogen.o CXX Validate/CompoundLiteral.o CXX Validate/EliminateTypedef.o CXX Validate/EnumAndPointerDecay.o CXX Validate/FindSpecialDeclsNew.o CXX Validate/FixQualifiedTypes.o CXX Validate/FixReturnTypes.o CXX Validate/ForallPointerDecay.o CXX Validate/GenericParameter.o CXX Validate/HoistStruct.o CXX Validate/HoistTypeDecls.o CXX Validate/InitializerLength.o CXX Validate/LabelAddressFixer.o CXX Validate/LinkReferenceToTypes.o CXX Validate/ReplaceTypedef.o CXX Validate/ReturnCheck.o CXX Validate/VerifyCtorDtorAssign.o CXX Virtual/ExpandCasts.o CXX Virtual/Tables.o CXX Virtual/VirtualDtor.o AR libdemangle.a CXXLD demangler CXXLD ../driver/cfa-cpp make[3]: Nothing to be done for 'install-exec-am'. CXX MakeLibCfa.o CXX CodeGen/CodeGenerator.o CXX CodeGen/Generate.o CXX CodeGen/GenType.o CXX CodeTools/DeclStats.o CXX CodeGen/LinkOnce.o CXX CodeTools/ResolvProtoDump.o CXX CodeTools/TrackLoc.o CXX Concurrency/Keywords.o CXX Concurrency/Waitfor.o CXX Common/PassVisitor.o CXX ControlStruct/ExceptDecl.o CXX ControlStruct/ExceptTranslate.o CXX ControlStruct/LabelFixer.o CXX ControlStruct/MLEMutator.o CXX ControlStruct/Mutate.o CXX ResolvExpr/Alternative.o CXX ResolvExpr/Occurs.o CXX ResolvExpr/AlternativePrinter.o CXX SymTab/ManglerCommon.o CXX SymTab/ValidateType.o CXX SynTree/AddressExpr.o CXX SynTree/AggregateDecl.o CXX SynTree/ArrayType.o CXX SynTree/Attribute.o CXX SynTree/AttrType.o CXX SynTree/BasicType.o CXX SynTree/CommaExpr.o CXX SynTree/CompoundStmt.o CXX SynTree/Constant.o CXX SynTree/Declaration.o CXX SynTree/DeclarationWithType.o CXX SynTree/DeclReplacer.o CXX SynTree/DeclStmt.o CXX SynTree/Expression.o CXX SynTree/FunctionDecl.o CXX SynTree/Initializer.o CXX SynTree/InlineMemberDecl.o CXX SynTree/NamedTypeDecl.o CXX SynTree/ObjectDecl.o CXX SynTree/PointerType.o CXX SynTree/ReferenceToType.o CXX SynTree/ReferenceType.o CXX SynTree/Statement.o CXX SynTree/TupleType.o CXX SynTree/Type.o CXX SynTree/TypeDecl.o CXX SynTree/TypeExpr.o CXX SynTree/TypeofType.o CXX SynTree/TypeSubstitution.o CXX SynTree/VarArgsType.o CXX SynTree/VoidType.o CXX SynTree/ZeroOneType.o CXX Validate/FindSpecialDecls.o CXX Validate/HandleAttributes.o CXX SymTab/Demangle.o AR libdemangle.a CXXLD ../driver/cfa-cpp CXXLD demangler /usr/bin/mkdir -p '/var/lib/jenkins/workspace/Cforall_ADT@tmp/lib/cfa/' /bin/bash ../libtool --mode=install /usr/bin/install -c ../driver/cfa-cpp demangler '/var/lib/jenkins/workspace/Cforall_ADT@tmp/lib/cfa/' libtool: install: /usr/bin/install -c ../driver/cfa-cpp /var/lib/jenkins/workspace/Cforall_ADT@tmp/lib/cfa/cfa-cpp libtool: install: /usr/bin/install -c demangler /var/lib/jenkins/workspace/Cforall_ADT@tmp/lib/cfa/demangler Making install in . (CDPATH="${ZSH_VERSION+.}:" && cd /var/lib/jenkins/workspace/Cforall_ADT && /bin/bash /var/lib/jenkins/workspace/Cforall_ADT/automake/missing autoheader) rm -f stamp-h1 touch /var/lib/jenkins/workspace/Cforall_ADT/src/config.h.in cd . && /bin/bash ./config.status config.h config.status: creating config.h config.status: config.h is unchanged make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/var/lib/jenkins/workspace/Cforall_ADT@tmp/share/man/man1' /usr/bin/install -c -m 644 /var/lib/jenkins/workspace/Cforall_ADT/doc/man/cfa.1 '/var/lib/jenkins/workspace/Cforall_ADT@tmp/share/man/man1' Making install in libcfa/x64-debug Making install in prelude GEN bootloader.c make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/var/lib/jenkins/workspace/Cforall_ADT@tmp/lib/cfa/x64-debug/' /usr/bin/install -c -m 644 gcc-builtins.cf builtins.cf extras.cf prelude.cfa bootloader.c defines.hfa '/var/lib/jenkins/workspace/Cforall_ADT@tmp/lib/cfa/x64-debug/' Making install in src CFA common.lo CFA fstream.lo CFA heap.lo CFA iostream.lo CFA limits.lo CFA iterator.lo CFA memory.lo CFA parseargs.lo CFA rational.lo CFA parseconfig.lo CFA stdlib.lo CFA strstream.lo CFA time.lo CFA bits/weakso_locks.lo CFA algorithms/range_iterator.lo CFA containers/maybe.lo CFA containers/pair.lo CFA containers/result.lo CFA containers/string.lo CFA containers/string_res.lo CFA containers/vector.lo CFA device/cpu.lo /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/parseargs.cfa: In function ‘_X16print_args_usageFv_PS10cfa_optionmPKcb__1’: /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/parseargs.cfa:233:23: warning: unused variable ‘_X10_compLit19S3tag_A0c__2’ [-Wunused-variable] 233 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/parseargs.cfa:233:23: warning: unused variable ‘_X10_compLit18S3tag_S10cfa_option__2’ [-Wunused-variable] 233 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/parseargs.cfa:233:23: warning: unused variable ‘_X10_compLit17S3tag_A0c__2’ [-Wunused-variable] 233 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/parseargs.cfa:233:23: warning: unused variable ‘_X10_compLit16S3tag_S10cfa_option__2’ [-Wunused-variable] 233 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/parseargs.cfa: In function ‘_X16print_args_usageFv_iPPcPS10cfa_optionmPKcb__1’: /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/parseargs.cfa:238:23: warning: unused variable ‘_X10_compLit23S3tag_A0c__2’ [-Wunused-variable] 238 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/parseargs.cfa:238:23: warning: unused variable ‘_X10_compLit22S3tag_S10cfa_option__2’ [-Wunused-variable] 238 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/parseargs.cfa:238:23: warning: unused variable ‘_X10_compLit21S3tag_A0c__2’ [-Wunused-variable] 238 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/parseargs.cfa:238:23: warning: unused variable ‘_X10_compLit20S3tag_S10cfa_option__2’ [-Wunused-variable] 238 | const array( cfa_option, opt_count ) & arr = (const array( cfa_option, opt_count ) &) *options; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CFA assert.lo CFA bits/debug.lo CFA interpose.lo CFA startup.lo GEN prelude.lo CFA concurrency/alarm.lo CFA concurrency/coroutine.lo CFA concurrency/exception.lo CFA concurrency/kernel.lo CFA concurrency/kernel/cluster.lo CFA concurrency/locks.lo CFA concurrency/monitor.lo CFA concurrency/mutex.lo CFA concurrency/thread.lo CFA interpose_thread.lo CFA concurrency/clib/cfathread.lo CFA concurrency/io.lo CFA concurrency/io/setup.lo CFA concurrency/io/call.lo CFA concurrency/kernel/startup.lo CFA concurrency/preemption.lo CFA concurrency/ready_queue.lo CFA concurrency/stats.lo CFA concurrency/pthread.lo CCLD libcfa.la /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/concurrency/pthread.cfa: In function ‘_X20get_exception_vtableFS22ThreadCancelled_vtable_S10cfaPthread__PS15ThreadCancelled_S10cfaPthread___1’: /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/concurrency/pthread.cfa:208:36: warning: unused variable ‘_X9_retvalueS22ThreadCancelled_vtable_S10cfaPthread__1’ [-Wunused-variable] 208 | void main(cfaPthread & _thread) with(_thread) { | ^~~~~~~~~~~~ CCLD libcfathread.la /usr/bin/mkdir -p '/var/lib/jenkins/workspace/Cforall_ADT@tmp/lib/cfa/x64-debug/' /bin/bash ../libtool --mode=install /usr/bin/install -c libcfa.la libcfathread.la '/var/lib/jenkins/workspace/Cforall_ADT@tmp/lib/cfa/x64-debug/' /usr/bin/mkdir -p '/var/lib/jenkins/workspace/Cforall_ADT@tmp/include/cfa/' /usr/bin/mkdir -p '/var/lib/jenkins/workspace/Cforall_ADT@tmp/include/cfa//stdhdr/sys' /usr/bin/install -c -m 644 /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/stdhdr/sys/time.h /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/stdhdr/sys/socket.h /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/stdhdr/sys/mman.h '/var/lib/jenkins/workspace/Cforall_ADT@tmp/include/cfa//stdhdr/sys' /usr/bin/mkdir -p '/var/lib/jenkins/workspace/Cforall_ADT@tmp/include/cfa//algorithms' /usr/bin/install -c -m 644 /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/algorithms/range_iterator.hfa '/var/lib/jenkins/workspace/Cforall_ADT@tmp/include/cfa//algorithms' /usr/bin/mkdir -p '/var/lib/jenkins/workspace/Cforall_ADT@tmp/include/cfa//containers' /usr/bin/install -c -m 644 /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/containers/maybe.hfa /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/containers/pair.hfa /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/containers/result.hfa /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/containers/string.hfa /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/containers/string_res.hfa /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/containers/vector.hfa /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/containers/array.hfa /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/containers/list.hfa /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/containers/lockfree.hfa /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/containers/string_sharectx.hfa /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/containers/vector2.hfa '/var/lib/jenkins/workspace/Cforall_ADT@tmp/include/cfa//containers' /usr/bin/mkdir -p '/var/lib/jenkins/workspace/Cforall_ADT@tmp/include/cfa//concurrency/kernel' /usr/bin/install -c -m 644 /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/concurrency/kernel/cluster.hfa /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/concurrency/kernel/fwd.hfa '/var/lib/jenkins/workspace/Cforall_ADT@tmp/include/cfa//concurrency/kernel' /usr/bin/install -c -m 644 /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/common.hfa /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/fstream.hfa /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/heap.hfa /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/iostream.hfa /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/iterator.hfa /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/limits.hfa /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/memory.hfa /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/parseargs.hfa /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/parseconfig.hfa /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/rational.hfa /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/stdlib.hfa /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/strstream.hfa /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/time.hfa /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/bitmanip.hfa /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/clock.hfa /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/exception.hfa /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/exception.h /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/gmp.hfa /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/math.trait.hfa /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/math.hfa /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/time_t.hfa /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/virtual_dtor.hfa '/var/lib/jenkins/workspace/Cforall_ADT@tmp/include/cfa//.' /usr/bin/mkdir -p '/var/lib/jenkins/workspace/Cforall_ADT@tmp/include/cfa//concurrency' libtool: install: /usr/bin/install -c .libs/libcfa.so.1.0.0 /var/lib/jenkins/workspace/Cforall_ADT@tmp/lib/cfa/x64-debug/libcfa.so.1.0.0 /usr/bin/install -c -m 644 /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/concurrency/iofwd.hfa /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/concurrency/barrier.hfa /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/concurrency/alarm.hfa /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/concurrency/coroutine.hfa /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/concurrency/exception.hfa /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/concurrency/kernel.hfa /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/concurrency/locks.hfa /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/concurrency/monitor.hfa /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/concurrency/mutex.hfa /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/concurrency/thread.hfa /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/concurrency/invoke.h /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/concurrency/future.hfa /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/concurrency/once.hfa /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/concurrency/mutex_stmt.hfa /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/concurrency/select.hfa /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/concurrency/channel.hfa /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/concurrency/actor.hfa '/var/lib/jenkins/workspace/Cforall_ADT@tmp/include/cfa//concurrency' /usr/bin/mkdir -p '/var/lib/jenkins/workspace/Cforall_ADT@tmp/include/cfa//concurrency/clib' libtool: install: (cd /var/lib/jenkins/workspace/Cforall_ADT@tmp/lib/cfa/x64-debug && { ln -s -f libcfa.so.1.0.0 libcfa.so.1 || { rm -f libcfa.so.1 && ln -s libcfa.so.1.0.0 libcfa.so.1; }; }) /usr/bin/install -c -m 644 /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/concurrency/clib/cfathread.h '/var/lib/jenkins/workspace/Cforall_ADT@tmp/include/cfa//concurrency/clib' /usr/bin/mkdir -p '/var/lib/jenkins/workspace/Cforall_ADT@tmp/include/cfa//device' libtool: install: (cd /var/lib/jenkins/workspace/Cforall_ADT@tmp/lib/cfa/x64-debug && { ln -s -f libcfa.so.1.0.0 libcfa.so || { rm -f libcfa.so && ln -s libcfa.so.1.0.0 libcfa.so; }; }) /usr/bin/install -c -m 644 /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/device/cpu.hfa '/var/lib/jenkins/workspace/Cforall_ADT@tmp/include/cfa//device' /usr/bin/mkdir -p '/var/lib/jenkins/workspace/Cforall_ADT@tmp/include/cfa//stdhdr/libltdl' libtool: install: /usr/bin/install -c .libs/libcfa.lai /var/lib/jenkins/workspace/Cforall_ADT@tmp/lib/cfa/x64-debug/libcfa.la /usr/bin/install -c -m 644 /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/stdhdr/libltdl/lt_dlloader.h '/var/lib/jenkins/workspace/Cforall_ADT@tmp/include/cfa//stdhdr/libltdl' libtool: install: /usr/bin/install -c .libs/libcfathread.so.1.0.0 /var/lib/jenkins/workspace/Cforall_ADT@tmp/lib/cfa/x64-debug/libcfathread.so.1.0.0 /usr/bin/mkdir -p '/var/lib/jenkins/workspace/Cforall_ADT@tmp/include/cfa//vec' /usr/bin/install -c -m 644 /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/vec/vec.hfa /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/vec/vec2.hfa /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/vec/vec3.hfa /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/vec/vec4.hfa '/var/lib/jenkins/workspace/Cforall_ADT@tmp/include/cfa//vec' libtool: install: (cd /var/lib/jenkins/workspace/Cforall_ADT@tmp/lib/cfa/x64-debug && { ln -s -f libcfathread.so.1.0.0 libcfathread.so.1 || { rm -f libcfathread.so.1 && ln -s libcfathread.so.1.0.0 libcfathread.so.1; }; }) /usr/bin/mkdir -p '/var/lib/jenkins/workspace/Cforall_ADT@tmp/include/cfa//bits' /usr/bin/install -c -m 644 /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/bits/weakso_locks.hfa /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/bits/algorithm.hfa /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/bits/align.hfa /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/bits/containers.hfa /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/bits/debug.hfa /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/bits/defs.hfa /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/bits/locks.hfa /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/bits/collection.hfa /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/bits/stack.hfa /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/bits/queue.hfa /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/bits/sequence.hfa /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/bits/random.hfa '/var/lib/jenkins/workspace/Cforall_ADT@tmp/include/cfa//bits' libtool: install: (cd /var/lib/jenkins/workspace/Cforall_ADT@tmp/lib/cfa/x64-debug && { ln -s -f libcfathread.so.1.0.0 libcfathread.so || { rm -f libcfathread.so && ln -s libcfathread.so.1.0.0 libcfathread.so; }; }) libtool: install: /usr/bin/install -c .libs/libcfathread.lai /var/lib/jenkins/workspace/Cforall_ADT@tmp/lib/cfa/x64-debug/libcfathread.la /usr/bin/mkdir -p '/var/lib/jenkins/workspace/Cforall_ADT@tmp/include/cfa//stdhdr' libtool: warning: remember to run 'libtool --finish /var/lib/jenkins/workspace/Cforall_ADT@tmp/lib/cfa/x64-debug/' /usr/bin/install -c -m 644 /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/stdhdr/unistd.h /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/stdhdr/tgmath.h /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/stdhdr/setjmp.h /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/stdhdr/pthread.h /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/stdhdr/ctype.h /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/stdhdr/iso646.h /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/stdhdr/fenv.h /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/stdhdr/signal.h /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/stdhdr/stdio.h /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/stdhdr/time.h /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/stdhdr/float.h /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/stdhdr/stddef.h /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/stdhdr/math.h /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/stdhdr/malloc.h /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/stdhdr/gmp.h /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/stdhdr/wchar.h /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/stdhdr/stdlib.h /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/stdhdr/complex.h /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/stdhdr/stdalign.h /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/stdhdr/inttypes.h /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/stdhdr/stdatomic.h /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/stdhdr/limits.h /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/stdhdr/wctype.h /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/stdhdr/unwind.h /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/stdhdr/stdnoreturn.h /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/stdhdr/assert.h /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/stdhdr/uchar.h /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/stdhdr/stdarg.h /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/stdhdr/errno.h /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/stdhdr/threads.h /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/stdhdr/locale.h /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/stdhdr/stdbool.h /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/stdhdr/string.h /var/lib/jenkins/workspace/Cforall_ADT/libcfa/src/stdhdr/stdint.h '/var/lib/jenkins/workspace/Cforall_ADT@tmp/include/cfa//stdhdr' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] sh + free -h total used free shared buff/cache available Mem: 62Gi 1.3Gi 54Gi 4.0Mi 6.7Gi 60Gi Swap: 8.0Gi 0B 8.0Gi [Pipeline] sh + ulimit -a time(seconds) unlimited file(blocks) unlimited data(kbytes) unlimited stack(kbytes) 8192 coredump(blocks) 0 memory(kbytes) unlimited locked memory(kbytes) 65536 process 256916 nofiles 1048576 vmemory(kbytes) unlimited locks unlimited rtprio 0 [Pipeline] echo -------- Test: Debug -------- [Pipeline] stage [Pipeline] { (Test: Debug) [Pipeline] dir Running in /var/lib/jenkins/workspace/Cforall_ADT@tmp [Pipeline] { [Pipeline] sh + nproc + make -j 16 --no-print-directory -C tests timeouts=--timeout=600 --global-timeout=14400 all-tests debug=yes archiveerrors=/var/lib/jenkins/workspace/Cforall_ADT@tmp/tests/crashes/full-debug Running 294 tests on 16 cores (x64 - debug) ...-container/language-dim-mismatch PASSED C 0:00.372 - R n/a castError PASSED C 0:00.502 - R n/a array PASSED C 0:00.714 - R 0:00.030 builtins/sync PASSED C 0:00.763 - R 0:00.009 cast PASSED C 0:00.892 - R 0:00.036 array-container/array-basic PASSED C 0:02.154 - R 0:00.079 array-container/array-sbscr-types PASSED C 0:02.502 - R 0:00.108 avl_test PASSED C 0:05.031 - R 0:00.013 algorithms/range_test PASSED C 0:05.315 - R 0:00.032 collections/string-ctx-manage PASSED C 0:05.436 - R 0:00.020 collections/string-gc PASSED C 0:06.073 - R 0:00.018 collections/multi_list PASSED C 0:07.941 - R 0:00.046 alloc-ERROR PASSED C 0:08.110 - R n/a ...ections/string-overwrite-noshare PASSED C 0:05.652 - R 0:00.032 ...ns/vector-err-pass-perm-it-byval PASSED C 0:02.993 - R n/a collections/string-overwrite PASSED C 0:06.204 - R 0:00.153 ...ns/vector-err-retn-perm-it-byval PASSED C 0:02.730 - R n/a collections/stack PASSED C 0:08.957 - R 0:00.024 collections/string-api-coverage PASSED C 0:09.491 - R 0:00.024 collections/vector-demo PASSED C 0:05.160 - R 0:00.014 ...ions/string-api-coverage-noshare PASSED C 0:09.376 - R 0:00.026 complex PASSED C 0:05.500 - R 0:00.033 collections/atomic_mpsc PASSED C 0:09.704 - R 0:04.131 alloc2 PASSED C 0:13.896 - R 0:00.042 collections/queue PASSED C 0:14.188 - R 0:00.045 alloc PASSED C 0:14.301 - R 0:00.054 collections/sequence PASSED C 0:14.684 - R 0:00.113 concurrent/barrier/last PASSED C 0:08.390 - R 0:00.207 concurrent/barrier/generation PASSED C 0:08.339 - R 0:00.327 concurrent/actors/executor PASSED C 0:11.536 - R 0:00.199 concurrent/actors/inherit PASSED C 0:11.599 - R 0:00.130 concurrent/actors/matrix PASSED C 0:11.775 - R 0:00.896 concurrent/actors/pingpong PASSED C 0:12.340 - R 0:00.134 concurrent/actors/static PASSED C 0:11.494 - R 0:00.279 concurrent/actors/poison PASSED C 0:12.521 - R 0:00.252 concurrent/actors/dynamic PASSED C 0:11.211 - R 0:02.782 concurrent/ctor-check PASSED C 0:00.337 - R n/a concurrent/barrier/order PASSED C 0:09.515 - R 0:00.216 concurrent/actors/types PASSED C 0:12.183 - R 0:00.316 concurrent/clib PASSED C 0:03.037 - R 0:00.253 concurrent/clib_tls PASSED C 0:03.161 - R 0:00.216 concurrent/cluster PASSED C 0:06.028 - R 0:00.261 concurrent/coroutineYield PASSED C 0:08.529 - R 0:00.065 concurrent/examples/datingService PASSED C 0:07.685 - R 0:00.065 concurrent/examples/gortn PASSED C 0:07.944 - R 0:00.065 concurrent/examples/matrixSum PASSED C 0:07.965 - R 0:00.166 concurrent/examples/quickSort PASSED C 0:09.110 - R 0:00.065 concurrent/channels/churn PASSED C 0:09.741 - R 0:10.094 concurrent/futures/abandon PASSED C 0:06.338 - R 0:00.115 concurrent/keywordErrors PASSED C 0:00.157 - R n/a concurrent/mainError PASSED C 0:00.114 - R n/a concurrent/channels/contend PASSED C 0:10.008 - R 0:10.145 concurrent/channels/big_elems PASSED C 0:10.006 - R 0:10.587 concurrent/channels/daisy_chain PASSED C 0:10.291 - R 0:10.089 concurrent/channels/hot_potato PASSED C 0:10.287 - R 0:10.085 ...urrent/examples/boundedBufferEXT PASSED C 0:08.040 - R 0:05.426 ...urrent/examples/boundedBufferINT PASSED C 0:07.861 - R 0:05.784 concurrent/futures/basic PASSED C 0:05.921 - R 0:00.216 concurrent/channels/ping_pong PASSED C 0:09.857 - R 0:10.099 concurrent/channels/pub_sub PASSED C 0:10.088 - R 0:10.137 concurrent/channels/zero_size PASSED C 0:10.354 - R 0:10.098 concurrent/futures/typed PASSED C 0:09.111 - R 0:00.166 concurrent/join PASSED C 0:08.162 - R 0:00.115 concurrent/park/contention PASSED C 0:06.028 - R 0:00.216 concurrent/migrate PASSED C 0:08.443 - R 0:00.222 concurrent/futures/wait_any PASSED C 0:09.190 - R 0:00.166 concurrent/mutexstmt/monitors PASSED C 0:06.609 - R 0:01.669 concurrent/once PASSED C 0:08.099 - R 0:00.216 concurrent/park/start_parked PASSED C 0:06.029 - R 0:00.115 concurrent/mutexstmt/scoped_lock PASSED C 0:09.029 - R 0:02.323 concurrent/pthread/pthread_key_test PASSED C 0:03.307 - R 0:00.068 concurrent/futures/multi PASSED C 0:16.866 - R 0:00.166 concurrent/park/force_preempt PASSED C 0:08.334 - R 0:00.466 concurrent/mutexstmt/locks PASSED C 0:09.849 - R 0:05.298 ...urrent/pthread/pthread_attr_test PASSED C 0:08.061 - R 0:00.117 ...urrent/pthread/pthread_cond_test PASSED C 0:08.332 - R 0:00.123 ...pthread/pthread_demo_create_join PASSED C 0:08.074 - R 0:00.124 ...urrent/pthread/pthread_once_test PASSED C 0:07.920 - R 0:00.116 concurrent/readyQ/barrier_sleeper PASSED C 0:08.508 - R 0:00.876 concurrent/readyQ/leader_spin PASSED C 0:07.619 - R 0:01.017 concurrent/signal/wait PASSED C 0:08.594 - R 0:00.216 concurrent/preempt PASSED C 0:09.767 - R 0:06.779 concurrent/signal/block PASSED C 0:09.330 - R 0:01.218 ...urrent/pthread/pthread_demo_lock PASSED C 0:08.481 - R 0:05.994 concurrent/signal/disjoint PASSED C 0:08.977 - R 0:02.132 concurrent/suspend_then PASSED C 0:08.375 - R 0:00.166 concurrent/sleep PASSED C 0:08.867 - R 0:01.167 concurrent/thread PASSED C 0:09.343 - R 0:00.175 .../unified_locking/block_spin_lock PASSED C 0:09.157 - R 0:00.216 concurrent/multi-monitor PASSED C 0:08.370 - R 0:18.912 concurrent/monitor PASSED C 0:08.232 - R 0:20.016 concurrent/futures/select_future PASSED C 0:31.951 - R 0:00.270 ...rent/unified_locking/exp_backoff PASSED C 0:09.850 - R 0:00.220 .../unified_locking/fast_block_lock PASSED C 0:09.593 - R 0:00.222 ...fied_locking/mcs_block_spin_lock PASSED C 0:09.126 - R 0:00.235 ...nt/unified_locking/pthread_locks PASSED C 0:08.891 - R 0:00.216 ...nified_locking/simple_owner_lock PASSED C 0:09.499 - R 0:00.165 concurrent/waitfor/else PASSED C 0:07.440 - R 0:00.136 concurrent/waitfor/barge PASSED C 0:08.518 - R 0:00.421 ...ent/unified_locking/timeout_lock PASSED C 0:08.942 - R 0:01.217 const-init PASSED C 0:00.761 - R 0:00.014 concurrent/waitfor/dtor PASSED C 0:08.340 - R 0:01.235 concurrent/preempt2 PASSED C 0:08.505 - R 0:25.125 configs/parsebools PASSED C 0:06.468 - R 0:00.172 concurrent/waitfor/statment PASSED C 0:09.057 - R 0:00.224 concurrent/unified_locking/mcs PASSED C 0:09.335 - R 0:08.476 concurrent/waitfor/recurse PASSED C 0:08.654 - R 0:02.373 concurrent/waitfor/when PASSED C 0:08.796 - R 0:00.275 copyfile PASSED C 0:05.123 - R 0:00.011 configs/parseconfig PASSED C 0:07.412 - R 0:00.033 configs/usage PASSED C 0:06.609 - R 0:00.174 coroutine/devicedriver PASSED C 0:06.345 - R 0:00.120 ctrl-flow/loop-inc PASSED C 0:00.729 - R 0:00.018 coroutine/fibonacci PASSED C 0:06.140 - R 0:00.086 designations PASSED C 0:00.905 - R 0:00.022 counter PASSED C 0:04.675 - R 0:00.015 coroutine/pingpong PASSED C 0:06.001 - R 0:00.120 coroutine/fmtLines PASSED C 0:06.349 - R 0:00.118 ctrl-flow/ifwhileCtl PASSED C 0:04.871 - R 0:00.005 coroutine/raii PASSED C 0:06.229 - R 0:00.128 enum PASSED C 0:00.805 - R 0:00.013 coroutine/prodcons PASSED C 0:07.509 - R 0:00.084 coroutine/runningTotal PASSED C 0:06.131 - R 0:00.118 errors/declaration PASSED C 0:00.330 - R n/a errors/scope PASSED C 0:00.441 - R n/a enum_tests/anonymous PASSED C 0:02.388 - R 0:00.023 enum_tests/voidEnum FAILED with code 1 C 0:01.159 - R n/a expected : 1 Not Equal 2 0 3 1 got : 1 Segment fault at memory location 0x88. 2 Possible cause is reading outside the address space or writing to a protected area within the address space with an invalid pointer or subscript. 3 Stack back trace for: /var/lib/jenkins/workspace/Cforall_ADT@tmp/driver/cfa-cpp 4 (0) /lib/x86_64-linux-gnu/libc.so.6 : (/*unknown*/)+0x43090 [0x7f26ae92b090] 5 (1) /var/lib/jenkins/workspace/Cforall_ADT@tmp/driver/cfa-cpp : yyparse()+0xee87 [0x55e9b4d98167] 6 (2) /var/lib/jenkins/workspace/Cforall_ADT@tmp/driver/cfa-cpp : parse(_IO_FILE*, bitfield, bool)+0x29 [0x55e9b4d9f999] 7 (3) /var/lib/jenkins/workspace/Cforall_ADT@tmp/driver/cfa-cpp : main(/*unknown*/)+0x718 [0x55e9b3f610d8] 8 Stack back trace for: /var/lib/jenkins/workspace/Cforall_ADT@tmp/driver/cfa-cpp 9 (0) /lib/x86_64-linux-gnu/libc.so.6 : (/*unknown*/)+0x43090 [0x7f26ae92b090] 10 (1) /var/lib/jenkins/workspace/Cforall_ADT@tmp/driver/cfa-cpp : yyparse()+0xee87 [0x55e9b4d98167] 11 (2) /var/lib/jenkins/workspace/Cforall_ADT@tmp/driver/cfa-cpp : parse(_IO_FILE*, bitfield, bool)+0x29 [0x55e9b4d9f999] 12 (3) /var/lib/jenkins/workspace/Cforall_ADT@tmp/driver/cfa-cpp : main(/*unknown*/)+0x718 [0x55e9b3f610d8] 13 CC1 Translator error: stage 2, child failed 6 enum_tests/stringEnum PASSED C 0:02.590 - R 0:00.011 errors/signature PASSED C 0:00.295 - R n/a enum_tests/structEnum PASSED C 0:02.555 - R 0:00.005 enum_tests/typedIntEnum PASSED C 0:02.462 - R 0:00.029 exceptions/conditional PASSED C 0:00.905 - R 0:00.014 exceptions/data-except PASSED C 0:00.861 - R 0:00.014 exceptions/defaults PASSED C 0:01.126 - R 0:00.014 ctrl-flow/loop_else PASSED C 0:08.456 - R 0:00.009 exceptions/finally-error PASSED C 0:00.326 - R n/a enum_tests/enumInlineValue PASSED C 0:04.913 - R 0:00.013 div PASSED C 0:07.028 - R 0:00.010 exceptions/finally PASSED C 0:00.892 - R 0:00.034 device/cpu PASSED C 0:07.801 - R 0:00.042 exceptions/interact PASSED C 0:01.017 - R 0:00.022 exceptions/polymorphic PASSED C 0:00.931 - R 0:00.005 exceptions/resume PASSED C 0:01.082 - R 0:00.014 exceptions/terminate PASSED C 0:01.077 - R 0:00.029 ctrl-flow/loopctrl PASSED C 0:09.609 - R 0:00.025 exceptions/type-check PASSED C 0:00.295 - R n/a exceptions/cancel/coroutine PASSED C 0:04.225 - R 0:00.125 exceptions/conditional-threads PASSED C 0:04.189 - R 0:00.118 exceptions/trash PASSED C 0:00.957 - R 0:00.014 expression PASSED C 0:00.609 - R 0:00.010 exceptions/virtual-poly PASSED C 0:00.981 - R 0:00.010 exceptions/defaults-threads PASSED C 0:04.894 - R 0:00.081 exceptions/cancel/thread PASSED C 0:06.393 - R 0:00.070 exceptions/finally-threads PASSED C 0:04.189 - R 0:00.069 exceptions/resume-threads PASSED C 0:04.364 - R 0:00.125 genericUnion PASSED C 0:00.649 - R 0:00.021 exceptions/virtual-cast PASSED C 0:03.830 - R 0:00.014 exceptions/terminate-threads PASSED C 0:04.504 - R 0:00.120 global-monomorph PASSED C 0:00.837 - R 0:00.010 identFuncDeclarator PASSED C 0:00.709 - R 0:00.006 fallthrough PASSED C 0:04.973 - R 0:00.021 identParamDeclarator PASSED C 0:00.818 - R 0:00.026 fstream_test PASSED C 0:05.113 - R 0:00.010 generator/fibonacci PASSED C 0:04.989 - R 0:00.014 forall PASSED C 0:06.295 - R 0:00.005 concurrent/unified_locking/locks PASSED C 0:09.440 - R 0:28.134 generator/fmtLines PASSED C 0:04.984 - R 0:00.009 generator/suspend_then PASSED C 0:04.795 - R 0:00.031 init1 PASSED C 0:00.566 - R 0:00.002 init1-ERROR PASSED C 0:00.371 - R n/a function-operator PASSED C 0:07.073 - R 0:00.011 include/vector-sequence PASSED C 0:01.048 - R 0:00.014 hello PASSED C 0:04.794 - R 0:00.005 include/vector-containers PASSED C 0:03.413 - R 0:00.010 identity PASSED C 0:05.062 - R 0:00.005 include/stdincludes PASSED C 0:05.257 - R 0:00.009 include/vector-fstream PASSED C 0:04.896 - R 0:00.013 io/away_fair PASSED C 0:09.948 - R 0:00.236 io/io-acquire-in PASSED C 0:08.973 - R 0:00.166 io/io-acquire PASSED C 0:10.017 - R 0:00.165 io/comp_basic PASSED C 0:10.573 - R 0:00.325 include/includes PASSED C 0:13.383 - R 0:00.002 labelledExit PASSED C 0:00.733 - R 0:00.006 limits PASSED C 0:00.637 - R 0:00.003 io/manipulatorsOutput4 PASSED C 0:08.042 - R 0:00.020 io/io-acquire-out PASSED C 0:09.299 - R 0:00.165 io/io-acquire-no-io PASSED C 0:08.480 - R 0:02.475 linking/nostdlib PASSED C 0:00.772 - R 0:00.022 io/comp_fair PASSED C 0:10.019 - R 0:02.674 io/io-acquire2 PASSED C 0:09.949 - R 0:00.177 linkonce PASSED C 0:01.284 - R 0:00.027 linking/exception-nothreads PASSED C 0:03.793 - R 0:00.042 io/io PASSED C 0:14.945 - R 0:00.036 maybe PASSED C 0:01.078 - R 0:00.016 linking/exception-withthreads PASSED C 0:05.511 - R 0:00.126 linking/mangling/anon PASSED C 0:05.227 - R 0:00.016 linking/io-acquire PASSED C 0:06.840 - R 0:00.010 linking/nothreads PASSED C 0:06.232 - R 0:00.025 nested-types-ERR1 PASSED C 0:00.081 - R n/a nested-types-ERR2 PASSED C 0:00.092 - R n/a nested-types PASSED C 0:00.669 - R 0:00.001 numericConstants PASSED C 0:00.660 - R 0:00.009 literals PASSED C 0:04.944 - R 0:00.005 linking/weakso_nothd PASSED C 0:06.823 - R 0:00.011 operators PASSED C 0:00.561 - R 0:00.006 ...rent/unified_locking/futex_mutex PASSED C 0:09.425 - R 0:49.028 poly-o-cycle PASSED C 0:00.599 - R 0:00.005 poly-d-cycle PASSED C 0:00.801 - R 0:00.009 poly-selection PASSED C 0:00.809 - R 0:00.010 quasiKeyword PASSED C 0:00.872 - R 0:00.005 io/many_read PASSED C 0:10.369 - R 0:00.166 raii/ctor-autogen-ERR1 PASSED C 0:00.469 - R n/a meta/fork+exec PASSED C 0:04.355 - R 0:00.035 linking/withthreads PASSED C 0:08.930 - R 0:00.171 raii/ctor-autogen PASSED C 0:01.453 - R 0:00.025 raii/init_once PASSED C 0:00.689 - R 0:00.005 malloc PASSED C 0:08.072 - R 0:00.018 meta/dumpable PASSED C 0:06.438 - R 0:00.005 concurrent/unified_locking/clh PASSED C 0:09.084 - R 0:57.294 raii/memberCtors-ERR1 PASSED C 0:00.543 - R n/a raii/memberCtors PASSED C 0:00.909 - R 0:00.010 polymorphism PASSED C 0:05.117 - R 0:00.025 quotedKeyword PASSED C 0:04.668 - R 0:00.026 result PASSED C 0:01.409 - R 0:00.014 raii/boxed-types PASSED C 0:04.774 - R 0:00.022 list/dlist-insert-remove PASSED C 0:11.736 - R 0:00.017 minmax PASSED C 0:08.880 - R 0:00.010 raii/dtor-early-exit-ERR1 PASSED C 0:04.674 - R n/a simpleGenericTriple PASSED C 0:01.080 - R 0:00.013 raii/dtor-early-exit-ERR2 PASSED C 0:04.686 - R n/a smart-pointers PASSED C 0:01.060 - R 0:00.021 switch PASSED C 0:00.622 - R 0:00.009 tuple/tupleCast PASSED C 0:00.757 - R 0:00.029 tuple/tupleFunction PASSED C 0:00.798 - R 0:00.005 raii/globals PASSED C 0:05.548 - R 0:00.014 heap PASSED C 0:06.685 - R 0:25.377 tuple/tupleMember PASSED C 0:00.606 - R 0:00.011 raii/dtor-early-exit PASSED C 0:07.297 - R 0:00.018 typedefRedef-ERR1 PASSED C 0:00.203 - R n/a tuple/tuplePolymorphism PASSED C 0:00.870 - R 0:00.005 typedefRedef PASSED C 0:00.561 - R 0:00.022 typeof PASSED C 0:00.587 - R 0:00.014 variableDeclarator PASSED C 0:00.689 - R 0:00.014 shortCircuit PASSED C 0:04.753 - R 0:00.014 references PASSED C 0:06.243 - R 0:00.022 strstream PASSED C 0:05.757 - R 0:00.010 tuple/tupleVariadic PASSED C 0:03.832 - R 0:00.010 concurrent/unified_locking/mcs_spin PASSED C 0:09.416 - R 0:59.169 tuple/tupleAssign PASSED C 0:06.456 - R 0:00.029 time PASSED C 0:07.048 - R 0:00.017 sum PASSED C 0:08.029 - R 0:00.005 searchsort PASSED C 0:09.643 - R 0:00.042 userLiterals PASSED C 0:05.439 - R 0:00.009 warnings/self-assignment PASSED C 0:00.458 - R 0:00.002 KRfunctions PASSED C 0:00.452 - R 0:00.002 voidPtr PASSED C 0:00.832 - R 0:00.042 swap PASSED C 0:08.948 - R 0:00.042 attributes PASSED C 0:00.711 - R 0:00.002 vector_math/vec2_double PASSED C 0:07.037 - R 0:00.005 vector PASSED C 0:07.515 - R 0:00.009 .../unified_locking/spin_queue_lock PASSED C 0:09.231 - R 1:01.971 vector_math/vec2_uint PASSED C 0:07.239 - R 0:00.005 rational PASSED C 0:16.236 - R 0:00.009 declarationSpecifier PASSED C 0:00.490 - R 0:00.002 errors/completeType PASSED C 0:00.254 - R n/a extension PASSED C 0:00.468 - R 0:00.002 abs PASSED C 0:07.217 - R 0:00.005 ato PASSED C 0:06.857 - R 0:00.009 functions PASSED C 0:00.495 - R 0:00.002 gccExtensions PASSED C 0:00.442 - R 0:00.002 vector_math/vec2_float PASSED C 0:12.947 - R 0:00.009 vector_math/vec3_int PASSED C 0:11.144 - R 0:00.009 vector_math/vec2_int PASSED C 0:12.983 - R 0:00.009 configs/parsenums PASSED C 0:06.327 - R 0:00.066 vector_math/vec3_float PASSED C 0:12.986 - R 0:00.009 meta/arch PASSED C 0:00.246 - R n/a vector_math/vec4_float PASSED C 0:12.713 - R 0:00.009 vector_math/vec4_int PASSED C 0:11.676 - R 0:00.009 ...y-container/array-md-sbscr-cases PASSED C 0:10.788 - R 0:00.009 concurrent/pthread/bounded_buffer PASSED C 0:08.569 - R 0:00.166 bitmanip1 PASSED C 0:10.929 - R 0:00.017 gmp PASSED C 0:07.314 - R 0:00.009 io/manipulatorsInput PASSED C 0:07.288 - R 0:00.009 bitmanip2 PASSED C 0:12.996 - R 0:00.017 random PASSED C 0:06.288 - R 0:00.005 io/manipulatorsOutput2 PASSED C 0:08.503 - R 0:00.009 vector_math/vec2_ldouble PASSED C 0:06.843 - R 0:00.005 nested_function PASSED C 0:08.061 - R 0:00.065 io/manipulatorsOutput1 PASSED C 0:12.382 - R 0:00.009 bitmanip3 PASSED C 0:18.600 - R 0:00.017 io/manipulatorsOutput3 PASSED C 0:13.771 - R 0:00.009 math PASSED C 0:13.925 - R 0:00.009 PRNG PASSED C 0:12.973 - R 0:16.045 mathX PASSED C 0:21.091 - R 0:00.020 293 passes, 1 failures, 0 timeouts, 0 cancelled, 0 other Tests took 2:39.953 make: *** [Makefile:905: all-tests] Error 1 [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] echo Archiving core dumps [Pipeline] dir Running in /var/lib/jenkins/workspace/Cforall_ADT@tmp [Pipeline] { [Pipeline] fileExists [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // node [Pipeline] echo hudson.AbortException: script returned exit code 2 [Pipeline] node Running on Brokk 6 in /var/lib/jenkins/workspace/Cforall_ADT [Pipeline] { [Pipeline] echo Notifying users of result [Pipeline] emailext Sending email to: cforall@lists.uwaterloo.ca [Pipeline] } [Pipeline] // node [Pipeline] echo Build Completed [Pipeline] End of Pipeline ERROR: script returned exit code 2 Finished: FAILURE