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