Skip to content
Success

Console Output

Started by user Scott M Stark
Running as Scott M Stark
Agent basic-jfxnn is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: ""
  name: "basic-jfxnn"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.cdi.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-jfxnn"
    - 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-jfxnn"
    - 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-jfxnn in workspace /home/jenkins/agent/workspace/DISpec
[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-WfCqYpaH0EzK/agent.71
SSH_AGENT_PID=73
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/DISpec@tmp/private_key_5719139662391756760.key (/home/jenkins/agent/workspace/DISpec@tmp/private_key_5719139662391756760.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/injection-spec/
 > git init /home/jenkins/agent/workspace/DISpec # timeout=10
Fetching upstream changes from https://github.com/eclipse-ee4j/injection-spec/
 > git --version # timeout=10
using GIT_ASKPASS to set credentials GitHub bot
 > git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/injection-spec/ +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse-ee4j/injection-spec/ # 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/injection-spec/ # timeout=10
Fetching upstream changes from https://github.com/eclipse-ee4j/injection-spec/
using GIT_ASKPASS to set credentials GitHub bot
 > git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/injection-spec/ +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 7432325eb6e630f917bc970bd6bd898edd5a2c6d (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7432325eb6e630f917bc970bd6bd898edd5a2c6d # timeout=10
Commit message: "Create CONTRIBUTING.md"
First time build. Skipping changelog.
[DISpec] $ /bin/sh -ex /tmp/jenkins7426628836812466598.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
+ git config --global user.email cdi-bot@eclipse.org
+ git config --global user.name 'Eclipse CDI-api Bot'
+ echo '-[ Build the specs ]-------------------------------------'
-[ Build the specs ]-------------------------------------
+ mvn -B '-Dstatus=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.inject:injection-spec >--------------------
[INFO] Building Jakarta Dependency Injection Specification 2.0
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ injection-spec ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-versions) @ injection-spec ---
[INFO] 
[INFO] --- asciidoctor-maven-plugin:1.5.7.1:process-asciidoc (asciidoc-to-html) @ injection-spec ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Rendered /home/jenkins/agent/workspace/DISpec/src/main/asciidoc/injection-spec.adoc
[INFO] 
[INFO] --- asciidoctor-maven-plugin:1.5.7.1:process-asciidoc (asciidoc-to-pdf) @ injection-spec ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
Failed to parse formatted text: All existing copyright notices, or if one does not exist, a notice (hypertext is preferred, but a textual representation is permitted) of the form: "Copyright (c) [$date-of-document] Eclipse Foundation, Inc. <a href="https://www.eclipse.org/legal/efsl.php"" class="bare">https://www.eclipse.org/​legal/​efsl.php"</a>
[INFO] Rendered /home/jenkins/agent/workspace/DISpec/src/main/asciidoc/injection-spec.adoc
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  18.133 s
[INFO] Finished at: 2020-07-07T02:42:02Z
[INFO] ------------------------------------------------------------------------
+ ls -R target
target:
generated-docs

target/generated-docs:
images
injection-spec-2.0.html
injection-spec-2.0.pdf

target/generated-docs/images:
jakarta_ee_logo_schooner_color_stacked_default.png
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 73 killed;
[ssh-agent] Stopped.
Archiving artifacts
Finished: SUCCESS