Skip to content

Console Output

Started by user Dmitry Kornilov
Running as Dmitry Kornilov
Agent basic-fzprd is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-fzprd"
  namespace: "tyrus"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.tyrus.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-fzprd"
    - 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-fzprd"
    - 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-3131.vf2b_b_798b_ce99"
    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
      subPath: ""
    - 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-fzprd (basic) in workspace /home/jenkins/agent/workspace/release_notes_publish
The recommended git tool is: git
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-ssh18336668878727655155.key
Verifying host key using manually-configured host key entries
 > 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 d386cf86379c7d5ea6bad20b022a3999bed7acde (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d386cf86379c7d5ea6bad20b022a3999bed7acde # timeout=10
Commit message: "Make sure `@OnClose` is called when `ProtocolHandler.close` throws IOException"
 > git rev-list --no-walk d386cf86379c7d5ea6bad20b022a3999bed7acde # timeout=10
[release_notes_publish] $ /bin/bash -xe /tmp/jenkins5792832687374636637.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
+ touch /home/jenkins/agent/workspace/release_notes_publish/release-note.html
+ cd bom
+ mvn -B -V org.glassfish.jersey.tools.plugins:jersey-release-notes-maven-plugin:1.0.1:release-notes -DskipTests -DreleaseVersion=1.21 -DgithubLogin=**** -DgithubPassword=**** -DtemplateFilePath=/home/jenkins/agent/workspace/release_notes_publish/release-note.html -DreleaseDate=19-10-2023 -DdryRun=false -DpublishToGithub=true -DgithubApiUrl=eclipse-ee4j/tyrus
Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c)
Maven home: /opt/tools/apache-maven/latest
Java version: 11.0.20.1, vendor: IBM Corporation, runtime: /opt/java/openjdk
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.glassfish.tyrus:tyrus-bom:pom:1.99-SNAPSHOT
[WARNING] 'parent.relativePath' of POM org.glassfish.tyrus:tyrus-bom:1.99-SNAPSHOT (/home/jenkins/agent/workspace/release_notes_publish/bom/pom.xml) points at org.glassfish.tyrus:tyrus-project instead of org.eclipse.ee4j:project, please verify your project structure @ line 24, column 13
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] 
[INFO] -------------------< org.glassfish.tyrus:tyrus-bom >--------------------
[INFO] Building Tyrus BOM 1.99-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- jersey-release-notes:1.0.1:release-notes (default-cli) @ tyrus-bom ---
[INFO] Milestone found for release version: 1.21
[INFO] Prepared release notes:
[INFO] <li>[<a href='https://github.com/eclipse-ee4j/tyrus/pull/834'>Pull 834</a>] - Use different grizzly.WebSocketFilter.HANDSHAKE_PROCESSED for each contextPath</li>
<li>[<a href='https://github.com/eclipse-ee4j/tyrus/pull/846'>Pull 846</a>] - Fix race condition causing unexpected idle disconnections</li>
<li>[<a href='https://github.com/eclipse-ee4j/tyrus/pull/847'>Pull 847</a>] - Make sure `@OnClose` is called when `ProtocolHandler.close` throws IOE</li>
<li>[<a href='https://github.com/eclipse-ee4j/tyrus/pull/848'>Pull 848</a>] - Updated 1.x dependency versions</li>

[INFO] Publishing release notes to GitHub
[INFO] Storing release notes to file target/release-notes/1.21.html
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.541 s
[INFO] Finished at: 2023-10-21T16:08:26Z
[INFO] ------------------------------------------------------------------------
[WARNING] 
[WARNING] Plugin validation issues were detected in 1 plugin(s)
[WARNING] 
[WARNING]  * org.glassfish.jersey.tools.plugins:jersey-release-notes-maven-plugin:1.0.1
[WARNING] 
[WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE]
[WARNING] 
Finished: SUCCESS