Skip to content

Console Output

Started by user Dmitry Kornilov
Rebuilds build #1
Running as Dmitry Kornilov
Agent basic-7btkn is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-7btkn"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.tyrus.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-7btkn"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "basic-7btkn"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.tyrus.svc.cluster.local/tyrus/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.7"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-tyrus"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Building remotely on basic-7btkn (basic) in workspace /home/jenkins/agent/workspace/release_notes_publish
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential github-bot-ssh
Cloning the remote Git repository
Cloning repository git@github.com:eclipse-ee4j/tyrus.git
 > git init /home/jenkins/agent/workspace/release_notes_publish # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/tyrus.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_SSH to set credentials GitHub bot SSH
[INFO] Currently running in a labeled security context
 > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/release_notes_publish@tmp/jenkins-gitclient-ssh16690722934985278023.key
 > git fetch --tags --force --progress -- git@github.com:eclipse-ee4j/tyrus.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git@github.com:eclipse-ee4j/tyrus.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision ae9fe456440704d8e991ad800939c7657119a268 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ae9fe456440704d8e991ad800939c7657119a268 # timeout=10
Commit message: "Add timeout"
 > git rev-list --no-walk ae9fe456440704d8e991ad800939c7657119a268 # timeout=10
[release_notes_publish] $ /bin/bash -xe /tmp/jenkins7707282780713468774.sh
+ MVN_HOME=/opt/tools/apache-maven/latest/
+ PATH=/opt/tools/apache-maven/latest//bin:/opt/java/openjdk:/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ wget -nv https://raw.githubusercontent.com/eclipse-ee4j/jersey/master/tools/jersey-release-notes-maven-plugin/src/test/templates/release-note.html -O /home/jenkins/agent/workspace/release_notes_publish/release-note.html
2021-09-07 13:58:42 URL:https://raw.githubusercontent.com/eclipse-ee4j/jersey/master/tools/jersey-release-notes-maven-plugin/src/test/templates/release-note.html [3758/3758] -> "/home/jenkins/agent/workspace/release_notes_publish/release-note.html" [1]
+ mvn -B -V org.glassfish.jersey.tools.plugins:jersey-release-notes-maven-plugin:1.0.1:release-notes -DskipTests -DreleaseVersion=1.18 -DgithubLogin=**** -DgithubPassword=**** -DtemplateFilePath=/home/jenkins/agent/workspace/release_notes_publish/release-note.html -DreleaseDate=31-08-2021 -DdryRun=false -DpublishToGithub=true -DgithubApiUrl=eclipse-ee4j/tyrus
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/latest
Java version: 11.0.12, vendor: International Business Machines Corporation, runtime: /opt/java/openjdk
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.12.7-300.fc34.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] tyrus                                                              [pom]
[INFO] tyrus-archetypes                                                   [pom]
[INFO] Tyrus Echo Archetype                                               [jar]
[INFO] Tyrus BOM                                                          [pom]
[INFO] Tyrus Container SPI                                             [bundle]
[INFO] Tyrus Core                                                      [bundle]
[INFO] Tyrus Client                                                    [bundle]
[INFO] Tyrus Container Modules                                            [pom]
[INFO] Tyrus Containers For Glassfish                                     [pom]
[INFO] Tyrus CDI Component Provider                                    [bundle]
[INFO] Tyrus EJB Component Provider                                    [bundle]
[INFO] Tyrus Grizzly Client Container                                  [bundle]
[INFO] Tyrus Server                                                    [bundle]
[INFO] Tyrus Grizzly Server Container                                  [bundle]
[INFO] Tyrus InMemory Container                                        [bundle]
[INFO] Tyrus Servlet Bundle                                            [bundle]
[INFO] Tyrus Tests                                                        [pom]
[INFO] Tyrus Test Tools                                                [bundle]
[INFO] Tyrus JDK Client Container                                      [bundle]
[INFO] Tyrus Documentation                                                [pom]
[INFO] Tyrus Extension Modules                                            [pom]
[INFO] Tyrus CLI Client                                                [bundle]
[INFO] Tyrus Monitoring JMX                                               [jar]
[INFO] Tyrus Extension - Per Message Deflate                           [bundle]
[INFO] Tyrus Java8 Client Extension                                    [bundle]
[INFO] Tyrus Samples                                                      [pom]
[INFO] Tyrus Auction Sample                                               [war]
[INFO] Tyrus CDI Sample                                                   [war]
[INFO] Tyrus Chat Sample                                                  [war]
[INFO] Tyrus Draw Sample                                                  [war]
[INFO] Tyrus Echo Sample                                                  [war]
[INFO] Tyrus Basic Auth Sample                                            [war]
[INFO] Tyrus Secure Echo Sample                                           [war]
[INFO] Tyrus Programmatic Echo Sample                                     [war]
[INFO] Tyrus Simple Life Sample                                           [war]
[INFO] Tyrus Shared Collection Sample                                     [war]
[INFO] Tyrus End-to-End Tests                                             [pom]
[INFO] Tyrus End-to-End Application Config Tests                          [war]
[INFO] Tyrus End-to-End Non-deployable Tests                              [war]
[INFO] Tyrus End-to-End Standard Config Tests                             [war]
[INFO] Tyrus End-to-End Java 8 Tests                                      [war]
[INFO] Tyrus End-to-End Tests running on Jetty                            [pom]
[INFO] Tyrus End-to-End Basic Auth Tests                                  [jar]
[INFO] Tyrus End-to-End Digest Auth Tests                                 [jar]
[INFO] Tyrus Server Integration Tests                                     [pom]
[INFO] Tyrus Servlet Async Tests                                          [war]
[INFO] Tyrus Autobahn Echo Server                                         [war]
[INFO] Tyrus Servlet Basic Tests                                          [war]
[INFO] Tyrus Servlet Dynamic Deploy Test                                  [war]
[INFO] Tyrus Servlet No App Config                                        [war]
[INFO] Tyrus Servlet One App Config                                       [war]
[INFO] Tyrus Servlet RemoteEndpoint Timeout                               [war]
[INFO] Tyrus Servlet Session Closing                                      [war]
[INFO] Tyrus Servlet Two App Config                                       [war]
[INFO] Tyrus Servlet Monitoring Test                                      [war]
[INFO] Tyrus Servlet Inject Test                                          [war]
[INFO] Tyrus Servlet Max Sessions Per App Tests                           [war]
[INFO] Tyrus Servlet Max Sessions Per Remote Addr Tests                   [war]
[INFO] Tyrus Debug Debug Samples                                          [war]
[INFO] 
[INFO] -----------------< org.glassfish.tyrus:tyrus-project >------------------
[INFO] Building tyrus 2.0-SNAPSHOT                                       [1/59]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- jersey-release-notes-maven-plugin:1.0.1:release-notes (default-cli) @ tyrus-project ---
[INFO] Milestone found for release version: 1.18
[INFO] Prepared release notes:
[INFO] <li>[<a href='https://github.com/eclipse-ee4j/tyrus/pull/707'>Pull 707</a>] - Support of TLSv1.3 by JDK Client</li>
<li>[<a href='https://github.com/eclipse-ee4j/tyrus/pull/708'>Pull 708</a>] - Lambda MessageHandler support</li>
<li>[<a href='https://github.com/eclipse-ee4j/tyrus/pull/719'>Pull 719</a>] - Bump junit from 4.10 to 4.13.1</li>
<li>[<a href='https://github.com/eclipse-ee4j/tyrus/pull/725'>Pull 725</a>] - remove potential test order dependency</li>
<li>[<a href='https://github.com/eclipse-ee4j/tyrus/pull/727'>Pull 727</a>] - Fixed class loader leaks</li>
<li>[<a href='https://github.com/eclipse-ee4j/tyrus/pull/729'>Pull 729</a>] - [646] Fixed possible client hang when connecting to server.</li>
<li>[<a href='https://github.com/eclipse-ee4j/tyrus/pull/730'>Pull 730</a>] - Bump commons-io from 2.2 to 2.7 in /tests/qa/lifecycle-test</li>
<li>[<a href='https://github.com/eclipse-ee4j/tyrus/pull/731'>Pull 731</a>] - Build With JDK 17</li>
<li>[<a href='https://github.com/eclipse-ee4j/tyrus/pull/736'>Pull 736</a>] - Fix two flaky tests in `MaxMessageSizeDeploymentTest`</li>
<li>[<a href='https://github.com/eclipse-ee4j/tyrus/pull/739'>Pull 739</a>] - Updated dependencies</li>
<li>[<a href='https://github.com/eclipse-ee4j/tyrus/pull/745'>Pull 745</a>] - Parent pom update</li>

[INFO] Publishing release notes to GitHub
[INFO] Storing release notes to file target/release-notes/1.18.html
[INFO] 
[INFO] ------< org.glassfish.tyrus.archetypes:tyrus-archetypes-project >-------
[INFO] Building tyrus-archetypes 2.0-SNAPSHOT                            [2/59]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- jersey-release-notes-maven-plugin:1.0.1:release-notes (default-cli) @ tyrus-archetypes-project ---
[INFO] Milestone found for release version: 1.18
[INFO] Prepared release notes:
[INFO] <li>[<a href='https://github.com/eclipse-ee4j/tyrus/pull/707'>Pull 707</a>] - Support of TLSv1.3 by JDK Client</li>
<li>[<a href='https://github.com/eclipse-ee4j/tyrus/pull/708'>Pull 708</a>] - Lambda MessageHandler support</li>
<li>[<a href='https://github.com/eclipse-ee4j/tyrus/pull/719'>Pull 719</a>] - Bump junit from 4.10 to 4.13.1</li>
<li>[<a href='https://github.com/eclipse-ee4j/tyrus/pull/725'>Pull 725</a>] - remove potential test order dependency</li>
<li>[<a href='https://github.com/eclipse-ee4j/tyrus/pull/727'>Pull 727</a>] - Fixed class loader leaks</li>
<li>[<a href='https://github.com/eclipse-ee4j/tyrus/pull/729'>Pull 729</a>] - [646] Fixed possible client hang when connecting to server.</li>
<li>[<a href='https://github.com/eclipse-ee4j/tyrus/pull/730'>Pull 730</a>] - Bump commons-io from 2.2 to 2.7 in /tests/qa/lifecycle-test</li>
<li>[<a href='https://github.com/eclipse-ee4j/tyrus/pull/731'>Pull 731</a>] - Build With JDK 17</li>
<li>[<a href='https://github.com/eclipse-ee4j/tyrus/pull/736'>Pull 736</a>] - Fix two flaky tests in `MaxMessageSizeDeploymentTest`</li>
<li>[<a href='https://github.com/eclipse-ee4j/tyrus/pull/739'>Pull 739</a>] - Updated dependencies</li>
<li>[<a href='https://github.com/eclipse-ee4j/tyrus/pull/745'>Pull 745</a>] - Parent pom update</li>

[INFO] Publishing release notes to GitHub
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for tyrus 2.0-SNAPSHOT:
[INFO] 
[INFO] tyrus .............................................. SUCCESS [  4.965 s]
[INFO] tyrus-archetypes ................................... FAILURE [  0.758 s]
[INFO] Tyrus Echo Archetype ............................... SKIPPED
[INFO] Tyrus BOM .......................................... SKIPPED
[INFO] Tyrus Container SPI ................................ SKIPPED
[INFO] Tyrus Core ......................................... SKIPPED
[INFO] Tyrus Client ....................................... SKIPPED
[INFO] Tyrus Container Modules ............................ SKIPPED
[INFO] Tyrus Containers For Glassfish ..................... SKIPPED
[INFO] Tyrus CDI Component Provider ....................... SKIPPED
[INFO] Tyrus EJB Component Provider ....................... SKIPPED
[INFO] Tyrus Grizzly Client Container ..................... SKIPPED
[INFO] Tyrus Server ....................................... SKIPPED
[INFO] Tyrus Grizzly Server Container ..................... SKIPPED
[INFO] Tyrus InMemory Container ........................... SKIPPED
[INFO] Tyrus Servlet Bundle ............................... SKIPPED
[INFO] Tyrus Tests ........................................ SKIPPED
[INFO] Tyrus Test Tools ................................... SKIPPED
[INFO] Tyrus JDK Client Container ......................... SKIPPED
[INFO] Tyrus Documentation ................................ SKIPPED
[INFO] Tyrus Extension Modules ............................ SKIPPED
[INFO] Tyrus CLI Client ................................... SKIPPED
[INFO] Tyrus Monitoring JMX ............................... SKIPPED
[INFO] Tyrus Extension - Per Message Deflate .............. SKIPPED
[INFO] Tyrus Java8 Client Extension ....................... SKIPPED
[INFO] Tyrus Samples ...................................... SKIPPED
[INFO] Tyrus Auction Sample ............................... SKIPPED
[INFO] Tyrus CDI Sample ................................... SKIPPED
[INFO] Tyrus Chat Sample .................................. SKIPPED
[INFO] Tyrus Draw Sample .................................. SKIPPED
[INFO] Tyrus Echo Sample .................................. SKIPPED
[INFO] Tyrus Basic Auth Sample ............................ SKIPPED
[INFO] Tyrus Secure Echo Sample ........................... SKIPPED
[INFO] Tyrus Programmatic Echo Sample ..................... SKIPPED
[INFO] Tyrus Simple Life Sample ........................... SKIPPED
[INFO] Tyrus Shared Collection Sample ..................... SKIPPED
[INFO] Tyrus End-to-End Tests ............................. SKIPPED
[INFO] Tyrus End-to-End Application Config Tests .......... SKIPPED
[INFO] Tyrus End-to-End Non-deployable Tests .............. SKIPPED
[INFO] Tyrus End-to-End Standard Config Tests ............. SKIPPED
[INFO] Tyrus End-to-End Java 8 Tests ...................... SKIPPED
[INFO] Tyrus End-to-End Tests running on Jetty ............ SKIPPED
[INFO] Tyrus End-to-End Basic Auth Tests .................. SKIPPED
[INFO] Tyrus End-to-End Digest Auth Tests ................. SKIPPED
[INFO] Tyrus Server Integration Tests ..................... SKIPPED
[INFO] Tyrus Servlet Async Tests .......................... SKIPPED
[INFO] Tyrus Autobahn Echo Server ......................... SKIPPED
[INFO] Tyrus Servlet Basic Tests .......................... SKIPPED
[INFO] Tyrus Servlet Dynamic Deploy Test .................. SKIPPED
[INFO] Tyrus Servlet No App Config ........................ SKIPPED
[INFO] Tyrus Servlet One App Config ....................... SKIPPED
[INFO] Tyrus Servlet RemoteEndpoint Timeout ............... SKIPPED
[INFO] Tyrus Servlet Session Closing ...................... SKIPPED
[INFO] Tyrus Servlet Two App Config ....................... SKIPPED
[INFO] Tyrus Servlet Monitoring Test ...................... SKIPPED
[INFO] Tyrus Servlet Inject Test .......................... SKIPPED
[INFO] Tyrus Servlet Max Sessions Per App Tests ........... SKIPPED
[INFO] Tyrus Servlet Max Sessions Per Remote Addr Tests ... SKIPPED
[INFO] Tyrus Debug Debug Samples .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  10.596 s
[INFO] Finished at: 2021-09-07T13:58:54Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.glassfish.jersey.tools.plugins:jersey-release-notes-maven-plugin:1.0.1:release-notes (default-cli) on project tyrus-archetypes-project: {"message":"Validation Failed","errors":[{"resource":"Release","code":"already_exists","field":"tag_name"}],"documentation_url":"https://docs.github.com/rest/reference/repos#create-a-release"}: Server returned HTTP response code: 422, message: 'Unprocessable Entity' for URL: https://api.github.com/repos/eclipse-ee4j/tyrus/releases: Server returned HTTP response code: 422 for URL: https://api.github.com/repos/eclipse-ee4j/tyrus/releases -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :tyrus-archetypes-project
Build step 'Execute shell' marked build as failure
Finished: FAILURE