Generic Cause Obtained buildenv/jenkins/omrbuild.groovy from git https://github.com/eclipse/omr.git [Pipeline] Start of Pipeline [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-01-19T02:19:17.199Z] Timeout set to expire in 8 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Queue) [Pipeline] echo [2024-01-19T02:19:17.557Z] custom option matcher: null [Pipeline] echo [2024-01-19T02:19:17.560Z] [compile:xlinux, cgroup.v1] [Pipeline] echo [2024-01-19T02:19:17.562Z] run in docker: true [Pipeline] node [2024-01-19T02:19:17.569Z] Running on ub20-x64-omr12 in /home/jenkins/workspace/Build-linux_x86 [Pipeline] { [Pipeline] echo [2024-01-19T02:19:17.585Z] customWorkspace: /home/jenkins/workspace/Build [Pipeline] ws [2024-01-19T02:19:17.592Z] Running in /home/jenkins/workspace/Build [Pipeline] { [Pipeline] stage [Pipeline] { (Docker Remove Containers) [Pipeline] echo [2024-01-19T02:19:17.606Z] Listing docker containers to attempt removal [Pipeline] sh [2024-01-19T02:19:20.447Z] + docker ps -a [2024-01-19T02:19:20.447Z] CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES [Pipeline] sh [2024-01-19T02:19:23.565Z] + docker ps -a --format {{.ID}} [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Get Sources) [Pipeline] retry [Pipeline] { [Pipeline] checkout [2024-01-19T02:19:24.748Z] The recommended git tool is: git [2024-01-19T02:19:25.255Z] No credentials specified [2024-01-19T02:19:25.477Z] Cloning the remote Git repository [2024-01-19T02:19:25.680Z] Honoring refspec on initial clone [2024-01-19T02:19:25.811Z] Cloning repository https://github.com/eclipse/omr.git [2024-01-19T02:19:25.813Z] > git init /home/jenkins/workspace/Build # timeout=10 [2024-01-19T02:19:25.823Z] Using reference repository: /home/jenkins//gitcache [2024-01-19T02:19:25.824Z] Fetching upstream changes from https://github.com/eclipse/omr.git [2024-01-19T02:19:25.824Z] > git --version # timeout=10 [2024-01-19T02:19:25.828Z] > git --version # 'git version 2.25.1' [2024-01-19T02:19:25.828Z] > git fetch --tags --force --progress -- https://github.com/eclipse/omr.git +refs/heads/*:refs/remotes/origin/* # timeout=30 [2024-01-19T02:19:59.156Z] Avoid second fetch [2024-01-19T02:19:59.359Z] Checking out Revision 44dd80226bc2cfc7083c39d8ef5e5be2ad71a052 (refs/remotes/origin/master) [2024-01-19T02:19:58.848Z] > git config remote.origin.url https://github.com/eclipse/omr.git # timeout=10 [2024-01-19T02:19:58.856Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-01-19T02:19:59.268Z] > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 [2024-01-19T02:19:59.480Z] > git config core.sparsecheckout # timeout=10 [2024-01-19T02:19:59.485Z] > git checkout -f 44dd80226bc2cfc7083c39d8ef5e5be2ad71a052 # timeout=10 [2024-01-19T02:20:00.853Z] Commit message: "Merge pull request #7232 from gita-omr/disable_vector_shifts" [2024-01-19T02:20:00.976Z] > git rev-list --no-walk 7fd274978ab2bd14e127a2a3fd9e7704e90b5d9d # timeout=10 [Pipeline] } [Pipeline] // retry [Pipeline] step [2024-01-19T02:20:01.744Z] [Set GitHub commit status (universal)] PENDING on repos [GHRepository@dc949c91[archived=false,commits={},compareUsePaginatedCommits=false,description=Eclipse OMRâ„¢ Cross platform components for building reliable, high performance language runtimes,disabled=false,fork=false,homepage=http://www.eclipse.org/omr,isTemplate=false,language=C++,milestones={},name=omr,nodeId=MDEwOlJlcG9zaXRvcnk1MzA3NzQ3OA==,parent=,size=80377,source=,visibility=public,createdAt=2016-03-03T19:34:17Z,id=53077478,nodeId=,updatedAt=2024-01-18T01:07:19Z,url=https://api.github.com/repos/eclipse/omr]] (sha:44dd802) with context:continuous-integration/eclipse-omr/branch/linux_x86 [2024-01-19T02:20:01.744Z] Setting commit status on GitHub for https://github.com/eclipse/omr/commit/44dd80226bc2cfc7083c39d8ef5e5be2ad71a052 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] dir [2024-01-19T02:20:02.124Z] Running in /home/jenkins/workspace/Build/buildenv/docker/x86_64/ubuntu20 [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-01-19T02:20:04.566Z] + docker build -t buildomr . [2024-01-19T02:20:04.566Z] Sending build context to Docker daemon 4.096kB [2024-01-19T02:20:04.566Z] Step 1/12 : FROM nvidia/cuda:9.0-devel-ubuntu16.04 AS cuda-dev [2024-01-19T02:20:04.566Z] ---> 5e8c06b47e9f [2024-01-19T02:20:04.566Z] Step 2/12 : FROM ubuntu:20.04 AS base [2024-01-19T02:20:04.566Z] ---> 20fffa419e3a [2024-01-19T02:20:04.566Z] Step 3/12 : ENV TZ=America/Toronto [2024-01-19T02:20:04.566Z] ---> Using cache [2024-01-19T02:20:04.566Z] ---> 2580705c64c4 [2024-01-19T02:20:04.566Z] Step 4/12 : RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone [2024-01-19T02:20:04.566Z] ---> Using cache [2024-01-19T02:20:04.566Z] ---> 58efdf14d03f [2024-01-19T02:20:04.566Z] Step 5/12 : RUN apt-get update && apt-get install -y tzdata python3 git cmake bison flex libelf-dev libdwarf-dev gdb vim gcc-7-multilib g++-7-multilib gcc-7 g++-7 ninja-build ccache && rm -rf /var/lib/apt/lists/* [2024-01-19T02:20:04.566Z] ---> Using cache [2024-01-19T02:20:04.566Z] ---> 525b08adefd1 [2024-01-19T02:20:04.566Z] Step 6/12 : RUN groupadd -r jenkins && useradd -rm -u 1000 -g jenkins jenkins && mkdir -p /home/jenkins/.ssh && echo "Host git.eclipse.org*\n\tStrictHostKeyChecking no\n" > /home/jenkins/.ssh/config && chown -R jenkins:jenkins /home/jenkins [2024-01-19T02:20:04.566Z] ---> Using cache [2024-01-19T02:20:04.566Z] ---> e2dadbaa265a [2024-01-19T02:20:04.566Z] Step 7/12 : RUN mkdir -p /usr/local/cuda/nvvm [2024-01-19T02:20:04.566Z] ---> Using cache [2024-01-19T02:20:04.566Z] ---> 1d3090074032 [2024-01-19T02:20:04.566Z] Step 8/12 : COPY --from=cuda-dev /usr/local/cuda-9.0/include /usr/local/cuda/include [2024-01-19T02:20:04.566Z] ---> Using cache [2024-01-19T02:20:05.631Z] ---> 9659e30105c6 [2024-01-19T02:20:05.631Z] Step 9/12 : COPY --from=cuda-dev /usr/local/cuda-9.0/nvvm/include /usr/local/cuda/nvvm/include [2024-01-19T02:20:05.631Z] ---> Using cache [2024-01-19T02:20:05.631Z] ---> 43761d630c79 [2024-01-19T02:20:05.631Z] Step 10/12 : USER jenkins [2024-01-19T02:20:05.631Z] ---> Using cache [2024-01-19T02:20:05.631Z] ---> 645dfb26af06 [2024-01-19T02:20:05.631Z] Step 11/12 : ENV CUDA_HOME=/usr/local/cuda [2024-01-19T02:20:05.631Z] ---> Using cache [2024-01-19T02:20:05.631Z] ---> 8d85af3eb195 [2024-01-19T02:20:05.631Z] Step 12/12 : ENV CC=gcc-7 CXX=g++-7 [2024-01-19T02:20:05.631Z] ---> Using cache [2024-01-19T02:20:05.631Z] ---> f8ed93426b52 [2024-01-19T02:20:05.631Z] Successfully built f8ed93426b52 [2024-01-19T02:20:05.631Z] Successfully tagged buildomr:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-01-19T02:20:09.888Z] + docker inspect -f . buildomr [2024-01-19T02:20:09.888Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-01-19T02:20:13.465Z] ub20-x64-omr12 does not seem to be running inside a container [2024-01-19T02:20:15.874Z] $ docker run -t -d -u 1001:1001 -v /home/jenkins:/home/jenkins:rw,z -w /home/jenkins/workspace/Build -v /home/jenkins/workspace/Build:/home/jenkins/workspace/Build:rw,z -v /home/jenkins/workspace/Build@tmp:/home/jenkins/workspace/Build@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** buildomr cat [2024-01-19T02:20:17.626Z] $ docker top 6d6977cbce91183d67e92b4bbfb57c2269846364ad9fff0c4a6b1990d4281b0f -eo pid,comm [Pipeline] { [Pipeline] dir [2024-01-19T02:20:18.669Z] Running in /home/jenkins/workspace/Build [Pipeline] { [Pipeline] timeout [2024-01-19T02:20:18.749Z] Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] echo [2024-01-19T02:20:18.816Z] env vars: [PATH+CCACHE=/usr/lib/ccache/, GTEST_COLOR=0, OMR_RUNNING_IN_DOCKER=1] [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-01-19T02:20:21.136Z] + printenv [2024-01-19T02:20:21.136Z] JENKINS_HOME=/var/jenkins [2024-01-19T02:20:21.136Z] CI=true [2024-01-19T02:20:21.136Z] HOSTNAME=6d6977cbce91 [2024-01-19T02:20:21.136Z] RUN_CHANGES_DISPLAY_URL=https://ci.eclipse.org/omr/job/Build-linux_x86/3057/display/redirect?page=changes [2024-01-19T02:20:21.136Z] NODE_LABELS=Linux compile:arm:cross x86 UNB cgroup.v1 compile:aarch64:cross compile:xlinux ub20-x64-omr12 [2024-01-19T02:20:21.136Z] HUDSON_URL=https://ci.eclipse.org/omr/ [2024-01-19T02:20:21.136Z] HOME=/ [2024-01-19T02:20:21.136Z] BUILD_URL=https://ci.eclipse.org/omr/job/Build-linux_x86/3057/ [2024-01-19T02:20:21.136Z] BUILDSPEC=linux_x86 [2024-01-19T02:20:21.136Z] MERGE_COMMIT=44dd80226bc2cfc7083c39d8ef5e5be2ad71a052 [2024-01-19T02:20:21.136Z] JENKINS_SERVER_COOKIE=durable-e6e52fd0532e1a7a33d799dd1df5c89310c8995816760dc6ccfd69b24d3678c2 [2024-01-19T02:20:21.136Z] REPO_URL=https://github.com/eclipse/omr [2024-01-19T02:20:21.136Z] WORKSPACE=/home/jenkins/workspace/Build [2024-01-19T02:20:21.136Z] NODE_NAME=ub20-x64-omr12 [2024-01-19T02:20:21.136Z] RUN_ARTIFACTS_DISPLAY_URL=https://ci.eclipse.org/omr/job/Build-linux_x86/3057/display/redirect?page=artifacts [2024-01-19T02:20:21.136Z] GTEST_COLOR=0 [2024-01-19T02:20:21.136Z] STAGE_NAME=Queue [2024-01-19T02:20:21.136Z] EXECUTOR_NUMBER=0 [2024-01-19T02:20:21.136Z] BUILD_DISPLAY_NAME=#3057 [2024-01-19T02:20:21.136Z] RUN_TESTS_DISPLAY_URL=https://ci.eclipse.org/omr/job/Build-linux_x86/3057/display/redirect?page=tests [2024-01-19T02:20:21.136Z] JOB_BASE_NAME=Build-linux_x86 [2024-01-19T02:20:21.136Z] HUDSON_HOME=/var/jenkins [2024-01-19T02:20:21.136Z] PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2024-01-19T02:20:21.136Z] BUILD_ID=3057 [2024-01-19T02:20:21.136Z] BUILD_TAG=jenkins-Build-linux_x86-3057 [2024-01-19T02:20:21.136Z] CLONE_URL=https://github.com/eclipse/omr.git [2024-01-19T02:20:21.136Z] JENKINS_URL=https://ci.eclipse.org/omr/ [2024-01-19T02:20:21.136Z] JOB_URL=https://ci.eclipse.org/omr/job/Build-linux_x86/ [2024-01-19T02:20:21.136Z] BUILD_NUMBER=3057 [2024-01-19T02:20:21.136Z] JENKINS_NODE_COOKIE=dfab4bb8-5710-442f-bb3c-3c85a8bf6e29 [2024-01-19T02:20:21.136Z] AUTHOR_ID=0xdaryl [2024-01-19T02:20:21.136Z] RUN_DISPLAY_URL=https://ci.eclipse.org/omr/job/Build-linux_x86/3057/display/redirect [2024-01-19T02:20:21.136Z] CXX=g++-7 [2024-01-19T02:20:21.136Z] HUDSON_SERVER_COOKIE=c3663d0c112c2ee2 [2024-01-19T02:20:21.136Z] JOB_DISPLAY_URL=https://ci.eclipse.org/omr/job/Build-linux_x86/display/redirect [2024-01-19T02:20:21.136Z] CLASSPATH= [2024-01-19T02:20:21.136Z] JOB_NAME=Build-linux_x86 [2024-01-19T02:20:21.136Z] CUDA_HOME=/usr/local/cuda [2024-01-19T02:20:21.136Z] PWD=/home/jenkins/workspace/Build [2024-01-19T02:20:21.136Z] WORKSPACE_TMP=/home/jenkins/workspace/Build@tmp [2024-01-19T02:20:21.136Z] TZ=America/Toronto [2024-01-19T02:20:21.136Z] CC=gcc-7 [2024-01-19T02:20:21.136Z] GITLAB_OBJECT_KIND=none [2024-01-19T02:20:21.136Z] OMR_RUNNING_IN_DOCKER=1 [Pipeline] stage [Pipeline] { (Build) [Pipeline] echo [2024-01-19T02:20:22.041Z] Output CCACHE stats before running and clear them [Pipeline] sh [2024-01-19T02:20:24.184Z] + ccache -s -z [2024-01-19T02:20:24.184Z] cache directory //.ccache [2024-01-19T02:20:24.184Z] primary config //.ccache/ccache.conf [2024-01-19T02:20:24.184Z] secondary config (readonly) /etc/ccache.conf [2024-01-19T02:20:24.184Z] cache hit (direct) 0 [2024-01-19T02:20:24.184Z] cache hit (preprocessed) 0 [2024-01-19T02:20:24.184Z] cache miss 0 [2024-01-19T02:20:24.184Z] cache hit rate 0.00 % [2024-01-19T02:20:24.184Z] cleanups performed 0 [2024-01-19T02:20:24.184Z] files in cache 0 [2024-01-19T02:20:24.184Z] cache size 0.0 kB [2024-01-19T02:20:24.184Z] max cache size 5.0 GB [2024-01-19T02:20:24.184Z] Statistics zeroed [Pipeline] dir [2024-01-19T02:20:24.898Z] Running in /home/jenkins/workspace/Build/build [Pipeline] { [Pipeline] echo [2024-01-19T02:20:24.905Z] Configure... [Pipeline] sh [2024-01-19T02:20:27.026Z] + cmake -Wdev -G Ninja -DOMR_ENV_DATA32=ON -DOMR_DDR=OFF -DOMR_JITBUILDER=OFF -C../cmake/caches/Travis.cmake .. [2024-01-19T02:20:27.026Z] loading initial cache file ../cmake/caches/Travis.cmake [2024-01-19T02:20:27.026Z] -- Starting with CMake version 3.16.3 [2024-01-19T02:20:27.026Z] -- Found Git: /usr/bin/git (found version "2.25.1") [2024-01-19T02:20:27.026Z] -- The CXX compiler identification is GNU 7.5.0 [2024-01-19T02:20:27.026Z] -- The C compiler identification is GNU 7.5.0 [2024-01-19T02:20:27.026Z] -- Check for working CXX compiler: /usr/bin/g++-7 [2024-01-19T02:20:27.026Z] -- Check for working CXX compiler: /usr/bin/g++-7 -- works [2024-01-19T02:20:27.026Z] -- Detecting CXX compiler ABI info [2024-01-19T02:20:27.026Z] -- Detecting CXX compiler ABI info - done [2024-01-19T02:20:27.026Z] -- Detecting CXX compile features [2024-01-19T02:20:27.026Z] -- Detecting CXX compile features - done [2024-01-19T02:20:27.026Z] -- Check for working C compiler: /usr/bin/gcc-7 [2024-01-19T02:20:27.026Z] -- Check for working C compiler: /usr/bin/gcc-7 -- works [2024-01-19T02:20:27.026Z] -- Detecting C compiler ABI info [2024-01-19T02:20:27.026Z] -- Detecting C compiler ABI info - done [2024-01-19T02:20:27.026Z] -- Detecting C compile features [2024-01-19T02:20:27.026Z] -- Detecting C compile features - done [2024-01-19T02:20:27.026Z] -- OMR: The CPU architecture is x86 [2024-01-19T02:20:27.026Z] -- OMR: The OS is linux [2024-01-19T02:20:27.026Z] -- OMR: The tool configuration is gnu [2024-01-19T02:20:27.026Z] -- OMR: The target data size is 32 [2024-01-19T02:20:27.026Z] -- Looking for sem_init [2024-01-19T02:20:28.156Z] -- Looking for sem_init - found [2024-01-19T02:20:28.156Z] -- Looking for dladdr [2024-01-19T02:20:28.156Z] -- Looking for dladdr - found [2024-01-19T02:20:28.156Z] -- The ASM compiler identification is GNU [2024-01-19T02:20:28.156Z] -- Found assembler: /usr/bin/gcc-7 [2024-01-19T02:20:28.156Z] -- Looking for clock_gettime [2024-01-19T02:20:28.156Z] -- Looking for clock_gettime - found [2024-01-19T02:20:28.156Z] -- OMR: trace root is '/home/jenkins/workspace/Build/build' [2024-01-19T02:20:28.156Z] -- Found Perl: /usr/bin/perl (found version "5.30.0") [2024-01-19T02:20:28.156Z] CMake Warning at fvtest/porttest/CMakeLists.txt:221 (message): [2024-01-19T02:20:28.156Z] Excluded omrport tests: [2024-01-19T02:20:28.156Z] --gtest_filter=-PortVmemTest.vmem_test_reserveExecutableMemory:PortStrTest.str_test4 [2024-01-19T02:20:28.156Z] [2024-01-19T02:20:28.156Z] [2024-01-19T02:20:28.156Z] -- Creating static library for testcompiler [2024-01-19T02:20:28.156Z] -- Adding PRIVATE compiler options to testcompiler for testcompiler. [2024-01-19T02:20:28.156Z] -- Adding INTERFACE compiler options to testcompiler for testcompiler. [2024-01-19T02:20:28.156Z] CMake Warning at CMakeLists.txt:237 (export): [2024-01-19T02:20:28.156Z] Cannot create package registry file: [2024-01-19T02:20:28.156Z] [2024-01-19T02:20:28.156Z] //.cmake/packages/Omr/b7151abc2fcd98c77056092840d94114 [2024-01-19T02:20:28.156Z] [2024-01-19T02:20:28.156Z] No such file or directory [2024-01-19T02:20:28.156Z] [2024-01-19T02:20:28.156Z] [2024-01-19T02:20:28.156Z] [2024-01-19T02:20:28.156Z] -- Configuring done [2024-01-19T02:20:28.156Z] -- Generating done [2024-01-19T02:20:28.156Z] -- Build files have been written to: /home/jenkins/workspace/Build/build [Pipeline] echo [2024-01-19T02:20:28.836Z] Compile... [Pipeline] sh [2024-01-19T02:20:30.964Z] + ninja [2024-01-19T02:20:30.964Z] [1/852] cd /home/jenkins/workspace/Build/build && /usr/bin/cmake -Domr_SOURCE_DIR=/home/jenkins/workspace/Build -P /home/jenkins/workspace/Build/cmake/CheckSourceTree.cmake [2024-01-19T02:20:30.964Z] [2/852] Building CXX object tools/hookgen/CMakeFiles/hookgen.dir/main.cpp.o [2024-01-19T02:20:30.964Z] [3/852] Building CXX object tools/tracemerge/CMakeFiles/tracemerge.dir/DATMerge.cpp.o [2024-01-19T02:20:30.964Z] [4/852] Building CXX object tools/hookgen/CMakeFiles/hookgen.dir/HookGen.cpp.o [2024-01-19T02:20:30.964Z] [5/852] Building CXX object tools/tracemerge/CMakeFiles/tracemerge.dir/main.cpp.o [2024-01-19T02:20:30.964Z] [6/852] Building CXX object tools/tracegen/CMakeFiles/trace.dir/ArgParser.cpp.o [2024-01-19T02:20:30.964Z] [7/852] Building CXX object tools/tracegen/CMakeFiles/trace.dir/CFileWriter.cpp.o [2024-01-19T02:20:30.964Z] [8/852] Building CXX object tools/tracegen/CMakeFiles/trace.dir/DATFileWriter.cpp.o [2024-01-19T02:20:30.964Z] [9/852] Building CXX object tools/tracegen/CMakeFiles/trace.dir/FileReader.cpp.o [2024-01-19T02:20:30.964Z] [10/852] Building CXX object tools/tracegen/CMakeFiles/trace.dir/FileUtils.cpp.o [2024-01-19T02:20:30.964Z] [11/852] Building CXX object tools/tracegen/CMakeFiles/trace.dir/Port.cpp.o [2024-01-19T02:20:30.964Z] [12/852] Building CXX object tools/tracegen/CMakeFiles/trace.dir/StringUtils.cpp.o [2024-01-19T02:20:30.964Z] [13/852] Building CXX object tools/tracegen/CMakeFiles/trace.dir/TraceHeaderWriter.cpp.o [2024-01-19T02:20:30.964Z] [14/852] Building CXX object tools/tracegen/CMakeFiles/trace.dir/TDFParser.cpp.o [2024-01-19T02:20:30.964Z] [15/852] Building CXX object tools/tracegen/CMakeFiles/tracegen.dir/main.cpp.o [2024-01-19T02:20:30.964Z] [16/852] Building CXX object tools/tracegen/CMakeFiles/trace.dir/TraceGen.cpp.o [2024-01-19T02:20:30.964Z] [17/852] Building CXX object fvtest/util/CMakeFiles/omrtestutil.dir/printerrorhelper.cpp.o [2024-01-19T02:20:30.964Z] [18/852] Building C object fvtest/porttest/CMakeFiles/sltestlib.dir/sltestlib/sltest.c.o [2024-01-19T02:20:30.964Z] [19/852] Building CXX object fvtest/util/CMakeFiles/omrtestutil.dir/testvmhelper.cpp.o [2024-01-19T02:20:30.964Z] [20/852] Linking CXX static library tools/tracegen/libtrace.a [2024-01-19T02:20:30.964Z] [21/852] Linking CXX static library fvtest/util/libomrtestutil.a [2024-01-19T02:20:30.964Z] [22/852] Linking C shared library fvtest/porttest/libsltestlib.so [2024-01-19T02:20:30.964Z] [23/852] Linking CXX executable tools/tracemerge/tracemerge [2024-01-19T02:20:30.964Z] [24/852] Building C object fvtest/rastest/CMakeFiles/memorycategoriesagent.dir/memorycategoriesagent.c.o [2024-01-19T02:20:32.241Z] [25/852] Building C object fvtest/rastest/CMakeFiles/traceNotStartedAgent.dir/traceNotStartedAgent.c.o [2024-01-19T02:20:32.241Z] [26/852] Linking CXX executable tools/tracegen/tracegen [2024-01-19T02:20:32.241Z] [27/852] Generating ut_j9thr.c, ut_j9thr.h, ut_j9thr.pdat [2024-01-19T02:20:32.241Z] [28/852] Linking CXX shared library fvtest/rastest/libmemorycategoriesagent.so [2024-01-19T02:20:32.241Z] [29/852] Building C object fvtest/rastest/CMakeFiles/subscriberAgent.dir/subscriberAgent.c.o [2024-01-19T02:20:32.241Z] [30/852] Linking CXX shared library fvtest/rastest/libtraceNotStartedAgent.so [2024-01-19T02:20:32.241Z] [31/852] Building C object thread/CMakeFiles/j9thr_obj.dir/common/j9sem.c.o [2024-01-19T02:20:32.241Z] [32/852] Building C object thread/CMakeFiles/j9thr_obj.dir/unix/omrthreadattr.c.o [2024-01-19T02:20:32.241Z] [33/852] Building C object thread/CMakeFiles/j9thr_obj.dir/common/omrthreaderror.c.o [2024-01-19T02:20:32.241Z] [34/852] Building C object thread/CMakeFiles/j9thr_obj.dir/unix/omrthreaddebug.c.o [2024-01-19T02:20:32.241Z] [35/852] Building C object thread/CMakeFiles/j9thr_obj.dir/common/omrthreadinspect.c.o [2024-01-19T02:20:32.241Z] [36/852] Building CXX object thread/CMakeFiles/j9thr_obj.dir/common/omrthreadmem.cpp.o [2024-01-19T02:20:32.241Z] [37/852] Building C object thread/CMakeFiles/j9thr_obj.dir/common/omrthread.c.o [2024-01-19T02:20:32.241Z] [38/852] Building C object thread/CMakeFiles/j9thr_obj.dir/linux/omrthreadnuma.c.o [2024-01-19T02:20:32.241Z] [39/852] Building C object thread/CMakeFiles/j9thr_obj.dir/common/omrthreadpriority.c.o [2024-01-19T02:20:32.241Z] [40/852] Building C object thread/CMakeFiles/j9thr_obj.dir/linux/priority.c.o [2024-01-19T02:20:32.241Z] [41/852] Building C object thread/CMakeFiles/j9thr_obj.dir/unix/thrcreate.c.o [2024-01-19T02:20:32.241Z] [42/852] Building C object thread/CMakeFiles/j9thr_obj.dir/common/omrthreadtls.c.o [2024-01-19T02:20:32.241Z] [43/852] Building C object thread/CMakeFiles/j9thr_obj.dir/unix/thrdsup.c.o [2024-01-19T02:20:32.241Z] [44/852] Building C object thread/CMakeFiles/j9thr_obj.dir/common/thrprof.c.o [2024-01-19T02:20:32.241Z] [45/852] Building C object thread/CMakeFiles/j9thr_obj.dir/unix/rasthrsup.c.o [2024-01-19T02:20:32.242Z] [46/852] Building CXX object thread/CMakeFiles/j9thr_obj.dir/common/threadhelpers.cpp.o [2024-01-19T02:20:32.242Z] [47/852] Building C object thread/CMakeFiles/j9thr_obj.dir/common/omrthreadjlm.c.o [2024-01-19T02:20:32.242Z] [48/852] Building C object thread/CMakeFiles/j9thr_obj.dir/unix/unixpriority.c.o [2024-01-19T02:20:32.242Z] [49/852] Building C object thread/CMakeFiles/j9thr_obj.dir/ut_j9thr.c.o [2024-01-19T02:20:32.242Z] [50/852] Building C object thread/CMakeFiles/j9thr_obj.dir/common/rwmutex.c.o [2024-01-19T02:20:32.242Z] [51/852] Generating ut_avl.c, ut_avl.h, ut_avl.pdat [2024-01-19T02:20:32.242Z] [52/852] Generating ut_hashtable.c, ut_hashtable.h, ut_hashtable.pdat [2024-01-19T02:20:33.366Z] [53/852] Generating ut_omrport.c, ut_omrport.h, ut_omrport.pdat [2024-01-19T02:20:33.366Z] [54/852] Generating ut_j9hook.c, ut_j9hook.h, ut_j9hook.pdat [2024-01-19T02:20:33.366Z] [55/852] Building C object util/avl/CMakeFiles/j9avl.dir/ut_avl.c.o [2024-01-19T02:20:33.366Z] [56/852] Building C object util/avl/CMakeFiles/j9avl.dir/avlsup.c.o [2024-01-19T02:20:33.366Z] [57/852] Building C object port/CMakeFiles/omrport_obj.dir/unix/protect_helpers.c.o [2024-01-19T02:20:33.366Z] [58/852] Building C object port/CMakeFiles/omrport_obj.dir/ut_omrport.c.o [2024-01-19T02:20:33.366Z] [59/852] Building C object port/CMakeFiles/omrport_obj.dir/common/omrgetasid.c.o [2024-01-19T02:20:33.366Z] [60/852] Building C object port/CMakeFiles/omrport_obj.dir/common/omrgetjobid.c.o [2024-01-19T02:20:33.366Z] [61/852] Building C object port/CMakeFiles/omrport_obj.dir/common/omrgetjobname.c.o [2024-01-19T02:20:33.366Z] [62/852] Building C object port/CMakeFiles/omrport_obj.dir/common/omrgetsysname.c.o [2024-01-19T02:20:33.366Z] [63/852] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrcpu.c.o [2024-01-19T02:20:33.366Z] [64/852] Building C object port/CMakeFiles/omrport_obj.dir/common/omrerror.c.o [2024-01-19T02:20:33.366Z] [65/852] Building CXX object third_party/pugixml-1.5/CMakeFiles/pugixml.dir/pugixml.cpp.o [2024-01-19T02:20:33.366Z] [66/852] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrerrorhelpers.c.o [2024-01-19T02:20:33.366Z] [67/852] Building C object port/CMakeFiles/omrport_obj.dir/common/omrexit.c.o [2024-01-19T02:20:33.366Z] [68/852] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrfiletext.c.o [2024-01-19T02:20:33.366Z] [69/852] Building C object port/CMakeFiles/omrport_obj.dir/common/omrfilestream.c.o [2024-01-19T02:20:33.366Z] [70/852] Building C object port/CMakeFiles/omrport_obj.dir/unix/omriconvhelpers.c.o [2024-01-19T02:20:33.366Z] [71/852] Building C object port/CMakeFiles/omrport_obj.dir/common/omrfilestreamtext.c.o [2024-01-19T02:20:33.366Z] [72/852] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrfile.c.o [2024-01-19T02:20:33.366Z] [73/852] Building C object port/CMakeFiles/omrport_obj.dir/common/omrfile_blockingasync.c.o [2024-01-19T02:20:33.366Z] [74/852] Building C object port/CMakeFiles/omrport_obj.dir/common/omrheap.c.o [2024-01-19T02:20:33.366Z] [75/852] Building C object port/CMakeFiles/omrport_obj.dir/common/omrmemtag.c.o [2024-01-19T02:20:33.366Z] [76/852] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrmem.c.o [2024-01-19T02:20:33.366Z] [77/852] Building C object port/CMakeFiles/omrport_obj.dir/common/omrport.c.o [2024-01-19T02:20:33.366Z] [78/852] Building C object port/CMakeFiles/omrport_obj.dir/common/omrmemcategories.c.o [2024-01-19T02:20:34.471Z] [79/852] Building C object port/CMakeFiles/omrport_obj.dir/unix/j9nlshelpers.c.o [2024-01-19T02:20:34.471Z] [80/852] Building C object port/CMakeFiles/omrport_obj.dir/common/j9nls.c.o [2024-01-19T02:20:34.471Z] [81/852] Building C object port/CMakeFiles/omrport_obj.dir/common/omrosbacktrace.c.o [2024-01-19T02:20:34.471Z] [82/852] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrmmap.c.o [2024-01-19T02:20:34.471Z] [83/852] Building C object port/CMakeFiles/omrport_obj.dir/common/omrintrospect_common.c.o [2024-01-19T02:20:34.471Z] [84/852] Building C object port/CMakeFiles/omrport_obj.dir/linux/omrosbacktrace_impl.c.o [2024-01-19T02:20:34.471Z] [85/852] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrportptb.c.o [2024-01-19T02:20:34.471Z] [86/852] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrosdump.c.o [2024-01-19T02:20:34.471Z] [87/852] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrintrospect.c.o [2024-01-19T02:20:34.471Z] [88/852] Building C object port/CMakeFiles/omrport_obj.dir/common/omrportcontrol.c.o [2024-01-19T02:20:34.471Z] [89/852] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrsignal.c.o [2024-01-19T02:20:34.471Z] [90/852] Building C object port/CMakeFiles/omrport_obj.dir/linux386/omrsignal_context.c.o [2024-01-19T02:20:34.471Z] [91/852] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrsock.c.o [2024-01-19T02:20:34.471Z] [92/852] Building C object port/CMakeFiles/omrport_obj.dir/common/omrsockptb.c.o [2024-01-19T02:20:34.471Z] [93/852] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrsl.c.o [2024-01-19T02:20:34.471Z] [94/852] Building C object port/CMakeFiles/omrport_obj.dir/common/omrsysinfo_helpers.c.o [2024-01-19T02:20:34.471Z] [95/852] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrsyslog.c.o [2024-01-19T02:20:34.471Z] [96/852] Building C object port/CMakeFiles/omrport_obj.dir/common/omrstr.c.o [2024-01-19T02:20:34.471Z] [97/852] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrtime.c.o [2024-01-19T02:20:34.471Z] [98/852] Building C object port/CMakeFiles/omrport_obj.dir/common/omrtlshelpers.c.o [2024-01-19T02:20:34.471Z] [99/852] Building C object port/CMakeFiles/omrport_obj.dir/common/omrmemtag_checks.c.o [2024-01-19T02:20:34.471Z] [100/852] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrtty.c.o [2024-01-19T02:20:35.566Z] [101/852] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrsysinfo.c.o [2024-01-19T02:20:35.566Z] [102/852] Building C object port/CMakeFiles/omrport_obj.dir/linux/omrosdump_helpers.c.o [2024-01-19T02:20:35.566Z] [103/852] Building C object port/CMakeFiles/omrport_obj.dir/linux/omrvmem.c.o [2024-01-19T02:20:35.566Z] [104/852] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrsysv_ipcwrappers.c.o [2024-01-19T02:20:35.566Z] [105/852] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrsharedhelper.c.o [2024-01-19T02:20:35.566Z] [106/852] Linking C static library util/avl/libj9avl.a [2024-01-19T02:20:35.566Z] [107/852] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrshsem.c.o [2024-01-19T02:20:35.566Z] [108/852] Generating ut_omrutil.c, ut_omrutil.h, ut_omrutil.pdat [2024-01-19T02:20:35.566Z] [109/852] Generating ut_j9utilcore.c, ut_j9utilcore.h, ut_j9utilcore.pdat [2024-01-19T02:20:35.566Z] [110/852] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrshsem_deprecated.c.o [2024-01-19T02:20:35.566Z] [111/852] Building C object util/hookable/CMakeFiles/j9hook_obj.dir/ut_j9hook.c.o [2024-01-19T02:20:35.566Z] [112/852] Building CXX object util/hookable/CMakeFiles/j9hook_obj.dir/hookable.cpp.o [2024-01-19T02:20:35.566Z] [113/852] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/ut_omrutil.c.o [2024-01-19T02:20:35.566Z] [114/852] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/ut_j9utilcore.c.o [2024-01-19T02:20:35.566Z] [115/852] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/detectVMDirectory.c.o [2024-01-19T02:20:35.566Z] [116/852] Building CXX object util/omrutil/CMakeFiles/omrutil_obj.dir/AtomicFunctions.cpp.o [2024-01-19T02:20:35.566Z] [117/852] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrshmem.c.o [2024-01-19T02:20:35.566Z] [118/852] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/gettimebase.c.o [2024-01-19T02:20:35.566Z] [119/852] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/argscan.c.o [2024-01-19T02:20:35.566Z] [120/852] Building CXX object util/omrutil/CMakeFiles/omrutil_obj.dir/j9memclr.cpp.o [2024-01-19T02:20:35.566Z] [121/852] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/omrcrc32.c.o [2024-01-19T02:20:35.566Z] [122/852] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/poolForPort.c.o [2024-01-19T02:20:35.566Z] [123/852] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/primeNumberHelper.c.o [2024-01-19T02:20:35.566Z] [124/852] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/ranking.c.o [2024-01-19T02:20:35.566Z] [125/852] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/stricmp.c.o [2024-01-19T02:20:35.566Z] [126/852] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/spacesaving.c.o [2024-01-19T02:20:35.566Z] [127/852] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/threadhelp.c.o [2024-01-19T02:20:35.566Z] [128/852] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/thrname_core.c.o [2024-01-19T02:20:35.566Z] [129/852] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/utf8decode.c.o [2024-01-19T02:20:35.566Z] [130/852] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/wildcard.c.o [2024-01-19T02:20:35.566Z] [131/852] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/utf8encode.c.o [2024-01-19T02:20:35.566Z] [132/852] Generating ut_pool.c, ut_pool.h, ut_pool.pdat [2024-01-19T02:20:35.566Z] [133/852] Generating ut_omrti.c, ut_omrti.h, ut_omrti.pdat [2024-01-19T02:20:35.566Z] [134/852] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/xlphelp.c.o [2024-01-19T02:20:35.566Z] [135/852] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/__/__/example/glue/UtilGlue.c.o [2024-01-19T02:20:35.566Z] [136/852] Building C object util/hashtable/CMakeFiles/j9hashtable.dir/hash.c.o [2024-01-19T02:20:35.566Z] [137/852] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/xml.c.o [2024-01-19T02:20:35.566Z] [138/852] Building C object util/pool/CMakeFiles/j9pool.dir/pool_cap.c.o [2024-01-19T02:20:35.566Z] [139/852] Building C object util/hashtable/CMakeFiles/j9hashtable.dir/ut_hashtable.c.o [2024-01-19T02:20:35.566Z] [140/852] Generating ut_omrvm.c, ut_omrvm.h, ut_omrvm.pdat [2024-01-19T02:20:36.682Z] [141/852] Linking CXX static library third_party/pugixml-1.5/libpugixml.a [2024-01-19T02:20:36.682Z] [142/852] Building C object util/pool/CMakeFiles/j9pool.dir/ut_pool.c.o [2024-01-19T02:20:36.682Z] [143/852] Building C object util/hashtable/CMakeFiles/j9hashtable.dir/hashtable.c.o [2024-01-19T02:20:36.682Z] [144/852] Building C object util/pool/CMakeFiles/j9pool.dir/pool.c.o [2024-01-19T02:20:36.682Z] [145/852] Linking C static library util/pool/libj9pool.a [2024-01-19T02:20:36.682Z] [146/852] Building CXX object omrsigcompat/CMakeFiles/omrsig.dir/omrsig.cpp.o [2024-01-19T02:20:36.682Z] [147/852] Linking CXX executable tools/hookgen/hookgen [2024-01-19T02:20:36.682Z] [148/852] Building CXX object omrtrace/CMakeFiles/omrtrace.dir/omrtraceapi.cpp.o [2024-01-19T02:20:36.682Z] [149/852] Linking CXX static library util/omrutil/libomrutil.a [2024-01-19T02:20:36.682Z] [150/852] Linking CXX static library util/hashtable/libj9hashtable.a [2024-01-19T02:20:36.682Z] [151/852] Linking CXX static library thread/libj9thrstatic.a [2024-01-19T02:20:36.682Z] [152/852] Linking CXX static library port/libomrport.a [2024-01-19T02:20:36.682Z] [153/852] Building CXX object omrtrace/CMakeFiles/omrtrace.dir/omrtracemain.cpp.o [2024-01-19T02:20:36.682Z] [154/852] Linking CXX static library util/hookable/libj9hookstatic.a [2024-01-19T02:20:36.682Z] [155/852] Building CXX object omrtrace/CMakeFiles/omrtrace.dir/omrtracecomponent.cpp.o [2024-01-19T02:20:36.682Z] [156/852] Building CXX object omrtrace/CMakeFiles/omrtrace.dir/omrtracelog.cpp.o [2024-01-19T02:20:36.682Z] [157/852] Building CXX object omrtrace/CMakeFiles/omrtrace.dir/omrtraceformatter.cpp.o [2024-01-19T02:20:36.682Z] [158/852] Linking CXX shared library omrsigcompat/libomrsig.so [2024-01-19T02:20:36.682Z] [159/852] Generating ut_j9vgc.c, ut_j9vgc.h, ut_j9vgc.pdat [2024-01-19T02:20:36.682Z] [160/852] Generating ut_omrmm.c, ut_omrmm.h, ut_omrmm.pdat [2024-01-19T02:20:37.756Z] [161/852] Generating ut_j9mm.c, ut_j9mm.h, ut_j9mm.pdat [2024-01-19T02:20:37.756Z] [162/852] Building CXX object omrtrace/CMakeFiles/omrtrace.dir/omrtracemisc.cpp.o [2024-01-19T02:20:37.756Z] [163/852] Building CXX object omrtrace/CMakeFiles/omrtrace.dir/omrtracepublish.cpp.o [2024-01-19T02:20:37.756Z] [164/852] Building CXX object omrtrace/CMakeFiles/omrtrace.dir/omrtracewrappers.cpp.o [2024-01-19T02:20:37.756Z] [165/852] Generating mmomrhook_internal.h, ../mmomrhook.h [2024-01-19T02:20:37.756Z] [166/852] Building C object gc/CMakeFiles/omrgc_tracegen.dir/ut_omrmm.c.o [2024-01-19T02:20:37.756Z] [167/852] Building C object gc/CMakeFiles/omrgc_tracegen.dir/ut_j9mm.c.o [2024-01-19T02:20:37.756Z] [168/852] Generating mmprivatehook_internal.h, mmprivatehook.h [2024-01-19T02:20:37.756Z] [169/852] Building C object gc/CMakeFiles/omrgc_tracegen.dir/ut_j9vgc.c.o [2024-01-19T02:20:37.756Z] [170/852] Building CXX object omrtrace/CMakeFiles/omrtrace.dir/omrtraceoptions.cpp.o [2024-01-19T02:20:37.756Z] [171/852] Building CXX object fvtest/omrGtestGlue/CMakeFiles/omrGtest.dir/omrGtest.cpp.o [2024-01-19T02:20:37.756Z] [172/852] Building CXX object example/CMakeFiles/gcexample.dir/__/util/main_function/main_function.cpp.o [2024-01-19T02:20:37.756Z] [173/852] Building CXX object example/CMakeFiles/gcexample.dir/gcmain.cpp.o [2024-01-19T02:20:37.756Z] [174/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/AddressOrderedListPopulator.cpp.o [2024-01-19T02:20:37.756Z] [175/852] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/StartupManagerImpl.cpp.o [2024-01-19T02:20:37.756Z] [176/852] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/ObjectModelDelegate.cpp.o [2024-01-19T02:20:38.818Z] [177/852] Building CXX object omr/CMakeFiles/omrcore.dir/OMR_Agent.cpp.o [2024-01-19T02:20:38.818Z] [178/852] Building CXX object omr/CMakeFiles/omrcore.dir/OMR_MethodDictionary.cpp.o [2024-01-19T02:20:38.818Z] [179/852] Building CXX object omr/CMakeFiles/omrcore.dir/OMR_Profiler.cpp.o [2024-01-19T02:20:38.818Z] [180/852] Building CXX object omr/CMakeFiles/omrcore.dir/OMR_Runtime.cpp.o [2024-01-19T02:20:38.818Z] [181/852] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/VerboseManagerImpl.cpp.o [2024-01-19T02:20:38.818Z] [182/852] Building CXX object omr/CMakeFiles/omrcore.dir/OMR_TIMemorySize.cpp.o [2024-01-19T02:20:38.818Z] [183/852] Building C object omr/CMakeFiles/omrcore.dir/ut_omrti.c.o [2024-01-19T02:20:38.818Z] [184/852] Building CXX object omr/CMakeFiles/omrcore.dir/OMR_VMThread.cpp.o [2024-01-19T02:20:38.818Z] [185/852] Building CXX object omr/CMakeFiles/omrcore.dir/OMR_TI.cpp.o [2024-01-19T02:20:38.818Z] [186/852] Building CXX object omr/CMakeFiles/omrcore.dir/OMR_VM.cpp.o [2024-01-19T02:20:38.818Z] [187/852] Building C object omr/CMakeFiles/omrcore.dir/ut_omrvm.c.o [2024-01-19T02:20:38.818Z] [188/852] Building C object omr/CMakeFiles/omrcore.dir/__/example/glue/LanguageVMGlue.c.o [2024-01-19T02:20:38.818Z] [189/852] Building CXX object omr/CMakeFiles/omrcore.dir/__/example/glue/omrExampleVM.cpp.o [2024-01-19T02:20:38.818Z] [190/852] Building C object omr/CMakeFiles/omrcore.dir/__/example/glue/Profiling.c.o [2024-01-19T02:20:38.818Z] [191/852] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/heapTest.cpp.o [2024-01-19T02:20:38.818Z] [192/852] Building C object omr/startup/CMakeFiles/omrvmstartup.dir/omrrasinit.c.o [2024-01-19T02:20:38.818Z] [193/852] Linking CXX static library omrtrace/libomrtrace.a [2024-01-19T02:20:38.818Z] [194/852] Building C object omr/startup/CMakeFiles/omrvmstartup.dir/omrtrcinit.c.o [2024-01-19T02:20:38.818Z] [195/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/BaseVirtual.cpp.o [2024-01-19T02:20:39.973Z] [196/852] Building CXX object omr/startup/CMakeFiles/omrvmstartup.dir/omrvmstartup.cpp.o [2024-01-19T02:20:39.973Z] [197/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/AllocationInterfaceGeneric.cpp.o [2024-01-19T02:20:39.973Z] [198/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/AllocationContext.cpp.o [2024-01-19T02:20:39.973Z] [199/852] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/fileTest.cpp.o [2024-01-19T02:20:39.973Z] [200/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/BumpAllocatedListPopulator.cpp.o [2024-01-19T02:20:39.973Z] [201/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/CardTable.cpp.o [2024-01-19T02:20:39.973Z] [202/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/Collector.cpp.o [2024-01-19T02:20:39.973Z] [203/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/EmptyListPopulator.cpp.o [2024-01-19T02:20:39.973Z] [204/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/Configuration.cpp.o [2024-01-19T02:20:39.973Z] [205/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/GCCode.cpp.o [2024-01-19T02:20:41.292Z] [206/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/EnvironmentBase.cpp.o [2024-01-19T02:20:41.292Z] [207/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/Forge.cpp.o [2024-01-19T02:20:41.292Z] [208/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/GlobalAllocationManager.cpp.o [2024-01-19T02:20:41.292Z] [209/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/GCExtensionsBase.cpp.o [2024-01-19T02:20:41.292Z] [210/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/GlobalCollector.cpp.o [2024-01-19T02:20:41.292Z] [211/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/Heap.cpp.o [2024-01-19T02:20:41.292Z] [212/852] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/abortTest.cpp.o [2024-01-19T02:20:41.292Z] [213/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/HeapMap.cpp.o [2024-01-19T02:20:41.292Z] [214/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/HeapMapIterator.cpp.o [2024-01-19T02:20:41.292Z] [215/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/HeapMemorySubSpaceIterator.cpp.o [2024-01-19T02:20:41.292Z] [216/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/HeapRegionDescriptor.cpp.o [2024-01-19T02:20:41.292Z] [217/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/HeapRegionIterator.cpp.o [2024-01-19T02:20:42.439Z] [218/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/LightweightNonReentrantLock.cpp.o [2024-01-19T02:20:42.439Z] [219/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/HeapRegionManager.cpp.o [2024-01-19T02:20:42.439Z] [220/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/LightweightNonReentrantRWLock.cpp.o [2024-01-19T02:20:42.439Z] [221/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/HeapVirtualMemory.cpp.o [2024-01-19T02:20:42.439Z] [222/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/HeapRegionManagerTarok.cpp.o [2024-01-19T02:20:42.439Z] [223/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/Math.cpp.o [2024-01-19T02:20:42.439Z] [224/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/MarkedObjectPopulator.cpp.o [2024-01-19T02:20:42.439Z] [225/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/MarkMap.cpp.o [2024-01-19T02:20:42.439Z] [226/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/MarkingScheme.cpp.o [2024-01-19T02:20:42.439Z] [227/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/MarkMapSegmentChunkIterator.cpp.o [2024-01-19T02:20:42.439Z] [228/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemoryManager.cpp.o [2024-01-19T02:20:42.439Z] [229/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/MainGCThread.cpp.o [2024-01-19T02:20:42.439Z] [230/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemoryPoolAddressOrderedListBase.cpp.o [2024-01-19T02:20:42.439Z] [231/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemoryPool.cpp.o [2024-01-19T02:20:42.439Z] [232/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemoryPoolAddressOrderedList.cpp.o [2024-01-19T02:20:42.439Z] [233/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemoryPoolBumpPointer.cpp.o [2024-01-19T02:20:43.579Z] [234/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemoryPoolLargeObjects.cpp.o [2024-01-19T02:20:43.579Z] [235/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemoryPoolSplitAddressOrderedListBase.cpp.o [2024-01-19T02:20:43.579Z] [236/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemoryPoolSplitAddressOrderedList.cpp.o [2024-01-19T02:20:43.579Z] [237/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemorySpace.cpp.o [2024-01-19T02:20:43.579Z] [238/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemorySubSpaceChildIterator.cpp.o [2024-01-19T02:20:43.579Z] [239/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemorySubSpace.cpp.o [2024-01-19T02:20:43.579Z] [240/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/ModronAssertions.cpp.o [2024-01-19T02:20:43.579Z] [241/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemorySubSpaceFlat.cpp.o [2024-01-19T02:20:44.762Z] [242/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemorySubSpacePoolIterator.cpp.o [2024-01-19T02:20:44.762Z] [243/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemorySubSpaceRegionIterator.cpp.o [2024-01-19T02:20:44.762Z] [244/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemorySubSpaceUniSpace.cpp.o [2024-01-19T02:20:44.762Z] [245/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemorySubSpaceGeneric.cpp.o [2024-01-19T02:20:44.762Z] [246/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/NonVirtualMemory.cpp.o [2024-01-19T02:20:44.762Z] [247/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/OMRVMInterface.cpp.o [2024-01-19T02:20:44.762Z] [248/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/NUMAManager.cpp.o [2024-01-19T02:20:44.762Z] [249/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/OMRVMThreadInterface.cpp.o [2024-01-19T02:20:44.762Z] [250/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/ObjectHeapBufferedIterator.cpp.o [2024-01-19T02:20:44.762Z] [251/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/ObjectAllocationInterface.cpp.o [2024-01-19T02:20:44.762Z] [252/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/ObjectHeapIteratorAddressOrderedList.cpp.o [2024-01-19T02:20:44.762Z] [253/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/Packet.cpp.o [2024-01-19T02:20:44.762Z] [254/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/PacketList.cpp.o [2024-01-19T02:20:45.877Z] [255/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/ParallelDispatcher.cpp.o [2024-01-19T02:20:45.877Z] [256/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/ParallelHeapWalker.cpp.o [2024-01-19T02:20:45.877Z] [257/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/ParallelObjectHeapIterator.cpp.o [2024-01-19T02:20:45.877Z] [258/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/ParallelMarkTask.cpp.o [2024-01-19T02:20:45.877Z] [259/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/PhysicalArena.cpp.o [2024-01-19T02:20:45.877Z] [260/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/ParallelTask.cpp.o [2024-01-19T02:20:45.877Z] [261/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/PhysicalSubArena.cpp.o [2024-01-19T02:20:45.877Z] [262/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/PhysicalArenaRegionBased.cpp.o [2024-01-19T02:20:45.877Z] [263/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/PhysicalArenaVirtualMemory.cpp.o [2024-01-19T02:20:45.877Z] [264/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/PhysicalSubArenaVirtualMemory.cpp.o [2024-01-19T02:20:45.877Z] [265/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/PhysicalSubArenaVirtualMemoryFlat.cpp.o [2024-01-19T02:20:45.877Z] [266/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/ReferenceChainWalkerMarkMap.cpp.o [2024-01-19T02:20:45.877Z] [267/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/PhysicalSubArenaRegionBased.cpp.o [2024-01-19T02:20:45.877Z] [268/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/RegionPoolGeneric.cpp.o [2024-01-19T02:20:45.877Z] [269/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/RegionPool.cpp.o [2024-01-19T02:20:47.108Z] [270/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/SparseAddressOrderedFixedSizeDataPool.cpp.o [2024-01-19T02:20:47.108Z] [271/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/SweepPoolManager.cpp.o [2024-01-19T02:20:47.108Z] [272/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/SparseVirtualMemory.cpp.o [2024-01-19T02:20:47.108Z] [273/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/SweepHeapSectioning.cpp.o [2024-01-19T02:20:47.108Z] [274/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/StartupManager.cpp.o [2024-01-19T02:20:47.108Z] [275/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/SweepPoolManagerAddressOrderedListBase.cpp.o [2024-01-19T02:20:47.108Z] [276/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/SweepPoolManagerAddressOrderedList.cpp.o [2024-01-19T02:20:47.108Z] [277/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/SweepPoolManagerHybrid.cpp.o [2024-01-19T02:20:47.108Z] [278/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/SweepPoolState.cpp.o [2024-01-19T02:20:47.108Z] [279/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/SweepPoolManagerSplitAddressOrderedList.cpp.o [2024-01-19T02:20:47.108Z] [280/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/Task.cpp.o [2024-01-19T02:20:47.108Z] [281/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/TLHAllocationSupport.cpp.o [2024-01-19T02:20:48.201Z] [282/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/VirtualMemory.cpp.o [2024-01-19T02:20:48.201Z] [283/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/TLHAllocationInterface.cpp.o [2024-01-19T02:20:48.201Z] [284/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/gcspinlock.cpp.o [2024-01-19T02:20:48.201Z] [285/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/WorkPackets.cpp.o [2024-01-19T02:20:48.201Z] [286/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/WorkPacketOverflow.cpp.o [2024-01-19T02:20:48.201Z] [287/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/gcutils.cpp.o [2024-01-19T02:20:48.201Z] [288/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/WorkStack.cpp.o [2024-01-19T02:20:48.201Z] [289/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/modronapicore.cpp.o [2024-01-19T02:20:48.201Z] [290/852] Building CXX object gc/CMakeFiles/omrgc.dir/stats/CardCleaningStats.cpp.o [2024-01-19T02:20:48.201Z] [291/852] Building CXX object gc/CMakeFiles/omrgc.dir/stats/AllocationStats.cpp.o [2024-01-19T02:20:48.201Z] [292/852] Building CXX object gc/CMakeFiles/omrgc.dir/startup/omrgcalloc.cpp.o [2024-01-19T02:20:48.201Z] [293/852] Building CXX object gc/CMakeFiles/omrgc.dir/stats/ClassUnloadStats.cpp.o [2024-01-19T02:20:48.201Z] [294/852] Building CXX object gc/CMakeFiles/omrgc.dir/startup/mminitcore.cpp.o [2024-01-19T02:20:48.201Z] [295/852] Building CXX object gc/CMakeFiles/omrgc.dir/stats/HeapResizeStats.cpp.o [2024-01-19T02:20:48.201Z] [296/852] Building CXX object gc/CMakeFiles/omrgc.dir/stats/MarkStats.cpp.o [2024-01-19T02:20:48.201Z] [297/852] Building CXX object gc/CMakeFiles/omrgc.dir/startup/omrgcstartup.cpp.o [2024-01-19T02:20:48.201Z] [298/852] Building CXX object gc/CMakeFiles/omrgc.dir/stats/RootScannerStats.cpp.o [2024-01-19T02:20:48.201Z] [299/852] Building CXX object gc/CMakeFiles/omrgc.dir/stats/MetronomeStats.cpp.o [2024-01-19T02:20:48.201Z] [300/852] Building CXX object gc/CMakeFiles/omrgc.dir/stats/SweepStats.cpp.o [2024-01-19T02:20:49.349Z] [301/852] Building CXX object gc/CMakeFiles/omrgc.dir/stats/ScavengerStats.cpp.o [2024-01-19T02:20:49.349Z] [302/852] Building CXX object gc/CMakeFiles/omrgc.dir/stats/FreeEntrySizeClassStats.cpp.o [2024-01-19T02:20:49.349Z] [303/852] Building CXX object gc/CMakeFiles/omrgc.dir/structs/ForwardedHeader.cpp.o [2024-01-19T02:20:49.349Z] [304/852] Building CXX object gc/CMakeFiles/omrgc.dir/structs/HashTableIterator.cpp.o [2024-01-19T02:20:49.349Z] [305/852] Building CXX object gc/CMakeFiles/omrgc.dir/structs/OMRVMThreadListIterator.cpp.o [2024-01-19T02:20:49.349Z] [306/852] Building CXX object gc/CMakeFiles/omrgc.dir/structs/PoolIterator.cpp.o [2024-01-19T02:20:49.349Z] [307/852] Building CXX object gc/CMakeFiles/omrgc.dir/stats/LargeObjectAllocateStats.cpp.o [2024-01-19T02:20:49.349Z] [308/852] Building CXX object gc/CMakeFiles/omrgc.dir/structs/SublistFragment.cpp.o [2024-01-19T02:20:49.349Z] [309/852] Building CXX object gc/CMakeFiles/omrgc.dir/structs/SublistIterator.cpp.o [2024-01-19T02:20:49.349Z] [310/852] Building CXX object gc/CMakeFiles/omrgc.dir/structs/SublistPool.cpp.o [2024-01-19T02:20:49.349Z] [311/852] Building CXX object gc/CMakeFiles/omrgc.dir/structs/SublistSlotIterator.cpp.o [2024-01-19T02:20:49.349Z] [312/852] Building CXX object gc/CMakeFiles/omrgc.dir/structs/SublistPuddle.cpp.o [2024-01-19T02:20:49.349Z] [313/852] Building CXX object gc/CMakeFiles/omrgc.dir/verbose/VerboseBuffer.cpp.o [2024-01-19T02:20:49.349Z] [314/852] Building CXX object gc/CMakeFiles/omrgc.dir/verbose/VerboseWriter.cpp.o [2024-01-19T02:20:49.349Z] [315/852] Building CXX object gc/CMakeFiles/omrgc.dir/verbose/VerboseManager.cpp.o [2024-01-19T02:20:49.349Z] [316/852] Building CXX object gc/CMakeFiles/omrgc.dir/verbose/VerboseWriterChain.cpp.o [2024-01-19T02:20:50.416Z] [317/852] Building CXX object gc/CMakeFiles/omrgc.dir/verbose/VerboseWriterFileLogging.cpp.o [2024-01-19T02:20:50.416Z] [318/852] Building CXX object gc/CMakeFiles/omrgc.dir/verbose/VerboseHandlerOutput.cpp.o [2024-01-19T02:20:50.416Z] [319/852] Building CXX object gc/CMakeFiles/omrgc.dir/verbose/VerboseWriterFileLoggingBuffered.cpp.o [2024-01-19T02:20:50.416Z] [320/852] Building CXX object gc/CMakeFiles/omrgc.dir/verbose/VerboseWriterHook.cpp.o [2024-01-19T02:20:50.416Z] [321/852] Building CXX object gc/CMakeFiles/omrgc.dir/verbose/VerboseWriterFileLoggingSynchronous.cpp.o [2024-01-19T02:20:50.416Z] [322/852] Building CXX object gc/CMakeFiles/omrgc.dir/verbose/VerboseWriterStreamOutput.cpp.o [2024-01-19T02:20:50.416Z] [323/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConfigurationStandard.cpp.o [2024-01-19T02:20:50.416Z] [324/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/CopyScanCacheChunk.cpp.o [2024-01-19T02:20:50.416Z] [325/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConfigurationFlat.cpp.o [2024-01-19T02:20:50.417Z] [326/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/CopyScanCacheChunkInHeap.cpp.o [2024-01-19T02:20:50.417Z] [327/852] Building CXX object gc/CMakeFiles/omrgc.dir/verbose/handler_standard/VerboseHandlerOutputStandard.cpp.o [2024-01-19T02:20:51.589Z] [328/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/EnvironmentStandard.cpp.o [2024-01-19T02:20:51.589Z] [329/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/HeapMemoryPoolIterator.cpp.o [2024-01-19T02:20:51.589Z] [330/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/HeapRegionDescriptorStandard.cpp.o [2024-01-19T02:20:51.589Z] [331/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/HeapRegionManagerStandard.cpp.o [2024-01-19T02:20:51.589Z] [332/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/HeapWalker.cpp.o [2024-01-19T02:20:51.589Z] [333/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/OverflowStandard.cpp.o [2024-01-19T02:20:51.589Z] [334/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentCardTableForWC.cpp.o [2024-01-19T02:20:51.589Z] [335/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/SweepHeapSectioningSegmented.cpp.o [2024-01-19T02:20:51.589Z] [336/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ParallelSweepScheme.cpp.o [2024-01-19T02:20:51.589Z] [337/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/WorkPacketsStandard.cpp.o [2024-01-19T02:20:51.589Z] [338/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ParallelGlobalGC.cpp.o [2024-01-19T02:20:52.656Z] [339/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentCardTable.cpp.o [2024-01-19T02:20:52.656Z] [340/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentClearNewMarkBitsTask.cpp.o [2024-01-19T02:20:52.656Z] [341/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentGCSATB.cpp.o [2024-01-19T02:20:52.656Z] [342/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentPrepareCardTableTask.cpp.o [2024-01-19T02:20:52.656Z] [343/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentFinalCleanCardsTask.cpp.o [2024-01-19T02:20:52.656Z] [344/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentCompleteTracingTask.cpp.o [2024-01-19T02:20:52.656Z] [345/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/RememberedSetSATB.cpp.o [2024-01-19T02:20:52.656Z] [346/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/WorkPacketsSATB.cpp.o [2024-01-19T02:20:52.656Z] [347/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentSafepointCallback.cpp.o [2024-01-19T02:20:52.656Z] [348/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentGC.cpp.o [2024-01-19T02:20:52.656Z] [349/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentOverflow.cpp.o [2024-01-19T02:20:52.656Z] [350/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentGCIncrementalUpdate.cpp.o [2024-01-19T02:20:52.656Z] [351/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/WorkPacketsConcurrent.cpp.o [2024-01-19T02:20:52.656Z] [352/852] Building CXX object gc/CMakeFiles/omrgc.dir/stats/ConcurrentGCStats.cpp.o [2024-01-19T02:20:53.659Z] [353/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/HeapSplit.cpp.o [2024-01-19T02:20:53.659Z] [354/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentScanRememberedSetTask.cpp.o [2024-01-19T02:20:53.659Z] [355/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/CopyScanCacheList.cpp.o [2024-01-19T02:20:53.659Z] [356/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemorySubSpaceGenerational.cpp.o [2024-01-19T02:20:53.659Z] [357/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ParallelScavengeTask.cpp.o [2024-01-19T02:20:53.659Z] [358/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConfigurationGenerational.cpp.o [2024-01-19T02:20:53.659Z] [359/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemorySubSpaceSemiSpace.cpp.o [2024-01-19T02:20:54.861Z] [360/852] Building CXX object gc/CMakeFiles/omrgc.dir/stats/ScavengerCopyScanRatio.cpp.o [2024-01-19T02:20:54.861Z] [361/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/PhysicalSubArenaVirtualMemorySemiSpace.cpp.o [2024-01-19T02:20:54.861Z] [362/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/RSOverflow.cpp.o [2024-01-19T02:20:54.861Z] [363/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/ConfigurationSegregated.cpp.o [2024-01-19T02:20:54.861Z] [364/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/AllocationContextSegregated.cpp.o [2024-01-19T02:20:54.861Z] [365/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/GlobalAllocationManagerSegregated.cpp.o [2024-01-19T02:20:54.861Z] [366/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/HeapRegionDescriptorSegregated.cpp.o [2024-01-19T02:20:54.861Z] [367/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/LockingHeapRegionQueue.cpp.o [2024-01-19T02:20:54.861Z] [368/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/LockingFreeHeapRegionList.cpp.o [2024-01-19T02:20:54.861Z] [369/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/MemoryPoolAggregatedCellList.cpp.o [2024-01-19T02:20:56.000Z] [370/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/MemoryPoolSegregated.cpp.o [2024-01-19T02:20:56.000Z] [371/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/ObjectHeapIteratorSegregated.cpp.o [2024-01-19T02:20:56.000Z] [372/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/Scavenger.cpp.o [2024-01-19T02:20:56.000Z] [373/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/MemorySubSpaceSegregated.cpp.o [2024-01-19T02:20:56.000Z] [374/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/OverflowSegregated.cpp.o [2024-01-19T02:20:56.000Z] [375/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/RegionPoolSegregated.cpp.o [2024-01-19T02:20:56.000Z] [376/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/SegregatedAllocationTracker.cpp.o [2024-01-19T02:20:56.000Z] [377/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/SegregatedAllocationInterface.cpp.o [2024-01-19T02:20:56.000Z] [378/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/SegregatedGC.cpp.o [2024-01-19T02:20:56.000Z] [379/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/SegregatedMarkingScheme.cpp.o [2024-01-19T02:20:57.170Z] [380/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/SizeClasses.cpp.o [2024-01-19T02:20:57.170Z] [381/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/WorkPacketsSegregated.cpp.o [2024-01-19T02:20:57.170Z] [382/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/SegregatedListPopulator.cpp.o [2024-01-19T02:20:57.170Z] [383/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/SegregatedSweepTask.cpp.o [2024-01-19T02:20:57.170Z] [384/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/vlhgc/HeapRegionStateTable.cpp.o [2024-01-19T02:20:57.170Z] [385/852] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/SweepSchemeSegregated.cpp.o [2024-01-19T02:20:57.170Z] [386/852] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/CompactSchemeFixupObject.cpp.o [2024-01-19T02:20:57.170Z] [387/852] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/CollectorLanguageInterfaceImpl.cpp.o [2024-01-19T02:20:57.170Z] [388/852] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/ConcurrentMarkingDelegate.cpp.o [2024-01-19T02:20:57.170Z] [389/852] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/GlobalCollectorDelegate.cpp.o [2024-01-19T02:20:57.170Z] [390/852] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/EnvironmentDelegate.cpp.o [2024-01-19T02:20:57.170Z] [391/852] Linking CXX static library omr/libomrcore.a [2024-01-19T02:20:57.170Z] [392/852] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/FrequentObjectsStats.cpp.o [2024-01-19T02:20:57.170Z] [393/852] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/MarkingDelegate.cpp.o [2024-01-19T02:20:57.170Z] [394/852] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/ObjectIterator.cpp.o [2024-01-19T02:20:57.170Z] [395/852] Linking CXX static library fvtest/omrGtestGlue/libomrGtest.a [2024-01-19T02:20:57.170Z] [396/852] Building CXX object fvtest/coretest/CMakeFiles/TestTypeTraits.dir/__/__/util/main_function/main_function.cpp.o [2024-01-19T02:20:58.302Z] [397/852] Building CXX object fvtest/coretest/CMakeFiles/TestIntrusiveList.dir/__/__/util/main_function/main_function.cpp.o [2024-01-19T02:20:58.302Z] [398/852] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/ScavengerDelegate.cpp.o [2024-01-19T02:20:58.302Z] [399/852] Linking CXX static library gc/libomrgc.a [2024-01-19T02:20:58.302Z] [400/852] Linking CXX static library omr/startup/libomrvmstartup.a [2024-01-19T02:20:59.500Z] [401/852] Building CXX object fvtest/coretest/CMakeFiles/TestIntrusiveList.dir/main.cpp.o [2024-01-19T02:20:59.500Z] [402/852] Generating hooksample_internal.h, hooksample.h [2024-01-19T02:20:59.500Z] [403/852] Linking CXX executable example/gcexample [2024-01-19T02:20:59.500Z] [404/852] Building CXX object fvtest/coretest/CMakeFiles/TestTypeTraits.dir/main.cpp.o [2024-01-19T02:20:59.500Z] [405/852] Building C object fvtest/algotest/CMakeFiles/omralgotest.dir/avltest.c.o [2024-01-19T02:20:59.500Z] [406/852] Building C object fvtest/algotest/CMakeFiles/omralgotest.dir/hooktest.c.o [2024-01-19T02:20:59.500Z] [407/852] Building CXX object fvtest/coretest/CMakeFiles/TestIntrusiveList.dir/TestIntrusiveList.cpp.o [2024-01-19T02:20:59.500Z] [408/852] Building C object fvtest/algotest/CMakeFiles/omralgotest.dir/hashtabletest.c.o [2024-01-19T02:21:00.643Z] [409/852] Building CXX object fvtest/algotest/CMakeFiles/omralgotest.dir/__/__/util/main_function/main_function.cpp.o [2024-01-19T02:21:00.643Z] [410/852] Building C object fvtest/algotest/CMakeFiles/omralgotest.dir/pooltest.c.o [2024-01-19T02:21:00.643Z] [411/852] Building CXX object fvtest/coretest/CMakeFiles/TestTypeTraits.dir/TestTypeTraits.cpp.o [2024-01-19T02:21:00.643Z] [412/852] Linking CXX executable fvtest/coretest/TestIntrusiveList [2024-01-19T02:21:00.643Z] [413/852] Building CXX object fvtest/coretest/CMakeFiles/TestBytes.dir/TestBytes.cpp.o [2024-01-19T02:21:00.643Z] In file included from ../fvtest/coretest/TestBytes.cpp:24:0: [2024-01-19T02:21:00.643Z] ../third_party/gtest-1.8.0/include/gtest/gtest.h: In instantiation of 'testing::AssertionResult testing::internal::CmpHelperNE(const char*, const char*, const T1&, const T2&) [with T1 = int; T2 = unsigned int]': [2024-01-19T02:21:00.643Z] ../fvtest/coretest/TestBytes.cpp:140:2: required from here [2024-01-19T02:21:00.643Z] ../third_party/gtest-1.8.0/include/gtest/gtest.h:1522:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] [2024-01-19T02:21:00.643Z] ../third_party/gtest-1.8.0/include/gtest/gtest.h:1510:7: [2024-01-19T02:21:00.643Z] if (val1 op val2) {\ [2024-01-19T02:21:00.643Z] ~~~~~~~~~ [2024-01-19T02:21:00.643Z] ../third_party/gtest-1.8.0/include/gtest/gtest.h:1522:28: [2024-01-19T02:21:00.643Z] GTEST_IMPL_CMP_HELPER_(NE, !=); [2024-01-19T02:21:00.643Z] ../third_party/gtest-1.8.0/include/gtest/gtest.h:1510:12: note: in definition of macro 'GTEST_IMPL_CMP_HELPER_' [2024-01-19T02:21:00.643Z] if (val1 op val2) {\ [2024-01-19T02:21:00.643Z] ^~ [2024-01-19T02:21:00.643Z] ../third_party/gtest-1.8.0/include/gtest/gtest.h: In instantiation of 'testing::AssertionResult testing::internal::CmpHelperEQ(const char*, const char*, const T1&, const T2&) [with T1 = int; T2 = unsigned int]': [2024-01-19T02:21:00.643Z] ../third_party/gtest-1.8.0/include/gtest/gtest.h:1459:23: required from 'static testing::AssertionResult testing::internal::EqHelper::Compare(const char*, const char*, const T1&, const T2&, typename testing::internal::EnableIf<(! testing::internal::is_pointer::value)>::type*) [with T1 = int; T2 = unsigned int; typename testing::internal::EnableIf<(! testing::internal::is_pointer::value)>::type = void]' [2024-01-19T02:21:00.643Z] ../fvtest/coretest/TestBytes.cpp:31:2: required from here [2024-01-19T02:21:00.643Z] ../third_party/gtest-1.8.0/include/gtest/gtest.h:1392:11: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] [2024-01-19T02:21:00.643Z] if (lhs == rhs) { [2024-01-19T02:21:00.643Z] ~~~~^~~~~~ [2024-01-19T02:21:00.643Z] ../third_party/gtest-1.8.0/include/gtest/gtest.h: In instantiation of 'testing::AssertionResult testing::internal::CmpHelperEQ(const char*, const char*, const T1&, const T2&) [with T1 = unsigned int; T2 = int]': [2024-01-19T02:21:00.643Z] ../third_party/gtest-1.8.0/include/gtest/gtest.h:1421:23: required from 'static testing::AssertionResult testing::internal::EqHelper::Compare(const char*, const char*, const T1&, const T2&) [with T1 = unsigned int; T2 = int; bool lhs_is_null_literal = false]' [2024-01-19T02:21:00.643Z] ../fvtest/coretest/TestBytes.cpp:207:3: required from here [2024-01-19T02:21:00.643Z] ../third_party/gtest-1.8.0/include/gtest/gtest.h:1392:11: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] [2024-01-19T02:21:00.643Z] [414/852] Building CXX object fvtest/coretest/CMakeFiles/TestBytes.dir/__/__/util/main_function/main_function.cpp.o [2024-01-19T02:21:00.643Z] [415/852] Linking CXX executable fvtest/coretest/TestTypeTraits [2024-01-19T02:21:01.774Z] [416/852] Building CXX object fvtest/algotest/CMakeFiles/omralgotest.dir/main.cpp.o [2024-01-19T02:21:01.774Z] [417/852] Building CXX object fvtest/coretest/CMakeFiles/TestBytes.dir/main.cpp.o [2024-01-19T02:21:01.774Z] [418/852] Linking CXX executable fvtest/coretest/TestBytes [2024-01-19T02:21:02.985Z] [419/852] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/memTest.cpp.o [2024-01-19T02:21:02.985Z] [420/852] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrportTest.cpp.o [2024-01-19T02:21:04.167Z] [421/852] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/main.cpp.o [2024-01-19T02:21:04.167Z] [422/852] Building CXX object fvtest/algotest/CMakeFiles/omralgotest.dir/algoTest.cpp.o [2024-01-19T02:21:04.167Z] [423/852] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrerrorTest.cpp.o [2024-01-19T02:21:04.167Z] [424/852] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrdumpTest.cpp.o [2024-01-19T02:21:04.167Z] [425/852] Linking CXX executable fvtest/algotest/omralgotest [2024-01-19T02:21:05.220Z] [426/852] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrfilestreamTest.cpp.o [2024-01-19T02:21:05.220Z] [427/852] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrfileTest.cpp.o [2024-01-19T02:21:06.284Z] [428/852] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrheapTest.cpp.o [2024-01-19T02:21:06.284Z] [429/852] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrintrospectTest.cpp.o [2024-01-19T02:21:06.284Z] [430/852] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrmemTest.cpp.o [2024-01-19T02:21:07.349Z] [431/852] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrmmapTest.cpp.o [2024-01-19T02:21:07.349Z] [432/852] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrsignalExtendedTest.cpp.o [2024-01-19T02:21:07.349Z] [433/852] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrsignalTest.cpp.o [2024-01-19T02:21:08.537Z] [434/852] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrslTest.cpp.o [2024-01-19T02:21:08.537Z] [435/852] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrtimeTest.cpp.o [2024-01-19T02:21:08.537Z] [436/852] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrstrTest.cpp.o [2024-01-19T02:21:09.862Z] [437/852] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrttyExtendedTest.cpp.o [2024-01-19T02:21:10.942Z] [438/852] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrttyTest.cpp.o [2024-01-19T02:21:10.942Z] [439/852] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/testHelpers.cpp.o [2024-01-19T02:21:10.942Z] [440/852] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/si_numcpusTest.cpp.o [2024-01-19T02:21:10.942Z] [441/852] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/__/__/util/main_function/main_function.cpp.o [2024-01-19T02:21:10.942Z] [442/852] Linking CXX shared library fvtest/rastest/libsubscriberAgent.so [2024-01-19T02:21:10.942Z] [443/852] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrvmemTest.cpp.o [2024-01-19T02:21:10.942Z] [444/852] Building C object fvtest/rastest/CMakeFiles/cpuLoadAgent.dir/cpuLoadAgent.c.o [2024-01-19T02:21:10.942Z] [445/852] Building C object fvtest/rastest/CMakeFiles/traceagent.dir/traceagent.c.o [2024-01-19T02:21:10.942Z] [446/852] Building C object fvtest/rastest/CMakeFiles/sampleSubscriber.dir/sampleSubscriber.c.o [2024-01-19T02:21:10.942Z] [447/852] Linking CXX shared library fvtest/rastest/libcpuLoadAgent.so [2024-01-19T02:21:10.942Z] [448/852] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/testProcessHelpers.cpp.o [2024-01-19T02:21:10.942Z] [449/852] Linking C shared library fvtest/rastest/libsampleSubscriber.so [2024-01-19T02:21:10.942Z] [450/852] Linking CXX shared library fvtest/rastest/libtraceagent.so [2024-01-19T02:21:10.942Z] [451/852] Building C object fvtest/rastest/CMakeFiles/invalidAgentMissingOnLoad.dir/invalidAgentMissingOnLoad.c.o [2024-01-19T02:21:12.036Z] [452/852] Building C object fvtest/rastest/CMakeFiles/invalidAgentReturnError.dir/invalidAgentReturnError.c.o [2024-01-19T02:21:12.036Z] [453/852] Building C object fvtest/rastest/CMakeFiles/invalidAgentMissingOnUnload.dir/invalidAgentMissingOnUnload.c.o [2024-01-19T02:21:12.036Z] [454/852] Linking C shared library fvtest/rastest/libinvalidAgentMissingOnLoad.so [2024-01-19T02:21:12.036Z] [455/852] Building C object fvtest/rastest/CMakeFiles/subscriberAgentWithJ9thread.dir/subscriberAgentWithJ9thread.c.o [2024-01-19T02:21:12.036Z] [456/852] Linking C shared library fvtest/rastest/libinvalidAgentReturnError.so [2024-01-19T02:21:12.036Z] [457/852] Linking C shared library fvtest/rastest/libinvalidAgentMissingOnUnload.so [2024-01-19T02:21:12.036Z] [458/852] Generating ut_omr_test.c, ut_omr_test.h, ut_omr_test.pdat [2024-01-19T02:21:12.036Z] [459/852] Building C object fvtest/rastest/CMakeFiles/bindthreadagent.dir/bindthreadagent.c.o [2024-01-19T02:21:12.036Z] [460/852] Linking CXX shared library fvtest/rastest/libsubscriberAgentWithJ9thread.so [2024-01-19T02:21:12.036Z] [461/852] Building C object fvtest/rastest/CMakeFiles/traceOptionAgent.dir/traceOptionAgent.c.o [2024-01-19T02:21:12.036Z] [462/852] Building C object fvtest/rastest/CMakeFiles/omrtraceoptiontest.dir/ut_omr_test.c.o [2024-01-19T02:21:12.036Z] [463/852] Building CXX object fvtest/rastest/CMakeFiles/omrtraceoptiontest.dir/__/__/util/main_function/main_function.cpp.o [2024-01-19T02:21:13.171Z] [464/852] Building CXX object fvtest/rastest/CMakeFiles/omrtraceoptiontest.dir/main.cpp.o [2024-01-19T02:21:14.313Z] [465/852] Building CXX object fvtest/rastest/CMakeFiles/omrtraceoptiontest.dir/rasTestHelpers.cpp.o [2024-01-19T02:21:14.313Z] [466/852] Building CXX object fvtest/rastest/CMakeFiles/omrtraceoptiontest.dir/traceOptionTest.cpp.o [2024-01-19T02:21:15.335Z] [467/852] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrsockTest.cpp.o [2024-01-19T02:21:15.335Z] [468/852] Building CXX object fvtest/rastest/CMakeFiles/omrrastest.dir/agentNegativeTest.cpp.o [2024-01-19T02:21:16.442Z] [469/852] Building CXX object fvtest/rastest/CMakeFiles/omrrastest.dir/main.cpp.o [2024-01-19T02:21:16.442Z] [470/852] Building CXX object fvtest/rastest/CMakeFiles/omrrastest.dir/memoryCategoriesTest.cpp.o [2024-01-19T02:21:16.442Z] [471/852] Building CXX object fvtest/rastest/CMakeFiles/omrrastest.dir/agentTest.cpp.o [2024-01-19T02:21:17.611Z] [472/852] Building CXX object fvtest/rastest/CMakeFiles/omrrastest.dir/methodDictionaryTest.cpp.o [2024-01-19T02:21:17.611Z] [473/852] Building CXX object fvtest/rastest/CMakeFiles/omrrastest.dir/rasTestHelpers.cpp.o [2024-01-19T02:21:17.611Z] [474/852] Building C object fvtest/rastest/CMakeFiles/omrrastest.dir/ut_omr_test.c.o [2024-01-19T02:21:17.611Z] [475/852] Building CXX object fvtest/rastest/CMakeFiles/omrrastest.dir/__/__/util/main_function/main_function.cpp.o [2024-01-19T02:21:17.611Z] [476/852] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/si.cpp.o [2024-01-19T02:21:17.611Z] In file included from ../fvtest/omrGtestGlue/./omrTest.h:49:0, [2024-01-19T02:21:17.611Z] from ../fvtest/porttest/testHelpers.hpp:43, [2024-01-19T02:21:17.611Z] from ../fvtest/porttest/si.cpp:66: [2024-01-19T02:21:17.611Z] ../third_party/gtest-1.8.0/include/gtest/gtest.h: In instantiation of 'testing::AssertionResult testing::internal::CmpHelperNE(const char*, const char*, const T1&, const T2&) [with T1 = unsigned int; T2 = int]': [2024-01-19T02:21:17.611Z] ../fvtest/porttest/si.cpp:3171:2: required from here [2024-01-19T02:21:17.611Z] ../third_party/gtest-1.8.0/include/gtest/gtest.h:1522:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] [2024-01-19T02:21:17.611Z] ../third_party/gtest-1.8.0/include/gtest/gtest.h:1510:7: [2024-01-19T02:21:17.611Z] if (val1 op val2) {\ [2024-01-19T02:21:17.611Z] ~~~~~~~~~ [2024-01-19T02:21:17.611Z] ../third_party/gtest-1.8.0/include/gtest/gtest.h:1522:28: [2024-01-19T02:21:17.611Z] GTEST_IMPL_CMP_HELPER_(NE, !=); [2024-01-19T02:21:17.612Z] ../third_party/gtest-1.8.0/include/gtest/gtest.h:1510:12: note: in definition of macro 'GTEST_IMPL_CMP_HELPER_' [2024-01-19T02:21:17.612Z] if (val1 op val2) {\ [2024-01-19T02:21:17.612Z] ^~ [2024-01-19T02:21:18.719Z] [477/852] Building CXX object fvtest/rastest/CMakeFiles/omrrastest.dir/traceLifecycleTest.cpp.o [2024-01-19T02:21:18.719Z] [478/852] Building CXX object fvtest/rastest/CMakeFiles/omrrastest.dir/traceLogTest.cpp.o [2024-01-19T02:21:19.800Z] [479/852] Building CXX object fvtest/rastest/CMakeFiles/omrrastest.dir/traceTest.cpp.o [2024-01-19T02:21:19.800Z] [480/852] Building C object fvtest/rastest/CMakeFiles/omrsubscribertest.dir/ut_omr_test.c.o [2024-01-19T02:21:19.800Z] [481/852] Building CXX object fvtest/rastest/CMakeFiles/omrrastest.dir/traceRecordHelpers.cpp.o [2024-01-19T02:21:19.800Z] [482/852] Linking CXX executable fvtest/porttest/omrporttest [2024-01-19T02:21:19.800Z] [483/852] Building CXX object fvtest/rastest/CMakeFiles/omrsubscribertest.dir/__/__/util/main_function/main_function.cpp.o [2024-01-19T02:21:19.800Z] [484/852] Linking C shared library fvtest/rastest/libtraceOptionAgent.so [2024-01-19T02:21:19.800Z] [485/852] Building CXX object fvtest/rastest/CMakeFiles/omrsubscribertest.dir/main.cpp.o [2024-01-19T02:21:19.800Z] [486/852] Linking CXX shared library fvtest/rastest/libbindthreadagent.so [2024-01-19T02:21:19.800Z] [487/852] Generating tracemerge.stamp [2024-01-19T02:21:21.007Z] [488/852] Linking CXX executable fvtest/rastest/omrtraceoptiontest [2024-01-19T02:21:21.007Z] [489/852] Linking CXX executable fvtest/rastest/omrrastest [2024-01-19T02:21:21.007Z] [490/852] Building CXX object fvtest/rastest/CMakeFiles/omrsubscribertest.dir/subscriberTest.cpp.o [2024-01-19T02:21:21.007Z] [491/852] Building CXX object fvtest/rastest/CMakeFiles/omrsubscribertest.dir/subscriberForkTest.cpp.o [2024-01-19T02:21:21.007Z] [492/852] Building CXX object fvtest/rastest/CMakeFiles/omrsubscribertest.dir/rasTestHelpers.cpp.o [2024-01-19T02:21:21.007Z] [493/852] Building CXX object fvtest/sigtest/CMakeFiles/omrsigtest.dir/__/__/util/main_function/main_function.cpp.o [2024-01-19T02:21:22.142Z] [494/852] Building CXX object fvtest/sigtest/CMakeFiles/omrsigtest.dir/sigTestHelpers.cpp.o [2024-01-19T02:21:23.233Z] [495/852] Linking CXX executable fvtest/rastest/omrsubscribertest [2024-01-19T02:21:23.233Z] [496/852] Building CXX object fvtest/sigtest/CMakeFiles/omrsigtest.dir/sigTest.cpp.o [2024-01-19T02:21:23.233Z] [497/852] Building CXX object fvtest/threadextendedtest/CMakeFiles/omrthreadextendedtest.dir/processTimeTest.cpp.o [2024-01-19T02:21:23.233Z] [498/852] Building CXX object fvtest/sigtest/CMakeFiles/omrsigtest.dir/main.cpp.o [2024-01-19T02:21:23.233Z] [499/852] Building CXX object fvtest/threadextendedtest/CMakeFiles/omrthreadextendedtest.dir/__/__/util/main_function/main_function.cpp.o [2024-01-19T02:21:23.233Z] [500/852] Building CXX object fvtest/threadextendedtest/CMakeFiles/omrthreadextendedtest.dir/threadCpuTimeTest.cpp.o [2024-01-19T02:21:24.422Z] [501/852] Linking CXX executable fvtest/sigtest/omrsigtest [2024-01-19T02:21:24.422Z] [502/852] Building CXX object fvtest/threadextendedtest/CMakeFiles/omrthreadextendedtest.dir/threadExtendedTestHelpers.cpp.o [2024-01-19T02:21:25.573Z] [503/852] Building CXX object fvtest/threadextendedtest/CMakeFiles/omrthreadextendedtest.dir/threadExtendedTestMain.cpp.o [2024-01-19T02:21:25.573Z] [504/852] Building CXX object fvtest/threadextendedtest/CMakeFiles/omrthreadextendedtest.dir/timeBaseTest.cpp.o [2024-01-19T02:21:25.573Z] [505/852] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/CEnterExit.cpp.o [2024-01-19T02:21:25.573Z] [506/852] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/CMonitor.cpp.o [2024-01-19T02:21:25.573Z] [507/852] Linking CXX executable fvtest/threadextendedtest/omrthreadextendedtest [2024-01-19T02:21:26.664Z] [508/852] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/CThread.cpp.o [2024-01-19T02:21:26.664Z] [509/852] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/createTest.cpp.o [2024-01-19T02:21:26.664Z] [510/852] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/joinTest.cpp.o [2024-01-19T02:21:27.767Z] [511/852] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/keyDestructorTest.cpp.o [2024-01-19T02:21:27.767Z] [512/852] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/main.cpp.o [2024-01-19T02:21:27.767Z] [513/852] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/lockedMonitorCountTest.cpp.o [2024-01-19T02:21:28.898Z] [514/852] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/ospriority.cpp.o [2024-01-19T02:21:28.898Z] [515/852] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/__/__/util/main_function/main_function.cpp.o [2024-01-19T02:21:28.898Z] [516/852] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/priorityInterruptTest.cpp.o [2024-01-19T02:21:29.948Z] [517/852] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/sanityTest.cpp.o [2024-01-19T02:21:29.948Z] [518/852] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/rwMutexTest.cpp.o [2024-01-19T02:21:29.948Z] [519/852] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/threadTestHelp.cpp.o [2024-01-19T02:21:29.948Z] [520/852] Building CXX object fvtest/vmtest/CMakeFiles/omrvmtest.dir/__/__/util/main_function/main_function.cpp.o [2024-01-19T02:21:31.072Z] [521/852] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/sanityTestHelper.cpp.o [2024-01-19T02:21:31.072Z] [522/852] Building CXX object fvtest/utiltest/CMakeFiles/omrutiltest.dir/main.cpp.o [2024-01-19T02:21:31.072Z] [523/852] Linking CXX executable fvtest/utiltest/omrutiltest [2024-01-19T02:21:31.072Z] [524/852] Building CXX object fvtest/vmtest/CMakeFiles/omrvmtest.dir/vmForkTest.cpp.o [2024-01-19T02:21:31.072Z] [525/852] Building CXX object fvtest/vmtest/CMakeFiles/omrvmtest.dir/main.cpp.o [2024-01-19T02:21:31.072Z] [526/852] Linking CXX executable fvtest/threadtest/omrthreadtest [2024-01-19T02:21:32.516Z] [527/852] Building CXX object fvtest/gctest/CMakeFiles/omrgctest.dir/GCConfigObjectTable.cpp.o [2024-01-19T02:21:32.516Z] [528/852] Linking CXX executable fvtest/vmtest/omrvmtest [2024-01-19T02:21:32.516Z] [529/852] Building CXX object fvtest/gctest/CMakeFiles/omrgctest.dir/__/__/util/main_function/main_function.cpp.o [2024-01-19T02:21:32.516Z] [530/852] Generate /home/jenkins/workspace/Build/build/testcompilerName.cpp [2024-01-19T02:21:33.686Z] [531/852] Building CXX object fvtest/gctest/CMakeFiles/omrgctest.dir/gcTestHelpers.cpp.o [2024-01-19T02:21:33.686Z] [532/852] Building CXX object fvtest/gctest/CMakeFiles/omrgctest.dir/main.cpp.o [2024-01-19T02:21:33.686Z] [533/852] Building CXX object fvtest/gctest/CMakeFiles/omrgctest.dir/StartupManagerTestExample.cpp.o [2024-01-19T02:21:33.686Z] [534/852] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/LimitFileTest.cpp.o [2024-01-19T02:21:33.686Z] [535/852] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/LogFileTest.cpp.o [2024-01-19T02:21:33.686Z] [536/852] Building CXX object fvtest/gctest/CMakeFiles/omrgctest.dir/GCConfigTest.cpp.o [2024-01-19T02:21:33.686Z] [537/852] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/OptionSetTest.cpp.o [2024-01-19T02:21:34.750Z] [538/852] Building CXX object fvtest/gctest/CMakeFiles/omrgctest.dir/TestHeapRegionStateTable.cpp.o [2024-01-19T02:21:34.750Z] In file included from ../fvtest/omrGtestGlue/./omrTest.h:49:0, [2024-01-19T02:21:34.750Z] from ../fvtest/gctest/gcTestHelpers.hpp:25, [2024-01-19T02:21:34.750Z] from ../fvtest/gctest/TestHeapRegionStateTable.cpp:23: [2024-01-19T02:21:34.750Z] ../third_party/gtest-1.8.0/include/gtest/gtest.h: In instantiation of 'testing::AssertionResult testing::internal::CmpHelperEQ(const char*, const char*, const T1&, const T2&) [with T1 = unsigned int; T2 = int]': [2024-01-19T02:21:34.750Z] ../third_party/gtest-1.8.0/include/gtest/gtest.h:1421:23: required from 'static testing::AssertionResult testing::internal::EqHelper::Compare(const char*, const char*, const T1&, const T2&) [with T1 = unsigned int; T2 = int; bool lhs_is_null_literal = false]' [2024-01-19T02:21:34.750Z] ../fvtest/gctest/TestHeapRegionStateTable.cpp:43:5: required from here [2024-01-19T02:21:34.751Z] ../third_party/gtest-1.8.0/include/gtest/gtest.h:1392:11: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] [2024-01-19T02:21:34.751Z] if (lhs == rhs) { [2024-01-19T02:21:34.751Z] ~~~~^~~~~~ [2024-01-19T02:21:35.921Z] [539/852] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/main.cpp.o [2024-01-19T02:21:35.921Z] [540/852] Linking CXX executable fvtest/gctest/omrgctest [2024-01-19T02:21:36.985Z] [541/852] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/OMRTestEnv.cpp.o [2024-01-19T02:21:36.985Z] [542/852] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/FooBarTest.cpp.o [2024-01-19T02:21:38.150Z] [543/852] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/BuilderTest.cpp.o [2024-01-19T02:21:39.220Z] [544/852] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/TestDriver.cpp.o [2024-01-19T02:21:39.220Z] [545/852] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/Qux2Test.cpp.o [2024-01-19T02:21:40.410Z] [546/852] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/SimplifierFoldAndTest.cpp.o [2024-01-19T02:21:40.410Z] [547/852] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/OptTestDriver.cpp.o [2024-01-19T02:21:41.439Z] [548/852] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/SingleBitContainerTest.cpp.o [2024-01-19T02:21:41.439Z] [549/852] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/OpCodesTest.cpp.o [2024-01-19T02:21:41.439Z] [550/852] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/injectors/BarIlInjector.cpp.o [2024-01-19T02:21:42.463Z] [551/852] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/injectors/BinaryOpIlInjector.cpp.o [2024-01-19T02:21:43.768Z] [552/852] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/injectors/ChildlessUnaryOpIlInjector.cpp.o [2024-01-19T02:21:44.884Z] [553/852] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/injectors/FooIlInjector.cpp.o [2024-01-19T02:21:44.884Z] [554/852] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/injectors/CmpBranchOpIlInjector.cpp.o [2024-01-19T02:21:44.884Z] [555/852] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/injectors/CallIlInjector.cpp.o [2024-01-19T02:21:46.050Z] [556/852] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/injectors/IndirectLoadIlInjector.cpp.o [2024-01-19T02:21:47.183Z] [557/852] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/injectors/IndirectStoreIlInjector.cpp.o [2024-01-19T02:21:47.183Z] [558/852] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/injectors/Qux2IlInjector.cpp.o [2024-01-19T02:21:47.183Z] [559/852] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/injectors/StoreOpIlInjector.cpp.o [2024-01-19T02:21:48.319Z] [560/852] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/injectors/SelectOpIlInjector.cpp.o [2024-01-19T02:21:48.319Z] [561/852] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/injectors/OpIlInjector.cpp.o [2024-01-19T02:21:48.319Z] [562/852] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/injectors/UnaryOpIlInjector.cpp.o [2024-01-19T02:21:49.570Z] [563/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/testcompilerName.cpp.o [2024-01-19T02:21:50.662Z] [564/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/compile/ResolvedMethod.cpp.o [2024-01-19T02:21:51.700Z] [565/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/runtime/TestCodeCacheManager.cpp.o [2024-01-19T02:21:51.700Z] [566/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/x/codegen/Evaluator.cpp.o [2024-01-19T02:21:51.700Z] [567/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/env/FrontEnd.cpp.o [2024-01-19T02:21:52.831Z] [568/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/control/TestJit.cpp.o [2024-01-19T02:21:52.831Z] [569/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/ilgen/TestIlGeneratorMethodDetails.cpp.o [2024-01-19T02:21:52.831Z] [570/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/ilgen/IlInjector.cpp.o [2024-01-19T02:21:52.831Z] [571/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/CCData.cpp.o [2024-01-19T02:21:55.449Z] [572/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/Analyser.cpp.o [2024-01-19T02:21:55.449Z] [573/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRAheadOfTimeCompile.cpp.o [2024-01-19T02:21:56.568Z] [574/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRGCRegisterMap.cpp.o [2024-01-19T02:21:57.668Z] [575/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/CodeGenGC.cpp.o [2024-01-19T02:21:57.668Z] [576/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/CodeGenPrep.cpp.o [2024-01-19T02:21:58.909Z] [577/852] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/X86OpCodesTest.cpp.o [2024-01-19T02:21:58.909Z] [578/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/CodeGenRA.cpp.o [2024-01-19T02:22:00.024Z] [579/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRLinkage.cpp.o [2024-01-19T02:22:00.024Z] [580/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRGCStackAtlas.cpp.o [2024-01-19T02:22:01.174Z] [581/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/RegisterIterator.cpp.o [2024-01-19T02:22:01.174Z] [582/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/LiveRegister.cpp.o [2024-01-19T02:22:02.234Z] [583/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OutOfLineCodeSection.cpp.o [2024-01-19T02:22:03.345Z] [584/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/Relocation.cpp.o [2024-01-19T02:22:03.345Z] [585/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/ScratchRegisterManager.cpp.o [2024-01-19T02:22:03.345Z] [586/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/StorageInfo.cpp.o [2024-01-19T02:22:04.495Z] [587/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRTreeEvaluator.cpp.o [2024-01-19T02:22:05.667Z] [588/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/PreInstructionSelection.cpp.o [2024-01-19T02:22:06.798Z] [589/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/NodeEvaluation.cpp.o [2024-01-19T02:22:06.798Z] [590/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRUnresolvedDataSnippet.cpp.o [2024-01-19T02:22:07.902Z] [591/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRPeephole.cpp.o [2024-01-19T02:22:07.902Z] [592/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRSnippetGCMap.cpp.o [2024-01-19T02:22:07.902Z] [593/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRSnippet.cpp.o [2024-01-19T02:22:09.033Z] [594/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRMachine.cpp.o [2024-01-19T02:22:10.225Z] [595/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRMemoryReference.cpp.o [2024-01-19T02:22:10.225Z] [596/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRRegister.cpp.o [2024-01-19T02:22:11.385Z] [597/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRCodeGenerator.cpp.o [2024-01-19T02:22:11.385Z] [598/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRCodeGenPhase.cpp.o [2024-01-19T02:22:11.385Z] [599/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRELFRelocationResolver.cpp.o [2024-01-19T02:22:12.450Z] [600/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRRegisterDependency.cpp.o [2024-01-19T02:22:13.610Z] [601/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/ELFGenerator.cpp.o [2024-01-19T02:22:13.610Z] [602/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRInstruction.cpp.o [2024-01-19T02:22:13.610Z] [603/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRRealRegister.cpp.o [2024-01-19T02:22:13.610Z] [604/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRRegisterPair.cpp.o [2024-01-19T02:22:14.769Z] [605/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/compile/OMRMethod.cpp.o [2024-01-19T02:22:17.142Z] [606/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/compile/OMRAliasBuilder.cpp.o [2024-01-19T02:22:17.142Z] [607/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/compile/ResolvedMethod.cpp.o [2024-01-19T02:22:17.142Z] [608/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/compile/OSRData.cpp.o [2024-01-19T02:22:18.247Z] [609/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/compile/VirtualGuard.cpp.o [2024-01-19T02:22:19.345Z] [610/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/compile/TLSCompilationManager.cpp.o [2024-01-19T02:22:19.345Z] [611/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/control/OptimizationPlan.cpp.o [2024-01-19T02:22:19.345Z] [612/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/control/OMRCompilationStrategy.cpp.o [2024-01-19T02:22:20.480Z] [613/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/compile/OMRSymbolReferenceTable.cpp.o [2024-01-19T02:22:21.580Z] [614/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/control/OMRRecompilation.cpp.o [2024-01-19T02:22:21.580Z] [615/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/control/CompilationController.cpp.o [2024-01-19T02:22:22.724Z] [616/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/OMRCPU.cpp.o [2024-01-19T02:22:22.724Z] [617/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/control/OMROptions.cpp.o [2024-01-19T02:22:22.724Z] [618/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/ExceptionTable.cpp.o [2024-01-19T02:22:22.724Z] [619/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/compile/OMRCompilation.cpp.o [2024-01-19T02:22:24.324Z] [620/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/FrontEnd.cpp.o [2024-01-19T02:22:24.324Z] [621/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/OMRDebugEnv.cpp.o [2024-01-19T02:22:24.324Z] [622/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/OMRVMMethodEnv.cpp.o [2024-01-19T02:22:24.324Z] [623/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/OMRArithEnv.cpp.o [2024-01-19T02:22:24.324Z] [624/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/SegmentAllocator.cpp.o [2024-01-19T02:22:24.324Z] [625/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/SegmentProvider.cpp.o [2024-01-19T02:22:24.324Z] [626/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/control/CompileMethod.cpp.o [2024-01-19T02:22:25.445Z] [627/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/DebugSegmentProvider.cpp.o [2024-01-19T02:22:25.445Z] [628/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/SystemSegmentProvider.cpp.o [2024-01-19T02:22:25.445Z] [629/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/OMRPersistentInfo.cpp.o [2024-01-19T02:22:25.445Z] [630/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/OMRClassEnv.cpp.o [2024-01-19T02:22:25.445Z] [631/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/Region.cpp.o [2024-01-19T02:22:25.445Z] [632/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/VerboseLog.cpp.o [2024-01-19T02:22:25.445Z] [633/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/OMRObjectModel.cpp.o [2024-01-19T02:22:25.445Z] [634/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/StackMemoryRegion.cpp.o [2024-01-19T02:22:25.445Z] [635/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/OMRIO.cpp.o [2024-01-19T02:22:26.553Z] [636/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/JitConfig.cpp.o [2024-01-19T02:22:27.905Z] [637/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/TRPersistentMemory.cpp.o [2024-01-19T02:22:27.905Z] [638/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/OMRVMEnv.cpp.o [2024-01-19T02:22:27.905Z] [639/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/Globals.cpp.o [2024-01-19T02:22:27.905Z] [640/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/PersistentAllocator.cpp.o [2024-01-19T02:22:29.007Z] [641/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/OMRCompilerEnv.cpp.o [2024-01-19T02:22:29.007Z] [642/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/FEBase.cpp.o [2024-01-19T02:22:29.007Z] [643/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/OMRKnownObjectTable.cpp.o [2024-01-19T02:22:29.007Z] [644/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/TRMemory.cpp.o [2024-01-19T02:22:29.007Z] [645/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRMethodSymbol.cpp.o [2024-01-19T02:22:30.134Z] [646/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRParameterSymbol.cpp.o [2024-01-19T02:22:31.359Z] [647/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRSymbol.cpp.o [2024-01-19T02:22:31.359Z] [648/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRStaticSymbol.cpp.o [2024-01-19T02:22:31.359Z] [649/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRAutomaticSymbol.cpp.o [2024-01-19T02:22:31.359Z] [650/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRRegisterMappedSymbol.cpp.o [2024-01-19T02:22:32.423Z] [651/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRIL.cpp.o [2024-01-19T02:22:32.423Z] [652/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRLabelSymbol.cpp.o [2024-01-19T02:22:33.490Z] [653/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRILOps.cpp.o [2024-01-19T02:22:34.727Z] [654/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRDataTypes.cpp.o [2024-01-19T02:22:35.829Z] [655/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/Aliases.cpp.o [2024-01-19T02:22:35.829Z] [656/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRResolvedMethodSymbol.cpp.o [2024-01-19T02:22:36.862Z] [657/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRBlock.cpp.o [2024-01-19T02:22:38.066Z] [658/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRSymbolReference.cpp.o [2024-01-19T02:22:38.066Z] [659/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/NodePool.cpp.o [2024-01-19T02:22:38.066Z] [660/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/IlGenRequest.cpp.o [2024-01-19T02:22:38.066Z] [661/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/NodeUtils.cpp.o [2024-01-19T02:22:39.329Z] [662/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRTreeTop.cpp.o [2024-01-19T02:22:39.329Z] [663/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRNode.cpp.o [2024-01-19T02:22:40.513Z] [664/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRJitBuilderRecorder.cpp.o [2024-01-19T02:22:41.643Z] [665/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/IlInjector.cpp.o [2024-01-19T02:22:41.643Z] [666/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRIlType.cpp.o [2024-01-19T02:22:41.643Z] [667/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRBytecodeBuilder.cpp.o [2024-01-19T02:22:42.707Z] [668/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRJitBuilderRecorderBinaryBuffer.cpp.o [2024-01-19T02:22:42.707Z] [669/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRJitBuilderRecorderBinaryFile.cpp.o [2024-01-19T02:22:42.707Z] [670/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRJitBuilderRecorderTextFile.cpp.o [2024-01-19T02:22:42.707Z] [671/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRIlValue.cpp.o [2024-01-19T02:22:43.876Z] [672/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRIlBuilder.cpp.o [2024-01-19T02:22:46.311Z] [673/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRVirtualMachineOperandArray.cpp.o [2024-01-19T02:22:46.311Z] [674/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRVirtualMachineOperandStack.cpp.o [2024-01-19T02:22:46.311Z] [675/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRThunkBuilder.cpp.o [2024-01-19T02:22:46.311Z] [676/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRTypeDictionary.cpp.o [2024-01-19T02:22:47.516Z] [677/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRVirtualMachineRegister.cpp.o [2024-01-19T02:22:48.708Z] [678/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRVirtualMachineRegisterInStruct.cpp.o [2024-01-19T02:22:48.708Z] [679/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/Assert.cpp.o [2024-01-19T02:22:48.708Z] [680/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/Checklist.cpp.o [2024-01-19T02:22:48.708Z] [681/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/BitVector.cpp.o [2024-01-19T02:22:49.966Z] [682/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRVirtualMachineState.cpp.o [2024-01-19T02:22:49.966Z] [683/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRMethodBuilder.cpp.o [2024-01-19T02:22:49.966Z] [684/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/IGBase.cpp.o [2024-01-19T02:22:51.368Z] [685/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/OMRMonitorTable.cpp.o [2024-01-19T02:22:51.368Z] [686/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/OMRMonitor.cpp.o [2024-01-19T02:22:51.368Z] [687/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/HashTab.cpp.o [2024-01-19T02:22:51.368Z] [688/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/IGNode.cpp.o [2024-01-19T02:22:52.645Z] [689/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/STLUtils.cpp.o [2024-01-19T02:22:52.645Z] [690/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/String.cpp.o [2024-01-19T02:22:52.645Z] [691/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/ILWalk.cpp.o [2024-01-19T02:22:52.645Z] [692/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/InterferenceGraph.cpp.o [2024-01-19T02:22:52.645Z] [693/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/Random.cpp.o [2024-01-19T02:22:53.777Z] [694/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/SimpleRegex.cpp.o [2024-01-19T02:22:54.879Z] [695/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/Timer.cpp.o [2024-01-19T02:22:56.114Z] [696/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/TreeServices.cpp.o [2024-01-19T02:22:56.114Z] [697/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/AsyncCheckInsertion.cpp.o [2024-01-19T02:22:57.289Z] [698/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/BackwardIntersectionBitVectorAnalysis.cpp.o [2024-01-19T02:22:58.498Z] [699/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/OMRCfg.cpp.o [2024-01-19T02:22:58.498Z] [700/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/BackwardBitVectorAnalysis.cpp.o [2024-01-19T02:22:58.498Z] [701/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/BackwardUnionBitVectorAnalysis.cpp.o [2024-01-19T02:22:58.498Z] [702/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/CatchBlockRemover.cpp.o [2024-01-19T02:23:02.013Z] [703/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/BitVectorAnalysis.cpp.o [2024-01-19T02:23:02.013Z] [704/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/DataFlowAnalysis.cpp.o [2024-01-19T02:23:02.013Z] [705/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/CompactLocals.cpp.o [2024-01-19T02:23:03.398Z] [706/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/DeadStoreElimination.cpp.o [2024-01-19T02:23:03.398Z] [707/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRCFGSimplifier.cpp.o [2024-01-19T02:23:03.398Z] [708/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/DominatorVerifier.cpp.o [2024-01-19T02:23:03.398Z] [709/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/DominatorsChk.cpp.o [2024-01-19T02:23:04.569Z] [710/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/CopyPropagation.cpp.o [2024-01-19T02:23:06.830Z] [711/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/DebuggingCounters.cpp.o [2024-01-19T02:23:06.830Z] [712/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/Delayedness.cpp.o [2024-01-19T02:23:06.830Z] [713/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/Earliestness.cpp.o [2024-01-19T02:23:06.831Z] [714/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/DeadTreesElimination.cpp.o [2024-01-19T02:23:06.831Z] [715/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/Dominators.cpp.o [2024-01-19T02:23:09.253Z] [716/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/ExpressionsSimplification.cpp.o [2024-01-19T02:23:10.425Z] [717/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/GlobalAnticipatability.cpp.o [2024-01-19T02:23:10.425Z] [718/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRGlobalRegister.cpp.o [2024-01-19T02:23:12.770Z] [719/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/FieldPrivatizer.cpp.o [2024-01-19T02:23:15.321Z] [720/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/GeneralLoopUnroller.cpp.o [2024-01-19T02:23:15.321Z] [721/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/RematTools.cpp.o [2024-01-19T02:23:15.321Z] [722/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/IntersectionBitVectorAnalysis.cpp.o [2024-01-19T02:23:16.599Z] [723/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/GlobalRegisterAllocator.cpp.o [2024-01-19T02:23:16.599Z] [724/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/Inliner.cpp.o [2024-01-19T02:23:17.768Z] [725/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/Isolatedness.cpp.o [2024-01-19T02:23:20.005Z] [726/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LiveOnAllPaths.cpp.o [2024-01-19T02:23:20.005Z] [727/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/Latestness.cpp.o [2024-01-19T02:23:20.005Z] [728/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/IsolatedStoreElimination.cpp.o [2024-01-19T02:23:20.005Z] [729/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LiveVariableInformation.cpp.o [2024-01-19T02:23:21.178Z] [730/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/InductionVariable.cpp.o [2024-01-19T02:23:22.346Z] [731/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/Liveness.cpp.o [2024-01-19T02:23:24.692Z] [732/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LocalAnalysis.cpp.o [2024-01-19T02:23:24.692Z] [733/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LoadExtensions.cpp.o [2024-01-19T02:23:24.692Z] [734/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LocalAnticipatability.cpp.o [2024-01-19T02:23:25.770Z] [735/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LocalLiveRangeReducer.cpp.o [2024-01-19T02:23:27.127Z] [736/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LocalReordering.cpp.o [2024-01-19T02:23:27.127Z] [737/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LocalTransparency.cpp.o [2024-01-19T02:23:29.580Z] [738/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LoopReducer.cpp.o [2024-01-19T02:23:30.684Z] [739/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LoopReplicator.cpp.o [2024-01-19T02:23:30.684Z] [740/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LocalDeadStoreElimination.cpp.o [2024-01-19T02:23:31.789Z] [741/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LoopCanonicalizer.cpp.o [2024-01-19T02:23:32.908Z] [742/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRLocalCSE.cpp.o [2024-01-19T02:23:35.246Z] [743/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMROptimization.cpp.o [2024-01-19T02:23:35.246Z] [744/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LoopVersioner.cpp.o [2024-01-19T02:23:36.310Z] [745/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMROptimizationManager.cpp.o [2024-01-19T02:23:37.473Z] [746/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRTransformUtil.cpp.o [2024-01-19T02:23:39.077Z] [747/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LocalOpts.cpp.o [2024-01-19T02:23:39.077Z] [748/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OrderBlocks.cpp.o [2024-01-19T02:23:39.077Z] [749/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OSRDefAnalysis.cpp.o [2024-01-19T02:23:40.231Z] [750/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/PreExistence.cpp.o [2024-01-19T02:23:40.231Z] [751/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMROptimizer.cpp.o [2024-01-19T02:23:41.379Z] [752/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/Reachability.cpp.o [2024-01-19T02:23:42.505Z] [753/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/PartialRedundancy.cpp.o [2024-01-19T02:23:43.530Z] [754/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/ReachingDefinitions.cpp.o [2024-01-19T02:23:43.530Z] [755/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRRecognizedCallTransformer.cpp.o [2024-01-19T02:23:44.698Z] [756/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/RedundantAsyncCheckRemoval.cpp.o [2024-01-19T02:23:46.975Z] [757/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRSimplifier.cpp.o [2024-01-19T02:23:46.975Z] [758/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/StructuralAnalysis.cpp.o [2024-01-19T02:23:48.091Z] [759/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRRegisterCandidate.cpp.o [2024-01-19T02:23:49.196Z] [760/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRSimplifierHelpers.cpp.o [2024-01-19T02:23:50.678Z] [761/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/TranslateTable.cpp.o [2024-01-19T02:23:50.679Z] [762/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/SwitchAnalyzer.cpp.o [2024-01-19T02:23:50.679Z] [763/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/Structure.cpp.o [2024-01-19T02:23:53.133Z] [764/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/VirtualGuardCoalescer.cpp.o [2024-01-19T02:23:53.133Z] [765/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/UnionBitVectorAnalysis.cpp.o [2024-01-19T02:23:54.279Z] [766/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRSimplifierHandlers.cpp.o [2024-01-19T02:23:54.279Z] [767/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/VirtualGuardHeadMerger.cpp.o [2024-01-19T02:23:55.326Z] [768/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/ValueNumberInfo.cpp.o [2024-01-19T02:23:57.813Z] [769/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/ReorderIndexExpr.cpp.o [2024-01-19T02:23:57.813Z] [770/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/UseDefInfo.cpp.o [2024-01-19T02:23:57.813Z] [771/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/RegDepCopyRemoval.cpp.o [2024-01-19T02:24:00.330Z] [772/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/SinkStores.cpp.o [2024-01-19T02:24:00.330Z] [773/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/StripMiner.cpp.o [2024-01-19T02:24:00.330Z] [774/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/VPConstraint.cpp.o [2024-01-19T02:24:00.330Z] [775/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/VPHandlersCommon.cpp.o [2024-01-19T02:24:02.882Z] [776/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/FEInliner.cpp.o [2024-01-19T02:24:04.052Z] [777/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/TrivialDeadBlockRemover.cpp.o [2024-01-19T02:24:04.052Z] [778/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/BenefitInliner.cpp.o [2024-01-19T02:24:05.223Z] [779/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/abstractinterpreter/AbsValue.cpp.o [2024-01-19T02:24:05.223Z] [780/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/VPHandlers.cpp.o [2024-01-19T02:24:06.286Z] [781/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/ValuePropagationCommon.cpp.o [2024-01-19T02:24:06.286Z] [782/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRValuePropagation.cpp.o [2024-01-19T02:24:07.499Z] [783/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/abstractinterpreter/AbsOpStack.cpp.o [2024-01-19T02:24:07.499Z] [784/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/abstractinterpreter/AbsOpArray.cpp.o [2024-01-19T02:24:09.898Z] [785/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/abstractinterpreter/IDT.cpp.o [2024-01-19T02:24:09.898Z] [786/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ras/CallStack.cpp.o [2024-01-19T02:24:09.898Z] [787/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/abstractinterpreter/InliningMethodSummary.cpp.o [2024-01-19T02:24:09.898Z] [788/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/abstractinterpreter/OMRIDTBuilder.cpp.o [2024-01-19T02:24:09.898Z] [789/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/abstractinterpreter/IDTNode.cpp.o [2024-01-19T02:24:12.373Z] [790/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/abstractinterpreter/InliningProposal.cpp.o [2024-01-19T02:24:12.373Z] [791/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ras/CFGChecker.cpp.o [2024-01-19T02:24:12.373Z] [792/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ras/ILValidationUtils.cpp.o [2024-01-19T02:24:13.730Z] [793/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ras/IgnoreLocale.cpp.o [2024-01-19T02:24:13.730Z] [794/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ras/DebugCounter.cpp.o [2024-01-19T02:24:14.920Z] [795/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ras/ILValidationRules.cpp.o [2024-01-19T02:24:14.920Z] [796/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ras/Debug.cpp.o [2024-01-19T02:24:14.920Z] [797/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/runtime/Runtime.cpp.o [2024-01-19T02:24:16.101Z] [798/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ras/LimitFile.cpp.o [2024-01-19T02:24:16.101Z] [799/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/runtime/CodeCacheTypes.cpp.o [2024-01-19T02:24:16.101Z] [800/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ras/OptionsDebug.cpp.o [2024-01-19T02:24:16.101Z] [801/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ras/ILValidator.cpp.o [2024-01-19T02:24:16.101Z] [802/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ras/LogTracer.cpp.o [2024-01-19T02:24:16.101Z] [803/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/runtime/OMRCodeCacheConfig.cpp.o [2024-01-19T02:24:17.374Z] [804/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/runtime/OMRCodeCacheMemorySegment.cpp.o [2024-01-19T02:24:17.374Z] [805/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/runtime/Trampoline.cpp.o [2024-01-19T02:24:18.401Z] [806/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/runtime/OMRCodeCache.cpp.o [2024-01-19T02:24:18.401Z] [807/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/runtime/OMRCodeCacheManager.cpp.o [2024-01-19T02:24:18.401Z] [808/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ras/Tree.cpp.o [2024-01-19T02:24:20.937Z] [809/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/CompareAnalyser.cpp.o [2024-01-19T02:24:20.937Z] [810/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/BinaryCommutativeAnalyser.cpp.o [2024-01-19T02:24:20.937Z] [811/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/BinaryEvaluator.cpp.o [2024-01-19T02:24:23.235Z] [812/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/DataSnippet.cpp.o [2024-01-19T02:24:23.235Z] [813/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/ControlFlowEvaluator.cpp.o [2024-01-19T02:24:23.235Z] [814/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/DivideCheckSnippet.cpp.o [2024-01-19T02:24:25.754Z] [815/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/FPBinaryArithmeticAnalyser.cpp.o [2024-01-19T02:24:25.755Z] [816/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/FPCompareAnalyser.cpp.o [2024-01-19T02:24:25.755Z] [817/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/HelperCallSnippet.cpp.o [2024-01-19T02:24:27.108Z] [818/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/IA32LinkageUtils.cpp.o [2024-01-19T02:24:27.108Z] [819/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/FPTreeEvaluator.cpp.o [2024-01-19T02:24:28.285Z] [820/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/SIMDTreeEvaluator.cpp.o [2024-01-19T02:24:28.285Z] [821/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/IntegerMultiplyDecomposer.cpp.o [2024-01-19T02:24:29.455Z] [822/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/OMRMemoryReference.cpp.o [2024-01-19T02:24:29.455Z] [823/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/OutlinedInstructions.cpp.o [2024-01-19T02:24:30.628Z] [824/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/OMRInstOpCode.cpp.o [2024-01-19T02:24:31.754Z] [825/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/RegisterRematerialization.cpp.o [2024-01-19T02:24:32.864Z] [826/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/UnaryEvaluator.cpp.o [2024-01-19T02:24:34.034Z] [827/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/SubtractAnalyser.cpp.o [2024-01-19T02:24:34.034Z] [828/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/OMRInstructionDelegate.cpp.o [2024-01-19T02:24:35.205Z] [829/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/OMRTreeEvaluator.cpp.o [2024-01-19T02:24:35.205Z] [830/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/X86FPConversionSnippet.cpp.o [2024-01-19T02:24:35.205Z] [831/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/X86Debug.cpp.o [2024-01-19T02:24:35.205Z] [832/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/OMRRegister.cpp.o [2024-01-19T02:24:36.376Z] [833/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/X86BinaryEncoding.cpp.o [2024-01-19T02:24:38.935Z] [834/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/OMRInstruction.cpp.o [2024-01-19T02:24:38.935Z] [835/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/OMRLinkage.cpp.o [2024-01-19T02:24:38.935Z] [836/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/OMRRealRegister.cpp.o [2024-01-19T02:24:38.935Z] [837/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/OMRSnippetDelegate.cpp.o [2024-01-19T02:24:40.064Z] [838/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/OMRX86Instruction.cpp.o [2024-01-19T02:24:40.064Z] [839/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/OMRMachine.cpp.o [2024-01-19T02:24:40.064Z] [840/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/env/OMRDebugEnv.cpp.o [2024-01-19T02:24:41.340Z] [841/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/OMRRegisterDependency.cpp.o [2024-01-19T02:24:42.601Z] [842/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/X86SystemLinkage.cpp.o [2024-01-19T02:24:43.724Z] [843/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/i386/codegen/OMRMachine.cpp.o [2024-01-19T02:24:43.724Z] [844/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/OMRSnippet.cpp.o [2024-01-19T02:24:43.724Z] [845/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/env/OMRCPU.cpp.o [2024-01-19T02:24:44.995Z] [846/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/i386/codegen/IA32SystemLinkage.cpp.o [2024-01-19T02:24:44.995Z] [847/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/i386/codegen/OMRRealRegister.cpp.o [2024-01-19T02:24:44.995Z] [848/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/OMRCodeGenerator.cpp.o [2024-01-19T02:24:46.231Z] [849/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/i386/codegen/OMRCodeGenerator.cpp.o [2024-01-19T02:24:47.355Z] [850/852] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/i386/codegen/OMRTreeEvaluator.cpp.o [2024-01-19T02:24:51.087Z] [851/852] Linking CXX static library fvtest/compilertest/libtestcompiler.a [2024-01-19T02:24:53.363Z] [852/852] Linking CXX executable fvtest/compilertest/compilertest [Pipeline] } [Pipeline] // dir [Pipeline] echo [2024-01-19T02:24:54.076Z] Output CCACHE stats after running [Pipeline] sh [2024-01-19T02:24:56.299Z] + ccache -s [2024-01-19T02:24:56.299Z] cache directory //.ccache [2024-01-19T02:24:56.299Z] primary config //.ccache/ccache.conf [2024-01-19T02:24:56.299Z] secondary config (readonly) /etc/ccache.conf [2024-01-19T02:24:56.299Z] cache hit (direct) 0 [2024-01-19T02:24:56.299Z] cache hit (preprocessed) 0 [2024-01-19T02:24:56.299Z] cache miss 0 [2024-01-19T02:24:56.299Z] cache hit rate 0.00 % [2024-01-19T02:24:56.299Z] cleanups performed 0 [2024-01-19T02:24:56.299Z] files in cache 0 [2024-01-19T02:24:56.299Z] cache size 0.0 kB [2024-01-19T02:24:56.299Z] max cache size 5.0 GB [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] echo [2024-01-19T02:24:57.752Z] Sanity Test... [Pipeline] dir [2024-01-19T02:24:57.754Z] Running in /home/jenkins/workspace/Build/build [Pipeline] { [Pipeline] sh [2024-01-19T02:25:00.333Z] + ctest -V [2024-01-19T02:25:00.333Z] UpdateCTestConfiguration from :/home/jenkins/workspace/Build/build/DartConfiguration.tcl [2024-01-19T02:25:00.333Z] UpdateCTestConfiguration from :/home/jenkins/workspace/Build/build/DartConfiguration.tcl [2024-01-19T02:25:00.333Z] Test project /home/jenkins/workspace/Build/build [2024-01-19T02:25:00.333Z] Constructing a list of tests [2024-01-19T02:25:00.333Z] Done constructing a list of tests [2024-01-19T02:25:00.333Z] Updating test list for fixtures [2024-01-19T02:25:00.333Z] Added 0 tests to meet fixture requirements [2024-01-19T02:25:00.333Z] Checking test dependency graph... [2024-01-19T02:25:00.333Z] Checking test dependency graph end [2024-01-19T02:25:00.333Z] test 1 [2024-01-19T02:25:00.333Z] Start 1: gcexample [2024-01-19T02:25:00.333Z] [2024-01-19T02:25:00.333Z] 1: Test command: /home/jenkins/workspace/Build/build/example/gcexample [2024-01-19T02:25:00.333Z] 1: Test timeout computed to be: 10000000 [2024-01-19T02:25:00.333Z] 1: VM/GC INITIALIZED [2024-01-19T02:25:00.333Z] 1: configuration is MM_ConfigurationFlat [2024-01-19T02:25:00.333Z] 1: collector interface is MM_CollectorLanguageInterfaceImpl [2024-01-19T02:25:00.333Z] 1: garbage collector is MM_ParallelGlobalGC [2024-01-19T02:25:00.333Z] 1: allocation interface is MM_TLHAllocationInterface [2024-01-19T02:25:00.333Z] 1: thread allocated 1048392 tlh bytes, 0 non-tlh bytes, from 43683 allocations before NULL [2024-01-19T02:25:00.333Z] 1: ALL TESTS PASSED [2024-01-19T02:25:00.333Z] 1/18 Test #1: gcexample ........................ Passed 0.03 sec [2024-01-19T02:25:00.333Z] test 2 [2024-01-19T02:25:00.333Z] Start 2: algotest [2024-01-19T02:25:00.333Z] [2024-01-19T02:25:00.333Z] 2: Test command: /home/jenkins/workspace/Build/build/fvtest/algotest/omralgotest "--gtest_output=xml:/home/jenkins/workspace/Build/build/fvtest/algotest/omralgotest-results.xml" "-avltest:/home/jenkins/workspace/Build/fvtest/algotest/avltest.lst" [2024-01-19T02:25:00.333Z] 2: Test timeout computed to be: 10000000 [2024-01-19T02:25:00.333Z] 2: [==========] Running 168 tests from 5 test cases. [2024-01-19T02:25:00.333Z] 2: [----------] 2 tests from OmrAlgoTest [2024-01-19T02:25:00.333Z] 2: Testing hookable interface... [2024-01-19T02:25:00.333Z] 2: Finished testing hookable interface. [2024-01-19T02:25:00.333Z] 2: Algorithm Test Finished [2024-01-19T02:25:00.333Z] 2: total tests: 59 [2024-01-19T02:25:00.333Z] 2: total passes: 59 [2024-01-19T02:25:00.333Z] 2: total failures: 0 [2024-01-19T02:25:00.333Z] 2: ALL TESTS PASSED. [2024-01-19T02:25:00.333Z] 2: [----------] 2 tests from OmrAlgoTest (0 ms total) [2024-01-19T02:25:00.333Z] 2: [2024-01-19T02:25:00.333Z] 2: [----------] 58 tests from OmrAlgoTest/AVLTest [2024-01-19T02:25:00.333Z] 2: [----------] 58 tests from OmrAlgoTest/AVLTest (1 ms total) [2024-01-19T02:25:00.333Z] 2: [2024-01-19T02:25:00.333Z] 2: [----------] 24 tests from OmrAlgoTest/PoolTest [2024-01-19T02:25:00.333Z] 2: [----------] 24 tests from OmrAlgoTest/PoolTest (7 ms total) [2024-01-19T02:25:00.333Z] 2: [2024-01-19T02:25:00.333Z] 2: [----------] 14 tests from OmrAlgoTest/HashtableTest [2024-01-19T02:25:03.651Z] 2: [----------] 14 tests from OmrAlgoTest/HashtableTest (3639 ms total) [2024-01-19T02:25:03.651Z] 2: [2024-01-19T02:25:03.651Z] 2: [----------] 70 tests from OmrAlgoTest/CollisionResilientHashtableTest [2024-01-19T02:25:19.078Z] 2: [----------] 70 tests from OmrAlgoTest/CollisionResilientHashtableTest (14864 ms total) [2024-01-19T02:25:19.078Z] 2: [2024-01-19T02:25:19.078Z] 2: [==========] 168 tests from 5 test cases ran. (18512 ms total) [2024-01-19T02:25:19.078Z] 2: [ PASSED ] 168 tests. [2024-01-19T02:25:19.078Z] 2: [ ALL TESTS PASSED ] [2024-01-19T02:25:19.078Z] 2/18 Test #2: algotest ......................... Passed 18.53 sec [2024-01-19T02:25:19.078Z] test 3 [2024-01-19T02:25:19.078Z] Start 3: TestBytes [2024-01-19T02:25:19.078Z] [2024-01-19T02:25:19.078Z] 3: Test command: /home/jenkins/workspace/Build/build/fvtest/coretest/TestBytes "--gtest_output=xml:/home/jenkins/workspace/Build/build/fvtest/coretest/TestBytes-results.xml" [2024-01-19T02:25:19.078Z] 3: Test timeout computed to be: 10000000 [2024-01-19T02:25:19.078Z] 3: [==========] Running 17 tests from 1 test case. [2024-01-19T02:25:19.078Z] 3: [----------] Global test environment set-up. [2024-01-19T02:25:19.078Z] 3: [----------] 17 tests from TestBytes [2024-01-19T02:25:19.078Z] 3: [ RUN ] TestBytes.CompareZeroToZero [2024-01-19T02:25:19.078Z] 3: [ OK ] TestBytes.CompareZeroToZero (0 ms) [2024-01-19T02:25:19.078Z] 3: [ RUN ] TestBytes.CompareOneUnitToBytes [2024-01-19T02:25:19.078Z] 3: [ OK ] TestBytes.CompareOneUnitToBytes (0 ms) [2024-01-19T02:25:19.078Z] 3: [ RUN ] TestBytes.CompareOneUnitToSmallerUnit [2024-01-19T02:25:19.078Z] 3: [ OK ] TestBytes.CompareOneUnitToSmallerUnit (0 ms) [2024-01-19T02:25:19.078Z] 3: [ RUN ] TestBytes.IsPow2 [2024-01-19T02:25:19.078Z] 3: [ OK ] TestBytes.IsPow2 (0 ms) [2024-01-19T02:25:19.078Z] 3: [ RUN ] TestBytes.AlignedUnsafe [2024-01-19T02:25:19.078Z] 3: [ OK ] TestBytes.AlignedUnsafe (0 ms) [2024-01-19T02:25:19.078Z] 3: [ RUN ] TestBytes.Aligned [2024-01-19T02:25:19.078Z] 3: [ OK ] TestBytes.Aligned (0 ms) [2024-01-19T02:25:19.078Z] 3: [ RUN ] TestBytes.AlignToZero [2024-01-19T02:25:19.078Z] 3: [ OK ] TestBytes.AlignToZero (0 ms) [2024-01-19T02:25:19.078Z] 3: [ RUN ] TestBytes.AlignToOne [2024-01-19T02:25:19.078Z] 3: [ OK ] TestBytes.AlignToOne (0 ms) [2024-01-19T02:25:19.078Z] 3: [ RUN ] TestBytes.AlignToTwo [2024-01-19T02:25:19.078Z] 3: [ OK ] TestBytes.AlignToTwo (0 ms) [2024-01-19T02:25:19.078Z] 3: [ RUN ] TestBytes.AlignToFour [2024-01-19T02:25:19.078Z] 3: [ OK ] TestBytes.AlignToFour (0 ms) [2024-01-19T02:25:19.078Z] 3: [ RUN ] TestBytes.AlignToEight [2024-01-19T02:25:19.078Z] 3: [ OK ] TestBytes.AlignToEight (0 ms) [2024-01-19T02:25:19.078Z] 3: [ RUN ] TestBytes.SaneAlignmentMaximums [2024-01-19T02:25:19.078Z] 3: [ OK ] TestBytes.SaneAlignmentMaximums (0 ms) [2024-01-19T02:25:19.078Z] 3: [ RUN ] TestBytes.AlignToMaximumAlignment [2024-01-19T02:25:19.078Z] 3: [ OK ] TestBytes.AlignToMaximumAlignment (0 ms) [2024-01-19T02:25:19.078Z] 3: [ RUN ] TestBytes.TautologicalAlign [2024-01-19T02:25:19.078Z] 3: [ OK ] TestBytes.TautologicalAlign (0 ms) [2024-01-19T02:25:19.078Z] 3: [ RUN ] TestBytes.AlignAndOverflow [2024-01-19T02:25:19.078Z] 3: [ OK ] TestBytes.AlignAndOverflow (0 ms) [2024-01-19T02:25:19.078Z] 3: [ RUN ] TestBytes.AlignMaximumSizeFor16byteAlignment [2024-01-19T02:25:19.078Z] 3: [ OK ] TestBytes.AlignMaximumSizeFor16byteAlignment (0 ms) [2024-01-19T02:25:19.078Z] 3: [ RUN ] TestBytes.AlignPointers [2024-01-19T02:25:19.078Z] 3: [ OK ] TestBytes.AlignPointers (0 ms) [2024-01-19T02:25:19.078Z] 3: [----------] 17 tests from TestBytes (0 ms total) [2024-01-19T02:25:19.078Z] 3: [2024-01-19T02:25:19.078Z] 3: [----------] Global test environment tear-down [2024-01-19T02:25:19.078Z] 3: [==========] 17 tests from 1 test case ran. (0 ms total) [2024-01-19T02:25:19.078Z] 3: [ PASSED ] 17 tests. [2024-01-19T02:25:19.078Z] 3: [ ALL TESTS PASSED ] [2024-01-19T02:25:19.078Z] 3/18 Test #3: TestBytes ........................ Passed 0.01 sec [2024-01-19T02:25:19.078Z] test 4 [2024-01-19T02:25:19.078Z] Start 4: TestIntrusiveList [2024-01-19T02:25:19.078Z] [2024-01-19T02:25:19.078Z] 4: Test command: /home/jenkins/workspace/Build/build/fvtest/coretest/TestIntrusiveList "--gtest_output=xml:/home/jenkins/workspace/Build/build/fvtest/coretest/TestIntrusiveList-results.xml" [2024-01-19T02:25:19.078Z] 4: Test timeout computed to be: 10000000 [2024-01-19T02:25:19.078Z] 4: [==========] Running 10 tests from 1 test case. [2024-01-19T02:25:19.078Z] 4: [----------] Global test environment set-up. [2024-01-19T02:25:19.078Z] 4: [----------] 10 tests from TestIntrusiveList [2024-01-19T02:25:19.078Z] 4: [ RUN ] TestIntrusiveList.Empty [2024-01-19T02:25:19.078Z] 4: [ OK ] TestIntrusiveList.Empty (0 ms) [2024-01-19T02:25:19.078Z] 4: [ RUN ] TestIntrusiveList.ConvertIterToConstIter [2024-01-19T02:25:19.078Z] 4: [ OK ] TestIntrusiveList.ConvertIterToConstIter (0 ms) [2024-01-19T02:25:19.078Z] 4: [ RUN ] TestIntrusiveList.AddOne [2024-01-19T02:25:19.078Z] 4: [ OK ] TestIntrusiveList.AddOne (0 ms) [2024-01-19T02:25:19.078Z] 4: [ RUN ] TestIntrusiveList.IterateOne [2024-01-19T02:25:19.078Z] 4: [ OK ] TestIntrusiveList.IterateOne (0 ms) [2024-01-19T02:25:19.078Z] 4: [ RUN ] TestIntrusiveList.IterateTwo [2024-01-19T02:25:19.078Z] 4: [ OK ] TestIntrusiveList.IterateTwo (0 ms) [2024-01-19T02:25:19.078Z] 4: [ RUN ] TestIntrusiveList.AddThenRemoveOne [2024-01-19T02:25:19.078Z] 4: [ OK ] TestIntrusiveList.AddThenRemoveOne (0 ms) [2024-01-19T02:25:19.078Z] 4: [ RUN ] TestIntrusiveList.AddTwoThenRemoveFirst [2024-01-19T02:25:19.078Z] 4: [ OK ] TestIntrusiveList.AddTwoThenRemoveFirst (0 ms) [2024-01-19T02:25:19.078Z] 4: [ RUN ] TestIntrusiveList.AddTwoThenRemoveSecond [2024-01-19T02:25:19.078Z] 4: [ OK ] TestIntrusiveList.AddTwoThenRemoveSecond (0 ms) [2024-01-19T02:25:19.078Z] 4: [ RUN ] TestIntrusiveList.AddTwoThenRemoveBoth [2024-01-19T02:25:19.078Z] 4: [ OK ] TestIntrusiveList.AddTwoThenRemoveBoth (0 ms) [2024-01-19T02:25:19.078Z] 4: [ RUN ] TestIntrusiveList.AddTwoThenRemoveBothInReverse [2024-01-19T02:25:19.078Z] 4: [ OK ] TestIntrusiveList.AddTwoThenRemoveBothInReverse (0 ms) [2024-01-19T02:25:19.078Z] 4: [----------] 10 tests from TestIntrusiveList (0 ms total) [2024-01-19T02:25:19.078Z] 4: [2024-01-19T02:25:19.078Z] 4: [----------] Global test environment tear-down [2024-01-19T02:25:19.078Z] 4: [==========] 10 tests from 1 test case ran. (0 ms total) [2024-01-19T02:25:19.078Z] 4: [ PASSED ] 10 tests. [2024-01-19T02:25:19.078Z] 4: [ ALL TESTS PASSED ] [2024-01-19T02:25:19.078Z] 4/18 Test #4: TestIntrusiveList ................ Passed 0.01 sec [2024-01-19T02:25:19.078Z] test 5 [2024-01-19T02:25:19.078Z] Start 5: TestTypeTraits [2024-01-19T02:25:19.078Z] [2024-01-19T02:25:19.078Z] 5: Test command: /home/jenkins/workspace/Build/build/fvtest/coretest/TestTypeTraits "--gtest_output=xml:/home/jenkins/workspace/Build/build/fvtest/coretest/TestTypeTraits-results.xml" [2024-01-19T02:25:19.078Z] 5: Test timeout computed to be: 10000000 [2024-01-19T02:25:19.078Z] 5: [==========] Running 17 tests from 1 test case. [2024-01-19T02:25:19.078Z] 5: [----------] Global test environment set-up. [2024-01-19T02:25:19.078Z] 5: [----------] 17 tests from TestTypeTraits [2024-01-19T02:25:19.078Z] 5: [ RUN ] TestTypeTraits.IntegralConst [2024-01-19T02:25:19.078Z] 5: [ OK ] TestTypeTraits.IntegralConst (0 ms) [2024-01-19T02:25:19.078Z] 5: [ RUN ] TestTypeTraits.BooleanConstant [2024-01-19T02:25:19.078Z] 5: [ OK ] TestTypeTraits.BooleanConstant (0 ms) [2024-01-19T02:25:19.078Z] 5: [ RUN ] TestTypeTraits.IsSame [2024-01-19T02:25:19.078Z] 5: [ OK ] TestTypeTraits.IsSame (0 ms) [2024-01-19T02:25:19.078Z] 5: [ RUN ] TestTypeTraits.TypeAlias [2024-01-19T02:25:19.078Z] 5: [ OK ] TestTypeTraits.TypeAlias (0 ms) [2024-01-19T02:25:19.078Z] 5: [ RUN ] TestTypeTraits.RemoveConst [2024-01-19T02:25:19.078Z] 5: [ OK ] TestTypeTraits.RemoveConst (0 ms) [2024-01-19T02:25:19.078Z] 5: [ RUN ] TestTypeTraits.RemoveVolatile [2024-01-19T02:25:19.078Z] 5: [ OK ] TestTypeTraits.RemoveVolatile (0 ms) [2024-01-19T02:25:19.078Z] 5: [ RUN ] TestTypeTraits.RemoveCv [2024-01-19T02:25:19.078Z] 5: [ OK ] TestTypeTraits.RemoveCv (0 ms) [2024-01-19T02:25:19.078Z] 5: [ RUN ] TestTypeTraits.RemoveReference [2024-01-19T02:25:19.078Z] 5: [ OK ] TestTypeTraits.RemoveReference (0 ms) [2024-01-19T02:25:19.078Z] 5: [ RUN ] TestTypeTraits.RemoveCvRef [2024-01-19T02:25:19.078Z] 5: [ OK ] TestTypeTraits.RemoveCvRef (0 ms) [2024-01-19T02:25:19.078Z] 5: [ RUN ] TestTypeTraits.RemovePointer [2024-01-19T02:25:19.078Z] 5: [ OK ] TestTypeTraits.RemovePointer (0 ms) [2024-01-19T02:25:19.078Z] 5: [ RUN ] TestTypeTraits.IsReference [2024-01-19T02:25:19.078Z] 5: [ OK ] TestTypeTraits.IsReference (0 ms) [2024-01-19T02:25:19.078Z] 5: [ RUN ] TestTypeTraits.IsPointer [2024-01-19T02:25:19.078Z] 5: [ OK ] TestTypeTraits.IsPointer (0 ms) [2024-01-19T02:25:19.078Z] 5: [ RUN ] TestTypeTraits.IsVoid [2024-01-19T02:25:19.078Z] 5: [ OK ] TestTypeTraits.IsVoid (0 ms) [2024-01-19T02:25:19.078Z] 5: [ RUN ] TestTypeTraits.IsIntegral [2024-01-19T02:25:19.078Z] 5: [ OK ] TestTypeTraits.IsIntegral (0 ms) [2024-01-19T02:25:19.078Z] 5: [ RUN ] TestTypeTraits.IsFloatingPoint [2024-01-19T02:25:19.078Z] 5: [ OK ] TestTypeTraits.IsFloatingPoint (0 ms) [2024-01-19T02:25:19.078Z] 5: [ RUN ] TestTypeTraits.IsArithmetic [2024-01-19T02:25:19.078Z] 5: [ OK ] TestTypeTraits.IsArithmetic (0 ms) [2024-01-19T02:25:19.078Z] 5: [ RUN ] TestTypeTraits.EnableIf [2024-01-19T02:25:19.078Z] 5: [ OK ] TestTypeTraits.EnableIf (0 ms) [2024-01-19T02:25:19.078Z] 5: [----------] 17 tests from TestTypeTraits (0 ms total) [2024-01-19T02:25:19.078Z] 5: [2024-01-19T02:25:19.078Z] 5: [----------] Global test environment tear-down [2024-01-19T02:25:19.078Z] 5: [==========] 17 tests from 1 test case ran. (0 ms total) [2024-01-19T02:25:19.078Z] 5: [ PASSED ] 17 tests. [2024-01-19T02:25:19.078Z] 5: [ ALL TESTS PASSED ] [2024-01-19T02:25:19.078Z] 5/18 Test #5: TestTypeTraits ................... Passed 0.01 sec [2024-01-19T02:25:19.078Z] test 6 [2024-01-19T02:25:19.078Z] Start 6: porttest [2024-01-19T02:25:19.078Z] [2024-01-19T02:25:19.079Z] 6: Test command: /home/jenkins/workspace/Build/build/fvtest/porttest/omrporttest "--gtest_output=xml:/home/jenkins/workspace/Build/build/fvtest/porttest/omrporttest-results.xml" "--gtest_filter=-PortVmemTest.vmem_test_reserveExecutableMemory:PortStrTest.str_test4" [2024-01-19T02:25:19.079Z] 6: Test timeout computed to be: 10000000 [2024-01-19T02:25:19.079Z] 6: Note: Google Test filter = -PortVmemTest.vmem_test_reserveExecutableMemory:PortStrTest.str_test4 [2024-01-19T02:25:19.079Z] 6: [==========] Running 248 tests from 21 test cases. [2024-01-19T02:25:19.079Z] 6: [----------] 1 test from PortInitializationTest [2024-01-19T02:25:19.079Z] 6: [----------] 1 test from PortInitializationTest (0 ms total) [2024-01-19T02:25:19.079Z] 6: [2024-01-19T02:25:19.079Z] 6: [----------] 2 tests from PortFileTest [2024-01-19T02:25:19.079Z] 6: [----------] 2 tests from PortFileTest (0 ms total) [2024-01-19T02:25:19.079Z] 6: [2024-01-19T02:25:19.079Z] 6: [----------] 8 tests from PortHeapTest [2024-01-19T02:25:20.312Z] 6: [----------] 8 tests from PortHeapTest (1297 ms total) [2024-01-19T02:25:20.312Z] 6: [2024-01-19T02:25:20.312Z] 6: [----------] 8 tests from PortTest [2024-01-19T02:25:20.312Z] 6: [----------] 8 tests from PortTest (1 ms total) [2024-01-19T02:25:20.312Z] 6: [2024-01-19T02:25:20.312Z] 6: [----------] 11 tests from PortMemTest [2024-01-19T02:25:20.312Z] 6: [----------] 11 tests from PortMemTest (1 ms total) [2024-01-19T02:25:20.312Z] 6: [2024-01-19T02:25:20.312Z] 6: [----------] 5 tests from PortDumpTest [2024-01-19T02:25:20.312Z] 6: [----------] 5 tests from PortDumpTest (121 ms total) [2024-01-19T02:25:20.312Z] 6: [2024-01-19T02:25:20.312Z] 6: [----------] 4 tests from PortErrorTest [2024-01-19T02:25:20.312Z] 6: [----------] 4 tests from PortErrorTest (0 ms total) [2024-01-19T02:25:20.312Z] 6: [2024-01-19T02:25:20.312Z] 6: [----------] 41 tests from PortFileTest2 [2024-01-19T02:25:31.470Z] 6: $ [2024-01-19T02:25:31.470Z] 6: ? [2024-01-19T02:25:31.470Z] 6: ? [2024-01-19T02:25:31.470Z] 6: 𤭢 [2024-01-19T02:25:31.470Z] 6: þÿ [2024-01-19T02:25:31.470Z] 6: ****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************? [2024-01-19T02:25:31.470Z] 6: [----------] 41 tests from PortFileTest2 (10995 ms total) [2024-01-19T02:25:31.470Z] 6: [2024-01-19T02:25:31.470Z] 6: [----------] 14 tests from PortFileStreamTest [2024-01-19T02:25:31.470Z] 6: [----------] 14 tests from PortFileStreamTest (28 ms total) [2024-01-19T02:25:31.470Z] 6: [2024-01-19T02:25:31.470Z] 6: [----------] 1 test from PortIntrospectTest [2024-01-19T02:25:31.470Z] 6: [----------] 1 test from PortIntrospectTest (0 ms total) [2024-01-19T02:25:31.470Z] 6: [2024-01-19T02:25:31.470Z] 6: [----------] 15 tests from PortMmapTest [2024-01-19T02:25:32.596Z] 6: [----------] 15 tests from PortMmapTest (1023 ms total) [2024-01-19T02:25:32.596Z] 6: [2024-01-19T02:25:32.596Z] 6: [----------] 1 test from PortSignalExtendedTests [2024-01-19T02:25:32.596Z] 6: [----------] 1 test from PortSignalExtendedTests (1 ms total) [2024-01-19T02:25:32.596Z] 6: [2024-01-19T02:25:32.596Z] 6: [----------] 13 tests from PortSigTest [2024-01-19T02:25:32.596Z] 6: [----------] 13 tests from PortSigTest (76 ms total) [2024-01-19T02:25:32.596Z] 6: [2024-01-19T02:25:32.596Z] 6: [----------] 3 tests from PortSlTest [2024-01-19T02:25:32.596Z] 6: [----------] 3 tests from PortSlTest (1 ms total) [2024-01-19T02:25:32.596Z] 6: [2024-01-19T02:25:32.596Z] 6: [----------] 20 tests from PortStrTest [2024-01-19T02:25:32.596Z] 6: [----------] 20 tests from PortStrTest (5 ms total) [2024-01-19T02:25:32.596Z] 6: [2024-01-19T02:25:32.596Z] 6: [----------] 6 tests from PortTimeTest [2024-01-19T02:25:33.743Z] 6: Test is invalid since the host machine reports more than one CPU (time may differ across CPUs - makes test results useless - re-enable if we develop thread affinity support) [2024-01-19T02:25:43.488Z] 6: [----------] 6 tests from PortTimeTest (11594 ms total) [2024-01-19T02:25:43.488Z] 6: [2024-01-19T02:25:43.488Z] 6: [----------] 8 tests from PortTtyTest [2024-01-19T02:25:43.488Z] 6: TTY printf, check check 1 2 3 check ... [2024-01-19T02:25:43.488Z] 6: New line [2024-01-19T02:25:43.488Z] 6: [----------] 8 tests from PortTtyTest (0 ms total) [2024-01-19T02:25:43.488Z] 6: [2024-01-19T02:25:43.488Z] 6: [----------] 18 tests from PortVmemTest [2024-01-19T02:25:43.488Z] 6: NUMA not available [2024-01-19T02:25:44.659Z] 6: [----------] 18 tests from PortVmemTest (1144 ms total) [2024-01-19T02:25:44.659Z] 6: [2024-01-19T02:25:44.659Z] 6: [----------] 41 tests from PortSysinfoTest [2024-01-19T02:25:44.659Z] 6: omrsysinfo_get_username returns -1. [2024-01-19T02:25:44.659Z] 6: If this is a supported platform, consider this as a failure [2024-01-19T02:25:44.659Z] 6: omrsysinfo_get_groupname returns -1. [2024-01-19T02:25:44.659Z] 6: If this is a supported platform, consider this as a failure [2024-01-19T02:25:44.659Z] 6: originalSoftLimit=1024 [2024-01-19T02:25:44.659Z] 6: originalHardLimit=524288 [2024-01-19T02:25:44.659Z] 6: soft set to hard limit=524288 [2024-01-19T02:26:06.408Z] 6: Some textSome text[----------] 41 tests from PortSysinfoTest (20161 ms total) [2024-01-19T02:26:06.408Z] 6: [2024-01-19T02:26:06.408Z] 6: [----------] 9 tests from CgroupTest [2024-01-19T02:26:06.408Z] 6: /proc/self/cgroup line: [2024-01-19T02:26:06.408Z] 6: 12:pids:/docker/6d6977cbce91183d67e92b4bbfb57c2269846364ad9fff0c4a6b1990d4281b0f [2024-01-19T02:26:06.408Z] 6: /proc/self/cgroup line: [2024-01-19T02:26:06.408Z] 6: 11:memory:/docker/6d6977cbce91183d67e92b4bbfb57c2269846364ad9fff0c4a6b1990d4281b0f [2024-01-19T02:26:06.408Z] 6: /proc/self/cgroup line: [2024-01-19T02:26:06.408Z] 6: 10:cpuset:/docker/6d6977cbce91183d67e92b4bbfb57c2269846364ad9fff0c4a6b1990d4281b0f [2024-01-19T02:26:06.408Z] 6: /proc/self/cgroup line: [2024-01-19T02:26:06.408Z] 6: 9:hugetlb:/docker/6d6977cbce91183d67e92b4bbfb57c2269846364ad9fff0c4a6b1990d4281b0f [2024-01-19T02:26:06.408Z] 6: /proc/self/cgroup line: [2024-01-19T02:26:06.408Z] 6: 8:devices:/docker/6d6977cbce91183d67e92b4bbfb57c2269846364ad9fff0c4a6b1990d4281b0f [2024-01-19T02:26:06.408Z] 6: /proc/self/cgroup line: [2024-01-19T02:26:06.408Z] 6: 7:rdma:/docker/6d6977cbce91183d67e92b4bbfb57c2269846364ad9fff0c4a6b1990d4281b0f [2024-01-19T02:26:06.408Z] 6: /proc/self/cgroup line: [2024-01-19T02:26:06.408Z] 6: 6:freezer:/docker/6d6977cbce91183d67e92b4bbfb57c2269846364ad9fff0c4a6b1990d4281b0f [2024-01-19T02:26:06.409Z] 6: /proc/self/cgroup line: [2024-01-19T02:26:06.409Z] 6: 5:cpu,cpuacct:/docker/6d6977cbce91183d67e92b4bbfb57c2269846364ad9fff0c4a6b1990d4281b0f [2024-01-19T02:26:06.409Z] 6: /proc/self/cgroup line: [2024-01-19T02:26:06.409Z] 6: 4:perf_event:/docker/6d6977cbce91183d67e92b4bbfb57c2269846364ad9fff0c4a6b1990d4281b0f [2024-01-19T02:26:06.409Z] 6: /proc/self/cgroup line: [2024-01-19T02:26:06.409Z] 6: 3:blkio:/docker/6d6977cbce91183d67e92b4bbfb57c2269846364ad9fff0c4a6b1990d4281b0f [2024-01-19T02:26:06.409Z] 6: /proc/self/cgroup line: [2024-01-19T02:26:06.409Z] 6: 2:net_cls,net_prio:/docker/6d6977cbce91183d67e92b4bbfb57c2269846364ad9fff0c4a6b1990d4281b0f [2024-01-19T02:26:06.409Z] 6: /proc/self/cgroup line: [2024-01-19T02:26:06.409Z] 6: 1:name=systemd:/docker/6d6977cbce91183d67e92b4bbfb57c2269846364ad9fff0c4a6b1990d4281b0f [2024-01-19T02:26:06.409Z] 6: /proc/self/cgroup line: [2024-01-19T02:26:06.409Z] 6: 0::/docker/6d6977cbce91183d67e92b4bbfb57c2269846364ad9fff0c4a6b1990d4281b0f [2024-01-19T02:26:06.409Z] 6: [----------] 9 tests from CgroupTest (2 ms total) [2024-01-19T02:26:06.409Z] 6: [2024-01-19T02:26:06.409Z] 6: [----------] 19 tests from PortSockTest [2024-01-19T02:26:06.409Z] 6: WARNING: Cannot test IPV6: Failed to find to IPV6 interface. [2024-01-19T02:26:06.409Z] 6: [----------] 19 tests from PortSockTest (1009 ms total) [2024-01-19T02:26:06.409Z] 6: [2024-01-19T02:26:06.409Z] 6: [==========] 248 tests from 21 test cases ran. (47474 ms total) [2024-01-19T02:26:06.409Z] 6: [ PASSED ] 248 tests. [2024-01-19T02:26:06.409Z] 6: [ ALL TESTS PASSED ] [2024-01-19T02:26:06.409Z] 6: [2024-01-19T02:26:06.409Z] 6: YOU HAVE 3 DISABLED TESTS [2024-01-19T02:26:06.409Z] 6: [2024-01-19T02:26:06.409Z] 6: Some textSome text [2024-01-19T02:26:06.409Z] 6/18 Test #6: porttest ......................... Passed 47.49 sec [2024-01-19T02:26:06.409Z] test 7 [2024-01-19T02:26:06.409Z] Start 7: rastest [2024-01-19T02:26:06.409Z] [2024-01-19T02:26:06.409Z] 7: Test command: /home/jenkins/workspace/Build/build/fvtest/rastest/omrrastest "--gtest_output=xml:/home/jenkins/workspace/Build/build/fvtest/rastest/omrrastest-results.xml" [2024-01-19T02:26:06.409Z] 7: Test timeout computed to be: 10000000 [2024-01-19T02:26:06.409Z] 7: [==========] Running 38 tests from 11 test cases. [2024-01-19T02:26:06.409Z] 7: [----------] 3 tests from RASAgentNegativeTest [2024-01-19T02:26:06.409Z] 7: [----------] 3 tests from RASAgentNegativeTest (2 ms total) [2024-01-19T02:26:06.409Z] 7: [2024-01-19T02:26:06.409Z] 7: [----------] 2 tests from RASAgentTest [2024-01-19T02:26:06.409Z] 7: [----------] 2 tests from RASAgentTest (0 ms total) [2024-01-19T02:26:06.409Z] 7: [2024-01-19T02:26:06.409Z] 7: [----------] 1 test from RASMemoryCategoriesTest [2024-01-19T02:26:06.409Z] 7: [2024-01-19T02:26:06.409Z] 7: Negative path: get categories with an undersized buffer [2024-01-19T02:26:06.409Z] 7: written_count=15, total_categories=16 [2024-01-19T02:26:06.409Z] 7: RUNTIME 282668 bytes / 0 allocations (Shallow: 0 bytes / 0 allocations) [2024-01-19T02:26:06.409Z] 7: VM 282668 bytes / 0 allocations (Shallow: 656 bytes / 0 allocations) [2024-01-19T02:26:06.409Z] 7: Threads 280044 bytes / 0 allocations (Shallow: 17900 bytes / 0 allocations) [2024-01-19T02:26:06.409Z] 7: Native Stack 262144 bytes / 0 allocations [2024-01-19T02:26:06.409Z] 7: Port Library 1680 bytes / 0 allocations [2024-01-19T02:26:06.409Z] 7: OMRTI 288 bytes / 0 allocations [2024-01-19T02:26:06.409Z] 7: [2024-01-19T02:26:06.409Z] 7: Positive path: get and validate categories [2024-01-19T02:26:06.409Z] 7: written_count=16, total_categories=16 [2024-01-19T02:26:06.409Z] 7: RUNTIME 282668 bytes / 0 allocations (Shallow: 0 bytes / 0 allocations) [2024-01-19T02:26:06.409Z] 7: VM 282668 bytes / 0 allocations (Shallow: 656 bytes / 0 allocations) [2024-01-19T02:26:06.409Z] 7: Threads 280044 bytes / 0 allocations (Shallow: 17900 bytes / 0 allocations) [2024-01-19T02:26:06.409Z] 7: Native Stack 262144 bytes / 0 allocations [2024-01-19T02:26:06.409Z] 7: Port Library 1680 bytes / 0 allocations [2024-01-19T02:26:06.409Z] 7: OMRTI 288 bytes / 0 allocations [2024-01-19T02:26:06.409Z] 7: [2024-01-19T02:26:06.409Z] 7: Positive path: get and validate categories and total_categories is null [2024-01-19T02:26:06.409Z] 7: written_count=16 [2024-01-19T02:26:06.409Z] 7: RUNTIME 282668 bytes / 0 allocations (Shallow: 0 bytes / 0 allocations) [2024-01-19T02:26:06.409Z] 7: VM 282668 bytes / 0 allocations (Shallow: 656 bytes / 0 allocations) [2024-01-19T02:26:06.409Z] 7: Threads 280044 bytes / 0 allocations (Shallow: 17900 bytes / 0 allocations) [2024-01-19T02:26:06.409Z] 7: Native Stack 262144 bytes / 0 allocations [2024-01-19T02:26:06.409Z] 7: Port Library 1680 bytes / 0 allocations [2024-01-19T02:26:06.409Z] 7: OMRTI 288 bytes / 0 allocations [2024-01-19T02:26:06.409Z] 7: [2024-01-19T02:26:06.409Z] 7: Positive path: get and validate categories with oversized max_categories and oversized buffer [2024-01-19T02:26:06.409Z] 7: written_count=16, total_categories=16 [2024-01-19T02:26:06.409Z] 7: RUNTIME 282716 bytes / 0 allocations (Shallow: 0 bytes / 0 allocations) [2024-01-19T02:26:06.409Z] 7: VM 282716 bytes / 0 allocations (Shallow: 656 bytes / 0 allocations) [2024-01-19T02:26:06.409Z] 7: Threads 280044 bytes / 0 allocations (Shallow: 17900 bytes / 0 allocations) [2024-01-19T02:26:06.409Z] 7: Native Stack 262144 bytes / 0 allocations [2024-01-19T02:26:06.409Z] 7: Port Library 1728 bytes / 0 allocations [2024-01-19T02:26:06.409Z] 7: OMRTI 288 bytes / 0 allocations [2024-01-19T02:26:06.409Z] 7: [2024-01-19T02:26:06.409Z] 7: Positive path: get and validate categories with oversized buffer and total_categories is null [2024-01-19T02:26:06.409Z] 7: written_count=16, total_categories=16 [2024-01-19T02:26:06.409Z] 7: RUNTIME 282716 bytes / 0 allocations (Shallow: 0 bytes / 0 allocations) [2024-01-19T02:26:06.409Z] 7: VM 282716 bytes / 0 allocations (Shallow: 656 bytes / 0 allocations) [2024-01-19T02:26:06.409Z] 7: Threads 280044 bytes / 0 allocations (Shallow: 17900 bytes / 0 allocations) [2024-01-19T02:26:06.409Z] 7: Native Stack 262144 bytes / 0 allocations [2024-01-19T02:26:06.409Z] 7: Port Library 1728 bytes / 0 allocations [2024-01-19T02:26:06.409Z] 7: OMRTI 288 bytes / 0 allocations [2024-01-19T02:26:06.409Z] 7: [2024-01-19T02:26:06.409Z] 7: Positive path: get and validate categories with oversized max_categories, oversized buffer and total_categories is null [2024-01-19T02:26:06.409Z] 7: written_count=16 [2024-01-19T02:26:06.409Z] 7: RUNTIME 282716 bytes / 0 allocations (Shallow: 0 bytes / 0 allocations) [2024-01-19T02:26:06.409Z] 7: VM 282716 bytes / 0 allocations (Shallow: 656 bytes / 0 allocations) [2024-01-19T02:26:06.409Z] 7: Threads 280044 bytes / 0 allocations (Shallow: 17900 bytes / 0 allocations) [2024-01-19T02:26:06.409Z] 7: Native Stack 262144 bytes / 0 allocations [2024-01-19T02:26:06.409Z] 7: Port Library 1728 bytes / 0 allocations [2024-01-19T02:26:06.409Z] 7: OMRTI 288 bytes / 0 allocations [2024-01-19T02:26:06.409Z] 7: [----------] 1 test from RASMemoryCategoriesTest (1 ms total) [2024-01-19T02:26:06.409Z] 7: [2024-01-19T02:26:06.409Z] 7: [----------] 5 tests from RASMethodDictionaryTest [2024-01-19T02:26:06.409Z] 7: [----------] 5 tests from RASMethodDictionaryTest (0 ms total) [2024-01-19T02:26:06.409Z] 7: [2024-01-19T02:26:06.409Z] 7: [----------] 9 tests from TraceLifecycleTest [2024-01-19T02:26:06.409Z] 7: ../fvtest/rastest/traceLifecycleTest.cpp:544 OMR_Thread_Init(&testVM->omrVM, NULL, &vmthread, "attachDetachHelper") failed, rc=10 (OMR_ERROR_NOT_AVAILABLE) [2024-01-19T02:26:06.409Z] 7: ../fvtest/rastest/traceLifecycleTest.cpp:544 OMR_Thread_Init(&testVM->omrVM, NULL, &vmthread, "attachDetachHelper") failed, rc=10 (OMR_ERROR_NOT_AVAILABLE) [2024-01-19T02:26:06.409Z] 7: ../fvtest/rastest/traceLifecycleTest.cpp:544 OMR_Thread_Init(&testVM->omrVM, NULL, &vmthread, "attachDetachHelper") failed, rc=10 (OMR_ERROR_NOT_AVAILABLE) [2024-01-19T02:26:06.409Z] 7: ../fvtest/rastest/traceLifecycleTest.cpp:544 OMR_Thread_Init(&testVM->omrVM, NULL, &vmthread, "attachDetachHelper") failed, rc=10 (OMR_ERROR_NOT_AVAILABLE) [2024-01-19T02:26:06.409Z] 7: ../fvtest/rastest/traceLifecycleTest.cpp:544 OMR_Thread_Init(&testVM->omrVM, NULL, &vmthread, "attachDetachHelper") failed, rc=10 (OMR_ERROR_NOT_AVAILABLE) [2024-01-19T02:26:06.409Z] 7: ../fvtest/rastest/traceLifecycleTest.cpp:544 OMR_Thread_Init(&testVM->omrVM, NULL, &vmthread, "attachDetachHelper") failed, rc=10 (OMR_ERROR_NOT_AVAILABLE) [2024-01-19T02:26:06.409Z] 7: ../fvtest/rastest/traceLifecycleTest.cpp:544 OMR_Thread_Init(&testVM->omrVM, NULL, &vmthread, "attachDetachHelper") failed, rc=10 (OMR_ERROR_NOT_AVAILABLE) [2024-01-19T02:26:06.409Z] 7: [----------] 9 tests from TraceLifecycleTest (13 ms total) [2024-01-19T02:26:06.409Z] 7: [2024-01-19T02:26:06.409Z] 7: [----------] 1 test from TraceLogTest [2024-01-19T02:26:06.409Z] 7: [----------] 1 test from TraceLogTest (5 ms total) [2024-01-19T02:26:06.409Z] 7: [2024-01-19T02:26:06.409Z] 7: [----------] 1 test from RASTraceTest [2024-01-19T02:26:06.409Z] 7: omr_trc_startup: failed to set trace options, rc=9 [2024-01-19T02:26:06.409Z] 7: omr_trc_startup error, rc=9 [2024-01-19T02:26:06.409Z] 7: ../fvtest/rastest/traceagent.c:262 Free physical memory size (in bytes): 18803171328, rc = 0 (OMR_ERROR_NONE), the function call is successful ! [2024-01-19T02:26:06.409Z] 7: ../fvtest/rastest/traceagent.c:272 Process virtual memory size (in bytes): 15331328, rc = 0 (OMR_ERROR_NONE), the function call is successful ! [2024-01-19T02:26:06.409Z] 7: ../fvtest/rastest/traceagent.c:281 Process physical memory size (in bytes): 6402048, rc = 0 (OMR_ERROR_NONE), the function call is successful ! [2024-01-19T02:26:06.409Z] 7: ../fvtest/rastest/traceagent.c:292 Process private memory size (in bytes): 9408512, rc = 0 (OMR_ERROR_NONE), the function call is successful ! [2024-01-19T02:26:06.409Z] 7: traceMetaLength=244 [2024-01-19T02:26:06.409Z] 7: bindthreadagent: BindCurrentThread passed, vmThread=0xf7703778 [2024-01-19T02:26:06.409Z] 7: bindthreadagent: recursive BindCurrentThread passed, vmThread2=0xf7703778 [2024-01-19T02:26:06.409Z] 7: bindthreadagent: recursive UnbindCurrentThread passed [2024-01-19T02:26:06.409Z] 7: bindthreadagent: UnbindCurrentThread passed [2024-01-19T02:26:06.409Z] 7: bindthreadagent: BindCurrentThread passed, vmThread=0xf7700628 [2024-01-19T02:26:06.409Z] 7: bindthreadagent: recursive BindCurrentThread passed, vmThread2=0xf7700628 [2024-01-19T02:26:06.409Z] 7: bindthreadagent: recursive UnbindCurrentThread passed [2024-01-19T02:26:06.409Z] 7: bindthreadagent: UnbindCurrentThread passed [2024-01-19T02:26:06.409Z] 7: [----------] 1 test from RASTraceTest (204 ms total) [2024-01-19T02:26:06.409Z] 7: [2024-01-19T02:26:06.409Z] 7: [----------] 6 tests from InvalidAgentOpts/RASAgentNegativeTest [2024-01-19T02:26:06.409Z] 7: [----------] 6 tests from InvalidAgentOpts/RASAgentNegativeTest (2 ms total) [2024-01-19T02:26:06.409Z] 7: [2024-01-19T02:26:06.409Z] 7: [----------] 6 tests from TraceNotStartedAgentOpts/RASAgentTest [2024-01-19T02:26:06.409Z] 7: traceNotStartedAgent: Agent_OnLoad(options="(null)") [2024-01-19T02:26:06.409Z] 7: traceNotStartedAgent: BindCurrentThread passed, vmThread=0x0xf7703778 [2024-01-19T02:26:06.409Z] 7: traceNotStartedAgent: SetTraceOptions: rc = 10 [2024-01-19T02:26:06.409Z] 7: traceNotStartedAgent: GetTraceMetadata: rc = 10 [2024-01-19T02:26:06.409Z] 7: traceNotStartedAgent: RegisterRecordSubscriber: rc = 10 [2024-01-19T02:26:06.409Z] 7: traceNotStartedAgent: FlushTraceData: rc = 10 [2024-01-19T02:26:06.409Z] 7: traceNotStartedAgent: DeregisterRecordSubscriber: rc = 9 [2024-01-19T02:26:06.409Z] 7: traceNotStartedAgent: UnbindCurrentThread passed [2024-01-19T02:26:06.409Z] 7: traceNotStartedAgent: Agent_OnUnload [2024-01-19T02:26:06.409Z] 7: traceNotStartedAgent: Agent_OnLoad(options="(null)") [2024-01-19T02:26:06.409Z] 7: traceNotStartedAgent: BindCurrentThread passed, vmThread=0x0xf7703778 [2024-01-19T02:26:06.409Z] 7: traceNotStartedAgent: SetTraceOptions: rc = 10 [2024-01-19T02:26:06.409Z] 7: traceNotStartedAgent: GetTraceMetadata: rc = 10 [2024-01-19T02:26:06.409Z] 7: traceNotStartedAgent: RegisterRecordSubscriber: rc = 10 [2024-01-19T02:26:06.409Z] 7: traceNotStartedAgent: FlushTraceData: rc = 10 [2024-01-19T02:26:06.409Z] 7: traceNotStartedAgent: DeregisterRecordSubscriber: rc = 9 [2024-01-19T02:26:06.409Z] 7: traceNotStartedAgent: UnbindCurrentThread passed [2024-01-19T02:26:06.409Z] 7: traceNotStartedAgent: Agent_OnUnload [2024-01-19T02:26:06.409Z] 7: traceNotStartedAgent: Agent_OnLoad(options="abc") [2024-01-19T02:26:06.409Z] 7: traceNotStartedAgent: BindCurrentThread passed, vmThread=0x0xf7703778 [2024-01-19T02:26:06.409Z] 7: traceNotStartedAgent: SetTraceOptions: rc = 10 [2024-01-19T02:26:06.409Z] 7: traceNotStartedAgent: GetTraceMetadata: rc = 10 [2024-01-19T02:26:06.409Z] 7: traceNotStartedAgent: RegisterRecordSubscriber: rc = 10 [2024-01-19T02:26:06.409Z] 7: traceNotStartedAgent: FlushTraceData: rc = 10 [2024-01-19T02:26:06.409Z] 7: traceNotStartedAgent: DeregisterRecordSubscriber: rc = 9 [2024-01-19T02:26:06.409Z] 7: traceNotStartedAgent: UnbindCurrentThread passed [2024-01-19T02:26:06.409Z] 7: traceNotStartedAgent: Agent_OnUnload [2024-01-19T02:26:06.409Z] 7: traceNotStartedAgent: Agent_OnLoad(options="(null)") [2024-01-19T02:26:06.409Z] 7: traceNotStartedAgent: BindCurrentThread passed, vmThread=0x0xf7703778 [2024-01-19T02:26:06.409Z] 7: traceNotStartedAgent: SetTraceOptions: rc = 10 [2024-01-19T02:26:06.409Z] 7: traceNotStartedAgent: GetTraceMetadata: rc = 10 [2024-01-19T02:26:06.409Z] 7: traceNotStartedAgent: RegisterRecordSubscriber: rc = 10 [2024-01-19T02:26:06.409Z] 7: traceNotStartedAgent: FlushTraceData: rc = 10 [2024-01-19T02:26:06.409Z] 7: traceNotStartedAgent: DeregisterRecordSubscriber: rc = 9 [2024-01-19T02:26:06.409Z] 7: traceNotStartedAgent: UnbindCurrentThread passed [2024-01-19T02:26:06.409Z] 7: traceNotStartedAgent: Agent_OnUnload [2024-01-19T02:26:06.409Z] 7: traceNotStartedAgent: Agent_OnLoad(options="(null)") [2024-01-19T02:26:06.409Z] 7: traceNotStartedAgent: BindCurrentThread passed, vmThread=0x0xf7703778 [2024-01-19T02:26:06.409Z] 7: traceNotStartedAgent: SetTraceOptions: rc = 10 [2024-01-19T02:26:06.409Z] 7: traceNotStartedAgent: GetTraceMetadata: rc = 10 [2024-01-19T02:26:06.409Z] 7: traceNotStartedAgent: RegisterRecordSubscriber: rc = 10 [2024-01-19T02:26:06.409Z] 7: traceNotStartedAgent: FlushTraceData: rc = 10 [2024-01-19T02:26:06.409Z] 7: traceNotStartedAgent: DeregisterRecordSubscriber: rc = 9 [2024-01-19T02:26:06.409Z] 7: traceNotStartedAgent: UnbindCurrentThread passed [2024-01-19T02:26:06.409Z] 7: traceNotStartedAgent: Agent_OnUnload [2024-01-19T02:26:06.409Z] 7: traceNotStartedAgent: Agent_OnLoad(options="abc") [2024-01-19T02:26:06.409Z] 7: traceNotStartedAgent: BindCurrentThread passed, vmThread=0x0xf7703778 [2024-01-19T02:26:06.409Z] 7: traceNotStartedAgent: SetTraceOptions: rc = 10 [2024-01-19T02:26:06.409Z] 7: traceNotStartedAgent: GetTraceMetadata: rc = 10 [2024-01-19T02:26:06.409Z] 7: traceNotStartedAgent: RegisterRecordSubscriber: rc = 10 [2024-01-19T02:26:06.409Z] 7: traceNotStartedAgent: FlushTraceData: rc = 10 [2024-01-19T02:26:06.409Z] 7: traceNotStartedAgent: DeregisterRecordSubscriber: rc = 9 [2024-01-19T02:26:06.409Z] 7: traceNotStartedAgent: UnbindCurrentThread passed [2024-01-19T02:26:06.409Z] 7: traceNotStartedAgent: Agent_OnUnload [2024-01-19T02:26:06.409Z] 7: [----------] 6 tests from TraceNotStartedAgentOpts/RASAgentTest (2 ms total) [2024-01-19T02:26:06.409Z] 7: [2024-01-19T02:26:06.409Z] 7: [----------] 2 tests from CpuLoadAgentOpts/RASAgentTest [2024-01-19T02:26:06.409Z] 7: cpuLoadAgent: Agent_OnLoad(options="") [2024-01-19T02:26:06.409Z] 7: cpuLoadAgent: BindCurrentThread passed, vmThread=0xF7703778 [2024-01-19T02:26:06.409Z] 7: Test GetProcessCpuLoad() [2024-01-19T02:26:06.409Z] 7: callIndex: 1: rc = 13 (OMR_ERROR_RETRY), the function call is successful ! [2024-01-19T02:26:06.409Z] 7: callIndex: 2: rc = 13 (OMR_ERROR_RETRY), the function call is successful ! [2024-01-19T02:26:06.409Z] 7: callIndex: 3: rc = 0 (OMR_ERROR_NONE), the function call is successful ! Process CPU load: 0.248239 [2024-01-19T02:26:06.409Z] 7: callIndex: 4: rc = 0 (OMR_ERROR_NONE), the function call is successful ! Process CPU load: 0.247774 [2024-01-19T02:26:06.409Z] 7: callIndex: 5: rc = 0 (OMR_ERROR_NONE), the function call is successful ! Process CPU load: 0.243031 [2024-01-19T02:26:06.409Z] 7: callIndex: 7: rc = 13 (OMR_ERROR_RETRY), the function call is successful ! [2024-01-19T02:26:07.581Z] 7: callIndex: 10: rc = 0 (OMR_ERROR_NONE), the function call is successful ! Process CPU load: 0.992190 [2024-01-19T02:26:07.581Z] 7: callIndex: 11: rc = 10 (OMR_ERROR_NOT_AVAILABLE), the function call is successful ! [2024-01-19T02:26:07.581Z] 7: callIndex: 12: rc = 10 (OMR_ERROR_NOT_AVAILABLE), the function call is successful ! [2024-01-19T02:26:07.581Z] 7: callIndex: 13: rc = 11 (OMR_THREAD_NOT_ATTACHED), the function call is successful ! [2024-01-19T02:26:07.581Z] 7: cpuLoadAgent: GetProcessCpuLoad() passed [2024-01-19T02:26:07.581Z] 7: Test GetSystemCpuLoad() [2024-01-19T02:26:07.581Z] 7: callIndex: 1: rc = 13 (OMR_ERROR_RETRY), the function call is successful ! [2024-01-19T02:26:07.581Z] 7: callIndex: 2: rc = 13 (OMR_ERROR_RETRY), the function call is successful ! [2024-01-19T02:26:07.581Z] 7: callIndex: 3: rc = 0 (OMR_ERROR_NONE), the function call is successful ! system CPU load: 0.270289 [2024-01-19T02:26:07.581Z] 7: callIndex: 4: rc = 0 (OMR_ERROR_NONE), the function call is successful ! system CPU load: 0.246610 [2024-01-19T02:26:07.581Z] 7: callIndex: 5: rc = 0 (OMR_ERROR_NONE), the function call is successful ! system CPU load: 0.246082 [2024-01-19T02:26:07.581Z] 7: callIndex: 7: rc = 13 (OMR_ERROR_RETRY), the function call is successful ! [2024-01-19T02:26:07.581Z] 7: callIndex: 10: rc = 0 (OMR_ERROR_NONE), the function call is successful ! system CPU load: 0.976060 [2024-01-19T02:26:07.581Z] 7: callIndex: 11: rc = 10 (OMR_ERROR_NOT_AVAILABLE), the function call is successful ! [2024-01-19T02:26:07.581Z] 7: callIndex: 12: rc = 10 (OMR_ERROR_NOT_AVAILABLE), the function call is successful ! [2024-01-19T02:26:07.581Z] 7: callIndex: 13: rc = 11 (OMR_THREAD_NOT_ATTACHED), the function call is successful ! [2024-01-19T02:26:07.581Z] 7: cpuLoadAgent: GetSystemCpuLoad() passed [2024-01-19T02:26:07.581Z] 7: cpuLoadAgent: UnbindCurrentThread passed [2024-01-19T02:26:07.581Z] 7: cpuLoadAgent: Agent_OnUnload [2024-01-19T02:26:07.581Z] 7: cpuLoadAgent: Agent_OnLoad(options="") [2024-01-19T02:26:07.581Z] 7: cpuLoadAgent: BindCurrentThread passed, vmThread=0xF7703778 [2024-01-19T02:26:07.581Z] 7: Test GetProcessCpuLoad() [2024-01-19T02:26:07.581Z] 7: callIndex: 1: rc = 13 (OMR_ERROR_RETRY), the function call is successful ! [2024-01-19T02:26:07.581Z] 7: callIndex: 2: rc = 13 (OMR_ERROR_RETRY), the function call is successful ! [2024-01-19T02:26:07.581Z] 7: callIndex: 3: rc = 0 (OMR_ERROR_NONE), the function call is successful ! Process CPU load: 0.247939 [2024-01-19T02:26:07.581Z] 7: callIndex: 4: rc = 0 (OMR_ERROR_NONE), the function call is successful ! Process CPU load: 0.247212 [2024-01-19T02:26:07.581Z] 7: callIndex: 5: rc = 0 (OMR_ERROR_NONE), the function call is successful ! Process CPU load: 0.248149 [2024-01-19T02:26:07.581Z] 7: callIndex: 7: rc = 13 (OMR_ERROR_RETRY), the function call is successful ! [2024-01-19T02:26:08.958Z] 7: callIndex: 10: rc = 0 (OMR_ERROR_NONE), the function call is successful ! Process CPU load: 0.992818 [2024-01-19T02:26:08.959Z] 7: callIndex: 11: rc = 10 (OMR_ERROR_NOT_AVAILABLE), the function call is successful ! [2024-01-19T02:26:08.959Z] 7: callIndex: 12: rc = 10 (OMR_ERROR_NOT_AVAILABLE), the function call is successful ! [2024-01-19T02:26:08.959Z] 7: callIndex: 13: rc = 11 (OMR_THREAD_NOT_ATTACHED), the function call is successful ! [2024-01-19T02:26:08.959Z] 7: cpuLoadAgent: GetProcessCpuLoad() passed [2024-01-19T02:26:08.959Z] 7: Test GetSystemCpuLoad() [2024-01-19T02:26:08.959Z] 7: callIndex: 1: rc = 13 (OMR_ERROR_RETRY), the function call is successful ! [2024-01-19T02:26:08.959Z] 7: callIndex: 2: rc = 13 (OMR_ERROR_RETRY), the function call is successful ! [2024-01-19T02:26:08.959Z] 7: callIndex: 3: rc = 0 (OMR_ERROR_NONE), the function call is successful ! system CPU load: 0.224036 [2024-01-19T02:26:08.959Z] 7: callIndex: 4: rc = 0 (OMR_ERROR_NONE), the function call is successful ! system CPU load: 0.247005 [2024-01-19T02:26:08.959Z] 7: callIndex: 5: rc = 0 (OMR_ERROR_NONE), the function call is successful ! system CPU load: 0.286922 [2024-01-19T02:26:08.959Z] 7: callIndex: 7: rc = 13 (OMR_ERROR_RETRY), the function call is successful ! [2024-01-19T02:26:08.959Z] 7: callIndex: 10: rc = 0 (OMR_ERROR_NONE), the function call is successful ! system CPU load: 1.000000 [2024-01-19T02:26:08.959Z] 7: callIndex: 11: rc = 10 (OMR_ERROR_NOT_AVAILABLE), the function call is successful ! [2024-01-19T02:26:08.959Z] 7: callIndex: 12: rc = 10 (OMR_ERROR_NOT_AVAILABLE), the function call is successful ! [2024-01-19T02:26:08.959Z] 7: callIndex: 13: rc = 11 (OMR_THREAD_NOT_ATTACHED), the function call is successful ! [2024-01-19T02:26:08.959Z] 7: cpuLoadAgent: GetSystemCpuLoad() passed [2024-01-19T02:26:08.959Z] 7: cpuLoadAgent: UnbindCurrentThread passed [2024-01-19T02:26:08.959Z] 7: cpuLoadAgent: Agent_OnUnload [2024-01-19T02:26:08.959Z] 7: [----------] 2 tests from CpuLoadAgentOpts/RASAgentTest (2660 ms total) [2024-01-19T02:26:08.959Z] 7: [2024-01-19T02:26:08.959Z] 7: [----------] 2 tests from BindThreadAgentOpts/RASAgentTest [2024-01-19T02:26:08.959Z] 7: bindthreadagent: BindCurrentThread passed, vmThread=0xf7703778 [2024-01-19T02:26:08.959Z] 7: bindthreadagent: recursive BindCurrentThread passed, vmThread2=0xf7703778 [2024-01-19T02:26:08.959Z] 7: bindthreadagent: recursive UnbindCurrentThread passed [2024-01-19T02:26:08.959Z] 7: bindthreadagent: UnbindCurrentThread passed [2024-01-19T02:26:08.959Z] 7: bindthreadagent: BindCurrentThread passed, vmThread=0xf7700628 [2024-01-19T02:26:08.959Z] 7: bindthreadagent: recursive BindCurrentThread passed, vmThread2=0xf7700628 [2024-01-19T02:26:08.959Z] 7: bindthreadagent: recursive UnbindCurrentThread passed [2024-01-19T02:26:08.959Z] 7: bindthreadagent: UnbindCurrentThread passed [2024-01-19T02:26:08.959Z] 7: bindthreadagent: BindCurrentThread passed, vmThread=0xf7703778 [2024-01-19T02:26:08.959Z] 7: bindthreadagent: recursive BindCurrentThread passed, vmThread2=0xf7703778 [2024-01-19T02:26:08.959Z] 7: bindthreadagent: recursive UnbindCurrentThread passed [2024-01-19T02:26:08.959Z] 7: bindthreadagent: UnbindCurrentThread passed [2024-01-19T02:26:08.959Z] 7: bindthreadagent: BindCurrentThread passed, vmThread=0xf7700628 [2024-01-19T02:26:08.959Z] 7: bindthreadagent: recursive BindCurrentThread passed, vmThread2=0xf7700628 [2024-01-19T02:26:08.959Z] 7: bindthreadagent: recursive UnbindCurrentThread passed [2024-01-19T02:26:08.959Z] 7: bindthreadagent: UnbindCurrentThread passed [2024-01-19T02:26:08.959Z] 7: [----------] 2 tests from BindThreadAgentOpts/RASAgentTest (403 ms total) [2024-01-19T02:26:08.959Z] 7: [2024-01-19T02:26:08.959Z] 7: [==========] 38 tests from 11 test cases ran. (3294 ms total) [2024-01-19T02:26:08.959Z] 7: [ PASSED ] 38 tests. [2024-01-19T02:26:08.959Z] 7: [ ALL TESTS PASSED ] [2024-01-19T02:26:08.959Z] 7: [2024-01-19T02:26:08.959Z] 7: YOU HAVE 2 DISABLED TESTS [2024-01-19T02:26:08.959Z] 7: [2024-01-19T02:26:08.959Z] 7/18 Test #7: rastest .......................... Passed 3.31 sec [2024-01-19T02:26:08.959Z] test 8 [2024-01-19T02:26:08.959Z] Start 8: subscribertest [2024-01-19T02:26:08.959Z] [2024-01-19T02:26:08.959Z] 8: Test command: /home/jenkins/workspace/Build/build/fvtest/rastest/omrsubscribertest "--gtest_output=xml:/home/jenkins/workspace/Build/build/fvtest/rastest/omrsubscribertest-results.xml" [2024-01-19T02:26:08.959Z] 8: Test timeout computed to be: 10000000 [2024-01-19T02:26:08.959Z] 8: [==========] Running 3 tests from 2 test cases. [2024-01-19T02:26:08.959Z] 8: [----------] 1 test from RASSubscriberTest [2024-01-19T02:26:08.959Z] 8: [----------] 1 test from RASSubscriberTest (3 ms total) [2024-01-19T02:26:08.959Z] 8: [2024-01-19T02:26:08.959Z] 8: [----------] 2 tests from RASSubscriberForkTest [2024-01-19T02:26:08.959Z] 8: [----------] 2 tests from RASSubscriberForkTest (18 ms total) [2024-01-19T02:26:08.959Z] 8: [2024-01-19T02:26:08.959Z] 8: [==========] 3 tests from 2 test cases ran. (23 ms total) [2024-01-19T02:26:08.959Z] 8: [ PASSED ] 3 tests. [2024-01-19T02:26:08.959Z] 8: [ ALL TESTS PASSED ] [2024-01-19T02:26:08.959Z] 8: [2024-01-19T02:26:08.959Z] 8: YOU HAVE 1 DISABLED TEST [2024-01-19T02:26:08.959Z] 8: [2024-01-19T02:26:08.959Z] 8/18 Test #8: subscribertest ................... Passed 0.03 sec [2024-01-19T02:26:08.959Z] test 9 [2024-01-19T02:26:08.959Z] Start 9: traceoptiontest [2024-01-19T02:26:08.959Z] [2024-01-19T02:26:08.959Z] 9: Test command: /home/jenkins/workspace/Build/build/fvtest/rastest/omrtraceoptiontest "--gtest_output=xml:/home/jenkins/workspace/Build/build/fvtest/rastest/omrtraceoptiontest-results.xml" [2024-01-19T02:26:08.959Z] 9: Test timeout computed to be: 10000000 [2024-01-19T02:26:08.959Z] 9: [==========] Running 1 test from 1 test case. [2024-01-19T02:26:08.959Z] 9: [----------] 1 test from RASTraceOptionTest [2024-01-19T02:26:08.959Z] 9: [----------] 1 test from RASTraceOptionTest (2 ms total) [2024-01-19T02:26:08.959Z] 9: [2024-01-19T02:26:08.959Z] 9: [==========] 1 test from 1 test case ran. (2 ms total) [2024-01-19T02:26:08.959Z] 9: [ PASSED ] 1 test. [2024-01-19T02:26:08.959Z] 9: [ ALL TESTS PASSED ] [2024-01-19T02:26:08.959Z] 9/18 Test #9: traceoptiontest .................. Passed 0.01 sec [2024-01-19T02:26:08.959Z] test 10 [2024-01-19T02:26:08.959Z] Start 10: sigtest [2024-01-19T02:26:08.959Z] [2024-01-19T02:26:08.959Z] 10: Test command: /home/jenkins/workspace/Build/build/fvtest/sigtest/omrsigtest "--gtest_output=xml:/home/jenkins/workspace/Build/build/fvtest/sigtest/omrsigtest-results.xml" [2024-01-19T02:26:08.959Z] 10: Test timeout computed to be: 10000000 [2024-01-19T02:26:08.959Z] 10: [==========] Running 7 tests from 1 test case. [2024-01-19T02:26:08.959Z] 10: [----------] 7 tests from OmrSigTest [2024-01-19T02:26:10.030Z] 10: [----------] 7 tests from OmrSigTest (462 ms total) [2024-01-19T02:26:10.030Z] 10: [2024-01-19T02:26:10.030Z] 10: [==========] 7 tests from 1 test case ran. (464 ms total) [2024-01-19T02:26:10.030Z] 10: [ PASSED ] 7 tests. [2024-01-19T02:26:10.030Z] 10: [ ALL TESTS PASSED ] [2024-01-19T02:26:10.030Z] 10/18 Test #10: sigtest .......................... Passed 0.47 sec [2024-01-19T02:26:10.030Z] test 11 [2024-01-19T02:26:10.030Z] Start 11: threadextendedtest [2024-01-19T02:26:10.030Z] [2024-01-19T02:26:10.030Z] 11: Test command: /home/jenkins/workspace/Build/build/fvtest/threadextendedtest/omrthreadextendedtest "--gtest_output=xml:/home/jenkins/workspace/Build/build/fvtest/threadextendedtest/omrthreadextendedtest-results.xml" [2024-01-19T02:26:10.030Z] 11: Test timeout computed to be: 10000000 [2024-01-19T02:26:10.030Z] 11: [==========] Running 6 tests from 4 test cases. [2024-01-19T02:26:10.030Z] 11: [----------] 2 tests from ThreadCpuTime [2024-01-19T02:26:11.211Z] 11: [----------] 2 tests from ThreadCpuTime (1135 ms total) [2024-01-19T02:26:11.211Z] 11: [2024-01-19T02:26:11.211Z] 11: [----------] 1 test from CpuTimeTest [2024-01-19T02:26:11.211Z] 11: [----------] 1 test from CpuTimeTest (36 ms total) [2024-01-19T02:26:11.211Z] 11: [2024-01-19T02:26:11.211Z] 11: [----------] 1 test from ApplicationCpuTimeTest [2024-01-19T02:26:11.211Z] 11: [----------] 1 test from ApplicationCpuTimeTest (37 ms total) [2024-01-19T02:26:11.211Z] 11: [2024-01-19T02:26:11.211Z] 11: [----------] 2 tests from ThreadExtendedTest [2024-01-19T02:27:17.759Z] 11: [----------] 2 tests from ThreadExtendedTest (61780 ms total) [2024-01-19T02:27:17.759Z] 11: [2024-01-19T02:27:17.759Z] 11: [==========] 6 tests from 4 test cases ran. (62988 ms total) [2024-01-19T02:27:17.759Z] 11: [ PASSED ] 6 tests. [2024-01-19T02:27:17.759Z] 11: [ ALL TESTS PASSED ] [2024-01-19T02:27:17.759Z] 11: [2024-01-19T02:27:17.759Z] 11: YOU HAVE 1 DISABLED TEST [2024-01-19T02:27:17.759Z] 11: [2024-01-19T02:27:17.759Z] 11/18 Test #11: threadextendedtest ............... Passed 63.00 sec [2024-01-19T02:27:17.759Z] test 12 [2024-01-19T02:27:17.759Z] Start 12: threadtest [2024-01-19T02:27:17.759Z] [2024-01-19T02:27:17.759Z] 12: Test command: /home/jenkins/workspace/Build/build/fvtest/threadtest/omrthreadtest "--gtest_output=xml:/home/jenkins/workspace/Build/build/fvtest/threadtest/omrthreadtest-results.xml" [2024-01-19T02:27:17.759Z] 12: Test timeout computed to be: 10000000 [2024-01-19T02:27:17.759Z] 12: [==========] Running 70 tests from 9 test cases. [2024-01-19T02:27:17.759Z] 12: [----------] 1 test from ThreadAbortDeathTest [2024-01-19T02:27:17.759Z] 12: [2024-01-19T02:27:17.759Z] 12: [WARNING] ../third_party/gtest-1.8.0/src/gtest-death-test.cc:836:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 2 threads. [2024-01-19T02:27:17.759Z] 12: [----------] 1 test from ThreadAbortDeathTest (2 ms total) [2024-01-19T02:27:17.760Z] 12: [2024-01-19T02:27:17.760Z] 12: [----------] 3 tests from ThreadAbortTest [2024-01-19T02:27:17.760Z] 12: [----------] 3 tests from ThreadAbortTest (1002 ms total) [2024-01-19T02:27:17.760Z] 12: [2024-01-19T02:27:17.760Z] 12: [----------] 15 tests from ThreadCreateTest [2024-01-19T02:27:17.760Z] 12: omrthread_attr_destroy(NULL) failed: retVal 14 (e) [2024-01-19T02:27:17.760Z] 12: omrthread_attr_destroy(&attr) failed: retVal 14 (e) [2024-01-19T02:27:17.760Z] 12: omrthread_attr_set_name(&attr, testname) unsupported: retVal 12 (c) [2024-01-19T02:27:17.760Z] 12: omrthread_attr_set_name(&attr, testname2) unsupported: retVal 12 (c) [2024-01-19T02:27:17.760Z] 12: omrthread_attr_set_name(&attr, NULL) unsupported: retVal 12 (c) [2024-01-19T02:27:17.760Z] 12: omrthread_create_ex(&handle, (attr? &attr : J9THREAD_ATTR_DEFAULT), 1, threadmain, &data) failed: retVal 6 (6) : errno 22 Invalid argument [2024-01-19T02:27:17.760Z] 12: ignoring omrthread_create failure [2024-01-19T02:27:17.760Z] 12: omrthread_create_ex(&handle, (attr? &attr : J9THREAD_ATTR_DEFAULT), 1, threadmain, &data) failed: retVal 6 (6) : errno 22 Invalid argument [2024-01-19T02:27:17.760Z] 12: ignoring omrthread_create failure [2024-01-19T02:27:17.760Z] 12: omrthread_attr_set_schedpolicy(&attr, omrthread_schedpolicy_LastEnum) failed: retVal 15 (f) [2024-01-19T02:27:17.760Z] 12: omrthread_attr_set_priority(&attr, -1) failed: retVal 15 (f) [2024-01-19T02:27:17.760Z] 12: omrthread_attr_set_priority(&attr, 90) failed: retVal 15 (f) [2024-01-19T02:27:17.760Z] 12: omrthread_attr_set_priority(&attr, 12) failed: retVal 15 (f) [2024-01-19T02:27:17.760Z] 12: [----------] 15 tests from ThreadCreateTest (8 ms total) [2024-01-19T02:27:17.760Z] 12: [2024-01-19T02:27:17.760Z] 12: [----------] 8 tests from JoinTest [2024-01-19T02:27:20.204Z] 12: [----------] 8 tests from JoinTest (6003 ms total) [2024-01-19T02:27:20.204Z] 12: [2024-01-19T02:27:20.204Z] 12: [----------] 1 test from KeyDestructorTest [2024-01-19T02:27:20.204Z] 12: [----------] 1 test from KeyDestructorTest (0 ms total) [2024-01-19T02:27:20.204Z] 12: [2024-01-19T02:27:20.204Z] 12: [----------] 5 tests from LockedMonitorCountTest [2024-01-19T02:27:20.204Z] 12: [----------] 5 tests from LockedMonitorCountTest (1 ms total) [2024-01-19T02:27:20.204Z] 12: [2024-01-19T02:27:20.204Z] 12: [----------] 12 tests from PriorityInterrupt [2024-01-19T02:27:21.422Z] 12: [----------] 12 tests from PriorityInterrupt (1025 ms total) [2024-01-19T02:27:21.422Z] 12: [2024-01-19T02:27:21.422Z] 12: [----------] 18 tests from RWMutex [2024-01-19T02:27:41.467Z] 12: [----------] 18 tests from RWMutex (20029 ms total) [2024-01-19T02:27:41.467Z] 12: [2024-01-19T02:27:41.467Z] 12: [----------] 7 tests from SanityTest [2024-01-19T02:28:31.932Z] 12: [----------] 7 tests from SanityTest (49581 ms total) [2024-01-19T02:28:31.932Z] 12: [2024-01-19T02:28:31.932Z] 12: [==========] 70 tests from 9 test cases ran. (77654 ms total) [2024-01-19T02:28:31.932Z] 12: [ PASSED ] 70 tests. [2024-01-19T02:28:31.932Z] 12: [ ALL TESTS PASSED ] [2024-01-19T02:28:31.932Z] 12: [2024-01-19T02:28:31.932Z] 12: YOU HAVE 1 DISABLED TEST [2024-01-19T02:28:31.932Z] 12: [2024-01-19T02:28:31.932Z] 12/18 Test #12: threadtest ....................... Passed 77.67 sec [2024-01-19T02:28:31.932Z] test 13 [2024-01-19T02:28:31.932Z] Start 13: threadSetAttrThreadWeightTest [2024-01-19T02:28:31.932Z] [2024-01-19T02:28:31.932Z] 13: Test command: /home/jenkins/workspace/Build/build/fvtest/threadtest/omrthreadtest "--gtest_output=xml:/home/jenkins/workspace/Build/build/fvtest/threadtest/omrthreadtest-results.xml" "--gtest_also_run_disabled_tests" "--gtest_filter=ThreadCreateTest.DISABLED_SetAttrThreadWeight" [2024-01-19T02:28:31.932Z] 13: Test timeout computed to be: 10000000 [2024-01-19T02:28:31.932Z] 13: Note: Google Test filter = ThreadCreateTest.DISABLED_SetAttrThreadWeight [2024-01-19T02:28:31.932Z] 13: [==========] Running 1 test from 1 test case. [2024-01-19T02:28:31.932Z] 13: [----------] 1 test from ThreadCreateTest [2024-01-19T02:28:31.932Z] 13: [----------] 1 test from ThreadCreateTest (0 ms total) [2024-01-19T02:28:31.932Z] 13: [2024-01-19T02:28:31.932Z] 13: [==========] 1 test from 1 test case ran. (2 ms total) [2024-01-19T02:28:31.932Z] 13: [ PASSED ] 1 test. [2024-01-19T02:28:31.932Z] 13: [ ALL TESTS PASSED ] [2024-01-19T02:28:31.932Z] 13/18 Test #13: threadSetAttrThreadWeightTest .... Passed 0.01 sec [2024-01-19T02:28:31.932Z] test 14 [2024-01-19T02:28:31.932Z] Start 14: threadRealtimeTest [2024-01-19T02:28:31.932Z] [2024-01-19T02:28:31.932Z] 14: Test command: /home/jenkins/workspace/Build/build/fvtest/threadtest/omrthreadtest "--gtest_output=xml:/home/jenkins/workspace/Build/build/fvtest/threadtest/omrthreadtest-results.xml" "--gtest_filter=ThreadCreateTest.*" "-realtime" [2024-01-19T02:28:31.932Z] 14: Test timeout computed to be: 10000000 [2024-01-19T02:28:31.932Z] 14: Note: Google Test filter = ThreadCreateTest.* [2024-01-19T02:28:31.932Z] 14: [==========] Running 15 tests from 1 test case. [2024-01-19T02:28:31.932Z] 14: [----------] 15 tests from ThreadCreateTest [2024-01-19T02:28:31.932Z] 14: omrthread_attr_destroy(NULL) failed: retVal 14 (e) [2024-01-19T02:28:31.932Z] 14: omrthread_attr_destroy(&attr) failed: retVal 14 (e) [2024-01-19T02:28:31.932Z] 14: omrthread_attr_set_name(&attr, testname) unsupported: retVal 12 (c) [2024-01-19T02:28:31.932Z] 14: omrthread_attr_set_name(&attr, testname2) unsupported: retVal 12 (c) [2024-01-19T02:28:31.932Z] 14: omrthread_attr_set_name(&attr, NULL) unsupported: retVal 12 (c) [2024-01-19T02:28:31.932Z] 14: ignoring omrthread_create failure [2024-01-19T02:28:31.932Z] 14: ignoring omrthread_create failure [2024-01-19T02:28:31.932Z] 14: omrthread_attr_set_schedpolicy(&attr, omrthread_schedpolicy_LastEnum) failed: retVal 15 (f) [2024-01-19T02:28:31.932Z] 14: omrthread_attr_set_priority(&attr, -1) failed: retVal 15 (f) [2024-01-19T02:28:31.932Z] 14: omrthread_attr_set_priority(&attr, 90) failed: retVal 15 (f) [2024-01-19T02:28:31.932Z] 14: omrthread_attr_set_priority(&attr, 12) failed: retVal 15 (f) [2024-01-19T02:28:31.932Z] 14: [----------] 15 tests from ThreadCreateTest (6 ms total) [2024-01-19T02:28:31.932Z] 14: [2024-01-19T02:28:31.932Z] 14: [==========] 15 tests from 1 test case ran. (6 ms total) [2024-01-19T02:28:31.932Z] 14: [ PASSED ] 15 tests. [2024-01-19T02:28:31.932Z] 14: [ ALL TESTS PASSED ] [2024-01-19T02:28:31.932Z] 14: [2024-01-19T02:28:31.932Z] 14: YOU HAVE 1 DISABLED TEST [2024-01-19T02:28:31.932Z] 14: [2024-01-19T02:28:31.932Z] 14/18 Test #14: threadRealtimeTest ............... Passed 0.01 sec [2024-01-19T02:28:31.932Z] test 15 [2024-01-19T02:28:31.932Z] Start 15: utiltest [2024-01-19T02:28:31.932Z] [2024-01-19T02:28:31.932Z] 15: Test command: /home/jenkins/workspace/Build/build/fvtest/utiltest/omrutiltest "--gtest_output=xml:/home/jenkins/workspace/Build/build/fvtest/utiltest/omrutiltest-results.xml" [2024-01-19T02:28:31.932Z] 15: Test timeout computed to be: 10000000 [2024-01-19T02:28:31.932Z] 15: [==========] Running 1 test from 1 test case. [2024-01-19T02:28:31.932Z] 15: [----------] 1 test from UtilTest [2024-01-19T02:28:31.932Z] 15: [----------] 1 test from UtilTest (0 ms total) [2024-01-19T02:28:31.932Z] 15: [2024-01-19T02:28:31.932Z] 15: [==========] 1 test from 1 test case ran. (0 ms total) [2024-01-19T02:28:31.932Z] 15: [ PASSED ] 1 test. [2024-01-19T02:28:31.932Z] 15: [ ALL TESTS PASSED ] [2024-01-19T02:28:31.932Z] 15/18 Test #15: utiltest ......................... Passed 0.00 sec [2024-01-19T02:28:31.932Z] test 16 [2024-01-19T02:28:31.932Z] Start 16: vmtest [2024-01-19T02:28:31.932Z] [2024-01-19T02:28:31.932Z] 16: Test command: /home/jenkins/workspace/Build/build/fvtest/vmtest/omrvmtest "--gtest_output=xml:/home/jenkins/workspace/Build/build/fvtest/vmtest/omrvmtest-results.xml" [2024-01-19T02:28:31.932Z] 16: Test timeout computed to be: 10000000 [2024-01-19T02:28:31.932Z] 16: [==========] Running 1 test from 1 test case. [2024-01-19T02:28:31.932Z] 16: [----------] 1 test from ThreadForkResetTest [2024-01-19T02:28:31.932Z] 16: [----------] 1 test from ThreadForkResetTest (1 ms total) [2024-01-19T02:28:31.932Z] 16: [2024-01-19T02:28:31.932Z] 16: [==========] 1 test from 1 test case ran. (1 ms total) [2024-01-19T02:28:31.932Z] 16: [ PASSED ] 1 test. [2024-01-19T02:28:31.932Z] 16: [ ALL TESTS PASSED ] [2024-01-19T02:28:31.932Z] 16/18 Test #16: vmtest ........................... Passed 0.01 sec [2024-01-19T02:28:31.932Z] test 17 [2024-01-19T02:28:31.932Z] Start 17: gctest [2024-01-19T02:28:31.932Z] [2024-01-19T02:28:31.932Z] 17: Test command: /home/jenkins/workspace/Build/build/fvtest/gctest/omrgctest "--gtest_filter=gcFunctionalTest*" "--gtest_output=xml:/home/jenkins/workspace/Build/build/fvtest/gctest/omrgctest-results.xml" [2024-01-19T02:28:31.932Z] 17: Test timeout computed to be: 10000000 [2024-01-19T02:28:31.932Z] 17: Note: Google Test filter = gcFunctionalTest* [2024-01-19T02:28:31.932Z] 17: [==========] Running 8 tests from 1 test case. [2024-01-19T02:28:31.932Z] 17: [----------] 8 tests from gcFunctionalTest/GCConfigTest [2024-01-19T02:28:31.932Z] 17: [----------] 8 tests from gcFunctionalTest/GCConfigTest (1681 ms total) [2024-01-19T02:28:31.932Z] 17: [2024-01-19T02:28:31.932Z] 17: [==========] 8 tests from 1 test case ran. (1681 ms total) [2024-01-19T02:28:31.932Z] 17: [ PASSED ] 8 tests. [2024-01-19T02:28:31.932Z] 17: [ ALL TESTS PASSED ] [2024-01-19T02:28:31.932Z] 17/18 Test #17: gctest ........................... Passed 1.69 sec [2024-01-19T02:28:31.932Z] test 18 [2024-01-19T02:28:31.932Z] Start 18: CompilerTest [2024-01-19T02:28:31.932Z] [2024-01-19T02:28:31.932Z] 18: Test command: /home/jenkins/workspace/Build/build/fvtest/compilertest/compilertest "--gtest_output=xml:/home/jenkins/workspace/Build/build/fvtest/compilertest/compilertest-results.xml" [2024-01-19T02:28:31.932Z] 18: Test timeout computed to be: 10000000 [2024-01-19T02:28:31.932Z] 18: [==========] Running 45 tests from 7 test cases. [2024-01-19T02:28:31.932Z] 18: [----------] Global test environment set-up. [2024-01-19T02:28:31.932Z] 18: [----------] 2 tests from JITTest [2024-01-19T02:28:31.932Z] 18: [ RUN ] JITTest.BuilderTest [2024-01-19T02:28:31.932Z] 18: [ OK ] JITTest.BuilderTest (8 ms) [2024-01-19T02:28:31.932Z] 18: [ RUN ] JITTest.FooBarTest [2024-01-19T02:28:31.932Z] 18: [ OK ] JITTest.FooBarTest (3 ms) [2024-01-19T02:28:31.932Z] 18: [----------] 2 tests from JITTest (12 ms total) [2024-01-19T02:28:31.932Z] 18: [2024-01-19T02:28:31.932Z] 18: [----------] 2 tests from JITILBuilderTest [2024-01-19T02:28:31.932Z] 18: [ RUN ] JITILBuilderTest.ControlFlowTest [2024-01-19T02:28:46.620Z] 18: [ OK ] JITILBuilderTest.ControlFlowTest (14347 ms) [2024-01-19T02:28:46.620Z] 18: [ RUN ] JITILBuilderTest.NestedControlFlowLoopTest [2024-01-19T02:28:46.620Z] 18: [ OK ] JITILBuilderTest.NestedControlFlowLoopTest (20 ms) [2024-01-19T02:28:46.620Z] 18: [----------] 2 tests from JITILBuilderTest (14368 ms total) [2024-01-19T02:28:46.620Z] 18: [2024-01-19T02:28:46.620Z] 18: [----------] 7 tests from JITCrossPlatformsOpCodesTest [2024-01-19T02:28:46.620Z] 18: [ RUN ] JITCrossPlatformsOpCodesTest.UnaryTest [2024-01-19T02:28:46.620Z] 18: [ OK ] JITCrossPlatformsOpCodesTest.UnaryTest (44 ms) [2024-01-19T02:28:46.620Z] 18: [ RUN ] JITCrossPlatformsOpCodesTest.IntegerArithmeticTest [2024-01-19T02:28:46.620Z] 18: [ OK ] JITCrossPlatformsOpCodesTest.IntegerArithmeticTest (58 ms) [2024-01-19T02:28:46.620Z] 18: [ RUN ] JITCrossPlatformsOpCodesTest.MemoryOperationTest [2024-01-19T02:28:46.620Z] 18: [ OK ] JITCrossPlatformsOpCodesTest.MemoryOperationTest (11 ms) [2024-01-19T02:28:46.620Z] 18: [ RUN ] JITCrossPlatformsOpCodesTest.BitwiseTest [2024-01-19T02:28:46.620Z] 18: [ OK ] JITCrossPlatformsOpCodesTest.BitwiseTest (19 ms) [2024-01-19T02:28:46.620Z] 18: [ RUN ] JITCrossPlatformsOpCodesTest.CompareTest [2024-01-19T02:28:46.620Z] 18: [ OK ] JITCrossPlatformsOpCodesTest.CompareTest (234 ms) [2024-01-19T02:28:46.620Z] 18: [ RUN ] JITCrossPlatformsOpCodesTest.SelectTest [2024-01-19T02:28:47.917Z] 18: [ OK ] JITCrossPlatformsOpCodesTest.SelectTest (93 ms) [2024-01-19T02:28:47.917Z] 18: [ RUN ] JITCrossPlatformsOpCodesTest.AddressTest [2024-01-19T02:28:47.917Z] 18: [ OK ] JITCrossPlatformsOpCodesTest.AddressTest (15 ms) [2024-01-19T02:28:47.917Z] 18: [----------] 7 tests from JITCrossPlatformsOpCodesTest (474 ms total) [2024-01-19T02:28:47.917Z] 18: [2024-01-19T02:28:47.917Z] 18: [----------] 1 test from JITQuxTest [2024-01-19T02:28:47.917Z] 18: [ RUN ] JITQuxTest.QuxTest2 [2024-01-19T02:28:47.917Z] 18: [ OK ] JITQuxTest.QuxTest2 (1 ms) [2024-01-19T02:28:47.917Z] 18: [----------] 1 test from JITQuxTest (1 ms total) [2024-01-19T02:28:47.917Z] 18: [2024-01-19T02:28:47.917Z] 18: [----------] 1 test from SimplifierFoldAndTest [2024-01-19T02:28:47.917Z] 18: [ RUN ] SimplifierFoldAndTest.SimplifierFoldAndTest [2024-01-19T02:28:47.917Z] 18: [ OK ] SimplifierFoldAndTest.SimplifierFoldAndTest (1 ms) [2024-01-19T02:28:47.917Z] 18: [----------] 1 test from SimplifierFoldAndTest (1 ms total) [2024-01-19T02:28:47.917Z] 18: [2024-01-19T02:28:47.917Z] 18: [----------] 23 tests from SingleBitContainerTest [2024-01-19T02:28:47.917Z] 18: [ RUN ] SingleBitContainerTest.resetAllTest1 [2024-01-19T02:28:47.917Z] 18: [ OK ] SingleBitContainerTest.resetAllTest1 (0 ms) [2024-01-19T02:28:47.917Z] 18: [ RUN ] SingleBitContainerTest.resetAllTest2 [2024-01-19T02:28:47.917Z] 18: [ OK ] SingleBitContainerTest.resetAllTest2 (0 ms) [2024-01-19T02:28:47.917Z] 18: [ RUN ] SingleBitContainerTest.resetAllTest3 [2024-01-19T02:28:47.917Z] 18: [ OK ] SingleBitContainerTest.resetAllTest3 (0 ms) [2024-01-19T02:28:47.917Z] 18: [ RUN ] SingleBitContainerTest.resetAllTest4 [2024-01-19T02:28:47.917Z] 18: [ OK ] SingleBitContainerTest.resetAllTest4 (0 ms) [2024-01-19T02:28:47.917Z] 18: [ RUN ] SingleBitContainerTest.resetAllTest5 [2024-01-19T02:28:47.917Z] 18: [ OK ] SingleBitContainerTest.resetAllTest5 (0 ms) [2024-01-19T02:28:47.917Z] 18: [ RUN ] SingleBitContainerTest.setAllTest1 [2024-01-19T02:28:47.917Z] 18: [ OK ] SingleBitContainerTest.setAllTest1 (0 ms) [2024-01-19T02:28:47.917Z] 18: [ RUN ] SingleBitContainerTest.setAllTest2 [2024-01-19T02:28:47.917Z] 18: [ OK ] SingleBitContainerTest.setAllTest2 (0 ms) [2024-01-19T02:28:47.917Z] 18: [ RUN ] SingleBitContainerTest.setAllTest3 [2024-01-19T02:28:47.917Z] 18: [ OK ] SingleBitContainerTest.setAllTest3 (0 ms) [2024-01-19T02:28:47.917Z] 18: [ RUN ] SingleBitContainerTest.setAllTest4 [2024-01-19T02:28:47.917Z] 18: [ OK ] SingleBitContainerTest.setAllTest4 (0 ms) [2024-01-19T02:28:47.917Z] 18: [ RUN ] SingleBitContainerTest.setAllTest5 [2024-01-19T02:28:47.917Z] 18: [ OK ] SingleBitContainerTest.setAllTest5 (0 ms) [2024-01-19T02:28:47.917Z] 18: [ RUN ] SingleBitContainerTest.intersects [2024-01-19T02:28:47.917Z] 18: [ OK ] SingleBitContainerTest.intersects (0 ms) [2024-01-19T02:28:47.917Z] 18: [ RUN ] SingleBitContainerTest.operatorEqual [2024-01-19T02:28:47.917Z] 18: [ OK ] SingleBitContainerTest.operatorEqual (0 ms) [2024-01-19T02:28:47.917Z] 18: [ RUN ] SingleBitContainerTest.operatorNotEqualTest1 [2024-01-19T02:28:47.917Z] 18: [ OK ] SingleBitContainerTest.operatorNotEqualTest1 (0 ms) [2024-01-19T02:28:47.917Z] 18: [ RUN ] SingleBitContainerTest.bitOperator [2024-01-19T02:28:47.917Z] 18: [ OK ] SingleBitContainerTest.bitOperator (0 ms) [2024-01-19T02:28:47.917Z] 18: [ RUN ] SingleBitContainerTest.operatorAndEqualTest [2024-01-19T02:28:47.917Z] 18: [ OK ] SingleBitContainerTest.operatorAndEqualTest (0 ms) [2024-01-19T02:28:47.917Z] 18: [ RUN ] SingleBitContainerTest.operatorSubEqualTest [2024-01-19T02:28:47.917Z] 18: [ OK ] SingleBitContainerTest.operatorSubEqualTest (0 ms) [2024-01-19T02:28:47.917Z] 18: [ RUN ] SingleBitContainerTest.assignmentTest [2024-01-19T02:28:47.917Z] 18: [ OK ] SingleBitContainerTest.assignmentTest (0 ms) [2024-01-19T02:28:47.917Z] 18: [ RUN ] SingleBitContainerTest.emptyTest [2024-01-19T02:28:47.917Z] 18: [ OK ] SingleBitContainerTest.emptyTest (0 ms) [2024-01-19T02:28:47.917Z] 18: [ RUN ] SingleBitContainerTest.hasMoreThanOneElementTest [2024-01-19T02:28:47.917Z] 18: [ OK ] SingleBitContainerTest.hasMoreThanOneElementTest (0 ms) [2024-01-19T02:28:47.917Z] 18: [ RUN ] SingleBitContainerTest.elementCount [2024-01-19T02:28:47.917Z] 18: [ OK ] SingleBitContainerTest.elementCount (0 ms) [2024-01-19T02:28:47.917Z] 18: [ RUN ] SingleBitContainerTest.numUsedChunks1 [2024-01-19T02:28:47.917Z] 18: [ OK ] SingleBitContainerTest.numUsedChunks1 (0 ms) [2024-01-19T02:28:47.917Z] 18: [ RUN ] SingleBitContainerTest.numNonZeroChunks [2024-01-19T02:28:47.917Z] 18: [ OK ] SingleBitContainerTest.numNonZeroChunks (0 ms) [2024-01-19T02:28:47.917Z] 18: [ RUN ] SingleBitContainerTest.isEmpty [2024-01-19T02:28:47.917Z] 18: [ OK ] SingleBitContainerTest.isEmpty (0 ms) [2024-01-19T02:28:47.917Z] 18: [----------] 23 tests from SingleBitContainerTest (0 ms total) [2024-01-19T02:28:47.917Z] 18: [2024-01-19T02:28:47.917Z] 18: [----------] 9 tests from JITX86OpCodesTest [2024-01-19T02:28:47.917Z] 18: [ RUN ] JITX86OpCodesTest.UnaryTest [2024-01-19T02:28:47.917Z] 18: [ OK ] JITX86OpCodesTest.UnaryTest (166 ms) [2024-01-19T02:28:47.917Z] 18: [ RUN ] JITX86OpCodesTest.IntegerArithmeticTest [2024-01-19T02:28:47.917Z] 18: [ OK ] JITX86OpCodesTest.IntegerArithmeticTest (80 ms) [2024-01-19T02:28:47.917Z] 18: [ RUN ] JITX86OpCodesTest.FloatArithmeticTest [2024-01-19T02:28:47.917Z] 18: [ OK ] JITX86OpCodesTest.FloatArithmeticTest (94 ms) [2024-01-19T02:28:47.917Z] 18: [ RUN ] JITX86OpCodesTest.MemoryOperationTest [2024-01-19T02:28:47.917Z] 18: [ OK ] JITX86OpCodesTest.MemoryOperationTest (45 ms) [2024-01-19T02:28:47.917Z] 18: [ RUN ] JITX86OpCodesTest.BitwiseTest [2024-01-19T02:28:47.917Z] 18: [ OK ] JITX86OpCodesTest.BitwiseTest (90 ms) [2024-01-19T02:28:47.917Z] 18: [ RUN ] JITX86OpCodesTest.DirectCallTest [2024-01-19T02:28:47.917Z] 18: [ OK ] JITX86OpCodesTest.DirectCallTest (6 ms) [2024-01-19T02:28:47.917Z] 18: [ RUN ] JITX86OpCodesTest.CompareTest [2024-01-19T02:28:47.917Z] 18: [ OK ] JITX86OpCodesTest.CompareTest (569 ms) [2024-01-19T02:28:47.917Z] 18: [ RUN ] JITX86OpCodesTest.SelectTest [2024-01-19T02:28:47.917Z] 18: [ OK ] JITX86OpCodesTest.SelectTest (57 ms) [2024-01-19T02:28:47.917Z] 18: [ RUN ] JITX86OpCodesTest.X86AddressTest [2024-01-19T02:28:48.747Z] 18: [ OK ] JITX86OpCodesTest.X86AddressTest (159 ms) [2024-01-19T02:28:48.747Z] 18: [----------] 9 tests from JITX86OpCodesTest (1266 ms total) [2024-01-19T02:28:48.747Z] 18: [2024-01-19T02:28:48.747Z] 18: [----------] Global test environment tear-down [2024-01-19T02:28:48.747Z] 18: [==========] 45 tests from 7 test cases ran. (16122 ms total) [2024-01-19T02:28:48.747Z] 18: [ PASSED ] 45 tests. [2024-01-19T02:28:48.747Z] 18: [ ALL TESTS PASSED ] [2024-01-19T02:28:48.747Z] 18: [2024-01-19T02:28:48.747Z] 18: YOU HAVE 6 DISABLED TESTS [2024-01-19T02:28:48.747Z] 18: [2024-01-19T02:28:48.747Z] 18/18 Test #18: CompilerTest ..................... Passed 16.13 sec [2024-01-19T02:28:48.747Z] [2024-01-19T02:28:48.747Z] 100% tests passed, 0 tests failed out of 18 [2024-01-19T02:28:48.747Z] [2024-01-19T02:28:48.747Z] Total Test time (real) = 228.42 sec [Pipeline] junit [2024-01-19T02:28:49.006Z] Recording test results [2024-01-19T02:28:49.922Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // timeout [Pipeline] step [2024-01-19T02:28:50.648Z] [Set GitHub commit status (universal)] SUCCESS on repos [GHRepository@75de6ac[archived=false,commits={},compareUsePaginatedCommits=false,description=Eclipse OMRâ„¢ Cross platform components for building reliable, high performance language runtimes,disabled=false,fork=false,homepage=http://www.eclipse.org/omr,isTemplate=false,language=C++,milestones={},name=omr,nodeId=MDEwOlJlcG9zaXRvcnk1MzA3NzQ3OA==,parent=,size=80377,source=,visibility=public,createdAt=2016-03-03T19:34:17Z,id=53077478,nodeId=,updatedAt=2024-01-18T01:07:19Z,url=https://api.github.com/repos/eclipse/omr]] (sha:44dd802) with context:continuous-integration/eclipse-omr/branch/linux_x86 [2024-01-19T02:28:50.649Z] Setting commit status on GitHub for https://github.com/eclipse/omr/commit/44dd80226bc2cfc7083c39d8ef5e5be2ad71a052 [Pipeline] } [Pipeline] // dir [Pipeline] } [2024-01-19T02:28:51.294Z] $ docker stop --time=1 6d6977cbce91183d67e92b4bbfb57c2269846364ad9fff0c4a6b1990d4281b0f [2024-01-19T02:28:53.740Z] $ docker rm -f --volumes 6d6977cbce91183d67e92b4bbfb57c2269846364ad9fff0c4a6b1990d4281b0f [Pipeline] // withDockerContainer [Pipeline] cleanWs [2024-01-19T02:28:55.541Z] [WS-CLEANUP] Deleting project workspace... [2024-01-19T02:28:55.541Z] [WS-CLEANUP] Deferred wipeout is used... [2024-01-19T02:28:56.009Z] [WS-CLEANUP] done [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // timestamps [Pipeline] End of Pipeline Finished: SUCCESS