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

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

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

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

commit c92bdcc6ef9bc5c1b005f67d1c9f428bb8bd2b4c
Author: Andrew Beach 

    Updated the rest of the names in src/ (except for the generated files).

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

Summary of changes:
driver/cfa.cc                                      |  2 +-
 src/AST/Decl.cpp                                   |  4 +-
 src/AST/Expr.cpp                                   | 10 ++--
 src/AST/Inspect.cpp                                |  2 +-
 src/AST/Label.hpp                                  |  2 +-
 src/AST/LinkageSpec.cpp                            |  4 +-
 src/AST/LinkageSpec.hpp                            |  2 +-
 src/AST/Node.hpp                                   |  2 +-
 src/AST/ParseNode.hpp                              |  2 +-
 src/AST/Pass.hpp                                   |  2 +-
 src/AST/Pass.proto.hpp                             |  6 +--
 src/AST/Print.hpp                                  |  2 +-
 src/AST/Stmt.hpp                                   |  2 +-
 src/AST/SymbolTable.cpp                            | 16 +++---
 src/AST/SymbolTable.hpp                            |  4 +-
 src/AST/Type.cpp                                   |  4 +-
 src/AST/TypeEnvironment.cpp                        | 10 ++--
 src/AST/TypeEnvironment.hpp                        |  4 +-
 src/AST/TypeSubstitution.hpp                       | 14 ++---
 src/AST/Util.cpp                                   |  4 +-
 src/BasicTypes-gen.cpp                             |  6 +--
 src/CodeGen/CodeGenerator.cpp                      |  6 +--
 src/CodeGen/CodeGenerator.hpp                      |  4 +-
 src/CodeGen/{FixMain.cc => FixMain.cpp}            | 18 +++----
 src/CodeGen/{FixMain.h => FixMain.hpp}             |  2 +-
 src/CodeGen/{FixNames.cc => FixNames.cpp}          | 14 ++---
 src/CodeGen/{FixNames.h => FixNames.hpp}           |  2 +-
 src/CodeGen/{GenType.cc => GenType.cpp}            |  7 +--
 src/CodeGen/{GenType.h => GenType.hpp}             |  4 +-
 src/CodeGen/{Generate.cc => Generate.cpp}          |  6 +--
 src/CodeGen/{Generate.h => Generate.hpp}           |  2 +-
 src/CodeGen/{LinkOnce.cc => LinkOnce.cpp}          |  4 +-
 src/CodeGen/{LinkOnce.h => LinkOnce.hpp}           |  2 +-
 .../{OperatorTable.cc => OperatorTable.cpp}        |  4 +-
 src/CodeGen/{OperatorTable.h => OperatorTable.hpp} |  2 +-
 src/CodeGen/{Options.h => Options.hpp}             |  0
 src/CodeGen/module.mk                              | 26 +++++-----
 src/Common/{Assert.cc => Assert.cpp}               |  0
 src/Common/{CodeLocation.h => CodeLocation.hpp}    |  2 +-
 src/Common/CodeLocationTools.cpp                   |  2 +-
 src/Common/{DebugMalloc.cc => DebugMalloc.cpp}     |  0
 src/Common/DeclStats.cpp                           |  2 +-
 src/Common/{ErrorObjects.h => ErrorObjects.hpp}    |  4 +-
 src/Common/{Eval.cc => Eval.cpp}                   |  8 +--
 src/Common/{Eval.h => Eval.hpp}                    |  2 +-
 src/Common/{Examine.cc => Examine.cpp}             |  9 ++--
 src/Common/{Examine.h => Examine.hpp}              |  2 +-
 src/Common/{FilterCombos.h => FilterCombos.hpp}    |  4 +-
 src/Common/{Indenter.cc => Indenter.cpp}           |  4 +-
 src/Common/{Indenter.h => Indenter.hpp}            |  2 +-
 src/Common/{PersistentMap.h => PersistentMap.hpp}  |  2 +-
 src/Common/ResolvProtoDump.cpp                     |  2 +-
 src/Common/{ScopedMap.h => ScopedMap.hpp}          |  2 +-
 src/Common/{SemanticError.cc => SemanticError.cpp} |  9 ++--
 src/Common/{SemanticError.h => SemanticError.hpp}  |  4 +-
 src/Common/{Stats.h => Stats.hpp}                  |  8 +--
 src/Common/Stats/{Base.h => Base.hpp}              |  0
 src/Common/Stats/{Counter.cc => Counter.cpp}       |  4 +-
 src/Common/Stats/{Counter.h => Counter.hpp}        |  4 +-
 src/Common/Stats/{Heap.cc => Heap.cpp}             |  0
 src/Common/Stats/{Heap.h => Heap.hpp}              |  2 +-
 .../Stats/{ResolveTime.cc => ResolveTime.cpp}      |  6 +--
 .../Stats/{ResolveTime.h => ResolveTime.hpp}       |  6 +--
 src/Common/Stats/{Stats.cc => Stats.cpp}           |  0
 src/Common/Stats/{Time.cc => Time.cpp}             |  6 +--
 src/Common/Stats/{Time.h => Time.hpp}              |  4 +-
 src/Common/{UniqueName.cc => UniqueName.cpp}       |  4 +-
 src/Common/{UniqueName.h => UniqueName.hpp}        |  2 +-
 src/Common/{utility.h => Utility.hpp}              |  2 +-
 src/Common/{VectorMap.h => VectorMap.hpp}          |  2 +-
 src/Common/module.mk                               | 60 +++++++++++-----------
 src/Concurrency/Corun.cpp                          |  2 +-
 src/Concurrency/Keywords.cpp                       | 14 ++---
 src/Concurrency/{Keywords.h => Keywords.hpp}       |  2 +-
 src/Concurrency/Waitfor.cpp                        |  8 +--
 src/Concurrency/{Waitfor.h => Waitfor.hpp}         |  2 +-
 src/Concurrency/Waituntil.cpp                      |  2 +-
 src/Concurrency/module.mk                          |  4 +-
 src/ControlStruct/ExceptDecl.cpp                   |  4 +-
 src/ControlStruct/{ExceptDecl.h => ExceptDecl.hpp} |  2 +-
 src/ControlStruct/ExceptTranslate.cpp              |  2 +-
 .../{ExceptTranslate.h => ExceptTranslate.hpp}     |  0
 src/GenPoly/Box.cpp                                | 20 ++++----
 src/GenPoly/{Box.h => Box.hpp}                     |  2 +-
 .../{ErasableScopedMap.h => ErasableScopedMap.hpp} |  0
 src/GenPoly/{FindFunction.cc => FindFunction.cpp}  | 14 ++---
 src/GenPoly/{FindFunction.h => FindFunction.hpp}   |  4 +-
 src/GenPoly/{GenPoly.cc => GenPoly.cpp}            | 22 ++++----
 src/GenPoly/{GenPoly.h => GenPoly.hpp}             |  6 +--
 src/GenPoly/InstantiateGeneric.cpp                 | 12 ++---
 ...InstantiateGeneric.h => InstantiateGeneric.hpp} |  2 +-
 src/GenPoly/Lvalue.cpp                             | 12 ++---
 src/GenPoly/{Lvalue.h => Lvalue.hpp}               |  0
 src/GenPoly/{Lvalue2.cc => Lvalue2.cpp}            |  0
 src/GenPoly/{ScopedSet.h => ScopedSet.hpp}         |  0
 src/GenPoly/ScrubTypeVars.cpp                      |  8 +--
 src/GenPoly/ScrubTypeVars.hpp                      |  2 +-
 src/GenPoly/Specialize.cpp                         |  8 +--
 src/GenPoly/{Specialize.h => Specialize.hpp}       |  0
 src/GenPoly/module.mk                              | 22 ++++----
 .../{FixGlobalInit.cc => FixGlobalInit.cpp}        |  8 +--
 .../{FixGlobalInit.h => FixGlobalInit.hpp}         |  2 +-
 src/InitTweak/FixInit.cpp                          | 18 +++----
 src/InitTweak/{FixInit.h => FixInit.hpp}           |  2 +-
 src/InitTweak/{GenInit.cc => GenInit.cpp}          | 25 +++++----
 src/InitTweak/{GenInit.h => GenInit.hpp}           |  6 +--
 src/InitTweak/{InitTweak.cc => InitTweak.cpp}      | 28 +++++-----
 src/InitTweak/{InitTweak.h => InitTweak.hpp}       |  0
 src/InitTweak/module.mk                            | 14 ++---
 src/MakeLibCfa.cpp                                 |  4 +-
 src/Makefile.am                                    |  2 +-
 .../{DeclarationNode.cc => DeclarationNode.cpp}    | 56 ++++++++++----------
 .../{DeclarationNode.h => DeclarationNode.hpp}     |  4 +-
 .../{ExpressionNode.cc => ExpressionNode.cpp}      | 16 +++---
 .../{ExpressionNode.h => ExpressionNode.hpp}       |  4 +-
 .../{InitializerNode.cc => InitializerNode.cpp}    | 22 ++++----
 .../{InitializerNode.h => InitializerNode.hpp}     |  4 +-
 src/Parser/{ParseNode.cc => ParseNode.cpp}         |  4 +-
 src/Parser/{ParseNode.h => ParseNode.hpp}          | 32 ++++++------
 src/Parser/{ParserTypes.h => ParserTypes.hpp}      |  4 +-
 src/Parser/{parserutility.h => ParserUtility.hpp}  |  2 +-
 src/Parser/RunParser.cpp                           |  4 +-
 src/Parser/{StatementNode.cc => StatementNode.cpp} | 14 ++---
 src/Parser/{StatementNode.h => StatementNode.hpp}  |  4 +-
 src/Parser/{TypeData.cc => TypeData.cpp}           | 32 ++++++------
 src/Parser/{TypeData.h => TypeData.hpp}            |  4 +-
 src/Parser/{TypedefTable.cc => TypedefTable.cpp}   | 10 ++--
 src/Parser/{TypedefTable.h => TypedefTable.hpp}    |  4 +-
 src/Parser/lex.ll                                  | 14 ++---
 src/Parser/module.mk                               | 38 ++++++++------
 src/Parser/parser.yy                               | 18 +++----
 .../{AdjustExprType.cc => AdjustExprType.cpp}      |  0
 src/ResolvExpr/Candidate.hpp                       |  4 +-
 src/ResolvExpr/CandidateFinder.cpp                 | 30 +++++------
 src/ResolvExpr/CandidatePrinter.cpp                |  2 +-
 src/ResolvExpr/{CastCost.cc => CastCost.cpp}       | 10 ++--
 src/ResolvExpr/CastCost.hpp                        |  4 +-
 src/ResolvExpr/{CommonType.cc => CommonType.cpp}   |  8 +--
 src/ResolvExpr/CommonType.hpp                      |  2 +-
 .../{ConversionCost.cc => ConversionCost.cpp}      |  8 +--
 .../{ConversionCost.h => ConversionCost.hpp}       |  4 +-
 src/ResolvExpr/{Cost.h => Cost.hpp}                |  0
 .../{CurrentObject.cc => CurrentObject.cpp}        | 13 ++---
 .../{CurrentObject.h => CurrentObject.hpp}         |  4 +-
 src/ResolvExpr/ExplodedArg.cpp                     |  2 +-
 src/ResolvExpr/ExplodedArg.hpp                     |  2 +-
 .../{FindOpenVars.cc => FindOpenVars.cpp}          |  4 +-
 .../{FindOpenVars.h => FindOpenVars.hpp}           |  0
 src/ResolvExpr/{PolyCost.cc => PolyCost.cpp}       |  0
 .../{PtrsAssignable.cc => PtrsAssignable.cpp}      |  0
 .../{PtrsCastable.cc => PtrsCastable.cpp}          |  0
 src/ResolvExpr/{RenameVars.cc => RenameVars.cpp}   | 16 +++---
 src/ResolvExpr/{RenameVars.h => RenameVars.hpp}    |  2 +-
 .../{ResolveTypeof.cc => ResolveTypeof.cpp}        | 16 +++---
 .../{ResolveTypeof.h => ResolveTypeof.hpp}         |  2 +-
 src/ResolvExpr/{Resolver.cc => Resolver.cpp}       | 32 ++++++------
 src/ResolvExpr/{Resolver.h => Resolver.hpp}        |  2 +-
 src/ResolvExpr/SatisfyAssertions.cpp               | 18 +++----
 src/ResolvExpr/{SpecCost.cc => SpecCost.cpp}       |  0
 src/ResolvExpr/{typeops.h => Typeops.hpp}          |  2 +-
 src/ResolvExpr/{Unify.cc => Unify.cpp}             | 12 ++---
 src/ResolvExpr/{Unify.h => Unify.hpp}              |  4 +-
 src/ResolvExpr/{WidenMode.h => WidenMode.hpp}      |  0
 src/ResolvExpr/module.mk                           | 48 ++++++++---------
 src/SymTab/{Demangle.cc => Demangle.cpp}           | 10 ++--
 src/SymTab/{Demangle.h => Demangle.hpp}            |  2 +-
 src/SymTab/{FixFunction.cc => FixFunction.cpp}     |  6 +--
 src/SymTab/{FixFunction.h => FixFunction.hpp}      |  2 +-
 src/SymTab/GenImplicitCall.cpp                     |  6 +--
 src/SymTab/GenImplicitCall.hpp                     |  2 +-
 src/SymTab/{Mangler.cc => Mangler.cpp}             |  8 +--
 src/SymTab/{Mangler.h => Mangler.hpp}              |  2 +-
 src/SymTab/{ManglerCommon.cc => ManglerCommon.cpp} |  4 +-
 src/SymTab/{demangler.cc => demangler.cpp}         |  2 +-
 src/SymTab/module.mk                               | 14 ++---
 src/Tuples/{Explode.cc => Explode.cpp}             |  4 +-
 src/Tuples/{Explode.h => Explode.hpp}              |  4 +-
 .../{TupleAssignment.cc => TupleAssignment.cpp}    | 22 ++++----
 src/Tuples/TupleExpansion.cpp                      |  4 +-
 src/Tuples/{Tuples.cc => Tuples.cpp}               |  6 +--
 src/Tuples/{Tuples.h => Tuples.hpp}                |  2 +-
 src/Tuples/module.mk                               | 10 ++--
 src/Validate/Autogen.cpp                           | 28 +++++-----
 src/Validate/CompoundLiteral.cpp                   |  2 +-
 src/Validate/EliminateTypedef.cpp                  |  2 +-
 src/Validate/EnumAndPointerDecay.cpp               |  2 +-
 src/Validate/FindSpecialDecls.cpp                  |  2 +-
 .../{FindSpecialDecls.h => FindSpecialDecls.hpp}   |  2 +-
 src/Validate/FixQualifiedTypes.cpp                 |  2 +-
 src/Validate/FixReturnTypes.cpp                    |  2 +-
 src/Validate/ForallPointerDecay.cpp                |  8 +--
 src/Validate/ImplementEnumFunc.cpp                 |  4 +-
 src/Validate/ReplaceTypedef.cpp                    |  6 +--
 src/Validate/VerifyCtorDtorAssign.cpp              |  2 +-
 src/Virtual/{ExpandCasts.cc => ExpandCasts.cpp}    | 16 +++---
 src/Virtual/{ExpandCasts.h => ExpandCasts.hpp}     |  2 +-
 src/Virtual/{Tables.cc => Tables.cpp}              |  0
 src/Virtual/{Tables.h => Tables.hpp}               |  2 +-
 src/Virtual/module.mk                              |  8 +--
 src/main.cpp                                       | 42 +++++++--------
 200 files changed, 725 insertions(+), 720 deletions(-)
[Pipeline] } [Pipeline] // stage [Pipeline] sh + sed s/AC_INIT(\[cfa-cc\],\[\(.*\)\],\[cforall@plg.uwaterloo.ca\])/\1/;t;d /var/lib/jenkins/workspace/Cforall_Distribute_Ref/configure.ac [Pipeline] echo Package Version: 1.0.0 [Pipeline] echo Build Version: 2883 [Pipeline] echo Long Version: 1.0.0.2883 [Pipeline] echo -------- Configure -------- [Pipeline] stage [Pipeline] { (Configure) [Pipeline] dir Running in /var/lib/jenkins/workspace/Cforall_Distribute_Ref [Pipeline] { [Pipeline] sh + ./autogen.sh Running aclocal in root Running libtoolize in root Running autoconf in root Running automake in root Running aclocal in libcfa Running libtoolize in libcfa Running autoconf in libcfa Running automake in libcfa [Pipeline] } [Pipeline] // dir [Pipeline] dir Running in /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp [Pipeline] { [Pipeline] sh + /var/lib/jenkins/workspace/Cforall_Distribute_Ref/configure CXX=g++-9 CC=gcc-9 AR=gcc-ar RANLIB=gcc-ranlib --quiet [Pipeline] sh + make -j 8 --no-print-directory configure-libcfa libcfa/x64-debug/config.data Configuring libcfa (/var/lib/jenkins/workspace/Cforall_Distribute_Ref/libcfa/configure) with ''CXX=g++-9' 'CC=gcc-9' 'AR=gcc-ar' 'RANLIB=gcc-ranlib' DRIVER_DIR=/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/driver/ ARCHITECTURE=x64 CONFIGURATION=debug CFA_VERSION=1:0:0' from /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp / libcfa/x64-debug/ libcfa/x64-nodebug/config.data Configuring libcfa (/var/lib/jenkins/workspace/Cforall_Distribute_Ref/libcfa/configure) with ''CXX=g++-9' 'CC=gcc-9' 'AR=gcc-ar' 'RANLIB=gcc-ranlib' DRIVER_DIR=/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/driver/ ARCHITECTURE=x64 CONFIGURATION=nodebug CFA_VERSION=1:0:0' from /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp / libcfa/x64-nodebug/ checking whether make supports nested variables... checking whether make supports nested variables... yes checking for a BSD-compatible install... yes checking for a BSD-compatible install... /usr/bin/install -c /usr/bin/install -c checking whether build environment is sane... checking whether build environment is sane... yes yes checking for a thread-safe mkdir -p... checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... /usr/bin/mkdir -p gawk checking whether make sets $(MAKE)... checking for gawk... gawk checking whether make sets $(MAKE)... yes yes checking for distributated build... no checking for distributated build... no checking build system type... checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking how to print strings... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking how to print strings... printf checking whether make supports the include directive... printf checking whether make supports the include directive... yes (GNU style) checking for gcc... gcc-9 yes (GNU style) checking for gcc... gcc-9 checking whether the C compiler works... checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... checking whether we are cross compiling... no checking for suffix of object files... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc-9 accepts -g... o checking whether we are using the GNU C compiler... yes checking whether gcc-9 accepts -g... yes checking for gcc-9 option to accept ISO C89... yes checking for gcc-9 option to accept ISO C89... none needed checking whether gcc-9 understands -c and -o together... none needed checking whether gcc-9 understands -c and -o together... yes checking dependency style of gcc-9... yes checking dependency style of gcc-9... gcc3 checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc-9... gcc3 checking for a sed that does not truncate output... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc-9... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... BSD nm no checking whether ln -s works... checking how to associate runtime and link libraries... yes printf %s\n checking the maximum length of command line arguments... checking for archiver @FILE support... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... gcc-ranlib checking command to parse /usr/bin/nm -B output from gcc-9 object... @ checking for strip... strip checking for ranlib... gcc-ranlib checking command to parse /usr/bin/nm -B output from gcc-9 object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... checking for mt... mt checking if mt is a manifest tool... /usr/bin/dd bs=4096 count=1 no checking how to run the C preprocessor... checking for mt... mt checking if mt is a manifest tool... no checking how to run the C preprocessor... gcc-9 -E gcc-9 -E checking for ANSI C header files... checking for ANSI C header files... yes yes checking for sys/types.h... checking for sys/types.h... yes yes checking for sys/stat.h... checking for sys/stat.h... yes checking for stdlib.h... yes checking for stdlib.h... yes checking for string.h... yes checking for string.h... yes checking for memory.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for strings.h... yes checking for stdint.h... yes checking for inttypes.h... yes yes checking for unistd.h... checking for stdint.h... yes checking for dlfcn.h... yes checking for unistd.h... yes checking for objdir... .libs yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc-9 supports -fno-rtti -fno-exceptions... no checking for gcc-9 option to produce PIC... -fPIC -DPIC checking if gcc-9 PIC flag -fPIC -DPIC works... yes checking if gcc-9 static flag -static works... checking if gcc-9 supports -fno-rtti -fno-exceptions... yes checking if gcc-9 supports -c -o file.o... no checking for gcc-9 option to produce PIC... -fPIC -DPIC checking if gcc-9 PIC flag -fPIC -DPIC works... yes checking if gcc-9 supports -c -o file.o... (cached) yes checking whether the gcc-9 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking if gcc-9 static flag -static works... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... yes checking if gcc-9 supports -c -o file.o... yes checking if gcc-9 supports -c -o file.o... (cached) yes checking whether the gcc-9 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking whether -lc should be explicitly linked in... 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... no checking dynamic linker characteristics... yes checking whether g++-9 accepts -g... yes checking dependency style of g++-9... 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 gcc3 checking how to run the C++ preprocessor... checking whether we are using the GNU C++ compiler... yes checking whether g++-9 accepts -g... g++-9 -E yes checking dependency style of g++-9... gcc3 checking how to run the C++ preprocessor... g++-9 -E checking for ld used by g++-9... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++-9 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for g++-9 option to produce PIC... -fPIC -DPIC checking if g++-9 PIC flag -fPIC -DPIC works... checking for ld used by g++-9... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes yes checking if g++-9 static flag -static works... checking whether the g++-9 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes yes checking if g++-9 supports -c -o file.o... checking for g++-9 option to produce PIC... -fPIC -DPIC checking if g++-9 PIC flag -fPIC -DPIC works... yes checking if g++-9 supports -c -o file.o... (cached) yes checking whether the g++-9 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for gcc... (cached) gcc-9 yes checking if g++-9 static flag -static works... checking whether we are using the GNU C compiler... (cached) yes checking whether gcc-9 accepts -g... (cached) yes checking for gcc-9 option to accept ISO C89... (cached) none needed checking whether gcc-9 understands -c and -o together... (cached) yes checking dependency style of gcc-9... (cached) gcc3 checking dependency style of gcc-9... yes checking if g++-9 supports -c -o file.o... 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... yes checking if g++-9 supports -c -o file.o... (cached) yes checking whether the g++-9 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for gcc... (cached) gcc-9 checking whether we are using the GNU C compiler... (cached) yes checking whether gcc-9 accepts -g... (cached) yes checking for gcc-9 option to accept ISO C89... (cached) none needed checking whether gcc-9 understands -c and -o together... (cached) yes checking dependency style of gcc-9... (cached) gcc3 checking dependency style of gcc-9... gcc3 checking whether make sets $(MAKE)... (cached) yes checking linux/rseq.h usability... no checking linux/io_uring.h usability... yes checking linux/rseq.h presence... yes yes checking linux/io_uring.h presence... checking for linux/rseq.h... yes checking for rseq_available in -lrseq... yes checking for linux/io_uring.h... yes checking liburing.h usability... yes checking liburing.h presence... no checking linux/io_uring.h usability... yes checking for liburing.h... yes checking for io_uring_get_probe in -luring... yes checking linux/io_uring.h presence... yes checking for linux/io_uring.h... yes checking liburing.h usability... yes checking whether IORING_OP_NOP is declared... yes checking liburing.h presence... yes yes checking for liburing.h... yes checking for io_uring_get_probe in -luring... checking whether IORING_OP_READV is declared... yes yes checking whether IORING_OP_NOP is declared... yes checking whether IORING_OP_WRITEV is declared... yes checking whether IORING_OP_READV is declared... yes checking whether IORING_OP_FSYNC is declared... yes checking whether IORING_OP_WRITEV is declared... checking whether IORING_OP_READ_FIXED is declared... yes yes checking whether IORING_OP_FSYNC is declared... checking whether IORING_OP_WRITE_FIXED is declared... yes yes checking whether IORING_OP_READ_FIXED is declared... checking whether IORING_OP_POLL_ADD is declared... yes yes checking whether IORING_OP_WRITE_FIXED is declared... yes checking whether IORING_OP_POLL_REMOVE is declared... checking whether IORING_OP_POLL_ADD is declared... yes yes checking whether IORING_OP_SYNC_FILE_RANGE is declared... checking whether IORING_OP_POLL_REMOVE is declared... yes yes checking whether IORING_OP_SENDMSG is declared... yes checking whether IORING_OP_SYNC_FILE_RANGE is declared... checking whether IORING_OP_RECVMSG is declared... yes yes checking whether IORING_OP_SENDMSG is declared... checking whether IORING_OP_TIMEOUT is declared... yes yes checking whether IORING_OP_RECVMSG is declared... checking whether IORING_OP_TIMEOUT_REMOVE is declared... yes yes checking whether IORING_OP_TIMEOUT is declared... checking whether IORING_OP_ACCEPT is declared... yes yes checking whether IORING_OP_TIMEOUT_REMOVE is declared... checking whether IORING_OP_ASYNC_CANCEL is declared... yes yes checking whether IORING_OP_ACCEPT is declared... checking whether IORING_OP_LINK_TIMEOUT is declared... yes yes checking whether IORING_OP_ASYNC_CANCEL is declared... checking whether IORING_OP_CONNECT is declared... yes yes checking whether IORING_OP_LINK_TIMEOUT is declared... checking whether IORING_OP_FALLOCATE is declared... yes yes checking whether IORING_OP_CONNECT is declared... checking whether IORING_OP_OPENAT is declared... yes yes checking whether IORING_OP_FALLOCATE is declared... checking whether IORING_OP_CLOSE is declared... yes yes checking whether IORING_OP_OPENAT is declared... yes checking whether IORING_OP_FILES_UPDATE is declared... yes checking whether IORING_OP_CLOSE is declared... yes checking whether IORING_OP_STATX is declared... yes checking whether IORING_OP_FILES_UPDATE is declared... yes checking whether IORING_OP_READ is declared... yes checking whether IORING_OP_STATX is declared... checking whether IORING_OP_WRITE is declared... yes yes checking whether IORING_OP_READ is declared... checking whether IORING_OP_FADVISE is declared... yes yes checking whether IORING_OP_WRITE is declared... checking whether IORING_OP_MADVISE is declared... yes yes checking whether IORING_OP_FADVISE is declared... checking whether IORING_OP_SEND is declared... yes yes checking whether IORING_OP_RECV is declared... checking whether IORING_OP_MADVISE is declared... yes yes checking whether IORING_OP_SEND is declared... checking whether IORING_OP_OPENAT2 is declared... yes yes checking whether IORING_OP_RECV is declared... checking whether IORING_OP_EPOLL_CTL is declared... yes yes checking whether IORING_OP_OPENAT2 is declared... checking whether IORING_OP_SPLICE is declared... yes yes checking whether IORING_OP_PROVIDE_BUFFERS is declared... yes checking whether IORING_OP_EPOLL_CTL is declared... yes checking whether IORING_OP_REMOVE_BUFFER is declared... checking whether IORING_OP_SPLICE is declared... no checking whether IORING_OP_TEE is declared... yes no checking whether IOSQE_FIXED_FILE is declared... yes checking whether IORING_OP_PROVIDE_BUFFERS is declared... checking whether IOSQE_IO_DRAIN is declared... yes yes checking whether IOSQE_IO_LINK is declared... yes checking whether IOSQE_IO_HARDLINK is declared... checking whether IORING_OP_REMOVE_BUFFER is declared... yes checking whether IOSQE_ASYNC is declared... no checking whether IORING_OP_TEE is declared... yes checking whether IOSQE_BUFFER_SELECT is declared... yes no checking whether SPLICE_F_FD_IN_FIXED is declared... checking whether IOSQE_FIXED_FILE is declared... yes checking whether IORING_SETUP_ATTACH_WQ is declared... yes checking whether IOSQE_IO_DRAIN is declared... yes checking whether IORING_REGISTER_IOWQ_MAX_WORKERS is declared... yes checking whether IOSQE_IO_LINK is declared... yes checking whether IOSQE_IO_HARDLINK is declared... no checking for preadv2... yes checking whether IOSQE_ASYNC is declared... yes checking for pwritev2... yes checking whether IOSQE_BUFFER_SELECT is declared... yes yes checking whether SPLICE_F_FD_IN_FIXED is declared... checking that generated files are newer than configure... done configure: creating ./config.status yes checking whether IORING_SETUP_ATTACH_WQ is declared... yes checking whether IORING_REGISTER_IOWQ_MAX_WORKERS is declared... no checking for preadv2... yes checking for pwritev2... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating prelude/Makefile config.status: creating src/concurrency/io/call.cfa config.status: creating prelude/defines.hfa config.status: executing depfiles commands config.status: executing libtool commands Cforall library configuraton completed. Type "make -j 8 install". config.status: creating Makefile config.status: creating src/Makefile config.status: creating prelude/Makefile config.status: creating src/concurrency/io/call.cfa config.status: creating prelude/defines.hfa config.status: executing depfiles commands config.status: executing libtool commands Cforall library configuraton completed. Type "make -j 8 install". [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] echo -------- Package -------- [Pipeline] stage [Pipeline] { (Package) [Pipeline] dir Running in /var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp [Pipeline] { [Pipeline] sh + make VERSION=1.0.0.2883 dist make dist-gzip am__post_remove_distdir='@:' make[1]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp' make distdir-am make[2]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp' if test -d "cfa-cc-1.0.0.2883"; then find "cfa-cc-1.0.0.2883" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "cfa-cc-1.0.0.2883" || { sleep 5 && rm -rf "cfa-cc-1.0.0.2883"; }; else :; fi test -d "cfa-cc-1.0.0.2883" || mkdir "cfa-cc-1.0.0.2883" (cd driver && make top_distdir=../cfa-cc-1.0.0.2883 distdir=../cfa-cc-1.0.0.2883/driver \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/driver' make distdir-am make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/driver' make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/driver' make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/driver' (cd src && make top_distdir=../cfa-cc-1.0.0.2883 distdir=../cfa-cc-1.0.0.2883/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[3]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/src' YACC Parser/parser.cc updating Parser/parser.output updating Parser/parser.hh make distdir-am make[4]: Entering directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/src' LEX Parser/lex.cc GEN /var/lib/jenkins/workspace/Cforall_Distribute_Ref/src/AST/BasicKind.hpp make[4]: *** No rule to make target 'Common/utility.hpp', needed by 'distdir-am'. Stop. make[4]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/src' make[3]: *** [Makefile:1597: distdir] Error 2 make[3]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp/src' make[2]: *** [Makefile:626: distdir-am] Error 1 make[2]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp' make[1]: *** [Makefile:620: distdir] Error 2 make[1]: Leaving directory '/var/lib/jenkins/workspace/Cforall_Distribute_Ref@tmp' make: *** [Makefile:722: dist] Error 2 [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: script returned exit code 2 Finished: FAILURE