Branch indexing Connecting to https://api.github.com using GitHub bot (username/token) Obtained Jenkinsfile from 525a64a348994585453ad0dbd5d20548e0f49c48 [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task Waiting for next available executor Agent basic-z7mbm is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-z7mbm" namespace: "packaging" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.packaging.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-z7mbm" - 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-z7mbm" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.packaging.svc.cluster.local/packaging/" 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-packaging" 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" Running on basic-z7mbm in /home/jenkins/agent/workspace/epp-jonahgraham-fork_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: NONE using credential github-bot Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/jonahgraham/packages.git > git init /home/jenkins/agent/workspace/epp-jonahgraham-fork_master # timeout=10 Fetching upstream changes from https://github.com/jonahgraham/packages.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --no-tags --force --progress -- https://github.com/jonahgraham/packages.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/jonahgraham/packages.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 Avoid second fetch Checking out Revision 525a64a348994585453ad0dbd5d20548e0f49c48 (master) Commit message: "Refactor build to be parallelized and stages with a Jenkinsfile" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Tool Install) [Pipeline] tool [Pipeline] envVarsForTool > git config core.sparsecheckout # timeout=10 > git checkout -f 525a64a348994585453ad0dbd5d20548e0f49c48 # timeout=10 > git rev-list --no-walk 1dd12ec73159fb4fccc8c060612ade74b136001a # timeout=10 [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Build committers) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-27T15:22:34.985Z] + mvn verify -Pepp.product.committers -Pepp.materlize-products -Depp.p2.repourl=https://download.eclipse.org/technology/epp/building/repository/ --batch-mode --show-version -Dmaven.repo.local=.repository -Dtycho.disableP2Mirrors=true [2024-02-27T15:22:35.247Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) [2024-02-27T15:22:35.247Z] Maven home: /opt/tools/apache-maven/latest [2024-02-27T15:22:35.247Z] Java version: 17.0.9, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.9+9 [2024-02-27T15:22:35.247Z] Default locale: en_US, platform encoding: UTF-8 [2024-02-27T15:22:35.247Z] OS name: "linux", version: "6.1.11-200.fc37.x86_64", arch: "amd64", family: "unix" [2024-02-27T15:22:36.648Z] [INFO] Scanning for projects... [2024-02-27T15:22:46.632Z] [WARNING] The POM for org.osgi:org.osgi.service.prefs:jar:1.1.1-SNAPSHOT is missing, no dependency information available [2024-02-27T15:23:04.757Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ### [2024-02-27T15:23:04.757Z] [INFO] Cache location: /home/jenkins/agent/workspace/epp-jonahgraham-fork_master/.repository/.cache/tycho [2024-02-27T15:23:04.757Z] [INFO] Transport mode: online [2024-02-27T15:23:04.757Z] [INFO] Update mode: cache first [2024-02-27T15:23:04.757Z] [INFO] Minimum cache duration: 60 minutes [2024-02-27T15:23:04.757Z] [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=) [2024-02-27T15:23:10.026Z] [INFO] Adding repository https://download.eclipse.org/technology/epp/building/repository [2024-02-27T15:23:10.026Z] [INFO] Adding repository https://download.eclipse.org/releases/2024-03/202402231000 [2024-02-27T15:23:13.356Z] [INFO] Adding repository https://download.eclipse.org/cbi/updates/license [2024-02-27T15:23:13.356Z] [INFO] Adding repository https://download.eclipse.org/justj/jres/17/updates/release/latest [2024-02-27T15:23:13.356Z] [INFO] Adding repository https://download.eclipse.org/justj/epp/milestone/latest [2024-02-27T15:23:13.356Z] [INFO] The following Execution Environments are currently known but are ignored by configuration: [2024-02-27T15:23:13.356Z] [INFO] 1.0.0 -> JRE, JavaSE, OSGi/Minimum [2024-02-27T15:23:13.356Z] [INFO] 1.1.0 -> JRE, JavaSE, OSGi/Minimum [2024-02-27T15:23:13.356Z] [INFO] 1.2.0 -> JavaSE, OSGi/Minimum [2024-02-27T15:23:13.356Z] [INFO] 1.3.0 -> JavaSE [2024-02-27T15:23:13.356Z] [INFO] 1.4.0 -> JavaSE [2024-02-27T15:23:13.356Z] [INFO] 1.5.0 -> JavaSE [2024-02-27T15:23:13.356Z] [INFO] 1.6.0 -> JavaSE [2024-02-27T15:23:13.356Z] [INFO] 1.7.0 -> JavaSE [2024-02-27T15:23:13.356Z] [INFO] 1.8.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3 [2024-02-27T15:23:13.356Z] [INFO] 10.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3 [2024-02-27T15:23:13.356Z] [INFO] 11.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3 [2024-02-27T15:23:13.356Z] [INFO] 12.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3 [2024-02-27T15:23:13.356Z] [INFO] 13.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3 [2024-02-27T15:23:13.356Z] [INFO] 14.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3 [2024-02-27T15:23:13.356Z] [INFO] 15.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3 [2024-02-27T15:23:13.356Z] [INFO] 16.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3 [2024-02-27T15:23:13.356Z] [INFO] 17.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3 [2024-02-27T15:23:13.356Z] [INFO] 18.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3 [2024-02-27T15:23:13.356Z] [INFO] 19.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3 [2024-02-27T15:23:13.356Z] [INFO] 20.0.0 -> JavaSE [2024-02-27T15:23:13.356Z] [INFO] 21.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3 [2024-02-27T15:23:13.356Z] [INFO] 22.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3 [2024-02-27T15:23:13.356Z] [INFO] 9.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3 [2024-02-27T15:23:13.356Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:archive-template:4.31.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp-jonahgraham-fork_master/archive-template/pom.xml [2024-02-27T15:23:13.356Z] [INFO] The following Execution Environments are currently known but are ignored by configuration: [2024-02-27T15:23:13.356Z] [INFO] 1.0.0 -> JRE, JavaSE, OSGi/Minimum [2024-02-27T15:23:13.356Z] [INFO] 1.1.0 -> JRE, JavaSE, OSGi/Minimum [2024-02-27T15:23:13.356Z] [INFO] 1.2.0 -> JavaSE, OSGi/Minimum [2024-02-27T15:23:13.356Z] [INFO] 1.3.0 -> JavaSE [2024-02-27T15:23:13.356Z] [INFO] 1.4.0 -> JavaSE [2024-02-27T15:23:13.356Z] [INFO] 1.5.0 -> JavaSE [2024-02-27T15:23:13.356Z] [INFO] 1.6.0 -> JavaSE [2024-02-27T15:23:13.356Z] [INFO] 1.7.0 -> JavaSE [2024-02-27T15:23:13.356Z] [INFO] 1.8.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3 [2024-02-27T15:23:13.356Z] [INFO] 10.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3 [2024-02-27T15:23:13.356Z] [INFO] 11.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3 [2024-02-27T15:23:13.356Z] [INFO] 12.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3 [2024-02-27T15:23:13.356Z] [INFO] 13.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3 [2024-02-27T15:23:13.356Z] [INFO] 14.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3 [2024-02-27T15:23:13.356Z] [INFO] 15.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3 [2024-02-27T15:23:13.356Z] [INFO] 16.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3 [2024-02-27T15:23:13.357Z] [INFO] 17.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3 [2024-02-27T15:23:13.357Z] [INFO] 18.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3 [2024-02-27T15:23:13.357Z] [INFO] 19.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3 [2024-02-27T15:23:13.357Z] [INFO] 20.0.0 -> JavaSE [2024-02-27T15:23:13.357Z] [INFO] 21.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3 [2024-02-27T15:23:13.357Z] [INFO] 22.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3 [2024-02-27T15:23:13.357Z] [INFO] 9.0.0 -> JavaSE, JavaSE/compact1, JavaSE/compact2, JavaSE/compact3 [2024-02-27T15:23:13.357Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:epp.package.committers:4.31.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp-jonahgraham-fork_master/packages/org.eclipse.epp.package.committers.product/pom.xml [2024-02-27T15:23:16.646Z] [INFO] ------------------------------------------------------------------------ [2024-02-27T15:23:16.646Z] [INFO] Reactor Build Order: [2024-02-27T15:23:16.646Z] [INFO] [2024-02-27T15:23:16.646Z] [INFO] archive-template [eclipse-repository] [2024-02-27T15:23:16.646Z] [INFO] epp.package.committers [eclipse-repository] [2024-02-27T15:23:16.646Z] [INFO] org.eclipse.epp-buildall [pom] [2024-02-27T15:23:16.646Z] [INFO] [2024-02-27T15:23:16.646Z] [INFO] ------------------< org.eclipse.epp:archive-template >------------------ [2024-02-27T15:23:16.646Z] [INFO] Building archive-template 4.31.0-SNAPSHOT [1/3] [2024-02-27T15:23:16.646Z] [INFO] from archive-template/pom.xml [2024-02-27T15:23:16.646Z] [INFO] -------------------------[ eclipse-repository ]------------------------- [2024-02-27T15:23:16.646Z] [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [2024-02-27T15:23:16.646Z] [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.5:target-platform (default-target-platform)' [2024-02-27T15:23:16.646Z] [INFO] [2024-02-27T15:23:16.646Z] [INFO] --- tycho-packaging:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ archive-template --- [2024-02-27T15:23:20.837Z] [INFO] The project's OSGi version is 4.31.0.20240111-1544 [2024-02-27T15:23:20.838Z] [INFO] [2024-02-27T15:23:20.838Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ archive-template --- [2024-02-27T15:23:25.031Z] [INFO] No match to regex 'epp\.package\.(\d*)' found in 'archive-template'. The initial value 'archive-template' is left as-is... [2024-02-27T15:23:25.031Z] [INFO] [2024-02-27T15:23:25.031Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ archive-template --- [2024-02-27T15:23:25.031Z] [INFO] [2024-02-27T15:23:25.031Z] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ archive-template --- [2024-02-27T15:23:25.289Z] [INFO] [2024-02-27T15:23:25.289Z] [INFO] --- resources:3.2.0:resources (default-resources) @ archive-template --- [2024-02-27T15:23:28.585Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-02-27T15:23:28.585Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-02-27T15:23:28.585Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp-jonahgraham-fork_master/archive-template/src/main/resources [2024-02-27T15:23:28.585Z] [INFO] [2024-02-27T15:23:28.585Z] [INFO] --- tycho-p2-publisher:3.0.5:publish-osgi-ee (default-publish-osgi-ee) @ archive-template --- [2024-02-27T15:23:28.585Z] [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [2024-02-27T15:23:29.959Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] [2024-02-27T15:23:29.959Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [2024-02-27T15:23:30.217Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [2024-02-27T15:23:30.217Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [2024-02-27T15:23:30.217Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [2024-02-27T15:23:30.217Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [2024-02-27T15:23:30.217Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [2024-02-27T15:23:30.217Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [2024-02-27T15:23:30.217Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [2024-02-27T15:23:30.217Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [2024-02-27T15:23:30.217Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] [2024-02-27T15:23:30.217Z] [INFO] [2024-02-27T15:23:30.217Z] [INFO] --- tycho-p2-publisher:3.0.5:publish-products (default-publish-products) @ archive-template --- [2024-02-27T15:23:30.217Z] [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [2024-02-27T15:23:30.217Z] [INFO] [2024-02-27T15:23:30.217Z] [INFO] --- tycho-p2-publisher:3.0.5:publish-categories (default-publish-categories) @ archive-template --- [2024-02-27T15:23:30.217Z] [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [2024-02-27T15:23:30.217Z] [INFO] [2024-02-27T15:23:30.218Z] [INFO] --- tycho-p2-publisher:3.0.5:attach-artifacts (default-attach-artifacts) @ archive-template --- [2024-02-27T15:23:30.218Z] [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [2024-02-27T15:23:30.218Z] [INFO] [2024-02-27T15:23:30.218Z] [INFO] --- tycho-p2-repository:3.0.5:assemble-repository (default-assemble-repository) @ archive-template --- [2024-02-27T15:23:30.218Z] [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [2024-02-27T15:23:30.782Z] [INFO] [2024-02-27T15:23:30.782Z] [INFO] --- tycho-p2-repository:3.0.5:archive-repository (default-archive-repository) @ archive-template --- [2024-02-27T15:23:30.782Z] [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [2024-02-27T15:23:31.040Z] [INFO] Building zip: /home/jenkins/agent/workspace/epp-jonahgraham-fork_master/archive-template/target/archive-template-4.31.0-SNAPSHOT.zip [2024-02-27T15:23:31.040Z] [INFO] [2024-02-27T15:23:31.040Z] [INFO] --- tycho-eclipserun:3.0.5:eclipse-run (remove-uncategorized) @ archive-template --- [2024-02-27T15:23:31.040Z] [INFO] Adding repository http://download.eclipse.org/releases/latest [2024-02-27T15:23:41.009Z] [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-17/latest] [2024-02-27T15:23:41.009Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/epp-jonahgraham-fork_master/archive-template/target/eclipserun-work/data/.metadata/.log [2024-02-27T15:23:41.009Z] [INFO] Command line: [2024-02-27T15:23:41.009Z] [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -jar, /home/jenkins/agent/workspace/epp-jonahgraham-fork_master/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.600.v20231106-1826/org.eclipse.equinox.launcher-1.6.600.v20231106-1826.jar, -install, /home/jenkins/agent/workspace/epp-jonahgraham-fork_master/archive-template/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/epp-jonahgraham-fork_master/archive-template/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/epp-jonahgraham-fork_master/archive-template/target/eclipserun-work/data, -data, target/antrun-workspace, -application, org.eclipse.ant.core.antRunner, -buildfile, remove-categories.xml] [2024-02-27T15:23:42.006Z] Buildfile: remove-categories.xml [2024-02-27T15:23:42.006Z] WARNING: A terminally deprecated method in java.lang.System has been called [2024-02-27T15:23:42.006Z] WARNING: System::setSecurityManager has been called by org.eclipse.ant.internal.core.ant.InternalAntRunner (file:/home/jenkins/agent/workspace/epp-jonahgraham-fork_master/archive-template/target/eclipserun-work/configuration/org.eclipse.osgi/47/0/.cp/lib/antsupportlib.jar) [2024-02-27T15:23:42.006Z] WARNING: Please consider reporting this to the maintainers of org.eclipse.ant.internal.core.ant.InternalAntRunner [2024-02-27T15:23:42.006Z] WARNING: System::setSecurityManager will be removed in a future release [2024-02-27T15:23:42.006Z] [2024-02-27T15:23:42.006Z] remove-categories: [2024-02-27T15:23:42.573Z] Unable to find: Installable Unit [ query=property[@name='org.eclipse.equinox.p2.type.category'] ] [2024-02-27T15:23:42.573Z] BUILD SUCCESSFUL [2024-02-27T15:23:42.573Z] [2024-02-27T15:23:42.573Z] BUILD SUCCESSFUL [2024-02-27T15:23:42.573Z] Total time: 0 seconds [2024-02-27T15:23:43.140Z] [INFO] [2024-02-27T15:23:43.140Z] [INFO] --- tycho-p2-repository:3.0.5:archive-repository (re-archive-without-categories) @ archive-template --- [2024-02-27T15:23:43.140Z] [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [2024-02-27T15:23:43.140Z] [INFO] Building zip: /home/jenkins/agent/workspace/epp-jonahgraham-fork_master/archive-template/target/archive-template-4.31.0-SNAPSHOT.zip [2024-02-27T15:23:43.140Z] [INFO] [2024-02-27T15:23:43.140Z] [INFO] --- antrun:3.1.0:run (copy-template-repo) @ archive-template --- [2024-02-27T15:23:43.717Z] [INFO] Executing tasks [2024-02-27T15:23:43.717Z] [INFO] [copy] Copying 2 files to /home/jenkins/agent/workspace/epp-jonahgraham-fork_master/archive/repository [2024-02-27T15:23:43.717Z] [INFO] Executed tasks [2024-02-27T15:23:43.717Z] [INFO] [2024-02-27T15:23:43.717Z] [INFO] ---------------< org.eclipse.epp:epp.package.committers >--------------- [2024-02-27T15:23:43.717Z] [INFO] Building epp.package.committers 4.31.0-SNAPSHOT [2/3] [2024-02-27T15:23:43.717Z] [INFO] from packages/org.eclipse.epp.package.committers.product/pom.xml [2024-02-27T15:23:43.717Z] [INFO] -------------------------[ eclipse-repository ]------------------------- [2024-02-27T15:23:43.717Z] [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)' [2024-02-27T15:23:43.717Z] [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.5:target-platform (default-target-platform)' [2024-02-27T15:23:43.717Z] [WARNING] Parameter 'includePacked' is unknown for plugin 'tycho-p2-extras-plugin:3.0.5:mirror (mirror-to-central-epp-repository)' [2024-02-27T15:23:50.277Z] [INFO] Artifact org.osgi:org.osgi.service.repository:jar:1.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/releases/2024-03/202402231000/, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/17/updates/release/latest/, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest/, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-02-27T15:23:50.277Z] [INFO] Artifact org.osgi:org.osgi.util.function:jar:1.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/releases/2024-03/202402231000/, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/17/updates/release/latest/, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest/, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-02-27T15:23:50.277Z] [INFO] Artifact org.osgi:osgi.annotation:jar:8.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/releases/2024-03/202402231000/, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/17/updates/release/latest/, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest/, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-02-27T15:23:50.278Z] [INFO] Artifact org.osgi:org.osgi.util.promise:jar:1.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/releases/2024-03/202402231000/, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/17/updates/release/latest/, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest/, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-02-27T15:23:50.278Z] [INFO] Artifact com.googlecode.javaewah:JavaEWAH:jar:1.2.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/releases/2024-03/202402231000/, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/17/updates/release/latest/, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest/, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-02-27T15:23:50.278Z] [INFO] Artifact commons-codec:commons-codec:jar:1.16.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/releases/2024-03/202402231000/, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/17/updates/release/latest/, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest/, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-02-27T15:23:50.278Z] [INFO] Artifact org.codehaus.mojo:animal-sniffer-annotations:jar:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/releases/2024-03/202402231000/, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/17/updates/release/latest/, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest/, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [2024-02-27T15:23:50.279Z] [INFO] Artifact org.osgi:org.osgi.service.component:jar:1.5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/releases/2024-03/202402231000/, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/17/updates/release/latest/, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest/, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-02-27T15:23:50.279Z] [INFO] Artifact org.osgi:org.osgi.namespace.extender:jar:1.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/releases/2024-03/202402231000/, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/17/updates/release/latest/, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest/, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-02-27T15:23:50.279Z] [INFO] Artifact org.osgi:org.osgi.service.prefs:jar:1.1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/releases/2024-03/202402231000/, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/17/updates/release/latest/, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest/, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-02-27T15:23:50.280Z] [INFO] Artifact org.tukaani:xz:jar:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/releases/2024-03/202402231000/, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/17/updates/release/latest/, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest/, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-02-27T15:23:50.280Z] [INFO] Artifact org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/releases/2024-03/202402231000/, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/17/updates/release/latest/, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest/, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-02-27T15:23:50.280Z] [INFO] Artifact org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/releases/2024-03/202402231000/, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/17/updates/release/latest/, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest/, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-02-27T15:23:50.280Z] [INFO] Artifact org.osgi:org.osgi.service.repository:jar:1.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/releases/2024-03/202402231000/, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/17/updates/release/latest/, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest/, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-02-27T15:23:50.281Z] [INFO] Artifact org.osgi:org.osgi.util.function:jar:1.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/releases/2024-03/202402231000/, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/17/updates/release/latest/, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest/, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-02-27T15:23:50.281Z] [INFO] Artifact org.osgi:osgi.annotation:jar:8.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/releases/2024-03/202402231000/, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/17/updates/release/latest/, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest/, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-02-27T15:23:50.281Z] [INFO] Artifact org.osgi:org.osgi.util.promise:jar:1.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/releases/2024-03/202402231000/, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/17/updates/release/latest/, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest/, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-02-27T15:23:50.282Z] [INFO] Artifact com.googlecode.javaewah:JavaEWAH:jar:1.2.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/releases/2024-03/202402231000/, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/17/updates/release/latest/, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest/, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-02-27T15:23:50.282Z] [INFO] Artifact commons-codec:commons-codec:jar:1.16.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/releases/2024-03/202402231000/, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/17/updates/release/latest/, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest/, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-02-27T15:23:50.282Z] [INFO] Artifact org.codehaus.mojo:animal-sniffer-annotations:jar:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/releases/2024-03/202402231000/, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/17/updates/release/latest/, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest/, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [2024-02-27T15:23:50.282Z] [INFO] Artifact org.osgi:org.osgi.service.component:jar:1.5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/releases/2024-03/202402231000/, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/17/updates/release/latest/, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest/, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-02-27T15:23:50.283Z] [INFO] Artifact org.osgi:org.osgi.namespace.extender:jar:1.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/releases/2024-03/202402231000/, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/17/updates/release/latest/, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest/, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-02-27T15:23:50.283Z] [INFO] Artifact org.osgi:org.osgi.service.prefs:jar:1.1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/releases/2024-03/202402231000/, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/17/updates/release/latest/, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest/, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-02-27T15:23:50.283Z] [INFO] Artifact org.tukaani:xz:jar:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/releases/2024-03/202402231000/, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/17/updates/release/latest/, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest/, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-02-27T15:23:50.283Z] [INFO] Artifact org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/releases/2024-03/202402231000/, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/17/updates/release/latest/, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest/, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-02-27T15:23:50.284Z] [INFO] Artifact org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [epp.p2.repourl (https://download.eclipse.org/technology/epp/building/repository/, p2, disabled), eclipse-simultaneous-release (https://download.eclipse.org/releases/2024-03/202402231000/, p2, disabled), license-feature (https://download.eclipse.org/cbi/updates/license/, p2, disabled), justj (https://download.eclipse.org/justj/jres/17/updates/release/latest/, p2, disabled), justj-epp (https://download.eclipse.org/justj/epp/milestone/latest/, p2, disabled), maven-ant-repository2 (https://repo.eclipse.org/content/repositories/orbit-approved-artifacts, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-02-27T15:23:50.544Z] [INFO] [2024-02-27T15:23:50.544Z] [INFO] --- tycho-packaging:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.committers --- [2024-02-27T15:24:58.260Z] [INFO] The project's OSGi version is 4.31.0.20240222-1200 [2024-02-27T15:24:58.260Z] [INFO] [2024-02-27T15:24:58.260Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ epp.package.committers --- [2024-02-27T15:24:58.260Z] [INFO] [2024-02-27T15:24:58.260Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ epp.package.committers --- [2024-02-27T15:24:58.260Z] [INFO] [2024-02-27T15:24:58.260Z] [INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ epp.package.committers --- [2024-02-27T15:24:58.260Z] [INFO] [2024-02-27T15:24:58.260Z] [INFO] --- resources:3.2.0:resources (default-resources) @ epp.package.committers --- [2024-02-27T15:24:58.260Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-02-27T15:24:58.260Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2024-02-27T15:24:58.260Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp-jonahgraham-fork_master/packages/org.eclipse.epp.package.committers.product/src/main/resources [2024-02-27T15:24:58.260Z] [INFO] [2024-02-27T15:24:58.260Z] [INFO] --- tycho-p2-publisher:3.0.5:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.committers --- [2024-02-27T15:24:58.260Z] [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [2024-02-27T15:24:58.260Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] [2024-02-27T15:24:58.260Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [2024-02-27T15:24:58.260Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [2024-02-27T15:24:58.260Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [2024-02-27T15:24:58.261Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [2024-02-27T15:24:58.261Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [2024-02-27T15:24:58.261Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [2024-02-27T15:24:58.261Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [2024-02-27T15:24:58.261Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [2024-02-27T15:24:58.261Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [2024-02-27T15:24:58.261Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0] [2024-02-27T15:24:58.261Z] [INFO] [2024-02-27T15:24:58.261Z] [INFO] --- tycho-p2-publisher:3.0.5:publish-products (default-publish-products) @ epp.package.committers --- [2024-02-27T15:24:58.261Z] [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [2024-02-27T15:24:58.261Z] [INFO] [2024-02-27T15:24:58.261Z] [INFO] --- tycho-p2-publisher:3.0.5:publish-categories (default-publish-categories) @ epp.package.committers --- [2024-02-27T15:24:58.261Z] [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [2024-02-27T15:24:58.261Z] [INFO] [2024-02-27T15:24:58.261Z] [INFO] --- tycho-p2-publisher:3.0.5:attach-artifacts (default-attach-artifacts) @ epp.package.committers --- [2024-02-27T15:24:58.261Z] [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [2024-02-27T15:24:58.261Z] [INFO] [2024-02-27T15:24:58.261Z] [INFO] --- tycho-p2-repository:3.0.5:assemble-repository (default-assemble-repository) @ epp.package.committers --- [2024-02-27T15:24:58.261Z] [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [2024-02-27T15:24:58.261Z] [WARNING] [35f94632-f037-4e71-bf94-0126859dd749][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.committers.executable.gtk.linux.x86_64,4.31.0.20240222-1200. [2024-02-27T15:26:19.679Z] [INFO] [2024-02-27T15:26:19.679Z] [INFO] --- tycho-p2-repository:3.0.5:archive-repository (default-archive-repository) @ epp.package.committers --- [2024-02-27T15:26:19.679Z] [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [2024-02-27T15:26:19.679Z] [INFO] [2024-02-27T15:26:19.679Z] [INFO] --- tycho-p2-director:3.0.5:materialize-products (materialize-products) @ epp.package.committers --- [2024-02-27T15:26:19.679Z] [INFO] Installing product epp.package.committers for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/epp-jonahgraham-fork_master/packages/org.eclipse.epp.package.committers.product/target/products/epp.package.committers/linux/gtk/x86_64/eclipse [2024-02-27T15:26:19.679Z] Installing epp.package.committers 4.31.0.20240222-1200. [2024-02-27T15:26:19.679Z] Installing org.eclipse.epp.mpc.feature.group 1.10.3.v20240221-1216. [2024-02-27T15:26:19.679Z] Installing org.eclipse.oomph.setup.feature.group 1.31.0.v20240211-0940. [2024-02-27T15:26:19.679Z] Installing org.eclipse.tm.terminal.feature.feature.group 11.5.0.202312062348. [2024-02-27T15:26:19.679Z] Installing org.eclipse.justj.epp.feature.group 17.0.0.v20240120-1430. [2024-02-27T15:26:19.679Z] Installing org.eclipse.egit.feature.group 6.9.0.202402212127-m3. [2024-02-27T15:26:19.679Z] Installing org.eclipse.jgit.feature.group 6.9.0.202402211805-m3. [2024-02-27T15:26:19.679Z] Installing org.eclipse.mylyn.wikitext.feature.feature.group 4.2.0.v20240221-1914. [2024-02-27T15:26:19.679Z] Installing org.eclipse.mylyn.commons.activity.feature.feature.group 4.2.0.v20240203-1124. [2024-02-27T15:26:19.679Z] Installing org.eclipse.mylyn.egit.feature.feature.group 4.2.0.v20240202-0700. [2024-02-27T15:26:19.680Z] Installing org.eclipse.mylyn.ide.feature.feature.group 4.2.0.v20240220-1733. [2024-02-27T15:26:19.680Z] Installing org.eclipse.mylyn.git.feature.feature.group 4.2.0.v20240208-0919. [2024-02-27T15:26:19.680Z] Installing org.eclipse.mylyn.github.feature.feature.group 6.4.0.v20240209-1319. [2024-02-27T15:26:19.680Z] Installing org.eclipse.mylyn.jenkins.feature.feature.group 4.2.0.v20240212-0246. [2024-02-27T15:26:19.680Z] Installing org.eclipse.mylyn.reviews.feature.feature.group 4.2.0.v20240207-0731. [2024-02-27T15:26:19.680Z] Installing org.eclipse.jdt.feature.group 3.19.400.v20240215-1800. [2024-02-27T15:26:19.680Z] Installing org.eclipse.jdt.bcoview.feature.feature.group 1.2.300.v20240118-1157. [2024-02-27T15:26:19.680Z] Installing org.eclipse.pde.feature.group 3.15.300.v20240215-1800. [2024-02-27T15:26:19.680Z] Installing org.eclipse.pde.spies.feature.group 1.0.300.v20240207-1047. [2024-02-27T15:26:19.680Z] Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.100.v20240211-0942. [2024-02-27T15:26:19.680Z] Installing org.eclipse.platform.source.feature.group 4.31.0.v20240215-1800. [2024-02-27T15:26:19.680Z] Installing org.eclipse.rcp.source.feature.group 4.31.0.v20240215-1800. [2024-02-27T15:26:19.680Z] Installing org.eclipse.jdt.source.feature.group 3.19.400.v20240215-1800. [2024-02-27T15:26:19.680Z] Installing org.eclipse.pde.source.feature.group 3.15.300.v20240215-1800. [2024-02-27T15:26:19.680Z] Installing org.eclipse.pde.spies.source.feature.group 1.0.300.v20240207-1047. [2024-02-27T15:26:19.680Z] Installing org.eclipse.buildship.feature.group 3.1.9.v20240115-1636. [2024-02-27T15:26:19.680Z] Installing org.eclipse.eclemma.feature.feature.group 3.1.8.202312121452. [2024-02-27T15:26:19.680Z] Installing org.eclipse.m2e.feature.feature.group 2.6.0.20240220-1109. [2024-02-27T15:26:19.680Z] Installing org.eclipse.m2e.pde.feature.feature.group 2.3.1.20240203-0902. [2024-02-27T15:26:19.680Z] Installing org.eclipse.m2e.lemminx.feature.feature.group 2.0.600.20240219-1707. [2024-02-27T15:26:19.680Z] Installing org.eclipse.egit.gitflow.feature.feature.group 6.9.0.202402212127-m3. [2024-02-27T15:26:19.680Z] Installing org.eclipse.jgit.http.apache.feature.group 6.9.0.202402211805-m3. [2024-02-27T15:26:19.680Z] Installing org.eclipse.swt.tools.feature.feature.group 3.109.300.v20240130-1851. [2024-02-27T15:26:19.680Z] Installing org.eclipse.wildwebdeveloper.feature.feature.group 1.3.3.202311211923. [2024-02-27T15:26:19.680Z] Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 1.0.7.202310251358. [2024-02-27T15:26:19.680Z] Installing org.eclipse.mylyn.jdt.feature.feature.group 4.2.0.v20240220-1733. [2024-02-27T15:26:19.680Z] Installing org.eclipse.mylyn.pde.feature.feature.group 4.2.0.v20240220-1733. [2024-02-27T15:27:41.099Z] Operation completed in 82260 ms. [2024-02-27T15:27:41.099Z] [INFO] [2024-02-27T15:27:41.099Z] [INFO] --- tycho-p2-director:3.0.5:archive-products (archive-products) @ epp.package.committers --- [2024-02-27T15:27:41.099Z] [INFO] Building tar: /home/jenkins/agent/workspace/epp-jonahgraham-fork_master/packages/org.eclipse.epp.package.committers.product/target/products/eclipse-committers-2024-03-M3-linux.gtk.x86_64.tar.gz [2024-02-27T15:28:13.155Z] [INFO] [2024-02-27T15:28:13.155Z] [INFO] --- tycho-p2-extras:3.0.5:mirror (mirror-to-central-epp-repository) @ epp.package.committers --- [2024-02-27T15:28:13.155Z] [INFO] Mirroring to /home/jenkins/agent/workspace/epp-jonahgraham-fork_master/packages/org.eclipse.epp.package.committers.product/../../archive/repository... [2024-02-27T15:28:13.155Z] Mirroring: osgi.bundle,org.eclipse.epp.package.committers,4.31.0.20240222-1200 (Descriptor: canonical: osgi.bundle,org.eclipse.epp.package.committers,4.31.0.20240222-1200) [2024-02-27T15:28:13.155Z] Mirroring: osgi.bundle,org.eclipse.epp.package.common,4.31.0.20240222-1200 (Descriptor: canonical: osgi.bundle,org.eclipse.epp.package.common,4.31.0.20240222-1200) [2024-02-27T15:28:13.156Z] Mirroring: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.31.0.20240222-1200 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.31.0.20240222-1200) [2024-02-27T15:28:13.156Z] Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64,17.0.10.v20240120-1143 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64,17.0.10.v20240120-1143) [2024-02-27T15:28:16.435Z] Mirroring: org.eclipse.update.feature,org.eclipse.epp.package.committers.feature,4.31.0.20240222-1200 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.epp.package.committers.feature,4.31.0.20240222-1200) [2024-02-27T15:28:16.435Z] Mirroring: binary,epp.package.committers.executable.gtk.linux.x86_64,4.31.0.20240222-1200 (Descriptor: canonical: binary,epp.package.committers.executable.gtk.linux.x86_64,4.31.0.20240222-1200) [2024-02-27T15:28:16.435Z] [WARNING] [35f94632-f037-4e71-bf94-0126859dd749][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of binary,epp.package.committers.executable.gtk.linux.x86_64,4.31.0.20240222-1200. [2024-02-27T15:28:16.436Z] Mirroring: binary,epp.package.committers.executable.gtk.linux.x86_64,4.31.0.20240222-1200 (Descriptor: canonical: binary,epp.package.committers.executable.gtk.linux.x86_64,4.31.0.20240222-1200) [2024-02-27T15:28:16.436Z] [WARNING] Mirror tool: Messages while mirroring artifact descriptors.: [Artifact: canonical: binary,epp.package.committers.executable.gtk.linux.x86_64,4.31.0.20240222-1200 already exists in repository: file:/home/jenkins/agent/workspace/epp-jonahgraham-fork_master/packages/org.eclipse.epp.package.committers.product/../../archive/repository/.] [2024-02-27T15:28:16.998Z] [INFO] [2024-02-27T15:28:16.999Z] [INFO] --------------< org.eclipse.epp:org.eclipse.epp-buildall >-------------- [2024-02-27T15:28:16.999Z] [INFO] Building org.eclipse.epp-buildall 4.31.0-SNAPSHOT [3/3] [2024-02-27T15:28:16.999Z] [INFO] from pom.xml [2024-02-27T15:28:16.999Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-02-27T15:28:16.999Z] [INFO] [2024-02-27T15:28:16.999Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ org.eclipse.epp-buildall --- [2024-02-27T15:28:16.999Z] [INFO] No match to regex 'epp\.package\.(\d*)' found in 'org.eclipse.epp-buildall'. The initial value 'org.eclipse.epp-buildall' is left as-is... [2024-02-27T15:28:16.999Z] [INFO] [2024-02-27T15:28:16.999Z] [INFO] --- tycho-eclipserun:3.0.5:eclipse-run (remove-justj-from-p2) @ org.eclipse.epp-buildall --- [2024-02-27T15:28:17.564Z] [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-17/latest] [2024-02-27T15:28:17.564Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/epp-jonahgraham-fork_master/target/eclipserun-work/data/.metadata/.log [2024-02-27T15:28:17.564Z] [INFO] Command line: [2024-02-27T15:28:17.564Z] [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -jar, /home/jenkins/agent/workspace/epp-jonahgraham-fork_master/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.600.v20231106-1826/org.eclipse.equinox.launcher-1.6.600.v20231106-1826.jar, -install, /home/jenkins/agent/workspace/epp-jonahgraham-fork_master/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/epp-jonahgraham-fork_master/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/epp-jonahgraham-fork_master/target/eclipserun-work/data, -data, target/antrun-workspace, -application, org.eclipse.ant.core.antRunner, -buildfile, /home/jenkins/agent/workspace/epp-jonahgraham-fork_master/releng/org.eclipse.epp.config/tools/remove-justj-from-p2.xml] [2024-02-27T15:28:19.461Z] Buildfile: /home/jenkins/agent/workspace/epp-jonahgraham-fork_master/releng/org.eclipse.epp.config/tools/remove-justj-from-p2.xml [2024-02-27T15:28:19.462Z] WARNING: A terminally deprecated method in java.lang.System has been called [2024-02-27T15:28:19.462Z] WARNING: System::setSecurityManager has been called by org.eclipse.ant.internal.core.ant.InternalAntRunner (file:/home/jenkins/agent/workspace/epp-jonahgraham-fork_master/target/eclipserun-work/configuration/org.eclipse.osgi/47/0/.cp/lib/antsupportlib.jar) [2024-02-27T15:28:19.462Z] WARNING: Please consider reporting this to the maintainers of org.eclipse.ant.internal.core.ant.InternalAntRunner [2024-02-27T15:28:19.462Z] WARNING: System::setSecurityManager will be removed in a future release [2024-02-27T15:28:19.462Z] [2024-02-27T15:28:19.462Z] remove-justj: [2024-02-27T15:28:20.026Z] Unable to find: Installable Unit [ id=org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64 ] [2024-02-27T15:28:20.026Z] Unable to find: Installable Unit [ id=org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64 ] [2024-02-27T15:28:20.026Z] Unable to find: Installable Unit [ id=org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64 ] [2024-02-27T15:28:20.026Z] Unable to find: Installable Unit [ id=org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64 ] [2024-02-27T15:28:20.026Z] Unable to find: Installable Unit [ id=org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64 ] [2024-02-27T15:28:20.027Z] Unable to find: Installable Unit [ id=org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64 ] [2024-02-27T15:28:20.027Z] Unable to find: Installable Unit [ id=org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64 ] [2024-02-27T15:28:20.027Z] Unable to find: Installable Unit [ id=org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64 ] [2024-02-27T15:28:20.027Z] Unable to find: Installable Unit [ id=org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64 ] [2024-02-27T15:28:20.027Z] BUILD SUCCESSFUL [2024-02-27T15:28:20.027Z] [2024-02-27T15:28:20.027Z] BUILD SUCCESSFUL [2024-02-27T15:28:20.027Z] Total time: 0 seconds [2024-02-27T15:28:20.283Z] [INFO] [2024-02-27T15:28:20.284Z] [INFO] --- tycho-p2-repository:3.0.5:fix-artifacts-metadata (add-missing-checksums) @ org.eclipse.epp-buildall --- [2024-02-27T15:28:20.284Z] [INFO] ------------------------------------------------------------------------ [2024-02-27T15:28:20.284Z] [INFO] Reactor Summary for org.eclipse.epp-buildall 4.31.0-SNAPSHOT: [2024-02-27T15:28:20.284Z] [INFO] [2024-02-27T15:28:20.284Z] [INFO] archive-template ................................... SUCCESS [ 26.932 s] [2024-02-27T15:28:20.284Z] [INFO] epp.package.committers ............................. SUCCESS [04:33 min] [2024-02-27T15:28:20.284Z] [INFO] org.eclipse.epp-buildall ........................... SUCCESS [ 3.313 s] [2024-02-27T15:28:20.284Z] [INFO] ------------------------------------------------------------------------ [2024-02-27T15:28:20.284Z] [INFO] BUILD SUCCESS [2024-02-27T15:28:20.284Z] [INFO] ------------------------------------------------------------------------ [2024-02-27T15:28:20.284Z] [INFO] Total time: 05:43 min [2024-02-27T15:28:20.284Z] [INFO] Finished at: 2024-02-27T15:28:20Z [2024-02-27T15:28:20.284Z] [INFO] ------------------------------------------------------------------------ [Pipeline] sshagent [2024-02-27T15:28:21.235Z] [ssh-agent] Using credentials genie.packaging (ssh://genie.packaging@projects-storage.eclipse.org) [2024-02-27T15:28:21.235Z] [ssh-agent] Looking for ssh-agent implementation... [2024-02-27T15:28:21.249Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-02-27T15:28:21.258Z] $ ssh-agent [2024-02-27T15:28:21.270Z] SSH_AUTH_SOCK=/tmp/ssh-st6XY9aoz2br/agent.2546 [2024-02-27T15:28:21.270Z] SSH_AGENT_PID=2548 [2024-02-27T15:28:21.281Z] Running ssh-add (command line suppressed) [2024-02-27T15:28:21.302Z] Identity added: /home/jenkins/agent/workspace/epp-jonahgraham-fork_master@tmp/private_key_14256284418847314860.key (/home/jenkins/agent/workspace/epp-jonahgraham-fork_master@tmp/private_key_14256284418847314860.key) [2024-02-27T15:28:21.307Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-02-27T15:28:22.247Z] + ./releng/org.eclipse.epp.config/tools/upload-to-building.sh /home/data/httpd/download.eclipse.org/technology/epp/building/ committers [2024-02-27T15:28:22.247Z] + DESTINATION=/home/data/httpd/download.eclipse.org/technology/epp/building/ [2024-02-27T15:28:22.247Z] + shift [2024-02-27T15:28:22.247Z] + PACKAGES=committers [2024-02-27T15:28:22.247Z] + SSHUSER=genie.packaging@projects-storage.eclipse.org [2024-02-27T15:28:22.247Z] + SSH='ssh genie.packaging@projects-storage.eclipse.org' [2024-02-27T15:28:22.247Z] + SCP=scp [2024-02-27T15:28:22.247Z] + for PACKAGE in $PACKAGES [2024-02-27T15:28:22.247Z] + pushd packages/org.eclipse.epp.package.committers.product/target/products [2024-02-27T15:28:22.247Z] ~/agent/workspace/epp-jonahgraham-fork_master/packages/org.eclipse.epp.package.committers.product/target/products ~/agent/workspace/epp-jonahgraham-fork_master [2024-02-27T15:28:22.247Z] ++ find eclipse-committers-2024-03-M3-linux.gtk.x86_64.tar.gz epp.package.committers -type f -maxdepth 0 [2024-02-27T15:28:22.247Z] + for NAME in $(find * -type f -maxdepth 0) [2024-02-27T15:28:22.247Z] ++ echo eclipse-committers-2024-03-M3-linux.gtk.x86_64.tar.gz [2024-02-27T15:28:22.247Z] ++ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' [2024-02-27T15:28:22.247Z] ++ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' [2024-02-27T15:28:22.247Z] ++ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' [2024-02-27T15:28:22.247Z] ++ sed 's/macosx\.cocoa\.aarch64/macosx\-cocoa-aarch64/' [2024-02-27T15:28:22.247Z] ++ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' [2024-02-27T15:28:22.247Z] ++ sed s/macosx-cocoa-aarch64.dmg/macosx-cocoa-aarch64.dmg-tonotarize/ [2024-02-27T15:28:22.247Z] ++ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ [2024-02-27T15:28:22.247Z] + NEWNAME=eclipse-committers-2024-03-M3-linux-gtk-x86_64.tar.gz [2024-02-27T15:28:22.247Z] + mv eclipse-committers-2024-03-M3-linux.gtk.x86_64.tar.gz eclipse-committers-2024-03-M3-linux-gtk-x86_64.tar.gz [2024-02-27T15:28:22.247Z] + md5sum eclipse-committers-2024-03-M3-linux-gtk-x86_64.tar.gz [2024-02-27T15:28:23.180Z] + sha1sum eclipse-committers-2024-03-M3-linux-gtk-x86_64.tar.gz [2024-02-27T15:28:24.547Z] + sha512sum -b eclipse-committers-2024-03-M3-linux-gtk-x86_64.tar.gz [2024-02-27T15:28:27.163Z] + scp eclipse-committers-2024-03-M3-linux-gtk-x86_64.tar.gz eclipse-committers-2024-03-M3-linux-gtk-x86_64.tar.gz.md5 eclipse-committers-2024-03-M3-linux-gtk-x86_64.tar.gz.sha1 eclipse-committers-2024-03-M3-linux-gtk-x86_64.tar.gz.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/building//eclipse-committers-2024-03-M3-linux-gtk-x86_64.tar.gz [2024-02-27T15:28:27.420Z] scp: /home/data/httpd/download.eclipse.org/technology/epp/building//eclipse-committers-2024-03-M3-linux-gtk-x86_64.tar.gz: No such file or directory [Pipeline] } [2024-02-27T15:28:27.433Z] $ ssh-agent -k [2024-02-27T15:28:27.439Z] unset SSH_AUTH_SOCK; [2024-02-27T15:28:27.439Z] unset SSH_AGENT_PID; [2024-02-27T15:28:27.439Z] echo Agent pid 2548 killed; [2024-02-27T15:28:27.443Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build cpp) Stage "Build cpp" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build embedcpp) Stage "Build embedcpp" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] cleanWs [2024-02-27T15:28:27.619Z] [WS-CLEANUP] Deleting project workspace... [2024-02-27T15:28:27.619Z] [WS-CLEANUP] Deferred wipeout is used... [2024-02-27T15:28:27.629Z] [WS-CLEANUP] done [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // timestamps [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: script returned exit code 1 Could not update commit status, please check if your scan credentials belong to a member of the organization or a collaborator of the repository and repo:status scope is selected GitHub has been notified of this commit’s build result Finished: FAILURE