Started by timer Running as SYSTEM Agent basic-1rg17 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-1rg17" namespace: "cdo" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.cdo.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-1rg17" - 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-1rg17" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.cdo.svc.cluster.local/cdo/" image: "docker.io/eclipsecbi/jiro-agent-basic: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-cdo" 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-1rg17 (basic) in workspace /home/jenkins/agent/workspace/emf-cdo-integration The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse-cdo/cdo.git > git init /home/jenkins/agent/workspace/emf-cdo-integration/git # timeout=10 Fetching upstream changes from https://github.com/eclipse-cdo/cdo.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/eclipse-cdo/cdo.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse-cdo/cdo.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 ea6758a3ef4f0bbcc58f20a7466e97989407d8f8 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f ea6758a3ef4f0bbcc58f20a7466e97989407d8f8 # timeout=10 Commit message: "org.eclipse.net4j.util.lifecycle.Lifecycle is not fully thread-safe #44" > git rev-list --no-walk ea6758a3ef4f0bbcc58f20a7466e97989407d8f8 # timeout=10 Unpacking https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.12-bin.zip to /home/jenkins/agent/tools/hudson.tasks.Ant_AntInstallation/apache-ant-latest on basic-1rg17 [hudson] $ /home/jenkins/agent/tools/hudson.tasks.Ant_AntInstallation/apache-ant-latest/bin/ant -file build-info.ant -DBUILD_TYPE= -DskipTests=false build-info Buildfile: /home/jenkins/agent/workspace/emf-cdo-integration/git/releng/org.eclipse.emf.cdo.releng/hudson/build-info.ant build-info: [touch] Creating /home/jenkins/agent/workspace/emf-cdo-integration/signing.marker [echo] stream = 4.x [echo] branch = master [echo] train = 2024-06 [echo] build.type = I [echo] build.sign = true [echo] build.trigger = timer [echo] build.qualifier = I20240510-0100 BUILD SUCCESSFUL Total time: 1 second New run name is 'I20240510-0100' [hudson] $ /home/jenkins/agent/tools/hudson.tasks.Ant_AntInstallation/apache-ant-latest/bin/ant -file rewrite-target-definition.ant -DBUILD_TYPE= -DskipTests=false rewrite-target-definition Buildfile: /home/jenkins/agent/workspace/emf-cdo-integration/git/releng/org.eclipse.emf.cdo.releng/hudson/rewrite-target-definition.ant rewrite-target-definition: BUILD SUCCESSFUL Total time: 0 seconds [emf-cdo-integration] $ /opt/tools/apache-maven/latest/bin/mvn -f git/pom.xml -DBUILD_TYPE= -DskipTests=false -DCDO_TESTS=IntegrationTests -DBUILD_INFO_PROPERTIES=/home/jenkins/agent/workspace/emf-cdo-integration/build-info.properties -DSIGNING_MARKER=/home/jenkins/agent/workspace/emf-cdo-integration/signing.marker clean verify 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... [WARNING] The POM for org.eclipse.platform:org.eclipse.equinox.common:jar:3.18.100-SNAPSHOT is missing, no dependency information available [WARNING] The POM for org.eclipse.platform:org.eclipse.core.jobs:jar:3.15.100-SNAPSHOT is missing, no dependency information available [WARNING] The POM for org.eclipse.platform:org.eclipse.equinox.registry:jar:3.11.300-SNAPSHOT is missing, no dependency information available [WARNING] The POM for org.eclipse.platform:org.eclipse.equinox.preferences:jar:3.10.300-SNAPSHOT is missing, no dependency information available [WARNING] The POM for org.eclipse.platform:org.eclipse.core.contenttype:jar:3.9.200-SNAPSHOT is missing, no dependency information available [WARNING] The POM for org.eclipse.platform:org.eclipse.equinox.app:jar:1.6.300-SNAPSHOT is missing, no dependency information available [WARNING] The POM for org.eclipse.platform:org.eclipse.equinox.common:jar:3.19.0-SNAPSHOT is missing, no dependency information available [WARNING] The POM for org.eclipse.platform:org.eclipse.core.jobs:jar:3.15.200-SNAPSHOT is missing, no dependency information available [WARNING] The POM for org.eclipse.platform:org.eclipse.equinox.registry:jar:3.12.0-SNAPSHOT is missing, no dependency information available [WARNING] The POM for org.eclipse.platform:org.eclipse.equinox.preferences:jar:3.11.0-SNAPSHOT is missing, no dependency information available [WARNING] The POM for org.eclipse.platform:org.eclipse.core.contenttype:jar:3.9.300-SNAPSHOT is missing, no dependency information available [WARNING] The POM for org.eclipse.platform:org.eclipse.equinox.app:jar:1.7.0-SNAPSHOT is missing, no dependency information available [WARNING] The POM for org.eclipse.platform:org.eclipse.core.runtime:jar:3.31.0-SNAPSHOT is missing, no dependency information available [WARNING] The POM for org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository:jar:1.5.300-SNAPSHOT is missing, no dependency information available [WARNING] The POM for org.eclipse.platform:org.eclipse.equinox.p2.core:jar:2.11.0-SNAPSHOT is missing, no dependency information available [WARNING] The POM for org.eclipse.platform:org.eclipse.equinox.p2.metadata:jar:2.9.0-SNAPSHOT is missing, no dependency information available [WARNING] The POM for org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository:jar:1.5.300-SNAPSHOT is missing, no dependency information available [WARNING] The POM for org.eclipse.platform:org.eclipse.equinox.p2.repository:jar:2.8.100-SNAPSHOT is missing, no dependency information available [INFO] ### Using TychoRepositoryTransport for remote P2 access ### [INFO] Cache location: /home/jenkins/.m2/repository/.cache/tycho [INFO] Transport mode: online [INFO] Update mode: cache first [INFO] Minimum cache duration: 60 minutes [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=) [INFO] Resolving target definition file:/home/jenkins/agent/workspace/emf-cdo-integration/git/releng/org.eclipse.emf.cdo.releng.parent/tp/org.eclipse.emf.cdo.releng.tp.target for environments=[win32/win32/x86_64, macosx/cocoa/x86_64, linux/gtk/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@7ce87f9d... [ERROR] Failed to resolve target definition file:/home/jenkins/agent/workspace/emf-cdo-integration/git/releng/org.eclipse.emf.cdo.releng.parent/tp/org.eclipse.emf.cdo.releng.tp.target: Could not find "org.eclipse.emf.ecp.emfforms.runtime.feature.feature.group/0.0.0" in the repositories of the current location -> [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/MavenExecutionException Build step 'Invoke top-level Maven targets' marked build as failure Recording test results No test report files were found. Configuration error? [Checks API] No suitable checks publisher found. Archiving artifacts Finished: FAILURE