Skip to content
Success

Console Output

Pull request #332 opened
16:30:19 Connecting to https://api.github.com using GitHub bot (username/token)
Connecting to https://api.github.com to check permissions of obtain list of ruspl-afed for eclipse-simrel/simrel.build
Obtained Jenkinsfile from 59560651b318e1a112da931e9bb26d9db5a57b8e
[Pipeline] Start of Pipeline
[Pipeline] node
Agent basic-xkrp8 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-xkrp8"
  namespace: "simrel"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.simrel.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-xkrp8"
    - 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-xkrp8"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.simrel.svc.cluster.local/simrel/"
    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-simrel"
      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-xkrp8 in /home/jenkins/agent/workspace/simrel.build_PR-332
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
using credential github-bot
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/eclipse-simrel/simrel.build.git
 > git init /home/jenkins/agent/workspace/simrel.build_PR-332 # timeout=10
Fetching upstream changes from https://github.com/eclipse-simrel/simrel.build.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/eclipse-simrel/simrel.build.git +refs/pull/332/head:refs/remotes/origin/PR-332 # timeout=10
Fetching without tags
Checking out Revision 59560651b318e1a112da931e9bb26d9db5a57b8e (PR-332)
 > git config remote.origin.url https://github.com/eclipse-simrel/simrel.build.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/332/head:refs/remotes/origin/PR-332 # timeout=10
 > git config remote.origin.url https://github.com/eclipse-simrel/simrel.build.git # timeout=10
Fetching upstream changes from https://github.com/eclipse-simrel/simrel.build.git
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --no-tags --force --progress -- https://github.com/eclipse-simrel/simrel.build.git +refs/pull/332/head:refs/remotes/origin/PR-332 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 59560651b318e1a112da931e9bb26d9db5a57b8e # timeout=10
Commit message: "Eclipse Passage 3.0.0 M2 for 2024-06 M2"
First time build. Skipping changelog.
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Setup Environment)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] echo
16:30:43 [2024-05-01T20:30:43.681Z] 
16:30:43 [2024-05-01T20:30:43.681Z] > Initial:
16:30:43 [2024-05-01T20:30:43.681Z] CBI_TYPE=nightly/latest
16:30:43 [2024-05-01T20:30:43.681Z] PROMOTE=true
16:30:43 [2024-05-01T20:30:43.681Z] PGP_SIGN=true
16:30:43 [2024-05-01T20:30:43.681Z] BRANCH_NAME=PR-332
16:30:43 [2024-05-01T20:30:43.681Z] 
[Pipeline] script
[Pipeline] {
[Pipeline] }
[Pipeline] // script
[Pipeline] echo
16:30:44 [2024-05-01T20:30:44.050Z] 
16:30:44 [2024-05-01T20:30:44.050Z] > Effective:
16:30:44 [2024-05-01T20:30:44.050Z] PROMOTE=false
16:30:44 [2024-05-01T20:30:44.050Z] 
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build clean)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
16:30:44 [2024-05-01T20:30:44.932Z] + java -version
16:30:44 [2024-05-01T20:30:44.932Z] openjdk version "17.0.10" 2024-01-16
16:30:44 [2024-05-01T20:30:44.932Z] OpenJDK Runtime Environment Temurin-17.0.10+7 (build 17.0.10+7)
16:30:44 [2024-05-01T20:30:44.932Z] OpenJDK 64-Bit Server VM Temurin-17.0.10+7 (build 17.0.10+7, mixed mode, sharing)
16:30:44 [2024-05-01T20:30:44.932Z] + mvn -Pvalidate -Pbuild clean test
16:30:44 [2024-05-01T20:30:44.932Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
16:30:44 [2024-05-01T20:30:44.932Z] Maven home: /opt/tools/apache-maven/latest
16:30:44 [2024-05-01T20:30:44.932Z] Java version: 17.0.10, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.10+7
16:30:44 [2024-05-01T20:30:44.932Z] Default locale: en_US, platform encoding: UTF-8
16:30:44 [2024-05-01T20:30:44.932Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
16:30:46 [2024-05-01T20:30:46.332Z] [INFO] Scanning for projects...
16:30:46 [2024-05-01T20:30:46.332Z] [INFO] 
16:30:46 [2024-05-01T20:30:46.332Z] [INFO] ----------------------< org.eclipse.simrel:build >----------------------
16:30:46 [2024-05-01T20:30:46.332Z] [INFO] Building build 4.26.0-SNAPSHOT
16:30:46 [2024-05-01T20:30:46.332Z] [INFO]   from pom.xml
16:30:46 [2024-05-01T20:30:46.332Z] [INFO] --------------------------------[ pom ]---------------------------------
16:30:46 [2024-05-01T20:30:46.905Z] [INFO] 
16:30:46 [2024-05-01T20:30:46.905Z] [INFO] --- clean:3.2.0:clean (default-clean) @ build ---
16:30:47 [2024-05-01T20:30:47.165Z] [INFO] 
16:30:47 [2024-05-01T20:30:47.165Z] [INFO] --- tycho-eclipse:4.0.7:eclipse-run (validate-repo) @ build ---
16:30:55 [2024-05-01T20:30:55.333Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ###
16:30:55 [2024-05-01T20:30:55.333Z] [INFO]     Cache location:         /home/jenkins/.m2/repository/.cache/tycho
16:30:55 [2024-05-01T20:30:55.333Z] [INFO]     Transport mode:         online
16:30:55 [2024-05-01T20:30:55.333Z] [INFO]     Http Transport type:    Java11Client
16:30:55 [2024-05-01T20:30:55.333Z] [INFO]     Update mode:            cache first
16:30:55 [2024-05-01T20:30:55.333Z] [INFO]     Minimum cache duration: 60 minutes
16:30:55 [2024-05-01T20:30:55.333Z] [INFO]       (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>)
16:30:55 [2024-05-01T20:30:55.333Z] [INFO] Adding repository https://download.eclipse.org/cbi/updates/p2-aggregator/products/nightly/latest
16:31:00 [2024-05-01T20:31:00.630Z] [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-17/latest]
16:31:00 [2024-05-01T20:31:00.630Z] [INFO] Expected Eclipse log file: /home/jenkins/agent/workspace/simrel.build_PR-332/target/eclipserun-work/data/.metadata/.log
16:31:00 [2024-05-01T20:31:00.630Z] [INFO] Command line:
16:31:00 [2024-05-01T20:31:00.631Z] 	[/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Xms256M, -Xmx2048M, -Duser.home=/home/jenkins/agent/workspace/simrel.build_PR-332/target, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.800.v20240330-1250/org.eclipse.equinox.launcher-1.6.800.v20240330-1250.jar, -install, /home/jenkins/agent/workspace/simrel.build_PR-332/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/simrel.build_PR-332/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/simrel.build_PR-332/target/eclipserun-work/data, -application, org.eclipse.cbi.p2repo.cli.headless, aggregate, --buildModel, /home/jenkins/agent/workspace/simrel.build_PR-332/simrel.aggr, --buildRoot, /home/jenkins/agent/workspace/simrel.build_PR-332/target/repository, --eclipseLogLevel, INFO, --logLevel, INFO, --action, VALIDATE]
16:31:02 [2024-05-01T20:31:02.564Z] Loading all repositories
16:31:48 [2024-05-01T20:31:48.336Z] Starting generation of composite repository
16:31:48 [2024-05-01T20:31:48.336Z] Adding child meta-data repository https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240428-1800
16:31:48 [2024-05-01T20:31:48.336Z] Adding child meta-data repository https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202404020819
16:31:48 [2024-05-01T20:31:48.336Z] Adding child meta-data repository https://download.eclipse.org/rt/ecf/3.14.41/site.p2/3.14.41.v20240114-0141
16:31:48 [2024-05-01T20:31:48.336Z] Adding child meta-data repository https://download.eclipse.org/tools/gef/classic/milestone/S202405011806
16:31:48 [2024-05-01T20:31:48.336Z] Adding child meta-data repository https://download.eclipse.org/tools/gef/fx/release/5.5.0
16:31:48 [2024-05-01T20:31:48.336Z] Adding child meta-data repository https://download.eclipse.org/efxclipse/runtime-released/3.9.0/site
16:31:48 [2024-05-01T20:31:48.336Z] Adding child meta-data repository https://download.eclipse.org/modeling/emf/compare/updates/releases/3.3/R202401051648
16:31:48 [2024-05-01T20:31:48.336Z] Adding child meta-data repository https://download.eclipse.org/ecoretools/updates/milestones/3.5.1rc1/2023-06
16:31:48 [2024-05-01T20:31:48.336Z] Adding child meta-data repository https://download.eclipse.org/mmt/atl/updates/releases/4.9.0
16:31:48 [2024-05-01T20:31:48.336Z] Adding child meta-data repository https://download.eclipse.org/mmt/qvto/updates/releases/3.10.8
16:31:48 [2024-05-01T20:31:48.336Z] Adding child meta-data repository https://download.eclipse.org/modeling/emft/mwe/updates/milestones/S202404260736
16:31:48 [2024-05-01T20:31:48.336Z] Adding child meta-data repository https://download.eclipse.org/datatools/updates/release/1.16.1
16:31:48 [2024-05-01T20:31:48.336Z] Adding child meta-data repository https://download.eclipse.org/webtools/downloads/drops/R3.34.0/S-3.34M2-20240429084926/repository
16:31:48 [2024-05-01T20:31:48.336Z] Adding child meta-data repository https://archive.eclipse.org/webtools/downloads/drops/R3.2/C3.2.0/I-C3.2.0-20100614204142/repository
16:31:48 [2024-05-01T20:31:48.336Z] Adding child meta-data repository https://download.eclipse.org/mylyn/updates/milestone/S202404101612
16:31:48 [2024-05-01T20:31:48.336Z] Adding child meta-data repository https://download.eclipse.org/tools/cdt/builds/11.6/cdt-11.6.0-m2
16:31:48 [2024-05-01T20:31:48.336Z] Adding child meta-data repository https://download.eclipse.org/tools/cdt/builds/cdt-lsp-2.0/cdt-lsp-2.0.0-m2
16:31:48 [2024-05-01T20:31:48.336Z] Adding child meta-data repository https://download.eclipse.org/embed-cdt/releases/6.6.0/p2
16:31:48 [2024-05-01T20:31:48.336Z] Adding child meta-data repository https://download.eclipse.org/tm/updates/4.5.600/repository
16:31:48 [2024-05-01T20:31:48.337Z] Adding child meta-data repository https://download.eclipse.org/technology/dltk/updates-dev/milestone/6.4m1
16:31:48 [2024-05-01T20:31:48.337Z] Adding child meta-data repository https://download.eclipse.org/rt/rap/tools/3.29/M2-20240430-1618
16:31:48 [2024-05-01T20:31:48.337Z] Adding child meta-data repository https://download.eclipse.org/mpc/drops/1.10.3/v20240228-1000
16:31:48 [2024-05-01T20:31:48.337Z] Adding child meta-data repository https://download.eclipse.org/modeling/emf/cdo/drops/S20240410-1137
16:31:48 [2024-05-01T20:31:48.337Z] Adding child meta-data repository https://download.eclipse.org/oomph/drops/milestone/S20240501-090814-1.33.0-M2
16:31:48 [2024-05-01T20:31:48.337Z] Adding child meta-data repository https://download.eclipse.org/mat/2023-12/RC1/update-site
16:31:48 [2024-05-01T20:31:48.337Z] Adding child meta-data repository https://download.eclipse.org/modeling/mdt/uml2/updates/5.5
16:31:48 [2024-05-01T20:31:48.337Z] Adding child meta-data repository https://download.eclipse.org/modeling/mdt/ocl/builds/release/6.20.0
16:31:48 [2024-05-01T20:31:48.337Z] Adding child meta-data repository https://download.eclipse.org/acceleo/updates/releases/3.7/R202402190857
16:31:48 [2024-05-01T20:31:48.337Z] Adding child meta-data repository https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202403010913
16:31:48 [2024-05-01T20:31:48.337Z] Adding child meta-data repository https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334
16:31:48 [2024-05-01T20:31:48.337Z] Adding child meta-data repository https://download.eclipse.org/modeling/emf/validation/updates/releases/R202305230712
16:31:48 [2024-05-01T20:31:48.337Z] Adding child meta-data repository https://download.eclipse.org/modeling/emf/transaction/updates/releases/R202208110935
16:31:48 [2024-05-01T20:31:48.337Z] Adding child meta-data repository https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/2.35.0.M1
16:31:48 [2024-05-01T20:31:48.337Z] Adding child meta-data repository https://download.eclipse.org/tools/pdt/updates/8.2rc2
16:31:48 [2024-05-01T20:31:48.337Z] Adding child meta-data repository https://download.eclipse.org/tools/ptp/builds/9.4/2021-09
16:31:48 [2024-05-01T20:31:48.337Z] Adding child meta-data repository https://download.eclipse.org/modeling/emft/eef/updates/releases/2.1/R202210191223
16:31:48 [2024-05-01T20:31:48.337Z] Adding child meta-data repository https://download.eclipse.org/linuxtools/update-2024-06-m2
16:31:48 [2024-05-01T20:31:48.337Z] Adding child meta-data repository https://download.eclipse.org/linuxtools/update-2024-06-docker-m2
16:31:48 [2024-05-01T20:31:48.337Z] Adding child meta-data repository https://download.eclipse.org/egit/updates-6.9
16:31:48 [2024-05-01T20:31:48.337Z] Adding child meta-data repository https://download.eclipse.org/graphiti/updates/release/0.19.2
16:31:48 [2024-05-01T20:31:48.337Z] Adding child meta-data repository https://download.eclipse.org/technology/m2e/snapshots/2.6.1-M1
16:31:48 [2024-05-01T20:31:48.337Z] Adding child meta-data repository https://download.eclipse.org/technology/m2e/m2e-wtp/releases/1.6.1
16:31:48 [2024-05-01T20:31:48.337Z] Adding child meta-data repository https://download.eclipse.org/scout/releases/13.0/33
16:31:48 [2024-05-01T20:31:48.337Z] Adding child meta-data repository https://download.eclipse.org/windowbuilder/updates/milestone/S202405011502
16:31:48 [2024-05-01T20:31:48.337Z] Adding child meta-data repository https://download.eclipse.org/technology/swtbot/releases/4.1.0
16:31:48 [2024-05-01T20:31:48.337Z] Adding child meta-data repository https://download.eclipse.org/tools/tcf/releases/1.7/1.7.0
16:31:48 [2024-05-01T20:31:48.337Z] Adding child meta-data repository https://download.eclipse.org/sirius/updates/releases/7.4.0/2023-03
16:31:48 [2024-05-01T20:31:48.337Z] Adding child meta-data repository https://download.eclipse.org/mmt/qvtd/builds/release/0.31.0
16:31:48 [2024-05-01T20:31:48.337Z] Adding child meta-data repository https://download.eclipse.org/tracecompass/2024-06/milestones/m2
16:31:48 [2024-05-01T20:31:48.337Z] Adding child meta-data repository https://download.eclipse.org/buildship/updates/e427/releases/3.x/3.1.9.v20240115-1636
16:31:48 [2024-05-01T20:31:48.337Z] Adding child meta-data repository https://download.eclipse.org/emf-parsley/milestones/1.17/1.17.0.v20240410-0711
16:31:48 [2024-05-01T20:31:48.337Z] Adding child meta-data repository https://download.eclipse.org/viatra/updates/release/2.8.1
16:31:48 [2024-05-01T20:31:48.337Z] Adding child meta-data repository https://download.eclipse.org/eclemma/milestones/3.1.9-m1
16:31:48 [2024-05-01T20:31:48.337Z] Adding child meta-data repository https://download.eclipse.org/lsp4j/updates/releases/0.22.0
16:31:48 [2024-05-01T20:31:48.337Z] Adding child meta-data repository https://download.eclipse.org/lsp4e/releases/0.25.0
16:31:48 [2024-05-01T20:31:48.338Z] Adding child meta-data repository https://download.eclipse.org/usssdk/drops/release/1.2.2
16:31:48 [2024-05-01T20:31:48.338Z] Adding child meta-data repository https://download.eclipse.org/collections/11.1.0/repository
16:31:48 [2024-05-01T20:31:48.338Z] Adding child meta-data repository https://download.eclipse.org/tm4e/releases/0.10.3
16:31:48 [2024-05-01T20:31:48.338Z] Adding child meta-data repository https://download.eclipse.org/wildwebdeveloper/releases/1.3.3
16:31:48 [2024-05-01T20:31:48.338Z] Adding child meta-data repository https://download.eclipse.org/passage/updates/milestone/3.0.0-M2/ldc
16:31:48 [2024-05-01T20:31:48.338Z] Adding child meta-data repository https://download.eclipse.org/modeling/mdt/modisco/builds/release/1.5.4
16:31:48 [2024-05-01T20:31:48.338Z] Done. Took 0 seconds
16:31:48 [2024-05-01T20:31:48.338Z] Starting generation of verification feature for validationSet: main
16:31:48 [2024-05-01T20:31:48.338Z] Done. Took 0 seconds
16:31:48 [2024-05-01T20:31:48.338Z] Starting planner verification for validationSet: main
16:31:48 [2024-05-01T20:31:48.338Z] Verifying config linux,gtk,x86_64...
16:31:48 [2024-05-01T20:31:48.338Z] Verifying config linux,gtk,aarch64...
16:31:48 [2024-05-01T20:31:48.338Z] Verifying config linux,gtk,ppc64le...
16:31:48 [2024-05-01T20:31:48.338Z] Verifying config macosx,cocoa,x86_64...
16:31:48 [2024-05-01T20:31:48.338Z] Verifying config macosx,cocoa,aarch64...
16:31:48 [2024-05-01T20:31:48.338Z] Verifying config win32,win32,x86_64...
16:34:10 [2024-05-01T20:34:10.580Z] Verified config linux,gtk,x86_64...
16:34:10 [2024-05-01T20:34:10.580Z] Verified config linux,gtk,aarch64...
16:34:10 [2024-05-01T20:34:10.580Z] Verified config linux,gtk,ppc64le...
16:34:10 [2024-05-01T20:34:10.580Z] Verified config macosx,cocoa,x86_64...
16:34:10 [2024-05-01T20:34:10.580Z] Verified config macosx,cocoa,aarch64...
16:34:10 [2024-05-01T20:34:10.580Z] Verified config win32,win32,x86_64...
16:34:10 [2024-05-01T20:34:10.580Z] Verification successful
16:34:10 [2024-05-01T20:34:10.580Z] Done. Took 2 minutes 16 seconds
16:34:10 [2024-05-01T20:34:10.580Z] Starting generation of composite repository
16:34:10 [2024-05-01T20:34:10.580Z] Adding child meta-data repository https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202404020819
16:34:10 [2024-05-01T20:34:10.580Z] Adding child meta-data repository https://download.eclipse.org/rt/rap/3.29/M2-20240430-1618
16:34:10 [2024-05-01T20:34:10.580Z] Done. Took 0 seconds
16:34:10 [2024-05-01T20:34:10.580Z] Starting generation of verification feature for validationSet: runtime
16:34:10 [2024-05-01T20:34:10.580Z] Done. Took 0 seconds
16:34:10 [2024-05-01T20:34:10.580Z] Starting planner verification for validationSet: runtime
16:34:10 [2024-05-01T20:34:10.580Z] Verifying config linux,gtk,x86_64...
16:34:10 [2024-05-01T20:34:10.580Z] Verifying config linux,gtk,aarch64...
16:34:10 [2024-05-01T20:34:10.580Z] Verifying config linux,gtk,ppc64le...
16:34:10 [2024-05-01T20:34:10.580Z] Verifying config macosx,cocoa,x86_64...
16:34:10 [2024-05-01T20:34:10.580Z] Verifying config macosx,cocoa,aarch64...
16:34:10 [2024-05-01T20:34:10.580Z] Verifying config win32,win32,x86_64...
16:34:10 [2024-05-01T20:34:10.580Z] Verified config linux,gtk,x86_64...
16:34:10 [2024-05-01T20:34:10.580Z] Verified config linux,gtk,aarch64...
16:34:10 [2024-05-01T20:34:10.580Z] Verified config linux,gtk,ppc64le...
16:34:10 [2024-05-01T20:34:10.580Z] Verified config macosx,cocoa,x86_64...
16:34:10 [2024-05-01T20:34:10.580Z] Verified config macosx,cocoa,aarch64...
16:34:10 [2024-05-01T20:34:10.580Z] Verified config win32,win32,x86_64...
16:34:10 [2024-05-01T20:34:10.580Z] Verification successful
16:34:10 [2024-05-01T20:34:10.580Z] Done. Took 1 second
16:34:10 [2024-05-01T20:34:10.580Z] [INFO] ------------------------------------------------------------------------
16:34:10 [2024-05-01T20:34:10.580Z] [INFO] BUILD SUCCESS
16:34:10 [2024-05-01T20:34:10.580Z] [INFO] ------------------------------------------------------------------------
16:34:10 [2024-05-01T20:34:10.580Z] [INFO] Total time:  03:17 min
16:34:10 [2024-05-01T20:34:10.580Z] [INFO] Finished at: 2024-05-01T20:34:03Z
16:34:10 [2024-05-01T20:34:10.580Z] [INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy to staging)
Stage "Deploy to staging" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Start repository analysis)
Stage "Start repository analysis" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

Finished: SUCCESS