Skip to content
Success

Console Output

Started by user Maxim Nesen
Rebuilds build #46
Running as Maxim Nesen
Agent basic-nsgq4 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    kubernetes.jenkins.io/last-refresh: "1716555936145"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
    kubernetes.jenkins.io/controller: "http___jenkins-ui_jersey_svc_cluster_local_jerseyx"
  name: "basic-nsgq4"
  namespace: "jersey"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.jersey.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-nsgq4"
    - 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: "REMOTING_OPTS"
      value: "-noReconnectAfter 1d"
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "basic-nsgq4"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.jersey.svc.cluster.local/jersey/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3206.vb_15dcf73f6a_9"
    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-jersey"
      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-nsgq4 (basic) in workspace /home/jenkins/agent/workspace/Jakarta-Common-Release-Jobs/Jersey_publish_release_notes
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-A4bRjJPuSpX7/agent.46
SSH_AGENT_PID=48
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/Jakarta-Common-Release-Jobs/Jersey_publish_release_notes@tmp/private_key_16629110820152511721.key (/home/jenkins/agent/workspace/Jakarta-Common-Release-Jobs/Jersey_publish_release_notes@tmp/private_key_16629110820152511721.key)
[ssh-agent] Using credentials genie.jersey (ssh://genie.jersey@projects-storage.eclipse.org)
The recommended git tool is: git
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse-ee4j/jersey
 > git init /home/jenkins/agent/workspace/Jakarta-Common-Release-Jobs/Jersey_publish_release_notes # timeout=10
Fetching upstream changes from https://github.com/eclipse-ee4j/jersey
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/jersey +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse-ee4j/jersey # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/2.x^{commit} # timeout=10
Checking out Revision 63506be436173c8890c3f2995c607d5d6d8773c8 (refs/remotes/origin/2.x)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 63506be436173c8890c3f2995c607d5d6d8773c8 # timeout=10
Commit message: "Unify the SniConfigurator with other branches"
 > git rev-list --no-walk 63506be436173c8890c3f2995c607d5d6d8773c8 # timeout=10
[Jersey_publish_release_notes] $ /bin/bash -xe /tmp/jenkins10727993954586439050.sh
+ MVN_HOME=/opt/tools/apache-maven/latest/
+ PATH=/opt/tools/apache-maven/latest//bin:/opt/tools/java/oracle/jdk-8/latest:/bin:/opt/tools/java/oracle/jdk-8/latest/bin:/opt/tools/java/oracle/jdk-8/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ RELEASE_DATE=19-08-2022
+ cd tools/jersey-release-notes-maven-plugin
+ mvn -q -V -B clean install -DskipTests
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
+ mvn -B -V org.glassfish.jersey.tools.plugins:jersey-release-notes-maven-plugin:1.0.1:release-notes -DskipTests -DreleaseVersion=3.1.7 -DgithubLogin=**** -DgithubPassword=**** -DtemplateFilePath=src/test/templates/release-note.html -DreleaseDate=19-08-2022 -DdryRun=false -DpublishToGithub=true
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] 
[INFO] --< org.glassfish.jersey.tools.plugins:jersey-release-notes-maven-plugin >--
[INFO] Building jersey-release-notes-maven-plugin 1.0.1
[INFO]   from pom.xml
[INFO] ----------------------------[ maven-plugin ]----------------------------
[INFO] 
[INFO] --- jersey-release-notes:1.0.1:release-notes (default-cli) @ jersey-release-notes-maven-plugin ---
[INFO] Milestone found for release version: 3.1.7
[INFO] Prepared release notes:
[INFO] <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5341'>Pull 5341</a>] - Improving I/O Efficience and Performance using NIO API instead of IO API</li>
<li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5603'>Pull 5603</a>] - Expect100Continue test fixed for NettyConnector</li>
<li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5611'>Pull 5611</a>] - Jetty HTTP Container native timeout</li>
<li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5612'>Pull 5612</a>] - Allowing sending Status over sending error</li>
<li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5660'>Pull 5660</a>] - Better document virtual threads</li>

[INFO] Publishing release notes to GitHub
[INFO] Storing release notes to file target/release-notes/3.1.7.html
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.679 s
[INFO] Finished at: 2024-05-24T13:06:52Z
[INFO] ------------------------------------------------------------------------
++ pwd
+ cp -a /home/jenkins/agent/workspace/Jakarta-Common-Release-Jobs/Jersey_publish_release_notes/tools/jersey-release-notes-maven-plugin/target/release-notes /home/jenkins/agent/workspace/Jakarta-Common-Release-Jobs/Jersey_publish_release_notes
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 48 killed;
[ssh-agent] Stopped.
Finished: SUCCESS