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: JAXB RI EE8 build #52

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

Changes:

[Lukas Jungmann] #1466: ContextFinder always load the JAXBContext from jaxb-runtime 2.3.3

[Lukas Jungmann] sort javadoc for possible types

[Lukas Jungmann] update copyright year

[Lukas Jungmann] export codemodel, txw2 and xsom through main bom

[Lukas Jungmann] Bypass catalog if provided systemId does not exist

[Lukas Jungmann] Fix #1105: xjc mark-generated sometimes produces a wrong date value

[Lukas Jungmann] Skip optimization for Accessors tailored by ri from different package. (#1527)

[Genie jaxb-impl] Prepare release com.sun.xml.bind.mvn:jaxb-ri:2.3.4

[Genie jaxb-impl] Prepare next development cycle for 2.3.5-SNAPSHOT

[Lukas Jungmann] export xsom interfaces for lazy parsing

[Lukas Jungmann] Revert "Revert optimization removal (#1352)" (#1533)

[Lukas Jungmann] remove obsolete/unused classes

[Lukas Jungmann] fix cpright

[Lukas Jungmann] Backport of #1532

[Lukas Jungmann] Add missing xjc exports (#1544)

[Lukas Jungmann] JAXB modules are using to be deleted Java APIs (#1463)

[Lukas Jungmann] return default caller class name if empty stack

[Lukas Jungmann] Fixed regex for java version

[Lukas Jungmann] Fixed regex for java version in schemagen

[Lukas Jungmann] Attempt to fix loading classes in osgi

[Lukas Jungmann] update dependencies, build plugins,

[Lukas Jungmann] set up GH actions

[Lukas Jungmann] fix copyrights


------------------------------------------
[...truncated 1.13 KB...]
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-k3v2x"
    - 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-k3v2x"
    - 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:
        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
    - 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-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-k3v2x (basic) in workspace <https://ci.eclipse.org/jaxb-impl/job/jaxb-ri-ee8-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-HMNsKXjjlEm2/agent.76
SSH_AGENT_PID=78
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: <https://ci.eclipse.org/jaxb-impl/job/jaxb-ri-ee8-build/ws/@tmp/private_key_7252019351879525646.key> (<https://ci.eclipse.org/jaxb-impl/job/jaxb-ri-ee8-build/ws/@tmp/private_key_7252019351879525646.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-ri.git
 > git init <https://ci.eclipse.org/jaxb-impl/job/jaxb-ri-ee8-build/ws/> # timeout=10
Fetching upstream changes from git@xxxxxxxxxx:eclipse-ee4j/jaxb-ri.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_SSH to set credentials GitHub bot SSH
[INFO] Currently running in a labeled security context
 > /usr/bin/chcon --type=ssh_home_t <https://ci.eclipse.org/jaxb-impl/job/jaxb-ri-ee8-build/ws/@tmp/jenkins-gitclient-ssh2378750223383303539.key>
 > git fetch --tags --force --progress -- git@xxxxxxxxxx:eclipse-ee4j/jaxb-ri.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git@xxxxxxxxxx:eclipse-ee4j/jaxb-ri.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/EE8^{commit} # timeout=10
Checking out Revision b4ba541a472020d8c649305153700d4131b0c0fe (refs/remotes/origin/EE8)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b4ba541a472020d8c649305153700d4131b0c0fe # timeout=10
Commit message: "fix copyrights"
 > git rev-list --no-walk 78824efcd7690013a4da1229b6c94d9169c667f0 # timeout=10
[jaxb-ri-ee8-build] $ /bin/sh -ex /tmp/jenkins13071545666462503143.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 '-[ JAXB RI Build ]--------------------------------------------------------------'
-[ JAXB RI Build ]--------------------------------------------------------------
+ cd jaxb-ri
+ mvn -V clean install spotbugs:spotbugs deploy -Pstaging
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/latest
Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.12.7-300.fc34.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] JAXB BOM                                                           [pom]
[INFO] JAXB BOM with ALL dependencies                                     [pom]
[INFO] JAXB External parent                                               [pom]
[INFO] RelaxNG Datatype                                                   [jar]
[INFO] RNGOM                                                              [jar]
[INFO] XSOM                                                               [jar]
[INFO] Jakarta XML Binding Implementation                                 [pom]
[INFO] JAXB TXW parent                                                    [pom]
[INFO] TXW2 Runtime                                                       [jar]
[INFO] Codemodel                                                          [pom]
[INFO] Codemodel Core                                                     [jar]
[INFO] TXW2 Compiler                                                      [jar]
[INFO] Codemodel Annotation Compiler                                      [jar]
[INFO] JAXB Runtime parent                                                [pom]
[INFO] JAXB Runtime                                                       [jar]
[INFO] JAXB XJC                                                           [jar]
[INFO] JAXB JXC                                                           [jar]
[INFO] Parent for osgi testing modules.                                   [pom]
[INFO] osgi-test-parent                                                   [jar]
[INFO] osgi-test-runtime                                                  [jar]
[INFO] JAXB bundles                                                       [pom]
[INFO] Old JAXB Runtime                                                   [jar]
[INFO] osgi-test-xjc                                                      [jar]
[INFO] Old JAXB XJC                                                       [jar]
[INFO] osgi-test-jxc                                                      [jar]
[INFO] Old JAXB JXC                                                       [jar]
[INFO] JAXB Documentation parent                                          [pom]
[INFO] JAXB Release Documentation                                         [pom]
[INFO] JAXB samples                                                       [pom]
[INFO] JAXB RI                                                            [pom]
[INFO] JAXB OSGI parent                                                   [pom]
[INFO] JAXB OSGI                                                          [jar]
[INFO] osgi-test-osgi                                                     [jar]
[INFO] JAXB OSGi Tests                                                    [jar]
[INFO] JAXB WWW Help files                                                [pom]
[INFO] osgi-test-core                                                     [jar]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Jakarta XML Binding Implementation 2.3.5-SNAPSHOT:
[INFO] 
[INFO] JAXB BOM ........................................... SKIPPED
[INFO] JAXB BOM with ALL dependencies ..................... SKIPPED
[INFO] JAXB External parent ............................... SKIPPED
[INFO] RelaxNG Datatype ................................... SKIPPED
[INFO] RNGOM .............................................. SKIPPED
[INFO] XSOM ............................................... SKIPPED
[INFO] Jakarta XML Binding Implementation ................. SKIPPED
[INFO] JAXB TXW parent .................................... SKIPPED
[INFO] TXW2 Runtime ....................................... SKIPPED
[INFO] Codemodel .......................................... SKIPPED
[INFO] Codemodel Core ..................................... SKIPPED
[INFO] TXW2 Compiler ...................................... SKIPPED
[INFO] Codemodel Annotation Compiler ...................... SKIPPED
[INFO] JAXB Runtime parent ................................ SKIPPED
[INFO] JAXB Runtime ....................................... SKIPPED
[INFO] JAXB XJC ........................................... SKIPPED
[INFO] JAXB JXC ........................................... SKIPPED
[INFO] Parent for osgi testing modules. ................... SKIPPED
[INFO] osgi-test-parent ................................... SKIPPED
[INFO] osgi-test-runtime .................................. SKIPPED
[INFO] JAXB bundles ....................................... SKIPPED
[INFO] Old JAXB Runtime ................................... SKIPPED
[INFO] osgi-test-xjc ...................................... SKIPPED
[INFO] Old JAXB XJC ....................................... SKIPPED
[INFO] osgi-test-jxc ...................................... SKIPPED
[INFO] Old JAXB JXC ....................................... SKIPPED
[INFO] JAXB Documentation parent .......................... SKIPPED
[INFO] JAXB Release Documentation ......................... SKIPPED
[INFO] JAXB samples ....................................... SKIPPED
[INFO] JAXB RI ............................................ SKIPPED
[INFO] JAXB OSGI parent ................................... SKIPPED
[INFO] JAXB OSGI .......................................... SKIPPED
[INFO] osgi-test-osgi ..................................... SKIPPED
[INFO] JAXB OSGi Tests .................................... SKIPPED
[INFO] JAXB WWW Help files ................................ SKIPPED
[INFO] osgi-test-core ..................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  17.524 s
[INFO] Finished at: 2021-07-20T12:40:58Z
[INFO] ------------------------------------------------------------------------
[ERROR] No plugin found for prefix 'spotbugs' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (/home/jenkins/.m2/repository), sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/), 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/NoPluginFoundForPrefixException
Build step 'Execute shell' marked build as failure
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 78 killed;
[ssh-agent] Stopped.
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
[Java CompilerJavaDocSpotBugs] Skipping execution of recorder since overall result is 'FAILURE'


Back to the top