Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jaxb-impl-dev] Build failed in Jenkins: Fast Infoset EE4J_8 build #52

See <https://ci.eclipse.org/jaxb-impl/job/jaxb-fi-ee4j8-build/52/display/redirect?page=changes>

Changes:

[noreply] Merge 1.2.16 release into EE4J_8 branch. Update SNAPSHOT version. (#77)


------------------------------------------
Started by an SCM change
Running as SYSTEM
Agent basic-t8tsk is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: ""
  name: "basic-t8tsk"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.jaxb-impl.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-t8tsk"
    - 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-t8tsk"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.jaxb-impl.svc.cluster.local/jaxb-impl/";
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.5"
    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-jaxb-impl"
      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"

[EnvInject] - Loading node environment variables.
Building remotely on basic-t8tsk in workspace <https://ci.eclipse.org/jaxb-impl/job/jaxb-fi-ee4j8-build/ws/>
[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-0EDbghURvRXc/agent.84
SSH_AGENT_PID=86
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: <https://ci.eclipse.org/jaxb-impl/job/jaxb-fi-ee4j8-build/ws/@tmp/private_key_8734775370171939017.key> (<https://ci.eclipse.org/jaxb-impl/job/jaxb-fi-ee4j8-build/ws/@tmp/private_key_8734775370171939017.key)>
[ssh-agent] Using credentials eclipse-jaxb-impl-bot (GitHub bot SSH)
The recommended git tool is: NONE
using credential github-bot-ssh
Cloning the remote Git repository
Cloning repository git@xxxxxxxxxx:eclipse-ee4j/jaxb-fi.git
 > git init <https://ci.eclipse.org/jaxb-impl/job/jaxb-fi-ee4j8-build/ws/> # timeout=10
Fetching upstream changes from git@xxxxxxxxxx:eclipse-ee4j/jaxb-fi.git
 > git --version # timeout=10
 > git --version # 'git version 2.26.2'
using GIT_SSH to set credentials GitHub bot SSH
 > git fetch --tags --force --progress -- git@xxxxxxxxxx:eclipse-ee4j/jaxb-fi.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git@xxxxxxxxxx:eclipse-ee4j/jaxb-fi.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/EE4J_8^{commit} # timeout=10
Checking out Revision d135174b67a14ecc7007fd6a0fa0e4d374a1415b (refs/remotes/origin/EE4J_8)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d135174b67a14ecc7007fd6a0fa0e4d374a1415b # timeout=10
Commit message: "Merge 1.2.16 release into EE4J_8 branch. Update SNAPSHOT version. (#77)"
 > git rev-list --no-walk 0040df7870e978781d5dde0163b2b71368a502c3 # timeout=10
[jaxb-fi-ee4j8-build] $ /bin/sh -ex /tmp/jenkins5734436514955294990.sh
+ TOOLS_PREFIX=/opt/tools
+ JAVA_PREFIX=/opt/tools/java/openjdk
+ MVN_HOME=/opt/tools/apache-maven/latest
+ JAVA_HOME=/opt/tools/java/openjdk/jdk-11/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
+ echo '-[ Fast Infoset Build ]---------------------------------------------------------'
-[ Fast Infoset Build ]---------------------------------------------------------
+ cd code
+ mvn -U -C -B clean install -Pstaging
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] fastinfoset-project                                                [pom]
[INFO] fastinfoset                                                        [jar]
[INFO] fastinfoset-roundtrip-tests                                        [jar]
[INFO] fastinfoset-utilities                                              [jar]
[INFO] fastinfoset-samples                                                [jar]
[INFO] 
[INFO] ------------< com.sun.xml.fastinfoset:fastinfoset-project >-------------
[INFO] Building fastinfoset-project 1.2.17-SNAPSHOT                       [1/5]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ fastinfoset-project ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ fastinfoset-project ---
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci.eclipse.org/jaxb-impl/job/jaxb-fi-ee4j8-build/ws/code'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci.eclipse.org/jaxb-impl/job/jaxb-fi-ee4j8-build/ws/code>
[INFO] Storing buildNumber: d135174 at timestamp: 2021-02-06T01:55:06+0000
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci.eclipse.org/jaxb-impl/job/jaxb-fi-ee4j8-build/ws/code'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci.eclipse.org/jaxb-impl/job/jaxb-fi-ee4j8-build/ws/code>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- glassfish-copyright-maven-plugin:1.50:check (copyright-check) @ fastinfoset-project ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for fastinfoset-project 1.2.17-SNAPSHOT:
[INFO] 
[INFO] fastinfoset-project ................................ FAILURE [ 31.750 s]
[INFO] fastinfoset ........................................ SKIPPED
[INFO] fastinfoset-roundtrip-tests ........................ SKIPPED
[INFO] fastinfoset-utilities .............................. SKIPPED
[INFO] fastinfoset-samples ................................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  35.758 s
[INFO] Finished at: 2021-02-06T01:55:12Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.glassfish.copyright:glassfish-copyright-maven-plugin:1.50:check (copyright-check) on project fastinfoset-project: Unable to parse configuration of mojo org.glassfish.copyright:glassfish-copyright-maven-plugin:1.50:check for parameter resources: Cannot assign configuration entry 'resources' with value 'null' of type org.apache.maven.model.merge.ModelMerger.MergingList to property of type java.util.ArrayList -> [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/PluginConfigurationException
Build step 'Execute shell' marked build as failure
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 86 killed;
[ssh-agent] Stopped.
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?


Back to the top