Skip to content
Aborted

Console Output

Generic Cause
Obtained buildenv/jenkins/omrbuild.groovy from git https://github.com/eclipse/omr.git
[Pipeline] Start of Pipeline
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
16:06:34 [2024-01-19T21:06:34.131Z] Timeout set to expire in 8 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Queue)
[Pipeline] echo
16:06:34 [2024-01-19T21:06:34.225Z] custom option matcher: null
[Pipeline] echo
16:06:34 [2024-01-19T21:06:34.227Z] [compile:riscv64:cross]
[Pipeline] echo
16:06:34 [2024-01-19T21:06:34.228Z] run in docker: true
[Pipeline] node
16:06:34 [2024-01-19T21:06:34.237Z] Running on ub20-x64-omr7 in /home/jenkins/workspace/Build-linux_riscv64_cross
[Pipeline] {
[Pipeline] echo
16:06:34 [2024-01-19T21:06:34.303Z] customWorkspace: /home/jenkins/workspace/Build
[Pipeline] ws
16:06:34 [2024-01-19T21:06:34.324Z] Running in /home/jenkins/workspace/Build
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Docker Remove Containers)
[Pipeline] echo
16:06:34 [2024-01-19T21:06:34.388Z] Listing docker containers to attempt removal
[Pipeline] sh
16:06:47 [2024-01-19T21:06:47.035Z] + docker ps -a
16:06:47 [2024-01-19T21:06:47.035Z] CONTAINER ID   IMAGE                COMMAND   CREATED          STATUS          PORTS     NAMES
16:06:47 [2024-01-19T21:06:47.035Z] 64f807acd601   riscv-crosscompile   "cat"     57 minutes ago   Up 57 minutes             agitated_wing
[Pipeline] sh
16:06:50 [2024-01-19T21:06:50.002Z] + docker ps -a --format {{.ID}}
[Pipeline] echo
16:06:51 [2024-01-19T21:06:51.769Z] Stop all docker containers
[Pipeline] sh
16:06:53 [2024-01-19T21:06:53.986Z] + docker ps -a --format {{.ID}}
16:06:53 [2024-01-19T21:06:53.986Z] + xargs docker stop
16:07:03 [2024-01-19T21:07:03.728Z] 64f807acd601
[Pipeline] echo
16:07:04 [2024-01-19T21:07:04.373Z] Remove all docker containers
[Pipeline] sh
16:07:06 [2024-01-19T21:07:06.619Z] + docker ps -a --format {{.ID}}
16:07:06 [2024-01-19T21:07:06.619Z] + xargs docker rm --force
16:07:06 [2024-01-19T21:07:06.619Z] 64f807acd601
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Get Sources)
[Pipeline] retry
[Pipeline] {
[Pipeline] checkout
16:07:07 [2024-01-19T21:07:07.686Z] The recommended git tool is: git
16:08:01 [2024-01-19T21:08:01.647Z] No credentials specified
16:08:02 [2024-01-19T21:08:02.811Z] Fetching changes from the remote Git repository
16:08:02 [2024-01-19T21:08:02.023Z]  > git rev-parse --resolve-git-dir /home/jenkins/workspace/Build/.git # timeout=10
16:08:23 [2024-01-19T21:08:23.433Z]  > git config remote.origin.url https://github.com/eclipse/omr.git # timeout=10
16:08:24 [2024-01-19T21:08:24.107Z] Fetching upstream changes from https://github.com/eclipse/omr.git
16:08:24 [2024-01-19T21:08:24.107Z]  > git --version # timeout=10
16:08:24 [2024-01-19T21:08:24.115Z]  > git --version # 'git version 2.25.1'
16:08:24 [2024-01-19T21:08:24.116Z]  > git fetch --tags --force --progress -- https://github.com/eclipse/omr.git +refs/heads/*:refs/remotes/origin/* # timeout=30
16:08:25 [2024-01-19T21:08:25.795Z] Checking out Revision b6953547098dbfe8c96471992d17257cc7e986ad (refs/remotes/origin/master)
16:08:25 [2024-01-19T21:08:25.685Z]  > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
16:08:26 [2024-01-19T21:08:26.149Z]  > git config core.sparsecheckout # timeout=10
16:08:26 [2024-01-19T21:08:26.164Z]  > git checkout -f b6953547098dbfe8c96471992d17257cc7e986ad # timeout=10
16:08:36 [2024-01-19T21:08:36.168Z] Commit message: "Merge pull request #7236 from singh264/omr_issues_7219"
16:08:36 [2024-01-19T21:08:36.326Z]  > git rev-list --no-walk d850b7a8b9139004f29c0b15b359f6b49c88890a # timeout=10
[Pipeline] }
[Pipeline] // retry
[Pipeline] step
16:08:37 [2024-01-19T21:08:37.832Z] [Set GitHub commit status (universal)] PENDING on repos [GHRepository@ab23e36f[archived=false,commits={},compareUsePaginatedCommits=false,description=Eclipse OMR™ Cross platform components for building reliable, high performance language runtimes,disabled=false,fork=false,homepage=http://www.eclipse.org/omr,isTemplate=false,language=C++,milestones={},name=omr,nodeId=MDEwOlJlcG9zaXRvcnk1MzA3NzQ3OA==,parent=<null>,size=80416,source=<null>,visibility=public,createdAt=2016-03-03T19:34:17Z,id=53077478,nodeId=<null>,updatedAt=2024-01-19T16:43:08Z,url=https://api.github.com/repos/eclipse/omr]] (sha:b695354) with context:continuous-integration/eclipse-omr/branch/linux_riscv64_cross
16:08:37 [2024-01-19T21:08:37.832Z] Setting commit status on GitHub for https://github.com/eclipse/omr/commit/b6953547098dbfe8c96471992d17257cc7e986ad
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Docker Build)
[Pipeline] dir
16:08:38 [2024-01-19T21:08:38.283Z] Running in /home/jenkins/workspace/Build/buildenv/docker/riscv64/debian11
[Pipeline] {
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
16:08:40 [2024-01-19T21:08:40.687Z] + docker build -t riscv-crosscompile .
16:08:40 [2024-01-19T21:08:40.687Z] Sending build context to Docker daemon  5.632kB

16:08:40 [2024-01-19T21:08:40.687Z] Step 1/19 : FROM debian:11.7-slim AS base
16:08:40 [2024-01-19T21:08:40.687Z]  ---> f8e203ddac5b
16:08:40 [2024-01-19T21:08:40.687Z] Step 2/19 : ENV TZ=America/Toronto
16:08:40 [2024-01-19T21:08:40.687Z]  ---> Using cache
16:08:40 [2024-01-19T21:08:40.687Z]  ---> 1df78521d3c8
16:08:40 [2024-01-19T21:08:40.687Z] Step 3/19 : RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
16:08:40 [2024-01-19T21:08:40.687Z]  ---> Using cache
16:08:40 [2024-01-19T21:08:40.687Z]  ---> 2b4bbddf790e
16:08:40 [2024-01-19T21:08:40.687Z] Step 4/19 : RUN apt-get update && apt-get install -y 	binfmt-support         bison 	build-essential         ccache         cmake         flex 	gcc-riscv64-linux-gnu         gdb         git 	g++-riscv64-linux-gnu         libelf-dev         libdwarf-dev 	libglib2.0-dev 	lsb-release 	mmdebstrap         ninja-build 	pkg-config         python3 	qemu-user-static 	time 	tzdata         vim 	wget         && rm -rf /var/lib/apt/lists/*
16:08:40 [2024-01-19T21:08:40.687Z]  ---> Using cache
16:08:40 [2024-01-19T21:08:40.687Z]  ---> 57a9302992d3
16:08:40 [2024-01-19T21:08:40.687Z] Step 5/19 : RUN groupadd -g 1001 jenkins && useradd -rm -u 1001 -g jenkins jenkins
16:08:40 [2024-01-19T21:08:40.687Z]  ---> Using cache
16:08:40 [2024-01-19T21:08:40.687Z]  ---> 08fd420a8b23
16:08:40 [2024-01-19T21:08:40.687Z] 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'
16:08:40 [2024-01-19T21:08:40.687Z]  ---> Using cache
16:08:40 [2024-01-19T21:08:40.687Z]  ---> cc3505c6faaa
16:08:40 [2024-01-19T21:08:40.687Z] Step 7/19 : RUN gpg --homedir /tmp 	--no-default-keyring --primary-keyring "/tmp/debian-ports-keyring.gpg"         --keyserver keyserver.ubuntu.com --recv-key B523E5F3FC4E5F2C
16:08:40 [2024-01-19T21:08:40.687Z]  ---> Using cache
16:08:40 [2024-01-19T21:08:40.687Z]  ---> 4266c9f36b57
16:08:40 [2024-01-19T21:08:40.687Z] Step 8/19 : RUN gpg --homedir /tmp 	--no-default-keyring --primary-keyring "/tmp/debian-ports-keyring.gpg"         --keyserver keyserver.ubuntu.com --recv-key 8D69674688B6CB36
16:08:40 [2024-01-19T21:08:40.687Z]  ---> Using cache
16:08:40 [2024-01-19T21:08:40.687Z]  ---> 7664d67787d5
16:08:40 [2024-01-19T21:08:40.687Z] 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
16:08:40 [2024-01-19T21:08:40.687Z]  ---> Using cache
16:08:40 [2024-01-19T21:08:40.687Z]  ---> 63262c37ee56
16:08:40 [2024-01-19T21:08:40.687Z] 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
16:08:40 [2024-01-19T21:08:40.687Z]  ---> Using cache
16:08:40 [2024-01-19T21:08:40.687Z]  ---> 47b950c78b26
16:08:40 [2024-01-19T21:08:40.687Z] Step 11/19 : RUN apt-get install -y fakeroot
16:08:40 [2024-01-19T21:08:40.687Z]  ---> Using cache
16:08:40 [2024-01-19T21:08:40.687Z]  ---> 011f89c20170
16:08:40 [2024-01-19T21:08:40.687Z] 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
16:08:40 [2024-01-19T21:08:40.687Z]  ---> Using cache
16:08:40 [2024-01-19T21:08:40.687Z]  ---> 5e61654425cb
16:08:40 [2024-01-19T21:08:40.687Z] 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
16:08:40 [2024-01-19T21:08:40.687Z]  ---> Using cache
16:08:40 [2024-01-19T21:08:40.687Z]  ---> f9826bc821ae
16:08:40 [2024-01-19T21:08:40.687Z] Step 14/19 : RUN dpkg -X /tmp/libfakeroot_1.31-1.2_riscv64.deb /
16:08:40 [2024-01-19T21:08:40.687Z]  ---> Using cache
16:08:40 [2024-01-19T21:08:40.687Z]  ---> 0fd06809cd79
16:08:40 [2024-01-19T21:08:40.687Z] Step 15/19 : RUN dpkg -X /tmp/libfakechroot_2.20.1+ds-15_riscv64.deb /
16:08:40 [2024-01-19T21:08:40.687Z]  ---> Using cache
16:08:40 [2024-01-19T21:08:40.687Z]  ---> f6ef9cf05cb9
16:08:40 [2024-01-19T21:08:40.687Z] Step 16/19 : RUN update-alternatives --set  fakeroot /usr/bin/fakeroot-tcp
16:08:40 [2024-01-19T21:08:40.687Z]  ---> Using cache
16:08:40 [2024-01-19T21:08:40.687Z]  ---> fd086cdca922
16:08:40 [2024-01-19T21:08:40.687Z] 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"
16:08:40 [2024-01-19T21:08:40.687Z]  ---> Using cache
16:08:40 [2024-01-19T21:08:40.687Z]  ---> feae129dc112
16:08:40 [2024-01-19T21:08:40.687Z] Step 18/19 : ENV CROSS_SYSROOT_RISCV64=/opt/sysroot
16:08:40 [2024-01-19T21:08:40.687Z]  ---> Using cache
16:08:40 [2024-01-19T21:08:40.688Z]  ---> 4363f61e379b
16:08:40 [2024-01-19T21:08:40.688Z] Step 19/19 : USER jenkins
16:08:40 [2024-01-19T21:08:40.688Z]  ---> Using cache
16:08:40 [2024-01-19T21:08:40.688Z]  ---> 08f75fcfc87a
16:08:40 [2024-01-19T21:08:40.688Z] Successfully built 08f75fcfc87a
16:08:40 [2024-01-19T21:08:40.688Z] Successfully tagged riscv-crosscompile:latest
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
16:08:43 [2024-01-19T21:08:43.726Z] + docker inspect -f . riscv-crosscompile
16:08:43 [2024-01-19T21:08:43.726Z] .
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] withDockerContainer
16:08:48 [2024-01-19T21:08:48.786Z] ub20-x64-omr7 does not seem to be running inside a container
16:08:51 [2024-01-19T21:08:51.149Z] $ docker run -t -d -u 1001:1001 -v /home/jenkins:/home/jenkins:rw,z -w /home/jenkins/workspace/Build -v /home/jenkins/workspace/Build:/home/jenkins/workspace/Build:rw,z -v /home/jenkins/workspace/Build@tmp:/home/jenkins/workspace/Build@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** riscv-crosscompile cat
16:08:52 [2024-01-19T21:08:52.657Z] $ docker top 9bf191b6e31befdbacf8b91d418c595e0f363c0d9f937a2fea3a2a42c46c9547 -eo pid,comm
[Pipeline] {
[Pipeline] dir
16:08:53 [2024-01-19T21:08:53.792Z] Running in /home/jenkins/workspace/Build
[Pipeline] {
[Pipeline] timeout
16:08:53 [2024-01-19T21:08:53.860Z] Timeout set to expire in 2 hr 0 min
[Pipeline] {
[Pipeline] echo
16:08:54 [2024-01-19T21:08:54.017Z] env vars: [PATH+CCACHE=/usr/lib/ccache/, OMR_RUNNING_IN_DOCKER=1]
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
16:08:56 [2024-01-19T21:08:56.248Z] + printenv
16:08:56 [2024-01-19T21:08:56.248Z] ARCH=riscv64
16:08:56 [2024-01-19T21:08:56.248Z] JENKINS_HOME=/var/jenkins
16:08:56 [2024-01-19T21:08:56.248Z] CROSS_SYSROOT_RISCV64=/opt/sysroot
16:08:56 [2024-01-19T21:08:56.248Z] CI=true
16:08:56 [2024-01-19T21:08:56.248Z] HOSTNAME=9bf191b6e31b
16:08:56 [2024-01-19T21:08:56.248Z] RUN_CHANGES_DISPLAY_URL=https://ci.eclipse.org/omr/job/Build-linux_riscv64_cross/407/display/redirect?page=changes
16:08:56 [2024-01-19T21:08:56.248Z] NODE_LABELS=Linux compile:arm:cross x86 UNB compile:aarch64:cross cgroup.v2 compile:riscv64:cross compile:xlinux ub20-x64-omr7
16:08:56 [2024-01-19T21:08:56.248Z] HUDSON_URL=https://ci.eclipse.org/omr/
16:08:56 [2024-01-19T21:08:56.248Z] HOME=/home/jenkins
16:08:56 [2024-01-19T21:08:56.248Z] BUILD_URL=https://ci.eclipse.org/omr/job/Build-linux_riscv64_cross/407/
16:08:56 [2024-01-19T21:08:56.248Z] BUILDSPEC=linux_riscv64_cross
16:08:56 [2024-01-19T21:08:56.248Z] MERGE_COMMIT=b6953547098dbfe8c96471992d17257cc7e986ad
16:08:56 [2024-01-19T21:08:56.248Z] JENKINS_SERVER_COOKIE=durable-e6e52fd0532e1a7a33d799dd1df5c89310c8995816760dc6ccfd69b24d3678c2
16:08:56 [2024-01-19T21:08:56.248Z] REPO_URL=https://github.com/eclipse/omr
16:08:56 [2024-01-19T21:08:56.248Z] WORKSPACE=/home/jenkins/workspace/Build
16:08:56 [2024-01-19T21:08:56.248Z] NODE_NAME=ub20-x64-omr7
16:08:56 [2024-01-19T21:08:56.248Z] RUN_ARTIFACTS_DISPLAY_URL=https://ci.eclipse.org/omr/job/Build-linux_riscv64_cross/407/display/redirect?page=artifacts
16:08:56 [2024-01-19T21:08:56.248Z] EXECUTOR_NUMBER=0
16:08:56 [2024-01-19T21:08:56.248Z] STAGE_NAME=Queue
16:08:56 [2024-01-19T21:08:56.248Z] BUILD_DISPLAY_NAME=#407
16:08:56 [2024-01-19T21:08:56.248Z] RUN_TESTS_DISPLAY_URL=https://ci.eclipse.org/omr/job/Build-linux_riscv64_cross/407/display/redirect?page=tests
16:08:56 [2024-01-19T21:08:56.248Z] JOB_BASE_NAME=Build-linux_riscv64_cross
16:08:56 [2024-01-19T21:08:56.248Z] HUDSON_HOME=/var/jenkins
16:08:56 [2024-01-19T21:08:56.248Z] PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
16:08:56 [2024-01-19T21:08:56.248Z] OS=debian11
16:08:56 [2024-01-19T21:08:56.248Z] BUILD_ID=407
16:08:56 [2024-01-19T21:08:56.248Z] BUILD_TAG=jenkins-Build-linux_riscv64_cross-407
16:08:56 [2024-01-19T21:08:56.248Z] CLONE_URL=https://github.com/eclipse/omr.git
16:08:56 [2024-01-19T21:08:56.248Z] JENKINS_URL=https://ci.eclipse.org/omr/
16:08:56 [2024-01-19T21:08:56.248Z] JOB_URL=https://ci.eclipse.org/omr/job/Build-linux_riscv64_cross/
16:08:56 [2024-01-19T21:08:56.248Z] BUILD_NUMBER=407
16:08:56 [2024-01-19T21:08:56.248Z] JENKINS_NODE_COOKIE=abb2cd8c-0d86-4515-95fe-6b4c1df2c94e
16:08:56 [2024-01-19T21:08:56.248Z] AUTHOR_ID=babsingh
16:08:56 [2024-01-19T21:08:56.248Z] RUN_DISPLAY_URL=https://ci.eclipse.org/omr/job/Build-linux_riscv64_cross/407/display/redirect
16:08:56 [2024-01-19T21:08:56.248Z] HUDSON_SERVER_COOKIE=c3663d0c112c2ee2
16:08:56 [2024-01-19T21:08:56.248Z] JOB_DISPLAY_URL=https://ci.eclipse.org/omr/job/Build-linux_riscv64_cross/display/redirect
16:08:56 [2024-01-19T21:08:56.248Z] CLASSPATH=
16:08:56 [2024-01-19T21:08:56.248Z] JOB_NAME=Build-linux_riscv64_cross
16:08:56 [2024-01-19T21:08:56.248Z] PWD=/home/jenkins/workspace/Build
16:08:56 [2024-01-19T21:08:56.248Z] IMAGE_NAME=riscv-crosscompile
16:08:56 [2024-01-19T21:08:56.248Z] WORKSPACE_TMP=/home/jenkins/workspace/Build@tmp
16:08:56 [2024-01-19T21:08:56.248Z] TZ=America/Toronto
16:08:56 [2024-01-19T21:08:56.248Z] GITLAB_OBJECT_KIND=none
16:08:56 [2024-01-19T21:08:56.248Z] OMR_RUNNING_IN_DOCKER=1
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] echo
16:08:57 [2024-01-19T21:08:57.009Z] Output CCACHE stats before running and clear them
[Pipeline] sh
16:08:59 [2024-01-19T21:08:59.277Z] + ccache -s -z
16:08:59 [2024-01-19T21:08:59.277Z] cache directory                     /home/jenkins/.ccache
16:08:59 [2024-01-19T21:08:59.277Z] primary config                      /home/jenkins/.ccache/ccache.conf
16:08:59 [2024-01-19T21:08:59.277Z] secondary config (readonly)         /etc/ccache.conf
16:08:59 [2024-01-19T21:08:59.277Z] stats updated                       Fri Jan 19 15:09:23 2024
16:08:59 [2024-01-19T21:08:59.277Z] stats zeroed                        Fri Jan 19 15:09:23 2024
16:08:59 [2024-01-19T21:08:59.277Z] cache hit (direct)                     0
16:08:59 [2024-01-19T21:08:59.277Z] cache hit (preprocessed)               0
16:08:59 [2024-01-19T21:08:59.277Z] cache miss                             0
16:08:59 [2024-01-19T21:08:59.277Z] cache hit rate                      0.00 %
16:08:59 [2024-01-19T21:08:59.277Z] cleanups performed                     0
16:08:59 [2024-01-19T21:08:59.277Z] files in cache                     40178
16:08:59 [2024-01-19T21:08:59.277Z] cache size                           4.5 GB
16:08:59 [2024-01-19T21:08:59.277Z] max cache size                       5.0 GB
16:08:59 [2024-01-19T21:08:59.277Z] Statistics zeroed
[Pipeline] dir
16:08:59 [2024-01-19T21:08:59.929Z] Running in /home/jenkins/workspace/Build/build
[Pipeline] {
[Pipeline] echo
16:08:59 [2024-01-19T21:08:59.971Z] Configure...
[Pipeline] sh
16:09:02 [2024-01-19T21:09:02.388Z] + 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 ..
16:09:02 [2024-01-19T21:09:02.388Z] loading initial cache file ../cmake/caches/Travis.cmake
16:09:02 [2024-01-19T21:09:02.388Z] -- Starting with CMake version 3.18.4
16:09:02 [2024-01-19T21:09:02.388Z] -- OMR: The CPU architecture is riscv
16:09:02 [2024-01-19T21:09:02.388Z] -- OMR: The OS is linux
16:09:02 [2024-01-19T21:09:02.388Z] -- OMR: The tool configuration is gnu
16:09:02 [2024-01-19T21:09:02.388Z] -- OMR: The target data size is 64
16:09:02 [2024-01-19T21:09:02.388Z] -- OMR: trace root is '/home/jenkins/workspace/Build/build'
16:09:02 [2024-01-19T21:09:02.388Z] -- OMR: Using cross compiled tools.
16:09:02 [2024-01-19T21:09:02.388Z] -- OMR: You may need to import tools from a native project.
16:09:02 [2024-01-19T21:09:02.388Z] -- OMR: See OMR_TOOLS_IMPORTFILE.
16:09:02 [2024-01-19T21:09:02.388Z] -- Creating static library for jitbuilder
16:09:02 [2024-01-19T21:09:02.388Z] -- Adding PRIVATE compiler options to jitbuilder for jitbuilder.
16:09:02 [2024-01-19T21:09:02.388Z] CMake Warning at fvtest/porttest/CMakeLists.txt:221 (message):
16:09:02 [2024-01-19T21:09:02.388Z]   Excluded omrport tests:
16:09:02 [2024-01-19T21:09:02.388Z]   --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
16:09:02 [2024-01-19T21:09:02.388Z] 
16:09:02 [2024-01-19T21:09:02.388Z] 
16:09:02 [2024-01-19T21:09:02.388Z] CMake Warning at fvtest/threadtest/CMakeLists.txt:67 (message):
16:09:02 [2024-01-19T21:09:02.388Z]   Disabling PriorityInterrupt test (see #6665)
16:09:02 [2024-01-19T21:09:02.388Z] 
16:09:02 [2024-01-19T21:09:02.388Z] 
16:09:02 [2024-01-19T21:09:02.388Z] CMake Warning at fvtest/threadtest/CMakeLists.txt:68 (message):
16:09:02 [2024-01-19T21:09:02.388Z]   Disabling RWMutex test (see #6706)
16:09:02 [2024-01-19T21:09:02.388Z] 
16:09:02 [2024-01-19T21:09:02.388Z] 
16:09:02 [2024-01-19T21:09:02.388Z] CMake Warning at fvtest/threadtest/CMakeLists.txt:74 (message):
16:09:02 [2024-01-19T21:09:02.388Z]   Excluded omrthread tests: --gtest_filter=-PriorityInterrupt.*:RWMutex*
16:09:02 [2024-01-19T21:09:02.388Z] 
16:09:02 [2024-01-19T21:09:02.388Z] 
16:09:02 [2024-01-19T21:09:02.388Z] -- Creating static library for testcompiler
16:09:02 [2024-01-19T21:09:02.388Z] -- Adding PRIVATE compiler options to testcompiler for testcompiler.
16:09:02 [2024-01-19T21:09:02.388Z] -- Adding INTERFACE compiler options to testcompiler for testcompiler.
16:09:02 [2024-01-19T21:09:02.388Z] -- Adding PUBLIC compiler options to tril for testcompiler.
16:09:02 [2024-01-19T21:09:02.388Z] -- Configuring done
16:09:03 [2024-01-19T21:09:03.502Z] -- Generating done
16:09:03 [2024-01-19T21:09:03.502Z] CMake Warning:
16:09:03 [2024-01-19T21:09:03.502Z]   Manually-specified variables were not used by the project:
16:09:03 [2024-01-19T21:09:03.502Z] 
16:09:03 [2024-01-19T21:09:03.502Z]     CMAKE_TOOLCHAIN_FILE
16:09:03 [2024-01-19T21:09:03.502Z] 
16:09:03 [2024-01-19T21:09:03.502Z] 
16:09:03 [2024-01-19T21:09:03.502Z] -- Build files have been written to: /home/jenkins/workspace/Build/build
[Pipeline] echo
16:09:04 [2024-01-19T21:09:04.208Z] Compile...
[Pipeline] sh
16:09:06 [2024-01-19T21:09:06.477Z] + make -j4
16:09:06 [2024-01-19T21:09:06.477Z] [  0%] Built target omrtestutil
16:09:06 [2024-01-19T21:09:06.477Z] [  0%] Built target pugixml
16:09:06 [2024-01-19T21:09:06.477Z] [  1%] Built target trace
16:09:06 [2024-01-19T21:09:06.477Z] [  1%] Built target header_check
16:09:06 [2024-01-19T21:09:06.477Z] [  1%] Built target sltestlib
16:09:06 [2024-01-19T21:09:06.477Z] [  1%] Built target omrGtest
16:09:06 [2024-01-19T21:09:06.477Z] [  1%] Built target traceOptionAgent
16:09:06 [2024-01-19T21:09:06.477Z] [  2%] Built target bindthreadagent
16:09:06 [2024-01-19T21:09:06.477Z] [  2%] Built target memorycategoriesagent
16:09:06 [2024-01-19T21:09:06.477Z] [  2%] Built target traceNotStartedAgent
16:09:06 [2024-01-19T21:09:06.477Z] [  3%] Built target cpuLoadAgent
16:09:06 [2024-01-19T21:09:06.477Z] [  3%] Built target traceagent
16:09:06 [2024-01-19T21:09:06.477Z] [  3%] Built target sampleSubscriber
16:09:06 [2024-01-19T21:09:06.477Z] [  3%] Built target invalidAgentMissingOnLoad
16:09:06 [2024-01-19T21:09:06.477Z] [  3%] Built target invalidAgentReturnError
16:09:06 [2024-01-19T21:09:06.477Z] [  3%] Built target subscriberAgent
16:09:06 [2024-01-19T21:09:06.477Z] [  5%] Built target invalidAgentMissingOnUnload
16:09:06 [2024-01-19T21:09:06.477Z] [  5%] Built target subscriberAgentWithJ9thread
16:09:06 [2024-01-19T21:09:06.477Z] [  6%] Built target tracemerge
16:09:06 [2024-01-19T21:09:06.477Z] [  6%] Built target tracegen
16:09:06 [2024-01-19T21:09:06.477Z] [  6%] Built target hookgen
16:09:06 [2024-01-19T21:09:06.477Z] [  6%] Built target trc_omr_test
16:09:06 [2024-01-19T21:09:06.477Z] [  6%] Built target trc_j9thr
16:09:06 [2024-01-19T21:09:06.477Z] [  6%] Built target trc_omrport
16:09:06 [2024-01-19T21:09:06.477Z] [  6%] Built target trc_hashtable
16:09:06 [2024-01-19T21:09:06.477Z] [  6%] Built target trc_avl
16:09:06 [2024-01-19T21:09:06.477Z] [  6%] Built target trc_j9hook
16:09:06 [2024-01-19T21:09:06.477Z] [  6%] Built target trc_j9utilcore
16:09:06 [2024-01-19T21:09:06.477Z] [  6%] Built target trc_omrutil
16:09:06 [2024-01-19T21:09:06.477Z] [  6%] Built target trc_pool
16:09:06 [2024-01-19T21:09:06.477Z] [  7%] Built target trc_omrti
16:09:06 [2024-01-19T21:09:06.477Z] [  7%] Built target trc_omrvm
16:09:06 [2024-01-19T21:09:06.477Z] [  7%] Built target trc_j9vgc
16:09:06 [2024-01-19T21:09:06.477Z] [  7%] Built target trc_j9mm
16:09:06 [2024-01-19T21:09:06.477Z] [  7%] Built target omrgc_hookgen
16:09:06 [2024-01-19T21:09:06.477Z] [  7%] Built target trc_omrmm
16:09:06 [2024-01-19T21:09:06.477Z] [  8%] Built target j9pool
16:09:06 [2024-01-19T21:09:06.477Z] [  8%] Built target j9avl
16:09:06 [2024-01-19T21:09:06.477Z] [  9%] Built target j9thr_obj
16:09:06 [2024-01-19T21:09:06.477Z] Scanning dependencies of target omrport_obj
16:09:06 [2024-01-19T21:09:06.477Z] [  9%] Built target j9hook_obj
16:09:06 [2024-01-19T21:09:06.477Z] [ 11%] Built target omrutil_obj
16:09:06 [2024-01-19T21:09:06.477Z] [ 11%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrtime.c.o
16:09:06 [2024-01-19T21:09:06.477Z] [ 11%] Built target run_tracegen
16:09:06 [2024-01-19T21:09:06.477Z] [ 12%] Built target omrgc_tracegen
16:09:07 [2024-01-19T21:09:07.740Z] [ 12%] Built target run_tracemerge
16:09:07 [2024-01-19T21:09:07.740Z] [ 12%] Built target omrutil
16:09:07 [2024-01-19T21:09:07.740Z] [ 14%] Built target omrcore
16:09:07 [2024-01-19T21:09:07.740Z] [ 18%] Built target omrport_obj
16:09:07 [2024-01-19T21:09:07.740Z] Scanning dependencies of target testcompiler
16:09:07 [2024-01-19T21:09:07.740Z] [ 19%] Built target j9hashtable
16:09:07 [2024-01-19T21:09:07.740Z] [ 20%] Built target omrsig
16:09:07 [2024-01-19T21:09:07.740Z] [ 20%] Built target j9thrstatic
16:09:07 [2024-01-19T21:09:07.740Z] [ 21%] Built target omrutiltest
16:09:07 [2024-01-19T21:09:07.740Z] [ 21%] Linking CXX static library libomrport.a
16:09:07 [2024-01-19T21:09:07.740Z] [ 22%] Built target omrtrace
16:09:07 [2024-01-19T21:09:07.740Z] [ 22%] Built target omrport
16:09:07 [2024-01-19T21:09:07.740Z] [ 22%] Built target j9hookstatic
16:09:07 [2024-01-19T21:09:07.740Z] [ 22%] Linking CXX executable omrporttest
16:09:07 [2024-01-19T21:09:07.740Z] [ 22%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LoopVersioner.cpp.o
16:09:07 [2024-01-19T21:09:07.740Z] Scanning dependencies of target omrgc
16:09:07 [2024-01-19T21:09:07.740Z] [ 22%] Building CXX object gc/CMakeFiles/omrgc.dir/base/modronapicore.cpp.o
16:09:07 [2024-01-19T21:09:07.740Z] Scanning dependencies of target jitbuilder
16:09:08 [2024-01-19T21:09:08.810Z] [ 22%] Linking CXX static library libomrgc.a
16:09:08 [2024-01-19T21:09:08.810Z] [ 22%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LoopVersioner.cpp.o
16:09:08 [2024-01-19T21:09:08.810Z] [ 38%] Built target omrgc
16:09:08 [2024-01-19T21:09:08.810Z] [ 38%] Built target omrvmstartup
16:09:08 [2024-01-19T21:09:08.810Z] [ 38%] Linking CXX executable gcexample
16:09:09 [2024-01-19T21:09:09.966Z] [ 38%] Built target gcexample
16:09:09 [2024-01-19T21:09:09.966Z] [ 38%] Linking CXX executable omralgotest
16:09:09 [2024-01-19T21:09:09.966Z] [ 40%] Built target omrporttest
16:09:09 [2024-01-19T21:09:09.966Z] [ 40%] Linking CXX executable TestTypeTraits
16:09:11 [2024-01-19T21:09:11.272Z] [ 40%] Built target omralgotest
16:09:11 [2024-01-19T21:09:11.272Z] [ 40%] Linking CXX executable TestIntrusiveList
16:09:11 [2024-01-19T21:09:11.272Z] [ 40%] Built target TestTypeTraits
16:09:11 [2024-01-19T21:09:11.272Z] [ 40%] Linking CXX executable TestBytes
16:09:12 [2024-01-19T21:09:12.382Z] [ 40%] Built target TestIntrusiveList
16:09:12 [2024-01-19T21:09:12.382Z] [ 40%] Linking CXX executable omrtraceoptiontest
16:09:12 [2024-01-19T21:09:12.382Z] [ 40%] Built target TestBytes
16:09:12 [2024-01-19T21:09:12.382Z] [ 40%] Linking CXX executable omrrastest
16:09:13 [2024-01-19T21:09:13.516Z] [ 40%] Built target omrtraceoptiontest
16:09:13 [2024-01-19T21:09:13.516Z] [ 40%] Linking CXX executable omrsubscribertest
16:09:14 [2024-01-19T21:09:14.679Z] [ 41%] Built target omrrastest
16:09:14 [2024-01-19T21:09:14.679Z] [ 41%] Linking CXX executable omrsigtest
16:09:15 [2024-01-19T21:09:15.917Z] [ 42%] Built target omrsubscribertest
16:09:15 [2024-01-19T21:09:15.917Z] [ 42%] Built target omrsigtest
16:09:15 [2024-01-19T21:09:15.917Z] [ 43%] Linking CXX executable omrthreadextendedtest
16:09:15 [2024-01-19T21:09:15.917Z] [ 43%] Linking CXX executable omrthreadtest
16:09:15 [2024-01-19T21:09:15.917Z] [ 43%] Built target omrthreadextendedtest
16:09:15 [2024-01-19T21:09:15.917Z] [ 43%] Linking CXX executable omrvmtest
16:09:17 [2024-01-19T21:09:17.177Z] [ 44%] Built target omrthreadtest
16:09:17 [2024-01-19T21:09:17.177Z] [ 44%] Linking CXX executable omrgctest
16:09:18 [2024-01-19T21:09:18.272Z] [ 44%] Built target omrvmtest
16:09:18 [2024-01-19T21:09:18.272Z] [ 45%] Built target omrgctest
16:09:18 [2024-01-19T21:09:18.272Z] [ 45%] Linking CXX static library libtestcompiler.a
16:09:19 [2024-01-19T21:09:19.549Z] [ 45%] Linking CXX static library libjitbuilder.a
16:09:20 [2024-01-19T21:09:20.667Z] [ 67%] Built target testcompiler
16:09:20 [2024-01-19T21:09:20.667Z] [ 67%] Built target tril
16:09:20 [2024-01-19T21:09:20.667Z] [ 67%] Linking CXX executable compilertest
16:09:20 [2024-01-19T21:09:20.667Z] [ 68%] Linking CXX executable tril_dumper
16:09:20 [2024-01-19T21:09:20.667Z] [ 68%] Linking CXX executable tril_compiler
16:09:20 [2024-01-19T21:09:20.667Z] [ 92%] Built target jitbuilder
16:09:20 [2024-01-19T21:09:20.667Z] [ 92%] Linking CXX executable triltest
16:09:25 [2024-01-19T21:09:25.839Z] [ 92%] Built target tril_compiler
16:09:25 [2024-01-19T21:09:25.839Z] [ 92%] Built target tril_dumper
16:09:25 [2024-01-19T21:09:25.839Z] [ 92%] Linking CXX executable incordec
16:09:25 [2024-01-19T21:09:25.839Z] [ 92%] Linking CXX executable mandelbrot
16:09:27 [2024-01-19T21:09:27.044Z] [ 94%] Built target compilertest
16:09:27 [2024-01-19T21:09:27.044Z] [ 94%] Linking CXX executable comptest
16:09:28 [2024-01-19T21:09:28.185Z] [ 94%] Built target triltest
16:09:28 [2024-01-19T21:09:28.185Z] [ 94%] Linking CXX executable compunittest
16:09:30 [2024-01-19T21:09:30.392Z] [ 94%] Built target incordec
16:09:31 [2024-01-19T21:09:31.549Z] [ 94%] Linking CXX executable conditionals
16:09:31 [2024-01-19T21:09:31.549Z] [ 94%] Built target mandelbrot
16:09:31 [2024-01-19T21:09:31.549Z] [ 95%] Linking CXX executable worklist
16:09:35 [2024-01-19T21:09:35.295Z] [ 95%] Built target worklist
16:09:35 [2024-01-19T21:09:35.295Z] [ 96%] Linking CXX executable nestedloop
16:09:35 [2024-01-19T21:09:35.295Z] [ 96%] Built target conditionals
16:09:35 [2024-01-19T21:09:35.295Z] [ 96%] Linking CXX executable pow2
16:09:36 [2024-01-19T21:09:36.472Z] [ 96%] Built target compunittest
16:09:36 [2024-01-19T21:09:36.472Z] [ 96%] Linking CXX executable iterfib
16:09:38 [2024-01-19T21:09:38.935Z] [ 96%] Built target nestedloop
16:09:38 [2024-01-19T21:09:38.935Z] [ 96%] Linking CXX executable simple
16:09:38 [2024-01-19T21:09:38.935Z] [ 96%] Built target pow2
16:09:38 [2024-01-19T21:09:38.935Z] [ 96%] Linking CXX executable isSupportedType
16:09:38 [2024-01-19T21:09:38.935Z] [ 96%] Built target isSupportedType
16:09:38 [2024-01-19T21:09:38.935Z] [ 97%] Linking CXX executable power
16:09:40 [2024-01-19T21:09:40.112Z] [ 97%] Built target iterfib
16:09:40 [2024-01-19T21:09:40.112Z] [ 97%] Linking CXX executable jitbuildertest
16:09:42 [2024-01-19T21:09:42.639Z] [ 97%] Built target simple
16:09:43 [2024-01-19T21:09:43.815Z] [ 97%] Built target power
16:09:45 [2024-01-19T21:09:45.012Z] [ 98%] Built target jitbuildertest
16:10:04 [2024-01-19T21:10:04.079Z] [100%] Built target comptest
[Pipeline] }
[Pipeline] // dir
[Pipeline] echo
16:10:04 [2024-01-19T21:10:04.964Z] Output CCACHE stats after running
[Pipeline] sh
16:10:07 [2024-01-19T21:10:07.663Z] + ccache -s
16:10:07 [2024-01-19T21:10:07.663Z] cache directory                     /home/jenkins/.ccache
16:10:07 [2024-01-19T21:10:07.663Z] primary config                      /home/jenkins/.ccache/ccache.conf
16:10:07 [2024-01-19T21:10:07.663Z] secondary config (readonly)         /etc/ccache.conf
16:10:07 [2024-01-19T21:10:07.663Z] stats updated                       Fri Jan 19 16:08:58 2024
16:10:07 [2024-01-19T21:10:07.663Z] stats zeroed                        Fri Jan 19 16:08:58 2024
16:10:07 [2024-01-19T21:10:07.663Z] cache hit (direct)                     0
16:10:07 [2024-01-19T21:10:07.663Z] cache hit (preprocessed)               0
16:10:07 [2024-01-19T21:10:07.663Z] cache miss                             0
16:10:07 [2024-01-19T21:10:07.663Z] cache hit rate                      0.00 %
16:10:07 [2024-01-19T21:10:07.663Z] cleanups performed                     0
16:10:07 [2024-01-19T21:10:07.663Z] files in cache                     40178
16:10:07 [2024-01-19T21:10:07.663Z] cache size                           4.5 GB
16:10:07 [2024-01-19T21:10:07.663Z] max cache size                       5.0 GB
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Test)
[Pipeline] echo
16:10:08 [2024-01-19T21:10:08.581Z] Sanity Test...
[Pipeline] dir
16:10:08 [2024-01-19T21:10:08.583Z] Running in /home/jenkins/workspace/Build/build
[Pipeline] {
[Pipeline] sh
16:10:11 [2024-01-19T21:10:11.023Z] + ctest -V
16:10:11 [2024-01-19T21:10:11.400Z] UpdateCTestConfiguration  from :/home/jenkins/workspace/Build/build/DartConfiguration.tcl
16:10:11 [2024-01-19T21:10:11.400Z] UpdateCTestConfiguration  from :/home/jenkins/workspace/Build/build/DartConfiguration.tcl
16:10:11 [2024-01-19T21:10:11.400Z] Test project /home/jenkins/workspace/Build/build
16:10:11 [2024-01-19T21:10:11.400Z] Constructing a list of tests
16:10:11 [2024-01-19T21:10:11.400Z] Done constructing a list of tests
16:10:11 [2024-01-19T21:10:11.400Z] Updating test list for fixtures
16:10:11 [2024-01-19T21:10:11.400Z] Added 0 tests to meet fixture requirements
16:10:11 [2024-01-19T21:10:11.400Z] Checking test dependency graph...
16:10:11 [2024-01-19T21:10:11.400Z] Checking test dependency graph end
16:10:11 [2024-01-19T21:10:11.400Z] test 1
16:10:11 [2024-01-19T21:10:11.400Z]       Start  1: gcexample
16:10:11 [2024-01-19T21:10:11.400Z] 
16:10:11 [2024-01-19T21:10:11.400Z] 1: Test command: /usr/bin/qemu-riscv64-static "-L" "/opt/sysroot" "/home/jenkins/workspace/Build/build/example/gcexample"
16:10:11 [2024-01-19T21:10:11.400Z] 1: Test timeout computed to be: 10000000
16:10:11 [2024-01-19T21:10:11.400Z] 1: VM/GC INITIALIZED
16:10:11 [2024-01-19T21:10:11.400Z] 1: configuration is MM_ConfigurationFlat
16:10:11 [2024-01-19T21:10:11.400Z] 1: collector interface is MM_CollectorLanguageInterfaceImpl
16:10:11 [2024-01-19T21:10:11.400Z] 1: garbage collector is MM_ParallelGlobalGC
16:10:11 [2024-01-19T21:10:11.400Z] 1: allocation interface is MM_TLHAllocationInterface
16:10:11 [2024-01-19T21:10:11.400Z] 1: thread allocated 1048392 tlh bytes, 0 non-tlh bytes, from 43683 allocations before NULL
16:10:11 [2024-01-19T21:10:11.400Z] 1: ALL TESTS PASSED
16:10:11 [2024-01-19T21:10:11.400Z]  1/30 Test  #1: gcexample .........................   Passed    0.32 sec
16:10:11 [2024-01-19T21:10:11.400Z] test 2
16:10:11 [2024-01-19T21:10:11.400Z]       Start  2: TestJitBuilderAPIGenerator
16:10:11 [2024-01-19T21:10:11.400Z] 
16:10:11 [2024-01-19T21:10:11.400Z] 2: Test command: /usr/bin/python3.9 "run_tests.py"
16:10:11 [2024-01-19T21:10:11.400Z] 2: Test timeout computed to be: 10000000
16:10:11 [2024-01-19T21:10:11.400Z] 2: ................................................................................................../home/jenkins/workspace/Build/jitbuilder/apigen/test/cppgentests.py:245: DeprecationWarning: Please use assertRegex instead.
16:10:11 [2024-01-19T21:10:11.400Z] 2:   self.assertRegexpMatches(self.generator.generate_allocator_decl(class_desc),
16:10:11 [2024-01-19T21:10:11.400Z] 2: ......................................s..s..s...
16:10:11 [2024-01-19T21:10:11.400Z] 2: ----------------------------------------------------------------------
16:10:11 [2024-01-19T21:10:11.400Z] 2: Ran 146 tests in 0.069s
16:10:11 [2024-01-19T21:10:11.400Z] 2: 
16:10:11 [2024-01-19T21:10:11.400Z] 2: OK (skipped=3)
16:10:11 [2024-01-19T21:10:11.400Z] 2: warning: The package 'jsonschema' is not installed so certain tests will be skipped
16:10:11 [2024-01-19T21:10:11.400Z]  2/30 Test  #2: TestJitBuilderAPIGenerator ........   Passed    0.24 sec
16:10:11 [2024-01-19T21:10:11.400Z] test 3
16:10:11 [2024-01-19T21:10:11.400Z]       Start  3: conditionals_example_as_test
16:10:11 [2024-01-19T21:10:11.400Z] 
16:10:11 [2024-01-19T21:10:11.400Z] 3: Test command: /usr/bin/qemu-riscv64-static "-L" "/opt/sysroot" "/home/jenkins/workspace/Build/build/jitbuilder/release/conditionals"
16:10:11 [2024-01-19T21:10:11.400Z] 3: Test timeout computed to be: 10000000
16:10:12 [2024-01-19T21:10:12.543Z] 3: Step 1: initialize JIT
16:10:12 [2024-01-19T21:10:12.543Z] 3: Step 2: define type dictionary
16:10:12 [2024-01-19T21:10:12.543Z] 3: Step 3: compile method builder
16:10:12 [2024-01-19T21:10:12.543Z] 3: Step 4: invoke compiled code
16:10:12 [2024-01-19T21:10:12.543Z] 3: Step 5: shutdown JIT
16:10:12 [2024-01-19T21:10:12.543Z] 3: ALL TESTS PASSED
16:10:12 [2024-01-19T21:10:12.543Z]  3/30 Test  #3: conditionals_example_as_test ......   Passed    0.75 sec
16:10:12 [2024-01-19T21:10:12.543Z] test 4
16:10:12 [2024-01-19T21:10:12.543Z]       Start  4: isSupportedType_example_as_test
16:10:12 [2024-01-19T21:10:12.543Z] 
16:10:12 [2024-01-19T21:10:12.543Z] 4: Test command: /usr/bin/qemu-riscv64-static "-L" "/opt/sysroot" "/home/jenkins/workspace/Build/build/jitbuilder/release/isSupportedType"
16:10:12 [2024-01-19T21:10:12.543Z] 4: Test timeout computed to be: 10000000
16:10:12 [2024-01-19T21:10:12.543Z] 4: Step 1: test signed integral types
16:10:12 [2024-01-19T21:10:12.543Z] 4: Step 2: test unsigned integral types
16:10:12 [2024-01-19T21:10:12.543Z] 4: Step 3: test language primitive signed integral types
16:10:12 [2024-01-19T21:10:12.543Z] 4: Step 4: test language primitive unsigned integral types
16:10:12 [2024-01-19T21:10:12.543Z] 4: Step 5: test floating point types
16:10:12 [2024-01-19T21:10:12.543Z] 4: Step 6: test cv qualified types
16:10:12 [2024-01-19T21:10:12.543Z] 4: Step 7: test void type
16:10:12 [2024-01-19T21:10:12.543Z] 4: Step 8: test pointer to primitive types
16:10:12 [2024-01-19T21:10:12.543Z] 4: Step 9: test pointer to pointer to primitive types
16:10:12 [2024-01-19T21:10:12.543Z] 4: Step 10: test unsupported types
16:10:12 [2024-01-19T21:10:12.543Z] 4: PASS
16:10:12 [2024-01-19T21:10:12.543Z]  4/30 Test  #4: isSupportedType_example_as_test ...   Passed    0.05 sec
16:10:12 [2024-01-19T21:10:12.543Z] test 5
16:10:12 [2024-01-19T21:10:12.543Z]       Start  5: iterfib_example_as_test
16:10:12 [2024-01-19T21:10:12.543Z] 
16:10:12 [2024-01-19T21:10:12.543Z] 5: Test command: /usr/bin/qemu-riscv64-static "-L" "/opt/sysroot" "/home/jenkins/workspace/Build/build/jitbuilder/release/iterfib"
16:10:12 [2024-01-19T21:10:12.543Z] 5: Test timeout computed to be: 10000000
16:10:12 [2024-01-19T21:10:12.543Z] 5: Step 1: initialize JIT
16:10:12 [2024-01-19T21:10:12.543Z] 5: Step 2: define type dictionary
16:10:12 [2024-01-19T21:10:12.543Z] 5: Step 3: compile method builder
16:10:12 [2024-01-19T21:10:12.543Z] 5: Step 4: invoke compiled code
16:10:12 [2024-01-19T21:10:12.543Z] 5: fib( 0) = 0
16:10:12 [2024-01-19T21:10:12.543Z] 5: fib( 1) = 1
16:10:12 [2024-01-19T21:10:12.543Z] 5: fib( 2) = 1
16:10:12 [2024-01-19T21:10:12.543Z] 5: fib( 3) = 2
16:10:12 [2024-01-19T21:10:12.543Z] 5: fib( 4) = 3
16:10:12 [2024-01-19T21:10:12.543Z] 5: fib( 5) = 5
16:10:12 [2024-01-19T21:10:12.543Z] 5: fib( 6) = 8
16:10:12 [2024-01-19T21:10:12.543Z] 5: fib( 7) = 13
16:10:12 [2024-01-19T21:10:12.543Z] 5: fib( 8) = 21
16:10:12 [2024-01-19T21:10:12.543Z] 5: fib( 9) = 34
16:10:12 [2024-01-19T21:10:12.543Z] 5: fib(10) = 55
16:10:12 [2024-01-19T21:10:12.543Z] 5: fib(11) = 89
16:10:12 [2024-01-19T21:10:12.543Z] 5: fib(12) = 144
16:10:12 [2024-01-19T21:10:12.543Z] 5: fib(13) = 233
16:10:12 [2024-01-19T21:10:12.543Z] 5: fib(14) = 377
16:10:12 [2024-01-19T21:10:12.543Z] 5: fib(15) = 610
16:10:12 [2024-01-19T21:10:12.543Z] 5: fib(16) = 987
16:10:12 [2024-01-19T21:10:12.543Z] 5: fib(17) = 1597
16:10:12 [2024-01-19T21:10:12.543Z] 5: fib(18) = 2584
16:10:12 [2024-01-19T21:10:12.543Z] 5: fib(19) = 4181
16:10:12 [2024-01-19T21:10:12.543Z] 5: Step 5: shutdown JIT
16:10:12 [2024-01-19T21:10:12.543Z] 5: PASS
16:10:12 [2024-01-19T21:10:12.543Z]  5/30 Test  #5: iterfib_example_as_test ...........   Passed    0.79 sec
16:10:12 [2024-01-19T21:10:12.543Z] test 6
16:10:12 [2024-01-19T21:10:12.543Z]       Start  6: nestedloop_example_as_test
16:10:12 [2024-01-19T21:10:12.543Z] 
16:10:12 [2024-01-19T21:10:12.543Z] 6: Test command: /usr/bin/qemu-riscv64-static "-L" "/opt/sysroot" "/home/jenkins/workspace/Build/build/jitbuilder/release/nestedloop"
16:10:12 [2024-01-19T21:10:12.543Z] 6: Test timeout computed to be: 10000000
16:10:15 [2024-01-19T21:10:15.111Z] 6: Step 1: initialize JIT
16:10:15 [2024-01-19T21:10:15.111Z] 6: Step 2: define relevant types
16:10:15 [2024-01-19T21:10:15.111Z] 6: Step 3: compile method builder
16:10:15 [2024-01-19T21:10:15.111Z] 6: Step 4: invoke compiled code
16:10:15 [2024-01-19T21:10:15.111Z] 6: nested_loop( 0) = 0
16:10:15 [2024-01-19T21:10:15.111Z] 6: nested_loop( 1) = 1
16:10:15 [2024-01-19T21:10:15.111Z] 6: nested_loop( 2) = 64
16:10:15 [2024-01-19T21:10:15.111Z] 6: nested_loop( 3) = 729
16:10:15 [2024-01-19T21:10:15.111Z] 6: nested_loop( 4) = 4096
16:10:15 [2024-01-19T21:10:15.111Z] 6: nested_loop( 5) = 15625
16:10:15 [2024-01-19T21:10:15.111Z] 6: nested_loop( 6) = 46656
16:10:15 [2024-01-19T21:10:15.111Z] 6: nested_loop( 7) = 117649
16:10:15 [2024-01-19T21:10:15.111Z] 6: nested_loop( 8) = 262144
16:10:15 [2024-01-19T21:10:15.111Z] 6: nested_loop( 9) = 531441
16:10:15 [2024-01-19T21:10:15.111Z] 6: nested_loop(10) = 1000000
16:10:15 [2024-01-19T21:10:15.111Z] 6: nested_loop(11) = 1771561
16:10:15 [2024-01-19T21:10:15.111Z] 6: nested_loop(12) = 2985984
16:10:15 [2024-01-19T21:10:15.111Z] 6: nested_loop(13) = 4826809
16:10:15 [2024-01-19T21:10:15.111Z] 6: nested_loop(14) = 7529536
16:10:15 [2024-01-19T21:10:15.111Z] 6: nested_loop(15) = 11390625
16:10:15 [2024-01-19T21:10:15.111Z] 6: nested_loop(16) = 16777216
16:10:15 [2024-01-19T21:10:15.111Z] 6: nested_loop(17) = 24137569
16:10:15 [2024-01-19T21:10:15.111Z] 6: nested_loop(18) = 34012224
16:10:15 [2024-01-19T21:10:15.111Z] 6: nested_loop(19) = 47045881
16:10:15 [2024-01-19T21:10:15.111Z] 6: Step 5: shutdown JIT
16:10:15 [2024-01-19T21:10:15.111Z] 6: PASS
16:10:15 [2024-01-19T21:10:15.111Z]  6/30 Test  #6: nestedloop_example_as_test ........   Passed    1.57 sec
16:10:15 [2024-01-19T21:10:15.111Z] test 7
16:10:15 [2024-01-19T21:10:15.111Z]       Start  7: pow2_example_as_test
16:10:15 [2024-01-19T21:10:15.111Z] 
16:10:15 [2024-01-19T21:10:15.111Z] 7: Test command: /usr/bin/qemu-riscv64-static "-L" "/opt/sysroot" "/home/jenkins/workspace/Build/build/jitbuilder/release/pow2"
16:10:15 [2024-01-19T21:10:15.111Z] 7: Test timeout computed to be: 10000000
16:10:16 [2024-01-19T21:10:16.288Z] 7: Step 1: initialize JIT
16:10:16 [2024-01-19T21:10:16.288Z] 7: Step 2: define relevant types
16:10:16 [2024-01-19T21:10:16.288Z] 7: Step 3: compile method builder
16:10:16 [2024-01-19T21:10:16.288Z] 7: Step 4: invoke compiled code
16:10:16 [2024-01-19T21:10:16.288Z] 7: pow2(45) is 35184372088832
16:10:16 [2024-01-19T21:10:16.288Z] 7: Step 5: shutdown JIT
16:10:16 [2024-01-19T21:10:16.288Z] 7: PASS
16:10:16 [2024-01-19T21:10:16.288Z]  7/30 Test  #7: pow2_example_as_test ..............   Passed    2.11 sec
16:10:16 [2024-01-19T21:10:16.288Z] test 8
16:10:16 [2024-01-19T21:10:16.288Z]       Start  8: simple_example_as_test
16:10:16 [2024-01-19T21:10:16.288Z] 
16:10:16 [2024-01-19T21:10:16.288Z] 8: Test command: /usr/bin/qemu-riscv64-static "-L" "/opt/sysroot" "/home/jenkins/workspace/Build/build/jitbuilder/release/simple"
16:10:16 [2024-01-19T21:10:16.288Z] 8: Test timeout computed to be: 10000000
16:10:17 [2024-01-19T21:10:17.661Z] 8: Step 1: initialize JIT
16:10:17 [2024-01-19T21:10:17.661Z] 8: Step 2: define type dictionary
16:10:17 [2024-01-19T21:10:17.661Z] 8: Step 3: compile method builder
16:10:17 [2024-01-19T21:10:17.661Z] 8: SimpleMethod::buildIL() running!
16:10:17 [2024-01-19T21:10:17.661Z] 8: Step 4: invoke compiled code and print results
16:10:17 [2024-01-19T21:10:17.661Z] 8: increment(0) == 1
16:10:17 [2024-01-19T21:10:17.661Z] 8: increment(1) == 2
16:10:17 [2024-01-19T21:10:17.661Z] 8: increment(10) == 11
16:10:17 [2024-01-19T21:10:17.661Z] 8: increment(-15) == -14
16:10:17 [2024-01-19T21:10:17.661Z] 8: Step 5: shutdown JIT
16:10:17 [2024-01-19T21:10:17.661Z]  8/30 Test  #8: simple_example_as_test ............   Passed    0.44 sec
16:10:17 [2024-01-19T21:10:17.661Z] test 9
16:10:17 [2024-01-19T21:10:17.661Z]       Start  9: worklist_example_as_test
16:10:17 [2024-01-19T21:10:17.661Z] 
16:10:17 [2024-01-19T21:10:17.661Z] 9: Test command: /usr/bin/qemu-riscv64-static "-L" "/opt/sysroot" "/home/jenkins/workspace/Build/build/jitbuilder/release/worklist"
16:10:17 [2024-01-19T21:10:17.661Z] 9: Test timeout computed to be: 10000000
16:10:17 [2024-01-19T21:10:17.661Z] 9: Step 1: initialize JIT
16:10:17 [2024-01-19T21:10:17.661Z] 9: Step 2: define type dictionary
16:10:17 [2024-01-19T21:10:17.661Z] 9: Step 3: compile method builder
16:10:17 [2024-01-19T21:10:17.661Z] 9: WorklistMethod::buildIL() running!
16:10:17 [2024-01-19T21:10:17.661Z] 9: step 4: invoke compiled code and print results
16:10:17 [2024-01-19T21:10:17.661Z] 9: Step 5: shutdown JIT
16:10:17 [2024-01-19T21:10:17.661Z] 9: Failed tests: 0
16:10:17 [2024-01-19T21:10:17.661Z] 9: Passed tests: 20
16:10:17 [2024-01-19T21:10:17.661Z] 9: ALL PASSED
16:10:17 [2024-01-19T21:10:17.661Z]  9/30 Test  #9: worklist_example_as_test ..........   Passed    0.74 sec
16:10:17 [2024-01-19T21:10:17.661Z] test 10
16:10:17 [2024-01-19T21:10:17.661Z]       Start 10: power_example_as_test
16:10:17 [2024-01-19T21:10:17.661Z] 
16:10:17 [2024-01-19T21:10:17.661Z] 10: Test command: /usr/bin/qemu-riscv64-static "-L" "/opt/sysroot" "/home/jenkins/workspace/Build/build/jitbuilder/release/power"
16:10:17 [2024-01-19T21:10:17.661Z] 10: Test timeout computed to be: 10000000
16:10:18 [2024-01-19T21:10:18.858Z] 10: Step 1: initialize JIT
16:10:18 [2024-01-19T21:10:18.858Z] 10: Step 2: define relevant types
16:10:18 [2024-01-19T21:10:18.858Z] 10: Step 3: compile method builder
16:10:18 [2024-01-19T21:10:18.858Z] 10: Step 4: invoke compiled code
16:10:18 [2024-01-19T21:10:18.858Z] 10: 2 power 5 is 32
16:10:18 [2024-01-19T21:10:18.858Z] 10: 3 power 4 is 81
16:10:18 [2024-01-19T21:10:18.858Z] 10: 2 power 10 is 1024
16:10:18 [2024-01-19T21:10:18.858Z] 10: Step 5: shutdown JIT
16:10:18 [2024-01-19T21:10:18.858Z] 10: PASS
16:10:18 [2024-01-19T21:10:18.858Z] 10/30 Test #10: power_example_as_test .............   Passed    0.69 sec
16:10:18 [2024-01-19T21:10:18.858Z] test 11
16:10:18 [2024-01-19T21:10:18.858Z]       Start 11: algotest
16:10:18 [2024-01-19T21:10:18.858Z] 
16:10:18 [2024-01-19T21:10:18.859Z] 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"
16:10:18 [2024-01-19T21:10:18.859Z] 11: Test timeout computed to be: 10000000
16:10:18 [2024-01-19T21:10:18.859Z] 11: [==========] Running 168 tests from 5 test cases.
16:10:18 [2024-01-19T21:10:18.859Z] 11: [----------] 2 tests from OmrAlgoTest
16:10:18 [2024-01-19T21:10:18.859Z] 11: Testing hookable interface...
16:10:18 [2024-01-19T21:10:18.859Z] 11: Finished testing hookable interface.
16:10:18 [2024-01-19T21:10:18.859Z] 11: Algorithm Test Finished
16:10:18 [2024-01-19T21:10:18.859Z] 11: total tests: 59
16:10:18 [2024-01-19T21:10:18.859Z] 11: total passes: 59
16:10:18 [2024-01-19T21:10:18.859Z] 11: total failures: 0
16:10:18 [2024-01-19T21:10:18.859Z] 11: ALL TESTS PASSED.
16:10:18 [2024-01-19T21:10:18.859Z] 11: [----------] 2 tests from OmrAlgoTest (17 ms total)
16:10:18 [2024-01-19T21:10:18.859Z] 11: 
16:10:18 [2024-01-19T21:10:18.859Z] 11: [----------] 58 tests from OmrAlgoTest/AVLTest
16:10:18 [2024-01-19T21:10:18.859Z] 11: [----------] 58 tests from OmrAlgoTest/AVLTest (10 ms total)
16:10:18 [2024-01-19T21:10:18.859Z] 11: 
16:10:18 [2024-01-19T21:10:18.859Z] 11: [----------] 24 tests from OmrAlgoTest/PoolTest
16:10:18 [2024-01-19T21:10:18.859Z] 11: [----------] 24 tests from OmrAlgoTest/PoolTest (30 ms total)
16:10:18 [2024-01-19T21:10:18.859Z] 11: 
16:10:18 [2024-01-19T21:10:18.859Z] 11: [----------] 14 tests from OmrAlgoTest/HashtableTest
16:10:35 [2024-01-19T21:10:35.341Z] 11: [----------] 14 tests from OmrAlgoTest/HashtableTest (15713 ms total)
16:10:35 [2024-01-19T21:10:35.341Z] 11: 
16:10:35 [2024-01-19T21:10:35.341Z] 11: [----------] 70 tests from OmrAlgoTest/CollisionResilientHashtableTest
16:11:25 [2024-01-19T21:11:25.958Z] 11: [----------] 70 tests from OmrAlgoTest/CollisionResilientHashtableTest (48003 ms total)
16:11:25 [2024-01-19T21:11:25.958Z] 11: 
16:11:25 [2024-01-19T21:11:25.958Z] 11: [==========] 168 tests from 5 test cases ran. (63841 ms total)
16:11:25 [2024-01-19T21:11:25.958Z] 11: [  PASSED  ] 168 tests.
16:11:25 [2024-01-19T21:11:25.958Z] 11: [  ALL TESTS PASSED  ] 
16:11:25 [2024-01-19T21:11:25.958Z] 11/30 Test #11: algotest ..........................   Passed   64.14 sec
16:11:25 [2024-01-19T21:11:25.958Z] test 12
16:11:25 [2024-01-19T21:11:25.958Z]       Start 12: TestBytes
16:11:25 [2024-01-19T21:11:25.958Z] 
16:11:25 [2024-01-19T21:11:25.958Z] 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"
16:11:25 [2024-01-19T21:11:25.958Z] 12: Test timeout computed to be: 10000000
16:11:25 [2024-01-19T21:11:25.958Z] 12: [==========] Running 17 tests from 1 test case.
16:11:25 [2024-01-19T21:11:25.958Z] 12: [----------] Global test environment set-up.
16:11:25 [2024-01-19T21:11:25.958Z] 12: [----------] 17 tests from TestBytes
16:11:25 [2024-01-19T21:11:25.958Z] 12: [ RUN      ] TestBytes.CompareZeroToZero
16:11:25 [2024-01-19T21:11:25.958Z] 12: [       OK ] TestBytes.CompareZeroToZero (2 ms)
16:11:25 [2024-01-19T21:11:25.958Z] 12: [ RUN      ] TestBytes.CompareOneUnitToBytes
16:11:25 [2024-01-19T21:11:25.958Z] 12: [       OK ] TestBytes.CompareOneUnitToBytes (2 ms)
16:11:25 [2024-01-19T21:11:25.958Z] 12: [ RUN      ] TestBytes.CompareOneUnitToSmallerUnit
16:11:25 [2024-01-19T21:11:25.958Z] 12: [       OK ] TestBytes.CompareOneUnitToSmallerUnit (0 ms)
16:11:25 [2024-01-19T21:11:25.958Z] 12: [ RUN      ] TestBytes.IsPow2
16:11:25 [2024-01-19T21:11:25.958Z] 12: [       OK ] TestBytes.IsPow2 (1 ms)
16:11:25 [2024-01-19T21:11:25.958Z] 12: [ RUN      ] TestBytes.AlignedUnsafe
16:11:25 [2024-01-19T21:11:25.958Z] 12: [       OK ] TestBytes.AlignedUnsafe (0 ms)
16:11:25 [2024-01-19T21:11:25.958Z] 12: [ RUN      ] TestBytes.Aligned
16:11:25 [2024-01-19T21:11:25.958Z] 12: [       OK ] TestBytes.Aligned (1 ms)
16:11:25 [2024-01-19T21:11:25.958Z] 12: [ RUN      ] TestBytes.AlignToZero
16:11:25 [2024-01-19T21:11:25.958Z] 12: [       OK ] TestBytes.AlignToZero (0 ms)
16:11:25 [2024-01-19T21:11:25.958Z] 12: [ RUN      ] TestBytes.AlignToOne
16:11:25 [2024-01-19T21:11:25.958Z] 12: [       OK ] TestBytes.AlignToOne (1 ms)
16:11:25 [2024-01-19T21:11:25.958Z] 12: [ RUN      ] TestBytes.AlignToTwo
16:11:25 [2024-01-19T21:11:25.958Z] 12: [       OK ] TestBytes.AlignToTwo (0 ms)
16:11:25 [2024-01-19T21:11:25.958Z] 12: [ RUN      ] TestBytes.AlignToFour
16:11:25 [2024-01-19T21:11:25.958Z] 12: [       OK ] TestBytes.AlignToFour (0 ms)
16:11:25 [2024-01-19T21:11:25.958Z] 12: [ RUN      ] TestBytes.AlignToEight
16:11:25 [2024-01-19T21:11:25.958Z] 12: [       OK ] TestBytes.AlignToEight (1 ms)
16:11:25 [2024-01-19T21:11:25.958Z] 12: [ RUN      ] TestBytes.SaneAlignmentMaximums
16:11:25 [2024-01-19T21:11:25.958Z] 12: [       OK ] TestBytes.SaneAlignmentMaximums (0 ms)
16:11:25 [2024-01-19T21:11:25.958Z] 12: [ RUN      ] TestBytes.AlignToMaximumAlignment
16:11:25 [2024-01-19T21:11:25.958Z] 12: [       OK ] TestBytes.AlignToMaximumAlignment (1 ms)
16:11:25 [2024-01-19T21:11:25.958Z] 12: [ RUN      ] TestBytes.TautologicalAlign
16:11:25 [2024-01-19T21:11:25.958Z] 12: [       OK ] TestBytes.TautologicalAlign (0 ms)
16:11:25 [2024-01-19T21:11:25.958Z] 12: [ RUN      ] TestBytes.AlignAndOverflow
16:11:25 [2024-01-19T21:11:25.958Z] 12: [       OK ] TestBytes.AlignAndOverflow (1 ms)
16:11:25 [2024-01-19T21:11:25.958Z] 12: [ RUN      ] TestBytes.AlignMaximumSizeFor16byteAlignment
16:11:25 [2024-01-19T21:11:25.958Z] 12: [       OK ] TestBytes.AlignMaximumSizeFor16byteAlignment (0 ms)
16:11:25 [2024-01-19T21:11:25.958Z] 12: [ RUN      ] TestBytes.AlignPointers
16:11:25 [2024-01-19T21:11:25.958Z] 12: [       OK ] TestBytes.AlignPointers (1 ms)
16:11:25 [2024-01-19T21:11:25.958Z] 12: [----------] 17 tests from TestBytes (13 ms total)
16:11:25 [2024-01-19T21:11:25.958Z] 12: 
16:11:25 [2024-01-19T21:11:25.958Z] 12: [----------] Global test environment tear-down
16:11:25 [2024-01-19T21:11:25.958Z] 12: [==========] 17 tests from 1 test case ran. (23 ms total)
16:11:25 [2024-01-19T21:11:25.958Z] 12: [  PASSED  ] 17 tests.
16:11:25 [2024-01-19T21:11:25.958Z] 12: [  ALL TESTS PASSED  ] 
16:11:25 [2024-01-19T21:11:25.958Z] 12/30 Test #12: TestBytes .........................   Passed    0.14 sec
16:11:25 [2024-01-19T21:11:25.958Z] test 13
16:11:25 [2024-01-19T21:11:25.958Z]       Start 13: TestIntrusiveList
16:11:25 [2024-01-19T21:11:25.958Z] 
16:11:25 [2024-01-19T21:11:25.958Z] 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"
16:11:25 [2024-01-19T21:11:25.958Z] 13: Test timeout computed to be: 10000000
16:11:25 [2024-01-19T21:11:25.958Z] 13: [==========] Running 10 tests from 1 test case.
16:11:25 [2024-01-19T21:11:25.958Z] 13: [----------] Global test environment set-up.
16:11:25 [2024-01-19T21:11:25.959Z] 13: [----------] 10 tests from TestIntrusiveList
16:11:25 [2024-01-19T21:11:25.959Z] 13: [ RUN      ] TestIntrusiveList.Empty
16:11:25 [2024-01-19T21:11:25.959Z] 13: [       OK ] TestIntrusiveList.Empty (3 ms)
16:11:25 [2024-01-19T21:11:25.959Z] 13: [ RUN      ] TestIntrusiveList.ConvertIterToConstIter
16:11:25 [2024-01-19T21:11:25.959Z] 13: [       OK ] TestIntrusiveList.ConvertIterToConstIter (0 ms)
16:11:25 [2024-01-19T21:11:25.959Z] 13: [ RUN      ] TestIntrusiveList.AddOne
16:11:25 [2024-01-19T21:11:25.959Z] 13: [       OK ] TestIntrusiveList.AddOne (1 ms)
16:11:25 [2024-01-19T21:11:25.959Z] 13: [ RUN      ] TestIntrusiveList.IterateOne
16:11:25 [2024-01-19T21:11:25.959Z] 13: [       OK ] TestIntrusiveList.IterateOne (1 ms)
16:11:25 [2024-01-19T21:11:25.959Z] 13: [ RUN      ] TestIntrusiveList.IterateTwo
16:11:25 [2024-01-19T21:11:25.959Z] 13: [       OK ] TestIntrusiveList.IterateTwo (1 ms)
16:11:25 [2024-01-19T21:11:25.959Z] 13: [ RUN      ] TestIntrusiveList.AddThenRemoveOne
16:11:25 [2024-01-19T21:11:25.959Z] 13: [       OK ] TestIntrusiveList.AddThenRemoveOne (0 ms)
16:11:25 [2024-01-19T21:11:25.959Z] 13: [ RUN      ] TestIntrusiveList.AddTwoThenRemoveFirst
16:11:25 [2024-01-19T21:11:25.959Z] 13: [       OK ] TestIntrusiveList.AddTwoThenRemoveFirst (1 ms)
16:11:25 [2024-01-19T21:11:25.959Z] 13: [ RUN      ] TestIntrusiveList.AddTwoThenRemoveSecond
16:11:25 [2024-01-19T21:11:25.959Z] 13: [       OK ] TestIntrusiveList.AddTwoThenRemoveSecond (0 ms)
16:11:25 [2024-01-19T21:11:25.959Z] 13: [ RUN      ] TestIntrusiveList.AddTwoThenRemoveBoth
16:11:25 [2024-01-19T21:11:25.959Z] 13: [       OK ] TestIntrusiveList.AddTwoThenRemoveBoth (1 ms)
16:11:25 [2024-01-19T21:11:25.959Z] 13: [ RUN      ] TestIntrusiveList.AddTwoThenRemoveBothInReverse
16:11:25 [2024-01-19T21:11:25.959Z] 13: [       OK ] TestIntrusiveList.AddTwoThenRemoveBothInReverse (0 ms)
16:11:25 [2024-01-19T21:11:25.959Z] 13: [----------] 10 tests from TestIntrusiveList (9 ms total)
16:11:25 [2024-01-19T21:11:25.959Z] 13: 
16:11:25 [2024-01-19T21:11:25.959Z] 13: [----------] Global test environment tear-down
16:11:25 [2024-01-19T21:11:25.959Z] 13: [==========] 10 tests from 1 test case ran. (19 ms total)
16:11:25 [2024-01-19T21:11:25.959Z] 13: [  PASSED  ] 10 tests.
16:11:25 [2024-01-19T21:11:25.959Z] 13: [  ALL TESTS PASSED  ] 
16:11:25 [2024-01-19T21:11:25.959Z] 13/30 Test #13: TestIntrusiveList .................   Passed    0.13 sec
16:11:25 [2024-01-19T21:11:25.959Z] test 14
16:11:25 [2024-01-19T21:11:25.959Z]       Start 14: TestTypeTraits
16:11:25 [2024-01-19T21:11:25.959Z] 
16:11:25 [2024-01-19T21:11:25.959Z] 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"
16:11:25 [2024-01-19T21:11:25.959Z] 14: Test timeout computed to be: 10000000
16:11:25 [2024-01-19T21:11:25.959Z] 14: [==========] Running 17 tests from 1 test case.
16:11:25 [2024-01-19T21:11:25.959Z] 14: [----------] Global test environment set-up.
16:11:25 [2024-01-19T21:11:25.959Z] 14: [----------] 17 tests from TestTypeTraits
16:11:25 [2024-01-19T21:11:25.959Z] 14: [ RUN      ] TestTypeTraits.IntegralConst
16:11:25 [2024-01-19T21:11:25.959Z] 14: [       OK ] TestTypeTraits.IntegralConst (2 ms)
16:11:25 [2024-01-19T21:11:25.959Z] 14: [ RUN      ] TestTypeTraits.BooleanConstant
16:11:25 [2024-01-19T21:11:25.959Z] 14: [       OK ] TestTypeTraits.BooleanConstant (0 ms)
16:11:25 [2024-01-19T21:11:25.959Z] 14: [ RUN      ] TestTypeTraits.IsSame
16:11:25 [2024-01-19T21:11:25.959Z] 14: [       OK ] TestTypeTraits.IsSame (1 ms)
16:11:25 [2024-01-19T21:11:25.959Z] 14: [ RUN      ] TestTypeTraits.TypeAlias
16:11:25 [2024-01-19T21:11:25.959Z] 14: [       OK ] TestTypeTraits.TypeAlias (0 ms)
16:11:25 [2024-01-19T21:11:25.959Z] 14: [ RUN      ] TestTypeTraits.RemoveConst
16:11:25 [2024-01-19T21:11:25.959Z] 14: [       OK ] TestTypeTraits.RemoveConst (1 ms)
16:11:25 [2024-01-19T21:11:25.959Z] 14: [ RUN      ] TestTypeTraits.RemoveVolatile
16:11:25 [2024-01-19T21:11:25.959Z] 14: [       OK ] TestTypeTraits.RemoveVolatile (0 ms)
16:11:25 [2024-01-19T21:11:25.959Z] 14: [ RUN      ] TestTypeTraits.RemoveCv
16:11:25 [2024-01-19T21:11:25.959Z] 14: [       OK ] TestTypeTraits.RemoveCv (0 ms)
16:11:25 [2024-01-19T21:11:25.959Z] 14: [ RUN      ] TestTypeTraits.RemoveReference
16:11:25 [2024-01-19T21:11:25.959Z] 14: [       OK ] TestTypeTraits.RemoveReference (1 ms)
16:11:25 [2024-01-19T21:11:25.959Z] 14: [ RUN      ] TestTypeTraits.RemoveCvRef
16:11:25 [2024-01-19T21:11:25.959Z] 14: [       OK ] TestTypeTraits.RemoveCvRef (0 ms)
16:11:25 [2024-01-19T21:11:25.959Z] 14: [ RUN      ] TestTypeTraits.RemovePointer
16:11:25 [2024-01-19T21:11:25.959Z] 14: [       OK ] TestTypeTraits.RemovePointer (1 ms)
16:11:25 [2024-01-19T21:11:25.959Z] 14: [ RUN      ] TestTypeTraits.IsReference
16:11:25 [2024-01-19T21:11:25.959Z] 14: [       OK ] TestTypeTraits.IsReference (0 ms)
16:11:25 [2024-01-19T21:11:25.959Z] 14: [ RUN      ] TestTypeTraits.IsPointer
16:11:25 [2024-01-19T21:11:25.959Z] 14: [       OK ] TestTypeTraits.IsPointer (1 ms)
16:11:25 [2024-01-19T21:11:25.959Z] 14: [ RUN      ] TestTypeTraits.IsVoid
16:11:25 [2024-01-19T21:11:25.959Z] 14: [       OK ] TestTypeTraits.IsVoid (0 ms)
16:11:25 [2024-01-19T21:11:25.959Z] 14: [ RUN      ] TestTypeTraits.IsIntegral
16:11:25 [2024-01-19T21:11:25.959Z] 14: [       OK ] TestTypeTraits.IsIntegral (1 ms)
16:11:25 [2024-01-19T21:11:25.959Z] 14: [ RUN      ] TestTypeTraits.IsFloatingPoint
16:11:25 [2024-01-19T21:11:25.959Z] 14: [       OK ] TestTypeTraits.IsFloatingPoint (1 ms)
16:11:25 [2024-01-19T21:11:25.959Z] 14: [ RUN      ] TestTypeTraits.IsArithmetic
16:11:25 [2024-01-19T21:11:25.959Z] 14: [       OK ] TestTypeTraits.IsArithmetic (0 ms)
16:11:25 [2024-01-19T21:11:25.959Z] 14: [ RUN      ] TestTypeTraits.EnableIf
16:11:25 [2024-01-19T21:11:25.959Z] 14: [       OK ] TestTypeTraits.EnableIf (1 ms)
16:11:25 [2024-01-19T21:11:25.959Z] 14: [----------] 17 tests from TestTypeTraits (12 ms total)
16:11:25 [2024-01-19T21:11:25.959Z] 14: 
16:11:25 [2024-01-19T21:11:25.959Z] 14: [----------] Global test environment tear-down
16:11:25 [2024-01-19T21:11:25.959Z] 14: [==========] 17 tests from 1 test case ran. (21 ms total)
16:11:25 [2024-01-19T21:11:25.959Z] 14: [  PASSED  ] 17 tests.
16:11:25 [2024-01-19T21:11:25.959Z] 14: [  ALL TESTS PASSED  ] 
16:11:25 [2024-01-19T21:11:25.959Z] 14/30 Test #14: TestTypeTraits ....................   Passed    0.13 sec
16:11:25 [2024-01-19T21:11:25.959Z] test 15
16:11:25 [2024-01-19T21:11:25.959Z]       Start 15: porttest
16:11:25 [2024-01-19T21:11:25.959Z] 
16:11:25 [2024-01-19T21:11:25.959Z] 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"
16:11:25 [2024-01-19T21:11:25.959Z] 15: Test timeout computed to be: 10000000
16:11:25 [2024-01-19T21:11:25.959Z] 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
16:11:25 [2024-01-19T21:11:25.959Z] 15: [==========] Running 237 tests from 21 test cases.
16:11:25 [2024-01-19T21:11:25.959Z] 15: [----------] 1 test from PortInitializationTest
16:11:25 [2024-01-19T21:11:25.959Z] 15: [----------] 1 test from PortInitializationTest (5 ms total)
16:11:25 [2024-01-19T21:11:25.959Z] 15: 
16:11:25 [2024-01-19T21:11:25.959Z] 15: [----------] 2 tests from PortFileTest
16:11:25 [2024-01-19T21:11:25.959Z] 15: [----------] 2 tests from PortFileTest (7 ms total)
16:11:25 [2024-01-19T21:11:25.959Z] 15: 
16:11:25 [2024-01-19T21:11:25.959Z] 15: [----------] 8 tests from PortHeapTest
16:11:27 [2024-01-19T21:11:27.349Z] 15: [----------] 8 tests from PortHeapTest (3534 ms total)
16:11:27 [2024-01-19T21:11:27.349Z] 15: 
16:11:27 [2024-01-19T21:11:27.349Z] 15: [----------] 8 tests from PortTest
16:11:27 [2024-01-19T21:11:27.349Z] 15: [----------] 8 tests from PortTest (18 ms total)
16:11:27 [2024-01-19T21:11:27.349Z] 15: 
16:11:27 [2024-01-19T21:11:27.349Z] 15: [----------] 11 tests from PortMemTest
16:11:41 [2024-01-19T21:11:41.935Z] 15: [----------] 11 tests from PortMemTest (14089 ms total)
16:11:41 [2024-01-19T21:11:41.935Z] 15: 
16:11:41 [2024-01-19T21:11:41.935Z] 15: [----------] 5 tests from PortDumpTest
16:11:44 [2024-01-19T21:11:44.522Z] 15: [----------] 5 tests from PortDumpTest (3274 ms total)
16:11:44 [2024-01-19T21:11:44.522Z] 15: 
16:11:44 [2024-01-19T21:11:44.522Z] 15: [----------] 4 tests from PortErrorTest
16:11:44 [2024-01-19T21:11:44.522Z] 15: [----------] 4 tests from PortErrorTest (4 ms total)
16:11:44 [2024-01-19T21:11:44.522Z] 15: 
16:11:44 [2024-01-19T21:11:44.522Z] 15: [----------] 35 tests from PortFileTest2
16:11:44 [2024-01-19T21:11:44.522Z] 15: $
16:11:44 [2024-01-19T21:11:44.522Z] 15: ?
16:11:44 [2024-01-19T21:11:44.522Z] 15: ?
16:11:44 [2024-01-19T21:11:44.522Z] 15: 𤭢
16:11:44 [2024-01-19T21:11:44.522Z] 15: ��
16:11:44 [2024-01-19T21:11:44.522Z] 15: ****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************?
16:11:44 [2024-01-19T21:11:44.522Z] 15: [----------] 35 tests from PortFileTest2 (552 ms total)
16:11:44 [2024-01-19T21:11:44.522Z] 15: 
16:11:44 [2024-01-19T21:11:44.522Z] 15: [----------] 14 tests from PortFileStreamTest
16:11:44 [2024-01-19T21:11:44.522Z] 15: [----------] 14 tests from PortFileStreamTest (55 ms total)
16:11:44 [2024-01-19T21:11:44.522Z] 15: 
16:11:44 [2024-01-19T21:11:44.522Z] 15: [----------] 1 test from PortIntrospectTest
16:11:44 [2024-01-19T21:11:44.522Z] 15: [----------] 1 test from PortIntrospectTest (1 ms total)
16:11:44 [2024-01-19T21:11:44.522Z] 15: 
16:11:44 [2024-01-19T21:11:44.522Z] 15: [----------] 14 tests from PortMmapTest
16:11:44 [2024-01-19T21:11:44.522Z] 15: [----------] 14 tests from PortMmapTest (31 ms total)
16:11:44 [2024-01-19T21:11:44.522Z] 15: 
16:11:44 [2024-01-19T21:11:44.522Z] 15: [----------] 1 test from PortSignalExtendedTests
16:11:44 [2024-01-19T21:11:44.522Z] 15: [----------] 1 test from PortSignalExtendedTests (33 ms total)
16:11:44 [2024-01-19T21:11:44.522Z] 15: 
16:11:44 [2024-01-19T21:11:44.522Z] 15: [----------] 9 tests from PortSigTest
16:11:44 [2024-01-19T21:11:44.522Z] 15: [----------] 9 tests from PortSigTest (16 ms total)
16:11:44 [2024-01-19T21:11:44.522Z] 15: 
16:11:44 [2024-01-19T21:11:44.522Z] 15: [----------] 3 tests from PortSlTest
16:11:44 [2024-01-19T21:11:44.522Z] 15: [----------] 3 tests from PortSlTest (8 ms total)
16:11:44 [2024-01-19T21:11:44.522Z] 15: 
16:11:44 [2024-01-19T21:11:44.522Z] 15: [----------] 20 tests from PortStrTest
16:11:44 [2024-01-19T21:11:44.522Z] 15: [----------] 20 tests from PortStrTest (52 ms total)
16:11:44 [2024-01-19T21:11:44.522Z] 15: 
16:11:44 [2024-01-19T21:11:44.522Z] 15: [----------] 6 tests from PortTimeTest
16:11:45 [2024-01-19T21:11:45.807Z] 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)
16:11:56 [2024-01-19T21:11:56.298Z] 15: [----------] 6 tests from PortTimeTest (11700 ms total)
16:11:56 [2024-01-19T21:11:56.298Z] 15: 
16:11:56 [2024-01-19T21:11:56.298Z] 15: [----------] 8 tests from PortTtyTest
16:11:56 [2024-01-19T21:11:56.298Z] 15: TTY printf, check check 1 2 3 check ...
16:11:56 [2024-01-19T21:11:56.298Z] 15: New line
16:11:56 [2024-01-19T21:11:56.298Z] 15: [----------] 8 tests from PortTtyTest (4 ms total)
16:11:56 [2024-01-19T21:11:56.298Z] 15: 
16:11:56 [2024-01-19T21:11:56.298Z] 15: [----------] 19 tests from PortVmemTest
16:11:56 [2024-01-19T21:11:56.298Z] 15: 	NUMA not available
16:12:00 [2024-01-19T21:12:00.450Z] 15: [----------] 19 tests from PortVmemTest (3282 ms total)
16:12:00 [2024-01-19T21:12:00.450Z] 15: 
16:12:00 [2024-01-19T21:12:00.450Z] 15: [----------] 40 tests from PortSysinfoTest
16:12:00 [2024-01-19T21:12:00.450Z] 15: omrsysinfo_get_username returns -1.
16:12:00 [2024-01-19T21:12:00.450Z] 15: If this is a supported platform, consider this as a failure
16:12:00 [2024-01-19T21:12:00.450Z] 15: omrsysinfo_get_groupname returns -1.
16:12:00 [2024-01-19T21:12:00.450Z] 15: If this is a supported platform, consider this as a failure
16:12:00 [2024-01-19T21:12:00.450Z] 15: originalSoftLimit=1024
16:12:00 [2024-01-19T21:12:00.450Z] 15: originalHardLimit=524288
16:12:00 [2024-01-19T21:12:00.450Z] 15: soft set to hard limit=524288
16:12:22 [2024-01-19T21:12:22.542Z] 15: Some textSome text[----------] 40 tests from PortSysinfoTest (21820 ms total)
16:12:22 [2024-01-19T21:12:22.542Z] 15: 
16:12:22 [2024-01-19T21:12:22.542Z] 15: [----------] 9 tests from CgroupTest
16:12:22 [2024-01-19T21:12:22.542Z] 15: /proc/self/cgroup line:
16:12:22 [2024-01-19T21:12:22.542Z] 15:   0::/
16:12:22 [2024-01-19T21:12:22.542Z] 15: [----------] 9 tests from CgroupTest (15 ms total)
16:12:22 [2024-01-19T21:12:22.542Z] 15: 
16:12:22 [2024-01-19T21:12:22.542Z] 15: [----------] 19 tests from PortSockTest
16:12:22 [2024-01-19T21:12:22.542Z] 15: WARNING: Cannot test IPV6: Failed to find to IPV6 interface. 
16:12:22 [2024-01-19T21:12:22.542Z] 15: [----------] 19 tests from PortSockTest (1066 ms total)
16:12:22 [2024-01-19T21:12:22.542Z] 15: 
16:12:22 [2024-01-19T21:12:22.542Z] 15: [==========] 237 tests from 21 test cases ran. (59651 ms total)
16:12:22 [2024-01-19T21:12:22.542Z] 15: [  PASSED  ] 237 tests.
16:12:22 [2024-01-19T21:12:22.542Z] 15: [  ALL TESTS PASSED  ] 
16:12:22 [2024-01-19T21:12:22.542Z] 15: 
16:12:22 [2024-01-19T21:12:22.542Z] 15:   YOU HAVE 3 DISABLED TESTS
16:12:22 [2024-01-19T21:12:22.542Z] 15: 
16:12:22 [2024-01-19T21:12:22.542Z] 15: Some textSome text
16:12:22 [2024-01-19T21:12:22.542Z] 15/30 Test #15: porttest ..........................   Passed   59.90 sec
16:12:22 [2024-01-19T21:12:22.542Z] test 16
16:12:22 [2024-01-19T21:12:22.542Z]       Start 16: rastest
16:12:22 [2024-01-19T21:12:22.542Z] 
16:12:22 [2024-01-19T21:12:22.542Z] 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"
16:12:22 [2024-01-19T21:12:22.542Z] 16: Test timeout computed to be: 10000000
16:12:22 [2024-01-19T21:12:22.542Z] 16: [==========] Running 38 tests from 11 test cases.
16:12:22 [2024-01-19T21:12:22.542Z] 16: [----------] 3 tests from RASAgentNegativeTest
16:12:22 [2024-01-19T21:12:22.542Z] 16: [----------] 3 tests from RASAgentNegativeTest (33 ms total)
16:12:22 [2024-01-19T21:12:22.542Z] 16: 
16:12:22 [2024-01-19T21:12:22.542Z] 16: [----------] 2 tests from RASAgentTest
16:12:22 [2024-01-19T21:12:22.542Z] 16: [----------] 2 tests from RASAgentTest (1 ms total)
16:12:22 [2024-01-19T21:12:22.542Z] 16: 
16:12:22 [2024-01-19T21:12:22.542Z] 16: [----------] 1 test from RASMemoryCategoriesTest
16:12:22 [2024-01-19T21:12:22.542Z] 16: 
16:12:22 [2024-01-19T21:12:22.542Z] 16: Negative path: get categories with an undersized buffer
16:12:22 [2024-01-19T21:12:22.542Z] 16:    written_count=16, total_categories=17
16:12:22 [2024-01-19T21:12:22.542Z] 16: RUNTIME 288816 bytes / 51 allocations (Shallow: 0 bytes / 0 allocations)
16:12:22 [2024-01-19T21:12:22.542Z] 16:    VM 288816 bytes / 51 allocations (Shallow: 976 bytes / 7 allocations)
16:12:22 [2024-01-19T21:12:22.542Z] 16:       Threads 285168 bytes / 33 allocations (Shallow: 23024 bytes / 32 allocations)
16:12:22 [2024-01-19T21:12:22.542Z] 16:          Native Stack 262144 bytes / 1 allocations
16:12:22 [2024-01-19T21:12:22.542Z] 16:       Port Library 2256 bytes / 9 allocations
16:12:22 [2024-01-19T21:12:22.542Z] 16:       OMRTI 416 bytes / 2 allocations
16:12:22 [2024-01-19T21:12:22.542Z] 16: 
16:12:22 [2024-01-19T21:12:22.542Z] 16: Positive path: get and validate categories
16:12:22 [2024-01-19T21:12:22.542Z] 16:    written_count=17, total_categories=17
16:12:22 [2024-01-19T21:12:22.542Z] 16: RUNTIME 288816 bytes / 51 allocations (Shallow: 0 bytes / 0 allocations)
16:12:22 [2024-01-19T21:12:22.542Z] 16:    VM 288816 bytes / 51 allocations (Shallow: 976 bytes / 7 allocations)
16:12:22 [2024-01-19T21:12:22.542Z] 16:       Threads 285168 bytes / 33 allocations (Shallow: 23024 bytes / 32 allocations)
16:12:22 [2024-01-19T21:12:22.542Z] 16:          Native Stack 262144 bytes / 1 allocations
16:12:22 [2024-01-19T21:12:22.542Z] 16:       Port Library 2256 bytes / 9 allocations
16:12:22 [2024-01-19T21:12:22.542Z] 16:       OMRTI 416 bytes / 2 allocations
16:12:22 [2024-01-19T21:12:22.542Z] 16: 
16:12:22 [2024-01-19T21:12:22.542Z] 16: Positive path: get and validate categories and total_categories is null
16:12:22 [2024-01-19T21:12:22.542Z] 16:    written_count=17
16:12:22 [2024-01-19T21:12:22.542Z] 16: RUNTIME 288816 bytes / 51 allocations (Shallow: 0 bytes / 0 allocations)
16:12:22 [2024-01-19T21:12:22.542Z] 16:    VM 288816 bytes / 51 allocations (Shallow: 976 bytes / 7 allocations)
16:12:22 [2024-01-19T21:12:22.542Z] 16:       Threads 285168 bytes / 33 allocations (Shallow: 23024 bytes / 32 allocations)
16:12:22 [2024-01-19T21:12:22.542Z] 16:          Native Stack 262144 bytes / 1 allocations
16:12:22 [2024-01-19T21:12:22.542Z] 16:       Port Library 2256 bytes / 9 allocations
16:12:22 [2024-01-19T21:12:22.542Z] 16:       OMRTI 416 bytes / 2 allocations
16:12:22 [2024-01-19T21:12:22.542Z] 16: 
16:12:22 [2024-01-19T21:12:22.542Z] 16: Positive path: get and validate categories with oversized max_categories and oversized buffer
16:12:22 [2024-01-19T21:12:22.542Z] 16:    written_count=17, total_categories=17
16:12:22 [2024-01-19T21:12:22.542Z] 16: RUNTIME 288880 bytes / 51 allocations (Shallow: 0 bytes / 0 allocations)
16:12:22 [2024-01-19T21:12:22.542Z] 16:    VM 288880 bytes / 51 allocations (Shallow: 976 bytes / 7 allocations)
16:12:22 [2024-01-19T21:12:22.542Z] 16:       Threads 285168 bytes / 33 allocations (Shallow: 23024 bytes / 32 allocations)
16:12:22 [2024-01-19T21:12:22.542Z] 16:          Native Stack 262144 bytes / 1 allocations
16:12:22 [2024-01-19T21:12:22.542Z] 16:       Port Library 2320 bytes / 9 allocations
16:12:22 [2024-01-19T21:12:22.542Z] 16:       OMRTI 416 bytes / 2 allocations
16:12:22 [2024-01-19T21:12:22.542Z] 16: 
16:12:22 [2024-01-19T21:12:22.542Z] 16: Positive path: get and validate categories with oversized buffer and total_categories is null
16:12:22 [2024-01-19T21:12:22.542Z] 16:    written_count=17, total_categories=17
16:12:22 [2024-01-19T21:12:22.542Z] 16: RUNTIME 288880 bytes / 51 allocations (Shallow: 0 bytes / 0 allocations)
16:12:22 [2024-01-19T21:12:22.542Z] 16:    VM 288880 bytes / 51 allocations (Shallow: 976 bytes / 7 allocations)
16:12:22 [2024-01-19T21:12:22.542Z] 16:       Threads 285168 bytes / 33 allocations (Shallow: 23024 bytes / 32 allocations)
16:12:22 [2024-01-19T21:12:22.542Z] 16:          Native Stack 262144 bytes / 1 allocations
16:12:22 [2024-01-19T21:12:22.542Z] 16:       Port Library 2320 bytes / 9 allocations
16:12:22 [2024-01-19T21:12:22.542Z] 16:       OMRTI 416 bytes / 2 allocations
16:12:22 [2024-01-19T21:12:22.542Z] 16: 
16:12:22 [2024-01-19T21:12:22.542Z] 16: Positive path: get and validate categories with oversized max_categories, oversized buffer and total_categories is null
16:12:22 [2024-01-19T21:12:22.542Z] 16:    written_count=17 
16:12:22 [2024-01-19T21:12:22.542Z] 16: RUNTIME 288880 bytes / 51 allocations (Shallow: 0 bytes / 0 allocations)
16:12:22 [2024-01-19T21:12:22.542Z] 16:    VM 288880 bytes / 51 allocations (Shallow: 976 bytes / 7 allocations)
16:12:22 [2024-01-19T21:12:22.542Z] 16:       Threads 285168 bytes / 33 allocations (Shallow: 23024 bytes / 32 allocations)
16:12:22 [2024-01-19T21:12:22.542Z] 16:          Native Stack 262144 bytes / 1 allocations
16:12:22 [2024-01-19T21:12:22.542Z] 16:       Port Library 2320 bytes / 9 allocations
16:12:22 [2024-01-19T21:12:22.542Z] 16:       OMRTI 416 bytes / 2 allocations
16:12:22 [2024-01-19T21:12:22.542Z] 16: [----------] 1 test from RASMemoryCategoriesTest (16 ms total)
16:12:22 [2024-01-19T21:12:22.542Z] 16: 
16:12:22 [2024-01-19T21:12:22.542Z] 16: [----------] 5 tests from RASMethodDictionaryTest
16:12:24 [2024-01-19T21:12:24.028Z] 16: [----------] 5 tests from RASMethodDictionaryTest (17 ms total)
16:12:24 [2024-01-19T21:12:24.028Z] 16: 
16:12:24 [2024-01-19T21:12:24.028Z] 16: [----------] 9 tests from TraceLifecycleTest
16:12:24 [2024-01-19T21:12:24.028Z] 16: [----------] 9 tests from TraceLifecycleTest (125 ms total)
16:12:24 [2024-01-19T21:12:24.028Z] 16: 
16:12:24 [2024-01-19T21:12:24.028Z] 16: [----------] 1 test from TraceLogTest
16:12:24 [2024-01-19T21:12:24.028Z] 16: [----------] 1 test from TraceLogTest (22 ms total)
16:12:24 [2024-01-19T21:12:24.028Z] 16: 
16:12:24 [2024-01-19T21:12:24.028Z] 16: [----------] 1 test from RASTraceTest
16:12:24 [2024-01-19T21:12:24.028Z] 16: omr_trc_startup: failed to set trace options, rc=9
16:12:24 [2024-01-19T21:12:24.028Z] 16: omr_trc_startup error, rc=9
16:12:24 [2024-01-19T21:12:24.028Z] 16: /home/jenkins/workspace/Build/fvtest/rastest/traceagent.c:262 Free physical memory size (in bytes): 8146370560, rc = 0 (OMR_ERROR_NONE), the function call is successful !
16:12:24 [2024-01-19T21:12:24.028Z] 16: /home/jenkins/workspace/Build/fvtest/rastest/traceagent.c:272 Process virtual memory size (in bytes): 1784795136, rc = 0 (OMR_ERROR_NONE), the function call is successful !
16:12:24 [2024-01-19T21:12:24.028Z] 16: /home/jenkins/workspace/Build/fvtest/rastest/traceagent.c:281 Process physical memory size (in bytes): 22573056, rc = 0 (OMR_ERROR_NONE), the function call is successful !
16:12:24 [2024-01-19T21:12:24.028Z] 16: /home/jenkins/workspace/Build/fvtest/rastest/traceagent.c:292 Process private memory size (in bytes): 1775747072, rc = 0 (OMR_ERROR_NONE), the function call is successful !
16:12:24 [2024-01-19T21:12:24.028Z] 16:    traceMetaLength=252
16:12:24 [2024-01-19T21:12:24.028Z] 16: bindthreadagent: BindCurrentThread passed, vmThread=0x400038be10
16:12:24 [2024-01-19T21:12:24.028Z] 16: bindthreadagent: recursive BindCurrentThread passed, vmThread2=0x400038be10
16:12:24 [2024-01-19T21:12:24.028Z] 16: bindthreadagent: recursive UnbindCurrentThread passed
16:12:24 [2024-01-19T21:12:24.028Z] 16: bindthreadagent: UnbindCurrentThread passed
16:12:24 [2024-01-19T21:12:24.028Z] 16: bindthreadagent: BindCurrentThread passed, vmThread=0x401c000b90
16:12:24 [2024-01-19T21:12:24.028Z] 16: bindthreadagent: recursive BindCurrentThread passed, vmThread2=0x401c000b90
16:12:24 [2024-01-19T21:12:24.028Z] 16: bindthreadagent: recursive UnbindCurrentThread passed
16:12:24 [2024-01-19T21:12:24.028Z] 16: bindthreadagent: UnbindCurrentThread passed
16:12:24 [2024-01-19T21:12:24.028Z] 16: [----------] 1 test from RASTraceTest (227 ms total)
16:12:24 [2024-01-19T21:12:24.028Z] 16: 
16:12:24 [2024-01-19T21:12:24.028Z] 16: [----------] 6 tests from InvalidAgentOpts/RASAgentNegativeTest
16:12:24 [2024-01-19T21:12:24.028Z] 16: [----------] 6 tests from InvalidAgentOpts/RASAgentNegativeTest (6 ms total)
16:12:24 [2024-01-19T21:12:24.028Z] 16: 
16:12:24 [2024-01-19T21:12:24.028Z] 16: [----------] 6 tests from TraceNotStartedAgentOpts/RASAgentTest
16:12:24 [2024-01-19T21:12:24.028Z] 16: traceNotStartedAgent: Agent_OnLoad(options="(null)")
16:12:24 [2024-01-19T21:12:24.028Z] 16: traceNotStartedAgent: BindCurrentThread passed, vmThread=0x0x400038be10
16:12:24 [2024-01-19T21:12:24.028Z] 16: traceNotStartedAgent: SetTraceOptions: rc = 10
16:12:24 [2024-01-19T21:12:24.028Z] 16: traceNotStartedAgent: GetTraceMetadata: rc = 10
16:12:24 [2024-01-19T21:12:24.028Z] 16: traceNotStartedAgent: RegisterRecordSubscriber: rc = 10
16:12:24 [2024-01-19T21:12:24.028Z] 16: traceNotStartedAgent: FlushTraceData: rc = 10
16:12:24 [2024-01-19T21:12:24.028Z] 16: traceNotStartedAgent: DeregisterRecordSubscriber: rc = 9
16:12:24 [2024-01-19T21:12:24.028Z] 16: traceNotStartedAgent: UnbindCurrentThread passed
16:12:24 [2024-01-19T21:12:24.028Z] 16: traceNotStartedAgent: Agent_OnUnload
16:12:24 [2024-01-19T21:12:24.028Z] 16: traceNotStartedAgent: Agent_OnLoad(options="(null)")
16:12:24 [2024-01-19T21:12:24.028Z] 16: traceNotStartedAgent: BindCurrentThread passed, vmThread=0x0x400038be10
16:12:24 [2024-01-19T21:12:24.028Z] 16: traceNotStartedAgent: SetTraceOptions: rc = 10
16:12:24 [2024-01-19T21:12:24.028Z] 16: traceNotStartedAgent: GetTraceMetadata: rc = 10
16:12:24 [2024-01-19T21:12:24.028Z] 16: traceNotStartedAgent: RegisterRecordSubscriber: rc = 10
16:12:24 [2024-01-19T21:12:24.028Z] 16: traceNotStartedAgent: FlushTraceData: rc = 10
16:12:24 [2024-01-19T21:12:24.028Z] 16: traceNotStartedAgent: DeregisterRecordSubscriber: rc = 9
16:12:24 [2024-01-19T21:12:24.028Z] 16: traceNotStartedAgent: UnbindCurrentThread passed
16:12:24 [2024-01-19T21:12:24.028Z] 16: traceNotStartedAgent: Agent_OnUnload
16:12:24 [2024-01-19T21:12:24.028Z] 16: traceNotStartedAgent: Agent_OnLoad(options="abc")
16:12:24 [2024-01-19T21:12:24.028Z] 16: traceNotStartedAgent: BindCurrentThread passed, vmThread=0x0x400038be10
16:12:24 [2024-01-19T21:12:24.028Z] 16: traceNotStartedAgent: SetTraceOptions: rc = 10
16:12:24 [2024-01-19T21:12:24.028Z] 16: traceNotStartedAgent: GetTraceMetadata: rc = 10
16:12:24 [2024-01-19T21:12:24.028Z] 16: traceNotStartedAgent: RegisterRecordSubscriber: rc = 10
16:12:24 [2024-01-19T21:12:24.028Z] 16: traceNotStartedAgent: FlushTraceData: rc = 10
16:12:24 [2024-01-19T21:12:24.028Z] 16: traceNotStartedAgent: DeregisterRecordSubscriber: rc = 9
16:12:24 [2024-01-19T21:12:24.028Z] 16: traceNotStartedAgent: UnbindCurrentThread passed
16:12:24 [2024-01-19T21:12:24.028Z] 16: traceNotStartedAgent: Agent_OnUnload
16:12:24 [2024-01-19T21:12:24.028Z] 16: traceNotStartedAgent: Agent_OnLoad(options="(null)")
16:12:24 [2024-01-19T21:12:24.028Z] 16: traceNotStartedAgent: BindCurrentThread passed, vmThread=0x0x400038be10
16:12:24 [2024-01-19T21:12:24.028Z] 16: traceNotStartedAgent: SetTraceOptions: rc = 10
16:12:24 [2024-01-19T21:12:24.028Z] 16: traceNotStartedAgent: GetTraceMetadata: rc = 10
16:12:24 [2024-01-19T21:12:24.028Z] 16: traceNotStartedAgent: RegisterRecordSubscriber: rc = 10
16:12:24 [2024-01-19T21:12:24.028Z] 16: traceNotStartedAgent: FlushTraceData: rc = 10
16:12:24 [2024-01-19T21:12:24.028Z] 16: traceNotStartedAgent: DeregisterRecordSubscriber: rc = 9
16:12:24 [2024-01-19T21:12:24.028Z] 16: traceNotStartedAgent: UnbindCurrentThread passed
16:12:24 [2024-01-19T21:12:24.028Z] 16: traceNotStartedAgent: Agent_OnUnload
16:12:24 [2024-01-19T21:12:24.028Z] 16: traceNotStartedAgent: Agent_OnLoad(options="(null)")
16:12:24 [2024-01-19T21:12:24.028Z] 16: traceNotStartedAgent: BindCurrentThread passed, vmThread=0x0x400038be10
16:12:24 [2024-01-19T21:12:24.028Z] 16: traceNotStartedAgent: SetTraceOptions: rc = 10
16:12:24 [2024-01-19T21:12:24.028Z] 16: traceNotStartedAgent: GetTraceMetadata: rc = 10
16:12:24 [2024-01-19T21:12:24.028Z] 16: traceNotStartedAgent: RegisterRecordSubscriber: rc = 10
16:12:24 [2024-01-19T21:12:24.028Z] 16: traceNotStartedAgent: FlushTraceData: rc = 10
16:12:24 [2024-01-19T21:12:24.028Z] 16: traceNotStartedAgent: DeregisterRecordSubscriber: rc = 9
16:12:24 [2024-01-19T21:12:24.028Z] 16: traceNotStartedAgent: UnbindCurrentThread passed
16:12:24 [2024-01-19T21:12:24.028Z] 16: traceNotStartedAgent: Agent_OnUnload
16:12:24 [2024-01-19T21:12:24.028Z] 16: traceNotStartedAgent: Agent_OnLoad(options="abc")
16:12:24 [2024-01-19T21:12:24.028Z] 16: traceNotStartedAgent: BindCurrentThread passed, vmThread=0x0x400038be10
16:12:24 [2024-01-19T21:12:24.028Z] 16: traceNotStartedAgent: SetTraceOptions: rc = 10
16:12:24 [2024-01-19T21:12:24.028Z] 16: traceNotStartedAgent: GetTraceMetadata: rc = 10
16:12:24 [2024-01-19T21:12:24.028Z] 16: traceNotStartedAgent: RegisterRecordSubscriber: rc = 10
16:12:24 [2024-01-19T21:12:24.028Z] 16: traceNotStartedAgent: FlushTraceData: rc = 10
16:12:24 [2024-01-19T21:12:24.028Z] 16: traceNotStartedAgent: DeregisterRecordSubscriber: rc = 9
16:12:24 [2024-01-19T21:12:24.028Z] 16: traceNotStartedAgent: UnbindCurrentThread passed
16:12:24 [2024-01-19T21:12:24.028Z] 16: traceNotStartedAgent: Agent_OnUnload
16:12:24 [2024-01-19T21:12:24.028Z] 16: [----------] 6 tests from TraceNotStartedAgentOpts/RASAgentTest (13 ms total)
16:12:24 [2024-01-19T21:12:24.028Z] 16: 
16:12:24 [2024-01-19T21:12:24.028Z] 16: [----------] 2 tests from CpuLoadAgentOpts/RASAgentTest
16:12:24 [2024-01-19T21:12:24.028Z] 16: cpuLoadAgent: Agent_OnLoad(options="<NULL>")
16:12:24 [2024-01-19T21:12:24.028Z] 16: cpuLoadAgent: BindCurrentThread passed, vmThread=0x000000400038BE10
16:12:24 [2024-01-19T21:12:24.028Z] 16: Test GetProcessCpuLoad()
16:12:25 [2024-01-19T21:12:25.261Z] 16: callIndex: 1: rc = 13 (OMR_ERROR_RETRY), the function call is successful !
16:12:27 [2024-01-19T21:12:27.830Z] 16: callIndex: 2: rc = 13 (OMR_ERROR_RETRY), the function call is successful !
16:12:30 [2024-01-19T21:12:30.078Z] 16: callIndex: 3: rc = 0 (OMR_ERROR_NONE), the function call is successful ! Process CPU load: 0.055970
16:12:31 [2024-01-19T21:12:31.453Z] 16: callIndex: 4: rc = 0 (OMR_ERROR_NONE), the function call is successful ! Process CPU load: 0.057987
16:12:34 [2024-01-19T21:12:34.043Z] 16: callIndex: 5: rc = 0 (OMR_ERROR_NONE), the function call is successful ! Process CPU load: 0.056822
16:12:38 [2024-01-19T21:12:38.218Z] 16: callIndex: 7: rc = 13 (OMR_ERROR_RETRY), the function call is successful !
16:12:43 [2024-01-19T21:12:43.935Z] 16: callIndex: 10: rc = 0 (OMR_ERROR_NONE), the function call is successful ! Process CPU load: 0.454075
16:12:46 [2024-01-19T21:12:46.829Z] 16: callIndex: 11: rc = 10 (OMR_ERROR_NOT_AVAILABLE), the function call is successful !
16:12:48 [2024-01-19T21:12:48.114Z] 16: callIndex: 12: rc = 10 (OMR_ERROR_NOT_AVAILABLE), the function call is successful !
16:12:48 [2024-01-19T21:12:48.114Z] 16: callIndex: 13: rc = 11 (OMR_THREAD_NOT_ATTACHED), the function call is successful !
16:12:48 [2024-01-19T21:12:48.114Z] 16: cpuLoadAgent: GetProcessCpuLoad() passed
16:12:48 [2024-01-19T21:12:48.114Z] 16: Test GetSystemCpuLoad()
16:12:50 [2024-01-19T21:12:50.689Z] 16: callIndex: 1: rc = 13 (OMR_ERROR_RETRY), the function call is successful !
16:12:52 [2024-01-19T21:12:52.143Z] 16: callIndex: 2: rc = 13 (OMR_ERROR_RETRY), the function call is successful !
16:12:53 [2024-01-19T21:12:53.858Z] 16: callIndex: 3: rc = 0 (OMR_ERROR_NONE), the function call is successful ! system CPU load: 0.063798
16:12:56 [2024-01-19T21:12:56.573Z] 16: callIndex: 4: rc = 0 (OMR_ERROR_NONE), the function call is successful ! system CPU load: 0.057155
16:12:59 [2024-01-19T21:12:59.054Z] 16: callIndex: 5: rc = 0 (OMR_ERROR_NONE), the function call is successful ! system CPU load: 0.045839
16:13:02 [2024-01-19T21:13:02.995Z] 16: callIndex: 7: rc = 13 (OMR_ERROR_RETRY), the function call is successful !
16:13:08 [2024-01-19T21:13:08.773Z] 16: callIndex: 10: rc = 0 (OMR_ERROR_NONE), the function call is successful ! system CPU load: 0.472660
16:13:11 [2024-01-19T21:13:11.237Z] 16: callIndex: 11: rc = 10 (OMR_ERROR_NOT_AVAILABLE), the function call is successful !
16:13:12 [2024-01-19T21:13:12.499Z] 16: callIndex: 12: rc = 10 (OMR_ERROR_NOT_AVAILABLE), the function call is successful !
16:13:12 [2024-01-19T21:13:12.499Z] 16: callIndex: 13: rc = 11 (OMR_THREAD_NOT_ATTACHED), the function call is successful !
16:13:12 [2024-01-19T21:13:12.499Z] 16: cpuLoadAgent: GetSystemCpuLoad() passed
16:13:12 [2024-01-19T21:13:12.499Z] 16: cpuLoadAgent: UnbindCurrentThread passed
16:13:12 [2024-01-19T21:13:12.499Z] 16: cpuLoadAgent: Agent_OnUnload
16:13:12 [2024-01-19T21:13:12.499Z] 16: cpuLoadAgent: Agent_OnLoad(options="<NULL>")
16:13:12 [2024-01-19T21:13:12.499Z] 16: cpuLoadAgent: BindCurrentThread passed, vmThread=0x000000400038BE10
16:13:12 [2024-01-19T21:13:12.499Z] 16: Test GetProcessCpuLoad()
16:13:14 [2024-01-19T21:13:14.875Z] 16: callIndex: 1: rc = 13 (OMR_ERROR_RETRY), the function call is successful !
16:13:17 [2024-01-19T21:13:17.401Z] 16: callIndex: 2: rc = 13 (OMR_ERROR_RETRY), the function call is successful !
16:13:18 [2024-01-19T21:13:18.664Z] 16: callIndex: 3: rc = 0 (OMR_ERROR_NONE), the function call is successful ! Process CPU load: 0.059816
16:13:19 [2024-01-19T21:13:19.799Z] 16: callIndex: 4: rc = 0 (OMR_ERROR_NONE), the function call is successful ! Process CPU load: 0.061245
16:13:22 [2024-01-19T21:13:22.261Z] 16: callIndex: 5: rc = 0 (OMR_ERROR_NONE), the function call is successful ! Process CPU load: 0.062712
16:13:26 [2024-01-19T21:13:26.094Z] 16: callIndex: 7: rc = 13 (OMR_ERROR_RETRY), the function call is successful !
16:13:32 [2024-01-19T21:13:32.965Z] 16: callIndex: 10: rc = 0 (OMR_ERROR_NONE), the function call is successful ! Process CPU load: 0.460169
16:13:34 [2024-01-19T21:13:34.146Z] 16: callIndex: 11: rc = 10 (OMR_ERROR_NOT_AVAILABLE), the function call is successful !
16:13:36 [2024-01-19T21:13:36.964Z] 16: callIndex: 12: rc = 10 (OMR_ERROR_NOT_AVAILABLE), the function call is successful !
16:13:36 [2024-01-19T21:13:36.964Z] 16: callIndex: 13: rc = 11 (OMR_THREAD_NOT_ATTACHED), the function call is successful !
16:13:36 [2024-01-19T21:13:36.964Z] 16: cpuLoadAgent: GetProcessCpuLoad() passed
16:13:36 [2024-01-19T21:13:36.964Z] 16: Test GetSystemCpuLoad()
16:13:37 [2024-01-19T21:13:37.997Z] 16: callIndex: 1: rc = 13 (OMR_ERROR_RETRY), the function call is successful !
16:13:39 [2024-01-19T21:13:39.239Z] 16: callIndex: 2: rc = 13 (OMR_ERROR_RETRY), the function call is successful !
16:13:41 [2024-01-19T21:13:41.654Z] 16: callIndex: 3: rc = 0 (OMR_ERROR_NONE), the function call is successful ! system CPU load: 0.063346
16:13:44 [2024-01-19T21:13:44.011Z] 16: callIndex: 4: rc = 0 (OMR_ERROR_NONE), the function call is successful ! system CPU load: 0.059882
16:13:45 [2024-01-19T21:13:45.271Z] 16: callIndex: 5: rc = 0 (OMR_ERROR_NONE), the function call is successful ! system CPU load: 0.064594
16:13:49 [2024-01-19T21:13:49.195Z] 16: callIndex: 7: rc = 13 (OMR_ERROR_RETRY), the function call is successful !
16:13:55 [2024-01-19T21:13:55.987Z] 16: callIndex: 10: rc = 0 (OMR_ERROR_NONE), the function call is successful ! system CPU load: 0.467779
16:13:57 [2024-01-19T21:13:57.298Z] 16: callIndex: 11: rc = 10 (OMR_ERROR_NOT_AVAILABLE), the function call is successful !
16:14:01 [2024-01-19T21:14:01.588Z] 16: callIndex: 12: rc = 10 (OMR_ERROR_NOT_AVAILABLE), the function call is successful !
16:14:01 [2024-01-19T21:14:01.588Z] 16: callIndex: 13: rc = 11 (OMR_THREAD_NOT_ATTACHED), the function call is successful !
16:14:01 [2024-01-19T21:14:01.588Z] 16: cpuLoadAgent: GetSystemCpuLoad() passed
16:14:01 [2024-01-19T21:14:01.588Z] 16: cpuLoadAgent: UnbindCurrentThread passed
16:14:01 [2024-01-19T21:14:01.588Z] 16: cpuLoadAgent: Agent_OnUnload
16:14:01 [2024-01-19T21:14:01.588Z] 16: [----------] 2 tests from CpuLoadAgentOpts/RASAgentTest (96164 ms total)
16:14:01 [2024-01-19T21:14:01.588Z] 16: 
16:14:01 [2024-01-19T21:14:01.588Z] 16: [----------] 2 tests from BindThreadAgentOpts/RASAgentTest
16:14:01 [2024-01-19T21:14:01.588Z] 16: bindthreadagent: BindCurrentThread passed, vmThread=0x400038be10
16:14:01 [2024-01-19T21:14:01.588Z] 16: bindthreadagent: recursive BindCurrentThread passed, vmThread2=0x400038be10
16:14:01 [2024-01-19T21:14:01.588Z] 16: bindthreadagent: recursive UnbindCurrentThread passed
16:14:01 [2024-01-19T21:14:01.588Z] 16: bindthreadagent: UnbindCurrentThread passed
16:14:01 [2024-01-19T21:14:01.588Z] 16: bindthreadagent: BindCurrentThread passed, vmThread=0x401c000b90
16:14:01 [2024-01-19T21:14:01.588Z] 16: bindthreadagent: recursive BindCurrentThread passed, vmThread2=0x401c000b90
16:14:01 [2024-01-19T21:14:01.588Z] 16: bindthreadagent: recursive UnbindCurrentThread passed
16:14:01 [2024-01-19T21:14:01.588Z] 16: bindthreadagent: UnbindCurrentThread passed
16:14:01 [2024-01-19T21:14:01.588Z] 16: bindthreadagent: BindCurrentThread passed, vmThread=0x400038be10
16:14:01 [2024-01-19T21:14:01.588Z] 16: bindthreadagent: recursive BindCurrentThread passed, vmThread2=0x400038be10
16:14:01 [2024-01-19T21:14:01.589Z] 16: bindthreadagent: recursive UnbindCurrentThread passed
16:14:01 [2024-01-19T21:14:01.589Z] 16: bindthreadagent: UnbindCurrentThread passed
16:14:01 [2024-01-19T21:14:01.589Z] 16: bindthreadagent: BindCurrentThread passed, vmThread=0x401c000b90
16:14:01 [2024-01-19T21:14:01.589Z] 16: bindthreadagent: recursive BindCurrentThread passed, vmThread2=0x401c000b90
16:14:01 [2024-01-19T21:14:01.589Z] 16: bindthreadagent: recursive UnbindCurrentThread passed
16:14:01 [2024-01-19T21:14:01.589Z] 16: bindthreadagent: UnbindCurrentThread passed
16:14:01 [2024-01-19T21:14:01.589Z] 16: [----------] 2 tests from BindThreadAgentOpts/RASAgentTest (411 ms total)
16:14:01 [2024-01-19T21:14:01.589Z] 16: 
16:14:01 [2024-01-19T21:14:01.589Z] 16: [==========] 38 tests from 11 test cases ran. (97087 ms total)
16:14:01 [2024-01-19T21:14:01.589Z] 16: [  PASSED  ] 38 tests.
16:14:01 [2024-01-19T21:14:01.589Z] 16: [  ALL TESTS PASSED  ] 
16:14:01 [2024-01-19T21:14:01.589Z] 16: 
16:14:01 [2024-01-19T21:14:01.589Z] 16:   YOU HAVE 2 DISABLED TESTS
16:14:01 [2024-01-19T21:14:01.589Z] 16: 
16:14:01 [2024-01-19T21:14:01.589Z] 16/30 Test #16: rastest ...........................   Passed   97.28 sec
16:14:01 [2024-01-19T21:14:01.589Z] test 17
16:14:01 [2024-01-19T21:14:01.589Z]       Start 17: subscribertest
16:14:01 [2024-01-19T21:14:01.589Z] 
16:14:01 [2024-01-19T21:14:01.589Z] 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"
16:14:01 [2024-01-19T21:14:01.589Z] 17: Test timeout computed to be: 10000000
16:14:01 [2024-01-19T21:14:01.589Z] 17: [==========] Running 3 tests from 2 test cases.
16:14:01 [2024-01-19T21:14:01.589Z] 17: [----------] 1 test from RASSubscriberTest
16:14:01 [2024-01-19T21:14:01.589Z] 17: [----------] 1 test from RASSubscriberTest (79 ms total)
16:14:01 [2024-01-19T21:14:01.589Z] 17: 
16:14:01 [2024-01-19T21:14:01.589Z] 17: [----------] 2 tests from RASSubscriberForkTest
16:14:01 [2024-01-19T21:14:01.589Z] 17: [----------] 2 tests from RASSubscriberForkTest (134 ms total)
16:14:01 [2024-01-19T21:14:01.589Z] 17: 
16:14:01 [2024-01-19T21:14:01.589Z] 17: [==========] 3 tests from 2 test cases ran. (264 ms total)
16:14:01 [2024-01-19T21:14:01.589Z] 17: [  PASSED  ] 3 tests.
16:14:01 [2024-01-19T21:14:01.589Z] 17: [  ALL TESTS PASSED  ] 
16:14:01 [2024-01-19T21:14:01.589Z] 17: 
16:14:01 [2024-01-19T21:14:01.589Z] 17:   YOU HAVE 1 DISABLED TEST
16:14:01 [2024-01-19T21:14:01.589Z] 17: 
16:14:01 [2024-01-19T21:14:01.589Z] 17/30 Test #17: subscribertest ....................   Passed    0.40 sec
16:14:01 [2024-01-19T21:14:01.589Z] test 18
16:14:01 [2024-01-19T21:14:01.589Z]       Start 18: traceoptiontest
16:14:01 [2024-01-19T21:14:01.589Z] 
16:14:01 [2024-01-19T21:14:01.589Z] 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"
16:14:01 [2024-01-19T21:14:01.589Z] 18: Test timeout computed to be: 10000000
16:14:01 [2024-01-19T21:14:01.589Z] 18: [==========] Running 1 test from 1 test case.
16:14:01 [2024-01-19T21:14:01.589Z] 18: [----------] 1 test from RASTraceOptionTest
16:14:01 [2024-01-19T21:14:01.589Z] 18: [----------] 1 test from RASTraceOptionTest (47 ms total)
16:14:01 [2024-01-19T21:14:01.589Z] 18: 
16:14:01 [2024-01-19T21:14:01.589Z] 18: [==========] 1 test from 1 test case ran. (114 ms total)
16:14:01 [2024-01-19T21:14:01.589Z] 18: [  PASSED  ] 1 test.
16:14:01 [2024-01-19T21:14:01.589Z] 18: [  ALL TESTS PASSED  ] 
16:14:01 [2024-01-19T21:14:01.589Z] 18/30 Test #18: traceoptiontest ...................   Passed    0.24 sec
16:14:01 [2024-01-19T21:14:01.589Z] test 19
16:14:01 [2024-01-19T21:14:01.589Z]       Start 19: sigtest
16:14:01 [2024-01-19T21:14:01.589Z] 
16:14:01 [2024-01-19T21:14:01.589Z] 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"
16:14:01 [2024-01-19T21:14:01.589Z] 19: Test timeout computed to be: 10000000
16:14:01 [2024-01-19T21:14:01.589Z] 19: [==========] Running 7 tests from 1 test case.
16:14:01 [2024-01-19T21:14:01.589Z] 19: [----------] 7 tests from OmrSigTest
16:14:03 [2024-01-19T21:14:03.372Z] 19: [----------] 7 tests from OmrSigTest (2376 ms total)
16:14:03 [2024-01-19T21:14:03.372Z] 19: 
16:14:03 [2024-01-19T21:14:03.372Z] 19: [==========] 7 tests from 1 test case ran. (2426 ms total)
16:14:03 [2024-01-19T21:14:03.372Z] 19: [  PASSED  ] 7 tests.
16:14:03 [2024-01-19T21:14:03.372Z] 19: [  ALL TESTS PASSED  ] 
16:14:03 [2024-01-19T21:14:03.372Z] 19/30 Test #19: sigtest ...........................   Passed    2.55 sec
16:14:03 [2024-01-19T21:14:03.372Z] test 20
16:14:03 [2024-01-19T21:14:03.372Z]       Start 20: threadextendedtest
16:14:03 [2024-01-19T21:14:03.372Z] 
16:14:03 [2024-01-19T21:14:03.372Z] 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"
16:14:03 [2024-01-19T21:14:03.372Z] 20: Test timeout computed to be: 10000000
16:14:03 [2024-01-19T21:14:03.372Z] 20: [==========] Running 6 tests from 4 test cases.
16:14:03 [2024-01-19T21:14:03.372Z] 20: [----------] 2 tests from ThreadCpuTime
16:14:38 [2024-01-19T21:14:38.342Z] 20: [----------] 2 tests from ThreadCpuTime (33803 ms total)
16:14:38 [2024-01-19T21:14:38.342Z] 20: 
16:14:38 [2024-01-19T21:14:38.342Z] 20: [----------] 1 test from CpuTimeTest
16:14:38 [2024-01-19T21:14:38.342Z] 20: [----------] 1 test from CpuTimeTest (155 ms total)
16:14:38 [2024-01-19T21:14:38.342Z] 20: 
16:14:38 [2024-01-19T21:14:38.342Z] 20: [----------] 1 test from ApplicationCpuTimeTest
16:14:38 [2024-01-19T21:14:38.342Z] 20: [----------] 1 test from ApplicationCpuTimeTest (151 ms total)
16:14:38 [2024-01-19T21:14:38.342Z] 20: 
16:14:38 [2024-01-19T21:14:38.342Z] 20: [----------] 2 tests from ThreadExtendedTest
16:15:46 [2024-01-19T21:15:46.135Z] 20: [----------] 2 tests from ThreadExtendedTest (61664 ms total)
16:15:46 [2024-01-19T21:15:46.135Z] 20: 
16:15:46 [2024-01-19T21:15:46.135Z] 20: [==========] 6 tests from 4 test cases ran. (95787 ms total)
16:15:46 [2024-01-19T21:15:46.135Z] 20: [  PASSED  ] 6 tests.
16:15:46 [2024-01-19T21:15:46.135Z] 20: [  ALL TESTS PASSED  ] 
16:15:46 [2024-01-19T21:15:46.135Z] 20: 
16:15:46 [2024-01-19T21:15:46.135Z] 20:   YOU HAVE 1 DISABLED TEST
16:15:46 [2024-01-19T21:15:46.135Z] 20: 
16:15:46 [2024-01-19T21:15:46.135Z] 20/30 Test #20: threadextendedtest ................   Passed   95.95 sec
16:15:46 [2024-01-19T21:15:46.135Z] test 21
16:15:46 [2024-01-19T21:15:46.135Z]       Start 21: threadtest
16:15:46 [2024-01-19T21:15:46.135Z] 
16:15:46 [2024-01-19T21:15:46.135Z] 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*"
16:15:46 [2024-01-19T21:15:46.135Z] 21: Test timeout computed to be: 10000000
16:15:46 [2024-01-19T21:15:46.135Z] 21: Note: Google Test filter = -PriorityInterrupt.*:RWMutex*
16:15:46 [2024-01-19T21:15:46.135Z] 21: [==========] Running 40 tests from 7 test cases.
16:15:46 [2024-01-19T21:15:46.135Z] 21: [----------] 1 test from ThreadAbortDeathTest
16:15:46 [2024-01-19T21:15:46.135Z] 21: 
16:15:46 [2024-01-19T21:15:46.135Z] 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.
16:15:46 [2024-01-19T21:15:46.135Z] 21: [----------] 1 test from ThreadAbortDeathTest (39 ms total)
16:15:46 [2024-01-19T21:15:46.135Z] 21: 
16:15:46 [2024-01-19T21:15:46.135Z] 21: [----------] 3 tests from ThreadAbortTest
16:15:46 [2024-01-19T21:15:46.135Z] 21: [----------] 3 tests from ThreadAbortTest (1039 ms total)
16:15:46 [2024-01-19T21:15:46.135Z] 21: 
16:15:46 [2024-01-19T21:15:46.135Z] 21: [----------] 15 tests from ThreadCreateTest
16:15:46 [2024-01-19T21:15:46.135Z] 21: pthread_join(tid, NULL): Invalid argument
16:15:46 [2024-01-19T21:15:46.135Z] 21: omrthread_attr_destroy(NULL) failed: retVal 14 (e)
16:15:46 [2024-01-19T21:15:46.135Z] 21: omrthread_attr_destroy(&attr) failed: retVal 14 (e)
16:15:46 [2024-01-19T21:15:46.135Z] 21: omrthread_attr_set_name(&attr, testname) unsupported: retVal 12 (c)
16:15:46 [2024-01-19T21:15:46.135Z] 21: omrthread_attr_set_name(&attr, testname2) unsupported: retVal 12 (c)
16:15:46 [2024-01-19T21:15:46.135Z] 21: omrthread_attr_set_name(&attr, NULL) unsupported: retVal 12 (c)
16:15:46 [2024-01-19T21:15:46.135Z] 21: omrthread_create_ex(&handle, (attr? &attr : J9THREAD_ATTR_DEFAULT), 1, threadmain, &data) failed: retVal 6 (6) : errno 22 Invalid argument
16:15:46 [2024-01-19T21:15:46.135Z] 21:   ignoring omrthread_create failure
16:15:46 [2024-01-19T21:15:46.135Z] 21: omrthread_create_ex(&handle, (attr? &attr : J9THREAD_ATTR_DEFAULT), 1, threadmain, &data) failed: retVal 6 (6) : errno 22 Invalid argument
16:15:46 [2024-01-19T21:15:46.135Z] 21:   ignoring omrthread_create failure
16:15:46 [2024-01-19T21:15:46.135Z] 21: omrthread_attr_set_schedpolicy(&attr, omrthread_schedpolicy_LastEnum) failed: retVal 15 (f)
16:15:46 [2024-01-19T21:15:46.135Z] 21: omrthread_attr_set_priority(&attr, -1) failed: retVal 15 (f)
16:15:46 [2024-01-19T21:15:46.135Z] 21: omrthread_attr_set_priority(&attr, 90) failed: retVal 15 (f)
16:15:46 [2024-01-19T21:15:46.135Z] 21: omrthread_attr_set_priority(&attr, 12) failed: retVal 15 (f)
16:15:46 [2024-01-19T21:15:46.135Z] 21: [----------] 15 tests from ThreadCreateTest (35 ms total)
16:15:46 [2024-01-19T21:15:46.135Z] 21: 
16:15:46 [2024-01-19T21:15:46.135Z] 21: [----------] 8 tests from JoinTest
16:15:53 [2024-01-19T21:15:53.083Z] 21: [----------] 8 tests from JoinTest (6015 ms total)
16:15:53 [2024-01-19T21:15:53.083Z] 21: 
16:15:53 [2024-01-19T21:15:53.083Z] 21: [----------] 1 test from KeyDestructorTest
16:15:53 [2024-01-19T21:15:53.083Z] 21: [----------] 1 test from KeyDestructorTest (4 ms total)
16:15:53 [2024-01-19T21:15:53.083Z] 21: 
16:15:53 [2024-01-19T21:15:53.083Z] 21: [----------] 5 tests from LockedMonitorCountTest
16:15:53 [2024-01-19T21:15:53.083Z] 21: [----------] 5 tests from LockedMonitorCountTest (5 ms total)
16:15:53 [2024-01-19T21:15:53.083Z] 21: 
16:15:53 [2024-01-19T21:15:53.083Z] 21: [----------] 7 tests from SanityTest
16:22:18 [2024-01-19T21:22:18.498Z] Cannot contact ub20-x64-omr7: hudson.remoting.RequestAbortedException: java.io.IOException: Unexpected termination of the channel
18:08:53 [2024-01-19T23:08:53.860Z] Cancelling nested steps due to timeout
18:08:54 [2024-01-19T23:08:54.239Z] Sending interrupt signal to process
18:09:14 [2024-01-19T23:09:14.242Z] After 20s process did not stop
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // timeout
[Pipeline] step
18:09:15 [2024-01-19T23:09:15.582Z] [Set GitHub commit status (universal)] SUCCESS on repos [GHRepository@97f226da[archived=false,commits={},compareUsePaginatedCommits=false,description=Eclipse OMR™ Cross platform components for building reliable, high performance language runtimes,disabled=false,fork=false,homepage=http://www.eclipse.org/omr,isTemplate=false,language=C++,milestones={},name=omr,nodeId=MDEwOlJlcG9zaXRvcnk1MzA3NzQ3OA==,parent=<null>,size=80416,source=<null>,visibility=public,createdAt=2016-03-03T19:34:17Z,id=53077478,nodeId=<null>,updatedAt=2024-01-19T16:43:08Z,url=https://api.github.com/repos/eclipse/omr]] (sha:b695354) with context:continuous-integration/eclipse-omr/branch/linux_riscv64_cross
18:09:15 [2024-01-19T23:09:15.582Z] Setting commit status on GitHub for https://github.com/eclipse/omr/commit/b6953547098dbfe8c96471992d17257cc7e986ad
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
18:09:16 [2024-01-19T23:09:16.042Z] $ docker stop --time=1 9bf191b6e31befdbacf8b91d418c595e0f363c0d9f937a2fea3a2a42c46c9547
18:09:18 [2024-01-19T23:09:18.498Z] $ docker rm -f --volumes 9bf191b6e31befdbacf8b91d418c595e0f363c0d9f937a2fea3a2a42c46c9547
[Pipeline] // withDockerContainer
[Pipeline] cleanWs
18:09:20 [2024-01-19T23:09:20.189Z] [WS-CLEANUP] Deleting project workspace...
18:09:20 [2024-01-19T23:09:20.189Z] [WS-CLEANUP] Deferred wipeout is used...
18:09:21 [2024-01-19T23:09:21.048Z] [WS-CLEANUP] done
[Pipeline] }
[Pipeline] // ws
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] End of Pipeline
Timeout has been exceeded
org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: e6a722e0-bcfb-4885-acb0-9fba9def2e2a
Finished: ABORTED