Skip to content
Failed

Console Output

Started by user Dmitry Kornilov
Running as Dmitry Kornilov
Agent basic-924pd is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-924pd"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.jsonp.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-924pd"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -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-924pd"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.jsonp.svc.cluster.local/jsonp/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.10.1"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    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
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-jsonp"
      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-924pd (basic) in workspace /home/jenkins/agent/workspace/TCK_jsonp_build
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse-ee4j/jsonp.git
 > git init /home/jenkins/agent/workspace/TCK_jsonp_build # timeout=10
Fetching upstream changes from https://github.com/eclipse-ee4j/jsonp.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/jsonp.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse-ee4j/jsonp.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 630c0148ce27c25bb085241e1b4678d0b520e591 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 630c0148ce27c25bb085241e1b4678d0b520e591 # timeout=10
Commit message: "use final api/impl versions"
First time build. Skipping changelog.
[TCK_jsonp_build] $ /bin/bash -ex /tmp/jenkins5148951680995482303.sh
+ TOOLS_PREFIX=/opt/tools
+ MVN_HOME=/opt/tools/apache-maven/latest
+ PATH=/opt/tools/apache-maven/latest/bin:/opt/tools/java/openjdk/jdk-11/latest/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ cd tck
+ mvn clean install
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] JSON-P TCK                                                         [pom]
[INFO] jakarta.json-tck-common                                            [jar]
[INFO] jakarta.json-tck-tests                                             [jar]
[INFO] jakarta.json-tck-tests-pluggability                                [jar]
[INFO] Eclipse Foundation Technology Compatibility Kit User's Guide for Jakarta JSON Processing for Jakarta EE, Release 2.1 [pom]
[INFO] JSONP TCK Distribution                                             [pom]
[INFO] 
[INFO] ---------------< jakarta.json:jakarta.json-tck-project >----------------
[INFO] Building JSON-P TCK 2.1.0-SNAPSHOT                                 [1/6]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jakarta.json-tck-project ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jakarta.json-tck-project ---
[INFO] Installing /home/jenkins/agent/workspace/TCK_jsonp_build/tck/pom.xml to /home/jenkins/.m2/repository/jakarta/json/jakarta.json-tck-project/2.1.0-SNAPSHOT/jakarta.json-tck-project-2.1.0-SNAPSHOT.pom
[INFO] 
[INFO] ----------------< jakarta.json:jakarta.json-tck-common >----------------
[INFO] Building jakarta.json-tck-common 2.1.0-SNAPSHOT                    [2/6]
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] The POM for jakarta.json:jakarta.json-api:jar:2.1.0-SNAPSHOT is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for JSON-P TCK 2.1.0-SNAPSHOT:
[INFO] 
[INFO] JSON-P TCK ......................................... SUCCESS [  0.917 s]
[INFO] jakarta.json-tck-common ............................ FAILURE [  2.433 s]
[INFO] jakarta.json-tck-tests ............................. SKIPPED
[INFO] jakarta.json-tck-tests-pluggability ................ SKIPPED
[INFO] Eclipse Foundation Technology Compatibility Kit User's Guide for Jakarta JSON Processing for Jakarta EE, Release 2.1 SKIPPED
[INFO] JSONP TCK Distribution ............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.909 s
[INFO] Finished at: 2022-01-26T12:11:10Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project jakarta.json-tck-common: Could not resolve dependencies for project jakarta.json:jakarta.json-tck-common:jar:2.1.0-SNAPSHOT: Could not find artifact jakarta.json:jakarta.json-api:jar:2.1.0-SNAPSHOT -> [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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :jakarta.json-tck-common
Build step 'Execute shell' marked build as failure
Archiving artifacts
Finished: FAILURE