Started by timer Running as SYSTEM Agent basic-9c8qw is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-9c8qw" namespace: "webtools" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.webtools.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-9c8qw" - 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-9c8qw" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.webtools.svc.cluster.local/webtools/" 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-webtools" 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-9c8qw (basic) in workspace /home/jenkins/agent/workspace/webtools-parent-pom_master [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... The recommended git tool is: git No credentials specified Cloning the remote Git repository Cloning repository https://gitlab.eclipse.org/eclipse/webtools/releng/webtools-releng-aggregator.git > git init /home/jenkins/agent/workspace/webtools-parent-pom_master # timeout=10 Fetching upstream changes from https://gitlab.eclipse.org/eclipse/webtools/releng/webtools-releng-aggregator.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://gitlab.eclipse.org/eclipse/webtools/releng/webtools-releng-aggregator.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://gitlab.eclipse.org/eclipse/webtools/releng/webtools-releng-aggregator.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 ae5c4c056f704321ab26bf8e4cabc97499c27fbf (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f ae5c4c056f704321ab26bf8e4cabc97499c27fbf # timeout=10 Commit message: "Update to Tycho 4.0.7" > git rev-list --no-walk ae5c4c056f704321ab26bf8e4cabc97499c27fbf # timeout=10 [webtools-parent-pom_master] $ /opt/tools/apache-maven/latest/bin/mvn -f wtp-parent/pom.xml -DtychoVersion=4.0.6 -Dtycho.version=4.0.6 -Dtycho-extras.version=4.0.6 clean deploy Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /opt/tools/apache-maven/latest Java version: 17.0.10, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.10+7 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] [WARNING] Some problems were encountered while building the effective model for org.eclipse:wtp-parent:pom:3.10.0-SNAPSHOT [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.eclipse.tycho:tycho-source-plugin @ line 409, column 17 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] Tycho Version: 4.0.6 (9942454590ad8a6e1c9aa907852cf017dc2ccb98) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [INFO] [INFO] -----------------------< org.eclipse:wtp-parent >----------------------- [INFO] Building wtp-parent 3.10.0-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ wtp-parent --- [INFO] [INFO] --- build-helper:3.0.0:regex-property (regex-property) @ wtp-parent --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ wtp-parent --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ wtp-parent --- [INFO] Installing /home/jenkins/agent/workspace/webtools-parent-pom_master/wtp-parent/pom.xml to /home/jenkins/.m2/repository/org/eclipse/wtp-parent/3.10.0-SNAPSHOT/wtp-parent-3.10.0-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ wtp-parent --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 19.024 s [INFO] Finished at: 2024-04-30T07:30:39Z [INFO] ------------------------------------------------------------------------ Triggering a new build of WTP-Pipeline_master #2794 Triggering a new build of WTP-Pipeline_master Finished: SUCCESS