Skip to content

Console Output

Started by an SCM change
Running as SYSTEM
Agent basic-x5l3v is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-x5l3v"
  namespace: "jaxb-impl"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.jaxb-impl.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-x5l3v"
    - 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-x5l3v"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.jaxb-impl.svc.cluster.local/jaxb-impl/"
    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-jaxb-impl"
      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"

[EnvInject] - Loading node environment variables.
Building remotely on basic-x5l3v (basic) in workspace /home/jenkins/agent/workspace/jaxb-fi-master-dependency-update
[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-2IpS9WSuPxko/agent.56
SSH_AGENT_PID=58
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/jaxb-fi-master-dependency-update@tmp/private_key_8253576597596033488.key (/home/jenkins/agent/workspace/jaxb-fi-master-dependency-update@tmp/private_key_8253576597596033488.key)
[ssh-agent] Using credentials eclipse-jaxb-impl-bot (GitHub bot SSH)
The recommended git tool is: NONE
using credential github-bot-ssh
Cloning the remote Git repository
Cloning repository git@github.com:eclipse-ee4j/jaxb-fi.git
 > git init /home/jenkins/agent/workspace/jaxb-fi-master-dependency-update # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/jaxb-fi.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/jaxb-fi-master-dependency-update@tmp/jenkins-gitclient-ssh12894710314710984959.key
Verifying host key using manually-configured host key entries
 > git fetch --tags --force --progress -- git@github.com:eclipse-ee4j/jaxb-fi.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git@github.com:eclipse-ee4j/jaxb-fi.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 b0e3886e512e62cc7135c56a9f28f832c6ff30cf (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b0e3886e512e62cc7135c56a9f28f832c6ff30cf # timeout=10
Commit message: "Prepare next development cycle for 2.1.2-SNAPSHOT"
 > git rev-list --no-walk 2d7e7ff4dfb37132d44ff455e85e2db7fba69bf7 # timeout=10
[jaxb-fi-master-dependency-update] $ /bin/sh -e /tmp/jenkins11367566928872985029.sh
-[ Checking existing Fast Infoset dependency update PR branches ]---------------
-[ Fast Infoset version ]-------------------------------------------------------
Snapshot version: 2.1.2-SNAPSHOT
PR version:       2.1.2
PR Branch:        DEP_UP_34_2.1.2
-[ Fast Infoset repository update ]-------------------------------------------
error: branch 'DEP_UP_34_2.1.2' not found.
error: unable to delete 'DEP_UP_34_2.1.2': remote ref does not exist
error: failed to push some refs to 'git@github.com:eclipse-ee4j/jaxb-fi.git'
Switched to a new branch 'DEP_UP_34_2.1.2'
-[ Fast Infoset dependencies update ]-------------------------------------------
--[ Dependency Update ]---------------------------------------------------------
Dependency: com.sun.xml.stream.buffer:streambuffer
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] fastinfoset-project                                                [pom]
[INFO] fastinfoset                                                        [jar]
[INFO] fastinfoset-roundtrip-tests                                        [jar]
[INFO] fastinfoset-utilities                                              [jar]
[INFO] fastinfoset-samples                                                [jar]
[INFO] 
[INFO] ------------< com.sun.xml.fastinfoset:fastinfoset-project >-------------
[INFO] Building fastinfoset-project 2.1.2-SNAPSHOT                        [1/5]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- versions:2.7:use-latest-releases (default-cli) @ fastinfoset-project ---
[INFO] Incremental version changes allowed
[INFO] artifact com.sun.xml.stream.buffer:streambuffer: checking for updates from sonatype-nexus-staging
[INFO] artifact com.sun.xml.stream.buffer:streambuffer: checking for updates from eclipse.maven.central.mirror
[INFO] Incremental version changes allowed
[INFO] 
[INFO] ----------------< com.sun.xml.fastinfoset:FastInfoset >-----------------
[INFO] Building fastinfoset 2.1.2-SNAPSHOT                                [2/5]
[INFO]   from fastinfoset/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- versions:2.7:use-latest-releases (default-cli) @ FastInfoset ---
[INFO] Incremental version changes allowed
[INFO] Incremental version changes allowed
[INFO] 
[INFO] ---------< com.sun.xml.fastinfoset:FastInfosetRoundTripTests >----------
[INFO] Building fastinfoset-roundtrip-tests 2.1.2-SNAPSHOT                [3/5]
[INFO]   from roundtrip-tests/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- versions:2.7:use-latest-releases (default-cli) @ FastInfosetRoundTripTests ---
[INFO] Incremental version changes allowed
[INFO] Incremental version changes allowed
[INFO] Ignoring reactor dependency: com.sun.xml.fastinfoset:FastInfoset:jar:2.1.2-SNAPSHOT
[INFO] 
[INFO] ------------< com.sun.xml.fastinfoset:FastInfosetUtilities >------------
[INFO] Building fastinfoset-utilities 2.1.2-SNAPSHOT                      [4/5]
[INFO]   from utilities/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- versions:2.7:use-latest-releases (default-cli) @ FastInfosetUtilities ---
[INFO] Incremental version changes allowed
[INFO] Incremental version changes allowed
[INFO] Ignoring reactor dependency: com.sun.xml.fastinfoset:FastInfoset:jar:2.1.2-SNAPSHOT
[INFO] 
[INFO] -------------< com.sun.xml.fastinfoset:FastInfosetSamples >-------------
[INFO] Building fastinfoset-samples 2.1.2-SNAPSHOT                        [5/5]
[INFO]   from samples/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- versions:2.7:use-latest-releases (default-cli) @ FastInfosetSamples ---
[INFO] Incremental version changes allowed
[INFO] Incremental version changes allowed
[INFO] Ignoring reactor dependency: com.sun.xml.fastinfoset:FastInfoset:jar:2.1.2-SNAPSHOT
[INFO] Ignoring reactor dependency: com.sun.xml.fastinfoset:FastInfosetUtilities:jar:2.1.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for fastinfoset-project 2.1.2-SNAPSHOT:
[INFO] 
[INFO] fastinfoset-project ................................ SUCCESS [ 12.506 s]
[INFO] fastinfoset ........................................ SUCCESS [  0.004 s]
[INFO] fastinfoset-roundtrip-tests ........................ SUCCESS [  0.004 s]
[INFO] fastinfoset-utilities .............................. SUCCESS [  0.004 s]
[INFO] fastinfoset-samples ................................ SUCCESS [  0.004 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  13.543 s
[INFO] Finished at: 2023-10-20T22:53:10Z
[INFO] ------------------------------------------------------------------------
[WARNING] 
[WARNING] Plugin validation issues were detected in 1 plugin(s)
[WARNING] 
[WARNING]  * org.codehaus.mojo:versions-maven-plugin:2.7
[WARNING] 
[WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE]
[WARNING] 
--[ No dependency was updated ]-------------------------------------------------
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 58 killed;
[ssh-agent] Stopped.
Finished: SUCCESS