Started by user Radek Felcman Rebuilds build #5 Running as Radek Felcman Running in Durability level: PERFORMANCE_OPTIMIZED [Pipeline] Start of Pipeline [Pipeline] node Agent basic-d1rb7 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label: "" name: "basic-d1rb7" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.eclipselink.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-d1rb7" - 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-d1rb7" - 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.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-eclipselink" 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" Running on basic-d1rb7 in /home/jenkins/agent/workspace/TCK_javax_GF_integration [Pipeline] { [Pipeline] stage [Pipeline] { (Download API artifact from the build job) [Pipeline] dir Running in /home/jenkins/agent/workspace/TCK_javax_GF_integration/download [Pipeline] { [Pipeline] 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 + mkdir ri-download + echo ' 4.0.0 org.eclipse.ee4j project 1.0.6 download ri 1.0.0 org.eclipse.persistence org.eclipse.persistence.core ${ECLIPSELINK_VERSION} org.eclipse.persistence org.eclipse.persistence.jpa ${ECLIPSELINK_VERSION} org.eclipse.persistence org.eclipse.persistence.jpa.jpql ${ECLIPSELINK_VERSION} org.eclipse.persistence org.eclipse.persistence.jpa.modelgen.processor ${ECLIPSELINK_VERSION} org.eclipse.persistence org.eclipse.persistence.moxy ${ECLIPSELINK_VERSION} org.eclipse.persistence org.eclipse.persistence.dbws ${ECLIPSELINK_VERSION} org.eclipse.persistence org.eclipse.persistence.oracle ${ECLIPSELINK_VERSION} org.eclipse.persistence org.eclipse.persistence.asm ${ECLIPSELINK_VERSION} jakarta.persistence jakarta.persistence-api ${JPA_VERSION} ' + mvn -f ri-download/pom.xml -Psnapshots '-DoutputDirectory=/home/jenkins/agent/workspace/TCK_javax_GF_integration/jpa' org.apache.maven.plugins:maven-dependency-plugin:3.1.2:copy-dependencies [INFO] Scanning for projects... [INFO] [INFO] ----------------------------< download:ri >----------------------------- [INFO] Building ri 1.0.0 [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] The POM for org.eclipse.persistence:org.eclipse.persistence.core:jar:2.7.9 is missing, no dependency information available [WARNING] The POM for org.eclipse.persistence:org.eclipse.persistence.jpa:jar:2.7.9 is missing, no dependency information available [WARNING] The POM for org.eclipse.persistence:org.eclipse.persistence.jpa.jpql:jar:2.7.9 is missing, no dependency information available [WARNING] The POM for org.eclipse.persistence:org.eclipse.persistence.jpa.modelgen.processor:jar:2.7.9 is missing, no dependency information available [WARNING] The POM for org.eclipse.persistence:org.eclipse.persistence.moxy:jar:2.7.9 is missing, no dependency information available [WARNING] The POM for org.eclipse.persistence:org.eclipse.persistence.dbws:jar:2.7.9 is missing, no dependency information available [WARNING] The POM for org.eclipse.persistence:org.eclipse.persistence.oracle:jar:2.7.9 is missing, no dependency information available [WARNING] The POM for org.eclipse.persistence:org.eclipse.persistence.asm:jar:2.7.9 is missing, no dependency information available [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.885 s [INFO] Finished at: 2021-01-18T10:34:37Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project ri: Could not resolve dependencies for project download:ri:jar:1.0.0: The following artifacts could not be resolved: org.eclipse.persistence:org.eclipse.persistence.core:jar:2.7.9, org.eclipse.persistence:org.eclipse.persistence.jpa:jar:2.7.9, org.eclipse.persistence:org.eclipse.persistence.jpa.jpql:jar:2.7.9, org.eclipse.persistence:org.eclipse.persistence.jpa.modelgen.processor:jar:2.7.9, org.eclipse.persistence:org.eclipse.persistence.moxy:jar:2.7.9, org.eclipse.persistence:org.eclipse.persistence.dbws:jar:2.7.9, org.eclipse.persistence:org.eclipse.persistence.oracle:jar:2.7.9, org.eclipse.persistence:org.eclipse.persistence.asm:jar:2.7.9: Could not find artifact org.eclipse.persistence:org.eclipse.persistence.core:jar:2.7.9 in eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) -> [Help 1] [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/DependencyResolutionException [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: script returned exit code 1 Finished: FAILURE