Skip to content

Console Output

23:01:54 [2024-06-21T03:01:54.001Z] + printenv
23:01:54 [2024-06-21T03:01:54.001Z] ghprbPullId=7364
23:01:54 [2024-06-21T03:01:54.001Z] USERDOMAIN=WIN2019X64-OPEN
23:01:54 [2024-06-21T03:01:54.001Z] OS=Windows_NT
23:01:54 [2024-06-21T03:01:54.001Z] COMMONPROGRAMFILES=C:\Program Files\Common Files
23:01:54 [2024-06-21T03:01:54.001Z] ghprbPullTitle=Replace redundant shifts and rotations of const 0 with const 0
23:01:54 [2024-06-21T03:01:54.001Z] PROCESSOR_LEVEL=6
23:01:54 [2024-06-21T03:01:54.001Z] PSModulePath=%ProgramFiles%\WindowsPowerShell\Modules;C:\Windows\system32\WindowsPowerShell\v1.0\Modules
23:01:54 [2024-06-21T03:01:54.001Z] RUN_DISPLAY_URL=https://ci.eclipse.org/omr/job/PullRequest-win_x86-64/4025/display/redirect
23:01:54 [2024-06-21T03:01:54.001Z] GITLAB_OBJECT_KIND=none
23:01:54 [2024-06-21T03:01:54.001Z] JENKINS_URL=https://ci.eclipse.org/omr/
23:01:54 [2024-06-21T03:01:54.001Z] CommonProgramW6432=C:\Program Files\Common Files
23:01:54 [2024-06-21T03:01:54.001Z] EXECUTOR_NUMBER=0
23:01:54 [2024-06-21T03:01:54.001Z] SSH_CONNECTION=198.41.30.213 49334 10.240.64.5 22
23:01:54 [2024-06-21T03:01:54.001Z] CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files
23:01:54 [2024-06-21T03:01:54.001Z] _=/usr/bin/printenv
23:01:54 [2024-06-21T03:01:54.001Z] BUILD_ID=4025
23:01:54 [2024-06-21T03:01:54.001Z] ghprbActualCommit=bd8fbc949cac07addad3169e12bda80df0e40744
23:01:54 [2024-06-21T03:01:54.001Z] ghprbPullAuthorLogin=dylanjtuttle
23:01:54 [2024-06-21T03:01:54.001Z] PUBLIC=C:\Users\Public
23:01:54 [2024-06-21T03:01:54.001Z] OLDPWD=/home/omr
23:01:54 [2024-06-21T03:01:54.001Z] RUN_CHANGES_DISPLAY_URL=https://ci.eclipse.org/omr/job/PullRequest-win_x86-64/4025/display/redirect?page=changes
23:01:54 [2024-06-21T03:01:54.001Z] ghprbAuthorRepoGitUrl=https://github.com/dylanjtuttle/omr.git
23:01:54 [2024-06-21T03:01:54.001Z] ghprbPullLongDescription=Since applying a shift or rotation to 0 simply produces 0 again, the optimizer can replace any shift or rotation for which the first child is a const 0 with a const 0.\r\n\r\nIssue: [openj9 #19576](https://github.com/eclipse-openj9/openj9/issues/19576)
23:01:54 [2024-06-21T03:01:54.001Z] ghprbGhRepository=eclipse/omr
23:01:54 [2024-06-21T03:01:54.001Z] CUDA_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.0
23:01:54 [2024-06-21T03:01:54.001Z] JENKINS_NODE_COOKIE=c3c6180f-83f1-4440-962d-7683587b0cd6
23:01:54 [2024-06-21T03:01:54.001Z] USERNAME=omr
23:01:54 [2024-06-21T03:01:54.001Z] JAVA_HOME=C:\Program Files\Semeru\jdk-11.0.17.8-openj9
23:01:54 [2024-06-21T03:01:54.001Z] LOGONSERVER=\\WIN2019X64-OPEN
23:01:54 [2024-06-21T03:01:54.001Z] PROCESSOR_ARCHITECTURE=AMD64
23:01:54 [2024-06-21T03:01:54.001Z] JOB_BASE_NAME=PullRequest-win_x86-64
23:01:54 [2024-06-21T03:01:54.001Z] WORKSPACE_TMP=c:\omr\workspace\PullRequest-win_x86-64\Build@tmp
23:01:54 [2024-06-21T03:01:54.001Z] ghprbTriggerAuthorLogin=knn-k
23:01:54 [2024-06-21T03:01:54.001Z] LOCALAPPDATA=C:\Users\omr\AppData\Local
23:01:54 [2024-06-21T03:01:54.001Z] CI=true
23:01:54 [2024-06-21T03:01:54.001Z] HUDSON_COOKIE=287bb5a4-892d-42b8-a384-653095de56e0
23:01:54 [2024-06-21T03:01:54.001Z] COMPUTERNAME=WIN2019X64-OPEN
23:01:54 [2024-06-21T03:01:54.001Z] USER=omr
23:01:54 [2024-06-21T03:01:54.001Z] SYSTEMDRIVE=C:
23:01:54 [2024-06-21T03:01:54.001Z] USERPROFILE=C:\Users\omr
23:01:54 [2024-06-21T03:01:54.001Z] PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
23:01:54 [2024-06-21T03:01:54.001Z] SYSTEMROOT=C:\Windows
23:01:54 [2024-06-21T03:01:54.001Z] BUILD_NUMBER=4025
23:01:54 [2024-06-21T03:01:54.001Z] ghprbTargetBranch=master
23:01:54 [2024-06-21T03:01:54.001Z] PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 85 Stepping 6, GenuineIntel
23:01:54 [2024-06-21T03:01:54.001Z] WORKSPACE=c:\omr\workspace\PullRequest-win_x86-64/Build
23:01:54 [2024-06-21T03:01:54.001Z] ghprbPullDescription=GitHub pull request #7364 of commit bd8fbc949cac07addad3169e12bda80df0e40744, no merge conflicts.
23:01:54 [2024-06-21T03:01:54.001Z] PWD=/cygdrive/c/omr/workspace/PullRequest-win_x86-64/Build
23:01:54 [2024-06-21T03:01:54.001Z] HUDSON_URL=https://ci.eclipse.org/omr/
23:01:54 [2024-06-21T03:01:54.001Z] HOME=/home/omr
23:01:54 [2024-06-21T03:01:54.001Z] ghprbTriggerAuthor=KONNO Kazuhiro
23:01:54 [2024-06-21T03:01:54.001Z] NODE_NAME=win2019x64-openj9-2
23:01:54 [2024-06-21T03:01:54.001Z] HUDSON_SERVER_COOKIE=c3663d0c112c2ee2
23:01:54 [2024-06-21T03:01:54.001Z] SSH_CLIENT=198.41.30.213 49334 22
23:01:54 [2024-06-21T03:01:54.001Z] JENKINS_HOME=/var/jenkins
23:01:54 [2024-06-21T03:01:54.001Z] JOB_NAME=PullRequest-win_x86-64
23:01:54 [2024-06-21T03:01:54.001Z] RUN_TESTS_DISPLAY_URL=https://ci.eclipse.org/omr/job/PullRequest-win_x86-64/4025/display/redirect?page=tests
23:01:54 [2024-06-21T03:01:54.001Z] PROCESSOR_REVISION=5506
23:01:54 [2024-06-21T03:01:54.001Z] HUDSON_HOME=/var/jenkins
23:01:54 [2024-06-21T03:01:54.001Z] JOB_DISPLAY_URL=https://ci.eclipse.org/omr/job/PullRequest-win_x86-64/display/redirect
23:01:54 [2024-06-21T03:01:54.001Z] NUMBER_OF_PROCESSORS=4
23:01:54 [2024-06-21T03:01:54.001Z] ghprbCredentialsId=github-bot-token
23:01:54 [2024-06-21T03:01:54.001Z] ProgramW6432=C:\Program Files
23:01:54 [2024-06-21T03:01:54.001Z] RUN_ARTIFACTS_DISPLAY_URL=https://ci.eclipse.org/omr/job/PullRequest-win_x86-64/4025/display/redirect?page=artifacts
23:01:54 [2024-06-21T03:01:54.001Z] MAIL=/var/spool/mail//omr
23:01:54 [2024-06-21T03:01:54.001Z] COMSPEC=C:\Windows\system32\cmd.exe
23:01:54 [2024-06-21T03:01:54.001Z] APPDATA=C:\Users\omr\AppData\Roaming
23:01:54 [2024-06-21T03:01:54.001Z] BUILD_URL=https://ci.eclipse.org/omr/job/PullRequest-win_x86-64/4025/
23:01:54 [2024-06-21T03:01:54.001Z] ghprbPullLink=https://github.com/eclipse/omr/pull/7364
23:01:54 [2024-06-21T03:01:54.001Z] SHELL=/bin/bash
23:01:54 [2024-06-21T03:01:54.001Z] TERM=xterm-256color
23:01:54 [2024-06-21T03:01:54.001Z] STAGE_NAME=Queue
23:01:54 [2024-06-21T03:01:54.001Z] JOB_URL=https://ci.eclipse.org/omr/job/PullRequest-win_x86-64/
23:01:54 [2024-06-21T03:01:54.001Z] OPENJ9_JAVA_COMMAND_LINE="C:\Program Files\Semeru\jdk-11.0.17.8-openj9\bin\java.exe" -Xshareclasses:name=jenkins,nonfatal -Xmx1g -jar remoting.jar -workDir c:omr -jar-cache c:omr/remoting/jarCache
23:01:54 [2024-06-21T03:01:54.001Z] ghprbCommentBody=Jenkins build all\r\n\r\nThis is a PR in OMR.  You cannot run OpenJ9 sanity.functional tests here.
23:01:54 [2024-06-21T03:01:54.001Z] BUILD_DISPLAY_NAME=#4025
23:01:54 [2024-06-21T03:01:54.001Z] GTEST_FILTER=-*dump_test_create_dump_*:*NumaSetAffinity:*NumaSetAffinitySuspended:PortSysinfoTest.sysinfo_test_get_tmp3:ThreadExtendedTest.TestOtherThreadCputime
23:01:54 [2024-06-21T03:01:54.001Z] WINDIR=C:\Windows
23:01:54 [2024-06-21T03:01:54.001Z] ProgramData=C:\ProgramData
23:01:54 [2024-06-21T03:01:54.001Z] SHLVL=3
23:01:54 [2024-06-21T03:01:54.001Z] GIT_BRANCH=replaceRedundantIshl
23:01:54 [2024-06-21T03:01:54.001Z] PROGRAMFILES=C:\Program Files
23:01:54 [2024-06-21T03:01:54.001Z] BUILD_TAG=jenkins-PullRequest-win_x86-64-4025
23:01:54 [2024-06-21T03:01:54.001Z] ALLUSERSPROFILE=C:\ProgramData
23:01:54 [2024-06-21T03:01:54.001Z] DriverData=C:\Windows\System32\Drivers\DriverData
23:01:54 [2024-06-21T03:01:54.001Z] NODE_LABELS=win2019x64-openj9-2 x86 Windows compile:xwindows
23:01:54 [2024-06-21T03:01:54.001Z] LOGNAME=omr
23:01:54 [2024-06-21T03:01:54.001Z] ghprbSourceBranch=replaceRedundantIshl
23:01:54 [2024-06-21T03:01:54.001Z] ANT_HOME=C:\apache-ant-1.10.5
23:01:54 [2024-06-21T03:01:54.001Z] ProgramFiles(x86)=C:\Program Files (x86)
23:01:54 [2024-06-21T03:01:54.001Z] PATH=/cygdrive/c/CMake/bin/:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Community/MSBuild/15.0/Bin/:/cygdrive/c/Program Files (x86)/Windows Kits/10/bin/x86:/usr/bin:/usr/bin:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/Program Files/Pensando Systems/Pensando Driver Tools:/cygdrive/c/Program Files/Semeru/jdk-11.0.17.8-openj9/bin:/cygdrive/c/apache-ant-1.10.5/bin:/cygdrive/c/Strawberry/perl/bin:/cygdrive/c/Windows/System32/OpenSSH:/cygdrive/c/Program Files (x86)/IncrediBuild:/cygdrive/c/Python3/Scripts:/cygdrive/c/Python3:/cygdrive/c/Program Files/Microsoft SQL Server/110/Tools/Binn:/cygdrive/c/Windows/system32/config/systemprofile/AppData/Local/Microsoft/WindowsApps
23:01:54 [2024-06-21T03:01:54.001Z] ghprbPullAuthorLoginMention=@dylanjtuttle
23:01:54 [2024-06-21T03:01:54.001Z] sha1=origin/pr/7364/merge
23:01:54 [2024-06-21T03:01:54.001Z] HOMEDRIVE=C:
23:01:54 [2024-06-21T03:01:54.001Z] BUILDSPEC=win_x86-64
23:01:54 [2024-06-21T03:01:54.001Z] HOMEPATH=\cygwin64\home\omr
23:01:54 [2024-06-21T03:01:54.001Z] GTEST_COLOR=0
23:01:54 [2024-06-21T03:01:54.001Z] ghprbTriggerAuthorLoginMention=@knn-k
23:01:54 [2024-06-21T03:01:54.001Z] CUDA_PATH_V9_0=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.0
23:01:54 [2024-06-21T03:01:54.001Z] JENKINS_SERVER_COOKIE=durable-5314ad4ca396ac1e391b95c232882b5d95efd613d929d158c5828f3f9e884c2e
23:01:54 [2024-06-21T03:01:54.001Z] VS140COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools\
23:01:54 [2024-06-21T03:01:54.001Z] VS110COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\Tools\