Skip to content

Console Output

Started by user ondrej.mihalyi@payara.fish
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /home/hudson/genie.microprofile/.jenkins/jobs/Test Releases/workspace
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] deleteDir
[Pipeline] git
No credentials specified
Cloning the remote Git repository
Cloning repository git@github.com:OndroMih/microprofile.git
 > /usr/local/bin/git init /home/hudson/genie.microprofile/.jenkins/jobs/Test Releases/workspace # timeout=10
Fetching upstream changes from git@github.com:OndroMih/microprofile.git
 > /usr/local/bin/git --version # timeout=10
 > /usr/local/bin/git fetch --tags --progress git@github.com:OndroMih/microprofile.git +refs/heads/*:refs/remotes/origin/*
 > /usr/local/bin/git config remote.origin.url git@github.com:OndroMih/microprofile.git # timeout=10
 > /usr/local/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /usr/local/bin/git config remote.origin.url git@github.com:OndroMih/microprofile.git # timeout=10
Fetching upstream changes from git@github.com:OndroMih/microprofile.git
 > /usr/local/bin/git fetch --tags --progress git@github.com:OndroMih/microprofile.git +refs/heads/*:refs/remotes/origin/*
 > /usr/local/bin/git rev-parse refs/remotes/origin/release-spec-index-page^{commit} # timeout=10
 > /usr/local/bin/git rev-parse refs/remotes/origin/origin/release-spec-index-page^{commit} # timeout=10
Checking out Revision 8a3cefe6d9708bfdab0e1cf504da74d5e30023bf (refs/remotes/origin/release-spec-index-page)
 > /usr/local/bin/git config core.sparsecheckout # timeout=10
 > /usr/local/bin/git checkout -f 8a3cefe6d9708bfdab0e1cf504da74d5e30023bf
 > /usr/local/bin/git branch -a -v --no-abbrev # timeout=10
 > /usr/local/bin/git checkout -b release-spec-index-page 8a3cefe6d9708bfdab0e1cf504da74d5e30023bf
Commit message: "Update index.html"
 > /usr/local/bin/git rev-list --no-walk 8a3cefe6d9708bfdab0e1cf504da74d5e30023bf # timeout=10
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Execute Full Release)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ mvn -s /opt/public/hipp/homes/genie.microprofile/.m2/settings-deploy-ossrh.xml package
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.microprofile
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] MicroProfile                                                       [pom]
[INFO] MicroProfile Specification                                         [pom]
[INFO] 
[INFO] ---------------< org.eclipse.microprofile:microprofile >----------------
[INFO] Building MicroProfile 3.1-SNAPSHOT                                 [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] -------------< org.eclipse.microprofile:microprofile-spec >-------------
[INFO] Building MicroProfile Specification 3.1-SNAPSHOT                   [2/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- asciidoctor-maven-plugin:1.5.6:process-asciidoc (generate-pdf-doc) @ microprofile-spec ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] Rendered /jobs/genie.microprofile/Test Releases/workspace/spec/src/main/asciidoc/microprofile-spec.asciidoc
[INFO] 
[INFO] --- asciidoctor-maven-plugin:1.5.6:process-asciidoc (output-html) @ microprofile-spec ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] Rendered /jobs/genie.microprofile/Test Releases/workspace/spec/src/main/asciidoc/microprofile-spec.asciidoc
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for MicroProfile 3.1-SNAPSHOT:
[INFO] 
[INFO] MicroProfile ....................................... SUCCESS [  0.005 s]
[INFO] MicroProfile Specification ......................... SUCCESS [ 13.826 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  14.269 s
[INFO] Finished at: 2019-07-07T11:16:31-04:00
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Copy Specs)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ rm -rf /home/data/httpd/download.eclipse.org/microprofile/microprofile-10.0
[Pipeline] sh
+ mkdir -p /home/data/httpd/download.eclipse.org/microprofile/microprofile-10.0
[Pipeline] script
[Pipeline] {
[Pipeline] fileExists
[Pipeline] sh
+ cp -r spec/target/generated-docs/images spec/target/generated-docs/microprofile-spec-3.1-SNAPSHOT.html spec/target/generated-docs/microprofile-spec-3.1-SNAPSHOT.pdf /home/data/httpd/download.eclipse.org/microprofile/microprofile-10.0
[Pipeline] fileExists
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Generate index page)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
+ sed 's/%{mpspecinfo}%/microprofile-10.0/' downloadpage/index.html
+ /home/data/httpd/download.eclipse.org/microprofile/microprofile-10.0/index.html
/home/hudson/genie.microprofile/.jenkins/jobs/Test Releases/workspace@tmp/durable-a80b9679/script.sh: line 1: /home/data/httpd/download.eclipse.org/microprofile/microprofile-10.0/index.html: No such file or directory
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE