Skip to content
Success

Console Output

Started by user Scott M Stark
Running as Scott M Stark
Agent basic-0nbjx is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: ""
  name: "basic-0nbjx"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.cdi.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-0nbjx"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dsun.zip.disableMemoryMapping=true\
        \ -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-0nbjx"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.cdi.svc.cluster.local/cdi/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.2.1"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        memory: "4096Mi"
        cpu: "2000m"
      requests:
        memory: "4096Mi"
        cpu: "1000m"
    securityContext:
      privileged: false
    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:
    beta.kubernetes.io/os: "linux"
  restartPolicy: "Never"
  securityContext: {}
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-cdi"
      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-0nbjx in workspace /home/jenkins/agent/workspace/CDISpec
[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-axZHlGS9elxS/agent.67
SSH_AGENT_PID=69
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/CDISpec@tmp/private_key_2782430154255663806.key (/home/jenkins/agent/workspace/CDISpec@tmp/private_key_2782430154255663806.key)
[ssh-agent] Using credentials genie.cdi (ssh://genie.cdi@projects-storage.eclipse.org)
using credential github-bot
Cloning the remote Git repository
Cloning repository https://github.com/eclipse-ee4j/cdi
 > git init /home/jenkins/agent/workspace/CDISpec # timeout=10
Fetching upstream changes from https://github.com/eclipse-ee4j/cdi
 > git --version # timeout=10
using GIT_ASKPASS to set credentials GitHub bot
 > git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/cdi +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse-ee4j/cdi # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse-ee4j/cdi # timeout=10
Fetching upstream changes from https://github.com/eclipse-ee4j/cdi
using GIT_ASKPASS to set credentials GitHub bot
 > git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/cdi +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/3.0^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/3.0^{commit} # timeout=10
Checking out Revision 4675f2a643e504be84dba8fbf91f998d72878339 (refs/remotes/origin/3.0)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4675f2a643e504be84dba8fbf91f998d72878339 # timeout=10
Commit message: "Merge updates from master to 3.0"
First time build. Skipping changelog.
[CDISpec] $ /bin/sh -ex /tmp/jenkins3984218914263492379.sh
+ TOOLS_PREFIX=/opt/tools
+ JAVA_PREFIX=/opt/tools/java/oracle
+ MVN_HOME=/opt/tools/apache-maven/latest
+ JAVA_HOME=/opt/tools/java/oracle/jdk-8/latest
+ PATH=/opt/tools/apache-maven/latest/bin:/opt/tools/java/oracle/jdk-8/latest/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ BUILD_DIR=/home/jenkins/agent/workspace/CDISpec/spec
+ cd /home/jenkins/agent/workspace/CDISpec/spec
+ git config --global user.email el-bot@eclipse.org
+ git config --global user.name 'Eclipse EL-api Bot'
+ echo '-[ Build the specs ]-------------------------------------'
-[ Build the specs ]-------------------------------------
+ mvn -B '-Dlicense-file=final' '-Drevremark=Final' clean package
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
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: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] 
[INFO] ---------< jakarta.enterprise:jakarta.enterprise.cdi-spec-doc >---------
[INFO] Building jakarta.enterprise.cdi-spec-doc 3.0.0
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jakarta.enterprise.cdi-spec-doc ---
[INFO] 
[INFO] --- asciidoctor-maven-plugin:1.5.6:process-asciidoc (generate-pdf-doc) @ jakarta.enterprise.cdi-spec-doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
asciidoctor: WARNING: license-final.asciidoc: line 5: invalid style for literal block: preface
[INFO] Rendered /home/jenkins/agent/workspace/CDISpec/spec/src/main/asciidoc/cdi-spec.asciidoc
[INFO] 
[INFO] --- asciidoctor-maven-plugin:1.5.6:process-asciidoc (output-html) @ jakarta.enterprise.cdi-spec-doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
asciidoctor: WARNING: license-final.asciidoc: line 5: invalid style for literal block: preface
[INFO] Rendered /home/jenkins/agent/workspace/CDISpec/spec/src/main/asciidoc/cdi-spec.asciidoc
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:18 min
[INFO] Finished at: 2020-07-31T01:41:52Z
[INFO] ------------------------------------------------------------------------
+ ls target
generated-docs
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 69 killed;
[ssh-agent] Stopped.
Archiving artifacts
Finished: SUCCESS