Skip to content
Aborted

Console Output

Started by user Radek Felcman
Rebuilds build #42
Running as Radek Felcman
[Pipeline] Start of Pipeline
[Pipeline] echo
[WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option.
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: kubernetes eclipselink/eclipselink-tck-run-pod-tl1gn-n482g
[Normal][eclipselink/eclipselink-tck-run-pod-tl1gn-n482g][Scheduled] Successfully assigned eclipselink/eclipselink-tck-run-pod-tl1gn-n482g to okdnode-4
[Normal][eclipselink/eclipselink-tck-run-pod-tl1gn-n482g][AddedInterface] Add eth0 [10.40.18.81/23] from openshift-sdn
[Normal][eclipselink/eclipselink-tck-run-pod-tl1gn-n482g][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.11.2" already present on machine
[Normal][eclipselink/eclipselink-tck-run-pod-tl1gn-n482g][Created] Created container jnlp
[Normal][eclipselink/eclipselink-tck-run-pod-tl1gn-n482g][Started] Started container jnlp
[Normal][eclipselink/eclipselink-tck-run-pod-tl1gn-n482g][Pulled] Container image "tkraus/el-build:1.1.9" already present on machine
[Normal][eclipselink/eclipselink-tck-run-pod-tl1gn-n482g][Created] Created container eclipselink-tck-run
[Normal][eclipselink/eclipselink-tck-run-pod-tl1gn-n482g][Started] Started container eclipselink-tck-run
Agent eclipselink-tck-run-pod-tl1gn-n482g is provisioned from template eclipselink-tck-run-pod-tl1gn
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.eclipselink.svc.cluster.local/eclipselink/job/TCK_JakartaEE10_JPA_run_MySQL/43/"
    runUrl: "job/TCK_JakartaEE10_JPA_run_MySQL/43/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "649c781573169e47e971b3a47c6482af61689934"
    jenkins/label: "eclipselink-tck-run-pod"
  name: "eclipselink-tck-run-pod-tl1gn-n482g"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.eclipselink.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "eclipselink-tck-run-pod-tl1gn-n482g"
    - name: "JENKINS_NAME"
      value: "eclipselink-tck-run-pod-tl1gn-n482g"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.eclipselink.svc.cluster.local/eclipselink/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.11.2"
    name: "jnlp"
    resources:
      limits:
        memory: "1Gi"
        cpu: "1"
      requests:
        memory: "1Gi"
        cpu: "500m"
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - command:
    - "cat"
    image: "tkraus/el-build:1.1.9"
    name: "eclipselink-tck-run"
    resources:
      limits:
        memory: "3Gi"
        cpu: "3"
      requests:
        memory: "3Gi"
        cpu: "2.5"
    tty: true
    volumeMounts:
    - mountPath: "/opt/tools"
      name: "tools"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-known-hosts"
    - mountPath: "/home/jenkins"
      name: "workspace-volume"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "m2-repo"
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - emptyDir: {}
    name: "m2-repo"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - name: "tools"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-eclipselink"
  - configMap:
      name: "known-hosts"
    name: "volume-known-hosts"

Running on eclipselink-tck-run-pod-tl1gn-n482g in /home/jenkins/agent/workspace/TCK_JakartaEE10_JPA_run_MySQL
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
Unpacking https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.9-bin.zip to /home/jenkins/agent/tools/hudson.tasks.Ant_AntInstallation/apache-ant-latest on eclipselink-tck-run-pod-tl1gn-n482g
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Init)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] copyArtifacts
Copied 1 artifact from "TCK_JakartaEE10_GF_integration" build number 13
[Pipeline] copyArtifacts
Copied 1 artifact from "TCK_JakartaEE10_TSJTE" build number 4
[Pipeline] sh
+ /opt/bin/mysql-start.sh
[10.03.2022 12:11:21] -[ Starting MySQL Database ]------------------------------
[10.03.2022 12:11:21] --[ Waiting for MySQL Database to come up ]---------------
. done
+ echo 'SET GLOBAL sql_mode='\''STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION,ANSI_QUOTES'\'';
                        SELECT @@GLOBAL.sql_mode;
                        '
+ mysql -u root --password=root
mysql: [Warning] Using a password on the command line interface can be insecure.
@@GLOBAL.sql_mode
ANSI_QUOTES,STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
+ date
Thu Mar 10 12:11:22 UTC 2022
+ mysql -e 'SELECT @@global.time_zone;'
ERROR 1045 (28000): Access denied for user 'jenkins'@'localhost' (using password: NO)
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run)
Stage "Run" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
Aborted by Radek Felcman
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: ABORTED