Skip to content

Console Output

22:14:24 [2024-06-07T02:14:24.711Z] + printenv
22:14:24 [2024-06-07T02:14:24.711Z] JENKINS_HOME=/var/jenkins
22:14:24 [2024-06-07T02:14:24.711Z] ghprbTriggerAuthorEmail=
22:14:24 [2024-06-07T02:14:24.711Z] ghprbSourceBranch=system-arraycopy-perf-12-int-long
22:14:24 [2024-06-07T02:14:24.711Z] ghprbPullAuthorEmail=
22:14:24 [2024-06-07T02:14:24.711Z] CI=true
22:14:24 [2024-06-07T02:14:24.711Z] HOSTNAME=125b705df71b
22:14:24 [2024-06-07T02:14:24.711Z] RUN_CHANGES_DISPLAY_URL=https://ci.eclipse.org/omr/job/PullRequest-linux_x86-64/4036/display/redirect?page=changes
22:14:24 [2024-06-07T02:14:24.711Z] ghprbPullDescription=GitHub pull request #7362 of commit 2a2e13046b1a7c52179fd5f83380e633ccbec11f, no merge conflicts.
22:14:24 [2024-06-07T02:14:24.711Z] HUDSON_URL=https://ci.eclipse.org/omr/
22:14:24 [2024-06-07T02:14:24.711Z] ghprbActualCommit=2a2e13046b1a7c52179fd5f83380e633ccbec11f
22:14:24 [2024-06-07T02:14:24.711Z] NODE_LABELS=Linux compile:arm:cross ub20-x64-omr2 x86 UNB compile:aarch64:cross cgroup.v2 compile:xlinux
22:14:24 [2024-06-07T02:14:24.711Z] HOME=/
22:14:24 [2024-06-07T02:14:24.711Z] BUILD_URL=https://ci.eclipse.org/omr/job/PullRequest-linux_x86-64/4036/
22:14:24 [2024-06-07T02:14:24.711Z] ghprbTriggerAuthorLoginMention=@0xdaryl
22:14:24 [2024-06-07T02:14:24.711Z] BUILDSPEC=linux_x86-64
22:14:24 [2024-06-07T02:14:24.711Z] ghprbPullAuthorLoginMention=@a7ehuo
22:14:24 [2024-06-07T02:14:24.711Z] ghprbActualCommitAuthor=
22:14:24 [2024-06-07T02:14:24.711Z] JENKINS_SERVER_COOKIE=durable-e6e52fd0532e1a7a33d799dd1df5c89310c8995816760dc6ccfd69b24d3678c2
22:14:24 [2024-06-07T02:14:24.711Z] ghprbGhRepository=eclipse/omr
22:14:24 [2024-06-07T02:14:24.711Z] WORKSPACE=/home/jenkins/workspace/Build
22:14:24 [2024-06-07T02:14:24.711Z] ghprbPullLongDescription=(1)\r\nInline small array copy size without using `rep movs` for int array and long array\r\n  - If AVX-512 is supported and copy size <= 128 bytes, the inlined copy sequence is used.\r\n  - If AVX is supported, the threshold for inlined sequence is 64 bytes instead.\r\n  - The enhancement for 32 bit and 64 bit arrays will be reused in the downstream OpenJ9 project for reference arrays.\r\n\r\n(2)\r\nRefactor char array enhancement implementation to support both `rep movsw` and `rep movsd` if the copysize is greater than the supported enhancement threshold.\r\n\r\n(3)\r\nAdd the following options to disable the enhancement\r\n  - `disableArrayCopyIntArrayInlineSmallSizeWithoutREPMOVS`: disable the enhancement for int array\r\n\r\n  - `disableArrayCopyLongArrayInlineSmallSizeWithoutREPMOVS`: disable the enhancement for long array\r\n\r\n  - `disableArrayCopyReferenceArrayInlineSmallSizeWithoutREPMOVS`: disable the enhancement for reference array, which will be implemented in downstream project OpenJ9.
22:14:24 [2024-06-07T02:14:24.711Z] ghprbCredentialsId=github-bot-token
22:14:24 [2024-06-07T02:14:24.711Z] NODE_NAME=ub20-x64-omr2
22:14:24 [2024-06-07T02:14:24.711Z] RUN_ARTIFACTS_DISPLAY_URL=https://ci.eclipse.org/omr/job/PullRequest-linux_x86-64/4036/display/redirect?page=artifacts
22:14:24 [2024-06-07T02:14:24.711Z] GTEST_COLOR=0
22:14:24 [2024-06-07T02:14:24.711Z] EXECUTOR_NUMBER=0
22:14:24 [2024-06-07T02:14:24.711Z] STAGE_NAME=Queue
22:14:24 [2024-06-07T02:14:24.711Z] GIT_BRANCH=system-arraycopy-perf-12-int-long
22:14:24 [2024-06-07T02:14:24.711Z] ghprbTriggerAuthorLogin=0xdaryl
22:14:24 [2024-06-07T02:14:24.711Z] BUILD_DISPLAY_NAME=#4036
22:14:24 [2024-06-07T02:14:24.711Z] ghprbPullAuthorLogin=a7ehuo
22:14:24 [2024-06-07T02:14:24.711Z] RUN_TESTS_DISPLAY_URL=https://ci.eclipse.org/omr/job/PullRequest-linux_x86-64/4036/display/redirect?page=tests
22:14:24 [2024-06-07T02:14:24.712Z] ghprbTriggerAuthor=Daryl Maier
22:14:24 [2024-06-07T02:14:24.712Z] HUDSON_HOME=/var/jenkins
22:14:24 [2024-06-07T02:14:24.712Z] JOB_BASE_NAME=PullRequest-linux_x86-64
22:14:24 [2024-06-07T02:14:24.712Z] PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
22:14:24 [2024-06-07T02:14:24.712Z] sha1=origin/pr/7362/merge
22:14:24 [2024-06-07T02:14:24.712Z] BUILD_ID=4036
22:14:24 [2024-06-07T02:14:24.712Z] BUILD_TAG=jenkins-PullRequest-linux_x86-64-4036
22:14:24 [2024-06-07T02:14:24.712Z] ghprbCommentBody=Jenkins build xlinux,xmac,win,x32linux
22:14:24 [2024-06-07T02:14:24.712Z] JENKINS_URL=https://ci.eclipse.org/omr/
22:14:24 [2024-06-07T02:14:24.712Z] JOB_URL=https://ci.eclipse.org/omr/job/PullRequest-linux_x86-64/
22:14:24 [2024-06-07T02:14:24.712Z] ghprbPullTitle=x86-64: Inline small array copy size for int and long arrays
22:14:24 [2024-06-07T02:14:24.712Z] ghprbPullLink=https://github.com/eclipse/omr/pull/7362
22:14:24 [2024-06-07T02:14:24.712Z] BUILD_NUMBER=4036
22:14:24 [2024-06-07T02:14:24.712Z] JENKINS_NODE_COOKIE=af65081e-aa75-4ad1-8ccb-285d57cd0c22
22:14:24 [2024-06-07T02:14:24.712Z] ghprbActualCommitAuthorEmail=
22:14:24 [2024-06-07T02:14:24.712Z] ghprbAuthorRepoGitUrl=https://github.com/a7ehuo/omr.git
22:14:24 [2024-06-07T02:14:24.712Z] RUN_DISPLAY_URL=https://ci.eclipse.org/omr/job/PullRequest-linux_x86-64/4036/display/redirect
22:14:24 [2024-06-07T02:14:24.712Z] CXX=g++-7
22:14:24 [2024-06-07T02:14:24.712Z] HUDSON_SERVER_COOKIE=c3663d0c112c2ee2
22:14:24 [2024-06-07T02:14:24.712Z] JOB_DISPLAY_URL=https://ci.eclipse.org/omr/job/PullRequest-linux_x86-64/display/redirect
22:14:24 [2024-06-07T02:14:24.712Z] ghprbTargetBranch=master
22:14:24 [2024-06-07T02:14:24.712Z] CLASSPATH=
22:14:24 [2024-06-07T02:14:24.712Z] JOB_NAME=PullRequest-linux_x86-64
22:14:24 [2024-06-07T02:14:24.712Z] CUDA_HOME=/usr/local/cuda
22:14:24 [2024-06-07T02:14:24.712Z] PWD=/home/jenkins/workspace/Build
22:14:24 [2024-06-07T02:14:24.712Z] ghprbPullId=7362
22:14:24 [2024-06-07T02:14:24.712Z] WORKSPACE_TMP=/home/jenkins/workspace/Build@tmp
22:14:24 [2024-06-07T02:14:24.712Z] TZ=America/Toronto
22:14:24 [2024-06-07T02:14:24.712Z] CC=gcc-7
22:14:24 [2024-06-07T02:14:24.712Z] GITLAB_OBJECT_KIND=none
22:14:24 [2024-06-07T02:14:24.712Z] OMR_RUNNING_IN_DOCKER=1