Started by upstream project "YPBuilds/Y-build-4.27" build number 48 originally caused by: Started by user Frederic Gurr Started by upstream project "YPBuilds/Y-build-4.27" build number 47 originally caused by: Started by user Manoj N Palat Running as Frederic Gurr Agent centos-8-kpnj5 is provisioned from template centos-8 --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "dcdbc7ed8a3e8b49b8443ee4b54d9618b35139e6" jenkins/label: "centos-latest_centos-8" name: "centos-8-kpnj5" namespace: "releng" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.releng.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "centos-8-kpnj5" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "centos-8-kpnj5" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.releng.svc.cluster.local/releng/" image: "docker.io/eclipsecbi/jiro-agent-centos-8:remoting-3107.v665000b_51092" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/settings-deploy-ossrh-releng.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-deploy-ossrh-releng.xml" - 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-deploy-ossrh-pde.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-deploy-ossrh-pde.xml" - 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/.m2/settings-deploy-ossrh-jdt.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-deploy-ossrh-jdt.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-releng" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Building remotely on centos-8-kpnj5 (centos-8 centos-latest) in workspace /home/jenkins/agent/workspace/SWT-Increment_if_needed [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-FwWZPUMRWK8K/agent.45 SSH_AGENT_PID=47 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/SWT-Increment_if_needed@tmp/private_key_9899502933054784673.key (/home/jenkins/agent/workspace/SWT-Increment_if_needed@tmp/private_key_9899502933054784673.key) [ssh-agent] Using credentials eclipse-releng-bot (GitHub bot (SSH)) [GitCheckoutListener] SCM 'hudson.scm.NullSCM' is not of type GitSCM Run condition [And] enabling prebuild for step [Execute shell] Run condition [And] enabling prebuild for step [Trigger/call builds on other projects] Run condition [And] enabling prebuild for step [Execute shell] Run condition [File exists] enabling prebuild for step [Execute shell] Unpacking https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.12-bin.zip to /home/jenkins/agent/tools/hudson.tasks.Ant_AntInstallation/apache-ant-latest on centos-8-kpnj5 [SWT-Increment_if_needed] $ /bin/sh -xe /tmp/jenkins9760254959739800379.sh + java -version openjdk version "11.0.2" 2019-01-15 OpenJDK Runtime Environment 18.9 (build 11.0.2+9) OpenJDK 64-Bit Server VM 18.9 (build 11.0.2+9, mixed mode) + git clone -b master git@github.com:eclipse-platform/eclipse.platform.swt.git Cloning into 'eclipse.platform.swt'... + git clone -b master git@github.com:eclipse-platform/eclipse.platform.swt.binaries.git Cloning into 'eclipse.platform.swt.binaries'... + git config --global user.email eclipse-releng-bot@eclipse.org + git config --global user.name 'Eclipse Releng Bot' [SWT-Increment_if_needed] $ /bin/sh -xe /tmp/jenkins11138829473514526485.sh + pushd /home/jenkins/agent/workspace/SWT-Increment_if_needed/eclipse.platform.swt ~/agent/workspace/SWT-Increment_if_needed/eclipse.platform.swt ~/agent/workspace/SWT-Increment_if_needed + git checkout master Already on 'master' Your branch is up to date with 'origin/master'. + git status On branch master Your branch is up to date with 'origin/master'. nothing to commit, working tree clean + git log -n 2 commit 6912a16abe78c905180908ea4d59218f6519c272 Author: Eclipse Releng Bot Date: Thu Apr 13 06:43:48 2023 +0000 v4960r3 commit 1935816e764bdfbb5020ab394202eed797a357b3 Author: Andrey Loskutov Date: Wed Apr 12 15:47:52 2023 +0200 Switch SWT to Java 17 runtime Note: there are still build files requiring Java 11 for execution (Jenkinsfile and buildSWT.xml). See https://github.com/eclipse-platform/eclipse.platform.swt/issues/626 Fixes https://github.com/eclipse-platform/eclipse.platform.swt/issues/625 + popd ~/agent/workspace/SWT-Increment_if_needed + pushd /home/jenkins/agent/workspace/SWT-Increment_if_needed/eclipse.platform.swt.binaries ~/agent/workspace/SWT-Increment_if_needed/eclipse.platform.swt.binaries ~/agent/workspace/SWT-Increment_if_needed + git checkout master Already on 'master' Your branch is up to date with 'origin/master'. + git status On branch master Your branch is up to date with 'origin/master'. nothing to commit, working tree clean + git log -n 2 commit 6a7002141a30ebfde5f9e05ea4efce9c9c569c64 Author: Hannes Wellmann Date: Thu Apr 13 23:51:02 2023 +0200 Switch tycho-compiler-plugin 'release' parameter to Java-17 commit 3ee5567303fbb1d92463c30370b1bc3d4f5db286 Author: Andrey Loskutov Date: Thu Apr 13 09:01:34 2023 +0200 Switch SWT to Java 17 runtime Note: there are still build files requiring Java 11 for execution (Jenkinsfile and buildSWT.xml). See https://github.com/eclipse-platform/eclipse.platform.swt/issues/626 Fixes https://github.com/eclipse-platform/eclipse.platform.swt/issues/625 + popd ~/agent/workspace/SWT-Increment_if_needed [SWT-Increment_if_needed] $ /bin/sh -xe /tmp/jenkins13211689168230122571.sh + ant -f /home/jenkins/agent/workspace/SWT-Increment_if_needed/eclipse.platform.swt/bundles/org.eclipse.swt/buildSWT.xml check_compilation Buildfile: /home/jenkins/agent/workspace/SWT-Increment_if_needed/eclipse.platform.swt/bundles/org.eclipse.swt/buildSWT.xml check_source_sha1_file: check_source_changed: check_compilation: check_compilation_all_platforms: [mkdir] Created dir: /home/jenkins/agent/workspace/SWT-Increment_if_needed/tmp build_classes: [echo] Building .classpath_cocoa [xslt] Processing /home/jenkins/agent/workspace/SWT-Increment_if_needed/eclipse.platform.swt/bundles/org.eclipse.swt/.classpath_cocoa to /home/jenkins/agent/workspace/SWT-Increment_if_needed/tmp/check.compile.master/copy.xml [xslt] Loading stylesheet /home/jenkins/agent/workspace/SWT-Increment_if_needed/eclipse.platform.swt/bundles/org.eclipse.swt/tasks/classpath.xls copy_files: [copy] Copying 598 files to /home/jenkins/agent/workspace/SWT-Increment_if_needed/tmp/check.compile.master/build [javac] Compiling 598 source files [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. build_classes: [echo] Building .classpath_gtk [delete] Deleting: /home/jenkins/agent/workspace/SWT-Increment_if_needed/tmp/check.compile.master/copy.xml [delete] Deleting directory /home/jenkins/agent/workspace/SWT-Increment_if_needed/tmp/check.compile.master/build [xslt] Processing /home/jenkins/agent/workspace/SWT-Increment_if_needed/eclipse.platform.swt/bundles/org.eclipse.swt/.classpath_gtk to /home/jenkins/agent/workspace/SWT-Increment_if_needed/tmp/check.compile.master/copy.xml [xslt] Loading stylesheet /home/jenkins/agent/workspace/SWT-Increment_if_needed/eclipse.platform.swt/bundles/org.eclipse.swt/tasks/classpath.xls copy_files: [copy] Copying 452 files to /home/jenkins/agent/workspace/SWT-Increment_if_needed/tmp/check.compile.master/build [javac] Compiling 452 source files [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. build_classes: [echo] Building .classpath_win32 [delete] Deleting: /home/jenkins/agent/workspace/SWT-Increment_if_needed/tmp/check.compile.master/copy.xml [delete] Deleting directory /home/jenkins/agent/workspace/SWT-Increment_if_needed/tmp/check.compile.master/build [xslt] Processing /home/jenkins/agent/workspace/SWT-Increment_if_needed/eclipse.platform.swt/bundles/org.eclipse.swt/.classpath_win32 to /home/jenkins/agent/workspace/SWT-Increment_if_needed/tmp/check.compile.master/copy.xml [xslt] Loading stylesheet /home/jenkins/agent/workspace/SWT-Increment_if_needed/eclipse.platform.swt/bundles/org.eclipse.swt/tasks/classpath.xls copy_files: [copy] Copying 620 files to /home/jenkins/agent/workspace/SWT-Increment_if_needed/tmp/check.compile.master/build [javac] Compiling 620 source files [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. check_preprocessing: [echo] update_sha1_file: [propertyfile] Creating new property file: /home/jenkins/agent/workspace/SWT-Increment_if_needed/tmp/build.sha1 [delete] Deleting directory /home/jenkins/agent/workspace/SWT-Increment_if_needed/tmp/check.compile.master BUILD SUCCESSFUL Total time: 19 seconds [SWT-Increment_if_needed] $ /bin/sh -xe /tmp/jenkins13115872487638069524.sh + ant -f /home/jenkins/agent/workspace/SWT-Increment_if_needed/eclipse.platform.swt/bundles/org.eclipse.swt/buildSWT.xml new_build_with_create_file Buildfile: /home/jenkins/agent/workspace/SWT-Increment_if_needed/eclipse.platform.swt/bundles/org.eclipse.swt/buildSWT.xml get_tag: [script] Warning: Nashorn engine is planned to be removed from a future JDK release [echo] Current tag=v4960r3q. check_build_changed: [echo] Has build changes: true checked against v4960r3q check_natives_changed: [echo] Natives changed: ${natives_changed} since v4960r3q new_build_with_create_file: get_version: [script] Warning: Nashorn engine is planned to be removed from a future JDK release [echo] Version=4960r3; New=4960r4; New comma_ver=4,960,4,0 increment_version: get_version: [script] Warning: Nashorn engine is planned to be removed from a future JDK release [echo] Version=4960r3; New=4960r4; New comma_ver=4,960,4,0 commit_sources: create_file_if_property_exists: [echo] "Creating file ../../../tmp/build_changed.txt" create_file_if_property_exists: BUILD SUCCESSFUL Total time: 1 second [SWT-Increment_if_needed] $ /bin/bash -x /tmp/jenkins11060367674113728996.sh + [[ false == \t\r\u\e ]] + [[ false == \t\r\u\e ]] + '[' -f /home/jenkins/agent/workspace/SWT-Increment_if_needed/tmp/build_changed.txt ']' + BUILD_CHANGED=true [File exists] check if file exists [tmp/build_changed.txt] [File exists] check if file exists [tmp/natives_changed.txt] Run condition [And] preventing perform for step [Execute shell] [File exists] check if file exists [tmp/build_changed.txt] [File exists] check if file exists [tmp/natives_changed.txt] Run condition [And] preventing perform for step [Trigger/call builds on other projects] [File exists] check if file exists [tmp/build_changed.txt] [File exists] check if file exists [tmp/natives_changed.txt] Run condition [And] preventing perform for step [Execute shell] [File exists] check if file exists [tmp/build_changed.txt] Run condition [File exists] enabling perform for step [Execute shell] [SWT-Increment_if_needed] $ /bin/sh -xe /tmp/jenkins14316750401450342965.sh + git config --global user.email eclipse-releng-bot@eclipse.org + git config --global user.name 'Eclipse Releng Bot' + ant -f /home/jenkins/agent/workspace/SWT-Increment_if_needed/eclipse.platform.swt/bundles/org.eclipse.swt/buildInternal.xml write_qualifier -Dlib.dir=/home/jenkins/agent/workspace/SWT-Increment_if_needed -Dbuild_changed=true Buildfile: /home/jenkins/agent/workspace/SWT-Increment_if_needed/eclipse.platform.swt/bundles/org.eclipse.swt/buildInternal.xml get_tag: [script] Warning: Nashorn engine is planned to be removed from a future JDK release [echo] Current tag=v4960r3q. check_build_changed: generate_qualifier: [echo] 20230419-1008 write_qualifier: BUILD SUCCESSFUL Total time: 1 second + ant -f /home/jenkins/agent/workspace/SWT-Increment_if_needed/eclipse.platform.swt/bundles/org.eclipse.swt/buildSWT.xml commit_poms_and_binaries Buildfile: /home/jenkins/agent/workspace/SWT-Increment_if_needed/eclipse.platform.swt/bundles/org.eclipse.swt/buildSWT.xml commit_poms_and_binaries: commit_poms: get_version: [script] Warning: Nashorn engine is planned to be removed from a future JDK release [echo] Version=4960r3; New=4960r4; New comma_ver=4,960,4,0 commit_binaries: [echo] swt_version is 4960r3 [echo] Files to remove is [echo] Files to add is bundles/org.eclipse.swt.cocoa.macosx.aarch64/libswt-awt-cocoa-4960r3.jnilib;bundles/org.eclipse.swt.cocoa.macosx.aarch64/libswt-cocoa-4960r3.jnilib;bundles/org.eclipse.swt.cocoa.macosx.aarch64/libswt-pi-cocoa-4960r3.jnilib;bundles/org.eclipse.swt.cocoa.macosx.x86_64/build.sha1;bundles/org.eclipse.swt.cocoa.macosx.x86_64/libswt-awt-cocoa-4960r3.jnilib;bundles/org.eclipse.swt.cocoa.macosx.x86_64/libswt-cocoa-4960r3.jnilib;bundles/org.eclipse.swt.cocoa.macosx.x86_64/libswt-pi-cocoa-4960r3.jnilib;bundles/org.eclipse.swt.gtk.linux.aarch64/libswt-atk-gtk-4960r3.so;bundles/org.eclipse.swt.gtk.linux.aarch64/libswt-awt-gtk-4960r3.so;bundles/org.eclipse.swt.gtk.linux.aarch64/libswt-cairo-gtk-4960r3.so;bundles/org.eclipse.swt.gtk.linux.aarch64/libswt-glx-gtk-4960r3.so;bundles/org.eclipse.swt.gtk.linux.aarch64/libswt-gtk-4960r3.so;bundles/org.eclipse.swt.gtk.linux.aarch64/libswt-pi3-gtk-4960r3.so;bundles/org.eclipse.swt.gtk.linux.aarch64/libswt-webkit-gtk-4960r3.so;bundles/org.eclipse.swt.gtk.linux.ppc64le/build.sha1;bundles/org.eclipse.swt.gtk.linux.ppc64le/libswt-atk-gtk-4960r3.so;bundles/org.eclipse.swt.gtk.linux.ppc64le/libswt-awt-gtk-4960r3.so;bundles/org.eclipse.swt.gtk.linux.ppc64le/libswt-cairo-gtk-4960r3.so;bundles/org.eclipse.swt.gtk.linux.ppc64le/libswt-glx-gtk-4960r3.so;bundles/org.eclipse.swt.gtk.linux.ppc64le/libswt-gtk-4960r3.so;bundles/org.eclipse.swt.gtk.linux.ppc64le/libswt-pi3-gtk-4960r3.so;bundles/org.eclipse.swt.gtk.linux.ppc64le/libswt-webkit-gtk-4960r3.so;bundles/org.eclipse.swt.gtk.linux.x86_64/build.sha1;bundles/org.eclipse.swt.gtk.linux.x86_64/libswt-atk-gtk-4960r3.so;bundles/org.eclipse.swt.gtk.linux.x86_64/libswt-awt-gtk-4960r3.so;bundles/org.eclipse.swt.gtk.linux.x86_64/libswt-cairo-gtk-4960r3.so;bundles/org.eclipse.swt.gtk.linux.x86_64/libswt-glx-gtk-4960r3.so;bundles/org.eclipse.swt.gtk.linux.x86_64/libswt-gtk-4960r3.so;bundles/org.eclipse.swt.gtk.linux.x86_64/libswt-pi3-gtk-4960r3.so;bundles/org.eclipse.swt.gtk.linux.x86_64/libswt-webkit-gtk-4960r3.so;bundles/org.eclipse.swt.win32.win32.x86_64/build.sha1;bundles/org.eclipse.swt.win32.win32.x86_64/swt-awt-win32-4960r3.dll;bundles/org.eclipse.swt.win32.win32.x86_64/swt-gdip-win32-4960r3.dll;bundles/org.eclipse.swt.win32.win32.x86_64/swt-wgl-win32-4960r3.dll;bundles/org.eclipse.swt.win32.win32.x86_64/swt-win32-4960r3.dll [script] Warning: Nashorn engine is planned to be removed from a future JDK release [echo] Removing files git_rm: [echo] Adding files git_commit: git_commit_src: [exec] On branch master [exec] Your branch is up to date with 'origin/master'. [exec] [exec] Changes to be committed: [exec] (use "git restore --staged ..." to unstage) [exec] modified: bundles/org.eclipse.swt/pom.xml [exec] [exec] [master 14c4be27ec] v4960r3 [exec] 1 file changed, 1 insertion(+), 1 deletion(-) git_commit_bin: [exec] On branch master [exec] Your branch is up to date with 'origin/master'. [exec] [exec] Changes to be committed: [exec] (use "git restore --staged ..." to unstage) [exec] modified: bundles/binaries-parent/pom.xml [exec] [exec] [master 177d5b956] v4960r3 [exec] 1 file changed, 1 insertion(+), 1 deletion(-) BUILD SUCCESSFUL Total time: 1 second + ant -f /home/jenkins/agent/workspace/SWT-Increment_if_needed/eclipse.platform.swt/bundles/org.eclipse.swt/buildSWT.xml tag_projects Buildfile: /home/jenkins/agent/workspace/SWT-Increment_if_needed/eclipse.platform.swt/bundles/org.eclipse.swt/buildSWT.xml get_version: [script] Warning: Nashorn engine is planned to be removed from a future JDK release [echo] Version=4960r3; New=4960r4; New comma_ver=4,960,4,0 get_new_tag: [script] Warning: Nashorn engine is planned to be removed from a future JDK release [echo] New tag=4960r3r. tag_projects: get_version: check_fragment_libraries: [echo] Checking ${fragment} [echo] Matched files org.eclipse.swt.cocoa.macosx.aarch64/libswt-awt-cocoa-4960r3.jnilib;org.eclipse.swt.cocoa.macosx.aarch64/libswt-cocoa-4960r3.jnilib;org.eclipse.swt.cocoa.macosx.aarch64/libswt-pi-cocoa-4960r3.jnilib;org.eclipse.swt.cocoa.macosx.x86_64/libswt-awt-cocoa-4960r3.jnilib;org.eclipse.swt.cocoa.macosx.x86_64/libswt-cocoa-4960r3.jnilib;org.eclipse.swt.cocoa.macosx.x86_64/libswt-pi-cocoa-4960r3.jnilib;org.eclipse.swt.gtk.linux.aarch64/libswt-atk-gtk-4960r3.so;org.eclipse.swt.gtk.linux.aarch64/libswt-awt-gtk-4960r3.so;org.eclipse.swt.gtk.linux.aarch64/libswt-cairo-gtk-4960r3.so;org.eclipse.swt.gtk.linux.aarch64/libswt-glx-gtk-4960r3.so;org.eclipse.swt.gtk.linux.aarch64/libswt-gtk-4960r3.so;org.eclipse.swt.gtk.linux.aarch64/libswt-pi3-gtk-4960r3.so;org.eclipse.swt.gtk.linux.aarch64/libswt-webkit-gtk-4960r3.so;org.eclipse.swt.gtk.linux.ppc64le/libswt-atk-gtk-4960r3.so;org.eclipse.swt.gtk.linux.ppc64le/libswt-awt-gtk-4960r3.so;org.eclipse.swt.gtk.linux.ppc64le/libswt-cairo-gtk-4960r3.so;org.eclipse.swt.gtk.linux.ppc64le/libswt-glx-gtk-4960r3.so;org.eclipse.swt.gtk.linux.ppc64le/libswt-gtk-4960r3.so;org.eclipse.swt.gtk.linux.ppc64le/libswt-pi3-gtk-4960r3.so;org.eclipse.swt.gtk.linux.ppc64le/libswt-webkit-gtk-4960r3.so;org.eclipse.swt.gtk.linux.x86_64/libswt-atk-gtk-4960r3.so;org.eclipse.swt.gtk.linux.x86_64/libswt-awt-gtk-4960r3.so;org.eclipse.swt.gtk.linux.x86_64/libswt-cairo-gtk-4960r3.so;org.eclipse.swt.gtk.linux.x86_64/libswt-glx-gtk-4960r3.so;org.eclipse.swt.gtk.linux.x86_64/libswt-gtk-4960r3.so;org.eclipse.swt.gtk.linux.x86_64/libswt-pi3-gtk-4960r3.so;org.eclipse.swt.gtk.linux.x86_64/libswt-webkit-gtk-4960r3.so;org.eclipse.swt.win32.win32.x86_64/swt-awt-win32-4960r3.dll;org.eclipse.swt.win32.win32.x86_64/swt-gdip-win32-4960r3.dll;org.eclipse.swt.win32.win32.x86_64/swt-wgl-win32-4960r3.dll;org.eclipse.swt.win32.win32.x86_64/swt-win32-4960r3.dll [echo] Found 31 libraries with version 4960r3 and 0 libraries with old versions [echo] Success BUILD SUCCESSFUL Total time: 1 second + pushd /home/jenkins/agent/workspace/SWT-Increment_if_needed/eclipse.platform.swt ~/agent/workspace/SWT-Increment_if_needed/eclipse.platform.swt ~/agent/workspace/SWT-Increment_if_needed + git status On branch master Your branch is ahead of 'origin/master' by 1 commit. (use "git push" to publish your local commits) nothing to commit, working tree clean + git log -p -2 commit 14c4be27ecb56e77922559cd6d6a4d3a494e93b1 Author: Eclipse Releng Bot Date: Wed Apr 19 10:08:25 2023 +0000 v4960r3 diff --git a/bundles/org.eclipse.swt/pom.xml b/bundles/org.eclipse.swt/pom.xml index 23c76ceca0..12701f7dee 100644 --- a/bundles/org.eclipse.swt/pom.xml +++ b/bundles/org.eclipse.swt/pom.xml @@ -29,7 +29,7 @@ forceContextQualifier gets updated during build input process using ant script /bundles/org.eclipse.swt/buildInternal.xml --> - v20230413-0643 + v20230419-1008 Eclipse SWT Accessibility/cocoa,Eclipse SWT Accessibility/common,Eclipse SWT Accessibility/gtk,Eclipse SWT Accessibility/win32,Eclipse SWT AWT/cocoa,Eclipse SWT AWT/common,Eclipse SWT AWT/gtk,Eclipse SWT AWT/win32,Eclipse SWT Browser/cocoa,Eclipse SWT Browser/common,Eclipse SWT Browser/gtk,Eclipse SWT Browser/win32,Eclipse SWT Custom Widgets/common,Eclipse SWT Drag and Drop/cocoa,Eclipse SWT Drag and Drop/common,Eclipse SWT Drag and Drop/gtk,Eclipse SWT Drag and Drop/win32,Eclipse SWT OLE Win32/win32,Eclipse SWT OpenGL/cocoa,Eclipse SWT OpenGL/common,Eclipse SWT OpenGL/glx,Eclipse SWT OpenGL/gtk,Eclipse SWT OpenGL/win32,Eclipse SWT PI/cairo,Eclipse SWT PI/cocoa,Eclipse SWT PI/common,Eclipse SWT PI/gtk,Eclipse SWT PI/win32,Eclipse SWT Printing/cocoa,Eclipse SWT Printing/common,Eclipse SWT Printing/gtk,Eclipse SWT Printing/win32,Eclipse SWT Program/cocoa,Eclipse SWT Program/common,Eclipse SWT Program/gtk,Eclipse SWT Program/win32,Eclipse SWT WebKit/cocoa,Eclipse SWT WebKit/gtk,Eclipse SWT/cairo,Eclipse SWT/cocoa,Eclipse SWT/common,Eclipse SWT/emulated/bidi,Eclipse SWT/emulated/coolbar,Eclipse SWT/emulated/expand,Eclipse SWT/emulated/taskbar,Eclipse SWT/emulated/tooltip,Eclipse SWT/gtk,Eclipse SWT/win32 commit 6912a16abe78c905180908ea4d59218f6519c272 Author: Eclipse Releng Bot Date: Thu Apr 13 06:43:48 2023 +0000 v4960r3 diff --git a/bundles/org.eclipse.swt/pom.xml b/bundles/org.eclipse.swt/pom.xml index 74db28afef..23c76ceca0 100644 --- a/bundles/org.eclipse.swt/pom.xml +++ b/bundles/org.eclipse.swt/pom.xml @@ -29,7 +29,7 @@ forceContextQualifier gets updated during build input process using ant script /bundles/org.eclipse.swt/buildInternal.xml --> - v20230412-1802 + v20230413-0643 Eclipse SWT Accessibility/cocoa,Eclipse SWT Accessibility/common,Eclipse SWT Accessibility/gtk,Eclipse SWT Accessibility/win32,Eclipse SWT AWT/cocoa,Eclipse SWT AWT/common,Eclipse SWT AWT/gtk,Eclipse SWT AWT/win32,Eclipse SWT Browser/cocoa,Eclipse SWT Browser/common,Eclipse SWT Browser/gtk,Eclipse SWT Browser/win32,Eclipse SWT Custom Widgets/common,Eclipse SWT Drag and Drop/cocoa,Eclipse SWT Drag and Drop/common,Eclipse SWT Drag and Drop/gtk,Eclipse SWT Drag and Drop/win32,Eclipse SWT OLE Win32/win32,Eclipse SWT OpenGL/cocoa,Eclipse SWT OpenGL/common,Eclipse SWT OpenGL/glx,Eclipse SWT OpenGL/gtk,Eclipse SWT OpenGL/win32,Eclipse SWT PI/cairo,Eclipse SWT PI/cocoa,Eclipse SWT PI/common,Eclipse SWT PI/gtk,Eclipse SWT PI/win32,Eclipse SWT Printing/cocoa,Eclipse SWT Printing/common,Eclipse SWT Printing/gtk,Eclipse SWT Printing/win32,Eclipse SWT Program/cocoa,Eclipse SWT Program/common,Eclipse SWT Program/gtk,Eclipse SWT Program/win32,Eclipse SWT WebKit/cocoa,Eclipse SWT WebKit/gtk,Eclipse SWT/cairo,Eclipse SWT/cocoa,Eclipse SWT/common,Eclipse SWT/emulated/bidi,Eclipse SWT/emulated/coolbar,Eclipse SWT/emulated/expand,Eclipse SWT/emulated/taskbar,Eclipse SWT/emulated/tooltip,Eclipse SWT/gtk,Eclipse SWT/win32 + popd ~/agent/workspace/SWT-Increment_if_needed + pushd /home/jenkins/agent/workspace/SWT-Increment_if_needed/eclipse.platform.swt.binaries ~/agent/workspace/SWT-Increment_if_needed/eclipse.platform.swt.binaries ~/agent/workspace/SWT-Increment_if_needed + git status On branch master Your branch is ahead of 'origin/master' by 1 commit. (use "git push" to publish your local commits) nothing to commit, working tree clean + git log -p -1 commit 177d5b9560f7ddab033b164f2cf260b3c89f2283 Author: Eclipse Releng Bot Date: Wed Apr 19 10:08:25 2023 +0000 v4960r3 diff --git a/bundles/binaries-parent/pom.xml b/bundles/binaries-parent/pom.xml index 4d1c567aa..eb6d7c29b 100644 --- a/bundles/binaries-parent/pom.xml +++ b/bundles/binaries-parent/pom.xml @@ -28,7 +28,7 @@ forceContextQualifier gets updated during build input process using ant script /bundles/org.eclipse.swt/buildInternal.xml --> - v20230413-0643 + v20230419-1008 ${buildId} + popd ~/agent/workspace/SWT-Increment_if_needed + [[ false != \t\r\u\e ]] + ant -f /home/jenkins/agent/workspace/SWT-Increment_if_needed/eclipse.platform.swt/bundles/org.eclipse.swt/buildSWT.xml push_remote_from_workspace Buildfile: /home/jenkins/agent/workspace/SWT-Increment_if_needed/eclipse.platform.swt/bundles/org.eclipse.swt/buildSWT.xml BUILD FAILED Target "push_remote_from_workspace" does not exist in the project "swtbuild". Total time: 0 seconds Build step 'Conditional step (single)' marked build as failure $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 47 killed; [ssh-agent] Stopped. Archiving artifacts [File exists] check if file exists [tmp/build_changed.txt] [File exists] check if file exists [tmp/natives_changed.txt] Run condition [And] preventing perform for step [Builder to mark whether executed] [File exists] check if file exists [tmp/build_changed.txt] [File exists] check if file exists [tmp/natives_changed.txt] Run condition [And] preventing perform for step [Builder to mark whether executed] [File exists] check if file exists [tmp/build_changed.txt] [File exists] check if file exists [tmp/natives_changed.txt] Run condition [And] preventing perform for step [Builder to mark whether executed] [File exists] check if file exists [tmp/build_changed.txt] [File exists] check if file exists [tmp/natives_changed.txt] Run condition [And] preventing perform for step [Builder to mark whether executed] [File exists] check if file exists [tmp/build_changed.txt] [File exists] check if file exists [tmp/natives_changed.txt] Run condition [And] preventing perform for step [Builder to mark whether executed] Finished: FAILURE