Skip to content

Console Output

Started by user Dmitry Kornilov
Running as Dmitry Kornilov
Agent default-agent-tfdj4 is provisioned from template Kubernetes Pod Template
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: ""
  name: "default-agent-tfdj4"
spec:
  containers:
  - env:
    - name: "MAVEN_OPTS"
      value: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.ee4j.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "default-agent-tfdj4"
    - name: "MAVEN_CONFIG"
      value: "-B -e"
    - name: "JENKINS_NAME"
      value: "default-agent-tfdj4"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.ee4j.svc.cluster.local/ee4j/"
    - name: "HOME"
      value: "/home/jenkins"
    image: "eclipsecbijenkins/jenkins-agent:3.35@sha256:dff125e05404688a78bd67d5b47d107d98ec7583282e8ed9ca6646a2a76874e2"
    imagePullPolicy: "IfNotPresent"
    name: "jnlp"
    resources:
      limits:
        memory: "4096Mi"
        cpu: "2000m"
      requests:
        memory: "4096Mi"
        cpu: "1000m"
    securityContext:
      privileged: false
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "toolchains-xml"
      readOnly: true
      subPath: "toolchains.xml"
    - 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: "settings-security-xml"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "settings-xml"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  hostNetwork: false
  nodeSelector:
    beta.kubernetes.io/os: "linux"
  restartPolicy: "Never"
  securityContext: {}
  volumes:
  - name: "settings-security-xml"
    secret:
      items:
      - key: "settings-security.xml"
        path: "settings-security.xml"
      secretName: "m2-secret-dir"
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-ee4j"
      readOnly: true
  - configMap:
      items:
      - key: "toolchains.xml"
        path: "toolchains.xml"
      name: "m2-dir"
    name: "toolchains-xml"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - name: "settings-xml"
    secret:
      items:
      - key: "settings.xml"
        path: "settings.xml"
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-3"

Building remotely on default-agent-tfdj4 in workspace /home/jenkins/agent/workspace/copy_promoted_jakartaee8_eftl_bundles
[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-ENb5LGjC8qtf/agent.65
SSH_AGENT_PID=67
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/copy_promoted_jakartaee8_eftl_bundles@tmp/private_key_2779696903269356174.key (/home/jenkins/agent/workspace/copy_promoted_jakartaee8_eftl_bundles@tmp/private_key_2779696903269356174.key)
[ssh-agent] Using credentials genie.ee4j (ssh://genie.ee4j@projects-storage.eclipse.org)
[copy_promoted_jakartaee8_eftl_bundles] $ /bin/bash -xe /tmp/jenkins2934556600933447241.sh
+ STANDALONE_TCK_URL=https://download.eclipse.org/ee4j/jakartaee-tck/jakartaee8-eftl/promoted
+ TCK_BUNDLE_URL=https://download.eclipse.org/ee4j/jakartaee-tck/jakartaee8-eftl/promoted/eclipse-jakartaeetck-8.0.2.zip
+ TCK_VERSION_URL=https://download.eclipse.org/ee4j/jakartaee-tck/jakartaee8-eftl/promoted/jakartaeetck.version
+ wget --no-cache --no-check-certificate --progress=bar:force https://download.eclipse.org/ee4j/jakartaee-tck/jakartaee8-eftl/promoted/eclipse-soap-tck-1.4.0.zip -O jakarta-soap-tck-1.4.0.zip
--2020-01-28 09:32:56--  https://download.eclipse.org/ee4j/jakartaee-tck/jakartaee8-eftl/promoted/eclipse-soap-tck-1.4.0.zip
Resolving download.eclipse.org... 198.41.30.199
Connecting to download.eclipse.org|198.41.30.199|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 12275274 (12M) [application/zip]
Saving to: 'jakarta-soap-tck-1.4.0.zip'


          jakarta-s   0%[                    ]       0  --.-KB/s               
jakarta-soap-tck-1. 100%[===================>]  11.71M  --.-KB/s    in 0.1s    

2020-01-28 09:32:56 (96.4 MB/s) - 'jakarta-soap-tck-1.4.0.zip' saved [12275274/12275274]

+ ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null genie.ee4j@build.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/ee4j/soap-attachments/tck/eftl/
Warning: Permanently added 'build.eclipse.org,198.41.30.203' (ECDSA) to the list of known hosts.
+ scp -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null jakarta-soap-tck-1.4.0.zip genie.ee4j@build.eclipse.org:/home/data/httpd/download.eclipse.org/ee4j/soap-attachments/tck/eftl/
Warning: Permanently added 'build.eclipse.org,198.41.30.203' (ECDSA) to the list of known hosts.
+ rm -rf jakarta-soap-tck-1.4.0.zip
+ wget --no-cache --no-check-certificate --progress=bar:force https://download.eclipse.org/ee4j/jakartaee-tck/jakartaee8-eftl/promoted/eclipse-xml-ws-tck-2.3.0.zip -O jakarta-xml-ws-tck-2.3.0.zip
--2020-01-28 09:32:56--  https://download.eclipse.org/ee4j/jakartaee-tck/jakartaee8-eftl/promoted/eclipse-xml-ws-tck-2.3.0.zip
Resolving download.eclipse.org... 198.41.30.199
Connecting to download.eclipse.org|198.41.30.199|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 33050822 (32M) [application/zip]
Saving to: 'jakarta-xml-ws-tck-2.3.0.zip'


          jakarta-x   0%[                    ]       0  --.-KB/s               
         jakarta-xm  62%[===========>        ]  19.82M  98.9MB/s               
jakarta-xml-ws-tck- 100%[===================>]  31.52M  97.6MB/s    in 0.3s    

2020-01-28 09:32:57 (97.6 MB/s) - 'jakarta-xml-ws-tck-2.3.0.zip' saved [33050822/33050822]

+ ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null genie.ee4j@build.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/ee4j/xml-web-services/tck/eftl/
Warning: Permanently added 'build.eclipse.org,198.41.30.203' (ECDSA) to the list of known hosts.
+ scp -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null jakarta-xml-ws-tck-2.3.0.zip genie.ee4j@build.eclipse.org:/home/data/httpd/download.eclipse.org/ee4j/xml-web-services/tck/eftl/
Warning: Permanently added 'build.eclipse.org,198.41.30.203' (ECDSA) to the list of known hosts.
+ rm -rf jakarta-xml-ws-tck-2.3.0.zip
+ wget --no-cache --no-check-certificate --progress=bar:force https://download.eclipse.org/ee4j/jakartaee-tck/jakartaee8-eftl/promoted/eclipse-jaxb-tck-2.3.0.zip -O jakarta-xml-binding-tck-2.3.0.zip
--2020-01-28 09:32:59--  https://download.eclipse.org/ee4j/jakartaee-tck/jakartaee8-eftl/promoted/eclipse-jaxb-tck-2.3.0.zip
Resolving download.eclipse.org... 198.41.30.199
Connecting to download.eclipse.org|198.41.30.199|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 35072193 (33M) [application/zip]
Saving to: 'jakarta-xml-binding-tck-2.3.0.zip'


          jakarta-x   0%[                    ]       0  --.-KB/s               
         jakarta-xm   1%[                    ] 439.55K  1.62MB/s               
        jakarta-xml  26%[====>               ]   8.87M  19.1MB/s               
       jakarta-xml-  76%[==============>     ]  25.43M  38.3MB/s               
jakarta-xml-binding 100%[===================>]  33.45M  42.9MB/s    in 0.8s    

2020-01-28 09:32:59 (42.9 MB/s) - 'jakarta-xml-binding-tck-2.3.0.zip' saved [35072193/35072193]

+ ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null genie.ee4j@build.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/ee4j/xml-binding/tck/eftl/
Warning: Permanently added 'build.eclipse.org,198.41.30.203' (ECDSA) to the list of known hosts.
+ scp -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null jakarta-xml-binding-tck-2.3.0.zip genie.ee4j@build.eclipse.org:/home/data/httpd/download.eclipse.org/ee4j/xml-binding/tck/eftl/
Warning: Permanently added 'build.eclipse.org,198.41.30.203' (ECDSA) to the list of known hosts.
+ rm -rf jakarta-xml-binding-tck-2.3.0.zip
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 67 killed;
[ssh-agent] Stopped.
Finished: SUCCESS