Skip to content

Console Output

Started by timer
Running as SYSTEM
Agent centos-7-kgfd1 is provisioned from template centos-7
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30"
    jenkins/label: "migration_jipp-migration_centos-7"
  name: "centos-7-kgfd1"
  namespace: "mpc"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.mpc.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "centos-7-kgfd1"
    - 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: "centos-7-kgfd1"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.mpc.svc.cluster.local/mpc/"
    image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-3160.vd76b_9ddd10cc"
    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-mpc"
      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 centos-7-kgfd1 (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/epp-mpc-ci
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse-mpc/epp.mpc.git
 > git init /home/jenkins/agent/workspace/epp-mpc-ci # timeout=10
Fetching upstream changes from https://github.com/eclipse-mpc/epp.mpc.git
 > git --version # timeout=10
 > git --version # 'git version 2.36.6'
 > git fetch --tags --force --progress -- https://github.com/eclipse-mpc/epp.mpc.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse-mpc/epp.mpc.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision ac25773f60a1e4654bfd224f270f1f1415d5dc5a (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ac25773f60a1e4654bfd224f270f1f1415d5dc5a # timeout=10
Commit message: "Issue #1: Removed unneeded shortcut"
 > git rev-list --no-walk ac25773f60a1e4654bfd224f270f1f1415d5dc5a # timeout=10
$ pkill Xvnc
$ pkill Xrealvnc
$ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*"
[epp-mpc-ci] $ Xvnc -help
Starting xvnc
[epp-mpc-ci] $ Xvnc :53 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset

Xvnc TigerVNC 1.8.0 - built Jan 10 2024 16:20:34
Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt)
See http://www.tigervnc.org for information on TigerVNC.
Underlying X server release 12004000, The X.Org Foundation


Thu Mar 28 05:36:08 2024
 vncext:      VNC extension running!
 vncext:      Listening for VNC connections on all interface(s), port 5953
 vncext:      created VNC server for screen 0
[epp-mpc-ci] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -Dtycho.localArtifacts=ignore -Dhttp.nonProxyHosts=localhost -Dorg.eclipse.swt.browser.DefaultType=WebKit -Dtycho.disableP2Mirrors=true -Dorg.eclipse.swt.browser.UseWebKitGTK=true -Dmaven.test.failure.ignore=true -Dsurefire.timeout=1500 -Dmaven.repo.local=/home/jenkins/agent/workspace/epp-mpc-ci/.repository clean verify -Phudson.eclipse.org -B
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Tycho Version:  4.0.4 (868454bf476f18ad997abdfd7ef5f88a8fa2d67f)
[INFO] Tycho Mode:     project
[INFO] Tycho Builder:  maven
[INFO] Declared TargetEnvironment(s) {osgi.os=linux, osgi.ws=gtk, osgi.arch=x86_64}, {osgi.os=macosx, osgi.ws=cocoa, osgi.arch=x86_64} are skipped for org.eclipse.epp.mpc:org.eclipse.epp.mpc.core.win32:eclipse-plugin:1.10.3-SNAPSHOT as they do not match the project filter (osgi.os=win32).
[INFO] Declared TargetEnvironment(s) {osgi.os=linux, osgi.ws=gtk, osgi.arch=x86_64}, {osgi.os=macosx, osgi.ws=cocoa, osgi.arch=x86_64} are skipped for org.eclipse.epp.mpc:org.eclipse.epp.mpc.core.win32:eclipse-plugin:1.10.3-SNAPSHOT as they do not match the project filter (osgi.os=win32).
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] org.eclipse.epp.mpc-target                                         [pom]
[INFO] org.eclipse.epp.mpc.core                                [eclipse-plugin]
[INFO] org.eclipse.epp.mpc.core.win32                          [eclipse-plugin]
[INFO] org.eclipse.epp.mpc.dependencies                       [eclipse-feature]
[INFO] org.eclipse.epp.mpc.ui.css                              [eclipse-plugin]
[INFO] org.eclipse.epp.mpc.ui                                  [eclipse-plugin]
[INFO] org.eclipse.epp.mpc.help.ui                             [eclipse-plugin]
[INFO] org.eclipse.epp.mpc                                    [eclipse-feature]
[INFO] EPP Marketplace Client                              [eclipse-repository]
[INFO] org.eclipse.epp.mpc.tests                          [eclipse-test-plugin]
[INFO] org.eclipse.epp.mpc.tests.catalog                       [eclipse-plugin]
[INFO] org.eclipse.epp.mpc-root                                           [pom]
[INFO] 
[INFO] -----------< org.eclipse.epp.mpc:org.eclipse.epp.mpc-target >-----------
[INFO] Building org.eclipse.epp.mpc-target 1.10.3-SNAPSHOT               [1/12]
[INFO]   from org.eclipse.epp.mpc-target/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.epp.mpc-target ---
[INFO] 
[INFO] --- enforcer:3.0.0-M3:enforce (enforce-java) @ org.eclipse.epp.mpc-target ---
[INFO] 
[INFO] --- build-helper:3.2.0:attach-artifact (attach-artifacts) @ org.eclipse.epp.mpc-target ---
[INFO] 
[INFO] ------------< org.eclipse.epp.mpc:org.eclipse.epp.mpc.core >------------
[INFO] Building org.eclipse.epp.mpc.core 1.10.3-SNAPSHOT                 [2/12]
[INFO]   from org.eclipse.epp.mpc.core/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'archiveSite' is unknown for plugin 'tycho-packaging-plugin:4.0.4:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'archiveSite' is unknown for plugin 'tycho-packaging-plugin:4.0.4:validate-id (default-validate-id)'
[WARNING] Parameter 'archiveSite' is unknown for plugin 'tycho-packaging-plugin:4.0.4:validate-version (default-validate-version)'
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:4.0.4:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:4.0.4:target-platform (default-target-platform)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:4.0.4:target-platform (default-target-platform)'
[WARNING] Parameter 'archiveSite' is unknown for plugin 'tycho-packaging-plugin:4.0.4:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'archiveSite' is unknown for plugin 'tycho-packaging-plugin:4.0.4:package-plugin (default-package-plugin)'
[WARNING] Parameter 'findbugsXmlOutput' is unknown for plugin 'spotbugs-maven-plugin:4.8.1.0:check (default)'
[WARNING] Parameter 'findbugsXmlOutput' is unknown for plugin 'spotbugs-maven-plugin:4.8.1.0:spotbugs (spotbugs)'
[INFO] Resolving target definition file:/home/jenkins/agent/workspace/epp-mpc-ci/org.eclipse.epp.mpc-target/staging.target for environments=[win32/win32/x86_64, linux/gtk/x86_64, macosx/cocoa/x86_64], include source mode=honor, referenced repository mode =ignore, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@38b88037
[INFO] ### Using TychoRepositoryTransport for remote P2 access ###
[INFO]     Cache location:         /home/jenkins/agent/workspace/epp-mpc-ci/.repository/.cache/tycho
[INFO]     Transport mode:         online
[INFO]     Http Transport type:    Java11Client
[INFO]     Update mode:            cache first
[INFO]     Minimum cache duration: 60 minutes
[INFO]       (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for org.eclipse.epp.mpc-root 1.10.3-SNAPSHOT:
[INFO] 
[INFO] org.eclipse.epp.mpc-target ......................... SUCCESS [  5.304 s]
[INFO] org.eclipse.epp.mpc.core ........................... FAILURE [  1.788 s]
[INFO] org.eclipse.epp.mpc.core.win32 ..................... SKIPPED
[INFO] org.eclipse.epp.mpc.dependencies ................... SKIPPED
[INFO] org.eclipse.epp.mpc.ui.css ......................... SKIPPED
[INFO] org.eclipse.epp.mpc.ui ............................. SKIPPED
[INFO] org.eclipse.epp.mpc.help.ui ........................ SKIPPED
[INFO] org.eclipse.epp.mpc ................................ SKIPPED
[INFO] EPP Marketplace Client ............................. SKIPPED
[INFO] org.eclipse.epp.mpc.tests .......................... SKIPPED
[INFO] org.eclipse.epp.mpc.tests.catalog .................. SKIPPED
[INFO] org.eclipse.epp.mpc-root ........................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  32.192 s
[INFO] Finished at: 2024-03-28T05:36:41Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to resolve target definition file:/home/jenkins/agent/workspace/epp-mpc-ci/org.eclipse.epp.mpc-target/staging.target: Failed to load p2 metadata repository from location https://download.eclipse.org/eclipse/updates/4.31-I-builds: No repository found at https://download.eclipse.org/eclipse/updates/4.31-I-builds.
[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.
Build step 'Invoke top-level Maven targets' marked build as failure
Terminating xvnc.
An attempt to send an e-mail to empty list of recipients, ignored.
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
Archiving artifacts
Finished: FAILURE