Skip to content

Console Output

Started by user Dmitry Kornilov
Running as Dmitry Kornilov
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] node
Agent default-agent-1xwcz is provisioned from template Kubernetes Pod Template
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
  name: "default-agent-1xwcz"
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.jta.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "default-agent-1xwcz"
    - name: "MAVEN_CONFIG"
      value: "-B -e"
    - name: "JENKINS_NAME"
      value: "default-agent-1xwcz"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.jta.svc.cluster.local/jta/"
    - name: "HOME"
      value: "/home/jenkins"
    image: "eclipsecbijenkins/jenkins-agent:3.35@sha256:5d06ebec6e9dffc44fb41009a51d085a83944a23f651416531b960143d186340"
    imagePullPolicy: "IfNotPresent"
    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: "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
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector: {}
  restartPolicy: "Never"
  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-jta"
      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"

Running on default-agent-1xwcz in /home/jenkins/agent/workspace/TCK_run_pipeline_custom
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Grab GF and ts.jte artifacts)
[Pipeline] dir
Running in /home/jenkins/agent/workspace/TCK_run_pipeline_custom/download
[Pipeline] {
[Pipeline] sh
+ export 'fileid=1gD58FJqVe37MvmqYe0Kw17D6W9RuvbSG'
+ export 'filename=openjdk-8u41-b04-linux-x64-08_jan_2020.tar.gz'
+ wget --save-cookies cookies.txt 'https://docs.google.com/uc?export=download&id=1gD58FJqVe37MvmqYe0Kw17D6W9RuvbSG' -O-
+ sed -rn 's/.*confirm=([0-9A-Za-z_]+).*/\1/p'
--2020-01-15 16:10:20--  https://docs.google.com/uc?export=download&id=1gD58FJqVe37MvmqYe0Kw17D6W9RuvbSG
Resolving docs.google.com... 172.217.13.110, 2607:f8b0:4020:804::200e
Connecting to docs.google.com|172.217.13.110|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: 'STDOUT'

     0K ...                                                    61.3M=0s

2020-01-15 16:10:23 (61.3 MB/s) - written to stdout [3275]

+ cat confirm.txt
+ wget -q --load-cookies cookies.txt -O openjdk-8u41-b04-linux-x64-08_jan_2020.tar.gz 'https://docs.google.com/uc?export=download&id=1gD58FJqVe37MvmqYe0Kw17D6W9RuvbSG&confirm=BVUZ'
+ rm cookies.txt
[Pipeline] copyArtifacts
Copied 1 artifact from "TCK_ts_jte" build number 10
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Grab TCK bundle)
[Pipeline] sh
+ cd /home/jenkins/agent/workspace/TCK_run_pipeline_custom/download
+ wget -q http://download.eclipse.org/ee4j/jakartaee-tck/jakartaee8-eftl/promoted/eclipse-transactions-tck-1.3.0.zip -O transactionstck.zip
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unzip TCK and GF)
[Pipeline] sh
+ cd /home/jenkins/agent/workspace/TCK_run_pipeline_custom
+ tar -xzf /home/jenkins/agent/workspace/TCK_run_pipeline_custom/download/openjdk-8u41-b04-linux-x64-08_jan_2020.tar.gz
+ unzip -q /home/jenkins/agent/workspace/TCK_run_pipeline_custom/download/transactionstck.zip
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build GF)
[Pipeline] sh
+ git clone https://github.com/eclipse-ee4j/glassfish.git glassfish_build
Cloning into 'glassfish_build'...
Checking out files:  48% (15474/31748)
Checking out files:  49% (15557/31748)
Checking out files:  50% (15874/31748)
Checking out files:  51% (16192/31748)
Checking out files:  52% (16509/31748)
Checking out files:  53% (16827/31748)
Checking out files:  54% (17144/31748)
Checking out files:  55% (17462/31748)
Checking out files:  56% (17779/31748)
Checking out files:  57% (18097/31748)
Checking out files:  58% (18414/31748)
Checking out files:  59% (18732/31748)
Checking out files:  60% (19049/31748)
Checking out files:  61% (19367/31748)
Checking out files:  62% (19684/31748)
Checking out files:  63% (20002/31748)
Checking out files:  64% (20319/31748)
Checking out files:  65% (20637/31748)
Checking out files:  66% (20954/31748)
Checking out files:  67% (21272/31748)
Checking out files:  68% (21589/31748)
Checking out files:  69% (21907/31748)
Checking out files:  70% (22224/31748)
Checking out files:  71% (22542/31748)
Checking out files:  72% (22859/31748)
Checking out files:  73% (23177/31748)
Checking out files:  74% (23494/31748)
Checking out files:  75% (23811/31748)
Checking out files:  76% (24129/31748)
Checking out files:  77% (24446/31748)
Checking out files:  78% (24764/31748)
Checking out files:  79% (25081/31748)
Checking out files:  80% (25399/31748)
Checking out files:  81% (25716/31748)
Checking out files:  82% (26034/31748)
Checking out files:  83% (26351/31748)
Checking out files:  84% (26669/31748)
Checking out files:  85% (26986/31748)
Checking out files:  86% (27304/31748)
Checking out files:  87% (27621/31748)
Checking out files:  88% (27939/31748)
Checking out files:  89% (28256/31748)
Checking out files:  90% (28574/31748)
Checking out files:  91% (28891/31748)
Checking out files:  91% (29121/31748)
Checking out files:  92% (29209/31748)
Checking out files:  93% (29526/31748)
Checking out files:  94% (29844/31748)
Checking out files:  95% (30161/31748)
Checking out files:  96% (30479/31748)
Checking out files:  97% (30796/31748)
Checking out files:  98% (31114/31748)
Checking out files:  99% (31431/31748)
Checking out files: 100% (31748/31748)
Checking out files: 100% (31748/31748), done.
+ cd glassfish_build
+ git checkout 5.1.0-BRANCH
Branch '5.1.0-BRANCH' set up to track remote branch '5.1.0-BRANCH' from 'origin'.
Switched to a new branch '5.1.0-BRANCH'
+ mvn -V -B -C -U clean install -Dmaven.test.failure.ignore=true -Pstaging
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockExperimentalVMOptions 
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T18:41:47Z)
Maven home: /opt/tools/apache-maven/latest
Java version: 1.8.0_41-ea, vendor: Oracle Corporation, runtime: /home/jenkins/agent/workspace/TCK_run_pipeline_custom/java-se-8u41-ri/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.10.0-957.10.1.el7.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for org.glassfish.main:glassfish-main-aggregator:5.1.1-SNAPSHOT: Could not transfer artifact org.eclipse.ee4j:project:pom:1.0.5 from/to eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/): java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty and 'parent.relativePath' points at no local POM @ line 22, column 13
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.glassfish.main:glassfish-main-aggregator:5.1.1-SNAPSHOT (/home/jenkins/agent/workspace/TCK_run_pipeline_custom/glassfish_build/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for org.glassfish.main:glassfish-main-aggregator:5.1.1-SNAPSHOT: Could not transfer artifact org.eclipse.ee4j:project:pom:1.0.5 from/to eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/): java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty and 'parent.relativePath' points at no local POM @ line 22, column 13 -> [Help 2]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE