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-03T18:02:28.591Z] Timeout set to expire in 8 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Queue) [Pipeline] echo [2024-01-03T18:02:28.608Z] custom option matcher: null [Pipeline] echo [2024-01-03T18:02:28.609Z] [compile:riscv64:cross] [Pipeline] echo [2024-01-03T18:02:28.610Z] run in docker: true [Pipeline] node [2024-01-03T18:02:28.616Z] Running on ub20-x64-omr7 in /home/jenkins/workspace/Build-linux_riscv64_cross [Pipeline] { [Pipeline] echo [2024-01-03T18:02:28.633Z] customWorkspace: /home/jenkins/workspace/Build [Pipeline] ws [2024-01-03T18:02:28.641Z] Running in /home/jenkins/workspace/Build [Pipeline] { [Pipeline] stage [Pipeline] { (Docker Remove Containers) [Pipeline] echo [2024-01-03T18:02:28.656Z] Listing docker containers to attempt removal [Pipeline] sh [2024-01-03T18:02:31.207Z] + docker ps -a [2024-01-03T18:02:31.207Z] CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES [Pipeline] sh [2024-01-03T18:02:34.100Z] + docker ps -a --format {{.ID}} [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Get Sources) [Pipeline] retry [Pipeline] { [Pipeline] checkout [2024-01-03T18:02:35.918Z] The recommended git tool is: git [2024-01-03T18:02:36.345Z] No credentials specified [2024-01-03T18:02:36.638Z] Cloning the remote Git repository [2024-01-03T18:02:36.919Z] Honoring refspec on initial clone [2024-01-03T18:02:37.016Z] Cloning repository https://github.com/eclipse/omr.git [2024-01-03T18:02:37.019Z] > git init /home/jenkins/workspace/Build # timeout=10 [2024-01-03T18:02:37.054Z] Using reference repository: /home/jenkins//gitcache [2024-01-03T18:02:37.055Z] Fetching upstream changes from https://github.com/eclipse/omr.git [2024-01-03T18:02:37.056Z] > git --version # timeout=10 [2024-01-03T18:02:37.060Z] > git --version # 'git version 2.25.1' [2024-01-03T18:02:37.061Z] > git fetch --tags --force --progress -- https://github.com/eclipse/omr.git +refs/heads/*:refs/remotes/origin/* # timeout=30 [2024-01-03T18:03:04.056Z] Avoid second fetch [2024-01-03T18:03:03.637Z] > git config remote.origin.url https://github.com/eclipse/omr.git # timeout=10 [2024-01-03T18:03:03.643Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-01-03T18:03:04.378Z] Checking out Revision 3a4787401fffbdbb8088021d3553915ea3ff8edf (refs/remotes/origin/master) [2024-01-03T18:03:06.051Z] Commit message: "Merge pull request #7215 from mpirvu/lastloopversioner" [2024-01-03T18:03:04.189Z] > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 [2024-01-03T18:03:04.510Z] > git config core.sparsecheckout # timeout=10 [2024-01-03T18:03:04.516Z] > git checkout -f 3a4787401fffbdbb8088021d3553915ea3ff8edf # timeout=10 [2024-01-03T18:03:06.204Z] > git rev-list --no-walk fcc26deeb06cce67f97994a355b7297c4e2c634e # timeout=10 [Pipeline] } [Pipeline] // retry [Pipeline] step [2024-01-03T18:03:07.194Z] [Set GitHub commit status (universal)] PENDING on repos [GHRepository@b356becf[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=80174,source=,visibility=public,createdAt=2016-03-03T19:34:17Z,id=53077478,nodeId=,updatedAt=2024-01-02T09:10:51Z,url=https://api.github.com/repos/eclipse/omr]] (sha:3a47874) with context:continuous-integration/eclipse-omr/branch/linux_riscv64_cross [2024-01-03T18:03:07.194Z] Setting commit status on GitHub for https://github.com/eclipse/omr/commit/3a4787401fffbdbb8088021d3553915ea3ff8edf [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] dir [2024-01-03T18:03:07.602Z] Running in /home/jenkins/workspace/Build/buildenv/docker/riscv64/debian11 [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-01-03T18:03:10.226Z] + docker build -t riscv-crosscompile . [2024-01-03T18:03:10.226Z] Sending build context to Docker daemon 5.632kB [2024-01-03T18:03:11.339Z] Step 1/19 : FROM debian:11.7-slim AS base [2024-01-03T18:03:11.339Z] ---> f8e203ddac5b [2024-01-03T18:03:11.339Z] Step 2/19 : ENV TZ=America/Toronto [2024-01-03T18:03:11.339Z] ---> Using cache [2024-01-03T18:03:11.339Z] ---> 1df78521d3c8 [2024-01-03T18:03:11.339Z] Step 3/19 : RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone [2024-01-03T18:03:11.339Z] ---> Using cache [2024-01-03T18:03:11.339Z] ---> 2b4bbddf790e [2024-01-03T18:03:11.339Z] Step 4/19 : RUN apt-get update && apt-get install -y binfmt-support bison build-essential ccache cmake flex gcc-riscv64-linux-gnu gdb git g++-riscv64-linux-gnu libelf-dev libdwarf-dev libglib2.0-dev lsb-release mmdebstrap ninja-build pkg-config python3 qemu-user-static time tzdata vim wget && rm -rf /var/lib/apt/lists/* [2024-01-03T18:03:11.339Z] ---> Using cache [2024-01-03T18:03:11.339Z] ---> 57a9302992d3 [2024-01-03T18:03:11.339Z] Step 5/19 : RUN groupadd -g 1001 jenkins && useradd -rm -u 1001 -g jenkins jenkins [2024-01-03T18:03:11.339Z] ---> Using cache [2024-01-03T18:03:11.339Z] ---> 08fd420a8b23 [2024-01-03T18:03:11.339Z] Step 6/19 : RUN wget -O /usr/local/include/riscv.h 'https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=blob_plain;f=include/opcode/riscv.h;hb=2f973f134d7752cbc662ec65da8ad8bbe4c6fb8f' && wget -O /usr/local/include/riscv-opc.h 'https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=blob_plain;f=include/opcode/riscv-opc.h;hb=2f973f134d7752cbc662ec65da8ad8bbe4c6fb8f' [2024-01-03T18:03:11.339Z] ---> Using cache [2024-01-03T18:03:11.339Z] ---> cc3505c6faaa [2024-01-03T18:03:11.339Z] Step 7/19 : RUN gpg --homedir /tmp --no-default-keyring --primary-keyring "/tmp/debian-ports-keyring.gpg" --keyserver keyserver.ubuntu.com --recv-key B523E5F3FC4E5F2C [2024-01-03T18:03:11.339Z] ---> Using cache [2024-01-03T18:03:11.339Z] ---> 4266c9f36b57 [2024-01-03T18:03:11.339Z] Step 8/19 : RUN gpg --homedir /tmp --no-default-keyring --primary-keyring "/tmp/debian-ports-keyring.gpg" --keyserver keyserver.ubuntu.com --recv-key 8D69674688B6CB36 [2024-01-03T18:03:11.339Z] ---> Using cache [2024-01-03T18:03:11.339Z] ---> 7664d67787d5 [2024-01-03T18:03:11.339Z] Step 9/19 : RUN gpg --homedir /tmp --no-default-keyring --primary-keyring "/tmp/debian-ports-keyring.gpg" --export 8D69674688B6CB36 > /etc/apt/trusted.gpg.d/debian-ports-archive-2023.gpg [2024-01-03T18:03:11.339Z] ---> Using cache [2024-01-03T18:03:11.339Z] ---> 63262c37ee56 [2024-01-03T18:03:11.339Z] Step 10/19 : RUN gpg --homedir /tmp --no-default-keyring --primary-keyring "/tmp/debian-ports-keyring.gpg" --export 8D69674688B6CB36 > /etc/apt/trusted.gpg.d/debian-ports-archive-2023.gpg [2024-01-03T18:03:11.339Z] ---> Using cache [2024-01-03T18:03:11.339Z] ---> 47b950c78b26 [2024-01-03T18:03:11.339Z] Step 11/19 : RUN apt-get install -y fakeroot [2024-01-03T18:03:11.339Z] ---> Using cache [2024-01-03T18:03:11.339Z] ---> 011f89c20170 [2024-01-03T18:03:11.339Z] Step 12/19 : RUN wget -O /tmp/libfakeroot_1.31-1.2_riscv64.deb http://ftp.ports.debian.org/debian-ports/pool-riscv64/main/f/fakeroot/libfakeroot_1.31-1.2_riscv64.deb [2024-01-03T18:03:11.339Z] ---> Using cache [2024-01-03T18:03:11.339Z] ---> 5e61654425cb [2024-01-03T18:03:11.339Z] Step 13/19 : RUN wget -O /tmp/libfakechroot_2.20.1+ds-15_riscv64.deb http://ftp.ports.debian.org/debian-ports/pool-riscv64/main/f/fakechroot/libfakechroot_2.20.1+ds-15_riscv64.deb [2024-01-03T18:03:11.339Z] ---> Using cache [2024-01-03T18:03:11.339Z] ---> f9826bc821ae [2024-01-03T18:03:11.339Z] Step 14/19 : RUN dpkg -X /tmp/libfakeroot_1.31-1.2_riscv64.deb / [2024-01-03T18:03:11.339Z] ---> Using cache [2024-01-03T18:03:11.339Z] ---> 0fd06809cd79 [2024-01-03T18:03:11.339Z] Step 15/19 : RUN dpkg -X /tmp/libfakechroot_2.20.1+ds-15_riscv64.deb / [2024-01-03T18:03:11.339Z] ---> Using cache [2024-01-03T18:03:11.339Z] ---> f6ef9cf05cb9 [2024-01-03T18:03:11.339Z] Step 16/19 : RUN update-alternatives --set fakeroot /usr/bin/fakeroot-tcp [2024-01-03T18:03:11.339Z] ---> Using cache [2024-01-03T18:03:11.339Z] ---> fd086cdca922 [2024-01-03T18:03:11.339Z] Step 17/19 : RUN mmdebstrap --mode=fakeroot --variant=minbase --architectures=riscv64 --include="debian-ports-archive-keyring,build-essential,libdwarf-dev,libelf-dev,libx11-dev,libxext-dev,libxrender-dev,libxrandr-dev,libxtst-dev,libxt-dev,libasound2-dev,libcups2-dev,libfontconfig1-dev" bullseye "/opt/sysroot" "deb http://deb.debian.org/debian-ports/ sid main" "deb http://deb.debian.org/debian-ports/ unreleased main" [2024-01-03T18:03:11.339Z] ---> Using cache [2024-01-03T18:03:11.339Z] ---> feae129dc112 [2024-01-03T18:03:11.339Z] Step 18/19 : ENV CROSS_SYSROOT_RISCV64=/opt/sysroot [2024-01-03T18:03:11.339Z] ---> Using cache [2024-01-03T18:03:11.339Z] ---> 4363f61e379b [2024-01-03T18:03:11.339Z] Step 19/19 : USER jenkins [2024-01-03T18:03:11.339Z] ---> Using cache [2024-01-03T18:03:11.339Z] ---> 08f75fcfc87a [2024-01-03T18:03:11.339Z] Successfully built 08f75fcfc87a [2024-01-03T18:03:11.339Z] Successfully tagged riscv-crosscompile:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-01-03T18:03:14.192Z] + docker inspect -f . riscv-crosscompile [2024-01-03T18:03:14.192Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-01-03T18:03:17.228Z] ub20-x64-omr7 does not seem to be running inside a container [2024-01-03T18:03:19.493Z] $ 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 ******** -e ******** -e ******** -e ******** riscv-crosscompile cat [2024-01-03T18:03:22.357Z] $ docker top f2bfd6d8da0f91f64e1c259c93647d02f90f9271d55751e06d096a3d47ada8c3 -eo pid,comm [Pipeline] { [Pipeline] dir [2024-01-03T18:03:28.410Z] Running in /home/jenkins/workspace/Build [Pipeline] { [Pipeline] timeout [2024-01-03T18:03:28.418Z] Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] echo [2024-01-03T18:03:28.437Z] env vars: [PATH+CCACHE=/usr/lib/ccache/, OMR_RUNNING_IN_DOCKER=1] [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-01-03T18:03:30.466Z] + printenv [2024-01-03T18:03:30.466Z] JENKINS_HOME=/var/jenkins [2024-01-03T18:03:30.466Z] ARCH=riscv64 [2024-01-03T18:03:30.466Z] CROSS_SYSROOT_RISCV64=/opt/sysroot [2024-01-03T18:03:30.466Z] CI=true [2024-01-03T18:03:30.466Z] HOSTNAME=f2bfd6d8da0f [2024-01-03T18:03:30.466Z] RUN_CHANGES_DISPLAY_URL=https://ci.eclipse.org/omr/job/Build-linux_riscv64_cross/395/display/redirect?page=changes [2024-01-03T18:03:30.466Z] HUDSON_URL=https://ci.eclipse.org/omr/ [2024-01-03T18:03:30.466Z] NODE_LABELS=Linux compile:arm:cross x86 UNB compile:aarch64:cross cgroup.v2 compile:riscv64:cross compile:xlinux ub20-x64-omr7 [2024-01-03T18:03:30.466Z] HOME=/home/jenkins [2024-01-03T18:03:30.466Z] BUILD_URL=https://ci.eclipse.org/omr/job/Build-linux_riscv64_cross/395/ [2024-01-03T18:03:30.466Z] MERGE_COMMIT=3a4787401fffbdbb8088021d3553915ea3ff8edf [2024-01-03T18:03:30.466Z] BUILDSPEC=linux_riscv64_cross [2024-01-03T18:03:30.466Z] JENKINS_SERVER_COOKIE=durable-e6e52fd0532e1a7a33d799dd1df5c89310c8995816760dc6ccfd69b24d3678c2 [2024-01-03T18:03:30.466Z] REPO_URL=https://github.com/eclipse/omr [2024-01-03T18:03:30.466Z] WORKSPACE=/home/jenkins/workspace/Build [2024-01-03T18:03:30.466Z] NODE_NAME=ub20-x64-omr7 [2024-01-03T18:03:30.466Z] RUN_ARTIFACTS_DISPLAY_URL=https://ci.eclipse.org/omr/job/Build-linux_riscv64_cross/395/display/redirect?page=artifacts [2024-01-03T18:03:30.466Z] STAGE_NAME=Queue [2024-01-03T18:03:30.466Z] EXECUTOR_NUMBER=0 [2024-01-03T18:03:30.466Z] BUILD_DISPLAY_NAME=#395 [2024-01-03T18:03:30.466Z] RUN_TESTS_DISPLAY_URL=https://ci.eclipse.org/omr/job/Build-linux_riscv64_cross/395/display/redirect?page=tests [2024-01-03T18:03:30.466Z] HUDSON_HOME=/var/jenkins [2024-01-03T18:03:30.466Z] JOB_BASE_NAME=Build-linux_riscv64_cross [2024-01-03T18:03:30.466Z] PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2024-01-03T18:03:30.466Z] OS=debian11 [2024-01-03T18:03:30.466Z] BUILD_ID=395 [2024-01-03T18:03:30.466Z] BUILD_TAG=jenkins-Build-linux_riscv64_cross-395 [2024-01-03T18:03:30.466Z] JENKINS_URL=https://ci.eclipse.org/omr/ [2024-01-03T18:03:30.466Z] CLONE_URL=https://github.com/eclipse/omr.git [2024-01-03T18:03:30.466Z] JOB_URL=https://ci.eclipse.org/omr/job/Build-linux_riscv64_cross/ [2024-01-03T18:03:30.466Z] BUILD_NUMBER=395 [2024-01-03T18:03:30.466Z] JENKINS_NODE_COOKIE=ff44d3ed-a2b4-4709-9fb9-aa253f333492 [2024-01-03T18:03:30.466Z] AUTHOR_ID=dsouzai [2024-01-03T18:03:30.466Z] RUN_DISPLAY_URL=https://ci.eclipse.org/omr/job/Build-linux_riscv64_cross/395/display/redirect [2024-01-03T18:03:30.466Z] HUDSON_SERVER_COOKIE=c3663d0c112c2ee2 [2024-01-03T18:03:30.466Z] JOB_DISPLAY_URL=https://ci.eclipse.org/omr/job/Build-linux_riscv64_cross/display/redirect [2024-01-03T18:03:30.466Z] CLASSPATH= [2024-01-03T18:03:30.466Z] JOB_NAME=Build-linux_riscv64_cross [2024-01-03T18:03:30.466Z] PWD=/home/jenkins/workspace/Build [2024-01-03T18:03:30.466Z] IMAGE_NAME=riscv-crosscompile [2024-01-03T18:03:30.466Z] WORKSPACE_TMP=/home/jenkins/workspace/Build@tmp [2024-01-03T18:03:30.466Z] TZ=America/Toronto [2024-01-03T18:03:30.466Z] GITLAB_OBJECT_KIND=none [2024-01-03T18:03:30.466Z] OMR_RUNNING_IN_DOCKER=1 [Pipeline] stage [Pipeline] { (Build) [Pipeline] echo [2024-01-03T18:03:31.677Z] Output CCACHE stats before running and clear them [Pipeline] sh [2024-01-03T18:03:33.649Z] + ccache -s -z [2024-01-03T18:03:33.649Z] cache directory /home/jenkins/.ccache [2024-01-03T18:03:33.649Z] primary config /home/jenkins/.ccache/ccache.conf [2024-01-03T18:03:33.649Z] secondary config (readonly) /etc/ccache.conf [2024-01-03T18:03:33.649Z] stats updated Wed Jan 3 09:29:50 2024 [2024-01-03T18:03:33.649Z] stats zeroed Wed Jan 3 09:29:50 2024 [2024-01-03T18:03:33.649Z] cache hit (direct) 0 [2024-01-03T18:03:33.649Z] cache hit (preprocessed) 0 [2024-01-03T18:03:33.649Z] cache miss 0 [2024-01-03T18:03:33.649Z] cache hit rate 0.00 % [2024-01-03T18:03:33.649Z] cleanups performed 0 [2024-01-03T18:03:33.649Z] files in cache 40178 [2024-01-03T18:03:33.649Z] cache size 4.5 GB [2024-01-03T18:03:33.649Z] max cache size 5.0 GB [2024-01-03T18:03:33.649Z] Statistics zeroed [Pipeline] dir [2024-01-03T18:03:34.253Z] Running in /home/jenkins/workspace/Build/build [Pipeline] { [Pipeline] echo [2024-01-03T18:03:34.263Z] Configure... [Pipeline] sh [2024-01-03T18:03:36.371Z] + cmake -Wdev -C../cmake/caches/Travis.cmake -DOMR_DDR=OFF -DCMAKE_TOOLCHAIN_FILE=../cmake/toolchains/riscv64-linux-cross.cmake -DOMR_EXE_LAUNCHER=qemu-riscv64-static;-L;/opt/sysroot -DCMAKE_SYSROOT=/opt/sysroot .. [2024-01-03T18:03:36.371Z] loading initial cache file ../cmake/caches/Travis.cmake [2024-01-03T18:03:36.371Z] -- Starting with CMake version 3.18.4 [2024-01-03T18:03:36.371Z] -- Found Git: /usr/bin/git (found version "2.30.2") [2024-01-03T18:03:36.371Z] -- The CXX compiler identification is GNU 10.2.1 [2024-01-03T18:03:36.371Z] -- The C compiler identification is GNU 10.2.1 [2024-01-03T18:03:37.463Z] -- Detecting CXX compiler ABI info [2024-01-03T18:03:37.463Z] -- Detecting CXX compiler ABI info - done [2024-01-03T18:03:37.463Z] -- Check for working CXX compiler: /usr/bin/riscv64-linux-gnu-g++ - skipped [2024-01-03T18:03:37.463Z] -- Detecting CXX compile features [2024-01-03T18:03:37.463Z] -- Detecting CXX compile features - done [2024-01-03T18:03:37.463Z] -- Detecting C compiler ABI info [2024-01-03T18:03:37.463Z] -- Detecting C compiler ABI info - done [2024-01-03T18:03:37.463Z] -- Check for working C compiler: /usr/bin/riscv64-linux-gnu-gcc - skipped [2024-01-03T18:03:37.463Z] -- Detecting C compile features [2024-01-03T18:03:37.463Z] -- Detecting C compile features - done [2024-01-03T18:03:37.463Z] -- OMR: The CPU architecture is riscv [2024-01-03T18:03:37.463Z] -- OMR: The OS is linux [2024-01-03T18:03:37.463Z] -- OMR: The tool configuration is gnu [2024-01-03T18:03:37.463Z] -- OMR: The target data size is 64 [2024-01-03T18:03:37.463Z] -- Looking for sem_init [2024-01-03T18:03:37.463Z] -- Looking for sem_init - found [2024-01-03T18:03:37.463Z] -- Looking for dladdr [2024-01-03T18:03:37.463Z] -- Looking for dladdr - found [2024-01-03T18:03:37.463Z] -- The ASM compiler identification is GNU [2024-01-03T18:03:37.463Z] -- Found assembler: /usr/bin/riscv64-linux-gnu-gcc [2024-01-03T18:03:37.463Z] -- Looking for clock_gettime [2024-01-03T18:03:37.463Z] -- Looking for clock_gettime - found [2024-01-03T18:03:37.463Z] -- OMR: trace root is '/home/jenkins/workspace/Build/build' [2024-01-03T18:03:38.537Z] -- OMR: Using cross compiled tools. [2024-01-03T18:03:38.537Z] -- OMR: You may need to import tools from a native project. [2024-01-03T18:03:38.537Z] -- OMR: See OMR_TOOLS_IMPORTFILE. [2024-01-03T18:03:38.537Z] -- Found Perl: /usr/bin/perl (found version "5.32.1") [2024-01-03T18:03:38.537Z] -- Found PythonInterp: /usr/bin/python3.9 (found version "3.9.2") [2024-01-03T18:03:38.537Z] -- Creating static library for jitbuilder [2024-01-03T18:03:38.537Z] -- Adding PRIVATE compiler options to jitbuilder for jitbuilder. [2024-01-03T18:03:38.537Z] CMake Warning at fvtest/porttest/CMakeLists.txt:221 (message): [2024-01-03T18:03:38.537Z] Excluded omrport tests: [2024-01-03T18:03:38.537Z] --gtest_filter=-PortFileTest2.file_test20:PortFileTest2.file_test21:PortFileTest2.file_test22:PortFileTest2.file_test23:PortFileTest2.file_test24:PortFileTest2.file_test25:PortMmapTest.mmap_test5:PortSigTest.sig_test_async_handler:PortSigTest.sig_test_single_async_handler:PortSigTest.sig_test_mix_async_handler:PortSigTest.sig_test_mix_two_async_handlers:PortStrTest.str_test4:PortSysinfoTest.sysinfo_test_sysinfo_set_limit_ADDRESS_SPACE:PortStrTest.str_test4 [2024-01-03T18:03:38.537Z] [2024-01-03T18:03:38.537Z] [2024-01-03T18:03:38.537Z] CMake Warning at fvtest/threadtest/CMakeLists.txt:67 (message): [2024-01-03T18:03:38.537Z] Disabling PriorityInterrupt test (see #6665) [2024-01-03T18:03:38.537Z] [2024-01-03T18:03:38.537Z] [2024-01-03T18:03:38.537Z] CMake Warning at fvtest/threadtest/CMakeLists.txt:68 (message): [2024-01-03T18:03:38.537Z] Disabling RWMutex test (see #6706) [2024-01-03T18:03:38.537Z] [2024-01-03T18:03:38.537Z] [2024-01-03T18:03:38.537Z] CMake Warning at fvtest/threadtest/CMakeLists.txt:74 (message): [2024-01-03T18:03:38.537Z] Excluded omrthread tests: --gtest_filter=-PriorityInterrupt.*:RWMutex* [2024-01-03T18:03:38.537Z] [2024-01-03T18:03:38.537Z] [2024-01-03T18:03:38.537Z] -- Creating static library for testcompiler [2024-01-03T18:03:38.537Z] -- Adding PRIVATE compiler options to testcompiler for testcompiler. [2024-01-03T18:03:38.537Z] -- Adding INTERFACE compiler options to testcompiler for testcompiler. [2024-01-03T18:03:38.537Z] -- Adding PUBLIC compiler options to tril for testcompiler. [2024-01-03T18:03:38.537Z] -- Configuring done [2024-01-03T18:03:39.605Z] -- Generating done [2024-01-03T18:03:39.605Z] -- Build files have been written to: /home/jenkins/workspace/Build/build [Pipeline] echo [2024-01-03T18:03:40.244Z] Compile... [Pipeline] sh [2024-01-03T18:03:42.421Z] + make -j4 [2024-01-03T18:03:42.421Z] Scanning dependencies of target header_check [2024-01-03T18:03:42.421Z] Scanning dependencies of target pugixml [2024-01-03T18:03:42.421Z] Scanning dependencies of target trace [2024-01-03T18:03:42.421Z] Scanning dependencies of target omrtestutil [2024-01-03T18:03:42.421Z] [ 0%] Building CXX object third_party/pugixml-1.5/CMakeFiles/pugixml.dir/pugixml.cpp.o [2024-01-03T18:03:42.421Z] [ 0%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/ArgParser.cpp.o [2024-01-03T18:03:42.421Z] [ 0%] Building CXX object fvtest/util/CMakeFiles/omrtestutil.dir/printerrorhelper.cpp.o [2024-01-03T18:03:42.421Z] [ 0%] Built target header_check [2024-01-03T18:03:42.421Z] Scanning dependencies of target omrGtest [2024-01-03T18:03:42.421Z] [ 0%] Building CXX object fvtest/omrGtestGlue/CMakeFiles/omrGtest.dir/omrGtest.cpp.o [2024-01-03T18:03:42.422Z] [ 0%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/CFileWriter.cpp.o [2024-01-03T18:03:42.422Z] [ 0%] Building CXX object fvtest/util/CMakeFiles/omrtestutil.dir/testvmhelper.cpp.o [2024-01-03T18:03:42.422Z] [ 0%] Linking CXX static library libomrtestutil.a [2024-01-03T18:03:42.422Z] [ 0%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/DATFileWriter.cpp.o [2024-01-03T18:03:42.422Z] [ 0%] Built target omrtestutil [2024-01-03T18:03:42.422Z] Scanning dependencies of target sltestlib [2024-01-03T18:03:43.560Z] [ 0%] Building C object fvtest/porttest/CMakeFiles/sltestlib.dir/sltestlib/sltest.c.o [2024-01-03T18:03:43.560Z] [ 0%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/FileReader.cpp.o [2024-01-03T18:03:43.560Z] [ 0%] Linking C shared library libsltestlib.so [2024-01-03T18:03:43.560Z] [ 0%] Built target sltestlib [2024-01-03T18:03:43.560Z] Scanning dependencies of target traceOptionAgent [2024-01-03T18:03:43.560Z] [ 0%] Building C object fvtest/rastest/CMakeFiles/traceOptionAgent.dir/traceOptionAgent.c.o [2024-01-03T18:03:43.560Z] [ 0%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/FileUtils.cpp.o [2024-01-03T18:03:43.560Z] [ 0%] Linking C shared library libtraceOptionAgent.so [2024-01-03T18:03:43.560Z] [ 0%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/Port.cpp.o [2024-01-03T18:03:43.560Z] [ 0%] Built target traceOptionAgent [2024-01-03T18:03:43.560Z] Scanning dependencies of target bindthreadagent [2024-01-03T18:03:43.560Z] [ 1%] Building C object fvtest/rastest/CMakeFiles/bindthreadagent.dir/bindthreadagent.c.o [2024-01-03T18:03:43.560Z] [ 1%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/StringUtils.cpp.o [2024-01-03T18:03:43.560Z] [ 1%] Linking CXX shared library libbindthreadagent.so [2024-01-03T18:03:43.560Z] [ 1%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/TDFParser.cpp.o [2024-01-03T18:03:43.560Z] [ 1%] Built target bindthreadagent [2024-01-03T18:03:43.560Z] Scanning dependencies of target memorycategoriesagent [2024-01-03T18:03:43.560Z] [ 1%] Building C object fvtest/rastest/CMakeFiles/memorycategoriesagent.dir/memorycategoriesagent.c.o [2024-01-03T18:03:43.560Z] [ 2%] Linking CXX shared library libmemorycategoriesagent.so [2024-01-03T18:03:43.560Z] [ 2%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/TraceGen.cpp.o [2024-01-03T18:03:44.692Z] [ 2%] Built target memorycategoriesagent [2024-01-03T18:03:44.693Z] Scanning dependencies of target traceNotStartedAgent [2024-01-03T18:03:44.693Z] [ 2%] Building C object fvtest/rastest/CMakeFiles/traceNotStartedAgent.dir/traceNotStartedAgent.c.o [2024-01-03T18:03:44.693Z] [ 2%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/TraceHeaderWriter.cpp.o [2024-01-03T18:03:44.693Z] [ 2%] Linking CXX shared library libtraceNotStartedAgent.so [2024-01-03T18:03:44.693Z] [ 2%] Linking CXX static library libtrace.a [2024-01-03T18:03:44.693Z] [ 2%] Built target traceNotStartedAgent [2024-01-03T18:03:44.693Z] Scanning dependencies of target cpuLoadAgent [2024-01-03T18:03:44.693Z] [ 3%] Building C object fvtest/rastest/CMakeFiles/cpuLoadAgent.dir/cpuLoadAgent.c.o [2024-01-03T18:03:44.693Z] [ 3%] Built target trace [2024-01-03T18:03:44.693Z] Scanning dependencies of target traceagent [2024-01-03T18:03:44.693Z] [ 3%] Building C object fvtest/rastest/CMakeFiles/traceagent.dir/traceagent.c.o [2024-01-03T18:03:44.693Z] [ 3%] Linking CXX static library libpugixml.a [2024-01-03T18:03:44.693Z] [ 3%] Linking CXX shared library libcpuLoadAgent.so [2024-01-03T18:03:44.693Z] [ 3%] Built target pugixml [2024-01-03T18:03:44.693Z] [ 3%] Linking CXX shared library libtraceagent.so [2024-01-03T18:03:44.693Z] Scanning dependencies of target sampleSubscriber [2024-01-03T18:03:44.693Z] [ 3%] Building C object fvtest/rastest/CMakeFiles/sampleSubscriber.dir/sampleSubscriber.c.o [2024-01-03T18:03:44.693Z] [ 3%] Built target cpuLoadAgent [2024-01-03T18:03:44.693Z] Scanning dependencies of target invalidAgentMissingOnLoad [2024-01-03T18:03:44.693Z] [ 3%] Building C object fvtest/rastest/CMakeFiles/invalidAgentMissingOnLoad.dir/invalidAgentMissingOnLoad.c.o [2024-01-03T18:03:44.693Z] [ 3%] Built target traceagent [2024-01-03T18:03:44.693Z] Scanning dependencies of target invalidAgentReturnError [2024-01-03T18:03:44.693Z] [ 3%] Linking C shared library libsampleSubscriber.so [2024-01-03T18:03:44.693Z] [ 3%] Building C object fvtest/rastest/CMakeFiles/invalidAgentReturnError.dir/invalidAgentReturnError.c.o [2024-01-03T18:03:45.786Z] [ 3%] Linking C shared library libinvalidAgentMissingOnLoad.so [2024-01-03T18:03:45.786Z] [ 3%] Built target sampleSubscriber [2024-01-03T18:03:45.786Z] [ 3%] Linking C shared library libinvalidAgentReturnError.so [2024-01-03T18:03:45.786Z] Scanning dependencies of target subscriberAgent [2024-01-03T18:03:45.786Z] [ 3%] Built target invalidAgentMissingOnLoad [2024-01-03T18:03:45.786Z] [ 3%] Building C object fvtest/rastest/CMakeFiles/subscriberAgent.dir/subscriberAgent.c.o [2024-01-03T18:03:45.786Z] Scanning dependencies of target subscriberAgentWithJ9thread [2024-01-03T18:03:45.786Z] [ 4%] Building C object fvtest/rastest/CMakeFiles/subscriberAgentWithJ9thread.dir/subscriberAgentWithJ9thread.c.o [2024-01-03T18:03:45.786Z] [ 4%] Built target invalidAgentReturnError [2024-01-03T18:03:45.786Z] [ 4%] Linking CXX shared library libsubscriberAgent.so [2024-01-03T18:03:45.786Z] Scanning dependencies of target invalidAgentMissingOnUnload [2024-01-03T18:03:45.786Z] [ 5%] Building C object fvtest/rastest/CMakeFiles/invalidAgentMissingOnUnload.dir/invalidAgentMissingOnUnload.c.o [2024-01-03T18:03:45.786Z] [ 5%] Linking CXX shared library libsubscriberAgentWithJ9thread.so [2024-01-03T18:03:45.786Z] [ 5%] Built target subscriberAgent [2024-01-03T18:03:45.786Z] [ 5%] Linking C shared library libinvalidAgentMissingOnUnload.so [2024-01-03T18:03:45.786Z] [ 5%] Generate /home/jenkins/workspace/Build/build/testcompilerName.cpp [2024-01-03T18:03:45.786Z] [ 5%] Built target subscriberAgentWithJ9thread [2024-01-03T18:03:45.786Z] [ 5%] Built target invalidAgentMissingOnUnload [2024-01-03T18:03:45.786Z] Scanning dependencies of target tracemerge [2024-01-03T18:03:45.786Z] [ 5%] Building CXX object tools/tracemerge/CMakeFiles/tracemerge.dir/DATMerge.cpp.o [2024-01-03T18:03:45.786Z] Scanning dependencies of target tracegen [2024-01-03T18:03:45.786Z] [ 5%] Building CXX object tools/tracegen/CMakeFiles/tracegen.dir/main.cpp.o [2024-01-03T18:03:45.786Z] [ 5%] Linking CXX executable tracegen [2024-01-03T18:03:45.786Z] [ 6%] Building CXX object tools/tracemerge/CMakeFiles/tracemerge.dir/main.cpp.o [2024-01-03T18:03:45.786Z] [ 6%] Built target tracegen [2024-01-03T18:03:45.786Z] Scanning dependencies of target hookgen [2024-01-03T18:03:45.786Z] [ 6%] Linking CXX executable tracemerge [2024-01-03T18:03:45.786Z] [ 6%] Building CXX object tools/hookgen/CMakeFiles/hookgen.dir/HookGen.cpp.o [2024-01-03T18:03:46.914Z] [ 6%] Built target tracemerge [2024-01-03T18:03:46.914Z] [ 6%] Generating ut_pool.c, ut_pool.h, ut_pool.pdat [2024-01-03T18:03:46.914Z] [ 6%] Building CXX object tools/hookgen/CMakeFiles/hookgen.dir/main.cpp.o [2024-01-03T18:03:46.914Z] Scanning dependencies of target j9pool [2024-01-03T18:03:46.914Z] [ 6%] Building C object util/pool/CMakeFiles/j9pool.dir/pool.c.o [2024-01-03T18:03:46.914Z] [ 6%] Linking CXX executable hookgen [2024-01-03T18:03:46.914Z] [ 6%] Building C object util/pool/CMakeFiles/j9pool.dir/pool_cap.c.o [2024-01-03T18:03:46.914Z] [ 7%] Building C object util/pool/CMakeFiles/j9pool.dir/ut_pool.c.o [2024-01-03T18:03:46.914Z] [ 7%] Linking C static library libj9pool.a [2024-01-03T18:03:46.914Z] [ 7%] Built target hookgen [2024-01-03T18:03:46.914Z] [ 7%] Generating ut_j9thr.c, ut_j9thr.h, ut_j9thr.pdat [2024-01-03T18:03:46.914Z] [ 7%] Built target j9pool [2024-01-03T18:03:46.914Z] [ 7%] Generating ut_avl.c, ut_avl.h, ut_avl.pdat [2024-01-03T18:03:46.914Z] Scanning dependencies of target j9avl [2024-01-03T18:03:46.914Z] Scanning dependencies of target j9thr_obj [2024-01-03T18:03:46.914Z] [ 7%] Building C object util/avl/CMakeFiles/j9avl.dir/avlsup.c.o [2024-01-03T18:03:46.914Z] [ 7%] Building C object thread/CMakeFiles/j9thr_obj.dir/common/j9sem.c.o [2024-01-03T18:03:47.882Z] [ 7%] Building C object thread/CMakeFiles/j9thr_obj.dir/common/omrthread.c.o [2024-01-03T18:03:47.882Z] [ 7%] Building C object util/avl/CMakeFiles/j9avl.dir/ut_avl.c.o [2024-01-03T18:03:47.882Z] [ 7%] Linking C static library libj9avl.a [2024-01-03T18:03:47.882Z] [ 7%] Built target j9avl [2024-01-03T18:03:47.882Z] [ 8%] Generating ut_j9utilcore.c, ut_j9utilcore.h, ut_j9utilcore.pdat [2024-01-03T18:03:47.882Z] Scanning dependencies of target testcompiler [2024-01-03T18:03:47.882Z] [ 8%] Generating ut_omrutil.c, ut_omrutil.h, ut_omrutil.pdat [2024-01-03T18:03:47.882Z] Scanning dependencies of target omrutil_obj [2024-01-03T18:03:47.882Z] [ 8%] Building C object thread/CMakeFiles/j9thr_obj.dir/unix/omrthreadattr.c.o [2024-01-03T18:03:47.882Z] [ 8%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/ut_omrutil.c.o [2024-01-03T18:03:47.882Z] [ 8%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/testcompilerName.cpp.o [2024-01-03T18:03:47.882Z] [ 8%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/ut_j9utilcore.c.o [2024-01-03T18:03:47.882Z] [ 8%] Building C object thread/CMakeFiles/j9thr_obj.dir/unix/omrthreaddebug.c.o [2024-01-03T18:03:47.882Z] [ 8%] Building ASM object util/omrutil/CMakeFiles/omrutil_obj.dir/unix/linux/riscv/32/cas32helper.s.o [2024-01-03T18:03:47.882Z] [ 8%] Building ASM object util/omrutil/CMakeFiles/omrutil_obj.dir/unix/linux/riscv/64/cas64helper.s.o [2024-01-03T18:03:47.882Z] [ 8%] Building C object thread/CMakeFiles/j9thr_obj.dir/common/omrthreaderror.c.o [2024-01-03T18:03:47.882Z] [ 8%] Building CXX object util/omrutil/CMakeFiles/omrutil_obj.dir/AtomicFunctions.cpp.o [2024-01-03T18:03:48.996Z] [ 8%] Building C object thread/CMakeFiles/j9thr_obj.dir/common/omrthreadinspect.c.o [2024-01-03T18:03:48.996Z] [ 8%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/argscan.c.o [2024-01-03T18:03:48.996Z] [ 8%] Building CXX object thread/CMakeFiles/j9thr_obj.dir/common/omrthreadmem.cpp.o [2024-01-03T18:03:48.996Z] [ 8%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/detectVMDirectory.c.o [2024-01-03T18:03:48.996Z] [ 8%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/gettimebase.c.o [2024-01-03T18:03:48.996Z] [ 8%] Building CXX object util/omrutil/CMakeFiles/omrutil_obj.dir/j9memclr.cpp.o [2024-01-03T18:03:48.996Z] [ 8%] Building C object thread/CMakeFiles/j9thr_obj.dir/linux/omrthreadnuma.c.o [2024-01-03T18:03:48.996Z] [ 8%] Building C object thread/CMakeFiles/j9thr_obj.dir/common/omrthreadpriority.c.o [2024-01-03T18:03:48.996Z] [ 8%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/omrcrc32.c.o [2024-01-03T18:03:48.996Z] [ 8%] Building C object thread/CMakeFiles/j9thr_obj.dir/common/omrthreadtls.c.o [2024-01-03T18:03:48.996Z] [ 8%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/poolForPort.c.o [2024-01-03T18:03:48.996Z] [ 9%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/primeNumberHelper.c.o [2024-01-03T18:03:48.996Z] [ 10%] Building C object thread/CMakeFiles/j9thr_obj.dir/linux/priority.c.o [2024-01-03T18:03:50.095Z] [ 10%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/ranking.c.o [2024-01-03T18:03:50.095Z] [ 10%] Building C object thread/CMakeFiles/j9thr_obj.dir/unix/thrcreate.c.o [2024-01-03T18:03:50.095Z] [ 10%] Building CXX object thread/CMakeFiles/j9thr_obj.dir/common/threadhelpers.cpp.o [2024-01-03T18:03:50.095Z] [ 10%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/spacesaving.c.o [2024-01-03T18:03:50.095Z] [ 10%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/stricmp.c.o [2024-01-03T18:03:50.095Z] [ 10%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/threadhelp.c.o [2024-01-03T18:03:50.095Z] [ 10%] Building C object thread/CMakeFiles/j9thr_obj.dir/common/thrprof.c.o [2024-01-03T18:03:50.095Z] [ 10%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/thrname_core.c.o [2024-01-03T18:03:50.095Z] [ 10%] Building C object thread/CMakeFiles/j9thr_obj.dir/unix/thrdsup.c.o [2024-01-03T18:03:50.095Z] [ 10%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/utf8decode.c.o [2024-01-03T18:03:50.095Z] [ 10%] Building C object thread/CMakeFiles/j9thr_obj.dir/unix/rasthrsup.c.o [2024-01-03T18:03:50.095Z] [ 10%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/utf8encode.c.o [2024-01-03T18:03:50.095Z] [ 10%] Building C object thread/CMakeFiles/j9thr_obj.dir/common/rwmutex.c.o [2024-01-03T18:03:50.095Z] [ 10%] Linking CXX static library libomrGtest.a [2024-01-03T18:03:50.095Z] [ 10%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/wildcard.c.o [2024-01-03T18:03:50.095Z] [ 10%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/compile/ResolvedMethod.cpp.o [2024-01-03T18:03:50.095Z] [ 10%] Building C object thread/CMakeFiles/j9thr_obj.dir/common/omrthreadjlm.c.o [2024-01-03T18:03:50.095Z] [ 10%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/xlphelp.c.o [2024-01-03T18:03:50.095Z] [ 10%] Built target omrGtest [2024-01-03T18:03:50.095Z] [ 10%] Building C object thread/CMakeFiles/j9thr_obj.dir/unix/unixpriority.c.o [2024-01-03T18:03:50.095Z] [ 10%] Building C object thread/CMakeFiles/j9thr_obj.dir/ut_j9thr.c.o [2024-01-03T18:03:51.132Z] [ 10%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/xml.c.o [2024-01-03T18:03:51.132Z] [ 10%] Generating ut_omrport.c, ut_omrport.h, ut_omrport.pdat [2024-01-03T18:03:51.132Z] [ 10%] Built target j9thr_obj [2024-01-03T18:03:51.132Z] [ 10%] Generating ut_j9hook.c, ut_j9hook.h, ut_j9hook.pdat [2024-01-03T18:03:51.132Z] [ 10%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/__/__/example/glue/UtilGlue.c.o [2024-01-03T18:03:51.132Z] Scanning dependencies of target j9hook_obj [2024-01-03T18:03:51.132Z] [ 10%] Building CXX object util/hookable/CMakeFiles/j9hook_obj.dir/hookable.cpp.o [2024-01-03T18:03:51.132Z] [ 10%] Built target omrutil_obj [2024-01-03T18:03:51.132Z] [ 10%] Generating ut_j9vgc.c, ut_j9vgc.h, ut_j9vgc.pdat [2024-01-03T18:03:51.132Z] [ 11%] Generating ut_j9mm.c, ut_j9mm.h, ut_j9mm.pdat [2024-01-03T18:03:51.132Z] Scanning dependencies of target omrport_obj [2024-01-03T18:03:51.132Z] [ 11%] Building C object port/CMakeFiles/omrport_obj.dir/ut_omrport.c.o [2024-01-03T18:03:51.132Z] [ 11%] Building C object util/hookable/CMakeFiles/j9hook_obj.dir/ut_j9hook.c.o [2024-01-03T18:03:51.132Z] [ 11%] Generating ut_omrmm.c, ut_omrmm.h, ut_omrmm.pdat [2024-01-03T18:03:51.132Z] [ 11%] Building C object port/CMakeFiles/omrport_obj.dir/unix/protect_helpers.c.o [2024-01-03T18:03:51.132Z] [ 11%] Built target j9hook_obj [2024-01-03T18:03:51.132Z] [ 11%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/control/TestJit.cpp.o [2024-01-03T18:03:51.132Z] [ 11%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrgetasid.c.o [2024-01-03T18:03:51.132Z] Scanning dependencies of target omrgc_tracegen [2024-01-03T18:03:51.132Z] [ 11%] Building C object gc/CMakeFiles/omrgc_tracegen.dir/ut_j9mm.c.o [2024-01-03T18:03:51.132Z] [ 11%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrgetjobid.c.o [2024-01-03T18:03:51.132Z] [ 11%] Building C object gc/CMakeFiles/omrgc_tracegen.dir/ut_omrmm.c.o [2024-01-03T18:03:52.196Z] [ 11%] Building C object gc/CMakeFiles/omrgc_tracegen.dir/ut_j9vgc.c.o [2024-01-03T18:03:52.196Z] [ 11%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrgetjobname.c.o [2024-01-03T18:03:52.196Z] [ 11%] Built target omrgc_tracegen [2024-01-03T18:03:52.196Z] Scanning dependencies of target trc_omr_test [2024-01-03T18:03:52.196Z] [ 11%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrgetsysname.c.o [2024-01-03T18:03:52.196Z] [ 11%] Generating ut_omr_test.c, ut_omr_test.h, ut_omr_test.pdat [2024-01-03T18:03:52.196Z] [ 11%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrcpu.c.o [2024-01-03T18:03:52.196Z] [ 11%] Built target trc_omr_test [2024-01-03T18:03:52.196Z] Scanning dependencies of target trc_j9thr [2024-01-03T18:03:52.196Z] [ 11%] Built target trc_j9thr [2024-01-03T18:03:52.196Z] Scanning dependencies of target trc_omrport [2024-01-03T18:03:52.196Z] [ 11%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrerror.c.o [2024-01-03T18:03:52.196Z] [ 11%] Built target trc_omrport [2024-01-03T18:03:52.196Z] Scanning dependencies of target trc_avl [2024-01-03T18:03:52.196Z] [ 11%] Built target trc_avl [2024-01-03T18:03:52.196Z] Scanning dependencies of target trc_hashtable [2024-01-03T18:03:52.196Z] [ 11%] Generating ut_hashtable.c, ut_hashtable.h, ut_hashtable.pdat [2024-01-03T18:03:52.196Z] [ 12%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrerrorhelpers.c.o [2024-01-03T18:03:52.196Z] [ 12%] Built target trc_hashtable [2024-01-03T18:03:52.196Z] Scanning dependencies of target trc_j9hook [2024-01-03T18:03:52.196Z] [ 12%] Built target trc_j9hook [2024-01-03T18:03:52.196Z] Scanning dependencies of target trc_j9utilcore [2024-01-03T18:03:52.196Z] [ 12%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrexit.c.o [2024-01-03T18:03:52.196Z] [ 12%] Built target trc_j9utilcore [2024-01-03T18:03:52.196Z] Scanning dependencies of target trc_omrutil [2024-01-03T18:03:52.196Z] [ 12%] Built target trc_omrutil [2024-01-03T18:03:52.196Z] Scanning dependencies of target trc_pool [2024-01-03T18:03:52.196Z] [ 12%] Built target trc_pool [2024-01-03T18:03:52.196Z] [ 12%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrfile.c.o [2024-01-03T18:03:52.196Z] [ 12%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrfiletext.c.o [2024-01-03T18:03:53.389Z] [ 12%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrfilestream.c.o [2024-01-03T18:03:53.389Z] [ 12%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrfilestreamtext.c.o [2024-01-03T18:03:53.389Z] [ 12%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omriconvhelpers.c.o [2024-01-03T18:03:53.389Z] [ 12%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrfile_blockingasync.c.o [2024-01-03T18:03:53.389Z] [ 12%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrmem32helpers.c.o [2024-01-03T18:03:53.389Z] [ 12%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrheap.c.o [2024-01-03T18:03:53.389Z] [ 12%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrmem.c.o [2024-01-03T18:03:53.389Z] [ 12%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrmemtag.c.o [2024-01-03T18:03:53.389Z] [ 12%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrmemcategories.c.o [2024-01-03T18:03:53.389Z] Scanning dependencies of target trc_omrvm [2024-01-03T18:03:53.389Z] [ 12%] Generating ut_omrvm.c, ut_omrvm.h, ut_omrvm.pdat [2024-01-03T18:03:53.389Z] [ 13%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrport.c.o [2024-01-03T18:03:53.389Z] [ 13%] Built target trc_omrvm [2024-01-03T18:03:54.528Z] Scanning dependencies of target trc_omrti [2024-01-03T18:03:54.528Z] Scanning dependencies of target trc_j9vgc [2024-01-03T18:03:54.528Z] [ 14%] Generating ut_omrti.c, ut_omrti.h, ut_omrti.pdat [2024-01-03T18:03:54.528Z] [ 14%] Built target trc_j9vgc [2024-01-03T18:03:54.528Z] Scanning dependencies of target trc_omrmm [2024-01-03T18:03:54.528Z] [ 14%] Built target trc_omrmm [2024-01-03T18:03:54.528Z] [ 14%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrmmap.c.o [2024-01-03T18:03:54.528Z] Scanning dependencies of target trc_j9mm [2024-01-03T18:03:54.528Z] [ 14%] Built target trc_j9mm [2024-01-03T18:03:54.528Z] [ 14%] Built target trc_omrti [2024-01-03T18:03:54.528Z] Scanning dependencies of target omrgc_hookgen [2024-01-03T18:03:54.528Z] Scanning dependencies of target omrutil [2024-01-03T18:03:54.528Z] [ 14%] Generating mmomrhook_internal.h, ../mmomrhook.h [2024-01-03T18:03:54.528Z] [ 14%] Linking CXX static library libomrutil.a [2024-01-03T18:03:54.528Z] [ 14%] Generating mmprivatehook_internal.h, mmprivatehook.h [2024-01-03T18:03:54.528Z] [ 14%] Built target omrutil [2024-01-03T18:03:54.528Z] [ 14%] Building C object port/CMakeFiles/omrport_obj.dir/common/j9nls.c.o [2024-01-03T18:03:54.528Z] Scanning dependencies of target run_tracegen [2024-01-03T18:03:54.528Z] [ 14%] Built target run_tracegen [2024-01-03T18:03:54.528Z] Scanning dependencies of target j9hashtable [2024-01-03T18:03:54.528Z] [ 14%] Built target omrgc_hookgen [2024-01-03T18:03:54.528Z] [ 14%] Building C object util/hashtable/CMakeFiles/j9hashtable.dir/hash.c.o [2024-01-03T18:03:54.528Z] Scanning dependencies of target run_tracemerge [2024-01-03T18:03:54.528Z] [ 14%] Generating tracemerge.stamp [2024-01-03T18:03:54.528Z] [ 14%] Building C object util/hashtable/CMakeFiles/j9hashtable.dir/hashtable.c.o [2024-01-03T18:03:54.528Z] [ 14%] Building C object port/CMakeFiles/omrport_obj.dir/unix/j9nlshelpers.c.o [2024-01-03T18:03:54.528Z] [ 14%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrosbacktrace.c.o [2024-01-03T18:03:54.528Z] [ 14%] Building C object util/hashtable/CMakeFiles/j9hashtable.dir/ut_hashtable.c.o [2024-01-03T18:03:54.528Z] [ 14%] Built target run_tracemerge [2024-01-03T18:03:54.528Z] Scanning dependencies of target omrcore [2024-01-03T18:03:54.528Z] [ 14%] Linking CXX static library libj9hashtable.a [2024-01-03T18:03:54.528Z] [ 14%] Building CXX object omr/CMakeFiles/omrcore.dir/OMR_Agent.cpp.o [2024-01-03T18:03:54.528Z] [ 14%] Building C object port/CMakeFiles/omrport_obj.dir/linux/omrosbacktrace_impl.c.o [2024-01-03T18:03:54.528Z] [ 15%] Built target j9hashtable [2024-01-03T18:03:54.528Z] [ 15%] Building CXX object omr/CMakeFiles/omrcore.dir/OMR_MethodDictionary.cpp.o [2024-01-03T18:03:54.528Z] Scanning dependencies of target j9thrstatic [2024-01-03T18:03:54.528Z] [ 15%] Linking CXX static library libj9thrstatic.a [2024-01-03T18:03:54.528Z] [ 15%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrintrospect.c.o [2024-01-03T18:03:55.738Z] [ 15%] Building CXX object omr/CMakeFiles/omrcore.dir/OMR_Profiler.cpp.o [2024-01-03T18:03:55.738Z] [ 15%] Built target j9thrstatic [2024-01-03T18:03:55.738Z] Scanning dependencies of target omrsig [2024-01-03T18:03:55.738Z] [ 16%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/env/FrontEnd.cpp.o [2024-01-03T18:03:55.738Z] [ 16%] Building CXX object omrsigcompat/CMakeFiles/omrsig.dir/omrsig.cpp.o [2024-01-03T18:03:55.738Z] [ 16%] Building CXX object omr/CMakeFiles/omrcore.dir/OMR_Runtime.cpp.o [2024-01-03T18:03:55.738Z] [ 16%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrintrospect_common.c.o [2024-01-03T18:03:55.738Z] [ 16%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrosdump.c.o [2024-01-03T18:03:55.738Z] [ 16%] Linking CXX shared library libomrsig.so [2024-01-03T18:03:55.738Z] [ 16%] Building CXX object omr/CMakeFiles/omrcore.dir/OMR_TI.cpp.o [2024-01-03T18:03:55.738Z] [ 16%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrportcontrol.c.o [2024-01-03T18:03:55.738Z] [ 16%] Built target omrsig [2024-01-03T18:03:55.738Z] [ 16%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrportptb.c.o [2024-01-03T18:03:55.738Z] [ 16%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/ilgen/IlInjector.cpp.o [2024-01-03T18:03:55.738Z] [ 16%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrsignal.c.o [2024-01-03T18:03:55.738Z] [ 16%] Building CXX object omr/CMakeFiles/omrcore.dir/OMR_TIMemorySize.cpp.o [2024-01-03T18:03:55.738Z] [ 16%] Building CXX object omr/CMakeFiles/omrcore.dir/OMR_VM.cpp.o [2024-01-03T18:03:55.738Z] [ 17%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrsock.c.o [2024-01-03T18:03:55.738Z] [ 17%] Building CXX object omr/CMakeFiles/omrcore.dir/OMR_VMThread.cpp.o [2024-01-03T18:03:56.813Z] [ 17%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrsockptb.c.o [2024-01-03T18:03:56.813Z] [ 17%] Building C object omr/CMakeFiles/omrcore.dir/ut_omrti.c.o [2024-01-03T18:03:56.813Z] [ 17%] Building C object omr/CMakeFiles/omrcore.dir/ut_omrvm.c.o [2024-01-03T18:03:56.813Z] [ 17%] Building C object port/CMakeFiles/omrport_obj.dir/linuxriscv64/omrsignal_context.c.o [2024-01-03T18:03:56.813Z] [ 18%] Building C object omr/CMakeFiles/omrcore.dir/__/example/glue/LanguageVMGlue.c.o [2024-01-03T18:03:56.813Z] [ 18%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrsl.c.o [2024-01-03T18:03:56.813Z] [ 18%] Building CXX object omr/CMakeFiles/omrcore.dir/__/example/glue/omrExampleVM.cpp.o [2024-01-03T18:03:56.813Z] [ 18%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrstr.c.o [2024-01-03T18:03:56.813Z] [ 18%] Building C object omr/CMakeFiles/omrcore.dir/__/example/glue/Profiling.c.o [2024-01-03T18:03:56.813Z] [ 18%] Linking CXX static library libomrcore.a [2024-01-03T18:03:56.813Z] [ 19%] Built target omrcore [2024-01-03T18:03:56.813Z] Scanning dependencies of target omrutiltest [2024-01-03T18:03:56.813Z] [ 19%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrsysinfo.c.o [2024-01-03T18:03:56.813Z] [ 20%] Building CXX object fvtest/utiltest/CMakeFiles/omrutiltest.dir/main.cpp.o [2024-01-03T18:03:57.994Z] [ 20%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrsysinfo_helpers.c.o [2024-01-03T18:03:57.994Z] [ 20%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrsyslog.c.o [2024-01-03T18:03:57.994Z] [ 20%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrtime.c.o [2024-01-03T18:03:57.994Z] [ 20%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrtlshelpers.c.o [2024-01-03T18:03:57.994Z] [ 20%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrtty.c.o [2024-01-03T18:03:59.191Z] [ 20%] Building C object port/CMakeFiles/omrport_obj.dir/linux/omrvmem.c.o [2024-01-03T18:03:59.191Z] [ 20%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/ilgen/TestIlGeneratorMethodDetails.cpp.o [2024-01-03T18:03:59.191Z] [ 21%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrmemtag_checks.c.o [2024-01-03T18:03:59.191Z] [ 21%] Building C object port/CMakeFiles/omrport_obj.dir/linux/omrosdump_helpers.c.o [2024-01-03T18:03:59.191Z] [ 21%] Linking CXX executable omrutiltest [2024-01-03T18:03:59.191Z] [ 21%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrsysv_ipcwrappers.c.o [2024-01-03T18:03:59.191Z] [ 21%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrsharedhelper.c.o [2024-01-03T18:03:59.191Z] [ 21%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/runtime/TestCodeCacheManager.cpp.o [2024-01-03T18:03:59.191Z] [ 21%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrshsem.c.o [2024-01-03T18:04:00.242Z] [ 21%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrshsem_deprecated.c.o [2024-01-03T18:04:00.242Z] [ 21%] Built target omrutiltest [2024-01-03T18:04:00.242Z] [ 21%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRAheadOfTimeCompile.cpp.o [2024-01-03T18:04:00.242Z] [ 21%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrshmem.c.o [2024-01-03T18:04:00.242Z] [ 21%] Built target omrport_obj [2024-01-03T18:04:00.242Z] Scanning dependencies of target omrtrace [2024-01-03T18:04:01.341Z] [ 21%] Building CXX object omrtrace/CMakeFiles/omrtrace.dir/omrtraceapi.cpp.o [2024-01-03T18:04:01.341Z] [ 21%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/Analyser.cpp.o [2024-01-03T18:04:01.341Z] [ 21%] Building CXX object omrtrace/CMakeFiles/omrtrace.dir/omrtracecomponent.cpp.o [2024-01-03T18:04:01.341Z] [ 22%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/CCData.cpp.o [2024-01-03T18:04:02.519Z] [ 22%] Building CXX object omrtrace/CMakeFiles/omrtrace.dir/omrtraceformatter.cpp.o [2024-01-03T18:04:02.519Z] [ 22%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/CodeGenPrep.cpp.o [2024-01-03T18:04:02.519Z] [ 22%] Building CXX object omrtrace/CMakeFiles/omrtrace.dir/omrtracelog.cpp.o [2024-01-03T18:04:08.450Z] [ 22%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/CodeGenGC.cpp.o [2024-01-03T18:04:08.450Z] [ 22%] Building CXX object omrtrace/CMakeFiles/omrtrace.dir/omrtracemain.cpp.o [2024-01-03T18:04:08.450Z] [ 22%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/CodeGenRA.cpp.o [2024-01-03T18:04:08.450Z] [ 22%] Building CXX object omrtrace/CMakeFiles/omrtrace.dir/omrtracemisc.cpp.o [2024-01-03T18:04:08.450Z] [ 22%] Building CXX object omrtrace/CMakeFiles/omrtrace.dir/omrtraceoptions.cpp.o [2024-01-03T18:04:08.450Z] [ 23%] Building CXX object omrtrace/CMakeFiles/omrtrace.dir/omrtracepublish.cpp.o [2024-01-03T18:04:08.450Z] [ 23%] Building CXX object omrtrace/CMakeFiles/omrtrace.dir/omrtracewrappers.cpp.o [2024-01-03T18:04:08.450Z] [ 23%] Linking CXX static library libomrtrace.a [2024-01-03T18:04:08.450Z] [ 23%] Built target omrtrace [2024-01-03T18:04:08.450Z] [ 23%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRGCRegisterMap.cpp.o [2024-01-03T18:04:08.450Z] [ 23%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRGCStackAtlas.cpp.o [2024-01-03T18:04:08.450Z] [ 23%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRLinkage.cpp.o [2024-01-03T18:04:08.450Z] [ 23%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/LiveRegister.cpp.o [2024-01-03T18:04:08.450Z] [ 23%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OutOfLineCodeSection.cpp.o [2024-01-03T18:04:09.674Z] [ 23%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/Relocation.cpp.o [2024-01-03T18:04:09.674Z] [ 23%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/RegisterIterator.cpp.o [2024-01-03T18:04:09.674Z] [ 23%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/ScratchRegisterManager.cpp.o [2024-01-03T18:04:10.760Z] [ 24%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/StorageInfo.cpp.o [2024-01-03T18:04:11.926Z] [ 24%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRTreeEvaluator.cpp.o [2024-01-03T18:04:12.892Z] [ 24%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/PreInstructionSelection.cpp.o [2024-01-03T18:04:12.892Z] [ 24%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/NodeEvaluation.cpp.o [2024-01-03T18:04:14.036Z] Scanning dependencies of target omrport [2024-01-03T18:04:14.037Z] [ 24%] Linking CXX static library libomrport.a [2024-01-03T18:04:14.037Z] [ 24%] Built target omrport [2024-01-03T18:04:14.037Z] Scanning dependencies of target j9hookstatic [2024-01-03T18:04:14.037Z] [ 24%] Linking CXX static library libj9hookstatic.a [2024-01-03T18:04:14.037Z] [ 24%] Built target j9hookstatic [2024-01-03T18:04:14.037Z] [ 25%] Running JitBuilder C++ API generator [2024-01-03T18:04:15.137Z] [ 25%] Generate /home/jenkins/workspace/Build/build/jitbuilderName.cpp [2024-01-03T18:04:16.310Z] [ 25%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRPeephole.cpp.o [2024-01-03T18:04:16.310Z] [ 25%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRSnippet.cpp.o [2024-01-03T18:04:16.310Z] Scanning dependencies of target jitbuilder [2024-01-03T18:04:16.310Z] [ 25%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRUnresolvedDataSnippet.cpp.o [2024-01-03T18:04:16.310Z] [ 25%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/jitbuilderName.cpp.o [2024-01-03T18:04:18.456Z] [ 25%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/env/FrontEnd.cpp.o [2024-01-03T18:04:18.456Z] [ 25%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/compile/ResolvedMethod.cpp.o [2024-01-03T18:04:19.529Z] [ 25%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/control/Jit.cpp.o [2024-01-03T18:04:19.529Z] [ 25%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRSnippetGCMap.cpp.o [2024-01-03T18:04:21.815Z] [ 25%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/ilgen/JBIlGeneratorMethodDetails.cpp.o [2024-01-03T18:04:21.815Z] [ 25%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/optimizer/JBOptimizer.cpp.o [2024-01-03T18:04:22.895Z] [ 25%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/runtime/JBCodeCacheManager.cpp.o [2024-01-03T18:04:22.895Z] [ 25%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRCodeGenerator.cpp.o [2024-01-03T18:04:24.025Z] [ 25%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/runtime/JBJitConfig.cpp.o [2024-01-03T18:04:24.025Z] [ 25%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRCodeGenPhase.cpp.o [2024-01-03T18:04:25.162Z] [ 25%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/jitbuilderclient/cpp/BytecodeBuilder.cpp.o [2024-01-03T18:04:26.330Z] [ 25%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/jitbuilderclient/cpp/IlBuilder.cpp.o [2024-01-03T18:04:27.559Z] [ 25%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/jitbuilderclient/cpp/IlType.cpp.o [2024-01-03T18:04:28.823Z] [ 26%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/jitbuilderclient/cpp/IlValue.cpp.o [2024-01-03T18:04:28.823Z] [ 26%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRMemoryReference.cpp.o [2024-01-03T18:04:28.823Z] [ 26%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/jitbuilderclient/cpp/MethodBuilder.cpp.o [2024-01-03T18:04:28.823Z] [ 26%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/jitbuilderclient/cpp/ThunkBuilder.cpp.o [2024-01-03T18:04:29.948Z] [ 26%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/jitbuilderclient/cpp/TypeDictionary.cpp.o [2024-01-03T18:04:29.948Z] [ 26%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/jitbuilderclient/cpp/VirtualMachineOperandArray.cpp.o [2024-01-03T18:04:29.948Z] [ 26%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/jitbuilderclient/cpp/VirtualMachineOperandStack.cpp.o [2024-01-03T18:04:31.087Z] [ 26%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRMachine.cpp.o [2024-01-03T18:04:31.087Z] [ 27%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRRegister.cpp.o [2024-01-03T18:04:32.160Z] [ 27%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/jitbuilderclient/cpp/VirtualMachineRegister.cpp.o [2024-01-03T18:04:32.160Z] [ 27%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/jitbuilderclient/cpp/VirtualMachineRegisterInStruct.cpp.o [2024-01-03T18:04:32.160Z] [ 27%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRRegisterDependency.cpp.o [2024-01-03T18:04:33.194Z] [ 27%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/jitbuilderclient/cpp/VirtualMachineState.cpp.o [2024-01-03T18:04:33.194Z] [ 27%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/jitbuilderclient/cpp/JitBuilder.cpp.o [2024-01-03T18:04:34.301Z] [ 27%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRRealRegister.cpp.o [2024-01-03T18:04:35.543Z] [ 27%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRAheadOfTimeCompile.cpp.o [2024-01-03T18:04:35.543Z] [ 27%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/Analyser.cpp.o [2024-01-03T18:04:35.543Z] [ 27%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRRegisterPair.cpp.o [2024-01-03T18:04:36.720Z] [ 27%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRInstruction.cpp.o [2024-01-03T18:04:37.908Z] [ 28%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/CCData.cpp.o [2024-01-03T18:04:37.908Z] [ 28%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/CodeGenPrep.cpp.o [2024-01-03T18:04:39.011Z] [ 28%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/CodeGenGC.cpp.o [2024-01-03T18:04:39.011Z] [ 28%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/CodeGenRA.cpp.o [2024-01-03T18:04:40.108Z] [ 28%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/ELFGenerator.cpp.o [2024-01-03T18:04:42.607Z] [ 28%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRGCRegisterMap.cpp.o [2024-01-03T18:04:42.608Z] [ 28%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRELFRelocationResolver.cpp.o [2024-01-03T18:04:42.608Z] Scanning dependencies of target omrporttest [2024-01-03T18:04:42.608Z] [ 28%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/compile/OSRData.cpp.o [2024-01-03T18:04:42.608Z] [ 28%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/fileTest.cpp.o [2024-01-03T18:04:42.608Z] [ 28%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRGCStackAtlas.cpp.o [2024-01-03T18:04:43.684Z] [ 28%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRLinkage.cpp.o [2024-01-03T18:04:44.898Z] [ 28%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/heapTest.cpp.o [2024-01-03T18:04:46.184Z] [ 28%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/LiveRegister.cpp.o [2024-01-03T18:04:47.254Z] [ 28%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrportTest.cpp.o [2024-01-03T18:04:47.254Z] [ 28%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/compile/OMRMethod.cpp.o [2024-01-03T18:04:47.254Z] [ 28%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/main.cpp.o [2024-01-03T18:04:49.688Z] [ 28%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/memTest.cpp.o [2024-01-03T18:04:49.688Z] [ 29%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrdumpTest.cpp.o [2024-01-03T18:04:49.688Z] [ 29%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OutOfLineCodeSection.cpp.o [2024-01-03T18:04:49.688Z] [ 29%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/compile/ResolvedMethod.cpp.o [2024-01-03T18:04:50.787Z] [ 29%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/compile/VirtualGuard.cpp.o [2024-01-03T18:04:50.787Z] [ 29%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrerrorTest.cpp.o [2024-01-03T18:04:51.959Z] [ 29%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrfileTest.cpp.o [2024-01-03T18:04:53.054Z] [ 29%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/Relocation.cpp.o [2024-01-03T18:04:53.054Z] [ 29%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrfilestreamTest.cpp.o [2024-01-03T18:04:54.291Z] [ 29%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/compile/OMRSymbolReferenceTable.cpp.o [2024-01-03T18:04:55.409Z] [ 29%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrheapTest.cpp.o [2024-01-03T18:04:55.409Z] [ 29%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/RegisterIterator.cpp.o [2024-01-03T18:04:56.450Z] [ 29%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/ScratchRegisterManager.cpp.o [2024-01-03T18:04:56.450Z] [ 30%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/StorageInfo.cpp.o [2024-01-03T18:04:57.629Z] [ 30%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrintrospectTest.cpp.o [2024-01-03T18:04:58.805Z] [ 30%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/compile/OMRAliasBuilder.cpp.o [2024-01-03T18:04:59.913Z] [ 30%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrmemTest.cpp.o [2024-01-03T18:04:59.913Z] [ 30%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrmmapTest.cpp.o [2024-01-03T18:04:59.913Z] [ 30%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRTreeEvaluator.cpp.o [2024-01-03T18:05:02.243Z] [ 30%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrsignalExtendedTest.cpp.o [2024-01-03T18:05:02.243Z] [ 31%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/compile/OMRCompilation.cpp.o [2024-01-03T18:05:02.243Z] [ 31%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrsignalTest.cpp.o [2024-01-03T18:05:03.440Z] [ 31%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/compile/TLSCompilationManager.cpp.o [2024-01-03T18:05:04.591Z] [ 31%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/PreInstructionSelection.cpp.o [2024-01-03T18:05:04.591Z] [ 31%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrslTest.cpp.o [2024-01-03T18:05:05.758Z] [ 31%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrstrTest.cpp.o [2024-01-03T18:05:05.758Z] [ 31%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrtimeTest.cpp.o [2024-01-03T18:05:06.909Z] [ 31%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/NodeEvaluation.cpp.o [2024-01-03T18:05:08.050Z] [ 31%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/control/OMROptions.cpp.o [2024-01-03T18:05:08.050Z] [ 32%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrttyExtendedTest.cpp.o [2024-01-03T18:05:08.050Z] [ 32%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrttyTest.cpp.o [2024-01-03T18:05:10.405Z] [ 32%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrvmemTest.cpp.o [2024-01-03T18:05:10.405Z] [ 32%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRPeephole.cpp.o [2024-01-03T18:05:10.405Z] [ 32%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRSnippet.cpp.o [2024-01-03T18:05:11.511Z] [ 32%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/control/OptimizationPlan.cpp.o [2024-01-03T18:05:12.601Z] [ 32%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/control/OMRRecompilation.cpp.o [2024-01-03T18:05:12.601Z] [ 32%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/si.cpp.o [2024-01-03T18:05:13.697Z] [ 32%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/si_numcpusTest.cpp.o [2024-01-03T18:05:13.697Z] [ 32%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRUnresolvedDataSnippet.cpp.o [2024-01-03T18:05:16.074Z] [ 32%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/testHelpers.cpp.o [2024-01-03T18:05:16.074Z] [ 32%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/control/OMRCompilationStrategy.cpp.o [2024-01-03T18:05:17.185Z] [ 32%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/control/CompilationController.cpp.o [2024-01-03T18:05:17.185Z] [ 32%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRSnippetGCMap.cpp.o [2024-01-03T18:05:18.396Z] [ 32%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/testProcessHelpers.cpp.o [2024-01-03T18:05:19.479Z] [ 32%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/control/CompileMethod.cpp.o [2024-01-03T18:05:20.582Z] [ 32%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRCodeGenerator.cpp.o [2024-01-03T18:05:20.582Z] [ 32%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrsockTest.cpp.o [2024-01-03T18:05:20.582Z] [ 32%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/__/__/util/main_function/main_function.cpp.o [2024-01-03T18:05:21.759Z] [ 32%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRCodeGenPhase.cpp.o [2024-01-03T18:05:22.914Z] [ 32%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/ExceptionTable.cpp.o [2024-01-03T18:05:23.981Z] [ 32%] Linking CXX executable omrporttest [2024-01-03T18:05:25.187Z] [ 32%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRMemoryReference.cpp.o [2024-01-03T18:05:25.187Z] [ 32%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRMachine.cpp.o [2024-01-03T18:05:26.430Z] [ 32%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/FrontEnd.cpp.o [2024-01-03T18:05:26.430Z] [ 32%] Built target omrporttest [2024-01-03T18:05:26.430Z] [ 32%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/OMRCPU.cpp.o [2024-01-03T18:05:27.651Z] [ 32%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/OMRObjectModel.cpp.o [2024-01-03T18:05:27.651Z] Scanning dependencies of target omrgc [2024-01-03T18:05:27.651Z] [ 32%] Building CXX object gc/CMakeFiles/omrgc.dir/base/AddressOrderedListPopulator.cpp.o [2024-01-03T18:05:27.651Z] [ 32%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRRegister.cpp.o [2024-01-03T18:05:28.896Z] [ 33%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/OMRArithEnv.cpp.o [2024-01-03T18:05:28.896Z] [ 33%] Building CXX object gc/CMakeFiles/omrgc.dir/base/AllocationContext.cpp.o [2024-01-03T18:05:28.896Z] [ 33%] Building CXX object gc/CMakeFiles/omrgc.dir/base/AllocationInterfaceGeneric.cpp.o [2024-01-03T18:05:28.896Z] [ 33%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/OMRClassEnv.cpp.o [2024-01-03T18:05:28.896Z] [ 33%] Building CXX object gc/CMakeFiles/omrgc.dir/base/BaseVirtual.cpp.o [2024-01-03T18:05:29.978Z] [ 33%] Building CXX object gc/CMakeFiles/omrgc.dir/base/BumpAllocatedListPopulator.cpp.o [2024-01-03T18:05:29.978Z] [ 33%] Building CXX object gc/CMakeFiles/omrgc.dir/base/CardTable.cpp.o [2024-01-03T18:05:31.170Z] [ 33%] Building CXX object gc/CMakeFiles/omrgc.dir/base/Collector.cpp.o [2024-01-03T18:05:31.170Z] [ 34%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRRegisterDependency.cpp.o [2024-01-03T18:05:31.170Z] [ 34%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/OMRDebugEnv.cpp.o [2024-01-03T18:05:31.170Z] [ 34%] Building CXX object gc/CMakeFiles/omrgc.dir/base/Configuration.cpp.o [2024-01-03T18:05:31.170Z] [ 34%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRRealRegister.cpp.o [2024-01-03T18:05:31.170Z] [ 34%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/OMRVMEnv.cpp.o [2024-01-03T18:05:32.339Z] [ 34%] Building CXX object gc/CMakeFiles/omrgc.dir/base/EmptyListPopulator.cpp.o [2024-01-03T18:05:32.339Z] [ 35%] Building CXX object gc/CMakeFiles/omrgc.dir/base/EnvironmentBase.cpp.o [2024-01-03T18:05:33.534Z] [ 35%] Building CXX object gc/CMakeFiles/omrgc.dir/base/Forge.cpp.o [2024-01-03T18:05:33.534Z] [ 35%] Building CXX object gc/CMakeFiles/omrgc.dir/base/GCCode.cpp.o [2024-01-03T18:05:33.534Z] [ 35%] Building CXX object gc/CMakeFiles/omrgc.dir/base/GCExtensionsBase.cpp.o [2024-01-03T18:05:33.534Z] [ 35%] Building CXX object gc/CMakeFiles/omrgc.dir/base/GlobalAllocationManager.cpp.o [2024-01-03T18:05:34.541Z] [ 35%] Building CXX object gc/CMakeFiles/omrgc.dir/base/GlobalCollector.cpp.o [2024-01-03T18:05:34.541Z] [ 35%] Building CXX object gc/CMakeFiles/omrgc.dir/base/Heap.cpp.o [2024-01-03T18:05:34.541Z] [ 35%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRRegisterPair.cpp.o [2024-01-03T18:05:34.541Z] [ 35%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRInstruction.cpp.o [2024-01-03T18:05:34.541Z] [ 35%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/OMRVMMethodEnv.cpp.o [2024-01-03T18:05:34.541Z] [ 35%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/SegmentAllocator.cpp.o [2024-01-03T18:05:34.541Z] [ 35%] Building CXX object gc/CMakeFiles/omrgc.dir/base/HeapMap.cpp.o [2024-01-03T18:05:34.541Z] [ 35%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/SegmentProvider.cpp.o [2024-01-03T18:05:35.683Z] [ 35%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/SystemSegmentProvider.cpp.o [2024-01-03T18:05:35.683Z] [ 35%] Building CXX object gc/CMakeFiles/omrgc.dir/base/HeapMapIterator.cpp.o [2024-01-03T18:05:35.683Z] [ 35%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/DebugSegmentProvider.cpp.o [2024-01-03T18:05:35.683Z] [ 35%] Building CXX object gc/CMakeFiles/omrgc.dir/base/HeapMemorySubSpaceIterator.cpp.o [2024-01-03T18:05:36.849Z] [ 35%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/Region.cpp.o [2024-01-03T18:05:36.849Z] [ 35%] Building CXX object gc/CMakeFiles/omrgc.dir/base/HeapRegionDescriptor.cpp.o [2024-01-03T18:05:36.849Z] [ 35%] Building CXX object gc/CMakeFiles/omrgc.dir/base/HeapRegionIterator.cpp.o [2024-01-03T18:05:36.849Z] [ 35%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/StackMemoryRegion.cpp.o [2024-01-03T18:05:38.045Z] [ 36%] Building CXX object gc/CMakeFiles/omrgc.dir/base/HeapRegionManager.cpp.o [2024-01-03T18:05:38.045Z] [ 36%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/ELFGenerator.cpp.o [2024-01-03T18:05:38.045Z] [ 36%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/OMRPersistentInfo.cpp.o [2024-01-03T18:05:38.045Z] [ 37%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/TRMemory.cpp.o [2024-01-03T18:05:38.045Z] [ 37%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/TRPersistentMemory.cpp.o [2024-01-03T18:05:38.045Z] [ 37%] Building CXX object gc/CMakeFiles/omrgc.dir/base/HeapRegionManagerTarok.cpp.o [2024-01-03T18:05:39.194Z] [ 37%] Building CXX object gc/CMakeFiles/omrgc.dir/base/HeapVirtualMemory.cpp.o [2024-01-03T18:05:39.194Z] [ 37%] Building CXX object gc/CMakeFiles/omrgc.dir/base/LightweightNonReentrantLock.cpp.o [2024-01-03T18:05:40.371Z] [ 37%] Building CXX object gc/CMakeFiles/omrgc.dir/base/LightweightNonReentrantRWLock.cpp.o [2024-01-03T18:05:40.371Z] [ 37%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRELFRelocationResolver.cpp.o [2024-01-03T18:05:40.371Z] [ 37%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/VerboseLog.cpp.o [2024-01-03T18:05:40.371Z] [ 37%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MarkedObjectPopulator.cpp.o [2024-01-03T18:05:40.371Z] [ 37%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/compile/OSRData.cpp.o [2024-01-03T18:05:40.371Z] [ 37%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/FEBase.cpp.o [2024-01-03T18:05:40.371Z] [ 37%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/JitConfig.cpp.o [2024-01-03T18:05:40.371Z] [ 37%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MarkingScheme.cpp.o [2024-01-03T18:05:41.472Z] [ 37%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MarkMap.cpp.o [2024-01-03T18:05:41.472Z] [ 37%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MarkMapSegmentChunkIterator.cpp.o [2024-01-03T18:05:42.592Z] [ 37%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MainGCThread.cpp.o [2024-01-03T18:05:42.592Z] [ 37%] Building CXX object gc/CMakeFiles/omrgc.dir/base/Math.cpp.o [2024-01-03T18:05:42.592Z] [ 37%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemoryManager.cpp.o [2024-01-03T18:05:42.592Z] [ 37%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/compile/OMRMethod.cpp.o [2024-01-03T18:05:42.592Z] [ 38%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemoryPool.cpp.o [2024-01-03T18:05:43.796Z] [ 38%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/OMRIO.cpp.o [2024-01-03T18:05:43.796Z] [ 38%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/OMRKnownObjectTable.cpp.o [2024-01-03T18:05:43.796Z] [ 38%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemoryPoolAddressOrderedList.cpp.o [2024-01-03T18:05:44.972Z] [ 38%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemoryPoolAddressOrderedListBase.cpp.o [2024-01-03T18:05:44.972Z] [ 38%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemoryPoolBumpPointer.cpp.o [2024-01-03T18:05:44.972Z] [ 38%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/compile/ResolvedMethod.cpp.o [2024-01-03T18:05:44.972Z] [ 38%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemoryPoolLargeObjects.cpp.o [2024-01-03T18:05:46.159Z] [ 38%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemoryPoolSplitAddressOrderedList.cpp.o [2024-01-03T18:05:46.159Z] [ 38%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/Globals.cpp.o [2024-01-03T18:05:46.159Z] [ 38%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemoryPoolSplitAddressOrderedListBase.cpp.o [2024-01-03T18:05:46.159Z] [ 38%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemorySpace.cpp.o [2024-01-03T18:05:47.218Z] [ 38%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/compile/VirtualGuard.cpp.o [2024-01-03T18:05:47.218Z] [ 38%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/OMRCompilerEnv.cpp.o [2024-01-03T18:05:47.218Z] [ 38%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemorySubSpace.cpp.o [2024-01-03T18:05:48.330Z] [ 38%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/PersistentAllocator.cpp.o [2024-01-03T18:05:48.330Z] [ 38%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemorySubSpaceChildIterator.cpp.o [2024-01-03T18:05:48.330Z] [ 38%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemorySubSpaceFlat.cpp.o [2024-01-03T18:05:48.330Z] [ 38%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRSymbol.cpp.o [2024-01-03T18:05:48.330Z] [ 38%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemorySubSpaceGeneric.cpp.o [2024-01-03T18:05:48.330Z] [ 39%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemorySubSpacePoolIterator.cpp.o [2024-01-03T18:05:49.631Z] [ 39%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/compile/OMRSymbolReferenceTable.cpp.o [2024-01-03T18:05:49.631Z] [ 39%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemorySubSpaceRegionIterator.cpp.o [2024-01-03T18:05:49.631Z] [ 39%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemorySubSpaceUniSpace.cpp.o [2024-01-03T18:05:49.631Z] [ 39%] Building CXX object gc/CMakeFiles/omrgc.dir/base/ModronAssertions.cpp.o [2024-01-03T18:05:50.792Z] [ 39%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/compile/OMRAliasBuilder.cpp.o [2024-01-03T18:05:50.792Z] [ 39%] Building CXX object gc/CMakeFiles/omrgc.dir/base/NUMAManager.cpp.o [2024-01-03T18:05:50.792Z] [ 39%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRAutomaticSymbol.cpp.o [2024-01-03T18:05:50.792Z] [ 39%] Building CXX object gc/CMakeFiles/omrgc.dir/base/NonVirtualMemory.cpp.o [2024-01-03T18:05:50.792Z] [ 39%] Building CXX object gc/CMakeFiles/omrgc.dir/base/OMRVMInterface.cpp.o [2024-01-03T18:05:51.969Z] [ 39%] Building CXX object gc/CMakeFiles/omrgc.dir/base/OMRVMThreadInterface.cpp.o [2024-01-03T18:05:51.969Z] [ 39%] Building CXX object gc/CMakeFiles/omrgc.dir/base/ObjectAllocationInterface.cpp.o [2024-01-03T18:05:53.245Z] [ 39%] Building CXX object gc/CMakeFiles/omrgc.dir/base/ObjectHeapBufferedIterator.cpp.o [2024-01-03T18:05:53.245Z] [ 40%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/compile/OMRCompilation.cpp.o [2024-01-03T18:05:53.246Z] [ 40%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/compile/TLSCompilationManager.cpp.o [2024-01-03T18:05:53.246Z] [ 40%] Building CXX object gc/CMakeFiles/omrgc.dir/base/ObjectHeapIteratorAddressOrderedList.cpp.o [2024-01-03T18:05:53.246Z] [ 41%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRLabelSymbol.cpp.o [2024-01-03T18:05:54.426Z] [ 41%] Building CXX object gc/CMakeFiles/omrgc.dir/base/Packet.cpp.o [2024-01-03T18:05:54.426Z] [ 41%] Building CXX object gc/CMakeFiles/omrgc.dir/base/PacketList.cpp.o [2024-01-03T18:05:54.426Z] [ 42%] Building CXX object gc/CMakeFiles/omrgc.dir/base/ParallelDispatcher.cpp.o [2024-01-03T18:05:55.600Z] [ 42%] Building CXX object gc/CMakeFiles/omrgc.dir/base/ParallelHeapWalker.cpp.o [2024-01-03T18:05:55.600Z] [ 42%] Building CXX object gc/CMakeFiles/omrgc.dir/base/ParallelObjectHeapIterator.cpp.o [2024-01-03T18:05:56.731Z] [ 42%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/control/OMROptions.cpp.o [2024-01-03T18:05:56.731Z] [ 42%] Building CXX object gc/CMakeFiles/omrgc.dir/base/ParallelMarkTask.cpp.o [2024-01-03T18:05:56.731Z] [ 42%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRMethodSymbol.cpp.o [2024-01-03T18:05:56.731Z] [ 42%] Building CXX object gc/CMakeFiles/omrgc.dir/base/ParallelTask.cpp.o [2024-01-03T18:05:57.962Z] [ 42%] Building CXX object gc/CMakeFiles/omrgc.dir/base/PhysicalArena.cpp.o [2024-01-03T18:05:57.962Z] [ 42%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRParameterSymbol.cpp.o [2024-01-03T18:05:57.962Z] [ 42%] Building CXX object gc/CMakeFiles/omrgc.dir/base/PhysicalArenaRegionBased.cpp.o [2024-01-03T18:05:57.962Z] [ 42%] Building CXX object gc/CMakeFiles/omrgc.dir/base/PhysicalArenaVirtualMemory.cpp.o [2024-01-03T18:05:57.962Z] [ 42%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRRegisterMappedSymbol.cpp.o [2024-01-03T18:05:59.142Z] [ 42%] Building CXX object gc/CMakeFiles/omrgc.dir/base/PhysicalSubArena.cpp.o [2024-01-03T18:05:59.142Z] [ 42%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/control/OptimizationPlan.cpp.o [2024-01-03T18:05:59.142Z] [ 42%] Building CXX object gc/CMakeFiles/omrgc.dir/base/PhysicalSubArenaRegionBased.cpp.o [2024-01-03T18:06:00.426Z] [ 42%] Building CXX object gc/CMakeFiles/omrgc.dir/base/PhysicalSubArenaVirtualMemory.cpp.o [2024-01-03T18:06:00.426Z] [ 42%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/control/OMRRecompilation.cpp.o [2024-01-03T18:06:00.426Z] [ 42%] Building CXX object gc/CMakeFiles/omrgc.dir/base/PhysicalSubArenaVirtualMemoryFlat.cpp.o [2024-01-03T18:06:00.426Z] [ 42%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/control/OMRCompilationStrategy.cpp.o [2024-01-03T18:06:01.607Z] [ 42%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRResolvedMethodSymbol.cpp.o [2024-01-03T18:06:01.607Z] [ 43%] Building CXX object gc/CMakeFiles/omrgc.dir/base/ReferenceChainWalkerMarkMap.cpp.o [2024-01-03T18:06:01.607Z] [ 43%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/control/CompilationController.cpp.o [2024-01-03T18:06:01.607Z] [ 43%] Building CXX object gc/CMakeFiles/omrgc.dir/base/RegionPool.cpp.o [2024-01-03T18:06:01.607Z] [ 43%] Building CXX object gc/CMakeFiles/omrgc.dir/base/RegionPoolGeneric.cpp.o [2024-01-03T18:06:02.862Z] [ 43%] Building CXX object gc/CMakeFiles/omrgc.dir/base/SparseAddressOrderedFixedSizeDataPool.cpp.o [2024-01-03T18:06:02.862Z] [ 43%] Building CXX object gc/CMakeFiles/omrgc.dir/base/SparseVirtualMemory.cpp.o [2024-01-03T18:06:02.862Z] [ 43%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/control/CompileMethod.cpp.o [2024-01-03T18:06:04.024Z] [ 43%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/ExceptionTable.cpp.o [2024-01-03T18:06:04.024Z] [ 43%] Building CXX object gc/CMakeFiles/omrgc.dir/base/StartupManager.cpp.o [2024-01-03T18:06:04.024Z] [ 43%] Building CXX object gc/CMakeFiles/omrgc.dir/base/SweepHeapSectioning.cpp.o [2024-01-03T18:06:05.218Z] [ 43%] Building CXX object gc/CMakeFiles/omrgc.dir/base/SweepPoolManager.cpp.o [2024-01-03T18:06:05.218Z] [ 43%] Building CXX object gc/CMakeFiles/omrgc.dir/base/SweepPoolManagerAddressOrderedList.cpp.o [2024-01-03T18:06:05.218Z] [ 43%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRStaticSymbol.cpp.o [2024-01-03T18:06:06.480Z] [ 43%] Building CXX object gc/CMakeFiles/omrgc.dir/base/SweepPoolManagerAddressOrderedListBase.cpp.o [2024-01-03T18:06:06.480Z] [ 43%] Building CXX object gc/CMakeFiles/omrgc.dir/base/SweepPoolManagerHybrid.cpp.o [2024-01-03T18:06:06.480Z] [ 43%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/Aliases.cpp.o [2024-01-03T18:06:06.480Z] [ 43%] Building CXX object gc/CMakeFiles/omrgc.dir/base/SweepPoolManagerSplitAddressOrderedList.cpp.o [2024-01-03T18:06:06.480Z] [ 43%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/FrontEnd.cpp.o [2024-01-03T18:06:06.480Z] [ 44%] Building CXX object gc/CMakeFiles/omrgc.dir/base/SweepPoolState.cpp.o [2024-01-03T18:06:07.537Z] [ 44%] Building CXX object gc/CMakeFiles/omrgc.dir/base/TLHAllocationInterface.cpp.o [2024-01-03T18:06:07.537Z] [ 44%] Building CXX object gc/CMakeFiles/omrgc.dir/base/TLHAllocationSupport.cpp.o [2024-01-03T18:06:07.537Z] [ 44%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/OMRCPU.cpp.o [2024-01-03T18:06:07.537Z] [ 44%] Building CXX object gc/CMakeFiles/omrgc.dir/base/Task.cpp.o [2024-01-03T18:06:08.675Z] [ 44%] Building CXX object gc/CMakeFiles/omrgc.dir/base/VirtualMemory.cpp.o [2024-01-03T18:06:08.675Z] [ 44%] Building CXX object gc/CMakeFiles/omrgc.dir/base/WorkPacketOverflow.cpp.o [2024-01-03T18:06:08.675Z] [ 44%] Building CXX object gc/CMakeFiles/omrgc.dir/base/WorkPackets.cpp.o [2024-01-03T18:06:08.675Z] [ 44%] Building CXX object gc/CMakeFiles/omrgc.dir/base/WorkStack.cpp.o [2024-01-03T18:06:08.675Z] [ 44%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/OMRObjectModel.cpp.o [2024-01-03T18:06:09.811Z] [ 44%] Building CXX object gc/CMakeFiles/omrgc.dir/base/gcspinlock.cpp.o [2024-01-03T18:06:09.811Z] [ 44%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRBlock.cpp.o [2024-01-03T18:06:09.811Z] [ 44%] Building CXX object gc/CMakeFiles/omrgc.dir/base/gcutils.cpp.o [2024-01-03T18:06:09.811Z] [ 44%] Building CXX object gc/CMakeFiles/omrgc.dir/base/modronapicore.cpp.o [2024-01-03T18:06:10.987Z] [ 44%] Building CXX object gc/CMakeFiles/omrgc.dir/startup/mminitcore.cpp.o [2024-01-03T18:06:10.987Z] [ 45%] Building CXX object gc/CMakeFiles/omrgc.dir/startup/omrgcalloc.cpp.o [2024-01-03T18:06:10.987Z] [ 45%] Building CXX object gc/CMakeFiles/omrgc.dir/startup/omrgcstartup.cpp.o [2024-01-03T18:06:10.987Z] [ 45%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRDataTypes.cpp.o [2024-01-03T18:06:12.201Z] [ 45%] Building CXX object gc/CMakeFiles/omrgc.dir/stats/AllocationStats.cpp.o [2024-01-03T18:06:12.201Z] [ 45%] Building CXX object gc/CMakeFiles/omrgc.dir/stats/CardCleaningStats.cpp.o [2024-01-03T18:06:12.201Z] [ 45%] Building CXX object gc/CMakeFiles/omrgc.dir/stats/ClassUnloadStats.cpp.o [2024-01-03T18:06:12.201Z] [ 45%] Building CXX object gc/CMakeFiles/omrgc.dir/stats/FreeEntrySizeClassStats.cpp.o [2024-01-03T18:06:12.201Z] [ 46%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/OMRArithEnv.cpp.o [2024-01-03T18:06:13.280Z] [ 46%] Building CXX object gc/CMakeFiles/omrgc.dir/stats/HeapResizeStats.cpp.o [2024-01-03T18:06:13.280Z] [ 46%] Building CXX object gc/CMakeFiles/omrgc.dir/stats/LargeObjectAllocateStats.cpp.o [2024-01-03T18:06:13.280Z] [ 46%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/OMRClassEnv.cpp.o [2024-01-03T18:06:13.280Z] [ 46%] Building CXX object gc/CMakeFiles/omrgc.dir/stats/MarkStats.cpp.o [2024-01-03T18:06:14.378Z] [ 46%] Building CXX object gc/CMakeFiles/omrgc.dir/stats/MetronomeStats.cpp.o [2024-01-03T18:06:14.378Z] [ 46%] Building CXX object gc/CMakeFiles/omrgc.dir/stats/RootScannerStats.cpp.o [2024-01-03T18:06:14.378Z] [ 46%] Building CXX object gc/CMakeFiles/omrgc.dir/stats/ScavengerStats.cpp.o [2024-01-03T18:06:14.378Z] [ 46%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRIL.cpp.o [2024-01-03T18:06:14.378Z] [ 46%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRILOps.cpp.o [2024-01-03T18:06:14.378Z] [ 47%] Building CXX object gc/CMakeFiles/omrgc.dir/stats/SweepStats.cpp.o [2024-01-03T18:06:14.378Z] [ 47%] Building CXX object gc/CMakeFiles/omrgc.dir/structs/ForwardedHeader.cpp.o [2024-01-03T18:06:15.578Z] [ 47%] Building CXX object gc/CMakeFiles/omrgc.dir/structs/HashTableIterator.cpp.o [2024-01-03T18:06:15.578Z] [ 47%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRNode.cpp.o [2024-01-03T18:06:15.578Z] [ 47%] Building CXX object gc/CMakeFiles/omrgc.dir/structs/OMRVMThreadListIterator.cpp.o [2024-01-03T18:06:15.578Z] [ 47%] Building CXX object gc/CMakeFiles/omrgc.dir/structs/PoolIterator.cpp.o [2024-01-03T18:06:15.578Z] [ 47%] Building CXX object gc/CMakeFiles/omrgc.dir/structs/SublistFragment.cpp.o [2024-01-03T18:06:15.578Z] [ 47%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/OMRDebugEnv.cpp.o [2024-01-03T18:06:15.578Z] [ 47%] Building CXX object gc/CMakeFiles/omrgc.dir/structs/SublistIterator.cpp.o [2024-01-03T18:06:16.729Z] [ 47%] Building CXX object gc/CMakeFiles/omrgc.dir/structs/SublistPool.cpp.o [2024-01-03T18:06:16.729Z] [ 47%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/OMRVMEnv.cpp.o [2024-01-03T18:06:16.729Z] [ 47%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/OMRVMMethodEnv.cpp.o [2024-01-03T18:06:16.729Z] [ 47%] Building CXX object gc/CMakeFiles/omrgc.dir/structs/SublistPuddle.cpp.o [2024-01-03T18:06:16.729Z] [ 47%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/SegmentAllocator.cpp.o [2024-01-03T18:06:16.729Z] [ 47%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRSymbolReference.cpp.o [2024-01-03T18:06:16.729Z] [ 47%] Building CXX object gc/CMakeFiles/omrgc.dir/structs/SublistSlotIterator.cpp.o [2024-01-03T18:06:17.736Z] [ 47%] Building CXX object gc/CMakeFiles/omrgc.dir/verbose/VerboseBuffer.cpp.o [2024-01-03T18:06:17.736Z] [ 47%] Building CXX object gc/CMakeFiles/omrgc.dir/verbose/VerboseHandlerOutput.cpp.o [2024-01-03T18:06:18.816Z] [ 47%] Building CXX object gc/CMakeFiles/omrgc.dir/verbose/VerboseManager.cpp.o [2024-01-03T18:06:19.885Z] [ 48%] Building CXX object gc/CMakeFiles/omrgc.dir/verbose/VerboseWriter.cpp.o [2024-01-03T18:06:19.885Z] [ 49%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/SegmentProvider.cpp.o [2024-01-03T18:06:19.885Z] [ 49%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRTreeTop.cpp.o [2024-01-03T18:06:19.885Z] [ 49%] Building CXX object gc/CMakeFiles/omrgc.dir/verbose/VerboseWriterChain.cpp.o [2024-01-03T18:06:19.885Z] [ 49%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/SystemSegmentProvider.cpp.o [2024-01-03T18:06:19.885Z] [ 49%] Building CXX object gc/CMakeFiles/omrgc.dir/verbose/VerboseWriterFileLogging.cpp.o [2024-01-03T18:06:20.989Z] [ 49%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/DebugSegmentProvider.cpp.o [2024-01-03T18:06:20.990Z] [ 49%] Building CXX object gc/CMakeFiles/omrgc.dir/verbose/VerboseWriterFileLoggingBuffered.cpp.o [2024-01-03T18:06:20.990Z] [ 49%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/NodePool.cpp.o [2024-01-03T18:06:20.990Z] [ 49%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/Region.cpp.o [2024-01-03T18:06:20.990Z] [ 49%] Building CXX object gc/CMakeFiles/omrgc.dir/verbose/VerboseWriterFileLoggingSynchronous.cpp.o [2024-01-03T18:06:22.168Z] [ 49%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/StackMemoryRegion.cpp.o [2024-01-03T18:06:22.168Z] [ 49%] Building CXX object gc/CMakeFiles/omrgc.dir/verbose/VerboseWriterHook.cpp.o [2024-01-03T18:06:22.168Z] [ 49%] Building CXX object gc/CMakeFiles/omrgc.dir/verbose/VerboseWriterStreamOutput.cpp.o [2024-01-03T18:06:22.168Z] [ 49%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/OMRPersistentInfo.cpp.o [2024-01-03T18:06:22.168Z] [ 50%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/TRMemory.cpp.o [2024-01-03T18:06:23.283Z] [ 50%] Building CXX object gc/CMakeFiles/omrgc.dir/verbose/handler_standard/VerboseHandlerOutputStandard.cpp.o [2024-01-03T18:06:23.283Z] [ 50%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/NodeUtils.cpp.o [2024-01-03T18:06:23.283Z] [ 50%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConfigurationFlat.cpp.o [2024-01-03T18:06:24.499Z] [ 50%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/IlGenRequest.cpp.o [2024-01-03T18:06:24.499Z] [ 50%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConfigurationStandard.cpp.o [2024-01-03T18:06:25.674Z] [ 50%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/CopyScanCacheChunk.cpp.o [2024-01-03T18:06:25.674Z] [ 50%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/TRPersistentMemory.cpp.o [2024-01-03T18:06:25.674Z] [ 50%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/VerboseLog.cpp.o [2024-01-03T18:06:25.674Z] [ 50%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/FEBase.cpp.o [2024-01-03T18:06:25.674Z] [ 50%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/CopyScanCacheChunkInHeap.cpp.o [2024-01-03T18:06:25.674Z] [ 50%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/IlInjector.cpp.o [2024-01-03T18:06:25.674Z] [ 51%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/EnvironmentStandard.cpp.o [2024-01-03T18:06:26.837Z] [ 51%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/HeapMemoryPoolIterator.cpp.o [2024-01-03T18:06:26.837Z] [ 51%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/HeapRegionDescriptorStandard.cpp.o [2024-01-03T18:06:26.837Z] [ 51%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/JitConfig.cpp.o [2024-01-03T18:06:27.942Z] [ 51%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/HeapRegionManagerStandard.cpp.o [2024-01-03T18:06:27.942Z] [ 51%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/HeapWalker.cpp.o [2024-01-03T18:06:27.942Z] [ 51%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/OMRIO.cpp.o [2024-01-03T18:06:29.093Z] [ 51%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/OMRKnownObjectTable.cpp.o [2024-01-03T18:06:29.093Z] [ 51%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRBytecodeBuilder.cpp.o [2024-01-03T18:06:29.093Z] [ 51%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/OverflowStandard.cpp.o [2024-01-03T18:06:29.093Z] [ 51%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ParallelGlobalGC.cpp.o [2024-01-03T18:06:29.093Z] [ 51%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRIlBuilder.cpp.o [2024-01-03T18:06:30.167Z] [ 51%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ParallelSweepScheme.cpp.o [2024-01-03T18:06:31.267Z] [ 51%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/Globals.cpp.o [2024-01-03T18:06:31.267Z] [ 51%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/SweepHeapSectioningSegmented.cpp.o [2024-01-03T18:06:32.347Z] [ 51%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/WorkPacketsStandard.cpp.o [2024-01-03T18:06:32.347Z] [ 51%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/OMRCompilerEnv.cpp.o [2024-01-03T18:06:32.347Z] [ 51%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/PersistentAllocator.cpp.o [2024-01-03T18:06:32.347Z] [ 51%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRSymbol.cpp.o [2024-01-03T18:06:32.347Z] [ 51%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentCardTable.cpp.o [2024-01-03T18:06:32.347Z] [ 51%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRAutomaticSymbol.cpp.o [2024-01-03T18:06:33.474Z] [ 51%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentCardTableForWC.cpp.o [2024-01-03T18:06:33.474Z] [ 52%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentClearNewMarkBitsTask.cpp.o [2024-01-03T18:06:33.474Z] [ 52%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentCompleteTracingTask.cpp.o [2024-01-03T18:06:34.587Z] [ 52%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRIlType.cpp.o [2024-01-03T18:06:34.587Z] [ 52%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentFinalCleanCardsTask.cpp.o [2024-01-03T18:06:34.587Z] [ 53%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRLabelSymbol.cpp.o [2024-01-03T18:06:35.737Z] [ 53%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentGC.cpp.o [2024-01-03T18:06:35.737Z] [ 53%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRMethodSymbol.cpp.o [2024-01-03T18:06:36.942Z] [ 53%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRParameterSymbol.cpp.o [2024-01-03T18:06:36.942Z] [ 53%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentGCIncrementalUpdate.cpp.o [2024-01-03T18:06:36.942Z] [ 53%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRRegisterMappedSymbol.cpp.o [2024-01-03T18:06:36.942Z] [ 53%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRIlValue.cpp.o [2024-01-03T18:06:38.092Z] [ 53%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentGCSATB.cpp.o [2024-01-03T18:06:38.092Z] [ 53%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentOverflow.cpp.o [2024-01-03T18:06:38.092Z] [ 53%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRResolvedMethodSymbol.cpp.o [2024-01-03T18:06:38.092Z] [ 53%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentPrepareCardTableTask.cpp.o [2024-01-03T18:06:39.292Z] [ 53%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentSafepointCallback.cpp.o [2024-01-03T18:06:39.292Z] [ 53%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/RememberedSetSATB.cpp.o [2024-01-03T18:06:39.292Z] [ 53%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/WorkPacketsConcurrent.cpp.o [2024-01-03T18:06:39.292Z] [ 53%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/WorkPacketsSATB.cpp.o [2024-01-03T18:06:39.292Z] [ 54%] Building CXX object gc/CMakeFiles/omrgc.dir/stats/ConcurrentGCStats.cpp.o [2024-01-03T18:06:40.446Z] [ 54%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRStaticSymbol.cpp.o [2024-01-03T18:06:40.446Z] [ 54%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentScanRememberedSetTask.cpp.o [2024-01-03T18:06:40.446Z] [ 54%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRJitBuilderRecorder.cpp.o [2024-01-03T18:06:40.446Z] [ 54%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/Aliases.cpp.o [2024-01-03T18:06:40.446Z] [ 54%] Building CXX object gc/CMakeFiles/omrgc.dir/base/HeapSplit.cpp.o [2024-01-03T18:06:41.616Z] [ 54%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemorySubSpaceGenerational.cpp.o [2024-01-03T18:06:41.616Z] [ 54%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRJitBuilderRecorderBinaryBuffer.cpp.o [2024-01-03T18:06:41.616Z] [ 54%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemorySubSpaceSemiSpace.cpp.o [2024-01-03T18:06:42.695Z] [ 54%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConfigurationGenerational.cpp.o [2024-01-03T18:06:42.695Z] [ 54%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRBlock.cpp.o [2024-01-03T18:06:42.695Z] [ 54%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRJitBuilderRecorderBinaryFile.cpp.o [2024-01-03T18:06:43.901Z] [ 54%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/CopyScanCacheList.cpp.o [2024-01-03T18:06:43.901Z] [ 55%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRJitBuilderRecorderTextFile.cpp.o [2024-01-03T18:06:43.901Z] [ 55%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ParallelScavengeTask.cpp.o [2024-01-03T18:06:45.080Z] [ 55%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRDataTypes.cpp.o [2024-01-03T18:06:45.080Z] [ 55%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/PhysicalSubArenaVirtualMemorySemiSpace.cpp.o [2024-01-03T18:06:45.080Z] [ 55%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRMethodBuilder.cpp.o [2024-01-03T18:06:46.321Z] [ 55%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/RSOverflow.cpp.o [2024-01-03T18:06:46.321Z] [ 55%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/Scavenger.cpp.o [2024-01-03T18:06:47.404Z] [ 55%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRIL.cpp.o [2024-01-03T18:06:48.606Z] [ 55%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRILOps.cpp.o [2024-01-03T18:06:48.607Z] [ 55%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRThunkBuilder.cpp.o [2024-01-03T18:06:48.607Z] [ 55%] Building CXX object gc/CMakeFiles/omrgc.dir/stats/ScavengerCopyScanRatio.cpp.o [2024-01-03T18:06:49.761Z] [ 56%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/AllocationContextSegregated.cpp.o [2024-01-03T18:06:49.761Z] [ 56%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/ConfigurationSegregated.cpp.o [2024-01-03T18:06:49.761Z] [ 56%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRNode.cpp.o [2024-01-03T18:06:50.929Z] [ 56%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRTypeDictionary.cpp.o [2024-01-03T18:06:50.929Z] [ 56%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/GlobalAllocationManagerSegregated.cpp.o [2024-01-03T18:06:50.929Z] [ 56%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/HeapRegionDescriptorSegregated.cpp.o [2024-01-03T18:06:50.929Z] [ 56%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRVirtualMachineOperandArray.cpp.o [2024-01-03T18:06:52.139Z] [ 56%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/LockingFreeHeapRegionList.cpp.o [2024-01-03T18:06:52.139Z] [ 56%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/LockingHeapRegionQueue.cpp.o [2024-01-03T18:06:53.217Z] [ 56%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/MemoryPoolAggregatedCellList.cpp.o [2024-01-03T18:06:53.217Z] [ 56%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/MemoryPoolSegregated.cpp.o [2024-01-03T18:06:54.395Z] [ 56%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRVirtualMachineOperandStack.cpp.o [2024-01-03T18:06:54.395Z] [ 56%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/MemorySubSpaceSegregated.cpp.o [2024-01-03T18:06:54.395Z] [ 56%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRVirtualMachineRegister.cpp.o [2024-01-03T18:06:55.572Z] [ 56%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/ObjectHeapIteratorSegregated.cpp.o [2024-01-03T18:06:55.572Z] [ 56%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/OverflowSegregated.cpp.o [2024-01-03T18:06:55.572Z] [ 56%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRSymbolReference.cpp.o [2024-01-03T18:06:56.749Z] [ 56%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/RegionPoolSegregated.cpp.o [2024-01-03T18:06:56.749Z] [ 56%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/SegregatedAllocationInterface.cpp.o [2024-01-03T18:06:56.749Z] [ 56%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRVirtualMachineRegisterInStruct.cpp.o [2024-01-03T18:06:58.034Z] [ 56%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRVirtualMachineState.cpp.o [2024-01-03T18:06:58.034Z] [ 57%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/SegregatedAllocationTracker.cpp.o [2024-01-03T18:06:58.034Z] [ 57%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/SegregatedGC.cpp.o [2024-01-03T18:06:58.034Z] [ 58%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRTreeTop.cpp.o [2024-01-03T18:06:59.211Z] [ 58%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/SegregatedListPopulator.cpp.o [2024-01-03T18:06:59.211Z] [ 58%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/SegregatedMarkingScheme.cpp.o [2024-01-03T18:07:00.389Z] [ 58%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/SegregatedSweepTask.cpp.o [2024-01-03T18:07:00.389Z] [ 58%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/Assert.cpp.o [2024-01-03T18:07:00.389Z] [ 58%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/BitVector.cpp.o [2024-01-03T18:07:00.389Z] [ 58%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/SizeClasses.cpp.o [2024-01-03T18:07:00.389Z] [ 58%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/SweepSchemeSegregated.cpp.o [2024-01-03T18:07:01.524Z] [ 58%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/WorkPacketsSegregated.cpp.o [2024-01-03T18:07:01.524Z] [ 58%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/NodePool.cpp.o [2024-01-03T18:07:02.610Z] [ 58%] Building CXX object gc/CMakeFiles/omrgc.dir/base/vlhgc/HeapRegionStateTable.cpp.o [2024-01-03T18:07:02.610Z] [ 58%] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/CollectorLanguageInterfaceImpl.cpp.o [2024-01-03T18:07:02.611Z] [ 58%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/NodeUtils.cpp.o [2024-01-03T18:07:02.611Z] [ 58%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/Checklist.cpp.o [2024-01-03T18:07:02.611Z] [ 58%] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/CompactSchemeFixupObject.cpp.o [2024-01-03T18:07:03.887Z] [ 58%] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/ConcurrentMarkingDelegate.cpp.o [2024-01-03T18:07:03.887Z] [ 59%] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/EnvironmentDelegate.cpp.o [2024-01-03T18:07:04.992Z] [ 59%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/IlGenRequest.cpp.o [2024-01-03T18:07:04.992Z] [ 59%] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/FrequentObjectsStats.cpp.o [2024-01-03T18:07:04.992Z] [ 59%] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/GlobalCollectorDelegate.cpp.o [2024-01-03T18:07:04.992Z] [ 60%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/HashTab.cpp.o [2024-01-03T18:07:04.992Z] [ 60%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/IlInjector.cpp.o [2024-01-03T18:07:04.992Z] [ 60%] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/MarkingDelegate.cpp.o [2024-01-03T18:07:06.332Z] [ 60%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRBytecodeBuilder.cpp.o [2024-01-03T18:07:06.332Z] [ 60%] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/ObjectIterator.cpp.o [2024-01-03T18:07:06.332Z] [ 60%] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/ObjectModelDelegate.cpp.o [2024-01-03T18:07:07.562Z] [ 60%] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/StartupManagerImpl.cpp.o [2024-01-03T18:07:07.562Z] [ 60%] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/VerboseManagerImpl.cpp.o [2024-01-03T18:07:07.562Z] [ 60%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/IGBase.cpp.o [2024-01-03T18:07:08.911Z] [ 60%] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/ScavengerDelegate.cpp.o [2024-01-03T18:07:08.911Z] [ 60%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/IGNode.cpp.o [2024-01-03T18:07:08.911Z] [ 60%] Linking CXX static library libomrgc.a [2024-01-03T18:07:08.911Z] [ 60%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/ILWalk.cpp.o [2024-01-03T18:07:08.911Z] [ 60%] Built target omrgc [2024-01-03T18:07:08.911Z] [ 60%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRIlBuilder.cpp.o [2024-01-03T18:07:08.911Z] [ 60%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRIlType.cpp.o [2024-01-03T18:07:11.393Z] [ 60%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRIlValue.cpp.o [2024-01-03T18:07:11.393Z] [ 60%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/InterferenceGraph.cpp.o [2024-01-03T18:07:12.581Z] [ 60%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRJitBuilderRecorder.cpp.o [2024-01-03T18:07:13.837Z] [ 60%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRJitBuilderRecorderBinaryBuffer.cpp.o [2024-01-03T18:07:13.837Z] [ 60%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRJitBuilderRecorderBinaryFile.cpp.o [2024-01-03T18:07:13.837Z] [ 61%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRJitBuilderRecorderTextFile.cpp.o [2024-01-03T18:07:15.049Z] [ 61%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRMethodBuilder.cpp.o [2024-01-03T18:07:15.049Z] [ 61%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/OMRMonitor.cpp.o [2024-01-03T18:07:15.049Z] [ 61%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRThunkBuilder.cpp.o [2024-01-03T18:07:15.049Z] [ 61%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRTypeDictionary.cpp.o [2024-01-03T18:07:16.127Z] [ 61%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/OMRMonitorTable.cpp.o [2024-01-03T18:07:16.127Z] [ 61%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/Random.cpp.o [2024-01-03T18:07:18.589Z] [ 61%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRVirtualMachineOperandArray.cpp.o [2024-01-03T18:07:18.589Z] [ 61%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/SimpleRegex.cpp.o [2024-01-03T18:07:19.845Z] [ 61%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRVirtualMachineOperandStack.cpp.o [2024-01-03T18:07:19.845Z] [ 61%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRVirtualMachineRegister.cpp.o [2024-01-03T18:07:21.052Z] [ 61%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/String.cpp.o [2024-01-03T18:07:22.393Z] [ 61%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRVirtualMachineRegisterInStruct.cpp.o [2024-01-03T18:07:22.393Z] [ 61%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRVirtualMachineState.cpp.o [2024-01-03T18:07:22.393Z] [ 61%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/STLUtils.cpp.o [2024-01-03T18:07:23.577Z] [ 61%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/Timer.cpp.o [2024-01-03T18:07:23.577Z] [ 61%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/Assert.cpp.o [2024-01-03T18:07:24.755Z] [ 61%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/BitVector.cpp.o [2024-01-03T18:07:25.839Z] [ 62%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/TreeServices.cpp.o [2024-01-03T18:07:25.839Z] [ 62%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/Checklist.cpp.o [2024-01-03T18:07:25.839Z] [ 63%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/HashTab.cpp.o [2024-01-03T18:07:28.116Z] [ 63%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/IGBase.cpp.o [2024-01-03T18:07:28.116Z] [ 63%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/IGNode.cpp.o [2024-01-03T18:07:28.116Z] [ 63%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/ILWalk.cpp.o [2024-01-03T18:07:28.116Z] [ 63%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/OMRCfg.cpp.o [2024-01-03T18:07:29.294Z] [ 63%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/InterferenceGraph.cpp.o [2024-01-03T18:07:31.482Z] [ 63%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/OMRMonitor.cpp.o [2024-01-03T18:07:31.482Z] [ 63%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/OMRMonitorTable.cpp.o [2024-01-03T18:07:31.482Z] [ 63%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/Random.cpp.o [2024-01-03T18:07:31.482Z] [ 63%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/SimpleRegex.cpp.o [2024-01-03T18:07:31.482Z] [ 63%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/String.cpp.o [2024-01-03T18:07:32.649Z] [ 63%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/AsyncCheckInsertion.cpp.o [2024-01-03T18:07:32.649Z] [ 63%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/STLUtils.cpp.o [2024-01-03T18:07:32.649Z] [ 63%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/Timer.cpp.o [2024-01-03T18:07:33.791Z] [ 64%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/TreeServices.cpp.o [2024-01-03T18:07:33.791Z] [ 64%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/OMRCfg.cpp.o [2024-01-03T18:07:36.145Z] [ 64%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/AsyncCheckInsertion.cpp.o [2024-01-03T18:07:36.145Z] [ 64%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/BackwardBitVectorAnalysis.cpp.o [2024-01-03T18:07:37.268Z] [ 64%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/BackwardBitVectorAnalysis.cpp.o [2024-01-03T18:07:38.461Z] [ 64%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/BackwardIntersectionBitVectorAnalysis.cpp.o [2024-01-03T18:07:38.461Z] [ 64%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/BackwardUnionBitVectorAnalysis.cpp.o [2024-01-03T18:07:39.534Z] [ 64%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/BackwardIntersectionBitVectorAnalysis.cpp.o [2024-01-03T18:07:40.697Z] [ 64%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/BitVectorAnalysis.cpp.o [2024-01-03T18:07:41.820Z] [ 64%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/CatchBlockRemover.cpp.o [2024-01-03T18:07:41.820Z] [ 64%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OMRCFGSimplifier.cpp.o [2024-01-03T18:07:42.998Z] [ 64%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/BackwardUnionBitVectorAnalysis.cpp.o [2024-01-03T18:07:44.254Z] [ 64%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/CompactLocals.cpp.o [2024-01-03T18:07:45.355Z] [ 64%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/CopyPropagation.cpp.o [2024-01-03T18:07:45.355Z] [ 64%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/DataFlowAnalysis.cpp.o [2024-01-03T18:07:46.426Z] [ 64%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/BitVectorAnalysis.cpp.o [2024-01-03T18:07:48.845Z] [ 64%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/DeadStoreElimination.cpp.o [2024-01-03T18:07:48.845Z] [ 65%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/DeadTreesElimination.cpp.o [2024-01-03T18:07:49.921Z] [ 65%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/DebuggingCounters.cpp.o [2024-01-03T18:07:51.094Z] [ 65%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/CatchBlockRemover.cpp.o [2024-01-03T18:07:51.094Z] [ 65%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/Delayedness.cpp.o [2024-01-03T18:07:53.440Z] [ 65%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/Dominators.cpp.o [2024-01-03T18:07:53.440Z] [ 65%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRCFGSimplifier.cpp.o [2024-01-03T18:07:53.440Z] [ 65%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/DominatorVerifier.cpp.o [2024-01-03T18:07:53.440Z] [ 65%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/DominatorsChk.cpp.o [2024-01-03T18:07:53.440Z] [ 65%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/Earliestness.cpp.o [2024-01-03T18:07:54.561Z] [ 65%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/ExpressionsSimplification.cpp.o [2024-01-03T18:07:56.900Z] [ 65%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/FieldPrivatizer.cpp.o [2024-01-03T18:07:56.900Z] [ 65%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/GeneralLoopUnroller.cpp.o [2024-01-03T18:07:58.099Z] [ 65%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/CompactLocals.cpp.o [2024-01-03T18:07:58.099Z] [ 65%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/GlobalAnticipatability.cpp.o [2024-01-03T18:08:01.764Z] [ 65%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/CopyPropagation.cpp.o [2024-01-03T18:08:01.764Z] Scanning dependencies of target omrvmstartup [2024-01-03T18:08:01.764Z] [ 65%] Building CXX object omr/startup/CMakeFiles/omrvmstartup.dir/omrvmstartup.cpp.o [2024-01-03T18:08:01.764Z] [ 65%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OMRGlobalRegister.cpp.o [2024-01-03T18:08:02.965Z] [ 65%] Building C object omr/startup/CMakeFiles/omrvmstartup.dir/omrrasinit.c.o [2024-01-03T18:08:02.965Z] [ 65%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/DataFlowAnalysis.cpp.o [2024-01-03T18:08:02.965Z] [ 65%] Building C object omr/startup/CMakeFiles/omrvmstartup.dir/omrtrcinit.c.o [2024-01-03T18:08:02.965Z] [ 65%] Linking CXX static library libomrvmstartup.a [2024-01-03T18:08:02.965Z] [ 65%] Built target omrvmstartup [2024-01-03T18:08:02.965Z] [ 66%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/DeadStoreElimination.cpp.o [2024-01-03T18:08:05.253Z] [ 66%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/DeadTreesElimination.cpp.o [2024-01-03T18:08:05.253Z] [ 67%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/GlobalRegisterAllocator.cpp.o [2024-01-03T18:08:06.348Z] [ 67%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/DebuggingCounters.cpp.o [2024-01-03T18:08:07.561Z] Scanning dependencies of target gcexample [2024-01-03T18:08:07.561Z] [ 67%] Building CXX object example/CMakeFiles/gcexample.dir/gcmain.cpp.o [2024-01-03T18:08:07.561Z] [ 67%] Building CXX object example/CMakeFiles/gcexample.dir/__/util/main_function/main_function.cpp.o [2024-01-03T18:08:07.561Z] [ 67%] Linking CXX executable gcexample [2024-01-03T18:08:08.774Z] [ 67%] Built target gcexample [2024-01-03T18:08:08.774Z] [ 67%] Generating hooksample_internal.h, hooksample.h [2024-01-03T18:08:08.774Z] Scanning dependencies of target TestTypeTraits [2024-01-03T18:08:08.774Z] [ 67%] Building CXX object fvtest/coretest/CMakeFiles/TestTypeTraits.dir/TestTypeTraits.cpp.o [2024-01-03T18:08:08.774Z] Scanning dependencies of target omralgotest [2024-01-03T18:08:08.774Z] [ 67%] Building CXX object fvtest/algotest/CMakeFiles/omralgotest.dir/algoTest.cpp.o [2024-01-03T18:08:09.858Z] [ 67%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/Delayedness.cpp.o [2024-01-03T18:08:10.913Z] [ 67%] Building CXX object fvtest/coretest/CMakeFiles/TestTypeTraits.dir/main.cpp.o [2024-01-03T18:08:12.040Z] [ 67%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/Inliner.cpp.o [2024-01-03T18:08:13.264Z] [ 67%] Building CXX object fvtest/coretest/CMakeFiles/TestTypeTraits.dir/__/__/util/main_function/main_function.cpp.o [2024-01-03T18:08:13.264Z] [ 67%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/Dominators.cpp.o [2024-01-03T18:08:13.264Z] [ 67%] Linking CXX executable TestTypeTraits [2024-01-03T18:08:13.264Z] [ 67%] Building C object fvtest/algotest/CMakeFiles/omralgotest.dir/avltest.c.o [2024-01-03T18:08:13.264Z] [ 67%] Building C object fvtest/algotest/CMakeFiles/omralgotest.dir/hashtabletest.c.o [2024-01-03T18:08:13.264Z] [ 67%] Building C object fvtest/algotest/CMakeFiles/omralgotest.dir/hooktest.c.o [2024-01-03T18:08:13.264Z] [ 67%] Building CXX object fvtest/algotest/CMakeFiles/omralgotest.dir/main.cpp.o [2024-01-03T18:08:14.371Z] [ 67%] Built target TestTypeTraits [2024-01-03T18:08:14.371Z] [ 67%] Building C object fvtest/algotest/CMakeFiles/omralgotest.dir/pooltest.c.o [2024-01-03T18:08:14.371Z] Scanning dependencies of target TestIntrusiveList [2024-01-03T18:08:14.371Z] [ 67%] Building CXX object fvtest/coretest/CMakeFiles/TestIntrusiveList.dir/TestIntrusiveList.cpp.o [2024-01-03T18:08:15.549Z] [ 67%] Building CXX object fvtest/algotest/CMakeFiles/omralgotest.dir/__/__/util/main_function/main_function.cpp.o [2024-01-03T18:08:15.549Z] [ 67%] Linking CXX executable omralgotest [2024-01-03T18:08:16.790Z] [ 67%] Building CXX object fvtest/coretest/CMakeFiles/TestIntrusiveList.dir/main.cpp.o [2024-01-03T18:08:16.790Z] [ 67%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/DominatorVerifier.cpp.o [2024-01-03T18:08:16.790Z] [ 67%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/DominatorsChk.cpp.o [2024-01-03T18:08:16.790Z] [ 67%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/Earliestness.cpp.o [2024-01-03T18:08:16.790Z] [ 67%] Built target omralgotest [2024-01-03T18:08:16.790Z] Scanning dependencies of target TestBytes [2024-01-03T18:08:16.790Z] [ 67%] Building CXX object fvtest/coretest/CMakeFiles/TestBytes.dir/TestBytes.cpp.o [2024-01-03T18:08:17.963Z] [ 67%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/RematTools.cpp.o [2024-01-03T18:08:19.076Z] [ 67%] Building CXX object fvtest/coretest/CMakeFiles/TestIntrusiveList.dir/__/__/util/main_function/main_function.cpp.o [2024-01-03T18:08:19.076Z] [ 67%] Linking CXX executable TestIntrusiveList [2024-01-03T18:08:19.076Z] In file included from /home/jenkins/workspace/Build/fvtest/coretest/TestBytes.cpp:24: [2024-01-03T18:08:19.076Z] /home/jenkins/workspace/Build/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 = long unsigned int]': [2024-01-03T18:08:19.076Z] /home/jenkins/workspace/Build/fvtest/coretest/TestBytes.cpp:140:2: required from here [2024-01-03T18:08:19.076Z] /home/jenkins/workspace/Build/third_party/gtest-1.8.0/include/gtest/gtest.h:1522:28: warning: comparison of integer expressions of different signedness: 'const int' and 'const long unsigned int' [-Wsign-compare] [2024-01-03T18:08:19.076Z] 1510 | if (val1 op val2) {\ [2024-01-03T18:08:19.076Z] | ~~~~~~~~~~~~ [2024-01-03T18:08:19.076Z] ...... [2024-01-03T18:08:19.076Z] 1522 | GTEST_IMPL_CMP_HELPER_(NE, !=); [2024-01-03T18:08:19.076Z] /home/jenkins/workspace/Build/third_party/gtest-1.8.0/include/gtest/gtest.h:1510:12: note: in definition of macro 'GTEST_IMPL_CMP_HELPER_' [2024-01-03T18:08:19.076Z] 1510 | if (val1 op val2) {\ [2024-01-03T18:08:19.076Z] | ^~ [2024-01-03T18:08:19.076Z] /home/jenkins/workspace/Build/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 = long unsigned int]': [2024-01-03T18:08:19.076Z] /home/jenkins/workspace/Build/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 = long unsigned int; typename testing::internal::EnableIf<(! testing::internal::is_pointer::value)>::type = void]' [2024-01-03T18:08:19.076Z] /home/jenkins/workspace/Build/fvtest/coretest/TestBytes.cpp:31:2: required from here [2024-01-03T18:08:19.076Z] /home/jenkins/workspace/Build/third_party/gtest-1.8.0/include/gtest/gtest.h:1392:11: warning: comparison of integer expressions of different signedness: 'const int' and 'const long unsigned int' [-Wsign-compare] [2024-01-03T18:08:19.076Z] 1392 | if (lhs == rhs) { [2024-01-03T18:08:19.076Z] | ~~~~^~~~~~ [2024-01-03T18:08:19.076Z] /home/jenkins/workspace/Build/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 = long unsigned int; T2 = int]': [2024-01-03T18:08:19.076Z] /home/jenkins/workspace/Build/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 = long unsigned int; T2 = int; bool lhs_is_null_literal = false]' [2024-01-03T18:08:19.076Z] /home/jenkins/workspace/Build/fvtest/coretest/TestBytes.cpp:207:3: required from here [2024-01-03T18:08:19.076Z] /home/jenkins/workspace/Build/third_party/gtest-1.8.0/include/gtest/gtest.h:1392:11: warning: comparison of integer expressions of different signedness: 'const long unsigned int' and 'const int' [-Wsign-compare] [2024-01-03T18:08:19.076Z] [ 67%] Built target TestIntrusiveList [2024-01-03T18:08:19.076Z] Scanning dependencies of target omrtraceoptiontest [2024-01-03T18:08:19.076Z] [ 67%] Building CXX object fvtest/rastest/CMakeFiles/omrtraceoptiontest.dir/main.cpp.o [2024-01-03T18:08:20.154Z] [ 67%] Building CXX object fvtest/coretest/CMakeFiles/TestBytes.dir/main.cpp.o [2024-01-03T18:08:20.154Z] [ 67%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/ExpressionsSimplification.cpp.o [2024-01-03T18:08:21.253Z] [ 67%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/InductionVariable.cpp.o [2024-01-03T18:08:21.253Z] [ 67%] Building CXX object fvtest/coretest/CMakeFiles/TestBytes.dir/__/__/util/main_function/main_function.cpp.o [2024-01-03T18:08:21.253Z] [ 67%] Linking CXX executable TestBytes [2024-01-03T18:08:21.253Z] [ 67%] Building CXX object fvtest/rastest/CMakeFiles/omrtraceoptiontest.dir/rasTestHelpers.cpp.o [2024-01-03T18:08:22.465Z] [ 67%] Built target TestBytes [2024-01-03T18:08:22.465Z] Scanning dependencies of target omrrastest [2024-01-03T18:08:22.465Z] [ 67%] Building CXX object fvtest/rastest/CMakeFiles/omrrastest.dir/agentNegativeTest.cpp.o [2024-01-03T18:08:23.668Z] [ 67%] Building CXX object fvtest/rastest/CMakeFiles/omrtraceoptiontest.dir/traceOptionTest.cpp.o [2024-01-03T18:08:23.668Z] [ 67%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/FieldPrivatizer.cpp.o [2024-01-03T18:08:26.049Z] [ 68%] Building CXX object fvtest/rastest/CMakeFiles/omrrastest.dir/agentTest.cpp.o [2024-01-03T18:08:26.049Z] [ 68%] Building C object fvtest/rastest/CMakeFiles/omrtraceoptiontest.dir/ut_omr_test.c.o [2024-01-03T18:08:26.049Z] [ 68%] Building CXX object fvtest/rastest/CMakeFiles/omrtraceoptiontest.dir/__/__/util/main_function/main_function.cpp.o [2024-01-03T18:08:26.049Z] [ 68%] Linking CXX executable omrtraceoptiontest [2024-01-03T18:08:27.151Z] [ 68%] Built target omrtraceoptiontest [2024-01-03T18:08:27.151Z] Scanning dependencies of target omrsubscribertest [2024-01-03T18:08:27.151Z] [ 68%] Building CXX object fvtest/rastest/CMakeFiles/omrsubscribertest.dir/main.cpp.o [2024-01-03T18:08:28.513Z] [ 68%] Building CXX object fvtest/rastest/CMakeFiles/omrrastest.dir/main.cpp.o [2024-01-03T18:08:28.513Z] [ 68%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/GeneralLoopUnroller.cpp.o [2024-01-03T18:08:29.692Z] [ 68%] Building CXX object fvtest/rastest/CMakeFiles/omrsubscribertest.dir/rasTestHelpers.cpp.o [2024-01-03T18:08:29.692Z] [ 68%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/IntersectionBitVectorAnalysis.cpp.o [2024-01-03T18:08:30.979Z] [ 68%] Building CXX object fvtest/rastest/CMakeFiles/omrrastest.dir/memoryCategoriesTest.cpp.o [2024-01-03T18:08:30.979Z] [ 68%] Building CXX object fvtest/rastest/CMakeFiles/omrsubscribertest.dir/subscriberTest.cpp.o [2024-01-03T18:08:32.157Z] [ 68%] Building CXX object fvtest/rastest/CMakeFiles/omrrastest.dir/methodDictionaryTest.cpp.o [2024-01-03T18:08:33.333Z] [ 68%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/Isolatedness.cpp.o [2024-01-03T18:08:33.333Z] [ 68%] Building C object fvtest/rastest/CMakeFiles/omrsubscribertest.dir/ut_omr_test.c.o [2024-01-03T18:08:33.333Z] [ 69%] Building CXX object fvtest/rastest/CMakeFiles/omrsubscribertest.dir/subscriberForkTest.cpp.o [2024-01-03T18:08:34.615Z] [ 69%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/GlobalAnticipatability.cpp.o [2024-01-03T18:08:34.615Z] [ 69%] Building CXX object fvtest/rastest/CMakeFiles/omrrastest.dir/rasTestHelpers.cpp.o [2024-01-03T18:08:35.681Z] [ 69%] Building CXX object fvtest/rastest/CMakeFiles/omrsubscribertest.dir/__/__/util/main_function/main_function.cpp.o [2024-01-03T18:08:35.681Z] [ 69%] Linking CXX executable omrsubscribertest [2024-01-03T18:08:35.681Z] [ 69%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/IsolatedStoreElimination.cpp.o [2024-01-03T18:08:36.865Z] [ 69%] Built target omrsubscribertest [2024-01-03T18:08:36.865Z] Scanning dependencies of target omrsigtest [2024-01-03T18:08:36.865Z] [ 69%] Building CXX object fvtest/sigtest/CMakeFiles/omrsigtest.dir/sigTest.cpp.o [2024-01-03T18:08:36.865Z] [ 69%] Building CXX object fvtest/rastest/CMakeFiles/omrrastest.dir/traceLifecycleTest.cpp.o [2024-01-03T18:08:37.936Z] [ 69%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRGlobalRegister.cpp.o [2024-01-03T18:08:39.113Z] [ 69%] Building CXX object fvtest/sigtest/CMakeFiles/omrsigtest.dir/sigTestHelpers.cpp.o [2024-01-03T18:08:40.328Z] [ 69%] Building CXX object fvtest/rastest/CMakeFiles/omrrastest.dir/traceLogTest.cpp.o [2024-01-03T18:08:40.328Z] [ 69%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/Latestness.cpp.o [2024-01-03T18:08:41.470Z] [ 70%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/GlobalRegisterAllocator.cpp.o [2024-01-03T18:08:41.470Z] [ 70%] Building CXX object fvtest/sigtest/CMakeFiles/omrsigtest.dir/main.cpp.o [2024-01-03T18:08:42.648Z] [ 70%] Building CXX object fvtest/rastest/CMakeFiles/omrrastest.dir/traceRecordHelpers.cpp.o [2024-01-03T18:08:43.826Z] [ 70%] Building CXX object fvtest/sigtest/CMakeFiles/omrsigtest.dir/__/__/util/main_function/main_function.cpp.o [2024-01-03T18:08:43.826Z] [ 70%] Linking CXX executable omrsigtest [2024-01-03T18:08:43.826Z] [ 70%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LiveOnAllPaths.cpp.o [2024-01-03T18:08:43.826Z] [ 70%] Building CXX object fvtest/rastest/CMakeFiles/omrrastest.dir/traceTest.cpp.o [2024-01-03T18:08:43.826Z] [ 70%] Built target omrsigtest [2024-01-03T18:08:43.826Z] [ 70%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LiveVariableInformation.cpp.o [2024-01-03T18:08:46.244Z] [ 70%] Building C object fvtest/rastest/CMakeFiles/omrrastest.dir/ut_omr_test.c.o [2024-01-03T18:08:46.244Z] [ 70%] Building CXX object fvtest/rastest/CMakeFiles/omrrastest.dir/__/__/util/main_function/main_function.cpp.o [2024-01-03T18:08:46.244Z] [ 70%] Linking CXX executable omrrastest [2024-01-03T18:08:47.464Z] Scanning dependencies of target omrthreadextendedtest [2024-01-03T18:08:47.464Z] [ 70%] Building CXX object fvtest/threadextendedtest/CMakeFiles/omrthreadextendedtest.dir/processTimeTest.cpp.o [2024-01-03T18:08:47.464Z] [ 70%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/Inliner.cpp.o [2024-01-03T18:08:47.464Z] [ 70%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/Liveness.cpp.o [2024-01-03T18:08:47.464Z] [ 70%] Built target omrrastest [2024-01-03T18:08:47.464Z] [ 70%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LoadExtensions.cpp.o [2024-01-03T18:08:48.749Z] [ 70%] Building CXX object fvtest/threadextendedtest/CMakeFiles/omrthreadextendedtest.dir/threadCpuTimeTest.cpp.o [2024-01-03T18:08:51.211Z] [ 70%] Building CXX object fvtest/threadextendedtest/CMakeFiles/omrthreadextendedtest.dir/threadExtendedTestHelpers.cpp.o [2024-01-03T18:08:51.211Z] Scanning dependencies of target omrthreadtest [2024-01-03T18:08:51.211Z] [ 70%] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/abortTest.cpp.o [2024-01-03T18:08:52.388Z] [ 71%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LocalAnalysis.cpp.o [2024-01-03T18:08:53.633Z] [ 71%] Building CXX object fvtest/threadextendedtest/CMakeFiles/omrthreadextendedtest.dir/threadExtendedTestMain.cpp.o [2024-01-03T18:08:53.633Z] [ 71%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/RematTools.cpp.o [2024-01-03T18:08:53.633Z] [ 71%] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/CEnterExit.cpp.o [2024-01-03T18:08:54.850Z] [ 71%] Building CXX object fvtest/threadextendedtest/CMakeFiles/omrthreadextendedtest.dir/timeBaseTest.cpp.o [2024-01-03T18:08:54.850Z] [ 71%] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/CMonitor.cpp.o [2024-01-03T18:08:55.999Z] [ 71%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LocalAnticipatability.cpp.o [2024-01-03T18:08:57.099Z] [ 71%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/InductionVariable.cpp.o [2024-01-03T18:08:57.099Z] [ 71%] Building CXX object fvtest/threadextendedtest/CMakeFiles/omrthreadextendedtest.dir/__/__/util/main_function/main_function.cpp.o [2024-01-03T18:08:57.099Z] [ 72%] Linking CXX executable omrthreadextendedtest [2024-01-03T18:08:57.099Z] [ 72%] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/createTest.cpp.o [2024-01-03T18:08:58.233Z] [ 72%] Built target omrthreadextendedtest [2024-01-03T18:08:58.233Z] Scanning dependencies of target omrvmtest [2024-01-03T18:08:58.233Z] [ 72%] Building CXX object fvtest/vmtest/CMakeFiles/omrvmtest.dir/main.cpp.o [2024-01-03T18:08:59.396Z] [ 72%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LocalLiveRangeReducer.cpp.o [2024-01-03T18:08:59.396Z] [ 72%] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/CThread.cpp.o [2024-01-03T18:09:00.632Z] [ 72%] Building CXX object fvtest/vmtest/CMakeFiles/omrvmtest.dir/vmForkTest.cpp.o [2024-01-03T18:09:01.809Z] [ 72%] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/joinTest.cpp.o [2024-01-03T18:09:01.809Z] [ 72%] Building CXX object fvtest/vmtest/CMakeFiles/omrvmtest.dir/__/__/util/main_function/main_function.cpp.o [2024-01-03T18:09:01.809Z] [ 72%] Linking CXX executable omrvmtest [2024-01-03T18:09:02.986Z] [ 72%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LocalReordering.cpp.o [2024-01-03T18:09:02.986Z] [ 72%] Built target omrvmtest [2024-01-03T18:09:04.270Z] Scanning dependencies of target omrgctest [2024-01-03T18:09:04.270Z] [ 72%] Building CXX object fvtest/gctest/CMakeFiles/omrgctest.dir/GCConfigObjectTable.cpp.o [2024-01-03T18:09:04.270Z] [ 72%] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/keyDestructorTest.cpp.o [2024-01-03T18:09:05.448Z] [ 72%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/IntersectionBitVectorAnalysis.cpp.o [2024-01-03T18:09:05.448Z] [ 72%] Building CXX object fvtest/gctest/CMakeFiles/omrgctest.dir/GCConfigTest.cpp.o [2024-01-03T18:09:05.448Z] [ 72%] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/lockedMonitorCountTest.cpp.o [2024-01-03T18:09:06.691Z] [ 72%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LocalTransparency.cpp.o [2024-01-03T18:09:08.017Z] [ 72%] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/main.cpp.o [2024-01-03T18:09:08.017Z] [ 72%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/Isolatedness.cpp.o [2024-01-03T18:09:09.179Z] [ 72%] Building CXX object fvtest/gctest/CMakeFiles/omrgctest.dir/gcTestHelpers.cpp.o [2024-01-03T18:09:10.372Z] [ 72%] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/ospriority.cpp.o [2024-01-03T18:09:10.372Z] [ 72%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LoopCanonicalizer.cpp.o [2024-01-03T18:09:11.506Z] [ 72%] Building CXX object fvtest/gctest/CMakeFiles/omrgctest.dir/main.cpp.o [2024-01-03T18:09:11.506Z] [ 72%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/IsolatedStoreElimination.cpp.o [2024-01-03T18:09:11.506Z] [ 72%] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/priorityInterruptTest.cpp.o [2024-01-03T18:09:12.825Z] [ 72%] Building CXX object fvtest/gctest/CMakeFiles/omrgctest.dir/StartupManagerTestExample.cpp.o [2024-01-03T18:09:14.004Z] [ 72%] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/rwMutexTest.cpp.o [2024-01-03T18:09:15.191Z] [ 72%] Building CXX object fvtest/gctest/CMakeFiles/omrgctest.dir/TestHeapRegionStateTable.cpp.o [2024-01-03T18:09:15.192Z] [ 72%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/Latestness.cpp.o [2024-01-03T18:09:16.468Z] [ 73%] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/sanityTest.cpp.o [2024-01-03T18:09:16.468Z] [ 73%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LoopReducer.cpp.o [2024-01-03T18:09:17.736Z] In file included from /home/jenkins/workspace/Build/fvtest/omrGtestGlue/./omrTest.h:49, [2024-01-03T18:09:17.736Z] from /home/jenkins/workspace/Build/fvtest/gctest/gcTestHelpers.hpp:25, [2024-01-03T18:09:17.736Z] from /home/jenkins/workspace/Build/fvtest/gctest/TestHeapRegionStateTable.cpp:23: [2024-01-03T18:09:17.736Z] /home/jenkins/workspace/Build/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 = long unsigned int; T2 = int]': [2024-01-03T18:09:17.736Z] /home/jenkins/workspace/Build/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 = long unsigned int; T2 = int; bool lhs_is_null_literal = false]' [2024-01-03T18:09:17.736Z] /home/jenkins/workspace/Build/fvtest/gctest/TestHeapRegionStateTable.cpp:43:5: required from here [2024-01-03T18:09:17.736Z] /home/jenkins/workspace/Build/third_party/gtest-1.8.0/include/gtest/gtest.h:1392:11: warning: comparison of integer expressions of different signedness: 'const long unsigned int' and 'const int' [-Wsign-compare] [2024-01-03T18:09:17.736Z] 1392 | if (lhs == rhs) { [2024-01-03T18:09:17.736Z] | ~~~~^~~~~~ [2024-01-03T18:09:17.736Z] [ 74%] Building CXX object fvtest/gctest/CMakeFiles/omrgctest.dir/__/__/util/main_function/main_function.cpp.o [2024-01-03T18:09:17.736Z] [ 74%] Linking CXX executable omrgctest [2024-01-03T18:09:18.936Z] [ 74%] Built target omrgctest [2024-01-03T18:09:18.936Z] [ 74%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LoopReplicator.cpp.o [2024-01-03T18:09:18.936Z] [ 74%] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/sanityTestHelper.cpp.o [2024-01-03T18:09:18.936Z] [ 74%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LiveOnAllPaths.cpp.o [2024-01-03T18:09:21.371Z] [ 74%] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/threadTestHelp.cpp.o [2024-01-03T18:09:21.371Z] [ 74%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LiveVariableInformation.cpp.o [2024-01-03T18:09:22.439Z] [ 74%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/Liveness.cpp.o [2024-01-03T18:09:22.439Z] [ 74%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LoopVersioner.cpp.o [2024-01-03T18:09:22.439Z] [ 74%] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/__/__/util/main_function/main_function.cpp.o [2024-01-03T18:09:22.439Z] [ 74%] Linking CXX executable omrthreadtest [2024-01-03T18:09:23.633Z] [ 74%] Built target omrthreadtest [2024-01-03T18:09:23.633Z] [ 74%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LoadExtensions.cpp.o [2024-01-03T18:09:24.905Z] [ 75%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LocalAnalysis.cpp.o [2024-01-03T18:09:24.905Z] [ 75%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LocalAnticipatability.cpp.o [2024-01-03T18:09:28.772Z] [ 75%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LocalLiveRangeReducer.cpp.o [2024-01-03T18:09:28.772Z] [ 75%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LocalReordering.cpp.o [2024-01-03T18:09:28.772Z] [ 75%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LocalTransparency.cpp.o [2024-01-03T18:09:31.208Z] [ 75%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OMRLocalCSE.cpp.o [2024-01-03T18:09:32.388Z] [ 75%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LoopCanonicalizer.cpp.o [2024-01-03T18:09:32.388Z] [ 75%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LoopReducer.cpp.o [2024-01-03T18:09:33.713Z] [ 75%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LoopReplicator.cpp.o [2024-01-03T18:09:36.390Z] [ 75%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LocalDeadStoreElimination.cpp.o [2024-01-03T18:09:37.724Z] [ 75%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LoopVersioner.cpp.o [2024-01-03T18:09:37.724Z] [ 75%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRLocalCSE.cpp.o [2024-01-03T18:09:38.959Z] [ 75%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LocalDeadStoreElimination.cpp.o [2024-01-03T18:09:40.309Z] [ 75%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LocalOpts.cpp.o [2024-01-03T18:09:41.633Z] [ 75%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LocalOpts.cpp.o [2024-01-03T18:09:42.783Z] [ 76%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMROptimization.cpp.o [2024-01-03T18:09:46.641Z] [ 76%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMROptimizationManager.cpp.o [2024-01-03T18:09:46.641Z] [ 76%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRTransformUtil.cpp.o [2024-01-03T18:09:47.812Z] [ 77%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OMROptimization.cpp.o [2024-01-03T18:09:50.201Z] [ 77%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMROptimizer.cpp.o [2024-01-03T18:09:50.201Z] [ 77%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OrderBlocks.cpp.o [2024-01-03T18:09:50.201Z] [ 77%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OSRDefAnalysis.cpp.o [2024-01-03T18:09:51.484Z] [ 77%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OMROptimizationManager.cpp.o [2024-01-03T18:09:54.375Z] [ 77%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/PartialRedundancy.cpp.o [2024-01-03T18:09:55.766Z] [ 77%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OMRTransformUtil.cpp.o [2024-01-03T18:09:55.766Z] [ 77%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/PreExistence.cpp.o [2024-01-03T18:09:57.236Z] [ 77%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/Reachability.cpp.o [2024-01-03T18:09:58.554Z] [ 77%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/ReachingDefinitions.cpp.o [2024-01-03T18:09:58.554Z] [ 77%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OMROptimizer.cpp.o [2024-01-03T18:09:58.554Z] [ 77%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRRecognizedCallTransformer.cpp.o [2024-01-03T18:09:59.839Z] [ 77%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/RedundantAsyncCheckRemoval.cpp.o [2024-01-03T18:10:01.191Z] [ 78%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRRegisterCandidate.cpp.o [2024-01-03T18:10:02.473Z] [ 78%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRSimplifier.cpp.o [2024-01-03T18:10:03.801Z] [ 78%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRSimplifierHelpers.cpp.o [2024-01-03T18:10:05.193Z] [ 78%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OrderBlocks.cpp.o [2024-01-03T18:10:06.477Z] [ 78%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRSimplifierHandlers.cpp.o [2024-01-03T18:10:07.762Z] [ 78%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/StructuralAnalysis.cpp.o [2024-01-03T18:10:07.762Z] [ 78%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/Structure.cpp.o [2024-01-03T18:10:07.762Z] [ 78%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OSRDefAnalysis.cpp.o [2024-01-03T18:10:10.759Z] [ 78%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/SwitchAnalyzer.cpp.o [2024-01-03T18:10:12.150Z] [ 78%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/PartialRedundancy.cpp.o [2024-01-03T18:10:13.541Z] [ 78%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/TranslateTable.cpp.o [2024-01-03T18:10:13.541Z] [ 78%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/UnionBitVectorAnalysis.cpp.o [2024-01-03T18:10:14.999Z] [ 78%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/UseDefInfo.cpp.o [2024-01-03T18:10:16.318Z] [ 78%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/ValueNumberInfo.cpp.o [2024-01-03T18:10:17.395Z] [ 78%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/VirtualGuardCoalescer.cpp.o [2024-01-03T18:10:18.543Z] [ 78%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/PreExistence.cpp.o [2024-01-03T18:10:20.898Z] [ 79%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/VirtualGuardHeadMerger.cpp.o [2024-01-03T18:10:20.898Z] [ 79%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/RegDepCopyRemoval.cpp.o [2024-01-03T18:10:20.898Z] [ 79%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/Reachability.cpp.o [2024-01-03T18:10:20.898Z] [ 79%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/ReorderIndexExpr.cpp.o [2024-01-03T18:10:23.457Z] [ 79%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/SinkStores.cpp.o [2024-01-03T18:10:23.457Z] [ 79%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/ReachingDefinitions.cpp.o [2024-01-03T18:10:24.739Z] [ 79%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/StripMiner.cpp.o [2024-01-03T18:10:24.739Z] [ 79%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/VPConstraint.cpp.o [2024-01-03T18:10:27.354Z] [ 79%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OMRRecognizedCallTransformer.cpp.o [2024-01-03T18:10:28.745Z] [ 79%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/VPHandlers.cpp.o [2024-01-03T18:10:28.745Z] [ 79%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/VPHandlersCommon.cpp.o [2024-01-03T18:10:28.745Z] [ 79%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRValuePropagation.cpp.o [2024-01-03T18:10:30.135Z] [ 79%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/RedundantAsyncCheckRemoval.cpp.o [2024-01-03T18:10:31.520Z] [ 79%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/ValuePropagationCommon.cpp.o [2024-01-03T18:10:34.286Z] [ 79%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/TrivialDeadBlockRemover.cpp.o [2024-01-03T18:10:34.286Z] [ 80%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OMRRegisterCandidate.cpp.o [2024-01-03T18:10:35.489Z] [ 80%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/FEInliner.cpp.o [2024-01-03T18:10:36.988Z] [ 80%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/BenefitInliner.cpp.o [2024-01-03T18:10:36.988Z] [ 81%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/abstractinterpreter/AbsValue.cpp.o [2024-01-03T18:10:36.988Z] [ 81%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/abstractinterpreter/AbsOpStack.cpp.o [2024-01-03T18:10:39.665Z] [ 81%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OMRSimplifier.cpp.o [2024-01-03T18:10:39.665Z] [ 81%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/abstractinterpreter/AbsOpArray.cpp.o [2024-01-03T18:10:41.154Z] [ 81%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/abstractinterpreter/IDT.cpp.o [2024-01-03T18:10:41.154Z] [ 81%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OMRSimplifierHelpers.cpp.o [2024-01-03T18:10:42.447Z] [ 81%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/abstractinterpreter/IDTNode.cpp.o [2024-01-03T18:10:43.732Z] [ 81%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OMRSimplifierHandlers.cpp.o [2024-01-03T18:10:43.732Z] [ 81%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/abstractinterpreter/InliningMethodSummary.cpp.o [2024-01-03T18:10:45.230Z] [ 81%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/StructuralAnalysis.cpp.o [2024-01-03T18:10:45.230Z] [ 81%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/abstractinterpreter/OMRIDTBuilder.cpp.o [2024-01-03T18:10:46.583Z] [ 81%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/abstractinterpreter/InliningProposal.cpp.o [2024-01-03T18:10:47.800Z] [ 81%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/Structure.cpp.o [2024-01-03T18:10:49.084Z] [ 81%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ras/CallStack.cpp.o [2024-01-03T18:10:49.085Z] [ 81%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ras/CFGChecker.cpp.o [2024-01-03T18:10:51.974Z] [ 81%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ras/Debug.cpp.o [2024-01-03T18:10:51.974Z] [ 81%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/SwitchAnalyzer.cpp.o [2024-01-03T18:10:51.974Z] [ 81%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ras/DebugCounter.cpp.o [2024-01-03T18:10:53.260Z] [ 81%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/TranslateTable.cpp.o [2024-01-03T18:10:54.551Z] [ 81%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/UnionBitVectorAnalysis.cpp.o [2024-01-03T18:10:56.051Z] [ 81%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/UseDefInfo.cpp.o [2024-01-03T18:10:56.051Z] [ 82%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ras/ILValidationRules.cpp.o [2024-01-03T18:10:56.051Z] [ 82%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ras/ILValidationUtils.cpp.o [2024-01-03T18:10:57.550Z] [ 82%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/ValueNumberInfo.cpp.o [2024-01-03T18:10:58.941Z] [ 82%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ras/ILValidator.cpp.o [2024-01-03T18:10:58.941Z] [ 82%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ras/IgnoreLocale.cpp.o [2024-01-03T18:11:00.333Z] [ 82%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ras/LimitFile.cpp.o [2024-01-03T18:11:01.724Z] [ 82%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ras/LogTracer.cpp.o [2024-01-03T18:11:01.724Z] [ 82%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/VirtualGuardCoalescer.cpp.o [2024-01-03T18:11:01.724Z] [ 82%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/VirtualGuardHeadMerger.cpp.o [2024-01-03T18:11:03.224Z] [ 82%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ras/OptionsDebug.cpp.o [2024-01-03T18:11:04.603Z] [ 82%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ras/Tree.cpp.o [2024-01-03T18:11:04.603Z] [ 82%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/runtime/Runtime.cpp.o [2024-01-03T18:11:04.603Z] [ 82%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/runtime/Trampoline.cpp.o [2024-01-03T18:11:04.603Z] [ 83%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/RegDepCopyRemoval.cpp.o [2024-01-03T18:11:04.603Z] [ 83%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/ReorderIndexExpr.cpp.o [2024-01-03T18:11:07.506Z] [ 83%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/runtime/CodeCacheTypes.cpp.o [2024-01-03T18:11:07.506Z] [ 83%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/runtime/OMRCodeCache.cpp.o [2024-01-03T18:11:07.506Z] [ 84%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/runtime/OMRCodeCacheManager.cpp.o [2024-01-03T18:11:08.791Z] [ 84%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/SinkStores.cpp.o [2024-01-03T18:11:08.791Z] [ 84%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/StripMiner.cpp.o [2024-01-03T18:11:10.289Z] [ 84%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/runtime/OMRCodeCacheMemorySegment.cpp.o [2024-01-03T18:11:10.289Z] [ 84%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/runtime/OMRCodeCacheConfig.cpp.o [2024-01-03T18:11:10.289Z] [ 84%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/codegen/RVDebug.cpp.o [2024-01-03T18:11:10.289Z] [ 84%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/codegen/RVInstruction.cpp.o [2024-01-03T18:11:13.286Z] [ 84%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/VPConstraint.cpp.o [2024-01-03T18:11:13.286Z] [ 84%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/VPHandlers.cpp.o [2024-01-03T18:11:13.286Z] [ 84%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/codegen/RVOutOfLineCodeSection.cpp.o [2024-01-03T18:11:13.286Z] [ 84%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/codegen/RVSystemLinkage.cpp.o [2024-01-03T18:11:14.784Z] In file included from /home/jenkins/workspace/Build/compiler/il/ILOpCodes.hpp:25, [2024-01-03T18:11:14.784Z] from /home/jenkins/workspace/Build/compiler/codegen/OutOfLineCodeSection.hpp:27, [2024-01-03T18:11:14.784Z] from /home/jenkins/workspace/Build/compiler/riscv/codegen/RVOutOfLineCodeSection.hpp:26, [2024-01-03T18:11:14.784Z] from /home/jenkins/workspace/Build/compiler/riscv/codegen/RVOutOfLineCodeSection.cpp:22: [2024-01-03T18:11:14.784Z] /home/jenkins/workspace/Build/compiler/il/OMRDataTypes.hpp:406:16: warning: inline function 'bool OMR::DataType::isVector()' used but never defined [2024-01-03T18:11:14.784Z] 406 | inline bool isVector(); [2024-01-03T18:11:14.784Z] | ^~~~~~~~ [2024-01-03T18:11:14.784Z] /home/jenkins/workspace/Build/compiler/il/OMRDataTypes.hpp:499:16: warning: inline function 'bool OMR::DataType::isMask()' used but never defined [2024-01-03T18:11:14.784Z] 499 | inline bool isMask(); [2024-01-03T18:11:14.784Z] | ^~~~~~ [2024-01-03T18:11:14.784Z] [ 84%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/codegen/BinaryEvaluator.cpp.o [2024-01-03T18:11:16.274Z] [ 84%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/VPHandlersCommon.cpp.o [2024-01-03T18:11:17.462Z] [ 84%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/codegen/ControlFlowEvaluator.cpp.o [2024-01-03T18:11:17.462Z] [ 84%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/codegen/FPTreeEvaluator.cpp.o [2024-01-03T18:11:18.853Z] [ 84%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OMRValuePropagation.cpp.o [2024-01-03T18:11:18.853Z] [ 84%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/ValuePropagationCommon.cpp.o [2024-01-03T18:11:20.351Z] [ 84%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/codegen/GenerateInstructions.cpp.o [2024-01-03T18:11:20.351Z] [ 84%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/codegen/OMRCodeGenerator.cpp.o [2024-01-03T18:11:24.632Z] [ 85%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/codegen/OMRInstruction.cpp.o [2024-01-03T18:11:24.632Z] [ 85%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/TrivialDeadBlockRemover.cpp.o [2024-01-03T18:11:24.632Z] [ 85%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/codegen/OMRInstructionDelegate.cpp.o [2024-01-03T18:11:24.633Z] [ 85%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/codegen/OMRLinkage.cpp.o [2024-01-03T18:11:26.136Z] [ 85%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/FEInliner.cpp.o [2024-01-03T18:11:27.527Z] [ 85%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/codegen/OMRMachine.cpp.o [2024-01-03T18:11:27.527Z] [ 85%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/BenefitInliner.cpp.o [2024-01-03T18:11:27.527Z] [ 85%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/codegen/OMRMemoryReference.cpp.o [2024-01-03T18:11:29.025Z] [ 86%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/abstractinterpreter/AbsValue.cpp.o [2024-01-03T18:11:30.524Z] [ 86%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/abstractinterpreter/AbsOpStack.cpp.o [2024-01-03T18:11:30.524Z] [ 86%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/codegen/OMRRealRegister.cpp.o [2024-01-03T18:11:30.524Z] [ 86%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/abstractinterpreter/AbsOpArray.cpp.o [2024-01-03T18:11:32.024Z] [ 86%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/codegen/OMRRegisterDependency.cpp.o [2024-01-03T18:11:32.024Z] [ 86%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/codegen/OMRSnippet.cpp.o [2024-01-03T18:11:33.415Z] [ 86%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/abstractinterpreter/IDT.cpp.o [2024-01-03T18:11:33.415Z] [ 86%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/abstractinterpreter/IDTNode.cpp.o [2024-01-03T18:11:34.593Z] [ 86%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/codegen/OMRSnippetDelegate.cpp.o [2024-01-03T18:11:34.593Z] [ 86%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/codegen/OMRTreeEvaluator.cpp.o [2024-01-03T18:11:34.593Z] [ 86%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/codegen/OpBinary.cpp.o [2024-01-03T18:11:35.985Z] [ 86%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/codegen/UnaryEvaluator.cpp.o [2024-01-03T18:11:37.367Z] [ 86%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/abstractinterpreter/InliningMethodSummary.cpp.o [2024-01-03T18:11:37.367Z] [ 86%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/abstractinterpreter/OMRIDTBuilder.cpp.o [2024-01-03T18:11:38.660Z] [ 87%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/codegen/RVHelperCallSnippet.cpp.o [2024-01-03T18:11:38.660Z] [ 87%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/env/OMRDebugEnv.cpp.o [2024-01-03T18:11:38.660Z] [ 87%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/env/OMRCPU.cpp.o [2024-01-03T18:11:40.052Z] [ 87%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/abstractinterpreter/InliningProposal.cpp.o [2024-01-03T18:11:40.052Z] [ 87%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/runtime/CodeSync.cpp.o [2024-01-03T18:11:40.052Z] [ 87%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ras/CallStack.cpp.o [2024-01-03T18:11:40.052Z] [ 87%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ras/CFGChecker.cpp.o [2024-01-03T18:11:43.908Z] [ 87%] Linking CXX static library libtestcompiler.a [2024-01-03T18:11:43.908Z] [ 87%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ras/Debug.cpp.o [2024-01-03T18:11:43.908Z] [ 87%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ras/DebugCounter.cpp.o [2024-01-03T18:11:43.908Z] [ 88%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ras/ILValidationRules.cpp.o [2024-01-03T18:11:45.125Z] [ 88%] Built target testcompiler [2024-01-03T18:11:45.125Z] Scanning dependencies of target compilertest [2024-01-03T18:11:45.125Z] [ 88%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/main.cpp.o [2024-01-03T18:11:46.204Z] [ 88%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ras/ILValidationUtils.cpp.o [2024-01-03T18:11:46.204Z] [ 88%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/BuilderTest.cpp.o [2024-01-03T18:11:46.204Z] [ 88%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/FooBarTest.cpp.o [2024-01-03T18:11:47.225Z] [ 88%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ras/ILValidator.cpp.o [2024-01-03T18:11:48.350Z] [ 88%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ras/IgnoreLocale.cpp.o [2024-01-03T18:11:49.578Z] [ 88%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ras/LimitFile.cpp.o [2024-01-03T18:11:49.578Z] [ 88%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/LimitFileTest.cpp.o [2024-01-03T18:11:50.973Z] [ 88%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/LogFileTest.cpp.o [2024-01-03T18:11:50.973Z] [ 88%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/OMRTestEnv.cpp.o [2024-01-03T18:11:50.973Z] [ 88%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ras/LogTracer.cpp.o [2024-01-03T18:11:50.973Z] [ 88%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/OptionSetTest.cpp.o [2024-01-03T18:11:50.973Z] [ 88%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/OpCodesTest.cpp.o [2024-01-03T18:11:52.050Z] [ 88%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/Qux2Test.cpp.o [2024-01-03T18:11:52.050Z] [ 88%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ras/OptionsDebug.cpp.o [2024-01-03T18:11:53.206Z] Scanning dependencies of target tril [2024-01-03T18:11:53.206Z] [ 88%] Building CXX object fvtest/tril/tril/CMakeFiles/tril.dir/ast.cpp.o [2024-01-03T18:11:53.206Z] [ 88%] Building CXX object fvtest/tril/tril/CMakeFiles/tril.dir/parser.cpp.o [2024-01-03T18:11:54.406Z] [ 88%] Building CXX object fvtest/tril/tril/CMakeFiles/tril.dir/ilgen.cpp.o [2024-01-03T18:11:54.406Z] [ 88%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ras/Tree.cpp.o [2024-01-03T18:11:55.800Z] [ 88%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/SimplifierFoldAndTest.cpp.o [2024-01-03T18:11:56.975Z] [ 89%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/OptTestDriver.cpp.o [2024-01-03T18:11:58.155Z] [ 89%] Building CXX object fvtest/tril/tril/CMakeFiles/tril.dir/CallConverter.cpp.o [2024-01-03T18:11:59.437Z] [ 89%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/runtime/Runtime.cpp.o [2024-01-03T18:11:59.437Z] [ 89%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/runtime/Trampoline.cpp.o [2024-01-03T18:12:00.828Z] [ 89%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/TestDriver.cpp.o [2024-01-03T18:12:00.828Z] [ 89%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/SingleBitContainerTest.cpp.o [2024-01-03T18:12:00.828Z] [ 89%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/runtime/CodeCacheTypes.cpp.o [2024-01-03T18:12:02.006Z] [ 89%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/runtime/OMRCodeCache.cpp.o [2024-01-03T18:12:02.006Z] [ 89%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/injectors/BarIlInjector.cpp.o [2024-01-03T18:12:02.006Z] [ 89%] Building CXX object fvtest/tril/tril/CMakeFiles/tril.dir/GenericNodeConverter.cpp.o [2024-01-03T18:12:03.371Z] [ 90%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/runtime/OMRCodeCacheManager.cpp.o [2024-01-03T18:12:03.371Z] [ 90%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/injectors/BinaryOpIlInjector.cpp.o [2024-01-03T18:12:04.870Z] [ 90%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/injectors/CallIlInjector.cpp.o [2024-01-03T18:12:04.870Z] [ 90%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/runtime/OMRCodeCacheMemorySegment.cpp.o [2024-01-03T18:12:04.870Z] [ 90%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/runtime/OMRCodeCacheConfig.cpp.o [2024-01-03T18:12:04.870Z] [ 90%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/codegen/RVDebug.cpp.o [2024-01-03T18:12:06.260Z] [ 90%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/codegen/RVInstruction.cpp.o [2024-01-03T18:12:06.260Z] [ 90%] Building CXX object fvtest/tril/tril/CMakeFiles/tril.dir/simple_compiler.cpp.o [2024-01-03T18:12:07.679Z] [ 90%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/injectors/ChildlessUnaryOpIlInjector.cpp.o [2024-01-03T18:12:09.072Z] [ 90%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/injectors/CmpBranchOpIlInjector.cpp.o [2024-01-03T18:12:09.073Z] [ 90%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/codegen/RVOutOfLineCodeSection.cpp.o [2024-01-03T18:12:10.250Z] [ 90%] Linking CXX static library libtril.a [2024-01-03T18:12:10.250Z] [ 90%] Built target tril [2024-01-03T18:12:10.250Z] [ 90%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/injectors/FooIlInjector.cpp.o [2024-01-03T18:12:10.250Z] In file included from /home/jenkins/workspace/Build/compiler/il/ILOpCodes.hpp:25, [2024-01-03T18:12:10.250Z] from /home/jenkins/workspace/Build/compiler/codegen/OutOfLineCodeSection.hpp:27, [2024-01-03T18:12:10.250Z] from /home/jenkins/workspace/Build/compiler/riscv/codegen/RVOutOfLineCodeSection.hpp:26, [2024-01-03T18:12:10.250Z] from /home/jenkins/workspace/Build/compiler/riscv/codegen/RVOutOfLineCodeSection.cpp:22: [2024-01-03T18:12:10.250Z] /home/jenkins/workspace/Build/compiler/il/OMRDataTypes.hpp:406:16: warning: inline function 'bool OMR::DataType::isVector()' used but never defined [2024-01-03T18:12:10.250Z] 406 | inline bool isVector(); [2024-01-03T18:12:10.250Z] | ^~~~~~~~ [2024-01-03T18:12:10.250Z] /home/jenkins/workspace/Build/compiler/il/OMRDataTypes.hpp:499:16: warning: inline function 'bool OMR::DataType::isMask()' used but never defined [2024-01-03T18:12:10.250Z] 499 | inline bool isMask(); [2024-01-03T18:12:10.250Z] | ^~~~~~ [2024-01-03T18:12:10.250Z] [ 90%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/codegen/RVSystemLinkage.cpp.o [2024-01-03T18:12:10.250Z] [ 90%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/injectors/IndirectLoadIlInjector.cpp.o [2024-01-03T18:12:11.538Z] [ 90%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/injectors/IndirectStoreIlInjector.cpp.o [2024-01-03T18:12:13.037Z] [ 90%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/injectors/OpIlInjector.cpp.o [2024-01-03T18:12:14.539Z] [ 90%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/codegen/BinaryEvaluator.cpp.o [2024-01-03T18:12:14.539Z] [ 90%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/codegen/ControlFlowEvaluator.cpp.o [2024-01-03T18:12:14.539Z] Scanning dependencies of target tril_compiler [2024-01-03T18:12:14.539Z] [ 90%] Building CXX object fvtest/tril/tril/CMakeFiles/tril_compiler.dir/compiler.cpp.o [2024-01-03T18:12:16.041Z] [ 91%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/injectors/Qux2IlInjector.cpp.o [2024-01-03T18:12:17.542Z] [ 91%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/injectors/StoreOpIlInjector.cpp.o [2024-01-03T18:12:17.542Z] [ 91%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/codegen/FPTreeEvaluator.cpp.o [2024-01-03T18:12:19.039Z] [ 92%] Linking CXX executable tril_compiler [2024-01-03T18:12:19.039Z] [ 92%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/codegen/GenerateInstructions.cpp.o [2024-01-03T18:12:20.540Z] [ 92%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/injectors/SelectOpIlInjector.cpp.o [2024-01-03T18:12:22.040Z] [ 92%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/injectors/UnaryOpIlInjector.cpp.o [2024-01-03T18:12:22.040Z] [ 92%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/codegen/OMRCodeGenerator.cpp.o [2024-01-03T18:12:23.540Z] Scanning dependencies of target tril_dumper [2024-01-03T18:12:23.540Z] [ 92%] Building CXX object fvtest/tril/tril/CMakeFiles/tril_dumper.dir/compiler.cpp.o [2024-01-03T18:12:23.540Z] [ 92%] Built target tril_compiler [2024-01-03T18:12:23.540Z] Scanning dependencies of target triltest [2024-01-03T18:12:23.540Z] [ 92%] Building CXX object fvtest/tril/test/CMakeFiles/triltest.dir/main.cpp.o [2024-01-03T18:12:23.540Z] [ 92%] Linking CXX executable compilertest [2024-01-03T18:12:26.648Z] [ 92%] Building CXX object fvtest/tril/test/CMakeFiles/triltest.dir/ASTTest.cpp.o [2024-01-03T18:12:26.648Z] [ 93%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/codegen/OMRInstruction.cpp.o [2024-01-03T18:12:26.648Z] [ 93%] Linking CXX executable tril_dumper [2024-01-03T18:12:29.757Z] [ 93%] Building CXX object fvtest/tril/test/CMakeFiles/triltest.dir/ParserTest.cpp.o [2024-01-03T18:12:29.757Z] [ 93%] Built target compilertest [2024-01-03T18:12:29.757Z] Scanning dependencies of target incordec [2024-01-03T18:12:29.757Z] [ 93%] Building CXX object fvtest/tril/examples/incordec/CMakeFiles/incordec.dir/main.cpp.o [2024-01-03T18:12:29.757Z] [ 93%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/codegen/OMRInstructionDelegate.cpp.o [2024-01-03T18:12:29.757Z] [ 93%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/codegen/OMRLinkage.cpp.o [2024-01-03T18:12:31.258Z] [ 93%] Built target tril_dumper [2024-01-03T18:12:31.258Z] Scanning dependencies of target mandelbrot [2024-01-03T18:12:31.258Z] [ 93%] Building CXX object fvtest/tril/examples/mandelbrot/CMakeFiles/mandelbrot.dir/main.cpp.o [2024-01-03T18:12:32.763Z] [ 93%] Linking CXX executable incordec [2024-01-03T18:12:32.763Z] [ 93%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/codegen/OMRMachine.cpp.o [2024-01-03T18:12:34.263Z] [ 93%] Building CXX object fvtest/tril/test/CMakeFiles/triltest.dir/MethodInfoTest.cpp.o [2024-01-03T18:12:35.765Z] [ 93%] Linking CXX executable mandelbrot [2024-01-03T18:12:37.272Z] [ 93%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/codegen/OMRMemoryReference.cpp.o [2024-01-03T18:12:37.272Z] [ 93%] Built target incordec [2024-01-03T18:12:38.775Z] Scanning dependencies of target comptest [2024-01-03T18:12:38.775Z] [ 93%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/main.cpp.o [2024-01-03T18:12:38.775Z] [ 93%] Building CXX object fvtest/tril/test/CMakeFiles/triltest.dir/IlGenTest.cpp.o [2024-01-03T18:12:40.277Z] [ 93%] Built target mandelbrot [2024-01-03T18:12:40.277Z] [ 93%] Building CXX object fvtest/tril/test/CMakeFiles/triltest.dir/CompileTest.cpp.o [2024-01-03T18:12:40.277Z] [ 93%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/codegen/OMRRealRegister.cpp.o [2024-01-03T18:12:41.777Z] [ 93%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/codegen/OMRRegisterDependency.cpp.o [2024-01-03T18:12:41.777Z] [ 93%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/JitTest.cpp.o [2024-01-03T18:12:43.278Z] [ 93%] Building CXX object fvtest/tril/test/CMakeFiles/triltest.dir/__/__/__/util/main_function/main_function.cpp.o [2024-01-03T18:12:43.278Z] [ 93%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/codegen/OMRSnippet.cpp.o [2024-01-03T18:12:44.778Z] [ 93%] Linking CXX executable triltest [2024-01-03T18:12:44.778Z] [ 93%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/codegen/OMRSnippetDelegate.cpp.o [2024-01-03T18:12:44.778Z] [ 93%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/codegen/OMRTreeEvaluator.cpp.o [2024-01-03T18:12:44.778Z] [ 93%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/JitTestUtilitiesTest.cpp.o [2024-01-03T18:12:46.278Z] [ 93%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/codegen/OpBinary.cpp.o [2024-01-03T18:12:47.779Z] [ 93%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/codegen/UnaryEvaluator.cpp.o [2024-01-03T18:12:49.280Z] [ 93%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/codegen/RVHelperCallSnippet.cpp.o [2024-01-03T18:12:49.280Z] [ 93%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/ILValidatorTest.cpp.o [2024-01-03T18:12:50.782Z] [ 93%] Built target triltest [2024-01-03T18:12:50.782Z] [ 94%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/env/OMRDebugEnv.cpp.o [2024-01-03T18:12:50.782Z] Scanning dependencies of target compunittest [2024-01-03T18:12:50.782Z] [ 94%] Building CXX object fvtest/compilerunittest/CMakeFiles/compunittest.dir/main.cpp.o [2024-01-03T18:12:50.782Z] [ 94%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/env/OMRCPU.cpp.o [2024-01-03T18:12:52.285Z] [ 94%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/runtime/CodeSync.cpp.o [2024-01-03T18:12:52.285Z] [ 94%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/ArithmeticTest.cpp.o [2024-01-03T18:12:52.285Z] [ 94%] Linking CXX static library libjitbuilder.a [2024-01-03T18:12:52.285Z] [ 94%] Building CXX object fvtest/compilerunittest/CMakeFiles/compunittest.dir/CodeGenTest.cpp.o [2024-01-03T18:12:53.785Z] [ 94%] Built target jitbuilder [2024-01-03T18:12:53.785Z] [ 94%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/ShiftAndRotateTest.cpp.o [2024-01-03T18:12:56.893Z] Scanning dependencies of target conditionals [2024-01-03T18:12:56.893Z] [ 94%] Building CXX object jitbuilder/release/CMakeFiles/conditionals.dir/cpp/samples/Conditionals.cpp.o [2024-01-03T18:12:56.893Z] [ 94%] Building CXX object fvtest/compilerunittest/CMakeFiles/compunittest.dir/abstractinterpreter/AbsInterpreterTest.cpp.o [2024-01-03T18:12:56.893Z] [ 94%] Linking CXX executable conditionals [2024-01-03T18:13:01.606Z] [ 94%] Built target conditionals [2024-01-03T18:13:01.606Z] Scanning dependencies of target worklist [2024-01-03T18:13:01.606Z] [ 94%] Building CXX object jitbuilder/release/CMakeFiles/worklist.dir/cpp/samples/Worklist.cpp.o [2024-01-03T18:13:01.606Z] [ 95%] Linking CXX executable worklist [2024-01-03T18:13:02.893Z] [ 95%] Building CXX object fvtest/compilerunittest/CMakeFiles/compunittest.dir/CCData.cpp.o [2024-01-03T18:13:05.685Z] [ 95%] Built target worklist [2024-01-03T18:13:05.685Z] Scanning dependencies of target nestedloop [2024-01-03T18:13:05.685Z] [ 95%] Building CXX object jitbuilder/release/CMakeFiles/nestedloop.dir/cpp/samples/NestedLoop.cpp.o [2024-01-03T18:13:05.685Z] [ 96%] Linking CXX executable nestedloop [2024-01-03T18:13:09.766Z] [ 96%] Built target nestedloop [2024-01-03T18:13:09.766Z] Scanning dependencies of target pow2 [2024-01-03T18:13:09.766Z] [ 96%] Building CXX object jitbuilder/release/CMakeFiles/pow2.dir/cpp/samples/Pow2.cpp.o [2024-01-03T18:13:09.766Z] [ 96%] Linking CXX executable pow2 [2024-01-03T18:13:10.947Z] [ 96%] Building CXX object fvtest/compilerunittest/CMakeFiles/compunittest.dir/__/__/util/main_function/main_function.cpp.o [2024-01-03T18:13:10.947Z] [ 96%] Linking CXX executable compunittest [2024-01-03T18:13:12.276Z] [ 96%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/SimplifierFoldAbsNegTest.cpp.o [2024-01-03T18:13:13.450Z] [ 96%] Built target pow2 [2024-01-03T18:13:13.450Z] Scanning dependencies of target iterfib [2024-01-03T18:13:13.450Z] [ 96%] Building CXX object jitbuilder/release/CMakeFiles/iterfib.dir/cpp/samples/IterativeFib.cpp.o [2024-01-03T18:13:14.632Z] [ 96%] Linking CXX executable iterfib [2024-01-03T18:13:17.523Z] [ 96%] Built target compunittest [2024-01-03T18:13:17.524Z] Scanning dependencies of target simple [2024-01-03T18:13:17.524Z] [ 96%] Building CXX object jitbuilder/release/CMakeFiles/simple.dir/cpp/samples/Simple.cpp.o [2024-01-03T18:13:17.524Z] [ 97%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/SimplifierFoldAndTest.cpp.o [2024-01-03T18:13:18.972Z] [ 97%] Built target iterfib [2024-01-03T18:13:18.972Z] [ 97%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/IfxcmpgeReductionTest.cpp.o [2024-01-03T18:13:18.972Z] [ 97%] Linking CXX executable simple [2024-01-03T18:13:21.600Z] [ 97%] Built target simple [2024-01-03T18:13:21.600Z] Scanning dependencies of target isSupportedType [2024-01-03T18:13:21.600Z] [ 97%] Building CXX object jitbuilder/release/CMakeFiles/isSupportedType.dir/cpp/samples/IsSupportedType.cpp.o [2024-01-03T18:13:23.040Z] [ 97%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/VectorTest.cpp.o [2024-01-03T18:13:23.040Z] [ 97%] Linking CXX executable isSupportedType [2024-01-03T18:13:23.040Z] [ 97%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/CallTest.cpp.o [2024-01-03T18:13:23.040Z] [ 97%] Built target isSupportedType [2024-01-03T18:13:23.040Z] Scanning dependencies of target power [2024-01-03T18:13:23.040Z] [ 97%] Building CXX object jitbuilder/release/CMakeFiles/power.dir/cpp/samples/Power.cpp.o [2024-01-03T18:13:23.040Z] [ 98%] Linking CXX executable power [2024-01-03T18:13:27.561Z] [ 98%] Built target power [2024-01-03T18:13:27.561Z] Scanning dependencies of target jitbuildertest [2024-01-03T18:13:27.561Z] [ 98%] Building CXX object fvtest/jitbuildertest/CMakeFiles/jitbuildertest.dir/main.cpp.o [2024-01-03T18:13:27.561Z] [ 98%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/LongAndAsRotateTest.cpp.o [2024-01-03T18:13:29.061Z] [ 98%] Building CXX object fvtest/jitbuildertest/CMakeFiles/jitbuildertest.dir/selftest.cpp.o [2024-01-03T18:13:30.559Z] [ 98%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/MockStrategyTest.cpp.o [2024-01-03T18:13:30.559Z] [ 98%] Building CXX object fvtest/jitbuildertest/CMakeFiles/jitbuildertest.dir/UnionTest.cpp.o [2024-01-03T18:13:33.682Z] [ 98%] Building CXX object fvtest/jitbuildertest/CMakeFiles/jitbuildertest.dir/FieldAddressTest.cpp.o [2024-01-03T18:13:35.181Z] [ 98%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/LogicalTest.cpp.o [2024-01-03T18:13:35.181Z] [ 98%] Building CXX object fvtest/jitbuildertest/CMakeFiles/jitbuildertest.dir/AnonymousTest.cpp.o [2024-01-03T18:13:35.181Z] [ 98%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/LinkageTest.cpp.o [2024-01-03T18:13:36.680Z] [ 98%] Building CXX object fvtest/jitbuildertest/CMakeFiles/jitbuildertest.dir/ControlFlowTest.cpp.o [2024-01-03T18:13:39.249Z] [ 98%] Building CXX object fvtest/jitbuildertest/CMakeFiles/jitbuildertest.dir/NegateTest.cpp.o [2024-01-03T18:13:42.142Z] [ 98%] Building CXX object fvtest/jitbuildertest/CMakeFiles/jitbuildertest.dir/SystemLinkageTest.cpp.o [2024-01-03T18:13:43.537Z] [ 99%] Building CXX object fvtest/jitbuildertest/CMakeFiles/jitbuildertest.dir/WorklistTest.cpp.o [2024-01-03T18:13:46.428Z] [ 99%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/BitPermuteTest.cpp.o [2024-01-03T18:13:46.428Z] [ 99%] Building CXX object fvtest/jitbuildertest/CMakeFiles/jitbuildertest.dir/FieldNameTest.cpp.o [2024-01-03T18:13:47.821Z] [ 99%] Building CXX object fvtest/jitbuildertest/CMakeFiles/jitbuildertest.dir/ConvertBitsTest.cpp.o [2024-01-03T18:13:49.215Z] [ 99%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/MaxMinTest.cpp.o [2024-01-03T18:13:49.215Z] [ 99%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/CompareTest.cpp.o [2024-01-03T18:13:50.603Z] [ 99%] Building CXX object fvtest/jitbuildertest/CMakeFiles/jitbuildertest.dir/SelectTest.cpp.o [2024-01-03T18:13:52.962Z] [ 99%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/TypeConversionTest.cpp.o [2024-01-03T18:13:52.962Z] [ 99%] Building CXX object fvtest/jitbuildertest/CMakeFiles/jitbuildertest.dir/GlobalTest.cpp.o [2024-01-03T18:13:56.721Z] [ 99%] Building CXX object fvtest/jitbuildertest/CMakeFiles/jitbuildertest.dir/UnsignedDivRemTest.cpp.o [2024-01-03T18:13:59.178Z] [ 99%] Linking CXX executable jitbuildertest [2024-01-03T18:13:59.178Z] [ 99%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/SelectTest.cpp.o [2024-01-03T18:14:03.142Z] [ 99%] Built target jitbuildertest [2024-01-03T18:14:03.142Z] [100%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/MinimalTest.cpp.o [2024-01-03T18:14:07.259Z] [100%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/ArrayTest.cpp.o [2024-01-03T18:14:07.259Z] [100%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/__/__/util/main_function/main_function.cpp.o [2024-01-03T18:14:22.187Z] [100%] Linking CXX executable comptest [2024-01-03T18:15:01.248Z] [100%] Built target comptest [Pipeline] } [Pipeline] // dir [Pipeline] echo [2024-01-03T18:15:02.049Z] Output CCACHE stats after running [Pipeline] sh [2024-01-03T18:15:04.673Z] + ccache -s [2024-01-03T18:15:04.673Z] cache directory /home/jenkins/.ccache [2024-01-03T18:15:04.673Z] primary config /home/jenkins/.ccache/ccache.conf [2024-01-03T18:15:04.673Z] secondary config (readonly) /etc/ccache.conf [2024-01-03T18:15:04.673Z] stats updated Wed Jan 3 13:03:33 2024 [2024-01-03T18:15:04.673Z] stats zeroed Wed Jan 3 13:03:33 2024 [2024-01-03T18:15:04.673Z] cache hit (direct) 0 [2024-01-03T18:15:04.673Z] cache hit (preprocessed) 0 [2024-01-03T18:15:04.673Z] cache miss 0 [2024-01-03T18:15:04.673Z] cache hit rate 0.00 % [2024-01-03T18:15:04.673Z] cleanups performed 0 [2024-01-03T18:15:04.674Z] files in cache 40178 [2024-01-03T18:15:04.674Z] cache size 4.5 GB [2024-01-03T18:15:04.674Z] max cache size 5.0 GB [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] echo [2024-01-03T18:15:05.604Z] Sanity Test... [Pipeline] dir [2024-01-03T18:15:05.606Z] Running in /home/jenkins/workspace/Build/build [Pipeline] { [Pipeline] sh [2024-01-03T18:15:08.427Z] + ctest -V [2024-01-03T18:15:08.427Z] UpdateCTestConfiguration from :/home/jenkins/workspace/Build/build/DartConfiguration.tcl [2024-01-03T18:15:08.427Z] UpdateCTestConfiguration from :/home/jenkins/workspace/Build/build/DartConfiguration.tcl [2024-01-03T18:15:08.427Z] Test project /home/jenkins/workspace/Build/build [2024-01-03T18:15:08.427Z] Constructing a list of tests [2024-01-03T18:15:08.427Z] Done constructing a list of tests [2024-01-03T18:15:08.427Z] Updating test list for fixtures [2024-01-03T18:15:08.427Z] Added 0 tests to meet fixture requirements [2024-01-03T18:15:08.427Z] Checking test dependency graph... [2024-01-03T18:15:08.427Z] Checking test dependency graph end [2024-01-03T18:15:08.427Z] test 1 [2024-01-03T18:15:08.427Z] Start 1: gcexample [2024-01-03T18:15:08.427Z] [2024-01-03T18:15:08.427Z] 1: Test command: /usr/bin/qemu-riscv64-static "-L" "/opt/sysroot" "/home/jenkins/workspace/Build/build/example/gcexample" [2024-01-03T18:15:08.427Z] 1: Test timeout computed to be: 10000000 [2024-01-03T18:15:08.427Z] 1: VM/GC INITIALIZED [2024-01-03T18:15:08.427Z] 1: configuration is MM_ConfigurationFlat [2024-01-03T18:15:08.427Z] 1: collector interface is MM_CollectorLanguageInterfaceImpl [2024-01-03T18:15:08.427Z] 1: garbage collector is MM_ParallelGlobalGC [2024-01-03T18:15:08.427Z] 1: allocation interface is MM_TLHAllocationInterface [2024-01-03T18:15:08.427Z] 1: thread allocated 1048392 tlh bytes, 0 non-tlh bytes, from 43683 allocations before NULL [2024-01-03T18:15:08.427Z] 1: ALL TESTS PASSED [2024-01-03T18:15:08.427Z] 1/30 Test #1: gcexample ......................... Passed 0.33 sec [2024-01-03T18:15:08.427Z] test 2 [2024-01-03T18:15:08.427Z] Start 2: TestJitBuilderAPIGenerator [2024-01-03T18:15:08.427Z] [2024-01-03T18:15:08.427Z] 2: Test command: /usr/bin/python3.9 "run_tests.py" [2024-01-03T18:15:08.427Z] 2: Test timeout computed to be: 10000000 [2024-01-03T18:15:08.427Z] 2: ................................................................................................../home/jenkins/workspace/Build/jitbuilder/apigen/test/cppgentests.py:245: DeprecationWarning: Please use assertRegex instead. [2024-01-03T18:15:08.427Z] 2: self.assertRegexpMatches(self.generator.generate_allocator_decl(class_desc), [2024-01-03T18:15:08.427Z] 2: ......................................s..s..s... [2024-01-03T18:15:08.427Z] 2: ---------------------------------------------------------------------- [2024-01-03T18:15:08.427Z] 2: Ran 146 tests in 0.070s [2024-01-03T18:15:08.427Z] 2: [2024-01-03T18:15:08.427Z] 2: OK (skipped=3) [2024-01-03T18:15:08.427Z] 2: warning: The package 'jsonschema' is not installed so certain tests will be skipped [2024-01-03T18:15:08.427Z] 2/30 Test #2: TestJitBuilderAPIGenerator ........ Passed 0.24 sec [2024-01-03T18:15:08.427Z] test 3 [2024-01-03T18:15:08.427Z] Start 3: conditionals_example_as_test [2024-01-03T18:15:08.427Z] [2024-01-03T18:15:08.427Z] 3: Test command: /usr/bin/qemu-riscv64-static "-L" "/opt/sysroot" "/home/jenkins/workspace/Build/build/jitbuilder/release/conditionals" [2024-01-03T18:15:08.427Z] 3: Test timeout computed to be: 10000000 [2024-01-03T18:15:09.500Z] 3: Step 1: initialize JIT [2024-01-03T18:15:09.500Z] 3: Step 2: define type dictionary [2024-01-03T18:15:09.500Z] 3: Step 3: compile method builder [2024-01-03T18:15:09.500Z] 3: Step 4: invoke compiled code [2024-01-03T18:15:09.500Z] 3: Step 5: shutdown JIT [2024-01-03T18:15:09.500Z] 3: ALL TESTS PASSED [2024-01-03T18:15:09.500Z] 3/30 Test #3: conditionals_example_as_test ...... Passed 0.76 sec [2024-01-03T18:15:09.500Z] test 4 [2024-01-03T18:15:09.500Z] Start 4: isSupportedType_example_as_test [2024-01-03T18:15:09.500Z] [2024-01-03T18:15:09.500Z] 4: Test command: /usr/bin/qemu-riscv64-static "-L" "/opt/sysroot" "/home/jenkins/workspace/Build/build/jitbuilder/release/isSupportedType" [2024-01-03T18:15:09.500Z] 4: Test timeout computed to be: 10000000 [2024-01-03T18:15:09.500Z] 4: Step 1: test signed integral types [2024-01-03T18:15:09.500Z] 4: Step 2: test unsigned integral types [2024-01-03T18:15:09.500Z] 4: Step 3: test language primitive signed integral types [2024-01-03T18:15:09.500Z] 4: Step 4: test language primitive unsigned integral types [2024-01-03T18:15:09.500Z] 4: Step 5: test floating point types [2024-01-03T18:15:09.500Z] 4: Step 6: test cv qualified types [2024-01-03T18:15:09.500Z] 4: Step 7: test void type [2024-01-03T18:15:09.500Z] 4: Step 8: test pointer to primitive types [2024-01-03T18:15:09.500Z] 4: Step 9: test pointer to pointer to primitive types [2024-01-03T18:15:09.500Z] 4: Step 10: test unsupported types [2024-01-03T18:15:09.500Z] 4: PASS [2024-01-03T18:15:09.500Z] 4/30 Test #4: isSupportedType_example_as_test ... Passed 0.05 sec [2024-01-03T18:15:09.500Z] test 5 [2024-01-03T18:15:09.500Z] Start 5: iterfib_example_as_test [2024-01-03T18:15:09.500Z] [2024-01-03T18:15:09.500Z] 5: Test command: /usr/bin/qemu-riscv64-static "-L" "/opt/sysroot" "/home/jenkins/workspace/Build/build/jitbuilder/release/iterfib" [2024-01-03T18:15:09.500Z] 5: Test timeout computed to be: 10000000 [2024-01-03T18:15:10.889Z] 5: Step 1: initialize JIT [2024-01-03T18:15:10.889Z] 5: Step 2: define type dictionary [2024-01-03T18:15:10.889Z] 5: Step 3: compile method builder [2024-01-03T18:15:10.889Z] 5: Step 4: invoke compiled code [2024-01-03T18:15:10.889Z] 5: fib( 0) = 0 [2024-01-03T18:15:10.889Z] 5: fib( 1) = 1 [2024-01-03T18:15:10.889Z] 5: fib( 2) = 1 [2024-01-03T18:15:10.889Z] 5: fib( 3) = 2 [2024-01-03T18:15:10.889Z] 5: fib( 4) = 3 [2024-01-03T18:15:10.889Z] 5: fib( 5) = 5 [2024-01-03T18:15:10.889Z] 5: fib( 6) = 8 [2024-01-03T18:15:10.889Z] 5: fib( 7) = 13 [2024-01-03T18:15:10.889Z] 5: fib( 8) = 21 [2024-01-03T18:15:10.889Z] 5: fib( 9) = 34 [2024-01-03T18:15:10.889Z] 5: fib(10) = 55 [2024-01-03T18:15:10.889Z] 5: fib(11) = 89 [2024-01-03T18:15:10.889Z] 5: fib(12) = 144 [2024-01-03T18:15:10.889Z] 5: fib(13) = 233 [2024-01-03T18:15:10.889Z] 5: fib(14) = 377 [2024-01-03T18:15:10.889Z] 5: fib(15) = 610 [2024-01-03T18:15:10.889Z] 5: fib(16) = 987 [2024-01-03T18:15:10.889Z] 5: fib(17) = 1597 [2024-01-03T18:15:10.889Z] 5: fib(18) = 2584 [2024-01-03T18:15:10.889Z] 5: fib(19) = 4181 [2024-01-03T18:15:10.889Z] 5: Step 5: shutdown JIT [2024-01-03T18:15:10.889Z] 5: PASS [2024-01-03T18:15:10.889Z] 5/30 Test #5: iterfib_example_as_test ........... Passed 0.81 sec [2024-01-03T18:15:10.889Z] test 6 [2024-01-03T18:15:10.889Z] Start 6: nestedloop_example_as_test [2024-01-03T18:15:10.889Z] [2024-01-03T18:15:10.889Z] 6: Test command: /usr/bin/qemu-riscv64-static "-L" "/opt/sysroot" "/home/jenkins/workspace/Build/build/jitbuilder/release/nestedloop" [2024-01-03T18:15:10.889Z] 6: Test timeout computed to be: 10000000 [2024-01-03T18:15:12.295Z] 6: Step 1: initialize JIT [2024-01-03T18:15:12.295Z] 6: Step 2: define relevant types [2024-01-03T18:15:12.295Z] 6: Step 3: compile method builder [2024-01-03T18:15:12.295Z] 6: Step 4: invoke compiled code [2024-01-03T18:15:12.295Z] 6: nested_loop( 0) = 0 [2024-01-03T18:15:12.295Z] 6: nested_loop( 1) = 1 [2024-01-03T18:15:12.295Z] 6: nested_loop( 2) = 64 [2024-01-03T18:15:12.295Z] 6: nested_loop( 3) = 729 [2024-01-03T18:15:12.295Z] 6: nested_loop( 4) = 4096 [2024-01-03T18:15:12.295Z] 6: nested_loop( 5) = 15625 [2024-01-03T18:15:12.295Z] 6: nested_loop( 6) = 46656 [2024-01-03T18:15:12.295Z] 6: nested_loop( 7) = 117649 [2024-01-03T18:15:12.295Z] 6: nested_loop( 8) = 262144 [2024-01-03T18:15:12.295Z] 6: nested_loop( 9) = 531441 [2024-01-03T18:15:12.295Z] 6: nested_loop(10) = 1000000 [2024-01-03T18:15:12.295Z] 6: nested_loop(11) = 1771561 [2024-01-03T18:15:12.295Z] 6: nested_loop(12) = 2985984 [2024-01-03T18:15:12.295Z] 6: nested_loop(13) = 4826809 [2024-01-03T18:15:12.295Z] 6: nested_loop(14) = 7529536 [2024-01-03T18:15:12.295Z] 6: nested_loop(15) = 11390625 [2024-01-03T18:15:12.295Z] 6: nested_loop(16) = 16777216 [2024-01-03T18:15:12.295Z] 6: nested_loop(17) = 24137569 [2024-01-03T18:15:12.295Z] 6: nested_loop(18) = 34012224 [2024-01-03T18:15:12.295Z] 6: nested_loop(19) = 47045881 [2024-01-03T18:15:12.295Z] 6: Step 5: shutdown JIT [2024-01-03T18:15:12.295Z] 6: PASS [2024-01-03T18:15:12.295Z] 6/30 Test #6: nestedloop_example_as_test ........ Passed 1.60 sec [2024-01-03T18:15:12.295Z] test 7 [2024-01-03T18:15:12.295Z] Start 7: pow2_example_as_test [2024-01-03T18:15:12.295Z] [2024-01-03T18:15:12.295Z] 7: Test command: /usr/bin/qemu-riscv64-static "-L" "/opt/sysroot" "/home/jenkins/workspace/Build/build/jitbuilder/release/pow2" [2024-01-03T18:15:12.295Z] 7: Test timeout computed to be: 10000000 [2024-01-03T18:15:13.867Z] 7: Step 1: initialize JIT [2024-01-03T18:15:13.867Z] 7: Step 2: define relevant types [2024-01-03T18:15:13.867Z] 7: Step 3: compile method builder [2024-01-03T18:15:13.867Z] 7: Step 4: invoke compiled code [2024-01-03T18:15:13.867Z] 7: pow2(45) is 35184372088832 [2024-01-03T18:15:13.867Z] 7: Step 5: shutdown JIT [2024-01-03T18:15:13.867Z] 7: PASS [2024-01-03T18:15:13.867Z] 7/30 Test #7: pow2_example_as_test .............. Passed 2.10 sec [2024-01-03T18:15:13.867Z] test 8 [2024-01-03T18:15:13.867Z] Start 8: simple_example_as_test [2024-01-03T18:15:13.867Z] [2024-01-03T18:15:13.867Z] 8: Test command: /usr/bin/qemu-riscv64-static "-L" "/opt/sysroot" "/home/jenkins/workspace/Build/build/jitbuilder/release/simple" [2024-01-03T18:15:13.867Z] 8: Test timeout computed to be: 10000000 [2024-01-03T18:15:15.255Z] 8: Step 1: initialize JIT [2024-01-03T18:15:15.255Z] 8: Step 2: define type dictionary [2024-01-03T18:15:15.255Z] 8: Step 3: compile method builder [2024-01-03T18:15:15.255Z] 8: SimpleMethod::buildIL() running! [2024-01-03T18:15:15.255Z] 8: Step 4: invoke compiled code and print results [2024-01-03T18:15:15.255Z] 8: increment(0) == 1 [2024-01-03T18:15:15.255Z] 8: increment(1) == 2 [2024-01-03T18:15:15.255Z] 8: increment(10) == 11 [2024-01-03T18:15:15.255Z] 8: increment(-15) == -14 [2024-01-03T18:15:15.255Z] 8: Step 5: shutdown JIT [2024-01-03T18:15:15.255Z] 8/30 Test #8: simple_example_as_test ............ Passed 0.45 sec [2024-01-03T18:15:15.255Z] test 9 [2024-01-03T18:15:15.255Z] Start 9: worklist_example_as_test [2024-01-03T18:15:15.255Z] [2024-01-03T18:15:15.255Z] 9: Test command: /usr/bin/qemu-riscv64-static "-L" "/opt/sysroot" "/home/jenkins/workspace/Build/build/jitbuilder/release/worklist" [2024-01-03T18:15:15.255Z] 9: Test timeout computed to be: 10000000 [2024-01-03T18:15:15.255Z] 9: Step 1: initialize JIT [2024-01-03T18:15:15.255Z] 9: Step 2: define type dictionary [2024-01-03T18:15:15.255Z] 9: Step 3: compile method builder [2024-01-03T18:15:15.255Z] 9: WorklistMethod::buildIL() running! [2024-01-03T18:15:15.255Z] 9: step 4: invoke compiled code and print results [2024-01-03T18:15:15.255Z] 9: Step 5: shutdown JIT [2024-01-03T18:15:15.255Z] 9: Failed tests: 0 [2024-01-03T18:15:15.255Z] 9: Passed tests: 20 [2024-01-03T18:15:15.255Z] 9: ALL PASSED [2024-01-03T18:15:15.255Z] 9/30 Test #9: worklist_example_as_test .......... Passed 0.75 sec [2024-01-03T18:15:15.255Z] test 10 [2024-01-03T18:15:15.255Z] Start 10: power_example_as_test [2024-01-03T18:15:15.255Z] [2024-01-03T18:15:15.255Z] 10: Test command: /usr/bin/qemu-riscv64-static "-L" "/opt/sysroot" "/home/jenkins/workspace/Build/build/jitbuilder/release/power" [2024-01-03T18:15:15.255Z] 10: Test timeout computed to be: 10000000 [2024-01-03T18:15:16.490Z] 10: Step 1: initialize JIT [2024-01-03T18:15:16.490Z] 10: Step 2: define relevant types [2024-01-03T18:15:16.490Z] 10: Step 3: compile method builder [2024-01-03T18:15:16.490Z] 10: Step 4: invoke compiled code [2024-01-03T18:15:16.491Z] 10: 2 power 5 is 32 [2024-01-03T18:15:16.491Z] 10: 3 power 4 is 81 [2024-01-03T18:15:16.491Z] 10: 2 power 10 is 1024 [2024-01-03T18:15:16.491Z] 10: Step 5: shutdown JIT [2024-01-03T18:15:16.491Z] 10: PASS [2024-01-03T18:15:16.491Z] 10/30 Test #10: power_example_as_test ............. Passed 0.70 sec [2024-01-03T18:15:16.491Z] test 11 [2024-01-03T18:15:16.491Z] Start 11: algotest [2024-01-03T18:15:16.491Z] [2024-01-03T18:15:16.491Z] 11: Test command: /usr/bin/qemu-riscv64-static "-L" "/opt/sysroot" "/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-03T18:15:16.491Z] 11: Test timeout computed to be: 10000000 [2024-01-03T18:15:16.491Z] 11: [==========] Running 168 tests from 5 test cases. [2024-01-03T18:15:16.491Z] 11: [----------] 2 tests from OmrAlgoTest [2024-01-03T18:15:16.491Z] 11: Testing hookable interface... [2024-01-03T18:15:16.491Z] 11: Finished testing hookable interface. [2024-01-03T18:15:16.491Z] 11: Algorithm Test Finished [2024-01-03T18:15:16.491Z] 11: total tests: 59 [2024-01-03T18:15:16.491Z] 11: total passes: 59 [2024-01-03T18:15:16.491Z] 11: total failures: 0 [2024-01-03T18:15:16.491Z] 11: ALL TESTS PASSED. [2024-01-03T18:15:16.491Z] 11: [----------] 2 tests from OmrAlgoTest (17 ms total) [2024-01-03T18:15:16.491Z] 11: [2024-01-03T18:15:16.491Z] 11: [----------] 58 tests from OmrAlgoTest/AVLTest [2024-01-03T18:15:16.491Z] 11: [----------] 58 tests from OmrAlgoTest/AVLTest (9 ms total) [2024-01-03T18:15:16.491Z] 11: [2024-01-03T18:15:16.491Z] 11: [----------] 24 tests from OmrAlgoTest/PoolTest [2024-01-03T18:15:16.491Z] 11: [----------] 24 tests from OmrAlgoTest/PoolTest (31 ms total) [2024-01-03T18:15:16.491Z] 11: [2024-01-03T18:15:16.491Z] 11: [----------] 14 tests from OmrAlgoTest/HashtableTest [2024-01-03T18:15:30.525Z] 11: [----------] 14 tests from OmrAlgoTest/HashtableTest (14679 ms total) [2024-01-03T18:15:30.525Z] 11: [2024-01-03T18:15:30.525Z] 11: [----------] 70 tests from OmrAlgoTest/CollisionResilientHashtableTest [2024-01-03T18:16:14.177Z] 11: [----------] 70 tests from OmrAlgoTest/CollisionResilientHashtableTest (42345 ms total) [2024-01-03T18:16:14.177Z] 11: [2024-01-03T18:16:14.177Z] 11: [==========] 168 tests from 5 test cases ran. (57141 ms total) [2024-01-03T18:16:14.177Z] 11: [ PASSED ] 168 tests. [2024-01-03T18:16:14.177Z] 11: [ ALL TESTS PASSED ] [2024-01-03T18:16:14.177Z] 11/30 Test #11: algotest .......................... Passed 57.46 sec [2024-01-03T18:16:14.177Z] test 12 [2024-01-03T18:16:14.177Z] Start 12: TestBytes [2024-01-03T18:16:14.177Z] [2024-01-03T18:16:14.177Z] 12: Test command: /usr/bin/qemu-riscv64-static "-L" "/opt/sysroot" "TestBytes" "--gtest_output=xml:/home/jenkins/workspace/Build/build/fvtest/coretest/TestBytes-results.xml" [2024-01-03T18:16:14.177Z] 12: Test timeout computed to be: 10000000 [2024-01-03T18:16:14.177Z] 12: [==========] Running 17 tests from 1 test case. [2024-01-03T18:16:14.177Z] 12: [----------] Global test environment set-up. [2024-01-03T18:16:14.177Z] 12: [----------] 17 tests from TestBytes [2024-01-03T18:16:14.177Z] 12: [ RUN ] TestBytes.CompareZeroToZero [2024-01-03T18:16:14.177Z] 12: [ OK ] TestBytes.CompareZeroToZero (3 ms) [2024-01-03T18:16:14.177Z] 12: [ RUN ] TestBytes.CompareOneUnitToBytes [2024-01-03T18:16:14.177Z] 12: [ OK ] TestBytes.CompareOneUnitToBytes (1 ms) [2024-01-03T18:16:14.177Z] 12: [ RUN ] TestBytes.CompareOneUnitToSmallerUnit [2024-01-03T18:16:14.177Z] 12: [ OK ] TestBytes.CompareOneUnitToSmallerUnit (1 ms) [2024-01-03T18:16:14.177Z] 12: [ RUN ] TestBytes.IsPow2 [2024-01-03T18:16:14.177Z] 12: [ OK ] TestBytes.IsPow2 (0 ms) [2024-01-03T18:16:14.177Z] 12: [ RUN ] TestBytes.AlignedUnsafe [2024-01-03T18:16:14.177Z] 12: [ OK ] TestBytes.AlignedUnsafe (0 ms) [2024-01-03T18:16:14.177Z] 12: [ RUN ] TestBytes.Aligned [2024-01-03T18:16:14.177Z] 12: [ OK ] TestBytes.Aligned (0 ms) [2024-01-03T18:16:14.177Z] 12: [ RUN ] TestBytes.AlignToZero [2024-01-03T18:16:14.177Z] 12: [ OK ] TestBytes.AlignToZero (1 ms) [2024-01-03T18:16:14.177Z] 12: [ RUN ] TestBytes.AlignToOne [2024-01-03T18:16:14.177Z] 12: [ OK ] TestBytes.AlignToOne (1 ms) [2024-01-03T18:16:14.177Z] 12: [ RUN ] TestBytes.AlignToTwo [2024-01-03T18:16:14.177Z] 12: [ OK ] TestBytes.AlignToTwo (0 ms) [2024-01-03T18:16:14.177Z] 12: [ RUN ] TestBytes.AlignToFour [2024-01-03T18:16:14.177Z] 12: [ OK ] TestBytes.AlignToFour (1 ms) [2024-01-03T18:16:14.177Z] 12: [ RUN ] TestBytes.AlignToEight [2024-01-03T18:16:14.177Z] 12: [ OK ] TestBytes.AlignToEight (0 ms) [2024-01-03T18:16:14.177Z] 12: [ RUN ] TestBytes.SaneAlignmentMaximums [2024-01-03T18:16:14.177Z] 12: [ OK ] TestBytes.SaneAlignmentMaximums (1 ms) [2024-01-03T18:16:14.177Z] 12: [ RUN ] TestBytes.AlignToMaximumAlignment [2024-01-03T18:16:14.177Z] 12: [ OK ] TestBytes.AlignToMaximumAlignment (0 ms) [2024-01-03T18:16:14.177Z] 12: [ RUN ] TestBytes.TautologicalAlign [2024-01-03T18:16:14.177Z] 12: [ OK ] TestBytes.TautologicalAlign (0 ms) [2024-01-03T18:16:14.177Z] 12: [ RUN ] TestBytes.AlignAndOverflow [2024-01-03T18:16:14.177Z] 12: [ OK ] TestBytes.AlignAndOverflow (0 ms) [2024-01-03T18:16:14.177Z] 12: [ RUN ] TestBytes.AlignMaximumSizeFor16byteAlignment [2024-01-03T18:16:14.177Z] 12: [ OK ] TestBytes.AlignMaximumSizeFor16byteAlignment (1 ms) [2024-01-03T18:16:14.177Z] 12: [ RUN ] TestBytes.AlignPointers [2024-01-03T18:16:14.177Z] 12: [ OK ] TestBytes.AlignPointers (1 ms) [2024-01-03T18:16:14.177Z] 12: [----------] 17 tests from TestBytes (14 ms total) [2024-01-03T18:16:14.177Z] 12: [2024-01-03T18:16:14.177Z] 12: [----------] Global test environment tear-down [2024-01-03T18:16:14.177Z] 12: [==========] 17 tests from 1 test case ran. (23 ms total) [2024-01-03T18:16:14.177Z] 12: [ PASSED ] 17 tests. [2024-01-03T18:16:14.177Z] 12: [ ALL TESTS PASSED ] [2024-01-03T18:16:14.177Z] 12/30 Test #12: TestBytes ......................... Passed 0.13 sec [2024-01-03T18:16:14.177Z] test 13 [2024-01-03T18:16:14.177Z] Start 13: TestIntrusiveList [2024-01-03T18:16:14.177Z] [2024-01-03T18:16:14.177Z] 13: Test command: /usr/bin/qemu-riscv64-static "-L" "/opt/sysroot" "TestIntrusiveList" "--gtest_output=xml:/home/jenkins/workspace/Build/build/fvtest/coretest/TestIntrusiveList-results.xml" [2024-01-03T18:16:14.177Z] 13: Test timeout computed to be: 10000000 [2024-01-03T18:16:14.177Z] 13: [==========] Running 10 tests from 1 test case. [2024-01-03T18:16:14.177Z] 13: [----------] Global test environment set-up. [2024-01-03T18:16:14.177Z] 13: [----------] 10 tests from TestIntrusiveList [2024-01-03T18:16:14.177Z] 13: [ RUN ] TestIntrusiveList.Empty [2024-01-03T18:16:14.177Z] 13: [ OK ] TestIntrusiveList.Empty (2 ms) [2024-01-03T18:16:14.177Z] 13: [ RUN ] TestIntrusiveList.ConvertIterToConstIter [2024-01-03T18:16:14.177Z] 13: [ OK ] TestIntrusiveList.ConvertIterToConstIter (1 ms) [2024-01-03T18:16:14.177Z] 13: [ RUN ] TestIntrusiveList.AddOne [2024-01-03T18:16:14.177Z] 13: [ OK ] TestIntrusiveList.AddOne (1 ms) [2024-01-03T18:16:14.177Z] 13: [ RUN ] TestIntrusiveList.IterateOne [2024-01-03T18:16:14.178Z] 13: [ OK ] TestIntrusiveList.IterateOne (1 ms) [2024-01-03T18:16:14.178Z] 13: [ RUN ] TestIntrusiveList.IterateTwo [2024-01-03T18:16:14.178Z] 13: [ OK ] TestIntrusiveList.IterateTwo (0 ms) [2024-01-03T18:16:14.178Z] 13: [ RUN ] TestIntrusiveList.AddThenRemoveOne [2024-01-03T18:16:14.178Z] 13: [ OK ] TestIntrusiveList.AddThenRemoveOne (1 ms) [2024-01-03T18:16:14.178Z] 13: [ RUN ] TestIntrusiveList.AddTwoThenRemoveFirst [2024-01-03T18:16:14.178Z] 13: [ OK ] TestIntrusiveList.AddTwoThenRemoveFirst (0 ms) [2024-01-03T18:16:14.178Z] 13: [ RUN ] TestIntrusiveList.AddTwoThenRemoveSecond [2024-01-03T18:16:14.178Z] 13: [ OK ] TestIntrusiveList.AddTwoThenRemoveSecond (0 ms) [2024-01-03T18:16:14.178Z] 13: [ RUN ] TestIntrusiveList.AddTwoThenRemoveBoth [2024-01-03T18:16:14.178Z] 13: [ OK ] TestIntrusiveList.AddTwoThenRemoveBoth (0 ms) [2024-01-03T18:16:14.178Z] 13: [ RUN ] TestIntrusiveList.AddTwoThenRemoveBothInReverse [2024-01-03T18:16:14.178Z] 13: [ OK ] TestIntrusiveList.AddTwoThenRemoveBothInReverse (0 ms) [2024-01-03T18:16:14.178Z] 13: [----------] 10 tests from TestIntrusiveList (10 ms total) [2024-01-03T18:16:14.178Z] 13: [2024-01-03T18:16:14.178Z] 13: [----------] Global test environment tear-down [2024-01-03T18:16:14.178Z] 13: [==========] 10 tests from 1 test case ran. (18 ms total) [2024-01-03T18:16:14.178Z] 13: [ PASSED ] 10 tests. [2024-01-03T18:16:14.178Z] 13: [ ALL TESTS PASSED ] [2024-01-03T18:16:14.178Z] 13/30 Test #13: TestIntrusiveList ................. Passed 0.13 sec [2024-01-03T18:16:14.178Z] test 14 [2024-01-03T18:16:14.178Z] Start 14: TestTypeTraits [2024-01-03T18:16:14.178Z] [2024-01-03T18:16:14.178Z] 14: Test command: /usr/bin/qemu-riscv64-static "-L" "/opt/sysroot" "TestTypeTraits" "--gtest_output=xml:/home/jenkins/workspace/Build/build/fvtest/coretest/TestTypeTraits-results.xml" [2024-01-03T18:16:14.178Z] 14: Test timeout computed to be: 10000000 [2024-01-03T18:16:14.178Z] 14: [==========] Running 17 tests from 1 test case. [2024-01-03T18:16:14.178Z] 14: [----------] Global test environment set-up. [2024-01-03T18:16:14.178Z] 14: [----------] 17 tests from TestTypeTraits [2024-01-03T18:16:14.178Z] 14: [ RUN ] TestTypeTraits.IntegralConst [2024-01-03T18:16:14.178Z] 14: [ OK ] TestTypeTraits.IntegralConst (2 ms) [2024-01-03T18:16:14.178Z] 14: [ RUN ] TestTypeTraits.BooleanConstant [2024-01-03T18:16:14.178Z] 14: [ OK ] TestTypeTraits.BooleanConstant (1 ms) [2024-01-03T18:16:14.178Z] 14: [ RUN ] TestTypeTraits.IsSame [2024-01-03T18:16:14.178Z] 14: [ OK ] TestTypeTraits.IsSame (1 ms) [2024-01-03T18:16:14.178Z] 14: [ RUN ] TestTypeTraits.TypeAlias [2024-01-03T18:16:14.178Z] 14: [ OK ] TestTypeTraits.TypeAlias (0 ms) [2024-01-03T18:16:14.178Z] 14: [ RUN ] TestTypeTraits.RemoveConst [2024-01-03T18:16:14.178Z] 14: [ OK ] TestTypeTraits.RemoveConst (1 ms) [2024-01-03T18:16:14.178Z] 14: [ RUN ] TestTypeTraits.RemoveVolatile [2024-01-03T18:16:14.178Z] 14: [ OK ] TestTypeTraits.RemoveVolatile (0 ms) [2024-01-03T18:16:14.178Z] 14: [ RUN ] TestTypeTraits.RemoveCv [2024-01-03T18:16:14.178Z] 14: [ OK ] TestTypeTraits.RemoveCv (0 ms) [2024-01-03T18:16:14.178Z] 14: [ RUN ] TestTypeTraits.RemoveReference [2024-01-03T18:16:14.178Z] 14: [ OK ] TestTypeTraits.RemoveReference (1 ms) [2024-01-03T18:16:14.178Z] 14: [ RUN ] TestTypeTraits.RemoveCvRef [2024-01-03T18:16:14.178Z] 14: [ OK ] TestTypeTraits.RemoveCvRef (0 ms) [2024-01-03T18:16:14.178Z] 14: [ RUN ] TestTypeTraits.RemovePointer [2024-01-03T18:16:14.178Z] 14: [ OK ] TestTypeTraits.RemovePointer (1 ms) [2024-01-03T18:16:14.178Z] 14: [ RUN ] TestTypeTraits.IsReference [2024-01-03T18:16:14.178Z] 14: [ OK ] TestTypeTraits.IsReference (0 ms) [2024-01-03T18:16:14.178Z] 14: [ RUN ] TestTypeTraits.IsPointer [2024-01-03T18:16:14.178Z] 14: [ OK ] TestTypeTraits.IsPointer (1 ms) [2024-01-03T18:16:14.178Z] 14: [ RUN ] TestTypeTraits.IsVoid [2024-01-03T18:16:14.178Z] 14: [ OK ] TestTypeTraits.IsVoid (0 ms) [2024-01-03T18:16:14.178Z] 14: [ RUN ] TestTypeTraits.IsIntegral [2024-01-03T18:16:14.178Z] 14: [ OK ] TestTypeTraits.IsIntegral (1 ms) [2024-01-03T18:16:14.178Z] 14: [ RUN ] TestTypeTraits.IsFloatingPoint [2024-01-03T18:16:14.178Z] 14: [ OK ] TestTypeTraits.IsFloatingPoint (1 ms) [2024-01-03T18:16:14.178Z] 14: [ RUN ] TestTypeTraits.IsArithmetic [2024-01-03T18:16:14.178Z] 14: [ OK ] TestTypeTraits.IsArithmetic (0 ms) [2024-01-03T18:16:14.178Z] 14: [ RUN ] TestTypeTraits.EnableIf [2024-01-03T18:16:14.178Z] 14: [ OK ] TestTypeTraits.EnableIf (1 ms) [2024-01-03T18:16:14.178Z] 14: [----------] 17 tests from TestTypeTraits (13 ms total) [2024-01-03T18:16:14.178Z] 14: [2024-01-03T18:16:14.178Z] 14: [----------] Global test environment tear-down [2024-01-03T18:16:14.178Z] 14: [==========] 17 tests from 1 test case ran. (21 ms total) [2024-01-03T18:16:14.178Z] 14: [ PASSED ] 17 tests. [2024-01-03T18:16:14.178Z] 14: [ ALL TESTS PASSED ] [2024-01-03T18:16:14.178Z] 14/30 Test #14: TestTypeTraits .................... Passed 0.13 sec [2024-01-03T18:16:14.178Z] test 15 [2024-01-03T18:16:14.178Z] Start 15: porttest [2024-01-03T18:16:14.178Z] [2024-01-03T18:16:14.178Z] 15: Test command: /usr/bin/qemu-riscv64-static "-L" "/opt/sysroot" "/home/jenkins/workspace/Build/build/fvtest/porttest/omrporttest" "--gtest_output=xml:/home/jenkins/workspace/Build/build/fvtest/porttest/omrporttest-results.xml" "--gtest_filter=-PortFileTest2.file_test20:PortFileTest2.file_test21:PortFileTest2.file_test22:PortFileTest2.file_test23:PortFileTest2.file_test24:PortFileTest2.file_test25:PortMmapTest.mmap_test5:PortSigTest.sig_test_async_handler:PortSigTest.sig_test_single_async_handler:PortSigTest.sig_test_mix_async_handler:PortSigTest.sig_test_mix_two_async_handlers:PortStrTest.str_test4:PortSysinfoTest.sysinfo_test_sysinfo_set_limit_ADDRESS_SPACE:PortStrTest.str_test4" [2024-01-03T18:16:14.178Z] 15: Test timeout computed to be: 10000000 [2024-01-03T18:16:14.178Z] 15: Note: Google Test filter = -PortFileTest2.file_test20:PortFileTest2.file_test21:PortFileTest2.file_test22:PortFileTest2.file_test23:PortFileTest2.file_test24:PortFileTest2.file_test25:PortMmapTest.mmap_test5:PortSigTest.sig_test_async_handler:PortSigTest.sig_test_single_async_handler:PortSigTest.sig_test_mix_async_handler:PortSigTest.sig_test_mix_two_async_handlers:PortStrTest.str_test4:PortSysinfoTest.sysinfo_test_sysinfo_set_limit_ADDRESS_SPACE:PortStrTest.str_test4 [2024-01-03T18:16:14.178Z] 15: [==========] Running 235 tests from 21 test cases. [2024-01-03T18:16:14.178Z] 15: [----------] 1 test from PortInitializationTest [2024-01-03T18:16:14.178Z] 15: [----------] 1 test from PortInitializationTest (4 ms total) [2024-01-03T18:16:14.178Z] 15: [2024-01-03T18:16:14.178Z] 15: [----------] 2 tests from PortFileTest [2024-01-03T18:16:14.178Z] 15: [----------] 2 tests from PortFileTest (7 ms total) [2024-01-03T18:16:14.178Z] 15: [2024-01-03T18:16:14.178Z] 15: [----------] 8 tests from PortHeapTest [2024-01-03T18:16:17.071Z] 15: [----------] 8 tests from PortHeapTest (3043 ms total) [2024-01-03T18:16:17.071Z] 15: [2024-01-03T18:16:17.071Z] 15: [----------] 8 tests from PortTest [2024-01-03T18:16:17.071Z] 15: [----------] 8 tests from PortTest (19 ms total) [2024-01-03T18:16:17.071Z] 15: [2024-01-03T18:16:17.071Z] 15: [----------] 11 tests from PortMemTest [2024-01-03T18:16:29.894Z] 15: [----------] 11 tests from PortMemTest (13348 ms total) [2024-01-03T18:16:29.895Z] 15: [2024-01-03T18:16:29.895Z] 15: [----------] 5 tests from PortDumpTest [2024-01-03T18:16:33.987Z] 15: [----------] 5 tests from PortDumpTest (3378 ms total) [2024-01-03T18:16:33.987Z] 15: [2024-01-03T18:16:33.987Z] 15: [----------] 4 tests from PortErrorTest [2024-01-03T18:16:33.987Z] 15: [----------] 4 tests from PortErrorTest (3 ms total) [2024-01-03T18:16:33.987Z] 15: [2024-01-03T18:16:33.987Z] 15: [----------] 35 tests from PortFileTest2 [2024-01-03T18:16:33.987Z] 15: $ [2024-01-03T18:16:33.987Z] 15: ? [2024-01-03T18:16:33.987Z] 15: ? [2024-01-03T18:16:33.987Z] 15: 𤭢 [2024-01-03T18:16:33.987Z] 15: þÿ [2024-01-03T18:16:33.987Z] 15: ****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************? [2024-01-03T18:16:33.987Z] 15: [----------] 35 tests from PortFileTest2 (489 ms total) [2024-01-03T18:16:33.987Z] 15: [2024-01-03T18:16:33.987Z] 15: [----------] 14 tests from PortFileStreamTest [2024-01-03T18:16:33.987Z] 15: [----------] 14 tests from PortFileStreamTest (55 ms total) [2024-01-03T18:16:33.987Z] 15: [2024-01-03T18:16:33.987Z] 15: [----------] 1 test from PortIntrospectTest [2024-01-03T18:16:33.987Z] 15: [----------] 1 test from PortIntrospectTest (1 ms total) [2024-01-03T18:16:33.987Z] 15: [2024-01-03T18:16:33.987Z] 15: [----------] 14 tests from PortMmapTest [2024-01-03T18:16:33.987Z] 15: [----------] 14 tests from PortMmapTest (25 ms total) [2024-01-03T18:16:33.987Z] 15: [2024-01-03T18:16:33.987Z] 15: [----------] 1 test from PortSignalExtendedTests [2024-01-03T18:16:33.987Z] 15: [----------] 1 test from PortSignalExtendedTests (32 ms total) [2024-01-03T18:16:33.987Z] 15: [2024-01-03T18:16:33.987Z] 15: [----------] 9 tests from PortSigTest [2024-01-03T18:16:33.987Z] 15: [----------] 9 tests from PortSigTest (16 ms total) [2024-01-03T18:16:33.987Z] 15: [2024-01-03T18:16:33.987Z] 15: [----------] 3 tests from PortSlTest [2024-01-03T18:16:33.987Z] 15: [----------] 3 tests from PortSlTest (7 ms total) [2024-01-03T18:16:33.987Z] 15: [2024-01-03T18:16:33.987Z] 15: [----------] 20 tests from PortStrTest [2024-01-03T18:16:33.987Z] 15: [----------] 20 tests from PortStrTest (51 ms total) [2024-01-03T18:16:33.987Z] 15: [2024-01-03T18:16:33.987Z] 15: [----------] 6 tests from PortTimeTest [2024-01-03T18:16:35.349Z] 15: 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-03T18:16:46.400Z] 15: [----------] 6 tests from PortTimeTest (11695 ms total) [2024-01-03T18:16:46.400Z] 15: [2024-01-03T18:16:46.400Z] 15: [----------] 8 tests from PortTtyTest [2024-01-03T18:16:46.400Z] 15: TTY printf, check check 1 2 3 check ... [2024-01-03T18:16:46.400Z] 15: New line [2024-01-03T18:16:46.400Z] 15: [----------] 8 tests from PortTtyTest (3 ms total) [2024-01-03T18:16:46.400Z] 15: [2024-01-03T18:16:46.400Z] 15: [----------] 19 tests from PortVmemTest [2024-01-03T18:16:46.401Z] 15: NUMA not available [2024-01-03T18:16:49.403Z] 15: [----------] 19 tests from PortVmemTest (3294 ms total) [2024-01-03T18:16:49.403Z] 15: [2024-01-03T18:16:49.403Z] 15: [----------] 38 tests from PortSysinfoTest [2024-01-03T18:16:49.403Z] 15: omrsysinfo_get_username returns -1. [2024-01-03T18:16:49.403Z] 15: If this is a supported platform, consider this as a failure [2024-01-03T18:16:49.403Z] 15: omrsysinfo_get_groupname returns -1. [2024-01-03T18:16:49.403Z] 15: If this is a supported platform, consider this as a failure [2024-01-03T18:16:49.403Z] 15: originalSoftLimit=1024 [2024-01-03T18:16:49.403Z] 15: originalHardLimit=524288 [2024-01-03T18:16:49.403Z] 15: soft set to hard limit=524288 [2024-01-03T18:16:59.355Z] 15: [----------] 38 tests from PortSysinfoTest (8751 ms total) [2024-01-03T18:16:59.355Z] 15: [2024-01-03T18:16:59.355Z] 15: [----------] 9 tests from CgroupTest [2024-01-03T18:16:59.355Z] 15: /proc/self/cgroup line: [2024-01-03T18:16:59.355Z] 15: 0::/ [2024-01-03T18:16:59.355Z] 15: [----------] 9 tests from CgroupTest (14 ms total) [2024-01-03T18:16:59.355Z] 15: [2024-01-03T18:16:59.355Z] 15: [----------] 19 tests from PortSockTest [2024-01-03T18:16:59.355Z] 15: WARNING: Cannot test IPV6: Failed to find to IPV6 interface. [2024-01-03T18:16:59.355Z] 15: [----------] 19 tests from PortSockTest (1062 ms total) [2024-01-03T18:16:59.355Z] 15: [2024-01-03T18:16:59.355Z] 15: [==========] 235 tests from 21 test cases ran. (45390 ms total) [2024-01-03T18:16:59.355Z] 15: [ PASSED ] 235 tests. [2024-01-03T18:16:59.355Z] 15: [ ALL TESTS PASSED ] [2024-01-03T18:16:59.355Z] 15: [2024-01-03T18:16:59.355Z] 15: YOU HAVE 3 DISABLED TESTS [2024-01-03T18:16:59.355Z] 15: [2024-01-03T18:16:59.355Z] 15: Some textSome text [2024-01-03T18:16:59.355Z] 15/30 Test #15: porttest .......................... Passed 45.64 sec [2024-01-03T18:16:59.355Z] test 16 [2024-01-03T18:16:59.355Z] Start 16: rastest [2024-01-03T18:16:59.355Z] [2024-01-03T18:16:59.355Z] 16: Test command: /usr/bin/qemu-riscv64-static "-L" "/opt/sysroot" "/home/jenkins/workspace/Build/build/fvtest/rastest/omrrastest" "--gtest_output=xml:/home/jenkins/workspace/Build/build/fvtest/rastest/omrrastest-results.xml" [2024-01-03T18:16:59.355Z] 16: Test timeout computed to be: 10000000 [2024-01-03T18:16:59.355Z] 16: [==========] Running 38 tests from 11 test cases. [2024-01-03T18:16:59.355Z] 16: [----------] 3 tests from RASAgentNegativeTest [2024-01-03T18:16:59.355Z] 16: [----------] 3 tests from RASAgentNegativeTest (34 ms total) [2024-01-03T18:16:59.355Z] 16: [2024-01-03T18:16:59.355Z] 16: [----------] 2 tests from RASAgentTest [2024-01-03T18:16:59.355Z] 16: [----------] 2 tests from RASAgentTest (1 ms total) [2024-01-03T18:16:59.355Z] 16: [2024-01-03T18:16:59.355Z] 16: [----------] 1 test from RASMemoryCategoriesTest [2024-01-03T18:16:59.355Z] 16: [2024-01-03T18:16:59.355Z] 16: Negative path: get categories with an undersized buffer [2024-01-03T18:16:59.355Z] 16: written_count=16, total_categories=17 [2024-01-03T18:16:59.355Z] 16: RUNTIME 288816 bytes / 51 allocations (Shallow: 0 bytes / 0 allocations) [2024-01-03T18:16:59.355Z] 16: VM 288816 bytes / 51 allocations (Shallow: 976 bytes / 7 allocations) [2024-01-03T18:16:59.355Z] 16: Threads 285168 bytes / 33 allocations (Shallow: 23024 bytes / 32 allocations) [2024-01-03T18:16:59.355Z] 16: Native Stack 262144 bytes / 1 allocations [2024-01-03T18:16:59.355Z] 16: Port Library 2256 bytes / 9 allocations [2024-01-03T18:16:59.355Z] 16: OMRTI 416 bytes / 2 allocations [2024-01-03T18:16:59.355Z] 16: [2024-01-03T18:16:59.355Z] 16: Positive path: get and validate categories [2024-01-03T18:16:59.355Z] 16: written_count=17, total_categories=17 [2024-01-03T18:16:59.355Z] 16: RUNTIME 288816 bytes / 51 allocations (Shallow: 0 bytes / 0 allocations) [2024-01-03T18:16:59.355Z] 16: VM 288816 bytes / 51 allocations (Shallow: 976 bytes / 7 allocations) [2024-01-03T18:16:59.355Z] 16: Threads 285168 bytes / 33 allocations (Shallow: 23024 bytes / 32 allocations) [2024-01-03T18:16:59.355Z] 16: Native Stack 262144 bytes / 1 allocations [2024-01-03T18:16:59.355Z] 16: Port Library 2256 bytes / 9 allocations [2024-01-03T18:16:59.355Z] 16: OMRTI 416 bytes / 2 allocations [2024-01-03T18:16:59.355Z] 16: [2024-01-03T18:16:59.355Z] 16: Positive path: get and validate categories and total_categories is null [2024-01-03T18:16:59.355Z] 16: written_count=17 [2024-01-03T18:16:59.355Z] 16: RUNTIME 288816 bytes / 51 allocations (Shallow: 0 bytes / 0 allocations) [2024-01-03T18:16:59.355Z] 16: VM 288816 bytes / 51 allocations (Shallow: 976 bytes / 7 allocations) [2024-01-03T18:16:59.355Z] 16: Threads 285168 bytes / 33 allocations (Shallow: 23024 bytes / 32 allocations) [2024-01-03T18:16:59.355Z] 16: Native Stack 262144 bytes / 1 allocations [2024-01-03T18:16:59.355Z] 16: Port Library 2256 bytes / 9 allocations [2024-01-03T18:16:59.355Z] 16: OMRTI 416 bytes / 2 allocations [2024-01-03T18:16:59.355Z] 16: [2024-01-03T18:16:59.355Z] 16: Positive path: get and validate categories with oversized max_categories and oversized buffer [2024-01-03T18:16:59.355Z] 16: written_count=17, total_categories=17 [2024-01-03T18:16:59.355Z] 16: RUNTIME 288880 bytes / 51 allocations (Shallow: 0 bytes / 0 allocations) [2024-01-03T18:16:59.355Z] 16: VM 288880 bytes / 51 allocations (Shallow: 976 bytes / 7 allocations) [2024-01-03T18:16:59.355Z] 16: Threads 285168 bytes / 33 allocations (Shallow: 23024 bytes / 32 allocations) [2024-01-03T18:16:59.355Z] 16: Native Stack 262144 bytes / 1 allocations [2024-01-03T18:16:59.355Z] 16: Port Library 2320 bytes / 9 allocations [2024-01-03T18:16:59.355Z] 16: OMRTI 416 bytes / 2 allocations [2024-01-03T18:16:59.355Z] 16: [2024-01-03T18:16:59.355Z] 16: Positive path: get and validate categories with oversized buffer and total_categories is null [2024-01-03T18:16:59.355Z] 16: written_count=17, total_categories=17 [2024-01-03T18:16:59.355Z] 16: RUNTIME 288880 bytes / 51 allocations (Shallow: 0 bytes / 0 allocations) [2024-01-03T18:16:59.355Z] 16: VM 288880 bytes / 51 allocations (Shallow: 976 bytes / 7 allocations) [2024-01-03T18:16:59.355Z] 16: Threads 285168 bytes / 33 allocations (Shallow: 23024 bytes / 32 allocations) [2024-01-03T18:16:59.355Z] 16: Native Stack 262144 bytes / 1 allocations [2024-01-03T18:16:59.355Z] 16: Port Library 2320 bytes / 9 allocations [2024-01-03T18:16:59.355Z] 16: OMRTI 416 bytes / 2 allocations [2024-01-03T18:16:59.355Z] 16: [2024-01-03T18:16:59.355Z] 16: Positive path: get and validate categories with oversized max_categories, oversized buffer and total_categories is null [2024-01-03T18:16:59.355Z] 16: written_count=17 [2024-01-03T18:16:59.355Z] 16: RUNTIME 288880 bytes / 51 allocations (Shallow: 0 bytes / 0 allocations) [2024-01-03T18:16:59.355Z] 16: VM 288880 bytes / 51 allocations (Shallow: 976 bytes / 7 allocations) [2024-01-03T18:16:59.355Z] 16: Threads 285168 bytes / 33 allocations (Shallow: 23024 bytes / 32 allocations) [2024-01-03T18:16:59.355Z] 16: Native Stack 262144 bytes / 1 allocations [2024-01-03T18:16:59.355Z] 16: Port Library 2320 bytes / 9 allocations [2024-01-03T18:16:59.355Z] 16: OMRTI 416 bytes / 2 allocations [2024-01-03T18:16:59.355Z] 16: [----------] 1 test from RASMemoryCategoriesTest (16 ms total) [2024-01-03T18:16:59.355Z] 16: [2024-01-03T18:16:59.355Z] 16: [----------] 5 tests from RASMethodDictionaryTest [2024-01-03T18:16:59.355Z] 16: [----------] 5 tests from RASMethodDictionaryTest (16 ms total) [2024-01-03T18:16:59.355Z] 16: [2024-01-03T18:16:59.355Z] 16: [----------] 9 tests from TraceLifecycleTest [2024-01-03T18:16:59.355Z] 16: /home/jenkins/workspace/Build/fvtest/rastest/traceLifecycleTest.cpp:544 OMR_Thread_Init(&testVM->omrVM, NULL, &vmthread, "attachDetachHelper") failed, rc=10 (OMR_ERROR_NOT_AVAILABLE) [2024-01-03T18:16:59.355Z] 16: /home/jenkins/workspace/Build/fvtest/rastest/traceLifecycleTest.cpp:544 OMR_Thread_Init(&testVM->omrVM, NULL, &vmthread, "attachDetachHelper") failed, rc=10 (OMR_ERROR_NOT_AVAILABLE) [2024-01-03T18:16:59.355Z] 16: /home/jenkins/workspace/Build/fvtest/rastest/traceLifecycleTest.cpp:544 OMR_Thread_Init(&testVM->omrVM, NULL, &vmthread, "attachDetachHelper") failed, rc=10 (OMR_ERROR_NOT_AVAILABLE) [2024-01-03T18:16:59.355Z] 16: /home/jenkins/workspace/Build/fvtest/rastest/traceLifecycleTest.cpp:544 OMR_Thread_Init(&testVM->omrVM, NULL, &vmthread, "attachDetachHelper") failed, rc=10 (OMR_ERROR_NOT_AVAILABLE) [2024-01-03T18:16:59.355Z] 16: /home/jenkins/workspace/Build/fvtest/rastest/traceLifecycleTest.cpp:544 OMR_Thread_Init(&testVM->omrVM, NULL, &vmthread, "attachDetachHelper") failed, rc=10 (OMR_ERROR_NOT_AVAILABLE) [2024-01-03T18:16:59.355Z] 16: /home/jenkins/workspace/Build/fvtest/rastest/traceLifecycleTest.cpp:544 OMR_Thread_Init(&testVM->omrVM, NULL, &vmthread, "attachDetachHelper") failed, rc=10 (OMR_ERROR_NOT_AVAILABLE) [2024-01-03T18:16:59.355Z] 16: [----------] 9 tests from TraceLifecycleTest (104 ms total) [2024-01-03T18:16:59.355Z] 16: [2024-01-03T18:16:59.355Z] 16: [----------] 1 test from TraceLogTest [2024-01-03T18:16:59.355Z] 16: [----------] 1 test from TraceLogTest (27 ms total) [2024-01-03T18:16:59.355Z] 16: [2024-01-03T18:16:59.355Z] 16: [----------] 1 test from RASTraceTest [2024-01-03T18:16:59.355Z] 16: omr_trc_startup: failed to set trace options, rc=9 [2024-01-03T18:16:59.355Z] 16: omr_trc_startup error, rc=9 [2024-01-03T18:16:59.355Z] 16: /home/jenkins/workspace/Build/fvtest/rastest/traceagent.c:262 Free physical memory size (in bytes): 7815577600, rc = 0 (OMR_ERROR_NONE), the function call is successful ! [2024-01-03T18:16:59.355Z] 16: /home/jenkins/workspace/Build/fvtest/rastest/traceagent.c:272 Process virtual memory size (in bytes): 1449250816, rc = 0 (OMR_ERROR_NONE), the function call is successful ! [2024-01-03T18:16:59.355Z] 16: /home/jenkins/workspace/Build/fvtest/rastest/traceagent.c:281 Process physical memory size (in bytes): 20377600, rc = 0 (OMR_ERROR_NONE), the function call is successful ! [2024-01-03T18:16:59.355Z] 16: /home/jenkins/workspace/Build/fvtest/rastest/traceagent.c:292 Process private memory size (in bytes): 1440215040, rc = 0 (OMR_ERROR_NONE), the function call is successful ! [2024-01-03T18:16:59.355Z] 16: traceMetaLength=252 [2024-01-03T18:17:00.854Z] 16: bindthreadagent: BindCurrentThread passed, vmThread=0x400038be10 [2024-01-03T18:17:00.854Z] 16: bindthreadagent: recursive BindCurrentThread passed, vmThread2=0x400038be10 [2024-01-03T18:17:00.854Z] 16: bindthreadagent: recursive UnbindCurrentThread passed [2024-01-03T18:17:00.854Z] 16: bindthreadagent: UnbindCurrentThread passed [2024-01-03T18:17:00.854Z] 16: bindthreadagent: BindCurrentThread passed, vmThread=0x4034000b90 [2024-01-03T18:17:00.854Z] 16: bindthreadagent: recursive BindCurrentThread passed, vmThread2=0x4034000b90 [2024-01-03T18:17:00.854Z] 16: bindthreadagent: recursive UnbindCurrentThread passed [2024-01-03T18:17:00.854Z] 16: bindthreadagent: UnbindCurrentThread passed [2024-01-03T18:17:00.854Z] 16: [----------] 1 test from RASTraceTest (228 ms total) [2024-01-03T18:17:00.854Z] 16: [2024-01-03T18:17:00.854Z] 16: [----------] 6 tests from InvalidAgentOpts/RASAgentNegativeTest [2024-01-03T18:17:00.854Z] 16: [----------] 6 tests from InvalidAgentOpts/RASAgentNegativeTest (10 ms total) [2024-01-03T18:17:00.854Z] 16: [2024-01-03T18:17:00.854Z] 16: [----------] 6 tests from TraceNotStartedAgentOpts/RASAgentTest [2024-01-03T18:17:00.854Z] 16: traceNotStartedAgent: Agent_OnLoad(options="(null)") [2024-01-03T18:17:00.854Z] 16: traceNotStartedAgent: BindCurrentThread passed, vmThread=0x0x400038be10 [2024-01-03T18:17:00.854Z] 16: traceNotStartedAgent: SetTraceOptions: rc = 10 [2024-01-03T18:17:00.854Z] 16: traceNotStartedAgent: GetTraceMetadata: rc = 10 [2024-01-03T18:17:00.854Z] 16: traceNotStartedAgent: RegisterRecordSubscriber: rc = 10 [2024-01-03T18:17:00.854Z] 16: traceNotStartedAgent: FlushTraceData: rc = 10 [2024-01-03T18:17:00.854Z] 16: traceNotStartedAgent: DeregisterRecordSubscriber: rc = 9 [2024-01-03T18:17:00.854Z] 16: traceNotStartedAgent: UnbindCurrentThread passed [2024-01-03T18:17:00.854Z] 16: traceNotStartedAgent: Agent_OnUnload [2024-01-03T18:17:00.854Z] 16: traceNotStartedAgent: Agent_OnLoad(options="(null)") [2024-01-03T18:17:00.854Z] 16: traceNotStartedAgent: BindCurrentThread passed, vmThread=0x0x400038be10 [2024-01-03T18:17:00.854Z] 16: traceNotStartedAgent: SetTraceOptions: rc = 10 [2024-01-03T18:17:00.854Z] 16: traceNotStartedAgent: GetTraceMetadata: rc = 10 [2024-01-03T18:17:00.854Z] 16: traceNotStartedAgent: RegisterRecordSubscriber: rc = 10 [2024-01-03T18:17:00.854Z] 16: traceNotStartedAgent: FlushTraceData: rc = 10 [2024-01-03T18:17:00.854Z] 16: traceNotStartedAgent: DeregisterRecordSubscriber: rc = 9 [2024-01-03T18:17:00.854Z] 16: traceNotStartedAgent: UnbindCurrentThread passed [2024-01-03T18:17:00.854Z] 16: traceNotStartedAgent: Agent_OnUnload [2024-01-03T18:17:00.854Z] 16: traceNotStartedAgent: Agent_OnLoad(options="abc") [2024-01-03T18:17:00.854Z] 16: traceNotStartedAgent: BindCurrentThread passed, vmThread=0x0x400038be10 [2024-01-03T18:17:00.854Z] 16: traceNotStartedAgent: SetTraceOptions: rc = 10 [2024-01-03T18:17:00.854Z] 16: traceNotStartedAgent: GetTraceMetadata: rc = 10 [2024-01-03T18:17:00.854Z] 16: traceNotStartedAgent: RegisterRecordSubscriber: rc = 10 [2024-01-03T18:17:00.854Z] 16: traceNotStartedAgent: FlushTraceData: rc = 10 [2024-01-03T18:17:00.854Z] 16: traceNotStartedAgent: DeregisterRecordSubscriber: rc = 9 [2024-01-03T18:17:00.854Z] 16: traceNotStartedAgent: UnbindCurrentThread passed [2024-01-03T18:17:00.854Z] 16: traceNotStartedAgent: Agent_OnUnload [2024-01-03T18:17:00.854Z] 16: traceNotStartedAgent: Agent_OnLoad(options="(null)") [2024-01-03T18:17:00.854Z] 16: traceNotStartedAgent: BindCurrentThread passed, vmThread=0x0x400038be10 [2024-01-03T18:17:00.854Z] 16: traceNotStartedAgent: SetTraceOptions: rc = 10 [2024-01-03T18:17:00.854Z] 16: traceNotStartedAgent: GetTraceMetadata: rc = 10 [2024-01-03T18:17:00.854Z] 16: traceNotStartedAgent: RegisterRecordSubscriber: rc = 10 [2024-01-03T18:17:00.854Z] 16: traceNotStartedAgent: FlushTraceData: rc = 10 [2024-01-03T18:17:00.854Z] 16: traceNotStartedAgent: DeregisterRecordSubscriber: rc = 9 [2024-01-03T18:17:00.854Z] 16: traceNotStartedAgent: UnbindCurrentThread passed [2024-01-03T18:17:00.854Z] 16: traceNotStartedAgent: Agent_OnUnload [2024-01-03T18:17:00.854Z] 16: traceNotStartedAgent: Agent_OnLoad(options="(null)") [2024-01-03T18:17:00.854Z] 16: traceNotStartedAgent: BindCurrentThread passed, vmThread=0x0x400038be10 [2024-01-03T18:17:00.854Z] 16: traceNotStartedAgent: SetTraceOptions: rc = 10 [2024-01-03T18:17:00.854Z] 16: traceNotStartedAgent: GetTraceMetadata: rc = 10 [2024-01-03T18:17:00.854Z] 16: traceNotStartedAgent: RegisterRecordSubscriber: rc = 10 [2024-01-03T18:17:00.854Z] 16: traceNotStartedAgent: FlushTraceData: rc = 10 [2024-01-03T18:17:00.854Z] 16: traceNotStartedAgent: DeregisterRecordSubscriber: rc = 9 [2024-01-03T18:17:00.854Z] 16: traceNotStartedAgent: UnbindCurrentThread passed [2024-01-03T18:17:00.854Z] 16: traceNotStartedAgent: Agent_OnUnload [2024-01-03T18:17:00.854Z] 16: traceNotStartedAgent: Agent_OnLoad(options="abc") [2024-01-03T18:17:00.854Z] 16: traceNotStartedAgent: BindCurrentThread passed, vmThread=0x0x400038be10 [2024-01-03T18:17:00.854Z] 16: traceNotStartedAgent: SetTraceOptions: rc = 10 [2024-01-03T18:17:00.854Z] 16: traceNotStartedAgent: GetTraceMetadata: rc = 10 [2024-01-03T18:17:00.854Z] 16: traceNotStartedAgent: RegisterRecordSubscriber: rc = 10 [2024-01-03T18:17:00.854Z] 16: traceNotStartedAgent: FlushTraceData: rc = 10 [2024-01-03T18:17:00.854Z] 16: traceNotStartedAgent: DeregisterRecordSubscriber: rc = 9 [2024-01-03T18:17:00.854Z] 16: traceNotStartedAgent: UnbindCurrentThread passed [2024-01-03T18:17:00.854Z] 16: traceNotStartedAgent: Agent_OnUnload [2024-01-03T18:17:00.854Z] 16: [----------] 6 tests from TraceNotStartedAgentOpts/RASAgentTest (14 ms total) [2024-01-03T18:17:00.854Z] 16: [2024-01-03T18:17:00.854Z] 16: [----------] 2 tests from CpuLoadAgentOpts/RASAgentTest [2024-01-03T18:17:00.854Z] 16: cpuLoadAgent: Agent_OnLoad(options="") [2024-01-03T18:17:00.854Z] 16: cpuLoadAgent: BindCurrentThread passed, vmThread=0x000000400038BE10 [2024-01-03T18:17:00.854Z] 16: Test GetProcessCpuLoad() [2024-01-03T18:17:02.461Z] 16: callIndex: 1: rc = 13 (OMR_ERROR_RETRY), the function call is successful ! [2024-01-03T18:17:03.961Z] 16: callIndex: 2: rc = 13 (OMR_ERROR_RETRY), the function call is successful ! [2024-01-03T18:17:05.567Z] 16: callIndex: 3: rc = 0 (OMR_ERROR_NONE), the function call is successful ! Process CPU load: 0.062042 [2024-01-03T18:17:07.068Z] 16: callIndex: 4: rc = 0 (OMR_ERROR_NONE), the function call is successful ! Process CPU load: 0.068861 [2024-01-03T18:17:08.569Z] 16: callIndex: 5: rc = 0 (OMR_ERROR_NONE), the function call is successful ! Process CPU load: 0.053847 [2024-01-03T18:17:11.193Z] 16: callIndex: 7: rc = 13 (OMR_ERROR_RETRY), the function call is successful ! [2024-01-03T18:17:17.339Z] 16: callIndex: 10: rc = 0 (OMR_ERROR_NONE), the function call is successful ! Process CPU load: 0.459730 [2024-01-03T18:17:18.730Z] 16: callIndex: 11: rc = 10 (OMR_ERROR_NOT_AVAILABLE), the function call is successful ! [2024-01-03T18:17:21.543Z] 16: callIndex: 12: rc = 10 (OMR_ERROR_NOT_AVAILABLE), the function call is successful ! [2024-01-03T18:17:21.543Z] 16: callIndex: 13: rc = 11 (OMR_THREAD_NOT_ATTACHED), the function call is successful ! [2024-01-03T18:17:21.543Z] 16: cpuLoadAgent: GetProcessCpuLoad() passed [2024-01-03T18:17:21.544Z] 16: Test GetSystemCpuLoad() [2024-01-03T18:17:22.879Z] 16: callIndex: 1: rc = 13 (OMR_ERROR_RETRY), the function call is successful ! [2024-01-03T18:17:25.394Z] 16: callIndex: 2: rc = 13 (OMR_ERROR_RETRY), the function call is successful ! [2024-01-03T18:17:26.791Z] 16: callIndex: 3: rc = 0 (OMR_ERROR_NONE), the function call is successful ! system CPU load: 0.060656 [2024-01-03T18:17:28.292Z] 16: callIndex: 4: rc = 0 (OMR_ERROR_NONE), the function call is successful ! system CPU load: 0.058849 [2024-01-03T18:17:31.260Z] 16: callIndex: 5: rc = 0 (OMR_ERROR_NONE), the function call is successful ! system CPU load: 0.070168 [2024-01-03T18:17:34.078Z] 16: callIndex: 7: rc = 13 (OMR_ERROR_RETRY), the function call is successful ! [2024-01-03T18:17:39.742Z] 16: callIndex: 10: rc = 0 (OMR_ERROR_NONE), the function call is successful ! system CPU load: 0.475817 [2024-01-03T18:17:41.245Z] 16: callIndex: 11: rc = 10 (OMR_ERROR_NOT_AVAILABLE), the function call is successful ! [2024-01-03T18:17:42.747Z] 16: callIndex: 12: rc = 10 (OMR_ERROR_NOT_AVAILABLE), the function call is successful ! [2024-01-03T18:17:42.747Z] 16: callIndex: 13: rc = 11 (OMR_THREAD_NOT_ATTACHED), the function call is successful ! [2024-01-03T18:17:42.747Z] 16: cpuLoadAgent: GetSystemCpuLoad() passed [2024-01-03T18:17:42.747Z] 16: cpuLoadAgent: UnbindCurrentThread passed [2024-01-03T18:17:42.747Z] 16: cpuLoadAgent: Agent_OnUnload [2024-01-03T18:17:42.747Z] 16: cpuLoadAgent: Agent_OnLoad(options="") [2024-01-03T18:17:42.747Z] 16: cpuLoadAgent: BindCurrentThread passed, vmThread=0x000000400038BE10 [2024-01-03T18:17:42.747Z] 16: Test GetProcessCpuLoad() [2024-01-03T18:17:45.691Z] 16: callIndex: 1: rc = 13 (OMR_ERROR_RETRY), the function call is successful ! [2024-01-03T18:17:47.196Z] 16: callIndex: 2: rc = 13 (OMR_ERROR_RETRY), the function call is successful ! [2024-01-03T18:17:48.697Z] 16: callIndex: 3: rc = 0 (OMR_ERROR_NONE), the function call is successful ! Process CPU load: 0.057828 [2024-01-03T18:17:50.197Z] 16: callIndex: 4: rc = 0 (OMR_ERROR_NONE), the function call is successful ! Process CPU load: 0.055993 [2024-01-03T18:17:51.696Z] 16: callIndex: 5: rc = 0 (OMR_ERROR_NONE), the function call is successful ! Process CPU load: 0.057675 [2024-01-03T18:17:56.248Z] 16: callIndex: 7: rc = 13 (OMR_ERROR_RETRY), the function call is successful ! [2024-01-03T18:18:02.574Z] 16: callIndex: 10: rc = 0 (OMR_ERROR_NONE), the function call is successful ! Process CPU load: 0.490567 [2024-01-03T18:18:04.071Z] 16: callIndex: 11: rc = 10 (OMR_ERROR_NOT_AVAILABLE), the function call is successful ! [2024-01-03T18:18:05.571Z] 16: callIndex: 12: rc = 10 (OMR_ERROR_NOT_AVAILABLE), the function call is successful ! [2024-01-03T18:18:05.571Z] 16: callIndex: 13: rc = 11 (OMR_THREAD_NOT_ATTACHED), the function call is successful ! [2024-01-03T18:18:05.571Z] 16: cpuLoadAgent: GetProcessCpuLoad() passed [2024-01-03T18:18:05.571Z] 16: Test GetSystemCpuLoad() [2024-01-03T18:18:08.657Z] 16: callIndex: 1: rc = 13 (OMR_ERROR_RETRY), the function call is successful ! [2024-01-03T18:18:10.155Z] 16: callIndex: 2: rc = 13 (OMR_ERROR_RETRY), the function call is successful ! [2024-01-03T18:18:11.655Z] 16: callIndex: 3: rc = 0 (OMR_ERROR_NONE), the function call is successful ! system CPU load: 0.055806 [2024-01-03T18:18:13.152Z] 16: callIndex: 4: rc = 0 (OMR_ERROR_NONE), the function call is successful ! system CPU load: 0.066476 [2024-01-03T18:18:16.262Z] 16: callIndex: 5: rc = 0 (OMR_ERROR_NONE), the function call is successful ! system CPU load: 0.058658 [2024-01-03T18:18:19.183Z] 16: callIndex: 7: rc = 13 (OMR_ERROR_RETRY), the function call is successful ! [2024-01-03T18:18:25.241Z] 16: callIndex: 10: rc = 0 (OMR_ERROR_NONE), the function call is successful ! system CPU load: 0.537263 [2024-01-03T18:18:26.748Z] 16: callIndex: 11: rc = 10 (OMR_ERROR_NOT_AVAILABLE), the function call is successful ! [2024-01-03T18:18:29.854Z] 16: callIndex: 12: rc = 10 (OMR_ERROR_NOT_AVAILABLE), the function call is successful ! [2024-01-03T18:18:29.854Z] 16: callIndex: 13: rc = 11 (OMR_THREAD_NOT_ATTACHED), the function call is successful ! [2024-01-03T18:18:29.854Z] 16: cpuLoadAgent: GetSystemCpuLoad() passed [2024-01-03T18:18:29.854Z] 16: cpuLoadAgent: UnbindCurrentThread passed [2024-01-03T18:18:29.854Z] 16: cpuLoadAgent: Agent_OnUnload [2024-01-03T18:18:29.854Z] 16: [----------] 2 tests from CpuLoadAgentOpts/RASAgentTest (88958 ms total) [2024-01-03T18:18:29.854Z] 16: [2024-01-03T18:18:29.854Z] 16: [----------] 2 tests from BindThreadAgentOpts/RASAgentTest [2024-01-03T18:18:29.854Z] 16: bindthreadagent: BindCurrentThread passed, vmThread=0x400038be10 [2024-01-03T18:18:29.854Z] 16: bindthreadagent: recursive BindCurrentThread passed, vmThread2=0x400038be10 [2024-01-03T18:18:29.854Z] 16: bindthreadagent: recursive UnbindCurrentThread passed [2024-01-03T18:18:29.854Z] 16: bindthreadagent: UnbindCurrentThread passed [2024-01-03T18:18:29.854Z] 16: bindthreadagent: BindCurrentThread passed, vmThread=0x4034000b90 [2024-01-03T18:18:29.854Z] 16: bindthreadagent: recursive BindCurrentThread passed, vmThread2=0x4034000b90 [2024-01-03T18:18:29.854Z] 16: bindthreadagent: recursive UnbindCurrentThread passed [2024-01-03T18:18:29.854Z] 16: bindthreadagent: UnbindCurrentThread passed [2024-01-03T18:18:29.854Z] 16: bindthreadagent: BindCurrentThread passed, vmThread=0x400038be10 [2024-01-03T18:18:29.854Z] 16: bindthreadagent: recursive BindCurrentThread passed, vmThread2=0x400038be10 [2024-01-03T18:18:29.854Z] 16: bindthreadagent: recursive UnbindCurrentThread passed [2024-01-03T18:18:29.854Z] 16: bindthreadagent: UnbindCurrentThread passed [2024-01-03T18:18:29.854Z] 16: bindthreadagent: BindCurrentThread passed, vmThread=0x4034000b90 [2024-01-03T18:18:29.854Z] 16: bindthreadagent: recursive BindCurrentThread passed, vmThread2=0x4034000b90 [2024-01-03T18:18:29.854Z] 16: bindthreadagent: recursive UnbindCurrentThread passed [2024-01-03T18:18:29.854Z] 16: bindthreadagent: UnbindCurrentThread passed [2024-01-03T18:18:29.854Z] 16: [----------] 2 tests from BindThreadAgentOpts/RASAgentTest (414 ms total) [2024-01-03T18:18:29.854Z] 16: [2024-01-03T18:18:29.854Z] 16: [==========] 38 tests from 11 test cases ran. (89876 ms total) [2024-01-03T18:18:29.854Z] 16: [ PASSED ] 38 tests. [2024-01-03T18:18:29.854Z] 16: [ ALL TESTS PASSED ] [2024-01-03T18:18:29.854Z] 16: [2024-01-03T18:18:29.854Z] 16: YOU HAVE 2 DISABLED TESTS [2024-01-03T18:18:29.854Z] 16: [2024-01-03T18:18:29.854Z] 16/30 Test #16: rastest ........................... Passed 90.08 sec [2024-01-03T18:18:29.854Z] test 17 [2024-01-03T18:18:29.854Z] Start 17: subscribertest [2024-01-03T18:18:29.854Z] [2024-01-03T18:18:29.854Z] 17: Test command: /usr/bin/qemu-riscv64-static "-L" "/opt/sysroot" "/home/jenkins/workspace/Build/build/fvtest/rastest/omrsubscribertest" "--gtest_output=xml:/home/jenkins/workspace/Build/build/fvtest/rastest/omrsubscribertest-results.xml" [2024-01-03T18:18:29.854Z] 17: Test timeout computed to be: 10000000 [2024-01-03T18:18:29.854Z] 17: [==========] Running 3 tests from 2 test cases. [2024-01-03T18:18:29.854Z] 17: [----------] 1 test from RASSubscriberTest [2024-01-03T18:18:29.854Z] 17: [----------] 1 test from RASSubscriberTest (83 ms total) [2024-01-03T18:18:29.854Z] 17: [2024-01-03T18:18:29.854Z] 17: [----------] 2 tests from RASSubscriberForkTest [2024-01-03T18:18:29.854Z] 17: [----------] 2 tests from RASSubscriberForkTest (140 ms total) [2024-01-03T18:18:29.854Z] 17: [2024-01-03T18:18:29.854Z] 17: [==========] 3 tests from 2 test cases ran. (270 ms total) [2024-01-03T18:18:29.854Z] 17: [ PASSED ] 3 tests. [2024-01-03T18:18:29.854Z] 17: [ ALL TESTS PASSED ] [2024-01-03T18:18:29.854Z] 17: [2024-01-03T18:18:29.854Z] 17: YOU HAVE 1 DISABLED TEST [2024-01-03T18:18:29.854Z] 17: [2024-01-03T18:18:29.854Z] 17/30 Test #17: subscribertest .................... Passed 0.41 sec [2024-01-03T18:18:29.854Z] test 18 [2024-01-03T18:18:29.854Z] Start 18: traceoptiontest [2024-01-03T18:18:29.854Z] [2024-01-03T18:18:29.854Z] 18: Test command: /usr/bin/qemu-riscv64-static "-L" "/opt/sysroot" "/home/jenkins/workspace/Build/build/fvtest/rastest/omrtraceoptiontest" "--gtest_output=xml:/home/jenkins/workspace/Build/build/fvtest/rastest/omrtraceoptiontest-results.xml" [2024-01-03T18:18:29.854Z] 18: Test timeout computed to be: 10000000 [2024-01-03T18:18:29.854Z] 18: [==========] Running 1 test from 1 test case. [2024-01-03T18:18:29.854Z] 18: [----------] 1 test from RASTraceOptionTest [2024-01-03T18:18:29.854Z] 18: [----------] 1 test from RASTraceOptionTest (47 ms total) [2024-01-03T18:18:29.854Z] 18: [2024-01-03T18:18:29.854Z] 18: [==========] 1 test from 1 test case ran. (107 ms total) [2024-01-03T18:18:29.854Z] 18: [ PASSED ] 1 test. [2024-01-03T18:18:29.854Z] 18: [ ALL TESTS PASSED ] [2024-01-03T18:18:29.854Z] 18/30 Test #18: traceoptiontest ................... Passed 0.24 sec [2024-01-03T18:18:29.854Z] test 19 [2024-01-03T18:18:29.854Z] Start 19: sigtest [2024-01-03T18:18:29.854Z] [2024-01-03T18:18:29.854Z] 19: Test command: /usr/bin/qemu-riscv64-static "-L" "/opt/sysroot" "/home/jenkins/workspace/Build/build/fvtest/sigtest/omrsigtest" "--gtest_output=xml:/home/jenkins/workspace/Build/build/fvtest/sigtest/omrsigtest-results.xml" [2024-01-03T18:18:29.854Z] 19: Test timeout computed to be: 10000000 [2024-01-03T18:18:29.854Z] 19: [==========] Running 7 tests from 1 test case. [2024-01-03T18:18:29.854Z] 19: [----------] 7 tests from OmrSigTest [2024-01-03T18:18:32.961Z] 19: [----------] 7 tests from OmrSigTest (2386 ms total) [2024-01-03T18:18:32.961Z] 19: [2024-01-03T18:18:32.961Z] 19: [==========] 7 tests from 1 test case ran. (2437 ms total) [2024-01-03T18:18:32.961Z] 19: [ PASSED ] 7 tests. [2024-01-03T18:18:32.961Z] 19: [ ALL TESTS PASSED ] [2024-01-03T18:18:32.961Z] 19/30 Test #19: sigtest ........................... Passed 2.57 sec [2024-01-03T18:18:32.961Z] test 20 [2024-01-03T18:18:32.961Z] Start 20: threadextendedtest [2024-01-03T18:18:32.961Z] [2024-01-03T18:18:32.961Z] 20: Test command: /usr/bin/qemu-riscv64-static "-L" "/opt/sysroot" "/home/jenkins/workspace/Build/build/fvtest/threadextendedtest/omrthreadextendedtest" "--gtest_output=xml:/home/jenkins/workspace/Build/build/fvtest/threadextendedtest/omrthreadextendedtest-results.xml" [2024-01-03T18:18:32.961Z] 20: Test timeout computed to be: 10000000 [2024-01-03T18:18:32.961Z] 20: [==========] Running 6 tests from 4 test cases. [2024-01-03T18:18:32.961Z] 20: [----------] 2 tests from ThreadCpuTime [2024-01-03T18:19:04.672Z] 20: [----------] 2 tests from ThreadCpuTime (30867 ms total) [2024-01-03T18:19:04.672Z] 20: [2024-01-03T18:19:04.672Z] 20: [----------] 1 test from CpuTimeTest [2024-01-03T18:19:04.672Z] 20: [----------] 1 test from CpuTimeTest (162 ms total) [2024-01-03T18:19:04.672Z] 20: [2024-01-03T18:19:04.672Z] 20: [----------] 1 test from ApplicationCpuTimeTest [2024-01-03T18:19:04.672Z] 20: [----------] 1 test from ApplicationCpuTimeTest (161 ms total) [2024-01-03T18:19:04.672Z] 20: [2024-01-03T18:19:04.672Z] 20: [----------] 2 tests from ThreadExtendedTest [2024-01-03T18:20:06.270Z] 20: [----------] 2 tests from ThreadExtendedTest (61659 ms total) [2024-01-03T18:20:06.270Z] 20: [2024-01-03T18:20:06.270Z] 20: [==========] 6 tests from 4 test cases ran. (92866 ms total) [2024-01-03T18:20:06.270Z] 20: [ PASSED ] 6 tests. [2024-01-03T18:20:06.270Z] 20: [ ALL TESTS PASSED ] [2024-01-03T18:20:06.270Z] 20: [2024-01-03T18:20:06.270Z] 20: YOU HAVE 1 DISABLED TEST [2024-01-03T18:20:06.270Z] 20: [2024-01-03T18:20:06.270Z] 20/30 Test #20: threadextendedtest ................ Passed 93.03 sec [2024-01-03T18:20:06.270Z] test 21 [2024-01-03T18:20:06.270Z] Start 21: threadtest [2024-01-03T18:20:06.270Z] [2024-01-03T18:20:06.270Z] 21: Test command: /usr/bin/qemu-riscv64-static "-L" "/opt/sysroot" "/home/jenkins/workspace/Build/build/fvtest/threadtest/omrthreadtest" "--gtest_output=xml:/home/jenkins/workspace/Build/build/fvtest/threadtest/omrthreadtest-results.xml" "--gtest_filter=-PriorityInterrupt.*:RWMutex*" [2024-01-03T18:20:06.270Z] 21: Test timeout computed to be: 10000000 [2024-01-03T18:20:06.270Z] 21: Note: Google Test filter = -PriorityInterrupt.*:RWMutex* [2024-01-03T18:20:06.270Z] 21: [==========] Running 40 tests from 7 test cases. [2024-01-03T18:20:06.270Z] 21: [----------] 1 test from ThreadAbortDeathTest [2024-01-03T18:20:06.270Z] 21: [2024-01-03T18:20:06.270Z] 21: [WARNING] /home/jenkins/workspace/Build/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 couldn't detect the number of threads. [2024-01-03T18:20:06.270Z] 21: [----------] 1 test from ThreadAbortDeathTest (38 ms total) [2024-01-03T18:20:06.270Z] 21: [2024-01-03T18:20:06.270Z] 21: [----------] 3 tests from ThreadAbortTest [2024-01-03T18:20:07.833Z] 21: [----------] 3 tests from ThreadAbortTest (1046 ms total) [2024-01-03T18:20:07.833Z] 21: [2024-01-03T18:20:07.833Z] 21: [----------] 15 tests from ThreadCreateTest [2024-01-03T18:20:07.833Z] 21: pthread_join(tid, NULL): Invalid argument [2024-01-03T18:20:07.833Z] 21: omrthread_attr_destroy(NULL) failed: retVal 14 (e) [2024-01-03T18:20:07.833Z] 21: omrthread_attr_destroy(&attr) failed: retVal 14 (e) [2024-01-03T18:20:07.833Z] 21: omrthread_attr_set_name(&attr, testname) unsupported: retVal 12 (c) [2024-01-03T18:20:07.833Z] 21: omrthread_attr_set_name(&attr, testname2) unsupported: retVal 12 (c) [2024-01-03T18:20:07.833Z] 21: omrthread_attr_set_name(&attr, NULL) unsupported: retVal 12 (c) [2024-01-03T18:20:07.833Z] 21: omrthread_create_ex(&handle, (attr? &attr : J9THREAD_ATTR_DEFAULT), 1, threadmain, &data) failed: retVal 6 (6) : errno 22 Invalid argument [2024-01-03T18:20:07.833Z] 21: ignoring omrthread_create failure [2024-01-03T18:20:07.833Z] 21: omrthread_create_ex(&handle, (attr? &attr : J9THREAD_ATTR_DEFAULT), 1, threadmain, &data) failed: retVal 6 (6) : errno 22 Invalid argument [2024-01-03T18:20:07.833Z] 21: ignoring omrthread_create failure [2024-01-03T18:20:07.833Z] 21: omrthread_attr_set_schedpolicy(&attr, omrthread_schedpolicy_LastEnum) failed: retVal 15 (f) [2024-01-03T18:20:07.833Z] 21: omrthread_attr_set_priority(&attr, -1) failed: retVal 15 (f) [2024-01-03T18:20:07.833Z] 21: omrthread_attr_set_priority(&attr, 90) failed: retVal 15 (f) [2024-01-03T18:20:07.833Z] 21: omrthread_attr_set_priority(&attr, 12) failed: retVal 15 (f) [2024-01-03T18:20:07.833Z] 21: [----------] 15 tests from ThreadCreateTest (30 ms total) [2024-01-03T18:20:07.833Z] 21: [2024-01-03T18:20:07.833Z] 21: [----------] 8 tests from JoinTest [2024-01-03T18:20:14.056Z] 21: [----------] 8 tests from JoinTest (6013 ms total) [2024-01-03T18:20:14.056Z] 21: [2024-01-03T18:20:14.056Z] 21: [----------] 1 test from KeyDestructorTest [2024-01-03T18:20:14.056Z] 21: [----------] 1 test from KeyDestructorTest (3 ms total) [2024-01-03T18:20:14.056Z] 21: [2024-01-03T18:20:14.056Z] 21: [----------] 5 tests from LockedMonitorCountTest [2024-01-03T18:20:14.056Z] 21: [----------] 5 tests from LockedMonitorCountTest (4 ms total) [2024-01-03T18:20:14.056Z] 21: [2024-01-03T18:20:14.056Z] 21: [----------] 7 tests from SanityTest [2024-01-03T18:39:52.741Z] Cannot contact ub20-x64-omr7: java.lang.InterruptedException [2024-01-03T20:03:28.418Z] Cancelling nested steps due to timeout [2024-01-03T20:03:28.715Z] Sending interrupt signal to process [2024-01-03T20:03:46.795Z] Terminated [2024-01-03T20:03:47.880Z] script returned exit code 143 [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // timeout [Pipeline] step [2024-01-03T20:03:49.359Z] [Set GitHub commit status (universal)] SUCCESS on repos [GHRepository@9686e422[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=80235,source=,visibility=public,createdAt=2016-03-03T19:34:17Z,id=53077478,nodeId=,updatedAt=2024-01-02T09:10:51Z,url=https://api.github.com/repos/eclipse/omr]] (sha:3a47874) with context:continuous-integration/eclipse-omr/branch/linux_riscv64_cross [2024-01-03T20:03:49.359Z] Setting commit status on GitHub for https://github.com/eclipse/omr/commit/3a4787401fffbdbb8088021d3553915ea3ff8edf [Pipeline] } [Pipeline] // dir [Pipeline] } [2024-01-03T20:03:49.847Z] $ docker stop --time=1 f2bfd6d8da0f91f64e1c259c93647d02f90f9271d55751e06d096a3d47ada8c3 [2024-01-03T20:03:52.130Z] $ docker rm -f --volumes f2bfd6d8da0f91f64e1c259c93647d02f90f9271d55751e06d096a3d47ada8c3 [Pipeline] // withDockerContainer [Pipeline] cleanWs [2024-01-03T20:03:54.031Z] [WS-CLEANUP] Deleting project workspace... [2024-01-03T20:03:54.032Z] [WS-CLEANUP] Deferred wipeout is used... [2024-01-03T20:03:55.474Z] [WS-CLEANUP] done [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // timestamps [Pipeline] End of Pipeline Timeout has been exceeded org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: c3d4aba6-55e4-4564-a02f-25b6c3004644 Finished: ABORTED