Skip to content

Console Output

Started by user Dmitry Kornilov
Rebuilds build #7
Running as Dmitry Kornilov
Agent basic-hlr57 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-hlr57"
  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-hlr57"
    - 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-hlr57"
    - 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.13.3"
    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-hlr57 (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-ssh11290442012095778068.key
Verifying host key using known hosts file
 > 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 21ed4c220e9b78d60ca7f7b8af303c06bd601e9e (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 21ed4c220e9b78d60ca7f7b8af303c06bd601e9e # timeout=10
Commit message: "Fix support of encoded query params"
 > git rev-list --no-walk 374b2e03b05c487b8f6be0c0476acf9dd1279412 # timeout=10
[release_notes_publish] $ /bin/bash -xe /tmp/jenkins2355587152765486089.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
2022-10-11 10:33:25 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]
+ cd bom
+ mvn -B -V org.glassfish.jersey.tools.plugins:jersey-release-notes-maven-plugin:1.0.1:release-notes -DskipTests -DreleaseVersion=1.20 -DgithubLogin=**** -DgithubPassword=**** -DtemplateFilePath=/home/jenkins/agent/workspace/release_notes_publish/release-note.html -DreleaseDate=25-01-2021 -DdryRun=false -DpublishToGithub=true -DgithubApiUrl=eclipse-ee4j/tyrus
Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
Maven home: /opt/tools/apache-maven/latest
Java version: 11.0.16.1, vendor: IBM Corporation, runtime: /opt/java/openjdk
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.14.14-200.fc34.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] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- jersey-release-notes-maven-plugin:1.0.1:release-notes (default-cli) @ tyrus-bom ---
[INFO] Milestone found for release version: 1.20
[INFO] Prepared release notes:
[INFO] <li>[<a href='https://github.com/eclipse-ee4j/tyrus/pull/807'>Pull 807</a>] - Fix support of encoded query params</li>

[INFO] Publishing release notes to GitHub
[INFO] Storing release notes to file target/release-notes/1.20.html
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  10.570 s
[INFO] Finished at: 2022-10-11T10:33:37Z
[INFO] ------------------------------------------------------------------------
Finished: SUCCESS