Started by user Joe deKoning Running as Joe deKoning Obtained buildenv/jenkins/omrbuild.groovy from git https://github.com/jdekonin/omr.git [Pipeline] Start of Pipeline [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-05-19T14:29:16.760Z] Timeout set to expire in 8 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Queue) [Pipeline] echo [2023-05-19T14:29:18.186Z] custom option matcher: null [Pipeline] echo [2023-05-19T14:29:18.188Z] [ub20-x64-omr9] [Pipeline] echo [2023-05-19T14:29:18.189Z] run in docker: true [Pipeline] node [2023-05-19T14:29:18.834Z] Running on ub20-x64-omr9 in /home/jenkins/workspace/Build-linux_riscv64_cross-joe [Pipeline] { [Pipeline] echo [2023-05-19T14:29:19.503Z] customWorkspace: /home/jenkins/workspace/Build [Pipeline] ws [2023-05-19T14:29:19.776Z] Running in /home/jenkins/workspace/Build [Pipeline] { [Pipeline] stage [Pipeline] { (Docker Remove Containers) [Pipeline] echo [2023-05-19T14:29:21.166Z] Listing docker containers to attempt removal [Pipeline] sh [2023-05-19T14:29:23.908Z] + docker ps -a [2023-05-19T14:29:23.908Z] CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES [Pipeline] sh [2023-05-19T14:29:27.131Z] + docker ps -a --format {{.ID}} [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Get Sources) [Pipeline] retry [Pipeline] { [Pipeline] checkout [2023-05-19T14:29:30.858Z] The recommended git tool is: git [2023-05-19T14:29:31.558Z] No credentials specified [2023-05-19T14:29:31.867Z] Cloning the remote Git repository [2023-05-19T14:29:32.176Z] Honoring refspec on initial clone [2023-05-19T14:29:32.309Z] Cloning repository https://github.com/jdekonin/omr.git [2023-05-19T14:29:32.312Z] > git init /home/jenkins/workspace/Build # timeout=10 [2023-05-19T14:29:32.349Z] Using reference repository: /home/jenkins//gitcache [2023-05-19T14:29:32.356Z] Fetching upstream changes from https://github.com/jdekonin/omr.git [2023-05-19T14:29:32.357Z] > git --version # timeout=10 [2023-05-19T14:29:32.368Z] > git --version # 'git version 2.25.1' [2023-05-19T14:29:32.371Z] > git fetch --tags --force --progress -- https://github.com/jdekonin/omr.git +refs/heads/*:refs/remotes/origin/* # timeout=30 [2023-05-19T14:29:48.333Z] Avoid second fetch [2023-05-19T14:29:48.722Z] Checking out Revision cef6948a2c02d3263fa52747ad9c6ae98f1f18fe (refs/remotes/origin/master) [2023-05-19T14:29:47.752Z] > git config remote.origin.url https://github.com/jdekonin/omr.git # timeout=10 [2023-05-19T14:29:47.758Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-19T14:29:48.527Z] > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 [2023-05-19T14:29:50.056Z] Commit message: "Do not initialize / shutdown JIT for each test" [2023-05-19T14:29:50.372Z] First time build. Skipping changelog. [Pipeline] } [2023-05-19T14:29:48.915Z] > git config core.sparsecheckout # timeout=10 [2023-05-19T14:29:48.925Z] > git checkout -f cef6948a2c02d3263fa52747ad9c6ae98f1f18fe # timeout=10 [2023-05-19T14:29:50.181Z] > git rev-list --no-walk d6c0584c44dde931a50669f8bff03bd087ed5f8d # timeout=10 [Pipeline] // retry [Pipeline] step [2023-05-19T14:29:52.058Z] [Set GitHub commit status (universal)] PENDING on repos [GHRepository@8deeb47a[archived=false,commits={},compareUsePaginatedCommits=false,description=Eclipse OMRâ„¢ Cross platform components for building reliable, high performance language runtimes,fork=true,homepage=http://www.eclipse.org/omr,isTemplate=false,language=C++,milestones={},name=omr,nodeId=MDEwOlJlcG9zaXRvcnk4OTUyMjAxMg==,size=72437,visibility=public,createdAt=2017-04-26T20:06:48Z,id=89522012,nodeId=,updatedAt=2021-11-24T21:06:25Z,url=https://api.github.com/repos/jdekonin/omr]] (sha:cef6948) with context:continuous-integration/eclipse-omr/branch/linux_riscv64_cross [2023-05-19T14:29:52.059Z] Setting commit status on GitHub for https://github.com/jdekonin/omr/commit/cef6948a2c02d3263fa52747ad9c6ae98f1f18fe [2023-05-19T14:29:52.137Z] ERROR: [GitHub Commit Status Setter] - https://api.github.com/repos/jdekonin/omr/statuses/cef6948a2c02d3263fa52747ad9c6ae98f1f18fe {"message":"Not Found","documentation_url":"https://docs.github.com/rest/commits/statuses#create-a-commit-status"}, setting build result to UNSTABLE [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] dir [2023-05-19T14:29:53.831Z] Running in /home/jenkins/workspace/Build/buildenv/docker/riscv64/debian11 [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-19T14:29:58.944Z] + docker build -t buildomr . [2023-05-19T14:29:58.945Z] Sending build context to Docker daemon 6.144kB [2023-05-19T14:30:00.281Z] Step 1/19 : FROM debian:11.7-slim AS base [2023-05-19T14:30:00.281Z] ---> 07df01f107e8 [2023-05-19T14:30:00.281Z] Step 2/19 : ENV TZ=America/Toronto [2023-05-19T14:30:00.281Z] ---> Using cache [2023-05-19T14:30:00.281Z] ---> e815ebb0dd3a [2023-05-19T14:30:00.281Z] Step 3/19 : RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone [2023-05-19T14:30:00.281Z] ---> Using cache [2023-05-19T14:30:00.281Z] ---> 38d629518ea7 [2023-05-19T14:30:00.281Z] Step 4/19 : RUN apt-get update && apt-get install -y tzdata python3 git cmake bison flex libelf-dev libdwarf-dev gdb vim ninja-build ccache pkg-config libglib2.0-dev build-essential wget gcc-riscv64-linux-gnu g++-riscv64-linux-gnu qemu-user-static lsb-release mmdebstrap binfmt-support && rm -rf /var/lib/apt/lists/* [2023-05-19T14:30:00.281Z] ---> Using cache [2023-05-19T14:30:00.281Z] ---> 9df7fea63309 [2023-05-19T14:30:00.281Z] Step 5/19 : RUN groupadd -r jenkins && useradd -rm -u 1000 -g jenkins jenkins && mkdir -p /home/jenkins/.ssh && echo "Host git.eclipse.org*\n\tStrictHostKeyChecking no\n" > /home/jenkins/.ssh/config && chown -R jenkins:jenkins /home/jenkins [2023-05-19T14:30:00.281Z] ---> Using cache [2023-05-19T14:30:00.281Z] ---> d7815d9b19c2 [2023-05-19T14:30:00.281Z] 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' [2023-05-19T14:30:00.281Z] ---> Using cache [2023-05-19T14:30:00.281Z] ---> 26e7f54b3af3 [2023-05-19T14:30:00.281Z] Step 7/19 : RUN gpg --homedir /tmp --no-default-keyring --primary-keyring "/tmp/debian-ports-keyring.gpg" --keyserver keyserver.ubuntu.com --recv-key B523E5F3FC4E5F2C [2023-05-19T14:30:00.281Z] ---> Using cache [2023-05-19T14:30:00.281Z] ---> e063cc04fc5c [2023-05-19T14:30:00.281Z] Step 8/19 : RUN gpg --homedir /tmp --no-default-keyring --primary-keyring "/tmp/debian-ports-keyring.gpg" --keyserver keyserver.ubuntu.com --recv-key 8D69674688B6CB36 [2023-05-19T14:30:00.281Z] ---> Using cache [2023-05-19T14:30:00.281Z] ---> 3a4b0b3aeb5a [2023-05-19T14:30:00.281Z] 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 [2023-05-19T14:30:00.281Z] ---> Using cache [2023-05-19T14:30:00.281Z] ---> c3f4661ee23b [2023-05-19T14:30:00.281Z] 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 [2023-05-19T14:30:00.281Z] ---> Using cache [2023-05-19T14:30:00.281Z] ---> 0d3f1e1865b1 [2023-05-19T14:30:00.281Z] Step 11/19 : RUN apt-get install -y fakeroot [2023-05-19T14:30:00.281Z] ---> Using cache [2023-05-19T14:30:00.281Z] ---> 65bdb798034e [2023-05-19T14:30:00.281Z] 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 [2023-05-19T14:30:00.281Z] ---> Using cache [2023-05-19T14:30:00.281Z] ---> 86e7990ede58 [2023-05-19T14:30:00.281Z] 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 [2023-05-19T14:30:00.281Z] ---> Using cache [2023-05-19T14:30:00.281Z] ---> 48dd5d363926 [2023-05-19T14:30:00.281Z] Step 14/19 : RUN dpkg -X /tmp/libfakeroot_1.31-1.2_riscv64.deb / [2023-05-19T14:30:00.281Z] ---> Using cache [2023-05-19T14:30:00.281Z] ---> 3a5c475ce7e9 [2023-05-19T14:30:00.281Z] Step 15/19 : RUN dpkg -X /tmp/libfakechroot_2.20.1+ds-15_riscv64.deb / [2023-05-19T14:30:00.281Z] ---> Using cache [2023-05-19T14:30:00.282Z] ---> 5293203be664 [2023-05-19T14:30:00.282Z] Step 16/19 : RUN update-alternatives --set fakeroot /usr/bin/fakeroot-tcp [2023-05-19T14:30:00.282Z] ---> Using cache [2023-05-19T14:30:00.282Z] ---> 1d5942ff797b [2023-05-19T14:30:00.282Z] 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" [2023-05-19T14:30:00.282Z] ---> Using cache [2023-05-19T14:30:00.282Z] ---> 3625af4ff14a [2023-05-19T14:30:00.282Z] Step 18/19 : ENV CROSS_SYSROOT_RISCV64=/opt/sysroot [2023-05-19T14:30:00.282Z] ---> Using cache [2023-05-19T14:30:00.282Z] ---> f5eb2a44fba1 [2023-05-19T14:30:00.282Z] Step 19/19 : USER jenkins [2023-05-19T14:30:00.282Z] ---> Using cache [2023-05-19T14:30:00.282Z] ---> 88546c604b77 [2023-05-19T14:30:00.282Z] Successfully built 88546c604b77 [2023-05-19T14:30:00.282Z] Successfully tagged buildomr:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-19T14:30:07.742Z] + docker inspect -f . buildomr [2023-05-19T14:30:07.742Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-19T14:30:12.281Z] ub20-x64-omr9 does not seem to be running inside a container [2023-05-19T14:30:14.852Z] $ 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 ******** buildomr cat [2023-05-19T14:30:18.711Z] $ docker top 4660fc3a69028adb865d95fae8fe2b5158b433f02cc099b3eb37b1c76c7dd43e -eo pid,comm [Pipeline] { [Pipeline] dir [2023-05-19T14:30:20.701Z] Running in /home/jenkins/workspace/Build [Pipeline] { [Pipeline] timeout [2023-05-19T14:30:21.503Z] Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] echo [2023-05-19T14:30:22.144Z] env vars: [PATH+CCACHE=/usr/lib/ccache/, OMR_RUNNING_IN_DOCKER=1] [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-19T14:30:25.913Z] + printenv [2023-05-19T14:30:25.914Z] ARCH=riscv64 [2023-05-19T14:30:25.914Z] JENKINS_HOME=/var/jenkins [2023-05-19T14:30:25.914Z] CROSS_SYSROOT_RISCV64=/opt/sysroot [2023-05-19T14:30:25.914Z] CI=true [2023-05-19T14:30:25.914Z] HOSTNAME=4660fc3a6902 [2023-05-19T14:30:25.914Z] RUN_CHANGES_DISPLAY_URL=https://ci.eclipse.org/omr/job/Build-linux_riscv64_cross-joe/4/display/redirect?page=changes [2023-05-19T14:30:25.914Z] NODE_LABELS=Linux UNB cgroup.v2 compile:aarch64:cross compile:arm:cross compile:xlinux ub20-x64-omr9 x86 [2023-05-19T14:30:25.914Z] HUDSON_URL=https://ci.eclipse.org/omr/ [2023-05-19T14:30:25.914Z] HOME=/ [2023-05-19T14:30:25.914Z] BUILD_URL=https://ci.eclipse.org/omr/job/Build-linux_riscv64_cross-joe/4/ [2023-05-19T14:30:25.914Z] BUILDSPEC=linux_riscv64_cross [2023-05-19T14:30:25.914Z] JENKINS_SERVER_COOKIE=durable-e6e52fd0532e1a7a33d799dd1df5c89310c8995816760dc6ccfd69b24d3678c2 [2023-05-19T14:30:25.914Z] WORKSPACE=/home/jenkins/workspace/Build [2023-05-19T14:30:25.914Z] NODE_NAME=ub20-x64-omr9 [2023-05-19T14:30:25.914Z] RUN_ARTIFACTS_DISPLAY_URL=https://ci.eclipse.org/omr/job/Build-linux_riscv64_cross-joe/4/display/redirect?page=artifacts [2023-05-19T14:30:25.914Z] EXECUTOR_NUMBER=0 [2023-05-19T14:30:25.914Z] STAGE_NAME=Queue [2023-05-19T14:30:25.914Z] BUILD_DISPLAY_NAME=#4 [2023-05-19T14:30:25.914Z] RUN_TESTS_DISPLAY_URL=https://ci.eclipse.org/omr/job/Build-linux_riscv64_cross-joe/4/display/redirect?page=tests [2023-05-19T14:30:25.914Z] HUDSON_HOME=/var/jenkins [2023-05-19T14:30:25.914Z] JOB_BASE_NAME=Build-linux_riscv64_cross-joe [2023-05-19T14:30:25.914Z] PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2023-05-19T14:30:25.914Z] OS=debian11 [2023-05-19T14:30:25.914Z] BUILD_ID=4 [2023-05-19T14:30:25.914Z] BUILD_TAG=jenkins-Build-linux_riscv64_cross-joe-4 [2023-05-19T14:30:25.914Z] JENKINS_URL=https://ci.eclipse.org/omr/ [2023-05-19T14:30:25.914Z] JOB_URL=https://ci.eclipse.org/omr/job/Build-linux_riscv64_cross-joe/ [2023-05-19T14:30:25.914Z] BUILD_NUMBER=4 [2023-05-19T14:30:25.914Z] JENKINS_NODE_COOKIE=67a1eef8-304f-47c7-a4c6-20822c57ed3f [2023-05-19T14:30:25.914Z] RUN_DISPLAY_URL=https://ci.eclipse.org/omr/job/Build-linux_riscv64_cross-joe/4/display/redirect [2023-05-19T14:30:25.914Z] HUDSON_SERVER_COOKIE=c3663d0c112c2ee2 [2023-05-19T14:30:25.914Z] JOB_DISPLAY_URL=https://ci.eclipse.org/omr/job/Build-linux_riscv64_cross-joe/display/redirect [2023-05-19T14:30:25.914Z] CLASSPATH= [2023-05-19T14:30:25.914Z] JOB_NAME=Build-linux_riscv64_cross-joe [2023-05-19T14:30:25.914Z] PWD=/home/jenkins/workspace/Build [2023-05-19T14:30:25.914Z] WORKSPACE_TMP=/home/jenkins/workspace/Build@tmp [2023-05-19T14:30:25.914Z] TZ=America/Toronto [2023-05-19T14:30:25.914Z] GITLAB_OBJECT_KIND=none [2023-05-19T14:30:25.914Z] OMR_RUNNING_IN_DOCKER=1 [Pipeline] stage [Pipeline] { (Build) [Pipeline] echo [2023-05-19T14:30:27.803Z] Output CCACHE stats before running and clear them [Pipeline] sh [2023-05-19T14:30:30.671Z] + ccache -s -z [2023-05-19T14:30:30.672Z] cache directory //.cache/ccache [2023-05-19T14:30:30.672Z] primary config //.config/ccache/ccache.conf [2023-05-19T14:30:30.672Z] secondary config (readonly) /etc/ccache.conf [2023-05-19T14:30:30.672Z] cache hit (direct) 0 [2023-05-19T14:30:30.672Z] cache hit (preprocessed) 0 [2023-05-19T14:30:30.672Z] cache miss 0 [2023-05-19T14:30:30.672Z] cache hit rate 0.00 % [2023-05-19T14:30:30.672Z] cleanups performed 0 [2023-05-19T14:30:30.672Z] files in cache 0 [2023-05-19T14:30:30.672Z] cache size 0.0 kB [2023-05-19T14:30:30.672Z] max cache size 5.0 GB [2023-05-19T14:30:30.672Z] Statistics zeroed [Pipeline] dir [2023-05-19T14:30:31.745Z] Running in /home/jenkins/workspace/Build/build [Pipeline] { [Pipeline] echo [2023-05-19T14:30:32.380Z] Configure... [Pipeline] sh [2023-05-19T14:30:35.069Z] + 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 .. [2023-05-19T14:30:35.069Z] loading initial cache file ../cmake/caches/Travis.cmake [2023-05-19T14:30:35.069Z] -- Starting with CMake version 3.18.4 [2023-05-19T14:30:35.069Z] -- Found Git: /usr/bin/git (found version "2.30.2") [2023-05-19T14:30:35.069Z] -- The CXX compiler identification is GNU 10.2.1 [2023-05-19T14:30:35.069Z] -- The C compiler identification is GNU 10.2.1 [2023-05-19T14:30:35.069Z] -- Detecting CXX compiler ABI info [2023-05-19T14:30:35.069Z] -- Detecting CXX compiler ABI info - done [2023-05-19T14:30:35.069Z] -- Check for working CXX compiler: /usr/bin/riscv64-linux-gnu-g++ - skipped [2023-05-19T14:30:35.069Z] -- Detecting CXX compile features [2023-05-19T14:30:35.069Z] -- Detecting CXX compile features - done [2023-05-19T14:30:35.069Z] -- Detecting C compiler ABI info [2023-05-19T14:30:36.407Z] -- Detecting C compiler ABI info - done [2023-05-19T14:30:36.407Z] -- Check for working C compiler: /usr/bin/riscv64-linux-gnu-gcc - skipped [2023-05-19T14:30:36.407Z] -- Detecting C compile features [2023-05-19T14:30:36.407Z] -- Detecting C compile features - done [2023-05-19T14:30:36.407Z] -- OMR: The CPU architecture is riscv [2023-05-19T14:30:36.407Z] -- OMR: The OS is linux [2023-05-19T14:30:36.407Z] -- OMR: The tool configuration is gnu [2023-05-19T14:30:36.407Z] -- OMR: The target data size is 64 [2023-05-19T14:30:36.407Z] -- Looking for sem_init [2023-05-19T14:30:36.407Z] -- Looking for sem_init - found [2023-05-19T14:30:36.407Z] -- Looking for dladdr [2023-05-19T14:30:36.407Z] -- Looking for dladdr - found [2023-05-19T14:30:36.407Z] -- The ASM compiler identification is GNU [2023-05-19T14:30:36.407Z] -- Found assembler: /usr/bin/riscv64-linux-gnu-gcc [2023-05-19T14:30:36.407Z] -- Looking for clock_gettime [2023-05-19T14:30:36.407Z] -- Looking for clock_gettime - found [2023-05-19T14:30:36.407Z] -- OMR: trace root is '/home/jenkins/workspace/Build/build' [2023-05-19T14:30:36.407Z] -- OMR: Using cross compiled tools. [2023-05-19T14:30:36.407Z] -- OMR: You may need to import tools from a native project. [2023-05-19T14:30:36.407Z] -- OMR: See OMR_TOOLS_IMPORTFILE. [2023-05-19T14:30:36.407Z] -- Found Perl: /usr/bin/perl (found version "5.32.1") [2023-05-19T14:30:36.407Z] -- Found PythonInterp: /usr/bin/python3.9 (found version "3.9.2") [2023-05-19T14:30:36.407Z] -- Creating static library for jitbuilder [2023-05-19T14:30:36.407Z] -- Adding PRIVATE compiler options to jitbuilder for jitbuilder. [2023-05-19T14:30:36.407Z] CMake Warning at fvtest/porttest/CMakeLists.txt:221 (message): [2023-05-19T14:30:36.408Z] Excluded omrport tests: [2023-05-19T14:30:36.408Z] --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 [2023-05-19T14:30:36.408Z] [2023-05-19T14:30:36.408Z] [2023-05-19T14:30:36.408Z] CMake Warning at fvtest/threadtest/CMakeLists.txt:67 (message): [2023-05-19T14:30:36.408Z] Disabling PriorityInterrupt test (see #6665) [2023-05-19T14:30:36.408Z] [2023-05-19T14:30:36.408Z] [2023-05-19T14:30:36.408Z] CMake Warning at fvtest/threadtest/CMakeLists.txt:68 (message): [2023-05-19T14:30:36.408Z] Disabling RWMutex test (see #6706) [2023-05-19T14:30:36.408Z] [2023-05-19T14:30:36.408Z] [2023-05-19T14:30:36.408Z] CMake Warning at fvtest/threadtest/CMakeLists.txt:74 (message): [2023-05-19T14:30:36.408Z] Excluded omrthread tests: --gtest_filter=-PriorityInterrupt.*:RWMutex* [2023-05-19T14:30:36.408Z] [2023-05-19T14:30:36.408Z] [2023-05-19T14:30:36.408Z] -- Creating static library for testcompiler [2023-05-19T14:30:36.408Z] -- Adding PRIVATE compiler options to testcompiler for testcompiler. [2023-05-19T14:30:36.408Z] -- Adding INTERFACE compiler options to testcompiler for testcompiler. [2023-05-19T14:30:36.408Z] -- Adding PUBLIC compiler options to tril for testcompiler. [2023-05-19T14:30:36.408Z] CMake Warning at CMakeLists.txt:237 (export): [2023-05-19T14:30:36.408Z] Cannot create package registry file: [2023-05-19T14:30:36.408Z] [2023-05-19T14:30:36.408Z] //.cmake/packages/Omr/b7151abc2fcd98c77056092840d94114 [2023-05-19T14:30:36.408Z] [2023-05-19T14:30:36.408Z] No such file or directory [2023-05-19T14:30:36.408Z] [2023-05-19T14:30:36.408Z] [2023-05-19T14:30:36.408Z] [2023-05-19T14:30:36.408Z] -- Configuring done [2023-05-19T14:30:37.644Z] -- Generating done [2023-05-19T14:30:37.644Z] -- Build files have been written to: /home/jenkins/workspace/Build/build [Pipeline] echo [2023-05-19T14:30:38.653Z] Compile... [Pipeline] sh [2023-05-19T14:30:41.305Z] + make -j4 [2023-05-19T14:30:41.305Z] Scanning dependencies of target header_check [2023-05-19T14:30:41.305Z] Scanning dependencies of target pugixml [2023-05-19T14:30:41.305Z] Scanning dependencies of target trace [2023-05-19T14:30:41.305Z] Scanning dependencies of target omrtestutil [2023-05-19T14:30:41.305Z] [ 0%] Building CXX object third_party/pugixml-1.5/CMakeFiles/pugixml.dir/pugixml.cpp.o [2023-05-19T14:30:41.305Z] [ 0%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/ArgParser.cpp.o [2023-05-19T14:30:41.305Z] [ 0%] Building CXX object fvtest/util/CMakeFiles/omrtestutil.dir/printerrorhelper.cpp.o [2023-05-19T14:30:41.305Z] [ 0%] Built target header_check [2023-05-19T14:30:41.305Z] Scanning dependencies of target omrGtest [2023-05-19T14:30:41.305Z] [ 0%] Building CXX object fvtest/omrGtestGlue/CMakeFiles/omrGtest.dir/omrGtest.cpp.o [2023-05-19T14:30:41.305Z] [ 0%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/CFileWriter.cpp.o [2023-05-19T14:30:41.305Z] [ 0%] Building CXX object fvtest/util/CMakeFiles/omrtestutil.dir/testvmhelper.cpp.o [2023-05-19T14:30:41.306Z] [ 0%] Linking CXX static library libomrtestutil.a [2023-05-19T14:30:41.306Z] [ 0%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/DATFileWriter.cpp.o [2023-05-19T14:30:41.306Z] [ 0%] Built target omrtestutil [2023-05-19T14:30:41.306Z] Scanning dependencies of target sltestlib [2023-05-19T14:30:41.306Z] [ 1%] Building C object fvtest/porttest/CMakeFiles/sltestlib.dir/sltestlib/sltest.c.o [2023-05-19T14:30:41.306Z] [ 1%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/FileReader.cpp.o [2023-05-19T14:30:41.306Z] [ 1%] Linking C shared library libsltestlib.so [2023-05-19T14:30:41.306Z] [ 1%] Built target sltestlib [2023-05-19T14:30:41.306Z] Scanning dependencies of target traceOptionAgent [2023-05-19T14:30:41.306Z] [ 1%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/FileUtils.cpp.o [2023-05-19T14:30:41.306Z] [ 1%] Building C object fvtest/rastest/CMakeFiles/traceOptionAgent.dir/traceOptionAgent.c.o [2023-05-19T14:30:41.306Z] [ 1%] Linking C shared library libtraceOptionAgent.so [2023-05-19T14:30:41.306Z] [ 1%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/Port.cpp.o [2023-05-19T14:30:42.541Z] [ 1%] Built target traceOptionAgent [2023-05-19T14:30:42.541Z] Scanning dependencies of target bindthreadagent [2023-05-19T14:30:42.541Z] [ 2%] Building C object fvtest/rastest/CMakeFiles/bindthreadagent.dir/bindthreadagent.c.o [2023-05-19T14:30:42.541Z] [ 2%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/StringUtils.cpp.o [2023-05-19T14:30:42.541Z] [ 2%] Linking CXX shared library libbindthreadagent.so [2023-05-19T14:30:42.541Z] [ 2%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/TDFParser.cpp.o [2023-05-19T14:30:42.541Z] [ 2%] Built target bindthreadagent [2023-05-19T14:30:42.541Z] Scanning dependencies of target memorycategoriesagent [2023-05-19T14:30:42.541Z] [ 2%] Building C object fvtest/rastest/CMakeFiles/memorycategoriesagent.dir/memorycategoriesagent.c.o [2023-05-19T14:30:42.541Z] [ 3%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/TraceGen.cpp.o [2023-05-19T14:30:42.541Z] [ 3%] Linking CXX shared library libmemorycategoriesagent.so [2023-05-19T14:30:42.541Z] [ 3%] Built target memorycategoriesagent [2023-05-19T14:30:42.541Z] Scanning dependencies of target traceNotStartedAgent [2023-05-19T14:30:42.541Z] [ 3%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/TraceHeaderWriter.cpp.o [2023-05-19T14:30:42.541Z] [ 3%] Building C object fvtest/rastest/CMakeFiles/traceNotStartedAgent.dir/traceNotStartedAgent.c.o [2023-05-19T14:30:42.541Z] [ 3%] Linking CXX shared library libtraceNotStartedAgent.so [2023-05-19T14:30:42.541Z] [ 3%] Linking CXX static library libtrace.a [2023-05-19T14:30:42.541Z] [ 3%] Built target traceNotStartedAgent [2023-05-19T14:30:42.541Z] [ 3%] Built target trace [2023-05-19T14:30:42.541Z] Scanning dependencies of target cpuLoadAgent [2023-05-19T14:30:42.541Z] [ 3%] Building C object fvtest/rastest/CMakeFiles/cpuLoadAgent.dir/cpuLoadAgent.c.o [2023-05-19T14:30:42.541Z] Scanning dependencies of target traceagent [2023-05-19T14:30:42.541Z] [ 3%] Building C object fvtest/rastest/CMakeFiles/traceagent.dir/traceagent.c.o [2023-05-19T14:30:42.541Z] [ 3%] Linking CXX shared library libtraceagent.so [2023-05-19T14:30:42.541Z] [ 3%] Linking CXX shared library libcpuLoadAgent.so [2023-05-19T14:30:42.541Z] [ 3%] Built target traceagent [2023-05-19T14:30:42.541Z] [ 3%] Built target cpuLoadAgent [2023-05-19T14:30:42.541Z] Scanning dependencies of target invalidAgentMissingOnLoad [2023-05-19T14:30:42.541Z] Scanning dependencies of target sampleSubscriber [2023-05-19T14:30:42.541Z] [ 3%] Building C object fvtest/rastest/CMakeFiles/sampleSubscriber.dir/sampleSubscriber.c.o [2023-05-19T14:30:42.541Z] [ 3%] Building C object fvtest/rastest/CMakeFiles/invalidAgentMissingOnLoad.dir/invalidAgentMissingOnLoad.c.o [2023-05-19T14:30:43.777Z] [ 4%] Linking C shared library libsampleSubscriber.so [2023-05-19T14:30:43.777Z] [ 4%] Linking C shared library libinvalidAgentMissingOnLoad.so [2023-05-19T14:30:43.777Z] [ 4%] Linking CXX static library libpugixml.a [2023-05-19T14:30:43.777Z] [ 4%] Built target invalidAgentMissingOnLoad [2023-05-19T14:30:43.777Z] [ 4%] Built target sampleSubscriber [2023-05-19T14:30:43.777Z] Scanning dependencies of target invalidAgentReturnError [2023-05-19T14:30:43.777Z] Scanning dependencies of target subscriberAgent [2023-05-19T14:30:43.777Z] [ 4%] Built target pugixml [2023-05-19T14:30:43.777Z] [ 4%] Building C object fvtest/rastest/CMakeFiles/invalidAgentReturnError.dir/invalidAgentReturnError.c.o [2023-05-19T14:30:43.777Z] [ 4%] Building C object fvtest/rastest/CMakeFiles/subscriberAgent.dir/subscriberAgent.c.o [2023-05-19T14:30:43.777Z] Scanning dependencies of target subscriberAgentWithJ9thread [2023-05-19T14:30:43.777Z] [ 4%] Building C object fvtest/rastest/CMakeFiles/subscriberAgentWithJ9thread.dir/subscriberAgentWithJ9thread.c.o [2023-05-19T14:30:43.777Z] [ 4%] Linking C shared library libinvalidAgentReturnError.so [2023-05-19T14:30:43.777Z] [ 4%] Linking CXX shared library libsubscriberAgent.so [2023-05-19T14:30:43.777Z] [ 4%] Built target invalidAgentReturnError [2023-05-19T14:30:43.777Z] [ 4%] Linking CXX shared library libsubscriberAgentWithJ9thread.so [2023-05-19T14:30:43.777Z] Scanning dependencies of target invalidAgentMissingOnUnload [2023-05-19T14:30:43.777Z] [ 4%] Building C object fvtest/rastest/CMakeFiles/invalidAgentMissingOnUnload.dir/invalidAgentMissingOnUnload.c.o [2023-05-19T14:30:43.777Z] [ 4%] Built target subscriberAgent [2023-05-19T14:30:43.777Z] [ 4%] Generate /home/jenkins/workspace/Build/build/testcompilerName.cpp [2023-05-19T14:30:43.777Z] [ 4%] Built target subscriberAgentWithJ9thread [2023-05-19T14:30:43.777Z] Scanning dependencies of target tracemerge [2023-05-19T14:30:43.777Z] [ 4%] Building CXX object tools/tracemerge/CMakeFiles/tracemerge.dir/DATMerge.cpp.o [2023-05-19T14:30:43.777Z] [ 4%] Linking C shared library libinvalidAgentMissingOnUnload.so [2023-05-19T14:30:43.777Z] [ 4%] Built target invalidAgentMissingOnUnload [2023-05-19T14:30:43.777Z] Scanning dependencies of target tracegen [2023-05-19T14:30:43.777Z] [ 4%] Building CXX object tools/tracegen/CMakeFiles/tracegen.dir/main.cpp.o [2023-05-19T14:30:43.777Z] [ 5%] Building CXX object tools/tracemerge/CMakeFiles/tracemerge.dir/main.cpp.o [2023-05-19T14:30:43.777Z] [ 5%] Linking CXX executable tracegen [2023-05-19T14:30:43.777Z] [ 5%] Linking CXX executable tracemerge [2023-05-19T14:30:43.777Z] [ 5%] Built target tracegen [2023-05-19T14:30:43.777Z] Scanning dependencies of target hookgen [2023-05-19T14:30:43.777Z] [ 5%] Building CXX object tools/hookgen/CMakeFiles/hookgen.dir/HookGen.cpp.o [2023-05-19T14:30:43.777Z] [ 5%] Built target tracemerge [2023-05-19T14:30:43.777Z] [ 5%] Generating ut_pool.c, ut_pool.h, ut_pool.pdat [2023-05-19T14:30:43.777Z] Scanning dependencies of target j9pool [2023-05-19T14:30:43.777Z] [ 5%] Building C object util/pool/CMakeFiles/j9pool.dir/pool.c.o [2023-05-19T14:30:43.778Z] [ 5%] Building CXX object tools/hookgen/CMakeFiles/hookgen.dir/main.cpp.o [2023-05-19T14:30:45.217Z] [ 6%] Linking CXX executable hookgen [2023-05-19T14:30:45.217Z] [ 6%] Building C object util/pool/CMakeFiles/j9pool.dir/pool_cap.c.o [2023-05-19T14:30:45.217Z] [ 6%] Building C object util/pool/CMakeFiles/j9pool.dir/ut_pool.c.o [2023-05-19T14:30:45.217Z] [ 6%] Linking C static library libj9pool.a [2023-05-19T14:30:45.217Z] [ 6%] Built target j9pool [2023-05-19T14:30:45.217Z] [ 6%] Generating ut_j9thr.c, ut_j9thr.h, ut_j9thr.pdat [2023-05-19T14:30:45.217Z] [ 6%] Built target hookgen [2023-05-19T14:30:45.217Z] Scanning dependencies of target j9thr_obj [2023-05-19T14:30:45.217Z] [ 6%] Generating ut_avl.c, ut_avl.h, ut_avl.pdat [2023-05-19T14:30:45.217Z] [ 6%] Building C object thread/CMakeFiles/j9thr_obj.dir/common/j9sem.c.o [2023-05-19T14:30:45.217Z] Scanning dependencies of target j9avl [2023-05-19T14:30:45.217Z] [ 6%] Building C object thread/CMakeFiles/j9thr_obj.dir/common/omrthread.c.o [2023-05-19T14:30:45.217Z] [ 6%] Building C object util/avl/CMakeFiles/j9avl.dir/avlsup.c.o [2023-05-19T14:30:45.217Z] [ 6%] Building C object util/avl/CMakeFiles/j9avl.dir/ut_avl.c.o [2023-05-19T14:30:45.217Z] Scanning dependencies of target testcompiler [2023-05-19T14:30:45.217Z] [ 7%] Linking C static library libj9avl.a [2023-05-19T14:30:45.217Z] [ 7%] Built target j9avl [2023-05-19T14:30:45.217Z] [ 7%] Generating ut_j9utilcore.c, ut_j9utilcore.h, ut_j9utilcore.pdat [2023-05-19T14:30:45.217Z] [ 7%] Generating ut_omrutil.c, ut_omrutil.h, ut_omrutil.pdat [2023-05-19T14:30:45.217Z] [ 7%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/testcompilerName.cpp.o [2023-05-19T14:30:45.217Z] [ 7%] Building C object thread/CMakeFiles/j9thr_obj.dir/unix/omrthreadattr.c.o [2023-05-19T14:30:45.217Z] Scanning dependencies of target omrutil_obj [2023-05-19T14:30:45.217Z] [ 7%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/ut_omrutil.c.o [2023-05-19T14:30:45.217Z] [ 7%] Building C object thread/CMakeFiles/j9thr_obj.dir/unix/omrthreaddebug.c.o [2023-05-19T14:30:45.217Z] [ 7%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/ut_j9utilcore.c.o [2023-05-19T14:30:46.528Z] [ 7%] Building ASM object util/omrutil/CMakeFiles/omrutil_obj.dir/unix/linux/riscv/32/cas32helper.s.o [2023-05-19T14:30:46.528Z] [ 7%] Building C object thread/CMakeFiles/j9thr_obj.dir/common/omrthreaderror.c.o [2023-05-19T14:30:46.528Z] [ 7%] Building ASM object util/omrutil/CMakeFiles/omrutil_obj.dir/unix/linux/riscv/64/cas64helper.s.o [2023-05-19T14:30:46.528Z] [ 7%] Building CXX object util/omrutil/CMakeFiles/omrutil_obj.dir/AtomicFunctions.cpp.o [2023-05-19T14:30:46.528Z] [ 7%] Building C object thread/CMakeFiles/j9thr_obj.dir/common/omrthreadinspect.c.o [2023-05-19T14:30:46.528Z] [ 7%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/argscan.c.o [2023-05-19T14:30:46.528Z] [ 7%] Building CXX object thread/CMakeFiles/j9thr_obj.dir/common/omrthreadmem.cpp.o [2023-05-19T14:30:46.528Z] [ 7%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/detectVMDirectory.c.o [2023-05-19T14:30:46.528Z] [ 7%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/gettimebase.c.o [2023-05-19T14:30:46.528Z] [ 7%] Building C object thread/CMakeFiles/j9thr_obj.dir/linux/omrthreadnuma.c.o [2023-05-19T14:30:46.528Z] [ 8%] Building CXX object util/omrutil/CMakeFiles/omrutil_obj.dir/j9memclr.cpp.o [2023-05-19T14:30:46.528Z] [ 9%] Building C object thread/CMakeFiles/j9thr_obj.dir/common/omrthreadpriority.c.o [2023-05-19T14:30:46.528Z] [ 9%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/omrcrc32.c.o [2023-05-19T14:30:46.528Z] [ 9%] Building C object thread/CMakeFiles/j9thr_obj.dir/common/omrthreadtls.c.o [2023-05-19T14:30:46.528Z] [ 9%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/poolForPort.c.o [2023-05-19T14:30:46.528Z] [ 9%] Building C object thread/CMakeFiles/j9thr_obj.dir/linux/priority.c.o [2023-05-19T14:30:46.528Z] [ 9%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/primeNumberHelper.c.o [2023-05-19T14:30:46.528Z] [ 9%] Building C object thread/CMakeFiles/j9thr_obj.dir/unix/thrcreate.c.o [2023-05-19T14:30:46.528Z] [ 9%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/ranking.c.o [2023-05-19T14:30:46.528Z] [ 9%] Building CXX object thread/CMakeFiles/j9thr_obj.dir/common/threadhelpers.cpp.o [2023-05-19T14:30:46.528Z] [ 9%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/spacesaving.c.o [2023-05-19T14:30:46.528Z] [ 9%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/stricmp.c.o [2023-05-19T14:30:46.528Z] [ 9%] Building C object thread/CMakeFiles/j9thr_obj.dir/common/thrprof.c.o [2023-05-19T14:30:46.528Z] [ 9%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/threadhelp.c.o [2023-05-19T14:30:46.528Z] [ 9%] Building C object thread/CMakeFiles/j9thr_obj.dir/unix/thrdsup.c.o [2023-05-19T14:30:46.528Z] [ 9%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/thrname_core.c.o [2023-05-19T14:30:47.866Z] [ 9%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/utf8decode.c.o [2023-05-19T14:30:47.866Z] [ 9%] Building C object thread/CMakeFiles/j9thr_obj.dir/unix/rasthrsup.c.o [2023-05-19T14:30:47.866Z] [ 9%] Building C object thread/CMakeFiles/j9thr_obj.dir/common/rwmutex.c.o [2023-05-19T14:30:47.866Z] [ 9%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/utf8encode.c.o [2023-05-19T14:30:47.866Z] [ 9%] Building C object thread/CMakeFiles/j9thr_obj.dir/common/omrthreadjlm.c.o [2023-05-19T14:30:47.866Z] [ 9%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/wildcard.c.o [2023-05-19T14:30:47.866Z] [ 9%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/compile/ResolvedMethod.cpp.o [2023-05-19T14:30:47.866Z] [ 10%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/xlphelp.c.o [2023-05-19T14:30:47.866Z] [ 10%] Building C object thread/CMakeFiles/j9thr_obj.dir/unix/unixpriority.c.o [2023-05-19T14:30:47.866Z] [ 10%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/xml.c.o [2023-05-19T14:30:47.866Z] [ 10%] Building C object thread/CMakeFiles/j9thr_obj.dir/ut_j9thr.c.o [2023-05-19T14:30:47.866Z] [ 10%] Built target j9thr_obj [2023-05-19T14:30:47.866Z] [ 10%] Generating ut_omrport.c, ut_omrport.h, ut_omrport.pdat [2023-05-19T14:30:47.866Z] [ 10%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/__/__/example/glue/UtilGlue.c.o [2023-05-19T14:30:47.866Z] [ 11%] Linking CXX static library libomrGtest.a [2023-05-19T14:30:47.866Z] [ 11%] Built target omrutil_obj [2023-05-19T14:30:47.866Z] [ 11%] Generating ut_j9hook.c, ut_j9hook.h, ut_j9hook.pdat [2023-05-19T14:30:47.866Z] [ 11%] Built target omrGtest [2023-05-19T14:30:47.866Z] [ 11%] Generating ut_j9vgc.c, ut_j9vgc.h, ut_j9vgc.pdat [2023-05-19T14:30:47.866Z] Scanning dependencies of target j9hook_obj [2023-05-19T14:30:47.866Z] [ 11%] Building CXX object util/hookable/CMakeFiles/j9hook_obj.dir/hookable.cpp.o [2023-05-19T14:30:47.866Z] [ 11%] Generating ut_j9mm.c, ut_j9mm.h, ut_j9mm.pdat [2023-05-19T14:30:47.866Z] Scanning dependencies of target omrport_obj [2023-05-19T14:30:47.866Z] [ 11%] Building C object port/CMakeFiles/omrport_obj.dir/ut_omrport.c.o [2023-05-19T14:30:47.866Z] [ 11%] Generating ut_omrmm.c, ut_omrmm.h, ut_omrmm.pdat [2023-05-19T14:30:47.866Z] [ 11%] Building C object port/CMakeFiles/omrport_obj.dir/unix/protect_helpers.c.o [2023-05-19T14:30:47.866Z] [ 11%] Building C object util/hookable/CMakeFiles/j9hook_obj.dir/ut_j9hook.c.o [2023-05-19T14:30:47.866Z] [ 11%] Built target j9hook_obj [2023-05-19T14:30:47.866Z] [ 11%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/control/TestJit.cpp.o [2023-05-19T14:30:49.204Z] [ 11%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrgetasid.c.o [2023-05-19T14:30:49.204Z] Scanning dependencies of target omrgc_tracegen [2023-05-19T14:30:49.204Z] [ 11%] Building C object gc/CMakeFiles/omrgc_tracegen.dir/ut_j9mm.c.o [2023-05-19T14:30:49.204Z] [ 11%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrgetjobid.c.o [2023-05-19T14:30:49.204Z] [ 11%] Building C object gc/CMakeFiles/omrgc_tracegen.dir/ut_omrmm.c.o [2023-05-19T14:30:49.204Z] [ 11%] Building C object gc/CMakeFiles/omrgc_tracegen.dir/ut_j9vgc.c.o [2023-05-19T14:30:49.204Z] [ 11%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrgetjobname.c.o [2023-05-19T14:30:49.204Z] [ 11%] Built target omrgc_tracegen [2023-05-19T14:30:49.204Z] Scanning dependencies of target trc_omr_test [2023-05-19T14:30:49.204Z] [ 11%] Generating ut_omr_test.c, ut_omr_test.h, ut_omr_test.pdat [2023-05-19T14:30:49.204Z] [ 11%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrgetsysname.c.o [2023-05-19T14:30:49.204Z] [ 11%] Built target trc_omr_test [2023-05-19T14:30:49.204Z] [ 11%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrcpu.c.o [2023-05-19T14:30:49.204Z] Scanning dependencies of target trc_j9thr [2023-05-19T14:30:49.204Z] [ 11%] Built target trc_j9thr [2023-05-19T14:30:49.204Z] Scanning dependencies of target trc_omrport [2023-05-19T14:30:49.204Z] [ 11%] Built target trc_omrport [2023-05-19T14:30:49.204Z] Scanning dependencies of target trc_avl [2023-05-19T14:30:49.204Z] [ 12%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrerror.c.o [2023-05-19T14:30:49.204Z] [ 12%] Built target trc_avl [2023-05-19T14:30:49.204Z] Scanning dependencies of target trc_hashtable [2023-05-19T14:30:49.204Z] [ 12%] Generating ut_hashtable.c, ut_hashtable.h, ut_hashtable.pdat [2023-05-19T14:30:49.204Z] [ 12%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrerrorhelpers.c.o [2023-05-19T14:30:49.204Z] [ 12%] Built target trc_hashtable [2023-05-19T14:30:49.204Z] Scanning dependencies of target trc_j9hook [2023-05-19T14:30:49.204Z] [ 12%] Built target trc_j9hook [2023-05-19T14:30:49.204Z] Scanning dependencies of target trc_j9utilcore [2023-05-19T14:30:49.204Z] [ 12%] Built target trc_j9utilcore [2023-05-19T14:30:49.204Z] Scanning dependencies of target trc_omrutil [2023-05-19T14:30:49.204Z] [ 12%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrexit.c.o [2023-05-19T14:30:49.204Z] [ 12%] Built target trc_omrutil [2023-05-19T14:30:49.204Z] Scanning dependencies of target trc_pool [2023-05-19T14:30:49.204Z] [ 12%] Built target trc_pool [2023-05-19T14:30:49.204Z] Scanning dependencies of target trc_omrvm [2023-05-19T14:30:49.204Z] [ 12%] Generating ut_omrvm.c, ut_omrvm.h, ut_omrvm.pdat [2023-05-19T14:30:49.204Z] [ 12%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrfile.c.o [2023-05-19T14:30:49.204Z] [ 12%] Built target trc_omrvm [2023-05-19T14:30:49.204Z] Scanning dependencies of target trc_omrti [2023-05-19T14:30:49.204Z] [ 13%] Generating ut_omrti.c, ut_omrti.h, ut_omrti.pdat [2023-05-19T14:30:49.204Z] [ 13%] Built target trc_omrti [2023-05-19T14:30:49.204Z] Scanning dependencies of target trc_j9vgc [2023-05-19T14:30:49.204Z] [ 13%] Built target trc_j9vgc [2023-05-19T14:30:49.204Z] [ 13%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrfiletext.c.o [2023-05-19T14:30:49.204Z] Scanning dependencies of target trc_omrmm [2023-05-19T14:30:49.204Z] [ 13%] Built target trc_omrmm [2023-05-19T14:30:49.204Z] Scanning dependencies of target trc_j9mm [2023-05-19T14:30:49.204Z] [ 13%] Built target trc_j9mm [2023-05-19T14:30:49.204Z] Scanning dependencies of target omrgc_hookgen [2023-05-19T14:30:49.204Z] [ 13%] Generating mmomrhook_internal.h, ../mmomrhook.h [2023-05-19T14:30:49.204Z] [ 13%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrfilestream.c.o [2023-05-19T14:30:50.542Z] [ 14%] Generating mmprivatehook_internal.h, mmprivatehook.h [2023-05-19T14:30:50.542Z] [ 14%] Built target omrgc_hookgen [2023-05-19T14:30:50.542Z] [ 14%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrfilestreamtext.c.o [2023-05-19T14:30:50.542Z] Scanning dependencies of target omrutil [2023-05-19T14:30:50.542Z] [ 14%] Linking CXX static library libomrutil.a [2023-05-19T14:30:50.542Z] [ 14%] Built target omrutil [2023-05-19T14:30:50.542Z] Scanning dependencies of target omrcore [2023-05-19T14:30:50.542Z] [ 14%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omriconvhelpers.c.o [2023-05-19T14:30:50.542Z] [ 15%] Building CXX object omr/CMakeFiles/omrcore.dir/OMR_Agent.cpp.o [2023-05-19T14:30:50.542Z] [ 15%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrfile_blockingasync.c.o [2023-05-19T14:30:50.542Z] [ 15%] Building CXX object omr/CMakeFiles/omrcore.dir/OMR_MethodDictionary.cpp.o [2023-05-19T14:30:50.542Z] [ 15%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrmem32helpers.c.o [2023-05-19T14:30:50.542Z] [ 15%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/env/FrontEnd.cpp.o [2023-05-19T14:30:50.542Z] [ 15%] Building CXX object omr/CMakeFiles/omrcore.dir/OMR_Profiler.cpp.o [2023-05-19T14:30:50.542Z] [ 15%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrheap.c.o [2023-05-19T14:30:50.542Z] [ 15%] Building CXX object omr/CMakeFiles/omrcore.dir/OMR_Runtime.cpp.o [2023-05-19T14:30:50.542Z] [ 15%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrmem.c.o [2023-05-19T14:30:50.542Z] [ 15%] Building CXX object omr/CMakeFiles/omrcore.dir/OMR_TI.cpp.o [2023-05-19T14:30:50.542Z] [ 16%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrmemtag.c.o [2023-05-19T14:30:51.981Z] [ 16%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrmemcategories.c.o [2023-05-19T14:30:51.981Z] [ 16%] Building CXX object omr/CMakeFiles/omrcore.dir/OMR_TIMemorySize.cpp.o [2023-05-19T14:30:51.981Z] [ 16%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrport.c.o [2023-05-19T14:30:51.981Z] [ 16%] Building CXX object omr/CMakeFiles/omrcore.dir/OMR_VM.cpp.o [2023-05-19T14:30:51.981Z] [ 16%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrmmap.c.o [2023-05-19T14:30:51.981Z] [ 16%] Building CXX object omr/CMakeFiles/omrcore.dir/OMR_VMThread.cpp.o [2023-05-19T14:30:51.981Z] [ 16%] Building C object port/CMakeFiles/omrport_obj.dir/common/j9nls.c.o [2023-05-19T14:30:51.981Z] [ 16%] Building C object omr/CMakeFiles/omrcore.dir/ut_omrti.c.o [2023-05-19T14:30:51.981Z] [ 16%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/ilgen/IlInjector.cpp.o [2023-05-19T14:30:51.981Z] [ 16%] Building C object port/CMakeFiles/omrport_obj.dir/unix/j9nlshelpers.c.o [2023-05-19T14:30:51.981Z] [ 16%] Building C object omr/CMakeFiles/omrcore.dir/ut_omrvm.c.o [2023-05-19T14:30:51.981Z] [ 16%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrosbacktrace.c.o [2023-05-19T14:30:51.981Z] [ 16%] Building C object omr/CMakeFiles/omrcore.dir/__/example/glue/LanguageVMGlue.c.o [2023-05-19T14:30:51.981Z] [ 16%] Building CXX object omr/CMakeFiles/omrcore.dir/__/example/glue/omrExampleVM.cpp.o [2023-05-19T14:30:51.981Z] [ 16%] Building C object port/CMakeFiles/omrport_obj.dir/linux/omrosbacktrace_impl.c.o [2023-05-19T14:30:51.981Z] [ 17%] Building C object omr/CMakeFiles/omrcore.dir/__/example/glue/Profiling.c.o [2023-05-19T14:30:51.981Z] [ 17%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrintrospect.c.o [2023-05-19T14:30:51.981Z] [ 17%] Linking CXX static library libomrcore.a [2023-05-19T14:30:51.981Z] [ 17%] Built target omrcore [2023-05-19T14:30:51.981Z] [ 17%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrintrospect_common.c.o [2023-05-19T14:30:51.981Z] [ 17%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrosdump.c.o [2023-05-19T14:30:53.522Z] [ 17%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrportcontrol.c.o [2023-05-19T14:30:53.522Z] [ 18%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrportptb.c.o [2023-05-19T14:30:53.522Z] [ 18%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrsignal.c.o [2023-05-19T14:30:53.522Z] [ 18%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrsock.c.o [2023-05-19T14:30:53.522Z] [ 18%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrsockptb.c.o [2023-05-19T14:30:53.522Z] [ 18%] Building C object port/CMakeFiles/omrport_obj.dir/linuxriscv64/omrsignal_context.c.o [2023-05-19T14:30:53.522Z] [ 18%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrsl.c.o [2023-05-19T14:30:53.522Z] [ 18%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrstr.c.o [2023-05-19T14:30:53.522Z] [ 18%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrsysinfo.c.o [2023-05-19T14:30:53.522Z] [ 19%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/ilgen/TestIlGeneratorMethodDetails.cpp.o [2023-05-19T14:30:53.522Z] [ 19%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrsysinfo_helpers.c.o [2023-05-19T14:30:53.522Z] [ 19%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrsyslog.c.o [2023-05-19T14:30:53.522Z] [ 19%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrtime.c.o [2023-05-19T14:30:53.522Z] [ 19%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrtlshelpers.c.o [2023-05-19T14:30:53.522Z] [ 20%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrtty.c.o [2023-05-19T14:30:53.522Z] [ 20%] Building C object port/CMakeFiles/omrport_obj.dir/linux/omrvmem.c.o [2023-05-19T14:30:53.522Z] [ 20%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrmemtag_checks.c.o [2023-05-19T14:30:53.522Z] Scanning dependencies of target run_tracegen [2023-05-19T14:30:53.522Z] [ 20%] Built target run_tracegen [2023-05-19T14:30:53.522Z] Scanning dependencies of target j9hashtable [2023-05-19T14:30:55.126Z] [ 20%] Building C object util/hashtable/CMakeFiles/j9hashtable.dir/hash.c.o [2023-05-19T14:30:55.126Z] [ 20%] Building C object util/hashtable/CMakeFiles/j9hashtable.dir/hashtable.c.o [2023-05-19T14:30:55.126Z] [ 20%] Building C object port/CMakeFiles/omrport_obj.dir/linux/omrosdump_helpers.c.o [2023-05-19T14:30:55.126Z] [ 20%] Building C object util/hashtable/CMakeFiles/j9hashtable.dir/ut_hashtable.c.o [2023-05-19T14:30:55.126Z] [ 20%] Linking CXX static library libj9hashtable.a [2023-05-19T14:30:55.126Z] [ 20%] Built target j9hashtable [2023-05-19T14:30:55.126Z] [ 20%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrsysv_ipcwrappers.c.o [2023-05-19T14:30:55.126Z] [ 20%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrsharedhelper.c.o [2023-05-19T14:30:55.126Z] [ 20%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrshsem.c.o [2023-05-19T14:30:55.126Z] [ 20%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrshsem_deprecated.c.o [2023-05-19T14:30:55.126Z] [ 20%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrshmem.c.o [2023-05-19T14:30:55.126Z] Scanning dependencies of target run_tracemerge [2023-05-19T14:30:55.126Z] Scanning dependencies of target j9thrstatic [2023-05-19T14:30:55.126Z] [ 20%] Generating tracemerge.stamp [2023-05-19T14:30:55.126Z] [ 21%] Linking CXX static library libj9thrstatic.a [2023-05-19T14:30:55.126Z] [ 21%] Built target j9thrstatic [2023-05-19T14:30:55.126Z] Scanning dependencies of target omrsig [2023-05-19T14:30:55.126Z] [ 21%] Building CXX object omrsigcompat/CMakeFiles/omrsig.dir/omrsig.cpp.o [2023-05-19T14:30:55.126Z] [ 21%] Built target run_tracemerge [2023-05-19T14:30:55.126Z] [ 21%] Built target omrport_obj [2023-05-19T14:30:55.126Z] [ 21%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/runtime/TestCodeCacheManager.cpp.o [2023-05-19T14:30:55.126Z] Scanning dependencies of target omrutiltest [2023-05-19T14:30:55.126Z] [ 21%] Linking CXX shared library libomrsig.so [2023-05-19T14:30:55.126Z] [ 21%] Building CXX object fvtest/utiltest/CMakeFiles/omrutiltest.dir/main.cpp.o [2023-05-19T14:30:55.126Z] [ 21%] Built target omrsig [2023-05-19T14:30:55.126Z] Scanning dependencies of target omrport [2023-05-19T14:30:55.126Z] [ 21%] Linking CXX static library libomrport.a [2023-05-19T14:30:55.126Z] [ 21%] Built target omrport [2023-05-19T14:30:55.126Z] Scanning dependencies of target omrtrace [2023-05-19T14:30:55.126Z] [ 21%] Building CXX object omrtrace/CMakeFiles/omrtrace.dir/omrtraceapi.cpp.o [2023-05-19T14:30:56.665Z] [ 21%] Building CXX object omrtrace/CMakeFiles/omrtrace.dir/omrtracecomponent.cpp.o [2023-05-19T14:30:56.665Z] [ 21%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRAheadOfTimeCompile.cpp.o [2023-05-19T14:30:56.665Z] [ 21%] Building CXX object omrtrace/CMakeFiles/omrtrace.dir/omrtraceformatter.cpp.o [2023-05-19T14:30:56.665Z] [ 21%] Building CXX object omrtrace/CMakeFiles/omrtrace.dir/omrtracelog.cpp.o [2023-05-19T14:30:56.665Z] [ 22%] Building CXX object omrtrace/CMakeFiles/omrtrace.dir/omrtracemain.cpp.o [2023-05-19T14:30:56.665Z] [ 22%] Linking CXX executable omrutiltest [2023-05-19T14:30:58.205Z] [ 22%] Building CXX object omrtrace/CMakeFiles/omrtrace.dir/omrtracemisc.cpp.o [2023-05-19T14:30:58.205Z] [ 22%] Building CXX object omrtrace/CMakeFiles/omrtrace.dir/omrtraceoptions.cpp.o [2023-05-19T14:30:58.205Z] [ 22%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/Analyser.cpp.o [2023-05-19T14:30:58.205Z] [ 22%] Built target omrutiltest [2023-05-19T14:30:58.205Z] [ 22%] Running JitBuilder C++ API generator [2023-05-19T14:30:58.205Z] [ 22%] Generate /home/jenkins/workspace/Build/build/jitbuilderName.cpp [2023-05-19T14:30:58.205Z] [ 22%] Building CXX object omrtrace/CMakeFiles/omrtrace.dir/omrtracepublish.cpp.o [2023-05-19T14:30:58.205Z] [ 22%] Building CXX object omrtrace/CMakeFiles/omrtrace.dir/omrtracewrappers.cpp.o [2023-05-19T14:30:58.205Z] [ 22%] Linking CXX static library libomrtrace.a [2023-05-19T14:30:58.205Z] [ 22%] Built target omrtrace [2023-05-19T14:30:58.205Z] Scanning dependencies of target omrporttest [2023-05-19T14:30:58.205Z] [ 22%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/fileTest.cpp.o [2023-05-19T14:30:59.745Z] Scanning dependencies of target jitbuilder [2023-05-19T14:30:59.745Z] [ 22%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/CCData.cpp.o [2023-05-19T14:30:59.745Z] [ 22%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/jitbuilderName.cpp.o [2023-05-19T14:30:59.745Z] [ 22%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/CodeGenPrep.cpp.o [2023-05-19T14:30:59.745Z] [ 22%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/CodeGenGC.cpp.o [2023-05-19T14:31:01.285Z] [ 22%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/heapTest.cpp.o [2023-05-19T14:31:01.285Z] [ 22%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/env/FrontEnd.cpp.o [2023-05-19T14:31:02.825Z] [ 22%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrportTest.cpp.o [2023-05-19T14:31:02.825Z] [ 22%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/CodeGenRA.cpp.o [2023-05-19T14:31:02.825Z] [ 22%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRGCRegisterMap.cpp.o [2023-05-19T14:31:04.365Z] [ 22%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRGCStackAtlas.cpp.o [2023-05-19T14:31:04.365Z] [ 22%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/compile/ResolvedMethod.cpp.o [2023-05-19T14:31:04.366Z] [ 22%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/main.cpp.o [2023-05-19T14:31:05.906Z] [ 23%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/memTest.cpp.o [2023-05-19T14:31:07.446Z] [ 23%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/control/Jit.cpp.o [2023-05-19T14:31:07.446Z] [ 23%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRLinkage.cpp.o [2023-05-19T14:31:07.446Z] [ 23%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrdumpTest.cpp.o [2023-05-19T14:31:07.446Z] [ 23%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/LiveRegister.cpp.o [2023-05-19T14:31:08.987Z] [ 23%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrerrorTest.cpp.o [2023-05-19T14:31:08.987Z] [ 23%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrfileTest.cpp.o [2023-05-19T14:31:10.527Z] [ 23%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/ilgen/JBIlGeneratorMethodDetails.cpp.o [2023-05-19T14:31:10.527Z] [ 24%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OutOfLineCodeSection.cpp.o [2023-05-19T14:31:10.527Z] [ 24%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrfilestreamTest.cpp.o [2023-05-19T14:31:12.133Z] [ 24%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/optimizer/JBOptimizer.cpp.o [2023-05-19T14:31:12.133Z] [ 24%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/runtime/JBCodeCacheManager.cpp.o [2023-05-19T14:31:13.675Z] [ 24%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/runtime/JBJitConfig.cpp.o [2023-05-19T14:31:13.675Z] [ 24%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrheapTest.cpp.o [2023-05-19T14:31:13.675Z] [ 24%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/Relocation.cpp.o [2023-05-19T14:31:13.675Z] [ 24%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/RegisterIterator.cpp.o [2023-05-19T14:31:15.216Z] [ 24%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/ScratchRegisterManager.cpp.o [2023-05-19T14:31:15.216Z] [ 24%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrintrospectTest.cpp.o [2023-05-19T14:31:16.756Z] [ 24%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/jitbuilderclient/cpp/BytecodeBuilder.cpp.o [2023-05-19T14:31:16.756Z] [ 24%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/StorageInfo.cpp.o [2023-05-19T14:31:16.756Z] [ 24%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrmemTest.cpp.o [2023-05-19T14:31:16.756Z] [ 25%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/jitbuilderclient/cpp/IlBuilder.cpp.o [2023-05-19T14:31:18.297Z] [ 25%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRTreeEvaluator.cpp.o [2023-05-19T14:31:18.297Z] [ 25%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrmmapTest.cpp.o [2023-05-19T14:31:19.838Z] [ 25%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/jitbuilderclient/cpp/IlType.cpp.o [2023-05-19T14:31:19.838Z] [ 25%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/PreInstructionSelection.cpp.o [2023-05-19T14:31:19.838Z] [ 25%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/jitbuilderclient/cpp/IlValue.cpp.o [2023-05-19T14:31:21.378Z] [ 25%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrsignalExtendedTest.cpp.o [2023-05-19T14:31:21.378Z] [ 25%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/NodeEvaluation.cpp.o [2023-05-19T14:31:21.378Z] [ 25%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/jitbuilderclient/cpp/MethodBuilder.cpp.o [2023-05-19T14:31:22.917Z] [ 25%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRPeephole.cpp.o [2023-05-19T14:31:22.917Z] [ 25%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrsignalTest.cpp.o [2023-05-19T14:31:22.917Z] [ 25%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/jitbuilderclient/cpp/ThunkBuilder.cpp.o [2023-05-19T14:31:24.457Z] [ 25%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRSnippet.cpp.o [2023-05-19T14:31:24.457Z] [ 25%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/jitbuilderclient/cpp/TypeDictionary.cpp.o [2023-05-19T14:31:24.457Z] [ 25%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrslTest.cpp.o [2023-05-19T14:31:24.457Z] [ 26%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrstrTest.cpp.o [2023-05-19T14:31:25.997Z] [ 26%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/jitbuilderclient/cpp/VirtualMachineOperandArray.cpp.o [2023-05-19T14:31:25.997Z] [ 26%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrtimeTest.cpp.o [2023-05-19T14:31:25.997Z] [ 26%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRUnresolvedDataSnippet.cpp.o [2023-05-19T14:31:27.538Z] [ 26%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrttyExtendedTest.cpp.o [2023-05-19T14:31:27.538Z] [ 26%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/jitbuilderclient/cpp/VirtualMachineOperandStack.cpp.o [2023-05-19T14:31:29.079Z] [ 26%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrttyTest.cpp.o [2023-05-19T14:31:29.079Z] [ 26%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/jitbuilderclient/cpp/VirtualMachineRegister.cpp.o [2023-05-19T14:31:29.079Z] [ 26%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrvmemTest.cpp.o [2023-05-19T14:31:29.079Z] [ 26%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRSnippetGCMap.cpp.o [2023-05-19T14:31:30.620Z] [ 26%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/jitbuilderclient/cpp/VirtualMachineRegisterInStruct.cpp.o [2023-05-19T14:31:30.620Z] [ 26%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/si.cpp.o [2023-05-19T14:31:30.620Z] [ 26%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/jitbuilderclient/cpp/VirtualMachineState.cpp.o [2023-05-19T14:31:32.168Z] [ 26%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/si_numcpusTest.cpp.o [2023-05-19T14:31:32.168Z] [ 27%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRCodeGenerator.cpp.o [2023-05-19T14:31:32.168Z] [ 27%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/jitbuilderclient/cpp/JitBuilder.cpp.o [2023-05-19T14:31:33.720Z] [ 27%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/testHelpers.cpp.o [2023-05-19T14:31:33.720Z] [ 28%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRAheadOfTimeCompile.cpp.o [2023-05-19T14:31:35.269Z] [ 28%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/Analyser.cpp.o [2023-05-19T14:31:36.815Z] [ 28%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/testProcessHelpers.cpp.o [2023-05-19T14:31:36.815Z] [ 28%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRCodeGenPhase.cpp.o [2023-05-19T14:31:36.815Z] [ 28%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRMemoryReference.cpp.o [2023-05-19T14:31:38.362Z] [ 28%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/CCData.cpp.o [2023-05-19T14:31:38.362Z] [ 28%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrsockTest.cpp.o [2023-05-19T14:31:38.362Z] [ 28%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/CodeGenPrep.cpp.o [2023-05-19T14:31:39.643Z] [ 28%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/CodeGenGC.cpp.o [2023-05-19T14:31:41.085Z] [ 28%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRMachine.cpp.o [2023-05-19T14:31:41.085Z] [ 28%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRRegister.cpp.o [2023-05-19T14:31:42.464Z] [ 28%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/__/__/util/main_function/main_function.cpp.o [2023-05-19T14:31:42.464Z] [ 28%] Linking CXX executable omrporttest [2023-05-19T14:31:42.464Z] [ 28%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/CodeGenRA.cpp.o [2023-05-19T14:31:42.464Z] [ 28%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRGCRegisterMap.cpp.o [2023-05-19T14:31:42.464Z] [ 28%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRGCStackAtlas.cpp.o [2023-05-19T14:31:44.011Z] [ 28%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRRegisterDependency.cpp.o [2023-05-19T14:31:44.011Z] [ 28%] Built target omrporttest [2023-05-19T14:31:44.011Z] [ 28%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRRealRegister.cpp.o [2023-05-19T14:31:45.556Z] [ 28%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRLinkage.cpp.o [2023-05-19T14:31:47.135Z] [ 28%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRRegisterPair.cpp.o [2023-05-19T14:31:47.135Z] [ 28%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRInstruction.cpp.o [2023-05-19T14:31:47.135Z] [ 28%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/ELFGenerator.cpp.o [2023-05-19T14:31:48.681Z] [ 28%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/LiveRegister.cpp.o [2023-05-19T14:31:48.681Z] [ 28%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OutOfLineCodeSection.cpp.o [2023-05-19T14:31:48.681Z] [ 28%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRELFRelocationResolver.cpp.o [2023-05-19T14:31:48.681Z] [ 28%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/compile/OSRData.cpp.o [2023-05-19T14:31:50.227Z] [ 29%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/compile/OMRMethod.cpp.o [2023-05-19T14:31:51.772Z] [ 29%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/Relocation.cpp.o [2023-05-19T14:31:51.772Z] [ 30%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/RegisterIterator.cpp.o [2023-05-19T14:31:51.772Z] [ 30%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/ScratchRegisterManager.cpp.o [2023-05-19T14:31:51.772Z] [ 30%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/compile/ResolvedMethod.cpp.o [2023-05-19T14:31:53.319Z] [ 30%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/compile/VirtualGuard.cpp.o [2023-05-19T14:31:53.319Z] [ 30%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/compile/OMRSymbolReferenceTable.cpp.o [2023-05-19T14:31:54.864Z] [ 30%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/StorageInfo.cpp.o [2023-05-19T14:31:54.864Z] [ 30%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/compile/OMRAliasBuilder.cpp.o [2023-05-19T14:31:56.411Z] [ 30%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/compile/OMRCompilation.cpp.o [2023-05-19T14:31:57.960Z] [ 30%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/compile/TLSCompilationManager.cpp.o [2023-05-19T14:31:57.960Z] [ 30%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRTreeEvaluator.cpp.o [2023-05-19T14:31:57.960Z] [ 30%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/control/OMROptions.cpp.o [2023-05-19T14:31:59.517Z] [ 30%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/control/OptimizationPlan.cpp.o [2023-05-19T14:32:01.074Z] [ 30%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/PreInstructionSelection.cpp.o [2023-05-19T14:32:01.074Z] [ 30%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/NodeEvaluation.cpp.o [2023-05-19T14:32:01.074Z] [ 30%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/control/OMRRecompilation.cpp.o [2023-05-19T14:32:01.074Z] [ 30%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/control/OMRCompilationStrategy.cpp.o [2023-05-19T14:32:02.697Z] [ 30%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/control/CompilationController.cpp.o [2023-05-19T14:32:02.697Z] [ 31%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/control/CompileMethod.cpp.o [2023-05-19T14:32:04.242Z] [ 31%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRPeephole.cpp.o [2023-05-19T14:32:04.242Z] [ 31%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/ExceptionTable.cpp.o [2023-05-19T14:32:04.242Z] Scanning dependencies of target j9hookstatic [2023-05-19T14:32:04.242Z] [ 31%] Linking CXX static library libj9hookstatic.a [2023-05-19T14:32:04.242Z] [ 31%] Built target j9hookstatic [2023-05-19T14:32:04.242Z] [ 31%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/FrontEnd.cpp.o [2023-05-19T14:32:05.788Z] [ 31%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/OMRCPU.cpp.o [2023-05-19T14:32:05.788Z] [ 31%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/OMRObjectModel.cpp.o [2023-05-19T14:32:07.334Z] [ 31%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRSnippet.cpp.o [2023-05-19T14:32:07.334Z] [ 31%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/OMRArithEnv.cpp.o [2023-05-19T14:32:07.334Z] Scanning dependencies of target omrgc [2023-05-19T14:32:07.334Z] [ 31%] Building CXX object gc/CMakeFiles/omrgc.dir/base/AddressOrderedListPopulator.cpp.o [2023-05-19T14:32:07.334Z] [ 31%] Building CXX object gc/CMakeFiles/omrgc.dir/base/AllocationContext.cpp.o [2023-05-19T14:32:07.334Z] [ 31%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/OMRClassEnv.cpp.o [2023-05-19T14:32:07.334Z] [ 31%] Building CXX object gc/CMakeFiles/omrgc.dir/base/AllocationInterfaceGeneric.cpp.o [2023-05-19T14:32:08.880Z] [ 31%] Building CXX object gc/CMakeFiles/omrgc.dir/base/BaseVirtual.cpp.o [2023-05-19T14:32:08.880Z] [ 31%] Building CXX object gc/CMakeFiles/omrgc.dir/base/BumpAllocatedListPopulator.cpp.o [2023-05-19T14:32:08.880Z] [ 31%] Building CXX object gc/CMakeFiles/omrgc.dir/base/CardTable.cpp.o [2023-05-19T14:32:08.880Z] [ 31%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/OMRDebugEnv.cpp.o [2023-05-19T14:32:08.880Z] [ 31%] Building CXX object gc/CMakeFiles/omrgc.dir/base/Collector.cpp.o [2023-05-19T14:32:08.880Z] [ 31%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRUnresolvedDataSnippet.cpp.o [2023-05-19T14:32:10.426Z] [ 31%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/OMRVMEnv.cpp.o [2023-05-19T14:32:10.426Z] [ 31%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/OMRVMMethodEnv.cpp.o [2023-05-19T14:32:10.426Z] [ 31%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/SegmentAllocator.cpp.o [2023-05-19T14:32:10.426Z] [ 31%] Building CXX object gc/CMakeFiles/omrgc.dir/base/Configuration.cpp.o [2023-05-19T14:32:10.426Z] [ 31%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/SegmentProvider.cpp.o [2023-05-19T14:32:10.426Z] [ 32%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/SystemSegmentProvider.cpp.o [2023-05-19T14:32:10.426Z] [ 32%] Building CXX object gc/CMakeFiles/omrgc.dir/base/EmptyListPopulator.cpp.o [2023-05-19T14:32:10.426Z] [ 32%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/DebugSegmentProvider.cpp.o [2023-05-19T14:32:10.426Z] [ 32%] Building CXX object gc/CMakeFiles/omrgc.dir/base/EnvironmentBase.cpp.o [2023-05-19T14:32:10.426Z] [ 32%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/Region.cpp.o [2023-05-19T14:32:12.039Z] [ 33%] Building CXX object gc/CMakeFiles/omrgc.dir/base/Forge.cpp.o [2023-05-19T14:32:12.039Z] [ 33%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/StackMemoryRegion.cpp.o [2023-05-19T14:32:12.039Z] [ 33%] Building CXX object gc/CMakeFiles/omrgc.dir/base/GCCode.cpp.o [2023-05-19T14:32:12.039Z] [ 33%] Building CXX object gc/CMakeFiles/omrgc.dir/base/GCExtensionsBase.cpp.o [2023-05-19T14:32:12.039Z] [ 33%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/OMRPersistentInfo.cpp.o [2023-05-19T14:32:12.039Z] [ 33%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/TRMemory.cpp.o [2023-05-19T14:32:12.039Z] [ 33%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/TRPersistentMemory.cpp.o [2023-05-19T14:32:12.039Z] [ 33%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRSnippetGCMap.cpp.o [2023-05-19T14:32:12.039Z] [ 33%] Building CXX object gc/CMakeFiles/omrgc.dir/base/GlobalAllocationManager.cpp.o [2023-05-19T14:32:13.586Z] [ 33%] Building CXX object gc/CMakeFiles/omrgc.dir/base/GlobalCollector.cpp.o [2023-05-19T14:32:13.586Z] [ 33%] Building CXX object gc/CMakeFiles/omrgc.dir/base/Heap.cpp.o [2023-05-19T14:32:13.586Z] [ 33%] Building CXX object gc/CMakeFiles/omrgc.dir/base/HeapMap.cpp.o [2023-05-19T14:32:15.847Z] [ 33%] Building CXX object gc/CMakeFiles/omrgc.dir/base/HeapMapIterator.cpp.o [2023-05-19T14:32:15.847Z] [ 33%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/VerboseLog.cpp.o [2023-05-19T14:32:15.847Z] [ 33%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/JitConfig.cpp.o [2023-05-19T14:32:15.847Z] [ 33%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/FEBase.cpp.o [2023-05-19T14:32:15.847Z] [ 33%] Building CXX object gc/CMakeFiles/omrgc.dir/base/HeapMemorySubSpaceIterator.cpp.o [2023-05-19T14:32:15.847Z] [ 33%] Building CXX object gc/CMakeFiles/omrgc.dir/base/HeapRegionDescriptor.cpp.o [2023-05-19T14:32:15.847Z] [ 33%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRCodeGenerator.cpp.o [2023-05-19T14:32:15.847Z] [ 33%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/OMRIO.cpp.o [2023-05-19T14:32:15.847Z] [ 33%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/OMRKnownObjectTable.cpp.o [2023-05-19T14:32:15.847Z] [ 33%] Building CXX object gc/CMakeFiles/omrgc.dir/base/HeapRegionIterator.cpp.o [2023-05-19T14:32:15.847Z] [ 33%] Building CXX object gc/CMakeFiles/omrgc.dir/base/HeapRegionManager.cpp.o [2023-05-19T14:32:17.185Z] [ 34%] Building CXX object gc/CMakeFiles/omrgc.dir/base/HeapRegionManagerTarok.cpp.o [2023-05-19T14:32:17.185Z] [ 34%] Building CXX object gc/CMakeFiles/omrgc.dir/base/HeapVirtualMemory.cpp.o [2023-05-19T14:32:17.185Z] [ 35%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/Globals.cpp.o [2023-05-19T14:32:17.185Z] [ 35%] Building CXX object gc/CMakeFiles/omrgc.dir/base/LightweightNonReentrantLock.cpp.o [2023-05-19T14:32:18.420Z] [ 35%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRCodeGenPhase.cpp.o [2023-05-19T14:32:18.421Z] [ 35%] Building CXX object gc/CMakeFiles/omrgc.dir/base/LightweightNonReentrantRWLock.cpp.o [2023-05-19T14:32:18.421Z] [ 35%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MarkedObjectPopulator.cpp.o [2023-05-19T14:32:18.421Z] [ 35%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/OMRCompilerEnv.cpp.o [2023-05-19T14:32:18.421Z] [ 35%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MarkingScheme.cpp.o [2023-05-19T14:32:19.656Z] [ 35%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/PersistentAllocator.cpp.o [2023-05-19T14:32:19.657Z] [ 35%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRSymbol.cpp.o [2023-05-19T14:32:19.657Z] [ 35%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MarkMap.cpp.o [2023-05-19T14:32:19.657Z] [ 35%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MarkMapSegmentChunkIterator.cpp.o [2023-05-19T14:32:19.657Z] [ 35%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRAutomaticSymbol.cpp.o [2023-05-19T14:32:20.892Z] [ 35%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MainGCThread.cpp.o [2023-05-19T14:32:20.892Z] [ 35%] Building CXX object gc/CMakeFiles/omrgc.dir/base/Math.cpp.o [2023-05-19T14:32:20.892Z] [ 35%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemoryManager.cpp.o [2023-05-19T14:32:22.128Z] [ 35%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRLabelSymbol.cpp.o [2023-05-19T14:32:22.128Z] [ 36%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRMemoryReference.cpp.o [2023-05-19T14:32:22.128Z] [ 36%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemoryPool.cpp.o [2023-05-19T14:32:22.128Z] [ 36%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemoryPoolAddressOrderedList.cpp.o [2023-05-19T14:32:22.128Z] [ 36%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRMethodSymbol.cpp.o [2023-05-19T14:32:23.363Z] [ 37%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemoryPoolAddressOrderedListBase.cpp.o [2023-05-19T14:32:23.363Z] [ 37%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRParameterSymbol.cpp.o [2023-05-19T14:32:23.363Z] [ 37%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemoryPoolBumpPointer.cpp.o [2023-05-19T14:32:23.363Z] [ 37%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRRegisterMappedSymbol.cpp.o [2023-05-19T14:32:23.363Z] [ 37%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRMachine.cpp.o [2023-05-19T14:32:24.700Z] [ 37%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemoryPoolLargeObjects.cpp.o [2023-05-19T14:32:24.700Z] [ 37%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRResolvedMethodSymbol.cpp.o [2023-05-19T14:32:24.700Z] [ 37%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRRegister.cpp.o [2023-05-19T14:32:24.700Z] [ 37%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemoryPoolSplitAddressOrderedList.cpp.o [2023-05-19T14:32:25.935Z] [ 37%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemoryPoolSplitAddressOrderedListBase.cpp.o [2023-05-19T14:32:25.935Z] [ 37%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRRegisterDependency.cpp.o [2023-05-19T14:32:25.935Z] [ 37%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemorySpace.cpp.o [2023-05-19T14:32:27.170Z] [ 37%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemorySubSpace.cpp.o [2023-05-19T14:32:27.170Z] [ 37%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRRealRegister.cpp.o [2023-05-19T14:32:27.170Z] [ 37%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemorySubSpaceChildIterator.cpp.o [2023-05-19T14:32:28.507Z] [ 37%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemorySubSpaceFlat.cpp.o [2023-05-19T14:32:28.507Z] [ 37%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRStaticSymbol.cpp.o [2023-05-19T14:32:28.507Z] [ 37%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemorySubSpaceGeneric.cpp.o [2023-05-19T14:32:28.507Z] [ 37%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRRegisterPair.cpp.o [2023-05-19T14:32:28.508Z] [ 37%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/Aliases.cpp.o [2023-05-19T14:32:29.742Z] [ 37%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemorySubSpacePoolIterator.cpp.o [2023-05-19T14:32:29.742Z] [ 37%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemorySubSpaceRegionIterator.cpp.o [2023-05-19T14:32:29.742Z] [ 38%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemorySubSpaceUniSpace.cpp.o [2023-05-19T14:32:29.742Z] [ 38%] Building CXX object gc/CMakeFiles/omrgc.dir/base/ModronAssertions.cpp.o [2023-05-19T14:32:29.742Z] [ 38%] Building CXX object gc/CMakeFiles/omrgc.dir/base/NUMAManager.cpp.o [2023-05-19T14:32:29.742Z] [ 38%] Building CXX object gc/CMakeFiles/omrgc.dir/base/NonVirtualMemory.cpp.o [2023-05-19T14:32:31.079Z] [ 38%] Building CXX object gc/CMakeFiles/omrgc.dir/base/OMRVMInterface.cpp.o [2023-05-19T14:32:31.079Z] [ 38%] Building CXX object gc/CMakeFiles/omrgc.dir/base/OMRVMThreadInterface.cpp.o [2023-05-19T14:32:31.079Z] [ 38%] Building CXX object gc/CMakeFiles/omrgc.dir/base/ObjectAllocationInterface.cpp.o [2023-05-19T14:32:31.079Z] [ 38%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRBlock.cpp.o [2023-05-19T14:32:31.079Z] [ 38%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRInstruction.cpp.o [2023-05-19T14:32:31.079Z] [ 38%] Building CXX object gc/CMakeFiles/omrgc.dir/base/ObjectHeapBufferedIterator.cpp.o [2023-05-19T14:32:32.315Z] [ 38%] Building CXX object gc/CMakeFiles/omrgc.dir/base/ObjectHeapIteratorAddressOrderedList.cpp.o [2023-05-19T14:32:32.315Z] [ 39%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRDataTypes.cpp.o [2023-05-19T14:32:32.315Z] [ 39%] Building CXX object gc/CMakeFiles/omrgc.dir/base/Packet.cpp.o [2023-05-19T14:32:32.315Z] [ 39%] Building CXX object gc/CMakeFiles/omrgc.dir/base/PacketList.cpp.o [2023-05-19T14:32:33.651Z] [ 39%] Building CXX object gc/CMakeFiles/omrgc.dir/base/ParallelDispatcher.cpp.o [2023-05-19T14:32:33.651Z] [ 40%] Building CXX object gc/CMakeFiles/omrgc.dir/base/ParallelHeapWalker.cpp.o [2023-05-19T14:32:33.651Z] [ 40%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/ELFGenerator.cpp.o [2023-05-19T14:32:34.887Z] [ 40%] Building CXX object gc/CMakeFiles/omrgc.dir/base/ParallelObjectHeapIterator.cpp.o [2023-05-19T14:32:34.887Z] [ 40%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRIL.cpp.o [2023-05-19T14:32:34.887Z] [ 40%] Building CXX object gc/CMakeFiles/omrgc.dir/base/ParallelMarkTask.cpp.o [2023-05-19T14:32:34.887Z] [ 40%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRILOps.cpp.o [2023-05-19T14:32:36.122Z] [ 40%] Building CXX object gc/CMakeFiles/omrgc.dir/base/ParallelTask.cpp.o [2023-05-19T14:32:36.122Z] [ 40%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRNode.cpp.o [2023-05-19T14:32:36.122Z] [ 40%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRELFRelocationResolver.cpp.o [2023-05-19T14:32:36.122Z] [ 40%] Building CXX object gc/CMakeFiles/omrgc.dir/base/PhysicalArena.cpp.o [2023-05-19T14:32:36.122Z] [ 40%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/compile/OSRData.cpp.o [2023-05-19T14:32:36.122Z] [ 40%] Building CXX object gc/CMakeFiles/omrgc.dir/base/PhysicalArenaRegionBased.cpp.o [2023-05-19T14:32:36.122Z] [ 40%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRSymbolReference.cpp.o [2023-05-19T14:32:37.459Z] [ 40%] Building CXX object gc/CMakeFiles/omrgc.dir/base/PhysicalArenaVirtualMemory.cpp.o [2023-05-19T14:32:37.459Z] [ 40%] Building CXX object gc/CMakeFiles/omrgc.dir/base/PhysicalSubArena.cpp.o [2023-05-19T14:32:37.459Z] [ 40%] Building CXX object gc/CMakeFiles/omrgc.dir/base/PhysicalSubArenaRegionBased.cpp.o [2023-05-19T14:32:38.694Z] [ 40%] Building CXX object gc/CMakeFiles/omrgc.dir/base/PhysicalSubArenaVirtualMemory.cpp.o [2023-05-19T14:32:38.694Z] [ 40%] Building CXX object gc/CMakeFiles/omrgc.dir/base/PhysicalSubArenaVirtualMemoryFlat.cpp.o [2023-05-19T14:32:38.694Z] [ 40%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRTreeTop.cpp.o [2023-05-19T14:32:38.694Z] [ 40%] Building CXX object gc/CMakeFiles/omrgc.dir/base/ReferenceChainWalkerMarkMap.cpp.o [2023-05-19T14:32:40.031Z] [ 41%] Building CXX object gc/CMakeFiles/omrgc.dir/base/RegionPool.cpp.o [2023-05-19T14:32:40.031Z] [ 41%] Building CXX object gc/CMakeFiles/omrgc.dir/base/RegionPoolGeneric.cpp.o [2023-05-19T14:32:40.031Z] [ 41%] Building CXX object gc/CMakeFiles/omrgc.dir/base/SparseAddressOrderedFixedSizeDataPool.cpp.o [2023-05-19T14:32:40.031Z] [ 41%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/compile/OMRMethod.cpp.o [2023-05-19T14:32:41.266Z] [ 41%] Building CXX object gc/CMakeFiles/omrgc.dir/base/SparseVirtualMemory.cpp.o [2023-05-19T14:32:41.266Z] [ 41%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/NodePool.cpp.o [2023-05-19T14:32:41.266Z] [ 41%] Building CXX object gc/CMakeFiles/omrgc.dir/base/StartupManager.cpp.o [2023-05-19T14:32:42.806Z] [ 41%] Building CXX object gc/CMakeFiles/omrgc.dir/base/SweepHeapSectioning.cpp.o [2023-05-19T14:32:42.806Z] [ 41%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/NodeUtils.cpp.o [2023-05-19T14:32:42.806Z] [ 41%] Building CXX object gc/CMakeFiles/omrgc.dir/base/SweepPoolManager.cpp.o [2023-05-19T14:32:42.806Z] [ 41%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/compile/ResolvedMethod.cpp.o [2023-05-19T14:32:42.806Z] [ 41%] Building CXX object gc/CMakeFiles/omrgc.dir/base/SweepPoolManagerAddressOrderedList.cpp.o [2023-05-19T14:32:42.806Z] [ 41%] Building CXX object gc/CMakeFiles/omrgc.dir/base/SweepPoolManagerAddressOrderedListBase.cpp.o [2023-05-19T14:32:42.806Z] [ 41%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/IlGenRequest.cpp.o [2023-05-19T14:32:44.118Z] [ 41%] Building CXX object gc/CMakeFiles/omrgc.dir/base/SweepPoolManagerHybrid.cpp.o [2023-05-19T14:32:44.118Z] [ 41%] Building CXX object gc/CMakeFiles/omrgc.dir/base/SweepPoolManagerSplitAddressOrderedList.cpp.o [2023-05-19T14:32:44.118Z] [ 41%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/IlInjector.cpp.o [2023-05-19T14:32:44.118Z] [ 41%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRBytecodeBuilder.cpp.o [2023-05-19T14:32:44.118Z] [ 41%] Building CXX object gc/CMakeFiles/omrgc.dir/base/SweepPoolState.cpp.o [2023-05-19T14:32:45.455Z] [ 42%] Building CXX object gc/CMakeFiles/omrgc.dir/base/TLHAllocationInterface.cpp.o [2023-05-19T14:32:45.455Z] [ 43%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/compile/VirtualGuard.cpp.o [2023-05-19T14:32:45.455Z] [ 43%] Building CXX object gc/CMakeFiles/omrgc.dir/base/TLHAllocationSupport.cpp.o [2023-05-19T14:32:46.689Z] [ 43%] Building CXX object gc/CMakeFiles/omrgc.dir/base/Task.cpp.o [2023-05-19T14:32:46.689Z] [ 43%] Building CXX object gc/CMakeFiles/omrgc.dir/base/VirtualMemory.cpp.o [2023-05-19T14:32:46.689Z] [ 43%] Building CXX object gc/CMakeFiles/omrgc.dir/base/WorkPacketOverflow.cpp.o [2023-05-19T14:32:46.689Z] [ 43%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRIlBuilder.cpp.o [2023-05-19T14:32:48.026Z] [ 43%] Building CXX object gc/CMakeFiles/omrgc.dir/base/WorkPackets.cpp.o [2023-05-19T14:32:48.026Z] [ 44%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRIlType.cpp.o [2023-05-19T14:32:48.026Z] [ 44%] Building CXX object gc/CMakeFiles/omrgc.dir/base/WorkStack.cpp.o [2023-05-19T14:32:48.026Z] [ 44%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/compile/OMRSymbolReferenceTable.cpp.o [2023-05-19T14:32:48.026Z] [ 44%] Building CXX object gc/CMakeFiles/omrgc.dir/base/gcspinlock.cpp.o [2023-05-19T14:32:48.026Z] [ 44%] Building CXX object gc/CMakeFiles/omrgc.dir/base/gcutils.cpp.o [2023-05-19T14:32:49.363Z] [ 44%] Building CXX object gc/CMakeFiles/omrgc.dir/base/modronapicore.cpp.o [2023-05-19T14:32:49.363Z] [ 44%] Building CXX object gc/CMakeFiles/omrgc.dir/startup/mminitcore.cpp.o [2023-05-19T14:32:49.363Z] [ 44%] Building CXX object gc/CMakeFiles/omrgc.dir/startup/omrgcalloc.cpp.o [2023-05-19T14:32:50.598Z] [ 44%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/compile/OMRAliasBuilder.cpp.o [2023-05-19T14:32:50.598Z] [ 45%] Building CXX object gc/CMakeFiles/omrgc.dir/startup/omrgcstartup.cpp.o [2023-05-19T14:32:50.598Z] [ 45%] Building CXX object gc/CMakeFiles/omrgc.dir/stats/AllocationStats.cpp.o [2023-05-19T14:32:50.598Z] [ 45%] Building CXX object gc/CMakeFiles/omrgc.dir/stats/CardCleaningStats.cpp.o [2023-05-19T14:32:50.598Z] [ 45%] Building CXX object gc/CMakeFiles/omrgc.dir/stats/ClassUnloadStats.cpp.o [2023-05-19T14:32:50.598Z] [ 45%] Building CXX object gc/CMakeFiles/omrgc.dir/stats/FreeEntrySizeClassStats.cpp.o [2023-05-19T14:32:50.598Z] [ 45%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRIlValue.cpp.o [2023-05-19T14:32:51.935Z] [ 45%] Building CXX object gc/CMakeFiles/omrgc.dir/stats/HeapResizeStats.cpp.o [2023-05-19T14:32:51.935Z] [ 45%] Building CXX object gc/CMakeFiles/omrgc.dir/stats/LargeObjectAllocateStats.cpp.o [2023-05-19T14:32:51.935Z] [ 45%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/compile/OMRCompilation.cpp.o [2023-05-19T14:32:51.935Z] [ 45%] Building CXX object gc/CMakeFiles/omrgc.dir/stats/MarkStats.cpp.o [2023-05-19T14:32:51.935Z] [ 45%] Building CXX object gc/CMakeFiles/omrgc.dir/stats/MetronomeStats.cpp.o [2023-05-19T14:32:53.272Z] [ 45%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/compile/TLSCompilationManager.cpp.o [2023-05-19T14:32:53.272Z] [ 45%] Building CXX object gc/CMakeFiles/omrgc.dir/stats/RootScannerStats.cpp.o [2023-05-19T14:32:53.272Z] [ 45%] Building CXX object gc/CMakeFiles/omrgc.dir/stats/ScavengerStats.cpp.o [2023-05-19T14:32:53.272Z] [ 45%] Building CXX object gc/CMakeFiles/omrgc.dir/stats/SweepStats.cpp.o [2023-05-19T14:32:53.272Z] [ 46%] Building CXX object gc/CMakeFiles/omrgc.dir/structs/ForwardedHeader.cpp.o [2023-05-19T14:32:53.272Z] [ 46%] Building CXX object gc/CMakeFiles/omrgc.dir/structs/HashTableIterator.cpp.o [2023-05-19T14:32:53.272Z] [ 46%] Building CXX object gc/CMakeFiles/omrgc.dir/structs/OMRVMThreadListIterator.cpp.o [2023-05-19T14:32:53.272Z] [ 46%] Building CXX object gc/CMakeFiles/omrgc.dir/structs/PoolIterator.cpp.o [2023-05-19T14:32:53.272Z] [ 46%] Building CXX object gc/CMakeFiles/omrgc.dir/structs/SublistFragment.cpp.o [2023-05-19T14:32:54.508Z] [ 46%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRJitBuilderRecorder.cpp.o [2023-05-19T14:32:54.508Z] [ 46%] Building CXX object gc/CMakeFiles/omrgc.dir/structs/SublistIterator.cpp.o [2023-05-19T14:32:54.508Z] [ 46%] Building CXX object gc/CMakeFiles/omrgc.dir/structs/SublistPool.cpp.o [2023-05-19T14:32:54.508Z] [ 46%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/control/OMROptions.cpp.o [2023-05-19T14:32:54.508Z] [ 46%] Building CXX object gc/CMakeFiles/omrgc.dir/structs/SublistPuddle.cpp.o [2023-05-19T14:32:54.508Z] [ 46%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRJitBuilderRecorderBinaryBuffer.cpp.o [2023-05-19T14:32:55.743Z] [ 46%] Building CXX object gc/CMakeFiles/omrgc.dir/structs/SublistSlotIterator.cpp.o [2023-05-19T14:32:55.743Z] [ 46%] Building CXX object gc/CMakeFiles/omrgc.dir/verbose/VerboseBuffer.cpp.o [2023-05-19T14:32:55.743Z] [ 46%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRJitBuilderRecorderBinaryFile.cpp.o [2023-05-19T14:32:55.743Z] [ 46%] Building CXX object gc/CMakeFiles/omrgc.dir/verbose/VerboseHandlerOutput.cpp.o [2023-05-19T14:32:57.079Z] [ 46%] Building CXX object gc/CMakeFiles/omrgc.dir/verbose/VerboseManager.cpp.o [2023-05-19T14:32:57.079Z] [ 46%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRJitBuilderRecorderTextFile.cpp.o [2023-05-19T14:32:57.079Z] [ 47%] Building CXX object gc/CMakeFiles/omrgc.dir/verbose/VerboseWriter.cpp.o [2023-05-19T14:32:57.079Z] [ 47%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/control/OptimizationPlan.cpp.o [2023-05-19T14:32:57.079Z] [ 47%] Building CXX object gc/CMakeFiles/omrgc.dir/verbose/VerboseWriterChain.cpp.o [2023-05-19T14:32:57.079Z] [ 47%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRMethodBuilder.cpp.o [2023-05-19T14:32:58.314Z] [ 47%] Building CXX object gc/CMakeFiles/omrgc.dir/verbose/VerboseWriterFileLogging.cpp.o [2023-05-19T14:32:58.314Z] [ 47%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/control/OMRRecompilation.cpp.o [2023-05-19T14:32:58.314Z] [ 47%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/control/OMRCompilationStrategy.cpp.o [2023-05-19T14:32:58.314Z] [ 47%] Building CXX object gc/CMakeFiles/omrgc.dir/verbose/VerboseWriterFileLoggingBuffered.cpp.o [2023-05-19T14:32:58.314Z] [ 47%] Building CXX object gc/CMakeFiles/omrgc.dir/verbose/VerboseWriterFileLoggingSynchronous.cpp.o [2023-05-19T14:32:58.314Z] [ 47%] Building CXX object gc/CMakeFiles/omrgc.dir/verbose/VerboseWriterHook.cpp.o [2023-05-19T14:32:59.651Z] [ 47%] Building CXX object gc/CMakeFiles/omrgc.dir/verbose/VerboseWriterStreamOutput.cpp.o [2023-05-19T14:32:59.651Z] [ 47%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRThunkBuilder.cpp.o [2023-05-19T14:32:59.651Z] [ 47%] Building CXX object gc/CMakeFiles/omrgc.dir/verbose/handler_standard/VerboseHandlerOutputStandard.cpp.o [2023-05-19T14:32:59.651Z] [ 47%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConfigurationFlat.cpp.o [2023-05-19T14:33:01.152Z] [ 47%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConfigurationStandard.cpp.o [2023-05-19T14:33:01.152Z] [ 47%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/control/CompilationController.cpp.o [2023-05-19T14:33:01.152Z] [ 47%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/CopyScanCacheChunk.cpp.o [2023-05-19T14:33:02.693Z] [ 47%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/CopyScanCacheChunkInHeap.cpp.o [2023-05-19T14:33:02.693Z] [ 47%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRTypeDictionary.cpp.o [2023-05-19T14:33:02.693Z] [ 47%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/control/CompileMethod.cpp.o [2023-05-19T14:33:02.693Z] [ 48%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/EnvironmentStandard.cpp.o [2023-05-19T14:33:02.693Z] [ 48%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/HeapMemoryPoolIterator.cpp.o [2023-05-19T14:33:02.693Z] [ 48%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/ExceptionTable.cpp.o [2023-05-19T14:33:02.693Z] [ 48%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/HeapRegionDescriptorStandard.cpp.o [2023-05-19T14:33:04.232Z] [ 48%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/HeapRegionManagerStandard.cpp.o [2023-05-19T14:33:04.232Z] [ 48%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/HeapWalker.cpp.o [2023-05-19T14:33:04.232Z] [ 48%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/OverflowStandard.cpp.o [2023-05-19T14:33:05.772Z] [ 48%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ParallelGlobalGC.cpp.o [2023-05-19T14:33:05.772Z] [ 48%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRVirtualMachineOperandArray.cpp.o [2023-05-19T14:33:05.772Z] [ 48%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ParallelSweepScheme.cpp.o [2023-05-19T14:33:05.772Z] [ 49%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/FrontEnd.cpp.o [2023-05-19T14:33:05.772Z] [ 49%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/SweepHeapSectioningSegmented.cpp.o [2023-05-19T14:33:05.772Z] [ 49%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/WorkPacketsStandard.cpp.o [2023-05-19T14:33:05.772Z] [ 49%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentCardTable.cpp.o [2023-05-19T14:33:05.772Z] [ 49%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/OMRCPU.cpp.o [2023-05-19T14:33:07.312Z] [ 49%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentCardTableForWC.cpp.o [2023-05-19T14:33:07.312Z] [ 49%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/OMRObjectModel.cpp.o [2023-05-19T14:33:07.312Z] [ 50%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentClearNewMarkBitsTask.cpp.o [2023-05-19T14:33:07.312Z] [ 50%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/OMRArithEnv.cpp.o [2023-05-19T14:33:07.312Z] [ 50%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentCompleteTracingTask.cpp.o [2023-05-19T14:33:07.312Z] [ 50%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRVirtualMachineOperandStack.cpp.o [2023-05-19T14:33:08.852Z] [ 50%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentFinalCleanCardsTask.cpp.o [2023-05-19T14:33:08.852Z] [ 50%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/OMRClassEnv.cpp.o [2023-05-19T14:33:08.852Z] [ 50%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentGC.cpp.o [2023-05-19T14:33:10.456Z] [ 50%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/OMRDebugEnv.cpp.o [2023-05-19T14:33:10.456Z] [ 50%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentGCIncrementalUpdate.cpp.o [2023-05-19T14:33:10.456Z] [ 50%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/OMRVMEnv.cpp.o [2023-05-19T14:33:10.456Z] [ 50%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/OMRVMMethodEnv.cpp.o [2023-05-19T14:33:10.456Z] [ 50%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRVirtualMachineRegister.cpp.o [2023-05-19T14:33:10.456Z] [ 50%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/SegmentAllocator.cpp.o [2023-05-19T14:33:10.456Z] [ 50%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/SegmentProvider.cpp.o [2023-05-19T14:33:10.456Z] [ 50%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/SystemSegmentProvider.cpp.o [2023-05-19T14:33:10.456Z] [ 50%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentGCSATB.cpp.o [2023-05-19T14:33:10.456Z] [ 50%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentOverflow.cpp.o [2023-05-19T14:33:11.894Z] [ 50%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/DebugSegmentProvider.cpp.o [2023-05-19T14:33:11.894Z] [ 50%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentPrepareCardTableTask.cpp.o [2023-05-19T14:33:11.894Z] [ 50%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentSafepointCallback.cpp.o [2023-05-19T14:33:11.894Z] [ 51%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/Region.cpp.o [2023-05-19T14:33:11.894Z] [ 51%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/RememberedSetSATB.cpp.o [2023-05-19T14:33:11.894Z] [ 51%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/WorkPacketsConcurrent.cpp.o [2023-05-19T14:33:11.894Z] [ 51%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/StackMemoryRegion.cpp.o [2023-05-19T14:33:11.894Z] [ 51%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/WorkPacketsSATB.cpp.o [2023-05-19T14:33:11.894Z] [ 52%] Building CXX object gc/CMakeFiles/omrgc.dir/stats/ConcurrentGCStats.cpp.o [2023-05-19T14:33:13.332Z] [ 53%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRVirtualMachineRegisterInStruct.cpp.o [2023-05-19T14:33:13.332Z] [ 53%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentScanRememberedSetTask.cpp.o [2023-05-19T14:33:13.332Z] [ 53%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/OMRPersistentInfo.cpp.o [2023-05-19T14:33:13.332Z] [ 53%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/TRMemory.cpp.o [2023-05-19T14:33:13.332Z] [ 53%] Building CXX object gc/CMakeFiles/omrgc.dir/base/HeapSplit.cpp.o [2023-05-19T14:33:13.332Z] [ 53%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemorySubSpaceGenerational.cpp.o [2023-05-19T14:33:13.332Z] [ 53%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemorySubSpaceSemiSpace.cpp.o [2023-05-19T14:33:13.332Z] [ 53%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConfigurationGenerational.cpp.o [2023-05-19T14:33:14.886Z] [ 53%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/TRPersistentMemory.cpp.o [2023-05-19T14:33:14.886Z] [ 53%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/CopyScanCacheList.cpp.o [2023-05-19T14:33:14.886Z] [ 53%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ParallelScavengeTask.cpp.o [2023-05-19T14:33:14.886Z] [ 53%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/VerboseLog.cpp.o [2023-05-19T14:33:14.886Z] [ 53%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRVirtualMachineState.cpp.o [2023-05-19T14:33:14.886Z] [ 53%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/Assert.cpp.o [2023-05-19T14:33:14.886Z] [ 53%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/PhysicalSubArenaVirtualMemorySemiSpace.cpp.o [2023-05-19T14:33:16.427Z] [ 53%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/FEBase.cpp.o [2023-05-19T14:33:16.427Z] [ 53%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/RSOverflow.cpp.o [2023-05-19T14:33:16.427Z] [ 53%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/Scavenger.cpp.o [2023-05-19T14:33:17.967Z] [ 53%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/BitVector.cpp.o [2023-05-19T14:33:17.967Z] [ 53%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/Checklist.cpp.o [2023-05-19T14:33:19.507Z] [ 53%] Building CXX object gc/CMakeFiles/omrgc.dir/stats/ScavengerCopyScanRatio.cpp.o [2023-05-19T14:33:19.507Z] [ 53%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/JitConfig.cpp.o [2023-05-19T14:33:19.507Z] [ 54%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/AllocationContextSegregated.cpp.o [2023-05-19T14:33:19.507Z] [ 54%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/ConfigurationSegregated.cpp.o [2023-05-19T14:33:19.507Z] [ 54%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/HashTab.cpp.o [2023-05-19T14:33:19.507Z] [ 54%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/IGBase.cpp.o [2023-05-19T14:33:19.507Z] [ 54%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/OMRIO.cpp.o [2023-05-19T14:33:19.507Z] [ 54%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/OMRKnownObjectTable.cpp.o [2023-05-19T14:33:21.047Z] [ 54%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/GlobalAllocationManagerSegregated.cpp.o [2023-05-19T14:33:21.047Z] [ 54%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/IGNode.cpp.o [2023-05-19T14:33:21.047Z] [ 54%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/HeapRegionDescriptorSegregated.cpp.o [2023-05-19T14:33:21.047Z] [ 54%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/LockingFreeHeapRegionList.cpp.o [2023-05-19T14:33:22.588Z] [ 54%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/LockingHeapRegionQueue.cpp.o [2023-05-19T14:33:22.588Z] [ 54%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/MemoryPoolAggregatedCellList.cpp.o [2023-05-19T14:33:22.588Z] [ 54%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/Globals.cpp.o [2023-05-19T14:33:22.588Z] [ 54%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/MemoryPoolSegregated.cpp.o [2023-05-19T14:33:22.588Z] [ 54%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/MemorySubSpaceSegregated.cpp.o [2023-05-19T14:33:22.588Z] [ 54%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/ILWalk.cpp.o [2023-05-19T14:33:22.588Z] [ 54%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/OMRCompilerEnv.cpp.o [2023-05-19T14:33:22.588Z] [ 55%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/PersistentAllocator.cpp.o [2023-05-19T14:33:22.588Z] [ 55%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/ObjectHeapIteratorSegregated.cpp.o [2023-05-19T14:33:22.588Z] [ 55%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRSymbol.cpp.o [2023-05-19T14:33:24.129Z] [ 55%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/OverflowSegregated.cpp.o [2023-05-19T14:33:24.129Z] [ 55%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRAutomaticSymbol.cpp.o [2023-05-19T14:33:24.129Z] [ 55%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/RegionPoolSegregated.cpp.o [2023-05-19T14:33:24.129Z] [ 56%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/SegregatedAllocationInterface.cpp.o [2023-05-19T14:33:25.671Z] [ 56%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/SegregatedAllocationTracker.cpp.o [2023-05-19T14:33:25.671Z] [ 56%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/InterferenceGraph.cpp.o [2023-05-19T14:33:25.671Z] [ 56%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/OMRMonitor.cpp.o [2023-05-19T14:33:25.671Z] [ 56%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/SegregatedGC.cpp.o [2023-05-19T14:33:25.671Z] [ 56%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRLabelSymbol.cpp.o [2023-05-19T14:33:25.671Z] [ 56%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/SegregatedListPopulator.cpp.o [2023-05-19T14:33:25.671Z] [ 56%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/OMRMonitorTable.cpp.o [2023-05-19T14:33:27.210Z] [ 56%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRMethodSymbol.cpp.o [2023-05-19T14:33:27.210Z] [ 56%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/SegregatedMarkingScheme.cpp.o [2023-05-19T14:33:27.210Z] [ 56%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/SegregatedSweepTask.cpp.o [2023-05-19T14:33:27.210Z] [ 56%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRParameterSymbol.cpp.o [2023-05-19T14:33:27.210Z] [ 57%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/Random.cpp.o [2023-05-19T14:33:27.210Z] [ 57%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/SizeClasses.cpp.o [2023-05-19T14:33:28.749Z] [ 57%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/SweepSchemeSegregated.cpp.o [2023-05-19T14:33:28.749Z] [ 57%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRRegisterMappedSymbol.cpp.o [2023-05-19T14:33:28.749Z] [ 57%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/WorkPacketsSegregated.cpp.o [2023-05-19T14:33:28.749Z] [ 57%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/SimpleRegex.cpp.o [2023-05-19T14:33:28.749Z] [ 57%] Building CXX object gc/CMakeFiles/omrgc.dir/base/vlhgc/HeapRegionStateTable.cpp.o [2023-05-19T14:33:28.749Z] [ 57%] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/CollectorLanguageInterfaceImpl.cpp.o [2023-05-19T14:33:30.289Z] [ 57%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/String.cpp.o [2023-05-19T14:33:30.289Z] [ 57%] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/CompactSchemeFixupObject.cpp.o [2023-05-19T14:33:30.289Z] [ 58%] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/ConcurrentMarkingDelegate.cpp.o [2023-05-19T14:33:30.289Z] [ 58%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRResolvedMethodSymbol.cpp.o [2023-05-19T14:33:30.289Z] [ 58%] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/EnvironmentDelegate.cpp.o [2023-05-19T14:33:30.289Z] [ 58%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/STLUtils.cpp.o [2023-05-19T14:33:30.289Z] [ 58%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/Timer.cpp.o [2023-05-19T14:33:30.289Z] [ 58%] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/FrequentObjectsStats.cpp.o [2023-05-19T14:33:31.829Z] [ 58%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/TreeServices.cpp.o [2023-05-19T14:33:31.830Z] [ 58%] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/GlobalCollectorDelegate.cpp.o [2023-05-19T14:33:31.830Z] [ 58%] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/MarkingDelegate.cpp.o [2023-05-19T14:33:31.830Z] [ 58%] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/ObjectIterator.cpp.o [2023-05-19T14:33:31.830Z] [ 58%] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/ObjectModelDelegate.cpp.o [2023-05-19T14:33:33.370Z] [ 58%] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/StartupManagerImpl.cpp.o [2023-05-19T14:33:33.370Z] [ 58%] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/VerboseManagerImpl.cpp.o [2023-05-19T14:33:33.370Z] [ 58%] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/ScavengerDelegate.cpp.o [2023-05-19T14:33:33.370Z] [ 58%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/OMRCfg.cpp.o [2023-05-19T14:33:33.370Z] [ 58%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/AsyncCheckInsertion.cpp.o [2023-05-19T14:33:33.370Z] [ 58%] Linking CXX static library libomrgc.a [2023-05-19T14:33:34.908Z] [ 58%] Built target omrgc [2023-05-19T14:33:34.908Z] [ 58%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/BackwardBitVectorAnalysis.cpp.o [2023-05-19T14:33:34.908Z] [ 58%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRStaticSymbol.cpp.o [2023-05-19T14:33:34.908Z] [ 58%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/Aliases.cpp.o [2023-05-19T14:33:36.447Z] [ 58%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/BackwardIntersectionBitVectorAnalysis.cpp.o [2023-05-19T14:33:37.987Z] Scanning dependencies of target omrvmstartup [2023-05-19T14:33:37.987Z] [ 58%] Building CXX object omr/startup/CMakeFiles/omrvmstartup.dir/omrvmstartup.cpp.o [2023-05-19T14:33:37.987Z] [ 58%] Building C object omr/startup/CMakeFiles/omrvmstartup.dir/omrrasinit.c.o [2023-05-19T14:33:37.987Z] [ 58%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/BackwardUnionBitVectorAnalysis.cpp.o [2023-05-19T14:33:37.987Z] [ 58%] Building C object omr/startup/CMakeFiles/omrvmstartup.dir/omrtrcinit.c.o [2023-05-19T14:33:37.987Z] [ 58%] Linking CXX static library libomrvmstartup.a [2023-05-19T14:33:37.987Z] [ 58%] Built target omrvmstartup [2023-05-19T14:33:37.987Z] [ 58%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/BitVectorAnalysis.cpp.o [2023-05-19T14:33:37.987Z] [ 58%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRBlock.cpp.o [2023-05-19T14:33:39.315Z] [ 59%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/CatchBlockRemover.cpp.o [2023-05-19T14:33:40.638Z] Scanning dependencies of target gcexample [2023-05-19T14:33:40.638Z] [ 59%] Building CXX object example/CMakeFiles/gcexample.dir/gcmain.cpp.o [2023-05-19T14:33:40.638Z] [ 59%] Building CXX object example/CMakeFiles/gcexample.dir/__/util/main_function/main_function.cpp.o [2023-05-19T14:33:42.176Z] [ 59%] Linking CXX executable gcexample [2023-05-19T14:33:42.176Z] [ 59%] Generating hooksample_internal.h, hooksample.h [2023-05-19T14:33:42.176Z] Scanning dependencies of target omralgotest [2023-05-19T14:33:42.176Z] [ 59%] Building CXX object fvtest/algotest/CMakeFiles/omralgotest.dir/algoTest.cpp.o [2023-05-19T14:33:42.176Z] [ 59%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRCFGSimplifier.cpp.o [2023-05-19T14:33:42.176Z] [ 59%] Built target gcexample [2023-05-19T14:33:42.176Z] Scanning dependencies of target TestTypeTraits [2023-05-19T14:33:42.176Z] [ 59%] Building CXX object fvtest/coretest/CMakeFiles/TestTypeTraits.dir/TestTypeTraits.cpp.o [2023-05-19T14:33:43.716Z] [ 59%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRDataTypes.cpp.o [2023-05-19T14:33:43.716Z] [ 59%] Building CXX object fvtest/coretest/CMakeFiles/TestTypeTraits.dir/main.cpp.o [2023-05-19T14:33:45.256Z] [ 59%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/CompactLocals.cpp.o [2023-05-19T14:33:45.256Z] [ 59%] Building C object fvtest/algotest/CMakeFiles/omralgotest.dir/avltest.c.o [2023-05-19T14:33:45.256Z] [ 59%] Building C object fvtest/algotest/CMakeFiles/omralgotest.dir/hashtabletest.c.o [2023-05-19T14:33:45.256Z] [ 59%] Building CXX object fvtest/coretest/CMakeFiles/TestTypeTraits.dir/__/__/util/main_function/main_function.cpp.o [2023-05-19T14:33:45.256Z] [ 59%] Building C object fvtest/algotest/CMakeFiles/omralgotest.dir/hooktest.c.o [2023-05-19T14:33:45.256Z] [ 59%] Linking CXX executable TestTypeTraits [2023-05-19T14:33:45.256Z] [ 59%] Building CXX object fvtest/algotest/CMakeFiles/omralgotest.dir/main.cpp.o [2023-05-19T14:33:46.797Z] [ 60%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRIL.cpp.o [2023-05-19T14:33:46.797Z] [ 60%] Built target TestTypeTraits [2023-05-19T14:33:46.797Z] Scanning dependencies of target TestIntrusiveList [2023-05-19T14:33:46.797Z] [ 60%] Building CXX object fvtest/coretest/CMakeFiles/TestIntrusiveList.dir/TestIntrusiveList.cpp.o [2023-05-19T14:33:46.797Z] [ 60%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRILOps.cpp.o [2023-05-19T14:33:48.337Z] [ 60%] Building C object fvtest/algotest/CMakeFiles/omralgotest.dir/pooltest.c.o [2023-05-19T14:33:48.337Z] [ 60%] Building CXX object fvtest/algotest/CMakeFiles/omralgotest.dir/__/__/util/main_function/main_function.cpp.o [2023-05-19T14:33:48.337Z] [ 60%] Linking CXX executable omralgotest [2023-05-19T14:33:48.337Z] [ 60%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRNode.cpp.o [2023-05-19T14:33:48.337Z] [ 60%] Building CXX object fvtest/coretest/CMakeFiles/TestIntrusiveList.dir/main.cpp.o [2023-05-19T14:33:48.337Z] [ 60%] Built target omralgotest [2023-05-19T14:33:48.337Z] Scanning dependencies of target TestBytes [2023-05-19T14:33:48.337Z] [ 60%] Building CXX object fvtest/coretest/CMakeFiles/TestBytes.dir/TestBytes.cpp.o [2023-05-19T14:33:48.337Z] [ 60%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/CopyPropagation.cpp.o [2023-05-19T14:33:49.877Z] [ 60%] Building CXX object fvtest/coretest/CMakeFiles/TestIntrusiveList.dir/__/__/util/main_function/main_function.cpp.o [2023-05-19T14:33:49.877Z] [ 60%] Linking CXX executable TestIntrusiveList [2023-05-19T14:33:49.877Z] In file included from /home/jenkins/workspace/Build/fvtest/coretest/TestBytes.cpp:24: [2023-05-19T14:33:49.877Z] /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]': [2023-05-19T14:33:49.877Z] /home/jenkins/workspace/Build/fvtest/coretest/TestBytes.cpp:140:2: required from here [2023-05-19T14:33:49.877Z] /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] [2023-05-19T14:33:49.877Z] 1510 | if (val1 op val2) {\ [2023-05-19T14:33:49.877Z] | ~~~~~~~~~~~~ [2023-05-19T14:33:49.877Z] ...... [2023-05-19T14:33:49.877Z] 1522 | GTEST_IMPL_CMP_HELPER_(NE, !=); [2023-05-19T14:33:49.877Z] /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_' [2023-05-19T14:33:49.877Z] 1510 | if (val1 op val2) {\ [2023-05-19T14:33:49.877Z] | ^~ [2023-05-19T14:33:49.877Z] /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]': [2023-05-19T14:33:49.877Z] /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]' [2023-05-19T14:33:49.877Z] /home/jenkins/workspace/Build/fvtest/coretest/TestBytes.cpp:31:2: required from here [2023-05-19T14:33:49.877Z] /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] [2023-05-19T14:33:49.877Z] 1392 | if (lhs == rhs) { [2023-05-19T14:33:49.877Z] | ~~~~^~~~~~ [2023-05-19T14:33:49.877Z] /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]': [2023-05-19T14:33:49.877Z] /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]' [2023-05-19T14:33:49.877Z] /home/jenkins/workspace/Build/fvtest/coretest/TestBytes.cpp:207:3: required from here [2023-05-19T14:33:49.877Z] /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] [2023-05-19T14:33:51.586Z] [ 60%] Built target TestIntrusiveList [2023-05-19T14:33:51.586Z] Scanning dependencies of target omrtraceoptiontest [2023-05-19T14:33:51.586Z] [ 60%] Building CXX object fvtest/coretest/CMakeFiles/TestBytes.dir/main.cpp.o [2023-05-19T14:33:51.586Z] [ 60%] Building CXX object fvtest/rastest/CMakeFiles/omrtraceoptiontest.dir/main.cpp.o [2023-05-19T14:33:53.127Z] [ 60%] Building CXX object fvtest/coretest/CMakeFiles/TestBytes.dir/__/__/util/main_function/main_function.cpp.o [2023-05-19T14:33:53.127Z] [ 60%] Linking CXX executable TestBytes [2023-05-19T14:33:53.127Z] [ 60%] Building CXX object fvtest/rastest/CMakeFiles/omrtraceoptiontest.dir/rasTestHelpers.cpp.o [2023-05-19T14:33:53.127Z] [ 60%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRSymbolReference.cpp.o [2023-05-19T14:33:53.127Z] [ 60%] Built target TestBytes [2023-05-19T14:33:53.127Z] Scanning dependencies of target omrrastest [2023-05-19T14:33:53.127Z] [ 60%] Building CXX object fvtest/rastest/CMakeFiles/omrrastest.dir/agentNegativeTest.cpp.o [2023-05-19T14:33:53.127Z] [ 60%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/DataFlowAnalysis.cpp.o [2023-05-19T14:33:54.668Z] [ 60%] Building CXX object fvtest/rastest/CMakeFiles/omrtraceoptiontest.dir/traceOptionTest.cpp.o [2023-05-19T14:33:56.208Z] [ 60%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRTreeTop.cpp.o [2023-05-19T14:33:56.208Z] [ 60%] Building C object fvtest/rastest/CMakeFiles/omrtraceoptiontest.dir/ut_omr_test.c.o [2023-05-19T14:33:56.208Z] [ 60%] Building CXX object fvtest/rastest/CMakeFiles/omrtraceoptiontest.dir/__/__/util/main_function/main_function.cpp.o [2023-05-19T14:33:56.208Z] [ 60%] Building CXX object fvtest/rastest/CMakeFiles/omrrastest.dir/agentTest.cpp.o [2023-05-19T14:33:56.208Z] [ 61%] Linking CXX executable omrtraceoptiontest [2023-05-19T14:33:56.208Z] [ 61%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/DeadStoreElimination.cpp.o [2023-05-19T14:33:57.749Z] [ 61%] Built target omrtraceoptiontest [2023-05-19T14:33:57.749Z] Scanning dependencies of target omrsubscribertest [2023-05-19T14:33:57.749Z] [ 61%] Building CXX object fvtest/rastest/CMakeFiles/omrsubscribertest.dir/main.cpp.o [2023-05-19T14:33:59.288Z] [ 61%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/NodePool.cpp.o [2023-05-19T14:33:59.288Z] [ 61%] Building CXX object fvtest/rastest/CMakeFiles/omrrastest.dir/main.cpp.o [2023-05-19T14:33:59.288Z] [ 61%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/DeadTreesElimination.cpp.o [2023-05-19T14:33:59.288Z] [ 61%] Building CXX object fvtest/rastest/CMakeFiles/omrsubscribertest.dir/rasTestHelpers.cpp.o [2023-05-19T14:34:00.828Z] [ 61%] Building CXX object fvtest/rastest/CMakeFiles/omrrastest.dir/memoryCategoriesTest.cpp.o [2023-05-19T14:34:00.828Z] [ 61%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/NodeUtils.cpp.o [2023-05-19T14:34:00.828Z] [ 62%] Building CXX object fvtest/rastest/CMakeFiles/omrsubscribertest.dir/subscriberTest.cpp.o [2023-05-19T14:34:02.368Z] [ 62%] Building CXX object fvtest/rastest/CMakeFiles/omrrastest.dir/methodDictionaryTest.cpp.o [2023-05-19T14:34:02.368Z] [ 62%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/DebuggingCounters.cpp.o [2023-05-19T14:34:02.368Z] [ 62%] Building C object fvtest/rastest/CMakeFiles/omrsubscribertest.dir/ut_omr_test.c.o [2023-05-19T14:34:02.368Z] [ 62%] Building CXX object fvtest/rastest/CMakeFiles/omrsubscribertest.dir/subscriberForkTest.cpp.o [2023-05-19T14:34:03.908Z] [ 62%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/IlGenRequest.cpp.o [2023-05-19T14:34:03.909Z] [ 62%] Building CXX object fvtest/rastest/CMakeFiles/omrrastest.dir/rasTestHelpers.cpp.o [2023-05-19T14:34:05.449Z] [ 62%] Building CXX object fvtest/rastest/CMakeFiles/omrsubscribertest.dir/__/__/util/main_function/main_function.cpp.o [2023-05-19T14:34:05.449Z] [ 62%] Linking CXX executable omrsubscribertest [2023-05-19T14:34:05.449Z] [ 62%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/IlInjector.cpp.o [2023-05-19T14:34:05.449Z] [ 62%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/Delayedness.cpp.o [2023-05-19T14:34:05.449Z] [ 62%] Built target omrsubscribertest [2023-05-19T14:34:05.449Z] Scanning dependencies of target omrsigtest [2023-05-19T14:34:05.449Z] [ 62%] Building CXX object fvtest/sigtest/CMakeFiles/omrsigtest.dir/sigTest.cpp.o [2023-05-19T14:34:05.449Z] [ 62%] Building CXX object fvtest/rastest/CMakeFiles/omrrastest.dir/traceLifecycleTest.cpp.o [2023-05-19T14:34:08.580Z] [ 62%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/Dominators.cpp.o [2023-05-19T14:34:08.580Z] [ 62%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRBytecodeBuilder.cpp.o [2023-05-19T14:34:08.580Z] [ 62%] Building CXX object fvtest/sigtest/CMakeFiles/omrsigtest.dir/sigTestHelpers.cpp.o [2023-05-19T14:34:08.580Z] [ 62%] Building CXX object fvtest/rastest/CMakeFiles/omrrastest.dir/traceLogTest.cpp.o [2023-05-19T14:34:10.120Z] [ 62%] Building CXX object fvtest/sigtest/CMakeFiles/omrsigtest.dir/main.cpp.o [2023-05-19T14:34:10.120Z] [ 62%] Building CXX object fvtest/rastest/CMakeFiles/omrrastest.dir/traceRecordHelpers.cpp.o [2023-05-19T14:34:10.120Z] [ 62%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/DominatorVerifier.cpp.o [2023-05-19T14:34:10.120Z] [ 62%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRIlBuilder.cpp.o [2023-05-19T14:34:10.120Z] [ 62%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/DominatorsChk.cpp.o [2023-05-19T14:34:11.660Z] [ 63%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/Earliestness.cpp.o [2023-05-19T14:34:11.660Z] [ 63%] Building CXX object fvtest/sigtest/CMakeFiles/omrsigtest.dir/__/__/util/main_function/main_function.cpp.o [2023-05-19T14:34:11.660Z] [ 63%] Linking CXX executable omrsigtest [2023-05-19T14:34:11.660Z] [ 63%] Building CXX object fvtest/rastest/CMakeFiles/omrrastest.dir/traceTest.cpp.o [2023-05-19T14:34:13.200Z] [ 63%] Built target omrsigtest [2023-05-19T14:34:13.200Z] Scanning dependencies of target omrthreadextendedtest [2023-05-19T14:34:13.200Z] [ 63%] Building CXX object fvtest/threadextendedtest/CMakeFiles/omrthreadextendedtest.dir/processTimeTest.cpp.o [2023-05-19T14:34:13.200Z] [ 63%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/ExpressionsSimplification.cpp.o [2023-05-19T14:34:13.200Z] [ 63%] Building C object fvtest/rastest/CMakeFiles/omrrastest.dir/ut_omr_test.c.o [2023-05-19T14:34:13.200Z] [ 64%] Building CXX object fvtest/rastest/CMakeFiles/omrrastest.dir/__/__/util/main_function/main_function.cpp.o [2023-05-19T14:34:13.200Z] [ 64%] Linking CXX executable omrrastest [2023-05-19T14:34:14.739Z] [ 64%] Building CXX object fvtest/threadextendedtest/CMakeFiles/omrthreadextendedtest.dir/threadCpuTimeTest.cpp.o [2023-05-19T14:34:14.739Z] [ 64%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRIlType.cpp.o [2023-05-19T14:34:14.739Z] [ 65%] Built target omrrastest [2023-05-19T14:34:14.739Z] Scanning dependencies of target omrthreadtest [2023-05-19T14:34:14.739Z] [ 65%] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/abortTest.cpp.o [2023-05-19T14:34:16.278Z] [ 65%] Building CXX object fvtest/threadextendedtest/CMakeFiles/omrthreadextendedtest.dir/threadExtendedTestHelpers.cpp.o [2023-05-19T14:34:16.278Z] [ 65%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/FieldPrivatizer.cpp.o [2023-05-19T14:34:17.818Z] [ 65%] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/CEnterExit.cpp.o [2023-05-19T14:34:17.818Z] [ 65%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRIlValue.cpp.o [2023-05-19T14:34:17.818Z] [ 65%] Building CXX object fvtest/threadextendedtest/CMakeFiles/omrthreadextendedtest.dir/threadExtendedTestMain.cpp.o [2023-05-19T14:34:19.359Z] [ 65%] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/CMonitor.cpp.o [2023-05-19T14:34:19.359Z] [ 66%] Building CXX object fvtest/threadextendedtest/CMakeFiles/omrthreadextendedtest.dir/timeBaseTest.cpp.o [2023-05-19T14:34:19.359Z] [ 67%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRJitBuilderRecorder.cpp.o [2023-05-19T14:34:20.899Z] [ 67%] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/createTest.cpp.o [2023-05-19T14:34:20.899Z] [ 67%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRJitBuilderRecorderBinaryBuffer.cpp.o [2023-05-19T14:34:20.899Z] [ 67%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/GeneralLoopUnroller.cpp.o [2023-05-19T14:34:22.439Z] [ 67%] Building CXX object fvtest/threadextendedtest/CMakeFiles/omrthreadextendedtest.dir/__/__/util/main_function/main_function.cpp.o [2023-05-19T14:34:22.439Z] [ 67%] Linking CXX executable omrthreadextendedtest [2023-05-19T14:34:22.439Z] [ 67%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRJitBuilderRecorderBinaryFile.cpp.o [2023-05-19T14:34:22.439Z] [ 67%] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/CThread.cpp.o [2023-05-19T14:34:22.439Z] [ 67%] Built target omrthreadextendedtest [2023-05-19T14:34:22.439Z] [ 67%] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/joinTest.cpp.o [2023-05-19T14:34:22.439Z] [ 67%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRJitBuilderRecorderTextFile.cpp.o [2023-05-19T14:34:23.979Z] [ 67%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRMethodBuilder.cpp.o [2023-05-19T14:34:23.979Z] [ 67%] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/keyDestructorTest.cpp.o [2023-05-19T14:34:23.979Z] [ 67%] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/lockedMonitorCountTest.cpp.o [2023-05-19T14:34:25.519Z] [ 67%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/GlobalAnticipatability.cpp.o [2023-05-19T14:34:25.519Z] Scanning dependencies of target omrvmtest [2023-05-19T14:34:25.519Z] [ 67%] Building CXX object fvtest/vmtest/CMakeFiles/omrvmtest.dir/main.cpp.o [2023-05-19T14:34:27.059Z] [ 67%] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/main.cpp.o [2023-05-19T14:34:27.059Z] [ 67%] Building CXX object fvtest/vmtest/CMakeFiles/omrvmtest.dir/vmForkTest.cpp.o [2023-05-19T14:34:28.599Z] [ 68%] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/ospriority.cpp.o [2023-05-19T14:34:28.599Z] [ 68%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRThunkBuilder.cpp.o [2023-05-19T14:34:28.599Z] [ 68%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRGlobalRegister.cpp.o [2023-05-19T14:34:30.138Z] [ 68%] Building CXX object fvtest/vmtest/CMakeFiles/omrvmtest.dir/__/__/util/main_function/main_function.cpp.o [2023-05-19T14:34:30.138Z] [ 69%] Linking CXX executable omrvmtest [2023-05-19T14:34:30.138Z] [ 69%] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/priorityInterruptTest.cpp.o [2023-05-19T14:34:30.138Z] [ 69%] Built target omrvmtest [2023-05-19T14:34:30.138Z] [ 69%] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/rwMutexTest.cpp.o [2023-05-19T14:34:31.679Z] [ 69%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRTypeDictionary.cpp.o [2023-05-19T14:34:31.679Z] [ 69%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/GlobalRegisterAllocator.cpp.o [2023-05-19T14:34:31.679Z] [ 69%] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/sanityTest.cpp.o [2023-05-19T14:34:33.219Z] [ 69%] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/sanityTestHelper.cpp.o [2023-05-19T14:34:33.219Z] [ 69%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/Inliner.cpp.o [2023-05-19T14:34:34.759Z] [ 69%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRVirtualMachineOperandArray.cpp.o [2023-05-19T14:34:34.759Z] [ 69%] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/threadTestHelp.cpp.o [2023-05-19T14:34:36.364Z] [ 69%] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/__/__/util/main_function/main_function.cpp.o [2023-05-19T14:34:36.364Z] [ 69%] Linking CXX executable omrthreadtest [2023-05-19T14:34:37.905Z] [ 69%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRVirtualMachineOperandStack.cpp.o [2023-05-19T14:34:37.905Z] [ 69%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/RematTools.cpp.o [2023-05-19T14:34:37.905Z] [ 69%] Built target omrthreadtest [2023-05-19T14:34:37.905Z] Scanning dependencies of target omrgctest [2023-05-19T14:34:37.905Z] [ 69%] Building CXX object fvtest/gctest/CMakeFiles/omrgctest.dir/GCConfigObjectTable.cpp.o [2023-05-19T14:34:39.445Z] [ 69%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/InductionVariable.cpp.o [2023-05-19T14:34:39.445Z] [ 69%] Building CXX object fvtest/gctest/CMakeFiles/omrgctest.dir/GCConfigTest.cpp.o [2023-05-19T14:34:39.445Z] [ 69%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRVirtualMachineRegister.cpp.o [2023-05-19T14:34:40.983Z] [ 69%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRVirtualMachineRegisterInStruct.cpp.o [2023-05-19T14:34:42.529Z] [ 69%] Building CXX object fvtest/gctest/CMakeFiles/omrgctest.dir/gcTestHelpers.cpp.o [2023-05-19T14:34:42.529Z] [ 69%] Building CXX object fvtest/gctest/CMakeFiles/omrgctest.dir/main.cpp.o [2023-05-19T14:34:42.529Z] [ 69%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRVirtualMachineState.cpp.o [2023-05-19T14:34:44.063Z] [ 69%] Building CXX object fvtest/gctest/CMakeFiles/omrgctest.dir/StartupManagerTestExample.cpp.o [2023-05-19T14:34:44.063Z] [ 70%] Building CXX object fvtest/gctest/CMakeFiles/omrgctest.dir/TestHeapRegionStateTable.cpp.o [2023-05-19T14:34:45.604Z] [ 71%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/Assert.cpp.o [2023-05-19T14:34:45.604Z] In file included from /home/jenkins/workspace/Build/fvtest/omrGtestGlue/./omrTest.h:49, [2023-05-19T14:34:45.604Z] from /home/jenkins/workspace/Build/fvtest/gctest/gcTestHelpers.hpp:25, [2023-05-19T14:34:45.604Z] from /home/jenkins/workspace/Build/fvtest/gctest/TestHeapRegionStateTable.cpp:23: [2023-05-19T14:34:45.604Z] /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]': [2023-05-19T14:34:45.604Z] /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]' [2023-05-19T14:34:45.604Z] /home/jenkins/workspace/Build/fvtest/gctest/TestHeapRegionStateTable.cpp:43:5: required from here [2023-05-19T14:34:45.604Z] /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] [2023-05-19T14:34:45.604Z] 1392 | if (lhs == rhs) { [2023-05-19T14:34:45.604Z] | ~~~~^~~~~~ [2023-05-19T14:34:45.604Z] [ 71%] Building CXX object fvtest/gctest/CMakeFiles/omrgctest.dir/__/__/util/main_function/main_function.cpp.o [2023-05-19T14:34:45.604Z] [ 71%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/BitVector.cpp.o [2023-05-19T14:34:45.604Z] [ 71%] Linking CXX executable omrgctest [2023-05-19T14:34:45.604Z] [ 71%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/IntersectionBitVectorAnalysis.cpp.o [2023-05-19T14:34:47.209Z] [ 71%] Built target omrgctest [2023-05-19T14:34:47.209Z] [ 71%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/Checklist.cpp.o [2023-05-19T14:34:47.209Z] [ 71%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/HashTab.cpp.o [2023-05-19T14:34:48.749Z] [ 71%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/IGBase.cpp.o [2023-05-19T14:34:48.749Z] [ 71%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/IGNode.cpp.o [2023-05-19T14:34:48.749Z] [ 71%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/Isolatedness.cpp.o [2023-05-19T14:34:48.749Z] [ 71%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/ILWalk.cpp.o [2023-05-19T14:34:50.189Z] [ 71%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/InterferenceGraph.cpp.o [2023-05-19T14:34:51.730Z] [ 71%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/OMRMonitor.cpp.o [2023-05-19T14:34:51.730Z] [ 71%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/OMRMonitorTable.cpp.o [2023-05-19T14:34:51.730Z] [ 71%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/Random.cpp.o [2023-05-19T14:34:51.730Z] [ 71%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/SimpleRegex.cpp.o [2023-05-19T14:34:51.730Z] [ 72%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/IsolatedStoreElimination.cpp.o [2023-05-19T14:34:51.730Z] [ 73%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/String.cpp.o [2023-05-19T14:34:53.276Z] [ 73%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/STLUtils.cpp.o [2023-05-19T14:34:53.276Z] [ 73%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/Timer.cpp.o [2023-05-19T14:34:53.276Z] [ 73%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/TreeServices.cpp.o [2023-05-19T14:34:54.812Z] [ 73%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/OMRCfg.cpp.o [2023-05-19T14:34:54.812Z] [ 73%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/AsyncCheckInsertion.cpp.o [2023-05-19T14:34:56.352Z] [ 73%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/Latestness.cpp.o [2023-05-19T14:34:56.352Z] [ 73%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/BackwardBitVectorAnalysis.cpp.o [2023-05-19T14:34:57.893Z] [ 73%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/BackwardIntersectionBitVectorAnalysis.cpp.o [2023-05-19T14:34:57.893Z] [ 73%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/BackwardUnionBitVectorAnalysis.cpp.o [2023-05-19T14:34:57.893Z] [ 73%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LiveOnAllPaths.cpp.o [2023-05-19T14:34:59.436Z] [ 73%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/BitVectorAnalysis.cpp.o [2023-05-19T14:35:00.973Z] [ 73%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/CatchBlockRemover.cpp.o [2023-05-19T14:35:00.973Z] [ 73%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OMRCFGSimplifier.cpp.o [2023-05-19T14:35:00.973Z] [ 73%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LiveVariableInformation.cpp.o [2023-05-19T14:35:02.514Z] [ 74%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/CompactLocals.cpp.o [2023-05-19T14:35:04.055Z] [ 74%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/CopyPropagation.cpp.o [2023-05-19T14:35:04.055Z] [ 74%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/DataFlowAnalysis.cpp.o [2023-05-19T14:35:04.055Z] [ 74%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/Liveness.cpp.o [2023-05-19T14:35:07.186Z] [ 74%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/DeadStoreElimination.cpp.o [2023-05-19T14:35:07.186Z] [ 74%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LoadExtensions.cpp.o [2023-05-19T14:35:07.186Z] [ 74%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/DeadTreesElimination.cpp.o [2023-05-19T14:35:08.726Z] [ 74%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/DebuggingCounters.cpp.o [2023-05-19T14:35:08.726Z] [ 74%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/Delayedness.cpp.o [2023-05-19T14:35:10.267Z] [ 74%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/Dominators.cpp.o [2023-05-19T14:35:11.808Z] [ 74%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LocalAnalysis.cpp.o [2023-05-19T14:35:11.808Z] [ 74%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/DominatorVerifier.cpp.o [2023-05-19T14:35:11.808Z] [ 74%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/DominatorsChk.cpp.o [2023-05-19T14:35:11.808Z] [ 74%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/Earliestness.cpp.o [2023-05-19T14:35:11.808Z] [ 74%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/ExpressionsSimplification.cpp.o [2023-05-19T14:35:13.348Z] [ 75%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/FieldPrivatizer.cpp.o [2023-05-19T14:35:14.954Z] [ 75%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LocalAnticipatability.cpp.o [2023-05-19T14:35:14.954Z] [ 75%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/GeneralLoopUnroller.cpp.o [2023-05-19T14:35:14.954Z] [ 75%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/GlobalAnticipatability.cpp.o [2023-05-19T14:35:18.088Z] [ 75%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LocalLiveRangeReducer.cpp.o [2023-05-19T14:35:18.088Z] [ 75%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OMRGlobalRegister.cpp.o [2023-05-19T14:35:18.088Z] [ 75%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/GlobalRegisterAllocator.cpp.o [2023-05-19T14:35:19.629Z] [ 75%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/Inliner.cpp.o [2023-05-19T14:35:21.169Z] [ 75%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/RematTools.cpp.o [2023-05-19T14:35:21.169Z] [ 75%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LocalReordering.cpp.o [2023-05-19T14:35:22.710Z] [ 75%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/InductionVariable.cpp.o [2023-05-19T14:35:24.253Z] [ 75%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/IntersectionBitVectorAnalysis.cpp.o [2023-05-19T14:35:24.253Z] [ 75%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/Isolatedness.cpp.o [2023-05-19T14:35:24.253Z] [ 75%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LocalTransparency.cpp.o [2023-05-19T14:35:25.795Z] [ 75%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/IsolatedStoreElimination.cpp.o [2023-05-19T14:35:27.400Z] [ 75%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/Latestness.cpp.o [2023-05-19T14:35:28.941Z] [ 75%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LoopCanonicalizer.cpp.o [2023-05-19T14:35:28.941Z] [ 76%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LiveOnAllPaths.cpp.o [2023-05-19T14:35:30.481Z] [ 76%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LiveVariableInformation.cpp.o [2023-05-19T14:35:30.481Z] [ 76%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/Liveness.cpp.o [2023-05-19T14:35:32.021Z] [ 76%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LoadExtensions.cpp.o [2023-05-19T14:35:33.561Z] [ 76%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LocalAnalysis.cpp.o [2023-05-19T14:35:33.561Z] [ 76%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LocalAnticipatability.cpp.o [2023-05-19T14:35:33.561Z] [ 77%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LoopReducer.cpp.o [2023-05-19T14:35:36.690Z] [ 77%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LocalLiveRangeReducer.cpp.o [2023-05-19T14:35:36.690Z] [ 77%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LocalReordering.cpp.o [2023-05-19T14:35:36.690Z] [ 77%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LocalTransparency.cpp.o [2023-05-19T14:35:38.231Z] [ 77%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LoopReplicator.cpp.o [2023-05-19T14:35:39.738Z] [ 77%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LoopCanonicalizer.cpp.o [2023-05-19T14:35:39.738Z] [ 77%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LoopReducer.cpp.o [2023-05-19T14:35:39.738Z] [ 77%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LoopReplicator.cpp.o [2023-05-19T14:35:40.999Z] [ 77%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LoopVersioner.cpp.o [2023-05-19T14:35:44.135Z] [ 78%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LoopVersioner.cpp.o [2023-05-19T14:35:44.135Z] [ 78%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OMRLocalCSE.cpp.o [2023-05-19T14:35:45.676Z] [ 78%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LocalDeadStoreElimination.cpp.o [2023-05-19T14:35:47.240Z] [ 78%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LocalOpts.cpp.o [2023-05-19T14:35:48.760Z] [ 78%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OMROptimization.cpp.o [2023-05-19T14:35:48.760Z] [ 78%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRLocalCSE.cpp.o [2023-05-19T14:35:51.890Z] [ 78%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OMROptimizationManager.cpp.o [2023-05-19T14:35:51.890Z] [ 78%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OMRTransformUtil.cpp.o [2023-05-19T14:35:53.430Z] [ 78%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LocalDeadStoreElimination.cpp.o [2023-05-19T14:35:53.430Z] [ 78%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OMROptimizer.cpp.o [2023-05-19T14:35:53.430Z] [ 78%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OrderBlocks.cpp.o [2023-05-19T14:35:54.972Z] [ 78%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OSRDefAnalysis.cpp.o [2023-05-19T14:35:56.512Z] [ 78%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LocalOpts.cpp.o [2023-05-19T14:35:58.052Z] [ 78%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/PartialRedundancy.cpp.o [2023-05-19T14:35:58.052Z] [ 78%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/PreExistence.cpp.o [2023-05-19T14:35:59.491Z] [ 79%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/Reachability.cpp.o [2023-05-19T14:36:01.032Z] [ 79%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/ReachingDefinitions.cpp.o [2023-05-19T14:36:01.032Z] [ 79%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OMRRecognizedCallTransformer.cpp.o [2023-05-19T14:36:02.572Z] [ 79%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/RedundantAsyncCheckRemoval.cpp.o [2023-05-19T14:36:02.572Z] [ 79%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMROptimization.cpp.o [2023-05-19T14:36:04.112Z] [ 79%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OMRRegisterCandidate.cpp.o [2023-05-19T14:36:04.112Z] [ 79%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OMRSimplifier.cpp.o [2023-05-19T14:36:05.717Z] [ 79%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMROptimizationManager.cpp.o [2023-05-19T14:36:05.717Z] [ 79%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OMRSimplifierHelpers.cpp.o [2023-05-19T14:36:07.258Z] [ 79%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRTransformUtil.cpp.o [2023-05-19T14:36:08.799Z] [ 79%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMROptimizer.cpp.o [2023-05-19T14:36:08.799Z] [ 79%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OMRSimplifierHandlers.cpp.o [2023-05-19T14:36:10.339Z] [ 79%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/StructuralAnalysis.cpp.o [2023-05-19T14:36:10.339Z] [ 79%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OrderBlocks.cpp.o [2023-05-19T14:36:13.470Z] [ 79%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/Structure.cpp.o [2023-05-19T14:36:13.470Z] [ 79%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OSRDefAnalysis.cpp.o [2023-05-19T14:36:13.470Z] [ 80%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/PartialRedundancy.cpp.o [2023-05-19T14:36:16.605Z] [ 80%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/SwitchAnalyzer.cpp.o [2023-05-19T14:36:16.605Z] [ 80%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/PreExistence.cpp.o [2023-05-19T14:36:18.212Z] [ 80%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/TranslateTable.cpp.o [2023-05-19T14:36:18.212Z] [ 80%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/Reachability.cpp.o [2023-05-19T14:36:19.752Z] [ 81%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/UnionBitVectorAnalysis.cpp.o [2023-05-19T14:36:19.752Z] [ 81%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/ReachingDefinitions.cpp.o [2023-05-19T14:36:19.752Z] [ 81%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/UseDefInfo.cpp.o [2023-05-19T14:36:21.292Z] [ 81%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRRecognizedCallTransformer.cpp.o [2023-05-19T14:36:21.292Z] [ 81%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/ValueNumberInfo.cpp.o [2023-05-19T14:36:22.832Z] [ 81%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/RedundantAsyncCheckRemoval.cpp.o [2023-05-19T14:36:24.371Z] [ 81%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRRegisterCandidate.cpp.o [2023-05-19T14:36:25.911Z] [ 81%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/VirtualGuardCoalescer.cpp.o [2023-05-19T14:36:25.911Z] [ 81%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRSimplifier.cpp.o [2023-05-19T14:36:25.911Z] [ 81%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/VirtualGuardHeadMerger.cpp.o [2023-05-19T14:36:29.043Z] [ 81%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/RegDepCopyRemoval.cpp.o [2023-05-19T14:36:29.043Z] [ 81%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRSimplifierHelpers.cpp.o [2023-05-19T14:36:29.043Z] [ 81%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/ReorderIndexExpr.cpp.o [2023-05-19T14:36:29.043Z] [ 81%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRSimplifierHandlers.cpp.o [2023-05-19T14:36:32.071Z] [ 81%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/SinkStores.cpp.o [2023-05-19T14:36:32.071Z] [ 81%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/StripMiner.cpp.o [2023-05-19T14:36:32.071Z] [ 81%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/StructuralAnalysis.cpp.o [2023-05-19T14:36:35.200Z] [ 81%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/VPConstraint.cpp.o [2023-05-19T14:36:35.200Z] [ 81%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/Structure.cpp.o [2023-05-19T14:36:36.740Z] [ 81%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/VPHandlers.cpp.o [2023-05-19T14:36:36.740Z] [ 82%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/SwitchAnalyzer.cpp.o [2023-05-19T14:36:39.559Z] [ 82%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/VPHandlersCommon.cpp.o [2023-05-19T14:36:39.559Z] [ 82%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/TranslateTable.cpp.o [2023-05-19T14:36:40.793Z] [ 82%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/UnionBitVectorAnalysis.cpp.o [2023-05-19T14:36:42.296Z] [ 83%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OMRValuePropagation.cpp.o [2023-05-19T14:36:42.296Z] [ 83%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/UseDefInfo.cpp.o [2023-05-19T14:36:42.296Z] [ 83%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/ValuePropagationCommon.cpp.o [2023-05-19T14:36:43.823Z] [ 83%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/ValueNumberInfo.cpp.o [2023-05-19T14:36:46.848Z] [ 83%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/VirtualGuardCoalescer.cpp.o [2023-05-19T14:36:46.848Z] [ 83%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/TrivialDeadBlockRemover.cpp.o [2023-05-19T14:36:46.848Z] [ 83%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/VirtualGuardHeadMerger.cpp.o [2023-05-19T14:36:46.848Z] [ 83%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/FEInliner.cpp.o [2023-05-19T14:36:49.977Z] [ 83%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/abstractinterpreter/AbsValue.cpp.o [2023-05-19T14:36:49.977Z] [ 83%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/abstractinterpreter/AbsOpStack.cpp.o [2023-05-19T14:36:49.977Z] [ 83%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/RegDepCopyRemoval.cpp.o [2023-05-19T14:36:49.977Z] [ 83%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/ReorderIndexExpr.cpp.o [2023-05-19T14:36:51.519Z] [ 83%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/abstractinterpreter/AbsOpArray.cpp.o [2023-05-19T14:36:53.059Z] [ 83%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ras/CallStack.cpp.o [2023-05-19T14:36:53.059Z] [ 83%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/SinkStores.cpp.o [2023-05-19T14:36:53.059Z] [ 83%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/StripMiner.cpp.o [2023-05-19T14:36:54.600Z] [ 83%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ras/CFGChecker.cpp.o [2023-05-19T14:36:54.600Z] [ 83%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ras/Debug.cpp.o [2023-05-19T14:36:56.140Z] [ 83%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/VPConstraint.cpp.o [2023-05-19T14:36:56.140Z] [ 84%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/VPHandlers.cpp.o [2023-05-19T14:36:56.140Z] [ 84%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ras/DebugCounter.cpp.o [2023-05-19T14:36:59.269Z] [ 84%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ras/ILValidationRules.cpp.o [2023-05-19T14:36:59.269Z] [ 85%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ras/ILValidationUtils.cpp.o [2023-05-19T14:37:00.809Z] [ 85%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/VPHandlersCommon.cpp.o [2023-05-19T14:37:00.809Z] [ 85%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ras/ILValidator.cpp.o [2023-05-19T14:37:02.348Z] [ 85%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ras/IgnoreLocale.cpp.o [2023-05-19T14:37:02.348Z] [ 85%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRValuePropagation.cpp.o [2023-05-19T14:37:02.348Z] [ 85%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/ValuePropagationCommon.cpp.o [2023-05-19T14:37:03.888Z] [ 85%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ras/LimitFile.cpp.o [2023-05-19T14:37:03.888Z] [ 85%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ras/LogTracer.cpp.o [2023-05-19T14:37:05.428Z] [ 85%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ras/OptionsDebug.cpp.o [2023-05-19T14:37:05.428Z] [ 85%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ras/Tree.cpp.o [2023-05-19T14:37:06.968Z] [ 85%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/TrivialDeadBlockRemover.cpp.o [2023-05-19T14:37:06.968Z] [ 85%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/runtime/Runtime.cpp.o [2023-05-19T14:37:06.968Z] [ 85%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/runtime/Trampoline.cpp.o [2023-05-19T14:37:08.508Z] [ 85%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/FEInliner.cpp.o [2023-05-19T14:37:10.048Z] [ 85%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/runtime/CodeCacheTypes.cpp.o [2023-05-19T14:37:10.048Z] [ 85%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/runtime/OMRCodeCache.cpp.o [2023-05-19T14:37:10.048Z] [ 85%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/runtime/OMRCodeCacheManager.cpp.o [2023-05-19T14:37:10.048Z] [ 85%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/abstractinterpreter/AbsValue.cpp.o [2023-05-19T14:37:10.048Z] [ 85%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/abstractinterpreter/AbsOpStack.cpp.o [2023-05-19T14:37:11.588Z] [ 85%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/abstractinterpreter/AbsOpArray.cpp.o [2023-05-19T14:37:11.588Z] [ 86%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/runtime/OMRCodeCacheMemorySegment.cpp.o [2023-05-19T14:37:11.588Z] [ 86%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/runtime/OMRCodeCacheConfig.cpp.o [2023-05-19T14:37:11.588Z] [ 86%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/codegen/RVDebug.cpp.o [2023-05-19T14:37:11.588Z] [ 86%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ras/CallStack.cpp.o [2023-05-19T14:37:13.128Z] [ 86%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ras/CFGChecker.cpp.o [2023-05-19T14:37:14.669Z] [ 86%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ras/Debug.cpp.o [2023-05-19T14:37:14.669Z] [ 87%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ras/DebugCounter.cpp.o [2023-05-19T14:37:14.669Z] [ 87%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/codegen/RVInstruction.cpp.o [2023-05-19T14:37:16.210Z] [ 87%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ras/ILValidationRules.cpp.o [2023-05-19T14:37:17.751Z] [ 87%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ras/ILValidationUtils.cpp.o [2023-05-19T14:37:17.751Z] [ 87%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/codegen/RVOutOfLineCodeSection.cpp.o [2023-05-19T14:37:17.751Z] [ 87%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ras/ILValidator.cpp.o [2023-05-19T14:37:17.751Z] [ 87%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ras/IgnoreLocale.cpp.o [2023-05-19T14:37:19.291Z] In file included from /home/jenkins/workspace/Build/compiler/il/ILOpCodes.hpp:25, [2023-05-19T14:37:19.291Z] from /home/jenkins/workspace/Build/compiler/codegen/OutOfLineCodeSection.hpp:27, [2023-05-19T14:37:19.291Z] from /home/jenkins/workspace/Build/compiler/riscv/codegen/RVOutOfLineCodeSection.hpp:26, [2023-05-19T14:37:19.291Z] from /home/jenkins/workspace/Build/compiler/riscv/codegen/RVOutOfLineCodeSection.cpp:22: [2023-05-19T14:37:19.291Z] /home/jenkins/workspace/Build/compiler/il/OMRDataTypes.hpp:406:16: warning: inline function 'bool OMR::DataType::isVector()' used but never defined [2023-05-19T14:37:19.291Z] 406 | inline bool isVector(); [2023-05-19T14:37:19.291Z] | ^~~~~~~~ [2023-05-19T14:37:19.291Z] /home/jenkins/workspace/Build/compiler/il/OMRDataTypes.hpp:499:16: warning: inline function 'bool OMR::DataType::isMask()' used but never defined [2023-05-19T14:37:19.291Z] 499 | inline bool isMask(); [2023-05-19T14:37:19.291Z] | ^~~~~~ [2023-05-19T14:37:19.291Z] [ 87%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/codegen/RVSystemLinkage.cpp.o [2023-05-19T14:37:19.291Z] [ 87%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ras/LimitFile.cpp.o [2023-05-19T14:37:19.291Z] [ 87%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ras/LogTracer.cpp.o [2023-05-19T14:37:20.895Z] [ 87%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ras/OptionsDebug.cpp.o [2023-05-19T14:37:20.895Z] [ 87%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ras/Tree.cpp.o [2023-05-19T14:37:22.435Z] [ 87%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/codegen/BinaryEvaluator.cpp.o [2023-05-19T14:37:22.435Z] [ 87%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/runtime/Runtime.cpp.o [2023-05-19T14:37:22.435Z] [ 87%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/runtime/Trampoline.cpp.o [2023-05-19T14:37:22.435Z] [ 87%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/runtime/CodeCacheTypes.cpp.o [2023-05-19T14:37:23.975Z] [ 88%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/runtime/OMRCodeCache.cpp.o [2023-05-19T14:37:23.975Z] [ 88%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/runtime/OMRCodeCacheManager.cpp.o [2023-05-19T14:37:23.975Z] [ 88%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/codegen/ControlFlowEvaluator.cpp.o [2023-05-19T14:37:25.514Z] [ 88%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/runtime/OMRCodeCacheMemorySegment.cpp.o [2023-05-19T14:37:25.514Z] [ 88%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/runtime/OMRCodeCacheConfig.cpp.o [2023-05-19T14:37:25.514Z] [ 88%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/codegen/RVDebug.cpp.o [2023-05-19T14:37:25.514Z] [ 88%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/codegen/RVInstruction.cpp.o [2023-05-19T14:37:27.051Z] [ 88%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/codegen/RVOutOfLineCodeSection.cpp.o [2023-05-19T14:37:27.051Z] In file included from /home/jenkins/workspace/Build/compiler/il/ILOpCodes.hpp:25, [2023-05-19T14:37:27.051Z] from /home/jenkins/workspace/Build/compiler/codegen/OutOfLineCodeSection.hpp:27, [2023-05-19T14:37:27.051Z] from /home/jenkins/workspace/Build/compiler/riscv/codegen/RVOutOfLineCodeSection.hpp:26, [2023-05-19T14:37:27.051Z] from /home/jenkins/workspace/Build/compiler/riscv/codegen/RVOutOfLineCodeSection.cpp:22: [2023-05-19T14:37:27.051Z] /home/jenkins/workspace/Build/compiler/il/OMRDataTypes.hpp:406:16: warning: inline function 'bool OMR::DataType::isVector()' used but never defined [2023-05-19T14:37:27.051Z] 406 | inline bool isVector(); [2023-05-19T14:37:27.051Z] | ^~~~~~~~ [2023-05-19T14:37:27.051Z] /home/jenkins/workspace/Build/compiler/il/OMRDataTypes.hpp:499:16: warning: inline function 'bool OMR::DataType::isMask()' used but never defined [2023-05-19T14:37:27.051Z] 499 | inline bool isMask(); [2023-05-19T14:37:27.051Z] | ^~~~~~ [2023-05-19T14:37:27.051Z] [ 88%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/codegen/RVSystemLinkage.cpp.o [2023-05-19T14:37:27.051Z] [ 88%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/codegen/FPTreeEvaluator.cpp.o [2023-05-19T14:37:28.591Z] [ 88%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/codegen/BinaryEvaluator.cpp.o [2023-05-19T14:37:28.591Z] [ 88%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/codegen/ControlFlowEvaluator.cpp.o [2023-05-19T14:37:30.131Z] [ 88%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/codegen/FPTreeEvaluator.cpp.o [2023-05-19T14:37:30.131Z] [ 88%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/codegen/GenerateInstructions.cpp.o [2023-05-19T14:37:31.671Z] [ 88%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/codegen/GenerateInstructions.cpp.o [2023-05-19T14:37:31.671Z] [ 89%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/codegen/OMRCodeGenerator.cpp.o [2023-05-19T14:37:33.278Z] [ 89%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/codegen/OMRInstruction.cpp.o [2023-05-19T14:37:33.278Z] [ 89%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/codegen/OMRCodeGenerator.cpp.o [2023-05-19T14:37:34.818Z] [ 89%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/codegen/OMRLinkage.cpp.o [2023-05-19T14:37:34.818Z] [ 89%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/codegen/OMRMachine.cpp.o [2023-05-19T14:37:36.357Z] [ 89%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/codegen/OMRMemoryReference.cpp.o [2023-05-19T14:37:36.357Z] [ 89%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/codegen/OMRInstruction.cpp.o [2023-05-19T14:37:37.896Z] [ 89%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/codegen/OMRRealRegister.cpp.o [2023-05-19T14:37:37.896Z] [ 89%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/codegen/OMRRegisterDependency.cpp.o [2023-05-19T14:37:37.896Z] [ 89%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/codegen/OMRSnippet.cpp.o [2023-05-19T14:37:39.433Z] [ 89%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/codegen/OMRTreeEvaluator.cpp.o [2023-05-19T14:37:39.433Z] [ 90%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/codegen/OMRLinkage.cpp.o [2023-05-19T14:37:40.973Z] [ 90%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/codegen/OpBinary.cpp.o [2023-05-19T14:37:40.973Z] [ 90%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/codegen/UnaryEvaluator.cpp.o [2023-05-19T14:37:40.973Z] [ 90%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/codegen/RVHelperCallSnippet.cpp.o [2023-05-19T14:37:42.514Z] [ 90%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/codegen/OMRMachine.cpp.o [2023-05-19T14:37:42.514Z] [ 91%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/env/OMRDebugEnv.cpp.o [2023-05-19T14:37:42.514Z] [ 91%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/env/OMRCPU.cpp.o [2023-05-19T14:37:44.054Z] [ 91%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/runtime/CodeSync.cpp.o [2023-05-19T14:37:44.054Z] [ 91%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/codegen/OMRMemoryReference.cpp.o [2023-05-19T14:37:44.054Z] [ 91%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/codegen/OMRRealRegister.cpp.o [2023-05-19T14:37:44.054Z] [ 91%] Linking CXX static library libtestcompiler.a [2023-05-19T14:37:44.054Z] [ 91%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/codegen/OMRRegisterDependency.cpp.o [2023-05-19T14:37:45.594Z] [ 91%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/codegen/OMRSnippet.cpp.o [2023-05-19T14:37:45.594Z] [ 91%] Built target testcompiler [2023-05-19T14:37:45.594Z] [ 91%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/codegen/OMRTreeEvaluator.cpp.o [2023-05-19T14:37:47.133Z] [ 91%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/codegen/OpBinary.cpp.o [2023-05-19T14:37:47.133Z] [ 91%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/codegen/UnaryEvaluator.cpp.o [2023-05-19T14:37:48.868Z] [ 91%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/codegen/RVHelperCallSnippet.cpp.o [2023-05-19T14:37:48.868Z] [ 91%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/env/OMRDebugEnv.cpp.o [2023-05-19T14:37:48.868Z] [ 91%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/env/OMRCPU.cpp.o [2023-05-19T14:37:48.868Z] [ 92%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/runtime/CodeSync.cpp.o [2023-05-19T14:37:48.868Z] Scanning dependencies of target compilertest [2023-05-19T14:37:48.868Z] Scanning dependencies of target tril [2023-05-19T14:37:48.868Z] [ 92%] Building CXX object fvtest/tril/tril/CMakeFiles/tril.dir/ast.cpp.o [2023-05-19T14:37:48.868Z] [ 92%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/main.cpp.o [2023-05-19T14:37:50.004Z] [ 92%] Building CXX object fvtest/tril/tril/CMakeFiles/tril.dir/parser.cpp.o [2023-05-19T14:37:50.004Z] [ 92%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/BuilderTest.cpp.o [2023-05-19T14:37:51.135Z] [ 92%] Linking CXX static library libjitbuilder.a [2023-05-19T14:37:51.135Z] [ 92%] Building CXX object fvtest/tril/tril/CMakeFiles/tril.dir/ilgen.cpp.o [2023-05-19T14:37:51.135Z] [ 92%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/FooBarTest.cpp.o [2023-05-19T14:37:52.369Z] [ 92%] Built target jitbuilder [2023-05-19T14:37:52.369Z] [ 92%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/LimitFileTest.cpp.o [2023-05-19T14:37:52.369Z] [ 92%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/LogFileTest.cpp.o [2023-05-19T14:37:52.369Z] [ 92%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/OMRTestEnv.cpp.o [2023-05-19T14:37:53.707Z] [ 92%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/OptionSetTest.cpp.o [2023-05-19T14:37:53.707Z] [ 92%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/OpCodesTest.cpp.o [2023-05-19T14:37:53.707Z] [ 92%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/Qux2Test.cpp.o [2023-05-19T14:37:54.943Z] [ 92%] Building CXX object fvtest/tril/tril/CMakeFiles/tril.dir/CallConverter.cpp.o [2023-05-19T14:37:54.943Z] [ 92%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/SimplifierFoldAndTest.cpp.o [2023-05-19T14:37:57.565Z] [ 92%] Building CXX object fvtest/tril/tril/CMakeFiles/tril.dir/GenericNodeConverter.cpp.o [2023-05-19T14:37:57.565Z] [ 93%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/OptTestDriver.cpp.o [2023-05-19T14:37:57.565Z] [ 93%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/TestDriver.cpp.o [2023-05-19T14:37:58.903Z] [ 93%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/SingleBitContainerTest.cpp.o [2023-05-19T14:38:00.139Z] [ 93%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/injectors/BarIlInjector.cpp.o [2023-05-19T14:38:01.375Z] [ 93%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/injectors/BinaryOpIlInjector.cpp.o [2023-05-19T14:38:01.375Z] [ 93%] Building CXX object fvtest/tril/tril/CMakeFiles/tril.dir/simple_compiler.cpp.o [2023-05-19T14:38:01.375Z] [ 93%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/injectors/CallIlInjector.cpp.o [2023-05-19T14:38:01.375Z] [ 93%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/injectors/ChildlessUnaryOpIlInjector.cpp.o [2023-05-19T14:38:02.611Z] [ 93%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/injectors/CmpBranchOpIlInjector.cpp.o [2023-05-19T14:38:03.846Z] Scanning dependencies of target conditionals [2023-05-19T14:38:03.846Z] [ 93%] Building CXX object jitbuilder/release/CMakeFiles/conditionals.dir/cpp/samples/Conditionals.cpp.o [2023-05-19T14:38:03.846Z] [ 93%] Linking CXX static library libtril.a [2023-05-19T14:38:05.183Z] [ 93%] Built target tril [2023-05-19T14:38:05.183Z] [ 94%] Linking CXX executable conditionals [2023-05-19T14:38:05.183Z] Scanning dependencies of target worklist [2023-05-19T14:38:05.183Z] [ 94%] Building CXX object jitbuilder/release/CMakeFiles/worklist.dir/cpp/samples/Worklist.cpp.o [2023-05-19T14:38:05.183Z] Scanning dependencies of target nestedloop [2023-05-19T14:38:05.183Z] [ 94%] Building CXX object jitbuilder/release/CMakeFiles/nestedloop.dir/cpp/samples/NestedLoop.cpp.o [2023-05-19T14:38:05.183Z] [ 94%] Linking CXX executable nestedloop [2023-05-19T14:38:05.183Z] [ 95%] Linking CXX executable worklist [2023-05-19T14:38:05.183Z] [ 95%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/injectors/FooIlInjector.cpp.o [2023-05-19T14:38:07.705Z] [ 95%] Built target conditionals [2023-05-19T14:38:07.705Z] Scanning dependencies of target pow2 [2023-05-19T14:38:07.705Z] [ 95%] Building CXX object jitbuilder/release/CMakeFiles/pow2.dir/cpp/samples/Pow2.cpp.o [2023-05-19T14:38:07.705Z] [ 95%] Linking CXX executable pow2 [2023-05-19T14:38:09.245Z] [ 95%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/injectors/IndirectLoadIlInjector.cpp.o [2023-05-19T14:38:09.245Z] [ 95%] Built target nestedloop [2023-05-19T14:38:09.245Z] Scanning dependencies of target iterfib [2023-05-19T14:38:09.245Z] [ 95%] Building CXX object jitbuilder/release/CMakeFiles/iterfib.dir/cpp/samples/IterativeFib.cpp.o [2023-05-19T14:38:09.245Z] [ 95%] Linking CXX executable iterfib [2023-05-19T14:38:09.245Z] [ 95%] Built target worklist [2023-05-19T14:38:09.245Z] Scanning dependencies of target simple [2023-05-19T14:38:09.245Z] [ 95%] Building CXX object jitbuilder/release/CMakeFiles/simple.dir/cpp/samples/Simple.cpp.o [2023-05-19T14:38:10.785Z] [ 95%] Linking CXX executable simple [2023-05-19T14:38:12.223Z] [ 95%] Built target pow2 [2023-05-19T14:38:12.223Z] Scanning dependencies of target isSupportedType [2023-05-19T14:38:12.223Z] [ 95%] Building CXX object jitbuilder/release/CMakeFiles/isSupportedType.dir/cpp/samples/IsSupportedType.cpp.o [2023-05-19T14:38:12.223Z] [ 95%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/injectors/IndirectStoreIlInjector.cpp.o [2023-05-19T14:38:12.223Z] [ 95%] Linking CXX executable isSupportedType [2023-05-19T14:38:12.223Z] [ 95%] Built target isSupportedType [2023-05-19T14:38:12.223Z] Scanning dependencies of target power [2023-05-19T14:38:12.223Z] [ 95%] Building CXX object jitbuilder/release/CMakeFiles/power.dir/cpp/samples/Power.cpp.o [2023-05-19T14:38:12.223Z] [ 95%] Built target iterfib [2023-05-19T14:38:12.223Z] Scanning dependencies of target jitbuildertest [2023-05-19T14:38:13.763Z] [ 95%] Linking CXX executable power [2023-05-19T14:38:13.763Z] [ 95%] Building CXX object fvtest/jitbuildertest/CMakeFiles/jitbuildertest.dir/main.cpp.o [2023-05-19T14:38:13.763Z] [ 95%] Built target simple [2023-05-19T14:38:13.763Z] Scanning dependencies of target tril_compiler [2023-05-19T14:38:13.763Z] [ 95%] Building CXX object fvtest/tril/tril/CMakeFiles/tril_compiler.dir/compiler.cpp.o [2023-05-19T14:38:15.303Z] [ 95%] Building CXX object fvtest/jitbuildertest/CMakeFiles/jitbuildertest.dir/selftest.cpp.o [2023-05-19T14:38:15.303Z] [ 95%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/injectors/OpIlInjector.cpp.o [2023-05-19T14:38:16.843Z] [ 95%] Building CXX object fvtest/jitbuildertest/CMakeFiles/jitbuildertest.dir/UnionTest.cpp.o [2023-05-19T14:38:16.843Z] [ 95%] Built target power [2023-05-19T14:38:16.843Z] Scanning dependencies of target tril_dumper [2023-05-19T14:38:16.843Z] [ 95%] Building CXX object fvtest/tril/tril/CMakeFiles/tril_dumper.dir/compiler.cpp.o [2023-05-19T14:38:16.843Z] [ 96%] Linking CXX executable tril_compiler [2023-05-19T14:38:18.384Z] [ 96%] Building CXX object fvtest/jitbuildertest/CMakeFiles/jitbuildertest.dir/FieldAddressTest.cpp.o [2023-05-19T14:38:18.384Z] [ 97%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/injectors/Qux2IlInjector.cpp.o [2023-05-19T14:38:19.990Z] [ 97%] Linking CXX executable tril_dumper [2023-05-19T14:38:19.990Z] [ 97%] Building CXX object fvtest/jitbuildertest/CMakeFiles/jitbuildertest.dir/AnonymousTest.cpp.o [2023-05-19T14:38:21.530Z] [ 97%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/injectors/StoreOpIlInjector.cpp.o [2023-05-19T14:38:21.530Z] [ 97%] Built target tril_compiler [2023-05-19T14:38:21.530Z] Scanning dependencies of target triltest [2023-05-19T14:38:21.530Z] [ 97%] Building CXX object fvtest/tril/test/CMakeFiles/triltest.dir/main.cpp.o [2023-05-19T14:38:21.530Z] [ 97%] Building CXX object fvtest/jitbuildertest/CMakeFiles/jitbuildertest.dir/ControlFlowTest.cpp.o [2023-05-19T14:38:23.071Z] [ 97%] Building CXX object fvtest/jitbuildertest/CMakeFiles/jitbuildertest.dir/NegateTest.cpp.o [2023-05-19T14:38:23.071Z] [ 97%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/injectors/SelectOpIlInjector.cpp.o [2023-05-19T14:38:23.071Z] [ 97%] Building CXX object fvtest/tril/test/CMakeFiles/triltest.dir/ASTTest.cpp.o [2023-05-19T14:38:24.610Z] [ 97%] Built target tril_dumper [2023-05-19T14:38:24.610Z] Scanning dependencies of target incordec [2023-05-19T14:38:24.610Z] [ 97%] Building CXX object fvtest/tril/examples/incordec/CMakeFiles/incordec.dir/main.cpp.o [2023-05-19T14:38:26.150Z] [ 97%] Building CXX object fvtest/jitbuildertest/CMakeFiles/jitbuildertest.dir/SystemLinkageTest.cpp.o [2023-05-19T14:38:26.150Z] [ 97%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/injectors/UnaryOpIlInjector.cpp.o [2023-05-19T14:38:26.150Z] [ 97%] Building CXX object fvtest/tril/test/CMakeFiles/triltest.dir/ParserTest.cpp.o [2023-05-19T14:38:27.690Z] [ 97%] Linking CXX executable incordec [2023-05-19T14:38:27.691Z] [ 97%] Building CXX object fvtest/jitbuildertest/CMakeFiles/jitbuildertest.dir/WorklistTest.cpp.o [2023-05-19T14:38:27.691Z] [ 97%] Linking CXX executable compilertest [2023-05-19T14:38:29.231Z] [ 97%] Building CXX object fvtest/jitbuildertest/CMakeFiles/jitbuildertest.dir/FieldNameTest.cpp.o [2023-05-19T14:38:30.771Z] [ 97%] Building CXX object fvtest/tril/test/CMakeFiles/triltest.dir/MethodInfoTest.cpp.o [2023-05-19T14:38:30.771Z] [ 97%] Built target incordec [2023-05-19T14:38:30.771Z] Scanning dependencies of target mandelbrot [2023-05-19T14:38:30.771Z] [ 97%] Building CXX object fvtest/tril/examples/mandelbrot/CMakeFiles/mandelbrot.dir/main.cpp.o [2023-05-19T14:38:32.311Z] [ 98%] Building CXX object fvtest/jitbuildertest/CMakeFiles/jitbuildertest.dir/ConvertBitsTest.cpp.o [2023-05-19T14:38:32.312Z] [ 98%] Built target compilertest [2023-05-19T14:38:33.850Z] Scanning dependencies of target comptest [2023-05-19T14:38:33.850Z] [ 98%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/main.cpp.o [2023-05-19T14:38:33.850Z] [ 98%] Building CXX object fvtest/jitbuildertest/CMakeFiles/jitbuildertest.dir/SelectTest.cpp.o [2023-05-19T14:38:33.850Z] [ 98%] Linking CXX executable mandelbrot [2023-05-19T14:38:35.389Z] [ 98%] Building CXX object fvtest/tril/test/CMakeFiles/triltest.dir/IlGenTest.cpp.o [2023-05-19T14:38:35.389Z] [ 98%] Building CXX object fvtest/jitbuildertest/CMakeFiles/jitbuildertest.dir/GlobalTest.cpp.o [2023-05-19T14:38:36.929Z] [ 98%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/JitTest.cpp.o [2023-05-19T14:38:38.469Z] [ 98%] Building CXX object fvtest/jitbuildertest/CMakeFiles/jitbuildertest.dir/UnsignedDivRemTest.cpp.o [2023-05-19T14:38:38.469Z] [ 98%] Building CXX object fvtest/tril/test/CMakeFiles/triltest.dir/CompileTest.cpp.o [2023-05-19T14:38:38.469Z] [ 98%] Built target mandelbrot [2023-05-19T14:38:38.469Z] [ 98%] Building CXX object fvtest/tril/test/CMakeFiles/triltest.dir/__/__/__/util/main_function/main_function.cpp.o [2023-05-19T14:38:38.469Z] [ 98%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/JitTestUtilitiesTest.cpp.o [2023-05-19T14:38:39.651Z] [ 98%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/ILValidatorTest.cpp.o [2023-05-19T14:38:41.021Z] [ 98%] Linking CXX executable jitbuildertest [2023-05-19T14:38:42.558Z] [ 98%] Linking CXX executable triltest [2023-05-19T14:38:44.097Z] [ 98%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/ArithmeticTest.cpp.o [2023-05-19T14:38:45.637Z] [ 98%] Built target jitbuildertest [2023-05-19T14:38:45.637Z] [ 98%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/ShiftAndRotateTest.cpp.o [2023-05-19T14:38:45.637Z] Scanning dependencies of target compunittest [2023-05-19T14:38:45.637Z] [ 98%] Building CXX object fvtest/compilerunittest/CMakeFiles/compunittest.dir/main.cpp.o [2023-05-19T14:38:47.177Z] [ 98%] Building CXX object fvtest/compilerunittest/CMakeFiles/compunittest.dir/CodeGenTest.cpp.o [2023-05-19T14:38:48.718Z] [ 98%] Built target triltest [2023-05-19T14:38:48.718Z] [ 98%] Building CXX object fvtest/compilerunittest/CMakeFiles/compunittest.dir/abstractinterpreter/AbsInterpreterTest.cpp.o [2023-05-19T14:38:50.257Z] [ 98%] Building CXX object fvtest/compilerunittest/CMakeFiles/compunittest.dir/CCData.cpp.o [2023-05-19T14:38:53.389Z] [ 98%] Building CXX object fvtest/compilerunittest/CMakeFiles/compunittest.dir/__/__/util/main_function/main_function.cpp.o [2023-05-19T14:38:53.389Z] [ 98%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/SimplifierFoldAbsNegTest.cpp.o [2023-05-19T14:38:56.519Z] [ 98%] Linking CXX executable compunittest [2023-05-19T14:38:58.060Z] [ 99%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/SimplifierFoldAndTest.cpp.o [2023-05-19T14:39:01.191Z] [ 99%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/IfxcmpgeReductionTest.cpp.o [2023-05-19T14:39:02.772Z] [ 99%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/VectorTest.cpp.o [2023-05-19T14:39:04.314Z] [ 99%] Built target compunittest [2023-05-19T14:39:04.314Z] [ 99%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/CallTest.cpp.o [2023-05-19T14:39:08.959Z] [ 99%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/LongAndAsRotateTest.cpp.o [2023-05-19T14:39:08.959Z] [ 99%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/MockStrategyTest.cpp.o [2023-05-19T14:39:13.742Z] [ 99%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/LogicalTest.cpp.o [2023-05-19T14:39:13.742Z] [ 99%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/LinkageTest.cpp.o [2023-05-19T14:39:16.874Z] [ 99%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/BitPermuteTest.cpp.o [2023-05-19T14:39:23.386Z] [ 99%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/MaxMinTest.cpp.o [2023-05-19T14:39:23.386Z] [ 99%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/CompareTest.cpp.o [2023-05-19T14:39:24.927Z] [ 99%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/TypeConversionTest.cpp.o [2023-05-19T14:39:24.927Z] [100%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/SelectTest.cpp.o [2023-05-19T14:39:33.292Z] [100%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/MinimalTest.cpp.o [2023-05-19T14:39:36.423Z] [100%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/ArrayTest.cpp.o [2023-05-19T14:39:41.203Z] [100%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/__/__/util/main_function/main_function.cpp.o [2023-05-19T14:39:49.511Z] [100%] Linking CXX executable comptest [2023-05-19T14:40:26.805Z] [100%] Built target comptest [Pipeline] } [Pipeline] // dir [Pipeline] echo [2023-05-19T14:40:28.797Z] Output CCACHE stats after running [Pipeline] sh [2023-05-19T14:40:31.541Z] + ccache -s [2023-05-19T14:40:31.541Z] cache directory //.cache/ccache [2023-05-19T14:40:31.541Z] primary config //.config/ccache/ccache.conf [2023-05-19T14:40:31.541Z] secondary config (readonly) /etc/ccache.conf [2023-05-19T14:40:31.541Z] cache hit (direct) 0 [2023-05-19T14:40:31.541Z] cache hit (preprocessed) 0 [2023-05-19T14:40:31.541Z] cache miss 0 [2023-05-19T14:40:31.541Z] cache hit rate 0.00 % [2023-05-19T14:40:31.541Z] cleanups performed 0 [2023-05-19T14:40:31.541Z] files in cache 0 [2023-05-19T14:40:31.541Z] cache size 0.0 kB [2023-05-19T14:40:31.541Z] max cache size 5.0 GB [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] echo [2023-05-19T14:40:33.953Z] Sanity Test... [Pipeline] dir [2023-05-19T14:40:33.956Z] Running in /home/jenkins/workspace/Build/build [Pipeline] { [Pipeline] sh [2023-05-19T14:40:37.351Z] + ctest -V [2023-05-19T14:40:37.351Z] UpdateCTestConfiguration from :/home/jenkins/workspace/Build/build/DartConfiguration.tcl [2023-05-19T14:40:37.351Z] UpdateCTestConfiguration from :/home/jenkins/workspace/Build/build/DartConfiguration.tcl [2023-05-19T14:40:37.351Z] Test project /home/jenkins/workspace/Build/build [2023-05-19T14:40:37.351Z] Constructing a list of tests [2023-05-19T14:40:37.351Z] Done constructing a list of tests [2023-05-19T14:40:37.351Z] Updating test list for fixtures [2023-05-19T14:40:37.351Z] Added 0 tests to meet fixture requirements [2023-05-19T14:40:37.351Z] Checking test dependency graph... [2023-05-19T14:40:37.351Z] Checking test dependency graph end [2023-05-19T14:40:37.351Z] test 1 [2023-05-19T14:40:37.351Z] Start 1: gcexample [2023-05-19T14:40:37.351Z] [2023-05-19T14:40:37.351Z] 1: Test command: /usr/bin/qemu-riscv64-static "-L" "/opt/sysroot" "/home/jenkins/workspace/Build/build/example/gcexample" [2023-05-19T14:40:37.351Z] 1: Test timeout computed to be: 10000000 [2023-05-19T14:40:37.351Z] 1: VM/GC INITIALIZED [2023-05-19T14:40:37.351Z] 1: configuration is MM_ConfigurationFlat [2023-05-19T14:40:37.351Z] 1: collector interface is MM_CollectorLanguageInterfaceImpl [2023-05-19T14:40:37.351Z] 1: garbage collector is MM_ParallelGlobalGC [2023-05-19T14:40:37.351Z] 1: allocation interface is MM_TLHAllocationInterface [2023-05-19T14:40:37.351Z] 1: thread allocated 1048392 tlh bytes, 0 non-tlh bytes, from 43683 allocations before NULL [2023-05-19T14:40:37.351Z] 1: ALL TESTS PASSED [2023-05-19T14:40:37.351Z] 1/30 Test #1: gcexample ......................... Passed 0.30 sec [2023-05-19T14:40:37.351Z] test 2 [2023-05-19T14:40:37.351Z] Start 2: TestJitBuilderAPIGenerator [2023-05-19T14:40:37.351Z] [2023-05-19T14:40:37.351Z] 2: Test command: /usr/bin/python3.9 "run_tests.py" [2023-05-19T14:40:37.351Z] 2: Test timeout computed to be: 10000000 [2023-05-19T14:40:37.351Z] 2: ................................................................................................../home/jenkins/workspace/Build/jitbuilder/apigen/test/cppgentests.py:245: DeprecationWarning: Please use assertRegex instead. [2023-05-19T14:40:37.351Z] 2: self.assertRegexpMatches(self.generator.generate_allocator_decl(class_desc), [2023-05-19T14:40:37.351Z] 2: ......................................s..s..s... [2023-05-19T14:40:37.351Z] 2: ---------------------------------------------------------------------- [2023-05-19T14:40:37.351Z] 2: Ran 146 tests in 0.061s [2023-05-19T14:40:37.351Z] 2: [2023-05-19T14:40:37.351Z] 2: OK (skipped=3) [2023-05-19T14:40:37.352Z] 2: warning: The package 'jsonschema' is not installed so certain tests will be skipped [2023-05-19T14:40:37.352Z] 2/30 Test #2: TestJitBuilderAPIGenerator ........ Passed 0.19 sec [2023-05-19T14:40:37.352Z] test 3 [2023-05-19T14:40:37.352Z] Start 3: conditionals_example_as_test [2023-05-19T14:40:37.352Z] [2023-05-19T14:40:37.352Z] 3: Test command: /usr/bin/qemu-riscv64-static "-L" "/opt/sysroot" "/home/jenkins/workspace/Build/build/jitbuilder/release/conditionals" [2023-05-19T14:40:37.352Z] 3: Test timeout computed to be: 10000000 [2023-05-19T14:40:38.688Z] 3: Step 1: initialize JIT [2023-05-19T14:40:38.688Z] 3: Step 2: define type dictionary [2023-05-19T14:40:38.688Z] 3: Step 3: compile method builder [2023-05-19T14:40:38.688Z] 3: Step 4: invoke compiled code [2023-05-19T14:40:38.688Z] 3: Step 5: shutdown JIT [2023-05-19T14:40:38.688Z] 3: ALL TESTS PASSED [2023-05-19T14:40:38.688Z] 3/30 Test #3: conditionals_example_as_test ...... Passed 0.70 sec [2023-05-19T14:40:38.688Z] test 4 [2023-05-19T14:40:38.688Z] Start 4: isSupportedType_example_as_test [2023-05-19T14:40:38.688Z] [2023-05-19T14:40:38.688Z] 4: Test command: /usr/bin/qemu-riscv64-static "-L" "/opt/sysroot" "/home/jenkins/workspace/Build/build/jitbuilder/release/isSupportedType" [2023-05-19T14:40:38.688Z] 4: Test timeout computed to be: 10000000 [2023-05-19T14:40:38.688Z] 4: Step 1: test signed integral types [2023-05-19T14:40:38.688Z] 4: Step 2: test unsigned integral types [2023-05-19T14:40:38.688Z] 4: Step 3: test language primitive signed integral types [2023-05-19T14:40:38.688Z] 4: Step 4: test language primitive unsigned integral types [2023-05-19T14:40:38.688Z] 4: Step 5: test floating point types [2023-05-19T14:40:38.688Z] 4: Step 6: test cv qualified types [2023-05-19T14:40:38.688Z] 4: Step 7: test void type [2023-05-19T14:40:38.688Z] 4: Step 8: test pointer to primitive types [2023-05-19T14:40:38.688Z] 4: Step 9: test pointer to pointer to primitive types [2023-05-19T14:40:38.688Z] 4: Step 10: test unsupported types [2023-05-19T14:40:38.688Z] 4: PASS [2023-05-19T14:40:38.688Z] 4/30 Test #4: isSupportedType_example_as_test ... Passed 0.05 sec [2023-05-19T14:40:38.688Z] test 5 [2023-05-19T14:40:38.688Z] Start 5: iterfib_example_as_test [2023-05-19T14:40:38.688Z] [2023-05-19T14:40:38.688Z] 5: Test command: /usr/bin/qemu-riscv64-static "-L" "/opt/sysroot" "/home/jenkins/workspace/Build/build/jitbuilder/release/iterfib" [2023-05-19T14:40:38.688Z] 5: Test timeout computed to be: 10000000 [2023-05-19T14:40:38.688Z] 5: Step 1: initialize JIT [2023-05-19T14:40:38.688Z] 5: Step 2: define type dictionary [2023-05-19T14:40:38.688Z] 5: Step 3: compile method builder [2023-05-19T14:40:38.688Z] 5: Step 4: invoke compiled code [2023-05-19T14:40:38.688Z] 5: fib( 0) = 0 [2023-05-19T14:40:38.688Z] 5: fib( 1) = 1 [2023-05-19T14:40:38.688Z] 5: fib( 2) = 1 [2023-05-19T14:40:38.688Z] 5: fib( 3) = 2 [2023-05-19T14:40:38.688Z] 5: fib( 4) = 3 [2023-05-19T14:40:38.688Z] 5: fib( 5) = 5 [2023-05-19T14:40:38.688Z] 5: fib( 6) = 8 [2023-05-19T14:40:38.688Z] 5: fib( 7) = 13 [2023-05-19T14:40:38.688Z] 5: fib( 8) = 21 [2023-05-19T14:40:38.688Z] 5: fib( 9) = 34 [2023-05-19T14:40:38.688Z] 5: fib(10) = 55 [2023-05-19T14:40:38.688Z] 5: fib(11) = 89 [2023-05-19T14:40:38.688Z] 5: fib(12) = 144 [2023-05-19T14:40:38.688Z] 5: fib(13) = 233 [2023-05-19T14:40:38.688Z] 5: fib(14) = 377 [2023-05-19T14:40:38.688Z] 5: fib(15) = 610 [2023-05-19T14:40:38.688Z] 5: fib(16) = 987 [2023-05-19T14:40:38.688Z] 5: fib(17) = 1597 [2023-05-19T14:40:38.688Z] 5: fib(18) = 2584 [2023-05-19T14:40:38.688Z] 5: fib(19) = 4181 [2023-05-19T14:40:38.688Z] 5: Step 5: shutdown JIT [2023-05-19T14:40:38.688Z] 5: PASS [2023-05-19T14:40:38.688Z] 5/30 Test #5: iterfib_example_as_test ........... Passed 0.76 sec [2023-05-19T14:40:38.688Z] test 6 [2023-05-19T14:40:38.688Z] Start 6: nestedloop_example_as_test [2023-05-19T14:40:38.688Z] [2023-05-19T14:40:38.688Z] 6: Test command: /usr/bin/qemu-riscv64-static "-L" "/opt/sysroot" "/home/jenkins/workspace/Build/build/jitbuilder/release/nestedloop" [2023-05-19T14:40:38.688Z] 6: Test timeout computed to be: 10000000 [2023-05-19T14:40:41.296Z] 6: Step 1: initialize JIT [2023-05-19T14:40:41.296Z] 6: Step 2: define relevant types [2023-05-19T14:40:41.296Z] 6: Step 3: compile method builder [2023-05-19T14:40:41.296Z] 6: Step 4: invoke compiled code [2023-05-19T14:40:41.296Z] 6: nested_loop( 0) = 0 [2023-05-19T14:40:41.296Z] 6: nested_loop( 1) = 1 [2023-05-19T14:40:41.296Z] 6: nested_loop( 2) = 64 [2023-05-19T14:40:41.296Z] 6: nested_loop( 3) = 729 [2023-05-19T14:40:41.296Z] 6: nested_loop( 4) = 4096 [2023-05-19T14:40:41.296Z] 6: nested_loop( 5) = 15625 [2023-05-19T14:40:41.296Z] 6: nested_loop( 6) = 46656 [2023-05-19T14:40:41.296Z] 6: nested_loop( 7) = 117649 [2023-05-19T14:40:41.296Z] 6: nested_loop( 8) = 262144 [2023-05-19T14:40:41.296Z] 6: nested_loop( 9) = 531441 [2023-05-19T14:40:41.296Z] 6: nested_loop(10) = 1000000 [2023-05-19T14:40:41.296Z] 6: nested_loop(11) = 1771561 [2023-05-19T14:40:41.296Z] 6: nested_loop(12) = 2985984 [2023-05-19T14:40:41.296Z] 6: nested_loop(13) = 4826809 [2023-05-19T14:40:41.296Z] 6: nested_loop(14) = 7529536 [2023-05-19T14:40:41.296Z] 6: nested_loop(15) = 11390625 [2023-05-19T14:40:41.296Z] 6: nested_loop(16) = 16777216 [2023-05-19T14:40:41.296Z] 6: nested_loop(17) = 24137569 [2023-05-19T14:40:41.296Z] 6: nested_loop(18) = 34012224 [2023-05-19T14:40:41.296Z] 6: nested_loop(19) = 47045881 [2023-05-19T14:40:41.296Z] 6: Step 5: shutdown JIT [2023-05-19T14:40:41.296Z] 6: PASS [2023-05-19T14:40:41.296Z] 6/30 Test #6: nestedloop_example_as_test ........ Passed 1.54 sec [2023-05-19T14:40:41.296Z] test 7 [2023-05-19T14:40:41.296Z] Start 7: pow2_example_as_test [2023-05-19T14:40:41.296Z] [2023-05-19T14:40:41.296Z] 7: Test command: /usr/bin/qemu-riscv64-static "-L" "/opt/sysroot" "/home/jenkins/workspace/Build/build/jitbuilder/release/pow2" [2023-05-19T14:40:41.296Z] 7: Test timeout computed to be: 10000000 [2023-05-19T14:40:42.635Z] 7: Step 1: initialize JIT [2023-05-19T14:40:42.635Z] 7: Step 2: define relevant types [2023-05-19T14:40:42.635Z] 7: Step 3: compile method builder [2023-05-19T14:40:42.635Z] 7: Step 4: invoke compiled code [2023-05-19T14:40:42.635Z] 7: pow2(45) is 35184372088832 [2023-05-19T14:40:42.635Z] 7: Step 5: shutdown JIT [2023-05-19T14:40:42.635Z] 7: PASS [2023-05-19T14:40:42.635Z] 7/30 Test #7: pow2_example_as_test .............. Passed 2.06 sec [2023-05-19T14:40:42.635Z] test 8 [2023-05-19T14:40:42.635Z] Start 8: simple_example_as_test [2023-05-19T14:40:42.635Z] [2023-05-19T14:40:42.635Z] 8: Test command: /usr/bin/qemu-riscv64-static "-L" "/opt/sysroot" "/home/jenkins/workspace/Build/build/jitbuilder/release/simple" [2023-05-19T14:40:42.635Z] 8: Test timeout computed to be: 10000000 [2023-05-19T14:40:42.635Z] 8: Step 1: initialize JIT [2023-05-19T14:40:42.635Z] 8: Step 2: define type dictionary [2023-05-19T14:40:42.635Z] 8: Step 3: compile method builder [2023-05-19T14:40:42.635Z] 8: SimpleMethod::buildIL() running! [2023-05-19T14:40:42.635Z] 8: Step 4: invoke compiled code and print results [2023-05-19T14:40:42.635Z] 8: increment(0) == 1 [2023-05-19T14:40:42.635Z] 8: increment(1) == 2 [2023-05-19T14:40:42.635Z] 8: increment(10) == 11 [2023-05-19T14:40:42.635Z] 8: increment(-15) == -14 [2023-05-19T14:40:42.635Z] 8: Step 5: shutdown JIT [2023-05-19T14:40:42.635Z] 8/30 Test #8: simple_example_as_test ............ Passed 0.42 sec [2023-05-19T14:40:42.635Z] test 9 [2023-05-19T14:40:42.635Z] Start 9: worklist_example_as_test [2023-05-19T14:40:42.635Z] [2023-05-19T14:40:42.635Z] 9: Test command: /usr/bin/qemu-riscv64-static "-L" "/opt/sysroot" "/home/jenkins/workspace/Build/build/jitbuilder/release/worklist" [2023-05-19T14:40:42.635Z] 9: Test timeout computed to be: 10000000 [2023-05-19T14:40:44.073Z] 9: Step 1: initialize JIT [2023-05-19T14:40:44.073Z] 9: Step 2: define type dictionary [2023-05-19T14:40:44.073Z] 9: Step 3: compile method builder [2023-05-19T14:40:44.073Z] 9: WorklistMethod::buildIL() running! [2023-05-19T14:40:44.073Z] 9: step 4: invoke compiled code and print results [2023-05-19T14:40:44.073Z] 9: Step 5: shutdown JIT [2023-05-19T14:40:44.073Z] 9: Failed tests: 0 [2023-05-19T14:40:44.073Z] 9: Passed tests: 20 [2023-05-19T14:40:44.073Z] 9: ALL PASSED [2023-05-19T14:40:44.073Z] 9/30 Test #9: worklist_example_as_test .......... Passed 0.70 sec [2023-05-19T14:40:44.073Z] test 10 [2023-05-19T14:40:44.073Z] Start 10: power_example_as_test [2023-05-19T14:40:44.073Z] [2023-05-19T14:40:44.073Z] 10: Test command: /usr/bin/qemu-riscv64-static "-L" "/opt/sysroot" "/home/jenkins/workspace/Build/build/jitbuilder/release/power" [2023-05-19T14:40:44.073Z] 10: Test timeout computed to be: 10000000 [2023-05-19T14:40:44.073Z] 10: Step 1: initialize JIT [2023-05-19T14:40:44.073Z] 10: Step 2: define relevant types [2023-05-19T14:40:44.073Z] 10: Step 3: compile method builder [2023-05-19T14:40:44.073Z] 10: Step 4: invoke compiled code [2023-05-19T14:40:44.073Z] 10: 2 power 5 is 32 [2023-05-19T14:40:44.073Z] 10: 3 power 4 is 81 [2023-05-19T14:40:44.073Z] 10: 2 power 10 is 1024 [2023-05-19T14:40:44.073Z] 10: Step 5: shutdown JIT [2023-05-19T14:40:44.073Z] 10: PASS [2023-05-19T14:40:44.073Z] 10/30 Test #10: power_example_as_test ............. Passed 0.66 sec [2023-05-19T14:40:44.073Z] test 11 [2023-05-19T14:40:44.073Z] Start 11: algotest [2023-05-19T14:40:44.073Z] [2023-05-19T14:40:44.073Z] 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" [2023-05-19T14:40:44.073Z] 11: Test timeout computed to be: 10000000 [2023-05-19T14:40:44.073Z] 11: [==========] Running 168 tests from 5 test cases. [2023-05-19T14:40:45.411Z] 11: [----------] 2 tests from OmrAlgoTest [2023-05-19T14:40:45.411Z] 11: Testing hookable interface... [2023-05-19T14:40:45.411Z] 11: Finished testing hookable interface. [2023-05-19T14:40:45.411Z] 11: Algorithm Test Finished [2023-05-19T14:40:45.411Z] 11: total tests: 59 [2023-05-19T14:40:45.411Z] 11: total passes: 59 [2023-05-19T14:40:45.411Z] 11: total failures: 0 [2023-05-19T14:40:45.411Z] 11: ALL TESTS PASSED. [2023-05-19T14:40:45.411Z] 11: [----------] 2 tests from OmrAlgoTest (16 ms total) [2023-05-19T14:40:45.411Z] 11: [2023-05-19T14:40:45.411Z] 11: [----------] 58 tests from OmrAlgoTest/AVLTest [2023-05-19T14:40:45.411Z] 11: [----------] 58 tests from OmrAlgoTest/AVLTest (9 ms total) [2023-05-19T14:40:45.411Z] 11: [2023-05-19T14:40:45.411Z] 11: [----------] 24 tests from OmrAlgoTest/PoolTest [2023-05-19T14:40:45.411Z] 11: [----------] 24 tests from OmrAlgoTest/PoolTest (30 ms total) [2023-05-19T14:40:45.411Z] 11: [2023-05-19T14:40:45.411Z] 11: [----------] 14 tests from OmrAlgoTest/HashtableTest [2023-05-19T14:40:59.537Z] 11: [----------] 14 tests from OmrAlgoTest/HashtableTest (14711 ms total) [2023-05-19T14:40:59.537Z] 11: [2023-05-19T14:40:59.537Z] 11: [----------] 70 tests from OmrAlgoTest/CollisionResilientHashtableTest [2023-05-19T14:41:47.711Z] 11: [----------] 70 tests from OmrAlgoTest/CollisionResilientHashtableTest (44025 ms total) [2023-05-19T14:41:47.711Z] 11: [2023-05-19T14:41:47.711Z] 11: [==========] 168 tests from 5 test cases ran. (58856 ms total) [2023-05-19T14:41:47.711Z] 11: [ PASSED ] 168 tests. [2023-05-19T14:41:47.711Z] 11: [ ALL TESTS PASSED ] [2023-05-19T14:41:47.711Z] 11/30 Test #11: algotest .......................... Passed 59.13 sec [2023-05-19T14:41:47.711Z] test 12 [2023-05-19T14:41:47.711Z] Start 12: TestBytes [2023-05-19T14:41:47.711Z] [2023-05-19T14:41:47.711Z] 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" [2023-05-19T14:41:47.711Z] 12: Test timeout computed to be: 10000000 [2023-05-19T14:41:47.711Z] 12: [==========] Running 17 tests from 1 test case. [2023-05-19T14:41:47.711Z] 12: [----------] Global test environment set-up. [2023-05-19T14:41:47.711Z] 12: [----------] 17 tests from TestBytes [2023-05-19T14:41:47.711Z] 12: [ RUN ] TestBytes.CompareZeroToZero [2023-05-19T14:41:47.711Z] 12: [ OK ] TestBytes.CompareZeroToZero (3 ms) [2023-05-19T14:41:47.711Z] 12: [ RUN ] TestBytes.CompareOneUnitToBytes [2023-05-19T14:41:47.711Z] 12: [ OK ] TestBytes.CompareOneUnitToBytes (1 ms) [2023-05-19T14:41:47.711Z] 12: [ RUN ] TestBytes.CompareOneUnitToSmallerUnit [2023-05-19T14:41:47.711Z] 12: [ OK ] TestBytes.CompareOneUnitToSmallerUnit (1 ms) [2023-05-19T14:41:47.711Z] 12: [ RUN ] TestBytes.IsPow2 [2023-05-19T14:41:47.711Z] 12: [ OK ] TestBytes.IsPow2 (0 ms) [2023-05-19T14:41:47.711Z] 12: [ RUN ] TestBytes.AlignedUnsafe [2023-05-19T14:41:47.711Z] 12: [ OK ] TestBytes.AlignedUnsafe (1 ms) [2023-05-19T14:41:47.711Z] 12: [ RUN ] TestBytes.Aligned [2023-05-19T14:41:47.711Z] 12: [ OK ] TestBytes.Aligned (0 ms) [2023-05-19T14:41:47.711Z] 12: [ RUN ] TestBytes.AlignToZero [2023-05-19T14:41:47.711Z] 12: [ OK ] TestBytes.AlignToZero (1 ms) [2023-05-19T14:41:47.711Z] 12: [ RUN ] TestBytes.AlignToOne [2023-05-19T14:41:47.711Z] 12: [ OK ] TestBytes.AlignToOne (0 ms) [2023-05-19T14:41:47.711Z] 12: [ RUN ] TestBytes.AlignToTwo [2023-05-19T14:41:47.711Z] 12: [ OK ] TestBytes.AlignToTwo (1 ms) [2023-05-19T14:41:47.711Z] 12: [ RUN ] TestBytes.AlignToFour [2023-05-19T14:41:47.711Z] 12: [ OK ] TestBytes.AlignToFour (0 ms) [2023-05-19T14:41:47.711Z] 12: [ RUN ] TestBytes.AlignToEight [2023-05-19T14:41:47.711Z] 12: [ OK ] TestBytes.AlignToEight (1 ms) [2023-05-19T14:41:47.711Z] 12: [ RUN ] TestBytes.SaneAlignmentMaximums [2023-05-19T14:41:47.711Z] 12: [ OK ] TestBytes.SaneAlignmentMaximums (1 ms) [2023-05-19T14:41:47.711Z] 12: [ RUN ] TestBytes.AlignToMaximumAlignment [2023-05-19T14:41:47.711Z] 12: [ OK ] TestBytes.AlignToMaximumAlignment (0 ms) [2023-05-19T14:41:47.711Z] 12: [ RUN ] TestBytes.TautologicalAlign [2023-05-19T14:41:47.711Z] 12: [ OK ] TestBytes.TautologicalAlign (0 ms) [2023-05-19T14:41:47.711Z] 12: [ RUN ] TestBytes.AlignAndOverflow [2023-05-19T14:41:47.711Z] 12: [ OK ] TestBytes.AlignAndOverflow (1 ms) [2023-05-19T14:41:47.711Z] 12: [ RUN ] TestBytes.AlignMaximumSizeFor16byteAlignment [2023-05-19T14:41:47.711Z] 12: [ OK ] TestBytes.AlignMaximumSizeFor16byteAlignment (0 ms) [2023-05-19T14:41:47.711Z] 12: [ RUN ] TestBytes.AlignPointers [2023-05-19T14:41:47.711Z] 12: [ OK ] TestBytes.AlignPointers (1 ms) [2023-05-19T14:41:47.711Z] 12: [----------] 17 tests from TestBytes (13 ms total) [2023-05-19T14:41:47.711Z] 12: [2023-05-19T14:41:47.711Z] 12: [----------] Global test environment tear-down [2023-05-19T14:41:47.711Z] 12: [==========] 17 tests from 1 test case ran. (22 ms total) [2023-05-19T14:41:47.711Z] 12: [ PASSED ] 17 tests. [2023-05-19T14:41:47.711Z] 12: [ ALL TESTS PASSED ] [2023-05-19T14:41:47.711Z] 12/30 Test #12: TestBytes ......................... Passed 0.13 sec [2023-05-19T14:41:47.711Z] test 13 [2023-05-19T14:41:47.711Z] Start 13: TestIntrusiveList [2023-05-19T14:41:47.711Z] [2023-05-19T14:41:47.711Z] 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" [2023-05-19T14:41:47.711Z] 13: Test timeout computed to be: 10000000 [2023-05-19T14:41:47.711Z] 13: [==========] Running 10 tests from 1 test case. [2023-05-19T14:41:47.711Z] 13: [----------] Global test environment set-up. [2023-05-19T14:41:47.711Z] 13: [----------] 10 tests from TestIntrusiveList [2023-05-19T14:41:47.711Z] 13: [ RUN ] TestIntrusiveList.Empty [2023-05-19T14:41:47.711Z] 13: [ OK ] TestIntrusiveList.Empty (3 ms) [2023-05-19T14:41:47.711Z] 13: [ RUN ] TestIntrusiveList.ConvertIterToConstIter [2023-05-19T14:41:47.711Z] 13: [ OK ] TestIntrusiveList.ConvertIterToConstIter (0 ms) [2023-05-19T14:41:47.711Z] 13: [ RUN ] TestIntrusiveList.AddOne [2023-05-19T14:41:47.711Z] 13: [ OK ] TestIntrusiveList.AddOne (1 ms) [2023-05-19T14:41:47.711Z] 13: [ RUN ] TestIntrusiveList.IterateOne [2023-05-19T14:41:47.711Z] 13: [ OK ] TestIntrusiveList.IterateOne (1 ms) [2023-05-19T14:41:47.711Z] 13: [ RUN ] TestIntrusiveList.IterateTwo [2023-05-19T14:41:47.711Z] 13: [ OK ] TestIntrusiveList.IterateTwo (0 ms) [2023-05-19T14:41:47.711Z] 13: [ RUN ] TestIntrusiveList.AddThenRemoveOne [2023-05-19T14:41:47.711Z] 13: [ OK ] TestIntrusiveList.AddThenRemoveOne (1 ms) [2023-05-19T14:41:47.711Z] 13: [ RUN ] TestIntrusiveList.AddTwoThenRemoveFirst [2023-05-19T14:41:47.711Z] 13: [ OK ] TestIntrusiveList.AddTwoThenRemoveFirst (0 ms) [2023-05-19T14:41:47.711Z] 13: [ RUN ] TestIntrusiveList.AddTwoThenRemoveSecond [2023-05-19T14:41:47.711Z] 13: [ OK ] TestIntrusiveList.AddTwoThenRemoveSecond (0 ms) [2023-05-19T14:41:47.711Z] 13: [ RUN ] TestIntrusiveList.AddTwoThenRemoveBoth [2023-05-19T14:41:47.711Z] 13: [ OK ] TestIntrusiveList.AddTwoThenRemoveBoth (0 ms) [2023-05-19T14:41:47.711Z] 13: [ RUN ] TestIntrusiveList.AddTwoThenRemoveBothInReverse [2023-05-19T14:41:47.711Z] 13: [ OK ] TestIntrusiveList.AddTwoThenRemoveBothInReverse (1 ms) [2023-05-19T14:41:47.711Z] 13: [----------] 10 tests from TestIntrusiveList (9 ms total) [2023-05-19T14:41:47.711Z] 13: [2023-05-19T14:41:47.711Z] 13: [----------] Global test environment tear-down [2023-05-19T14:41:47.711Z] 13: [==========] 10 tests from 1 test case ran. (18 ms total) [2023-05-19T14:41:47.711Z] 13: [ PASSED ] 10 tests. [2023-05-19T14:41:47.711Z] 13: [ ALL TESTS PASSED ] [2023-05-19T14:41:47.711Z] 13/30 Test #13: TestIntrusiveList ................. Passed 0.12 sec [2023-05-19T14:41:47.711Z] test 14 [2023-05-19T14:41:47.711Z] Start 14: TestTypeTraits [2023-05-19T14:41:47.711Z] [2023-05-19T14:41:47.711Z] 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" [2023-05-19T14:41:47.711Z] 14: Test timeout computed to be: 10000000 [2023-05-19T14:41:47.711Z] 14: [==========] Running 17 tests from 1 test case. [2023-05-19T14:41:47.711Z] 14: [----------] Global test environment set-up. [2023-05-19T14:41:47.711Z] 14: [----------] 17 tests from TestTypeTraits [2023-05-19T14:41:47.711Z] 14: [ RUN ] TestTypeTraits.IntegralConst [2023-05-19T14:41:47.711Z] 14: [ OK ] TestTypeTraits.IntegralConst (2 ms) [2023-05-19T14:41:47.711Z] 14: [ RUN ] TestTypeTraits.BooleanConstant [2023-05-19T14:41:47.711Z] 14: [ OK ] TestTypeTraits.BooleanConstant (0 ms) [2023-05-19T14:41:47.711Z] 14: [ RUN ] TestTypeTraits.IsSame [2023-05-19T14:41:47.711Z] 14: [ OK ] TestTypeTraits.IsSame (0 ms) [2023-05-19T14:41:47.711Z] 14: [ RUN ] TestTypeTraits.TypeAlias [2023-05-19T14:41:47.711Z] 14: [ OK ] TestTypeTraits.TypeAlias (0 ms) [2023-05-19T14:41:47.711Z] 14: [ RUN ] TestTypeTraits.RemoveConst [2023-05-19T14:41:47.711Z] 14: [ OK ] TestTypeTraits.RemoveConst (0 ms) [2023-05-19T14:41:47.711Z] 14: [ RUN ] TestTypeTraits.RemoveVolatile [2023-05-19T14:41:47.711Z] 14: [ OK ] TestTypeTraits.RemoveVolatile (0 ms) [2023-05-19T14:41:47.711Z] 14: [ RUN ] TestTypeTraits.RemoveCv [2023-05-19T14:41:47.711Z] 14: [ OK ] TestTypeTraits.RemoveCv (0 ms) [2023-05-19T14:41:47.711Z] 14: [ RUN ] TestTypeTraits.RemoveReference [2023-05-19T14:41:47.711Z] 14: [ OK ] TestTypeTraits.RemoveReference (0 ms) [2023-05-19T14:41:47.711Z] 14: [ RUN ] TestTypeTraits.RemoveCvRef [2023-05-19T14:41:47.711Z] 14: [ OK ] TestTypeTraits.RemoveCvRef (1 ms) [2023-05-19T14:41:47.711Z] 14: [ RUN ] TestTypeTraits.RemovePointer [2023-05-19T14:41:47.711Z] 14: [ OK ] TestTypeTraits.RemovePointer (0 ms) [2023-05-19T14:41:47.711Z] 14: [ RUN ] TestTypeTraits.IsReference [2023-05-19T14:41:47.711Z] 14: [ OK ] TestTypeTraits.IsReference (0 ms) [2023-05-19T14:41:47.711Z] 14: [ RUN ] TestTypeTraits.IsPointer [2023-05-19T14:41:47.711Z] 14: [ OK ] TestTypeTraits.IsPointer (0 ms) [2023-05-19T14:41:47.711Z] 14: [ RUN ] TestTypeTraits.IsVoid [2023-05-19T14:41:47.711Z] 14: [ OK ] TestTypeTraits.IsVoid (1 ms) [2023-05-19T14:41:47.711Z] 14: [ RUN ] TestTypeTraits.IsIntegral [2023-05-19T14:41:47.711Z] 14: [ OK ] TestTypeTraits.IsIntegral (0 ms) [2023-05-19T14:41:47.711Z] 14: [ RUN ] TestTypeTraits.IsFloatingPoint [2023-05-19T14:41:47.711Z] 14: [ OK ] TestTypeTraits.IsFloatingPoint (1 ms) [2023-05-19T14:41:47.711Z] 14: [ RUN ] TestTypeTraits.IsArithmetic [2023-05-19T14:41:47.711Z] 14: [ OK ] TestTypeTraits.IsArithmetic (0 ms) [2023-05-19T14:41:47.711Z] 14: [ RUN ] TestTypeTraits.EnableIf [2023-05-19T14:41:47.711Z] 14: [ OK ] TestTypeTraits.EnableIf (1 ms) [2023-05-19T14:41:47.711Z] 14: [----------] 17 tests from TestTypeTraits (12 ms total) [2023-05-19T14:41:47.711Z] 14: [2023-05-19T14:41:47.711Z] 14: [----------] Global test environment tear-down [2023-05-19T14:41:47.711Z] 14: [==========] 17 tests from 1 test case ran. (20 ms total) [2023-05-19T14:41:47.711Z] 14: [ PASSED ] 17 tests. [2023-05-19T14:41:47.711Z] 14: [ ALL TESTS PASSED ] [2023-05-19T14:41:47.711Z] 14/30 Test #14: TestTypeTraits .................... Passed 0.12 sec [2023-05-19T14:41:47.711Z] test 15 [2023-05-19T14:41:47.711Z] Start 15: porttest [2023-05-19T14:41:47.711Z] [2023-05-19T14:41:47.711Z] 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" [2023-05-19T14:41:47.711Z] 15: Test timeout computed to be: 10000000 [2023-05-19T14:41:47.711Z] 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 [2023-05-19T14:41:47.711Z] 15: [==========] Running 235 tests from 21 test cases. [2023-05-19T14:41:47.711Z] 15: [----------] 1 test from PortInitializationTest [2023-05-19T14:41:47.711Z] 15: [----------] 1 test from PortInitializationTest (4 ms total) [2023-05-19T14:41:47.711Z] 15: [2023-05-19T14:41:47.711Z] 15: [----------] 2 tests from PortFileTest [2023-05-19T14:41:47.711Z] 15: [----------] 2 tests from PortFileTest (7 ms total) [2023-05-19T14:41:47.711Z] 15: [2023-05-19T14:41:47.711Z] 15: [----------] 8 tests from PortHeapTest [2023-05-19T14:41:49.147Z] 15: [----------] 8 tests from PortHeapTest (4927 ms total) [2023-05-19T14:41:49.147Z] 15: [2023-05-19T14:41:49.147Z] 15: [----------] 8 tests from PortTest [2023-05-19T14:41:49.147Z] 15: [----------] 8 tests from PortTest (18 ms total) [2023-05-19T14:41:49.147Z] 15: [2023-05-19T14:41:49.147Z] 15: [----------] 11 tests from PortMemTest [2023-05-19T14:42:01.391Z] 15: [----------] 11 tests from PortMemTest (12551 ms total) [2023-05-19T14:42:01.391Z] 15: [2023-05-19T14:42:01.391Z] 15: [----------] 5 tests from PortDumpTest [2023-05-19T14:42:04.522Z] 15: [----------] 5 tests from PortDumpTest (2772 ms total) [2023-05-19T14:42:04.522Z] 15: [2023-05-19T14:42:04.522Z] 15: [----------] 4 tests from PortErrorTest [2023-05-19T14:42:04.522Z] 15: [----------] 4 tests from PortErrorTest (4 ms total) [2023-05-19T14:42:04.522Z] 15: [2023-05-19T14:42:04.522Z] 15: [----------] 35 tests from PortFileTest2 [2023-05-19T14:42:04.522Z] 15: $ [2023-05-19T14:42:04.522Z] 15: ? [2023-05-19T14:42:04.522Z] 15: ? [2023-05-19T14:42:04.522Z] 15: 𤭢 [2023-05-19T14:42:04.522Z] 15: þÿ [2023-05-19T14:42:04.522Z] 15: ****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************? [2023-05-19T14:42:04.522Z] 15: [----------] 35 tests from PortFileTest2 (723 ms total) [2023-05-19T14:42:04.522Z] 15: [2023-05-19T14:42:04.522Z] 15: [----------] 14 tests from PortFileStreamTest [2023-05-19T14:42:05.961Z] 15: [----------] 14 tests from PortFileStreamTest (49 ms total) [2023-05-19T14:42:05.961Z] 15: [2023-05-19T14:42:05.961Z] 15: [----------] 1 test from PortIntrospectTest [2023-05-19T14:42:05.962Z] 15: [----------] 1 test from PortIntrospectTest (0 ms total) [2023-05-19T14:42:05.962Z] 15: [2023-05-19T14:42:05.962Z] 15: [----------] 14 tests from PortMmapTest [2023-05-19T14:42:05.962Z] 15: [----------] 14 tests from PortMmapTest (23 ms total) [2023-05-19T14:42:05.962Z] 15: [2023-05-19T14:42:05.962Z] 15: [----------] 1 test from PortSignalExtendedTests [2023-05-19T14:42:05.962Z] 15: [----------] 1 test from PortSignalExtendedTests (27 ms total) [2023-05-19T14:42:05.962Z] 15: [2023-05-19T14:42:05.962Z] 15: [----------] 9 tests from PortSigTest [2023-05-19T14:42:05.962Z] 15: [----------] 9 tests from PortSigTest (13 ms total) [2023-05-19T14:42:05.962Z] 15: [2023-05-19T14:42:05.962Z] 15: [----------] 3 tests from PortSlTest [2023-05-19T14:42:05.962Z] 15: [----------] 3 tests from PortSlTest (7 ms total) [2023-05-19T14:42:05.962Z] 15: [2023-05-19T14:42:05.962Z] 15: [----------] 20 tests from PortStrTest [2023-05-19T14:42:05.962Z] 15: [----------] 20 tests from PortStrTest (49 ms total) [2023-05-19T14:42:05.962Z] 15: [2023-05-19T14:42:05.962Z] 15: [----------] 6 tests from PortTimeTest [2023-05-19T14:42:07.502Z] 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) [2023-05-19T14:42:17.624Z] 15: [----------] 6 tests from PortTimeTest (11643 ms total) [2023-05-19T14:42:17.624Z] 15: [2023-05-19T14:42:17.624Z] 15: [----------] 8 tests from PortTtyTest [2023-05-19T14:42:17.624Z] 15: TTY printf, check check 1 2 3 check ... [2023-05-19T14:42:17.624Z] 15: New line [2023-05-19T14:42:17.624Z] 15: [----------] 8 tests from PortTtyTest (3 ms total) [2023-05-19T14:42:17.624Z] 15: [2023-05-19T14:42:17.624Z] 15: [----------] 19 tests from PortVmemTest [2023-05-19T14:42:17.624Z] 15: NUMA not available [2023-05-19T14:42:20.753Z] 15: [----------] 19 tests from PortVmemTest (3096 ms total) [2023-05-19T14:42:20.753Z] 15: [2023-05-19T14:42:20.753Z] 15: [----------] 38 tests from PortSysinfoTest [2023-05-19T14:42:20.753Z] 15: omrsysinfo_get_username returns -1. [2023-05-19T14:42:20.753Z] 15: If this is a supported platform, consider this as a failure [2023-05-19T14:42:20.753Z] 15: omrsysinfo_get_groupname returns -1. [2023-05-19T14:42:20.753Z] 15: If this is a supported platform, consider this as a failure [2023-05-19T14:42:20.753Z] 15: originalSoftLimit=524288 [2023-05-19T14:42:20.753Z] 15: originalHardLimit=524288 [2023-05-19T14:42:20.753Z] 15: soft set to hard limit=524288 [2023-05-19T14:42:29.065Z] 15: [----------] 38 tests from PortSysinfoTest (8730 ms total) [2023-05-19T14:42:29.065Z] 15: [2023-05-19T14:42:29.065Z] 15: [----------] 9 tests from CgroupTest [2023-05-19T14:42:29.065Z] 15: /proc/self/cgroup line: [2023-05-19T14:42:29.065Z] 15: 0::/ [2023-05-19T14:42:29.065Z] 15: [----------] 9 tests from CgroupTest (13 ms total) [2023-05-19T14:42:29.065Z] 15: [2023-05-19T14:42:29.065Z] 15: [----------] 19 tests from PortSockTest [2023-05-19T14:42:29.065Z] 15: WARNING: Cannot test IPV6: Failed to find to IPV6 interface. [2023-05-19T14:42:30.708Z] 15: [----------] 19 tests from PortSockTest (1055 ms total) [2023-05-19T14:42:30.708Z] 15: [2023-05-19T14:42:30.708Z] 15: [==========] 235 tests from 21 test cases ran. (45799 ms total) [2023-05-19T14:42:30.708Z] 15: [ PASSED ] 235 tests. [2023-05-19T14:42:30.708Z] 15: [ ALL TESTS PASSED ] [2023-05-19T14:42:30.708Z] 15: [2023-05-19T14:42:30.708Z] 15: YOU HAVE 3 DISABLED TESTS [2023-05-19T14:42:30.708Z] 15: [2023-05-19T14:42:30.708Z] 15: Some textSome text [2023-05-19T14:42:30.708Z] 15/30 Test #15: porttest .......................... Passed 46.04 sec [2023-05-19T14:42:30.708Z] test 16 [2023-05-19T14:42:30.708Z] Start 16: rastest [2023-05-19T14:42:30.708Z] [2023-05-19T14:42:30.708Z] 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" [2023-05-19T14:42:30.708Z] 16: Test timeout computed to be: 10000000 [2023-05-19T14:42:30.708Z] 16: [==========] Running 38 tests from 11 test cases. [2023-05-19T14:42:30.708Z] 16: [----------] 3 tests from RASAgentNegativeTest [2023-05-19T14:42:30.708Z] 16: [----------] 3 tests from RASAgentNegativeTest (33 ms total) [2023-05-19T14:42:30.708Z] 16: [2023-05-19T14:42:30.708Z] 16: [----------] 2 tests from RASAgentTest [2023-05-19T14:42:30.708Z] 16: [----------] 2 tests from RASAgentTest (1 ms total) [2023-05-19T14:42:30.708Z] 16: [2023-05-19T14:42:30.708Z] 16: [----------] 1 test from RASMemoryCategoriesTest [2023-05-19T14:42:30.708Z] 16: [2023-05-19T14:42:30.708Z] 16: Negative path: get categories with an undersized buffer [2023-05-19T14:42:30.708Z] 16: written_count=16, total_categories=17 [2023-05-19T14:42:30.708Z] 16: RUNTIME 288816 bytes / 51 allocations (Shallow: 0 bytes / 0 allocations) [2023-05-19T14:42:30.708Z] 16: VM 288816 bytes / 51 allocations (Shallow: 976 bytes / 7 allocations) [2023-05-19T14:42:30.708Z] 16: Threads 285168 bytes / 33 allocations (Shallow: 23024 bytes / 32 allocations) [2023-05-19T14:42:30.708Z] 16: Native Stack 262144 bytes / 1 allocations [2023-05-19T14:42:30.708Z] 16: Port Library 2256 bytes / 9 allocations [2023-05-19T14:42:30.708Z] 16: OMRTI 416 bytes / 2 allocations [2023-05-19T14:42:30.708Z] 16: [2023-05-19T14:42:30.708Z] 16: Positive path: get and validate categories [2023-05-19T14:42:30.708Z] 16: written_count=17, total_categories=17 [2023-05-19T14:42:30.708Z] 16: RUNTIME 288816 bytes / 51 allocations (Shallow: 0 bytes / 0 allocations) [2023-05-19T14:42:30.708Z] 16: VM 288816 bytes / 51 allocations (Shallow: 976 bytes / 7 allocations) [2023-05-19T14:42:30.708Z] 16: Threads 285168 bytes / 33 allocations (Shallow: 23024 bytes / 32 allocations) [2023-05-19T14:42:30.708Z] 16: Native Stack 262144 bytes / 1 allocations [2023-05-19T14:42:30.708Z] 16: Port Library 2256 bytes / 9 allocations [2023-05-19T14:42:30.708Z] 16: OMRTI 416 bytes / 2 allocations [2023-05-19T14:42:30.708Z] 16: [2023-05-19T14:42:30.708Z] 16: Positive path: get and validate categories and total_categories is null [2023-05-19T14:42:30.708Z] 16: written_count=17 [2023-05-19T14:42:30.708Z] 16: RUNTIME 288816 bytes / 51 allocations (Shallow: 0 bytes / 0 allocations) [2023-05-19T14:42:30.708Z] 16: VM 288816 bytes / 51 allocations (Shallow: 976 bytes / 7 allocations) [2023-05-19T14:42:30.708Z] 16: Threads 285168 bytes / 33 allocations (Shallow: 23024 bytes / 32 allocations) [2023-05-19T14:42:30.708Z] 16: Native Stack 262144 bytes / 1 allocations [2023-05-19T14:42:30.708Z] 16: Port Library 2256 bytes / 9 allocations [2023-05-19T14:42:30.708Z] 16: OMRTI 416 bytes / 2 allocations [2023-05-19T14:42:30.708Z] 16: [2023-05-19T14:42:30.708Z] 16: Positive path: get and validate categories with oversized max_categories and oversized buffer [2023-05-19T14:42:30.708Z] 16: written_count=17, total_categories=17 [2023-05-19T14:42:30.708Z] 16: RUNTIME 288880 bytes / 51 allocations (Shallow: 0 bytes / 0 allocations) [2023-05-19T14:42:30.708Z] 16: VM 288880 bytes / 51 allocations (Shallow: 976 bytes / 7 allocations) [2023-05-19T14:42:30.708Z] 16: Threads 285168 bytes / 33 allocations (Shallow: 23024 bytes / 32 allocations) [2023-05-19T14:42:30.708Z] 16: Native Stack 262144 bytes / 1 allocations [2023-05-19T14:42:30.708Z] 16: Port Library 2320 bytes / 9 allocations [2023-05-19T14:42:30.708Z] 16: OMRTI 416 bytes / 2 allocations [2023-05-19T14:42:30.708Z] 16: [2023-05-19T14:42:30.708Z] 16: Positive path: get and validate categories with oversized buffer and total_categories is null [2023-05-19T14:42:30.708Z] 16: written_count=17, total_categories=17 [2023-05-19T14:42:30.708Z] 16: RUNTIME 288880 bytes / 51 allocations (Shallow: 0 bytes / 0 allocations) [2023-05-19T14:42:30.708Z] 16: VM 288880 bytes / 51 allocations (Shallow: 976 bytes / 7 allocations) [2023-05-19T14:42:30.708Z] 16: Threads 285168 bytes / 33 allocations (Shallow: 23024 bytes / 32 allocations) [2023-05-19T14:42:30.708Z] 16: Native Stack 262144 bytes / 1 allocations [2023-05-19T14:42:30.708Z] 16: Port Library 2320 bytes / 9 allocations [2023-05-19T14:42:30.708Z] 16: OMRTI 416 bytes / 2 allocations [2023-05-19T14:42:30.708Z] 16: [2023-05-19T14:42:30.708Z] 16: Positive path: get and validate categories with oversized max_categories, oversized buffer and total_categories is null [2023-05-19T14:42:30.708Z] 16: written_count=17 [2023-05-19T14:42:30.708Z] 16: RUNTIME 288880 bytes / 51 allocations (Shallow: 0 bytes / 0 allocations) [2023-05-19T14:42:30.708Z] 16: VM 288880 bytes / 51 allocations (Shallow: 976 bytes / 7 allocations) [2023-05-19T14:42:30.708Z] 16: Threads 285168 bytes / 33 allocations (Shallow: 23024 bytes / 32 allocations) [2023-05-19T14:42:30.708Z] 16: Native Stack 262144 bytes / 1 allocations [2023-05-19T14:42:30.708Z] 16: Port Library 2320 bytes / 9 allocations [2023-05-19T14:42:30.708Z] 16: OMRTI 416 bytes / 2 allocations [2023-05-19T14:42:30.708Z] 16: [----------] 1 test from RASMemoryCategoriesTest (14 ms total) [2023-05-19T14:42:30.708Z] 16: [2023-05-19T14:42:30.708Z] 16: [----------] 5 tests from RASMethodDictionaryTest [2023-05-19T14:42:30.708Z] 16: [----------] 5 tests from RASMethodDictionaryTest (16 ms total) [2023-05-19T14:42:30.708Z] 16: [2023-05-19T14:42:30.708Z] 16: [----------] 9 tests from TraceLifecycleTest [2023-05-19T14:42:30.708Z] 16: [----------] 9 tests from TraceLifecycleTest (97 ms total) [2023-05-19T14:42:30.708Z] 16: [2023-05-19T14:42:30.708Z] 16: [----------] 1 test from TraceLogTest [2023-05-19T14:42:30.708Z] 16: [----------] 1 test from TraceLogTest (19 ms total) [2023-05-19T14:42:30.708Z] 16: [2023-05-19T14:42:30.708Z] 16: [----------] 1 test from RASTraceTest [2023-05-19T14:42:30.708Z] 16: omr_trc_startup: failed to set trace options, rc=9 [2023-05-19T14:42:30.708Z] 16: omr_trc_startup error, rc=9 [2023-05-19T14:42:30.708Z] 16: /home/jenkins/workspace/Build/fvtest/rastest/traceagent.c:262 Free physical memory size (in bytes): 6256189440, rc = 0 (OMR_ERROR_NONE), the function call is successful ! [2023-05-19T14:42:30.708Z] 16: /home/jenkins/workspace/Build/fvtest/rastest/traceagent.c:272 Process virtual memory size (in bytes): 1449201664, rc = 0 (OMR_ERROR_NONE), the function call is successful ! [2023-05-19T14:42:30.708Z] 16: /home/jenkins/workspace/Build/fvtest/rastest/traceagent.c:281 Process physical memory size (in bytes): 21340160, rc = 0 (OMR_ERROR_NONE), the function call is successful ! [2023-05-19T14:42:30.708Z] 16: /home/jenkins/workspace/Build/fvtest/rastest/traceagent.c:292 Process private memory size (in bytes): 1440256000, rc = 0 (OMR_ERROR_NONE), the function call is successful ! [2023-05-19T14:42:30.708Z] 16: traceMetaLength=252 [2023-05-19T14:42:30.708Z] 16: bindthreadagent: BindCurrentThread passed, vmThread=0x4000389e00 [2023-05-19T14:42:30.708Z] 16: bindthreadagent: recursive BindCurrentThread passed, vmThread2=0x4000389e00 [2023-05-19T14:42:30.708Z] 16: bindthreadagent: recursive UnbindCurrentThread passed [2023-05-19T14:42:30.708Z] 16: bindthreadagent: UnbindCurrentThread passed [2023-05-19T14:42:30.708Z] 16: bindthreadagent: BindCurrentThread passed, vmThread=0x401c000b90 [2023-05-19T14:42:30.708Z] 16: bindthreadagent: recursive BindCurrentThread passed, vmThread2=0x401c000b90 [2023-05-19T14:42:30.708Z] 16: bindthreadagent: recursive UnbindCurrentThread passed [2023-05-19T14:42:30.708Z] 16: bindthreadagent: UnbindCurrentThread passed [2023-05-19T14:42:30.708Z] 16: [----------] 1 test from RASTraceTest (226 ms total) [2023-05-19T14:42:30.708Z] 16: [2023-05-19T14:42:30.708Z] 16: [----------] 6 tests from InvalidAgentOpts/RASAgentNegativeTest [2023-05-19T14:42:30.708Z] 16: [----------] 6 tests from InvalidAgentOpts/RASAgentNegativeTest (10 ms total) [2023-05-19T14:42:30.708Z] 16: [2023-05-19T14:42:30.708Z] 16: [----------] 6 tests from TraceNotStartedAgentOpts/RASAgentTest [2023-05-19T14:42:30.708Z] 16: traceNotStartedAgent: Agent_OnLoad(options="(null)") [2023-05-19T14:42:30.708Z] 16: traceNotStartedAgent: BindCurrentThread passed, vmThread=0x0x4000389e00 [2023-05-19T14:42:30.708Z] 16: traceNotStartedAgent: SetTraceOptions: rc = 10 [2023-05-19T14:42:30.708Z] 16: traceNotStartedAgent: GetTraceMetadata: rc = 10 [2023-05-19T14:42:30.708Z] 16: traceNotStartedAgent: RegisterRecordSubscriber: rc = 10 [2023-05-19T14:42:30.708Z] 16: traceNotStartedAgent: FlushTraceData: rc = 10 [2023-05-19T14:42:30.708Z] 16: traceNotStartedAgent: DeregisterRecordSubscriber: rc = 9 [2023-05-19T14:42:30.708Z] 16: traceNotStartedAgent: UnbindCurrentThread passed [2023-05-19T14:42:30.708Z] 16: traceNotStartedAgent: Agent_OnUnload [2023-05-19T14:42:30.708Z] 16: traceNotStartedAgent: Agent_OnLoad(options="(null)") [2023-05-19T14:42:30.708Z] 16: traceNotStartedAgent: BindCurrentThread passed, vmThread=0x0x4000389e00 [2023-05-19T14:42:30.708Z] 16: traceNotStartedAgent: SetTraceOptions: rc = 10 [2023-05-19T14:42:30.708Z] 16: traceNotStartedAgent: GetTraceMetadata: rc = 10 [2023-05-19T14:42:30.708Z] 16: traceNotStartedAgent: RegisterRecordSubscriber: rc = 10 [2023-05-19T14:42:30.708Z] 16: traceNotStartedAgent: FlushTraceData: rc = 10 [2023-05-19T14:42:30.708Z] 16: traceNotStartedAgent: DeregisterRecordSubscriber: rc = 9 [2023-05-19T14:42:30.708Z] 16: traceNotStartedAgent: UnbindCurrentThread passed [2023-05-19T14:42:30.708Z] 16: traceNotStartedAgent: Agent_OnUnload [2023-05-19T14:42:30.708Z] 16: traceNotStartedAgent: Agent_OnLoad(options="abc") [2023-05-19T14:42:30.708Z] 16: traceNotStartedAgent: BindCurrentThread passed, vmThread=0x0x4000389e00 [2023-05-19T14:42:30.708Z] 16: traceNotStartedAgent: SetTraceOptions: rc = 10 [2023-05-19T14:42:30.708Z] 16: traceNotStartedAgent: GetTraceMetadata: rc = 10 [2023-05-19T14:42:30.708Z] 16: traceNotStartedAgent: RegisterRecordSubscriber: rc = 10 [2023-05-19T14:42:30.708Z] 16: traceNotStartedAgent: FlushTraceData: rc = 10 [2023-05-19T14:42:30.708Z] 16: traceNotStartedAgent: DeregisterRecordSubscriber: rc = 9 [2023-05-19T14:42:30.708Z] 16: traceNotStartedAgent: UnbindCurrentThread passed [2023-05-19T14:42:30.708Z] 16: traceNotStartedAgent: Agent_OnUnload [2023-05-19T14:42:30.708Z] 16: traceNotStartedAgent: Agent_OnLoad(options="(null)") [2023-05-19T14:42:30.708Z] 16: traceNotStartedAgent: BindCurrentThread passed, vmThread=0x0x4000389e00 [2023-05-19T14:42:30.708Z] 16: traceNotStartedAgent: SetTraceOptions: rc = 10 [2023-05-19T14:42:30.708Z] 16: traceNotStartedAgent: GetTraceMetadata: rc = 10 [2023-05-19T14:42:30.708Z] 16: traceNotStartedAgent: RegisterRecordSubscriber: rc = 10 [2023-05-19T14:42:30.708Z] 16: traceNotStartedAgent: FlushTraceData: rc = 10 [2023-05-19T14:42:30.708Z] 16: traceNotStartedAgent: DeregisterRecordSubscriber: rc = 9 [2023-05-19T14:42:30.708Z] 16: traceNotStartedAgent: UnbindCurrentThread passed [2023-05-19T14:42:30.708Z] 16: traceNotStartedAgent: Agent_OnUnload [2023-05-19T14:42:30.708Z] 16: traceNotStartedAgent: Agent_OnLoad(options="(null)") [2023-05-19T14:42:30.708Z] 16: traceNotStartedAgent: BindCurrentThread passed, vmThread=0x0x4000389e00 [2023-05-19T14:42:30.708Z] 16: traceNotStartedAgent: SetTraceOptions: rc = 10 [2023-05-19T14:42:30.708Z] 16: traceNotStartedAgent: GetTraceMetadata: rc = 10 [2023-05-19T14:42:30.708Z] 16: traceNotStartedAgent: RegisterRecordSubscriber: rc = 10 [2023-05-19T14:42:30.708Z] 16: traceNotStartedAgent: FlushTraceData: rc = 10 [2023-05-19T14:42:30.708Z] 16: traceNotStartedAgent: DeregisterRecordSubscriber: rc = 9 [2023-05-19T14:42:30.708Z] 16: traceNotStartedAgent: UnbindCurrentThread passed [2023-05-19T14:42:30.708Z] 16: traceNotStartedAgent: Agent_OnUnload [2023-05-19T14:42:30.708Z] 16: traceNotStartedAgent: Agent_OnLoad(options="abc") [2023-05-19T14:42:30.708Z] 16: traceNotStartedAgent: BindCurrentThread passed, vmThread=0x0x4000389e00 [2023-05-19T14:42:30.708Z] 16: traceNotStartedAgent: SetTraceOptions: rc = 10 [2023-05-19T14:42:30.708Z] 16: traceNotStartedAgent: GetTraceMetadata: rc = 10 [2023-05-19T14:42:30.708Z] 16: traceNotStartedAgent: RegisterRecordSubscriber: rc = 10 [2023-05-19T14:42:30.708Z] 16: traceNotStartedAgent: FlushTraceData: rc = 10 [2023-05-19T14:42:30.708Z] 16: traceNotStartedAgent: DeregisterRecordSubscriber: rc = 9 [2023-05-19T14:42:30.708Z] 16: traceNotStartedAgent: UnbindCurrentThread passed [2023-05-19T14:42:30.708Z] 16: traceNotStartedAgent: Agent_OnUnload [2023-05-19T14:42:30.708Z] 16: [----------] 6 tests from TraceNotStartedAgentOpts/RASAgentTest (12 ms total) [2023-05-19T14:42:30.708Z] 16: [2023-05-19T14:42:30.708Z] 16: [----------] 2 tests from CpuLoadAgentOpts/RASAgentTest [2023-05-19T14:42:30.708Z] 16: cpuLoadAgent: Agent_OnLoad(options="") [2023-05-19T14:42:30.708Z] 16: cpuLoadAgent: BindCurrentThread passed, vmThread=0x0000004000389E00 [2023-05-19T14:42:30.708Z] 16: Test GetProcessCpuLoad() [2023-05-19T14:42:32.248Z] 16: callIndex: 1: rc = 13 (OMR_ERROR_RETRY), the function call is successful ! [2023-05-19T14:42:33.790Z] 16: callIndex: 2: rc = 13 (OMR_ERROR_RETRY), the function call is successful ! [2023-05-19T14:42:35.330Z] 16: callIndex: 3: rc = 0 (OMR_ERROR_NONE), the function call is successful ! Process CPU load: 0.114322 [2023-05-19T14:42:35.330Z] 16: callIndex: 4: rc = 0 (OMR_ERROR_NONE), the function call is successful ! Process CPU load: 0.119872 [2023-05-19T14:42:36.872Z] 16: callIndex: 5: rc = 0 (OMR_ERROR_NONE), the function call is successful ! Process CPU load: 0.117106 [2023-05-19T14:42:40.002Z] 16: callIndex: 7: rc = 13 (OMR_ERROR_RETRY), the function call is successful ! [2023-05-19T14:42:43.133Z] 16: callIndex: 10: rc = 0 (OMR_ERROR_NONE), the function call is successful ! Process CPU load: 0.443605 [2023-05-19T14:42:44.673Z] 16: callIndex: 11: rc = 10 (OMR_ERROR_NOT_AVAILABLE), the function call is successful ! [2023-05-19T14:42:46.257Z] 16: callIndex: 12: rc = 10 (OMR_ERROR_NOT_AVAILABLE), the function call is successful ! [2023-05-19T14:42:46.257Z] 16: callIndex: 13: rc = 11 (OMR_THREAD_NOT_ATTACHED), the function call is successful ! [2023-05-19T14:42:46.257Z] 16: cpuLoadAgent: GetProcessCpuLoad() passed [2023-05-19T14:42:46.257Z] 16: Test GetSystemCpuLoad() [2023-05-19T14:42:47.801Z] 16: callIndex: 1: rc = 13 (OMR_ERROR_RETRY), the function call is successful ! [2023-05-19T14:42:49.342Z] 16: callIndex: 2: rc = 13 (OMR_ERROR_RETRY), the function call is successful ! [2023-05-19T14:42:50.883Z] 16: callIndex: 3: rc = 0 (OMR_ERROR_NONE), the function call is successful ! system CPU load: 0.096303 [2023-05-19T14:42:52.424Z] 16: callIndex: 4: rc = 0 (OMR_ERROR_NONE), the function call is successful ! system CPU load: 0.088999 [2023-05-19T14:42:53.965Z] 16: callIndex: 5: rc = 0 (OMR_ERROR_NONE), the function call is successful ! system CPU load: 0.094055 [2023-05-19T14:42:57.096Z] 16: callIndex: 7: rc = 13 (OMR_ERROR_RETRY), the function call is successful ! [2023-05-19T14:43:01.885Z] 16: callIndex: 10: rc = 0 (OMR_ERROR_NONE), the function call is successful ! system CPU load: 0.348316 [2023-05-19T14:43:03.426Z] 16: callIndex: 11: rc = 10 (OMR_ERROR_NOT_AVAILABLE), the function call is successful ! [2023-05-19T14:43:04.966Z] 16: callIndex: 12: rc = 10 (OMR_ERROR_NOT_AVAILABLE), the function call is successful ! [2023-05-19T14:43:04.966Z] 16: callIndex: 13: rc = 11 (OMR_THREAD_NOT_ATTACHED), the function call is successful ! [2023-05-19T14:43:04.966Z] 16: cpuLoadAgent: GetSystemCpuLoad() passed [2023-05-19T14:43:04.966Z] 16: cpuLoadAgent: UnbindCurrentThread passed [2023-05-19T14:43:04.966Z] 16: cpuLoadAgent: Agent_OnUnload [2023-05-19T14:43:04.966Z] 16: cpuLoadAgent: Agent_OnLoad(options="") [2023-05-19T14:43:04.966Z] 16: cpuLoadAgent: BindCurrentThread passed, vmThread=0x0000004000389E00 [2023-05-19T14:43:04.966Z] 16: Test GetProcessCpuLoad() [2023-05-19T14:43:06.506Z] 16: callIndex: 1: rc = 13 (OMR_ERROR_RETRY), the function call is successful ! [2023-05-19T14:43:08.572Z] 16: callIndex: 2: rc = 13 (OMR_ERROR_RETRY), the function call is successful ! [2023-05-19T14:43:09.696Z] 16: callIndex: 3: rc = 0 (OMR_ERROR_NONE), the function call is successful ! Process CPU load: 0.093187 [2023-05-19T14:43:11.244Z] 16: callIndex: 4: rc = 0 (OMR_ERROR_NONE), the function call is successful ! Process CPU load: 0.087718 [2023-05-19T14:43:12.481Z] 16: callIndex: 5: rc = 0 (OMR_ERROR_NONE), the function call is successful ! Process CPU load: 0.088443 [2023-05-19T14:43:15.105Z] 16: callIndex: 7: rc = 13 (OMR_ERROR_RETRY), the function call is successful ! [2023-05-19T14:43:19.984Z] 16: callIndex: 10: rc = 0 (OMR_ERROR_NONE), the function call is successful ! Process CPU load: 0.376668 [2023-05-19T14:43:21.220Z] 16: callIndex: 11: rc = 10 (OMR_ERROR_NOT_AVAILABLE), the function call is successful ! [2023-05-19T14:43:22.456Z] 16: callIndex: 12: rc = 10 (OMR_ERROR_NOT_AVAILABLE), the function call is successful ! [2023-05-19T14:43:22.456Z] 16: callIndex: 13: rc = 11 (OMR_THREAD_NOT_ATTACHED), the function call is successful ! [2023-05-19T14:43:22.456Z] 16: cpuLoadAgent: GetProcessCpuLoad() passed [2023-05-19T14:43:22.456Z] 16: Test GetSystemCpuLoad() [2023-05-19T14:43:25.077Z] 16: callIndex: 1: rc = 13 (OMR_ERROR_RETRY), the function call is successful ! [2023-05-19T14:43:26.313Z] 16: callIndex: 2: rc = 13 (OMR_ERROR_RETRY), the function call is successful ! [2023-05-19T14:43:27.548Z] 16: callIndex: 3: rc = 0 (OMR_ERROR_NONE), the function call is successful ! system CPU load: 0.090754 [2023-05-19T14:43:28.785Z] 16: callIndex: 4: rc = 0 (OMR_ERROR_NONE), the function call is successful ! system CPU load: 0.128512 [2023-05-19T14:43:30.020Z] 16: callIndex: 5: rc = 0 (OMR_ERROR_NONE), the function call is successful ! system CPU load: 0.123433 [2023-05-19T14:43:32.440Z] 16: callIndex: 7: rc = 13 (OMR_ERROR_RETRY), the function call is successful ! [2023-05-19T14:43:36.206Z] 16: callIndex: 10: rc = 0 (OMR_ERROR_NONE), the function call is successful ! system CPU load: 0.456179 [2023-05-19T14:43:37.644Z] 16: callIndex: 11: rc = 10 (OMR_ERROR_NOT_AVAILABLE), the function call is successful ! [2023-05-19T14:43:38.974Z] 16: callIndex: 12: rc = 10 (OMR_ERROR_NOT_AVAILABLE), the function call is successful ! [2023-05-19T14:43:38.974Z] 16: callIndex: 13: rc = 11 (OMR_THREAD_NOT_ATTACHED), the function call is successful ! [2023-05-19T14:43:38.974Z] 16: cpuLoadAgent: GetSystemCpuLoad() passed [2023-05-19T14:43:38.974Z] 16: cpuLoadAgent: UnbindCurrentThread passed [2023-05-19T14:43:38.974Z] 16: cpuLoadAgent: Agent_OnUnload [2023-05-19T14:43:38.974Z] 16: [----------] 2 tests from CpuLoadAgentOpts/RASAgentTest (67658 ms total) [2023-05-19T14:43:38.974Z] 16: [2023-05-19T14:43:38.974Z] 16: [----------] 2 tests from BindThreadAgentOpts/RASAgentTest [2023-05-19T14:43:38.974Z] 16: bindthreadagent: BindCurrentThread passed, vmThread=0x4000389e00 [2023-05-19T14:43:38.974Z] 16: bindthreadagent: recursive BindCurrentThread passed, vmThread2=0x4000389e00 [2023-05-19T14:43:38.974Z] 16: bindthreadagent: recursive UnbindCurrentThread passed [2023-05-19T14:43:38.974Z] 16: bindthreadagent: UnbindCurrentThread passed [2023-05-19T14:43:38.974Z] 16: bindthreadagent: BindCurrentThread passed, vmThread=0x401c000b90 [2023-05-19T14:43:38.974Z] 16: bindthreadagent: recursive BindCurrentThread passed, vmThread2=0x401c000b90 [2023-05-19T14:43:38.974Z] 16: bindthreadagent: recursive UnbindCurrentThread passed [2023-05-19T14:43:38.974Z] 16: bindthreadagent: UnbindCurrentThread passed [2023-05-19T14:43:38.974Z] 16: bindthreadagent: BindCurrentThread passed, vmThread=0x4000389e00 [2023-05-19T14:43:38.974Z] 16: bindthreadagent: recursive BindCurrentThread passed, vmThread2=0x4000389e00 [2023-05-19T14:43:38.974Z] 16: bindthreadagent: recursive UnbindCurrentThread passed [2023-05-19T14:43:38.974Z] 16: bindthreadagent: UnbindCurrentThread passed [2023-05-19T14:43:38.974Z] 16: bindthreadagent: BindCurrentThread passed, vmThread=0x401c000b90 [2023-05-19T14:43:38.974Z] 16: bindthreadagent: recursive BindCurrentThread passed, vmThread2=0x401c000b90 [2023-05-19T14:43:38.974Z] 16: bindthreadagent: recursive UnbindCurrentThread passed [2023-05-19T14:43:38.974Z] 16: bindthreadagent: UnbindCurrentThread passed [2023-05-19T14:43:38.974Z] 16: [----------] 2 tests from BindThreadAgentOpts/RASAgentTest (408 ms total) [2023-05-19T14:43:38.974Z] 16: [2023-05-19T14:43:38.974Z] 16: [==========] 38 tests from 11 test cases ran. (68542 ms total) [2023-05-19T14:43:38.974Z] 16: [ PASSED ] 38 tests. [2023-05-19T14:43:38.974Z] 16: [ ALL TESTS PASSED ] [2023-05-19T14:43:38.974Z] 16: [2023-05-19T14:43:38.974Z] 16: YOU HAVE 2 DISABLED TESTS [2023-05-19T14:43:38.974Z] 16: [2023-05-19T14:43:38.974Z] 16/30 Test #16: rastest ........................... Passed 68.70 sec [2023-05-19T14:43:38.974Z] test 17 [2023-05-19T14:43:38.974Z] Start 17: subscribertest [2023-05-19T14:43:38.974Z] [2023-05-19T14:43:38.974Z] 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" [2023-05-19T14:43:38.974Z] 17: Test timeout computed to be: 10000000 [2023-05-19T14:43:38.974Z] 17: [==========] Running 3 tests from 2 test cases. [2023-05-19T14:43:38.974Z] 17: [----------] 1 test from RASSubscriberTest [2023-05-19T14:43:38.974Z] 17: [----------] 1 test from RASSubscriberTest (73 ms total) [2023-05-19T14:43:38.974Z] 17: [2023-05-19T14:43:38.974Z] 17: [----------] 2 tests from RASSubscriberForkTest [2023-05-19T14:43:38.974Z] 17: [----------] 2 tests from RASSubscriberForkTest (99 ms total) [2023-05-19T14:43:38.974Z] 17: [2023-05-19T14:43:38.974Z] 17: [==========] 3 tests from 2 test cases ran. (221 ms total) [2023-05-19T14:43:38.974Z] 17: [ PASSED ] 3 tests. [2023-05-19T14:43:38.974Z] 17: [ ALL TESTS PASSED ] [2023-05-19T14:43:38.974Z] 17: [2023-05-19T14:43:38.974Z] 17: YOU HAVE 1 DISABLED TEST [2023-05-19T14:43:38.974Z] 17: [2023-05-19T14:43:38.974Z] 17/30 Test #17: subscribertest .................... Passed 0.34 sec [2023-05-19T14:43:38.974Z] test 18 [2023-05-19T14:43:38.974Z] Start 18: traceoptiontest [2023-05-19T14:43:38.974Z] [2023-05-19T14:43:38.974Z] 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" [2023-05-19T14:43:38.974Z] 18: Test timeout computed to be: 10000000 [2023-05-19T14:43:38.974Z] 18: [==========] Running 1 test from 1 test case. [2023-05-19T14:43:38.974Z] 18: [----------] 1 test from RASTraceOptionTest [2023-05-19T14:43:38.974Z] 18: [----------] 1 test from RASTraceOptionTest (46 ms total) [2023-05-19T14:43:38.974Z] 18: [2023-05-19T14:43:38.974Z] 18: [==========] 1 test from 1 test case ran. (104 ms total) [2023-05-19T14:43:38.974Z] 18: [ PASSED ] 1 test. [2023-05-19T14:43:38.974Z] 18: [ ALL TESTS PASSED ] [2023-05-19T14:43:38.974Z] 18/30 Test #18: traceoptiontest ................... Passed 0.23 sec [2023-05-19T14:43:38.974Z] test 19 [2023-05-19T14:43:38.974Z] Start 19: sigtest [2023-05-19T14:43:38.974Z] [2023-05-19T14:43:38.974Z] 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" [2023-05-19T14:43:38.974Z] 19: Test timeout computed to be: 10000000 [2023-05-19T14:43:38.974Z] 19: [==========] Running 7 tests from 1 test case. [2023-05-19T14:43:38.974Z] 19: [----------] 7 tests from OmrSigTest [2023-05-19T14:43:41.682Z] 19: [----------] 7 tests from OmrSigTest (1828 ms total) [2023-05-19T14:43:41.682Z] 19: [2023-05-19T14:43:41.682Z] 19: [==========] 7 tests from 1 test case ran. (1879 ms total) [2023-05-19T14:43:41.682Z] 19: [ PASSED ] 7 tests. [2023-05-19T14:43:41.682Z] 19: [ ALL TESTS PASSED ] [2023-05-19T14:43:41.682Z] 19/30 Test #19: sigtest ........................... Passed 2.00 sec [2023-05-19T14:43:41.682Z] test 20 [2023-05-19T14:43:41.682Z] Start 20: threadextendedtest [2023-05-19T14:43:41.682Z] [2023-05-19T14:43:41.682Z] 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" [2023-05-19T14:43:41.682Z] 20: Test timeout computed to be: 10000000 [2023-05-19T14:43:41.682Z] 20: [==========] Running 6 tests from 4 test cases. [2023-05-19T14:43:41.682Z] 20: [----------] 2 tests from ThreadCpuTime [2023-05-19T14:44:10.492Z] 20: [----------] 2 tests from ThreadCpuTime (27443 ms total) [2023-05-19T14:44:10.492Z] 20: [2023-05-19T14:44:10.492Z] 20: [----------] 1 test from CpuTimeTest [2023-05-19T14:44:10.492Z] 20: [----------] 1 test from CpuTimeTest (150 ms total) [2023-05-19T14:44:10.492Z] 20: [2023-05-19T14:44:10.492Z] 20: [----------] 1 test from ApplicationCpuTimeTest [2023-05-19T14:44:10.492Z] 20: [----------] 1 test from ApplicationCpuTimeTest (149 ms total) [2023-05-19T14:44:10.492Z] 20: [2023-05-19T14:44:10.492Z] 20: [----------] 2 tests from ThreadExtendedTest [2023-05-19T14:45:13.424Z] 20: [----------] 2 tests from ThreadExtendedTest (61882 ms total) [2023-05-19T14:45:13.424Z] 20: [2023-05-19T14:45:13.424Z] 20: [==========] 6 tests from 4 test cases ran. (89639 ms total) [2023-05-19T14:45:13.424Z] 20: [ PASSED ] 6 tests. [2023-05-19T14:45:13.424Z] 20: [ ALL TESTS PASSED ] [2023-05-19T14:45:13.424Z] 20: [2023-05-19T14:45:13.424Z] 20: YOU HAVE 1 DISABLED TEST [2023-05-19T14:45:13.424Z] 20: [2023-05-19T14:45:13.424Z] 20/30 Test #20: threadextendedtest ................ Passed 89.79 sec [2023-05-19T14:45:13.424Z] test 21 [2023-05-19T14:45:13.424Z] Start 21: threadtest [2023-05-19T14:45:13.424Z] [2023-05-19T14:45:13.424Z] 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*" [2023-05-19T14:45:13.424Z] 21: Test timeout computed to be: 10000000 [2023-05-19T14:45:13.424Z] 21: Note: Google Test filter = -PriorityInterrupt.*:RWMutex* [2023-05-19T14:45:13.424Z] 21: [==========] Running 40 tests from 7 test cases. [2023-05-19T14:45:13.424Z] 21: [----------] 1 test from ThreadAbortDeathTest [2023-05-19T14:45:13.424Z] 21: [2023-05-19T14:45:13.424Z] 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. [2023-05-19T14:45:13.424Z] 21: [----------] 1 test from ThreadAbortDeathTest (35 ms total) [2023-05-19T14:45:13.424Z] 21: [2023-05-19T14:45:13.424Z] 21: [----------] 3 tests from ThreadAbortTest [2023-05-19T14:45:13.424Z] 21: [----------] 3 tests from ThreadAbortTest (1047 ms total) [2023-05-19T14:45:13.424Z] 21: [2023-05-19T14:45:13.424Z] 21: [----------] 15 tests from ThreadCreateTest [2023-05-19T14:45:13.424Z] 21: omrthread_attr_destroy(NULL) failed: retVal 14 (e) [2023-05-19T14:45:13.424Z] 21: omrthread_attr_destroy(&attr) failed: retVal 14 (e) [2023-05-19T14:45:13.424Z] 21: omrthread_attr_set_name(&attr, testname) unsupported: retVal 12 (c) [2023-05-19T14:45:13.424Z] 21: omrthread_attr_set_name(&attr, testname2) unsupported: retVal 12 (c) [2023-05-19T14:45:13.424Z] 21: omrthread_attr_set_name(&attr, NULL) unsupported: retVal 12 (c) [2023-05-19T14:45:13.424Z] 21: omrthread_create_ex(&handle, (attr? &attr : J9THREAD_ATTR_DEFAULT), 1, threadmain, &data) failed: retVal 6 (6) : errno 22 Invalid argument [2023-05-19T14:45:13.424Z] 21: ignoring omrthread_create failure [2023-05-19T14:45:13.424Z] 21: omrthread_create_ex(&handle, (attr? &attr : J9THREAD_ATTR_DEFAULT), 1, threadmain, &data) failed: retVal 6 (6) : errno 22 Invalid argument [2023-05-19T14:45:13.424Z] 21: ignoring omrthread_create failure [2023-05-19T14:45:13.424Z] 21: omrthread_attr_set_schedpolicy(&attr, omrthread_schedpolicy_LastEnum) failed: retVal 15 (f) [2023-05-19T14:45:13.424Z] 21: omrthread_attr_set_priority(&attr, -1) failed: retVal 15 (f) [2023-05-19T14:45:13.424Z] 21: omrthread_attr_set_priority(&attr, 90) failed: retVal 15 (f) [2023-05-19T14:45:13.424Z] 21: omrthread_attr_set_priority(&attr, 12) failed: retVal 15 (f) [2023-05-19T14:45:13.424Z] 21: [----------] 15 tests from ThreadCreateTest (26 ms total) [2023-05-19T14:45:13.424Z] 21: [2023-05-19T14:45:13.424Z] 21: [----------] 8 tests from JoinTest [2023-05-19T14:45:18.203Z] 21: [----------] 8 tests from JoinTest (6011 ms total) [2023-05-19T14:45:18.203Z] 21: [2023-05-19T14:45:18.203Z] 21: [----------] 1 test from KeyDestructorTest [2023-05-19T14:45:18.203Z] 21: [----------] 1 test from KeyDestructorTest (3 ms total) [2023-05-19T14:45:18.203Z] 21: [2023-05-19T14:45:18.203Z] 21: [----------] 5 tests from LockedMonitorCountTest [2023-05-19T14:45:18.203Z] 21: [----------] 5 tests from LockedMonitorCountTest (4 ms total) [2023-05-19T14:45:18.203Z] 21: [2023-05-19T14:45:18.203Z] 21: [----------] 7 tests from SanityTest [2023-05-19T16:30:21.504Z] Cancelling nested steps due to timeout [2023-05-19T16:30:21.913Z] Sending interrupt signal to process [2023-05-19T16:30:26.730Z] Terminated [2023-05-19T16:30:27.548Z] script returned exit code 143 [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // timeout [Pipeline] step [2023-05-19T16:30:31.199Z] [Set GitHub commit status (universal)] ERROR on repos [GHRepository@9a60b8b7[archived=false,commits={},compareUsePaginatedCommits=false,description=Eclipse OMRâ„¢ Cross platform components for building reliable, high performance language runtimes,fork=true,homepage=http://www.eclipse.org/omr,isTemplate=false,language=C++,milestones={},name=omr,nodeId=MDEwOlJlcG9zaXRvcnk4OTUyMjAxMg==,size=72526,visibility=public,createdAt=2017-04-26T20:06:48Z,id=89522012,nodeId=,updatedAt=2021-11-24T21:06:25Z,url=https://api.github.com/repos/jdekonin/omr]] (sha:cef6948) with context:continuous-integration/eclipse-omr/branch/linux_riscv64_cross [2023-05-19T16:30:31.200Z] Setting commit status on GitHub for https://github.com/jdekonin/omr/commit/cef6948a2c02d3263fa52747ad9c6ae98f1f18fe [2023-05-19T16:30:31.275Z] ERROR: [GitHub Commit Status Setter] - https://api.github.com/repos/jdekonin/omr/statuses/cef6948a2c02d3263fa52747ad9c6ae98f1f18fe {"message":"Not Found","documentation_url":"https://docs.github.com/rest/commits/statuses#create-a-commit-status"}, setting build result to UNSTABLE [Pipeline] } [Pipeline] // dir [Pipeline] } [2023-05-19T16:30:32.369Z] $ docker stop --time=1 4660fc3a69028adb865d95fae8fe2b5158b433f02cc099b3eb37b1c76c7dd43e [2023-05-19T16:30:34.497Z] $ docker rm -f --volumes 4660fc3a69028adb865d95fae8fe2b5158b433f02cc099b3eb37b1c76c7dd43e [Pipeline] // withDockerContainer [Pipeline] cleanWs [2023-05-19T16:30:37.832Z] [WS-CLEANUP] Deleting project workspace... [2023-05-19T16:30:37.833Z] [WS-CLEANUP] Deferred wipeout is used... [2023-05-19T16:30:43.480Z] [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 Finished: ABORTED