Skip to content

Console Output

GitHub pull request #7292 of commit c92e651cb35a196a0e3bbfc78f8c8cce70b87fe3, no merge conflicts.
Setting status of c92e651cb35a196a0e3bbfc78f8c8cce70b87fe3 to PENDING with url https://ci.eclipse.org/omr/job/PullRequest-aix_ppc-64/4002/ and message: 'Build started for merge commit.'
Using context: continuous-integration/eclipse-omr/pr/aix_ppc-64
Checking out git https://github.com/eclipse/omr.git into /var/jenkins/workspace/PullRequest-aix_ppc-64@script/f1b4e3a3353e2a04b36d7c5a888d95b6fe1db22d26c47e5585ae4003ac51b37e to read buildenv/jenkins/omrbuild.groovy
The recommended git tool is: git
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Avoid fetching tags
Honoring refspec on initial clone
Cloning repository https://github.com/eclipse/omr.git
 > git init /var/jenkins/workspace/PullRequest-aix_ppc-64@script/f1b4e3a3353e2a04b36d7c5a888d95b6fe1db22d26c47e5585ae4003ac51b37e # timeout=10
Fetching upstream changes from https://github.com/eclipse/omr.git
 > git --version # timeout=10
 > git --version # 'git version 2.43.0'
 > git fetch --no-tags --force --progress -- https://github.com/eclipse/omr.git +refs/pull/7292/merge:refs/remotes/origin/pr/7292/merge # timeout=10
 > git config remote.origin.url https://github.com/eclipse/omr.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/7292/merge:refs/remotes/origin/pr/7292/merge # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/pr/7292/merge^{commit} # timeout=10
Checking out Revision dcf8d2e030255e985afd081f314a5f43bb3a33ab (refs/remotes/origin/pr/7292/merge)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f dcf8d2e030255e985afd081f314a5f43bb3a33ab # timeout=10
Commit message: "Merge c92e651cb35a196a0e3bbfc78f8c8cce70b87fe3 into b7d921854bbd6d03235f8de89a4fd859786812c0"
 > git rev-list --no-walk dcf8d2e030255e985afd081f314a5f43bb3a33ab # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
09:56:00 [2024-03-25T13:56:00.905Z] Timeout set to expire in 8 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Queue)
[Pipeline] echo
09:56:00 [2024-03-25T13:56:00.919Z] custom option matcher: null
[Pipeline] echo
09:56:00 [2024-03-25T13:56:00.920Z] [compile:aix]
[Pipeline] echo
09:56:00 [2024-03-25T13:56:00.921Z] run in docker: false
[Pipeline] node
09:56:00 [2024-03-25T13:56:00.926Z] Running on p8-java1-ibm12 in /home/omr/workspace/PullRequest-aix_ppc-64
[Pipeline] {
[Pipeline] echo
09:56:00 [2024-03-25T13:56:00.941Z] customWorkspace: /home/omr/workspace/Build
[Pipeline] ws
09:56:00 [2024-03-25T13:56:00.946Z] Running in /home/omr/workspace/Build
[Pipeline] {
[Pipeline] timeout
09:56:00 [2024-03-25T13:56:00.952Z] Timeout set to expire in 2 hr 0 min
[Pipeline] {
[Pipeline] echo
09:56:00 [2024-03-25T13:56:00.967Z] env vars: [PATH+TOOLS=/home/u0020236/tools, LIBPATH=., CCACHE_CPP2=1, GTEST_COLOR=0]
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
09:56:01 [2024-03-25T13:56:01.982Z] + printenv
09:56:01 [2024-03-25T13:56:01.982Z] _=/opt/freeware/bin/printenv
09:56:01 [2024-03-25T13:56:01.982Z] ghprbTriggerAuthorLogin=babsingh
09:56:01 [2024-03-25T13:56:01.982Z] LANG=C
09:56:01 [2024-03-25T13:56:01.982Z] GTEST_COLOR=0
09:56:01 [2024-03-25T13:56:01.982Z] JOB_BASE_NAME=PullRequest-aix_ppc-64
09:56:01 [2024-03-25T13:56:01.982Z] LOGIN=omr
09:56:01 [2024-03-25T13:56:01.982Z] CCACHE_CPP2=1
09:56:01 [2024-03-25T13:56:01.982Z] ghprbCommentBody=jenkins build all
09:56:01 [2024-03-25T13:56:01.982Z] OPENJ9_JAVA_COMMAND_LINE=java -jar remoting.jar -workDir /home/omr -jar-cache /home/omr/remoting/jarCache
09:56:01 [2024-03-25T13:56:01.982Z] CLCMD_PASSTHRU=1
09:56:01 [2024-03-25T13:56:01.982Z] PATH=/home/u0020236/tools:/opt/cmake-3.17.1/bin:/opt/IBM/xlC/13.1.3/bin:/opt/freeware/bin:/usr/bin:/etc:/usr/sbin:/usr/ucb:/usr/bin/X11:/sbin:/opt/java11_64/bin:/opt/bin
09:56:01 [2024-03-25T13:56:01.982Z] MALLOCOPTIONS=multiheap,considersize
09:56:01 [2024-03-25T13:56:01.982Z] RES_RETRY=2
09:56:01 [2024-03-25T13:56:01.982Z] ghprbPullAuthorLoginMention=@babsingh
09:56:01 [2024-03-25T13:56:01.982Z] BUILD_NUMBER=4002
09:56:01 [2024-03-25T13:56:01.982Z] ghprbPullLongDescription=On AIX, this typo disables code that prevents upcall_handler from\r\ncollecting thread data when upcall_handler is unregistered.\r\n\r\n**More context:**\r\nOn AIX, a signal can can be unavailable to sigpending/sigwait but\r\nnot yet have been delivered to a thread. As a result, it is not\r\nguaranteed that SIG_SUSPEND won't be delivered after upcall_handler\r\nis unregistered.
09:56:01 [2024-03-25T13:56:01.982Z] RUN_TESTS_DISPLAY_URL=https://ci.eclipse.org/omr/job/PullRequest-aix_ppc-64/4002/display/redirect?page=tests
09:56:01 [2024-03-25T13:56:01.982Z] NODE_LABELS=aix ppc compile:aix p8-java1-ibm12
09:56:01 [2024-03-25T13:56:01.982Z] ghprbTriggerAuthorLoginMention=@babsingh
09:56:01 [2024-03-25T13:56:01.982Z] sha1=origin/pr/7292/merge
09:56:01 [2024-03-25T13:56:01.982Z] LC__FASTMSG=true
09:56:01 [2024-03-25T13:56:01.982Z] ghprbPullId=7292
09:56:01 [2024-03-25T13:56:01.982Z] HUDSON_COOKIE=e72e760f-93dc-40b8-beca-599606f986a4
09:56:01 [2024-03-25T13:56:01.982Z] EDITOR=/usr/bin/vi
09:56:01 [2024-03-25T13:56:01.982Z] ghprbCredentialsId=github-bot-token
09:56:01 [2024-03-25T13:56:01.982Z] LOGNAME=omr
09:56:01 [2024-03-25T13:56:01.982Z] BUILD_ID=4002
09:56:01 [2024-03-25T13:56:01.982Z] BUILD_TAG=jenkins-PullRequest-aix_ppc-64-4002
09:56:01 [2024-03-25T13:56:01.982Z] EXECUTOR_NUMBER=0
09:56:01 [2024-03-25T13:56:01.982Z] RES_TIMEOUT=5
09:56:01 [2024-03-25T13:56:01.982Z] JOB_NAME=PullRequest-aix_ppc-64
09:56:01 [2024-03-25T13:56:01.982Z] ghprbAuthorRepoGitUrl=https://github.com/babsingh/omr.git
09:56:01 [2024-03-25T13:56:01.982Z] MAIL=/var/spool/mail/omr
09:56:01 [2024-03-25T13:56:01.982Z] ghprbPullDescription=GitHub pull request #7292 of commit c92e651cb35a196a0e3bbfc78f8c8cce70b87fe3, no merge conflicts.
09:56:01 [2024-03-25T13:56:01.982Z] JENKINS_URL=https://ci.eclipse.org/omr/
09:56:01 [2024-03-25T13:56:01.982Z] LOCPATH=/usr/lib/nls/loc
09:56:01 [2024-03-25T13:56:01.982Z] RUN_ARTIFACTS_DISPLAY_URL=https://ci.eclipse.org/omr/job/PullRequest-aix_ppc-64/4002/display/redirect?page=artifacts
09:56:01 [2024-03-25T13:56:01.982Z] HUDSON_HOME=/var/jenkins
09:56:01 [2024-03-25T13:56:01.982Z] HUDSON_URL=https://ci.eclipse.org/omr/
09:56:01 [2024-03-25T13:56:01.982Z] JENKINS_NODE_COOKIE=d808a647-1c0f-4701-8913-0360ab8a6fc8
09:56:01 [2024-03-25T13:56:01.982Z] ghprbTriggerAuthor=Babneet Singh
09:56:01 [2024-03-25T13:56:01.982Z] CI=true
09:56:01 [2024-03-25T13:56:01.982Z] USER=omr
09:56:01 [2024-03-25T13:56:01.982Z] JENKINS_SERVER_COOKIE=durable-cda0c381d83a427289b5746bbb96a0233691580dc8bd5ae0284959965b0b65c0
09:56:01 [2024-03-25T13:56:01.982Z] AUTHSTATE=compat
09:56:01 [2024-03-25T13:56:01.982Z] HUDSON_SERVER_COOKIE=c3663d0c112c2ee2
09:56:01 [2024-03-25T13:56:01.982Z] BUILDSPEC=aix_ppc-64
09:56:01 [2024-03-25T13:56:01.982Z] ghprbSourceBranch=main1
09:56:01 [2024-03-25T13:56:01.982Z] RUN_CHANGES_DISPLAY_URL=https://ci.eclipse.org/omr/job/PullRequest-aix_ppc-64/4002/display/redirect?page=changes
09:56:01 [2024-03-25T13:56:01.982Z] SHELL=/usr/bin/ksh
09:56:01 [2024-03-25T13:56:01.982Z] ghprbPullLink=https://github.com/eclipse/omr/pull/7292
09:56:01 [2024-03-25T13:56:01.982Z] JOB_URL=https://ci.eclipse.org/omr/job/PullRequest-aix_ppc-64/
09:56:01 [2024-03-25T13:56:01.982Z] WORKSPACE=/home/omr/workspace/Build
09:56:01 [2024-03-25T13:56:01.982Z] ODMDIR=/etc/objrepos
09:56:01 [2024-03-25T13:56:01.982Z] HOME=/home/omr
09:56:01 [2024-03-25T13:56:01.982Z] NODE_NAME=p8-java1-ibm12
09:56:01 [2024-03-25T13:56:01.982Z] ghprbPullTitle=Fix typo AIXPPCX -> AIXPPC
09:56:01 [2024-03-25T13:56:01.982Z] WORKSPACE_TMP=/home/omr/workspace/Build@tmp
09:56:01 [2024-03-25T13:56:01.982Z] GITLAB_OBJECT_KIND=none
09:56:01 [2024-03-25T13:56:01.982Z] JENKINS_HOME=/var/jenkins
09:56:01 [2024-03-25T13:56:01.982Z] BUILD_DISPLAY_NAME=#4002
09:56:01 [2024-03-25T13:56:01.982Z] SSH_CLIENT=198.41.30.213 56564 22
09:56:01 [2024-03-25T13:56:01.982Z] SSH_CONNECTION=198.41.30.213 56564 140.211.9.182 22
09:56:01 [2024-03-25T13:56:01.982Z] STAGE_NAME=Queue
09:56:01 [2024-03-25T13:56:01.982Z] GIT_BRANCH=main1
09:56:01 [2024-03-25T13:56:01.982Z] PWD=/home/omr/workspace/Build
09:56:01 [2024-03-25T13:56:01.982Z] JOB_DISPLAY_URL=https://ci.eclipse.org/omr/job/PullRequest-aix_ppc-64/display/redirect
09:56:01 [2024-03-25T13:56:01.982Z] TZ=CUT0
09:56:01 [2024-03-25T13:56:01.982Z] RUN_DISPLAY_URL=https://ci.eclipse.org/omr/job/PullRequest-aix_ppc-64/4002/display/redirect
09:56:01 [2024-03-25T13:56:01.982Z] ghprbPullAuthorLogin=babsingh
09:56:01 [2024-03-25T13:56:01.982Z] ghprbGhRepository=eclipse/omr
09:56:01 [2024-03-25T13:56:01.982Z] BUILD_URL=https://ci.eclipse.org/omr/job/PullRequest-aix_ppc-64/4002/
09:56:01 [2024-03-25T13:56:01.982Z] ghprbTargetBranch=master
09:56:01 [2024-03-25T13:56:01.982Z] ghprbActualCommit=c92e651cb35a196a0e3bbfc78f8c8cce70b87fe3
09:56:01 [2024-03-25T13:56:01.982Z] NLSPATH=/usr/lib/nls/msg/%L/%N:/usr/lib/nls/msg/%L/%N.cat:/usr/lib/nls/msg/%l.%c/%N:/usr/lib/nls/msg/%l.%c/%N.cat
09:56:01 [2024-03-25T13:56:01.982Z] LIBPATH=.
[Pipeline] stage
[Pipeline] { (Get Sources)
[Pipeline] retry
[Pipeline] {
[Pipeline] checkout
09:56:02 [2024-03-25T13:56:02.233Z] The recommended git tool is: /opt/freeware/bin/git
09:56:02 [2024-03-25T13:56:02.449Z] No credentials specified
09:56:02 [2024-03-25T13:56:02.528Z] Cloning the remote Git repository
09:56:02 [2024-03-25T13:56:02.605Z] Honoring refspec on initial clone
09:43:41 [2024-03-25T13:43:41.310Z] Cloning repository https://github.com/eclipse/omr.git
09:43:41 [2024-03-25T13:43:41.310Z]  > /opt/freeware/bin/git init /home/omr/workspace/Build # timeout=10
09:43:41 [2024-03-25T13:43:41.333Z] [WARNING] Reference path does not exist: /home/omr/gitcache
09:43:41 [2024-03-25T13:43:41.334Z] Fetching upstream changes from https://github.com/eclipse/omr.git
09:43:41 [2024-03-25T13:43:41.334Z]  > /opt/freeware/bin/git --version # timeout=10
09:43:41 [2024-03-25T13:43:41.348Z]  > git --version # 'git version 2.31.1'
09:43:41 [2024-03-25T13:43:41.349Z]  > /opt/freeware/bin/git fetch --tags --force --progress -- https://github.com/eclipse/omr.git +refs/pull/7292/merge:refs/remotes/origin/pr/7292/merge # timeout=30
09:56:13 [2024-03-25T13:56:13.819Z] Avoid second fetch
09:56:13 [2024-03-25T13:56:13.926Z] Checking out Revision dcf8d2e030255e985afd081f314a5f43bb3a33ab (refs/remotes/origin/pr/7292/merge)
09:56:14 [2024-03-25T13:56:14.930Z] Commit message: "Merge c92e651cb35a196a0e3bbfc78f8c8cce70b87fe3 into b7d921854bbd6d03235f8de89a4fd859786812c0"
[Pipeline] }
[Pipeline] // retry
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] echo
09:56:14 [2024-03-25T13:56:14.956Z] Output CCACHE stats before running and clear them
[Pipeline] sh
09:43:52 [2024-03-25T13:43:52.313Z]  > /opt/freeware/bin/git config remote.origin.url https://github.com/eclipse/omr.git # timeout=10
09:43:52 [2024-03-25T13:43:52.331Z]  > /opt/freeware/bin/git config --add remote.origin.fetch +refs/pull/7292/merge:refs/remotes/origin/pr/7292/merge # timeout=10
09:43:52 [2024-03-25T13:43:52.522Z]  > /opt/freeware/bin/git rev-parse refs/remotes/origin/pr/7292/merge^{commit} # timeout=10
09:43:52 [2024-03-25T13:43:52.630Z]  > /opt/freeware/bin/git config core.sparsecheckout # timeout=10
09:43:52 [2024-03-25T13:43:52.649Z]  > /opt/freeware/bin/git checkout -f dcf8d2e030255e985afd081f314a5f43bb3a33ab # timeout=10
09:56:15 [2024-03-25T13:56:15.940Z] + ccache -s -z
09:56:15 [2024-03-25T13:56:15.940Z] cache directory                     /home/omr/.ccache
09:56:15 [2024-03-25T13:56:15.940Z] cache hit (direct)                     0
09:56:15 [2024-03-25T13:56:15.940Z] cache hit (preprocessed)               0
09:56:15 [2024-03-25T13:56:15.940Z] cache miss                             0
09:56:15 [2024-03-25T13:56:15.940Z] files in cache                         0
09:56:15 [2024-03-25T13:56:15.940Z] cache size                             0 Kbytes
09:56:15 [2024-03-25T13:56:15.940Z] max cache size                       1.0 Gbytes
09:56:15 [2024-03-25T13:56:15.940Z] Statistics cleared
[Pipeline] dir
09:56:16 [2024-03-25T13:56:16.097Z] Running in /home/omr/workspace/Build/build
[Pipeline] {
[Pipeline] echo
09:56:16 [2024-03-25T13:56:16.102Z] Configure...
[Pipeline] sh
09:56:17 [2024-03-25T13:56:17.190Z] + cmake -Wdev -DCMAKE_C_COMPILER=xlc_r -DCMAKE_CXX_COMPILER=xlC_r -DCMAKE_XL_CreateExportList= -DOMR_DDR=OFF -C../cmake/caches/Travis.cmake ..
09:56:17 [2024-03-25T13:56:17.190Z] loading initial cache file ../cmake/caches/Travis.cmake
09:56:17 [2024-03-25T13:56:17.190Z] -- Starting with CMake version 3.17.1
09:56:17 [2024-03-25T13:56:17.190Z] -- Found Git: /opt/freeware/bin/git (found version "2.31.1") 
09:56:17 [2024-03-25T13:56:17.190Z] -- The CXX compiler identification is XL 13.1.3
09:56:17 [2024-03-25T13:56:17.190Z] -- The C compiler identification is XL 13.1.3
09:56:17 [2024-03-25T13:56:17.190Z] -- Check for working CXX compiler: /opt/IBM/xlC/13.1.3/bin/xlC_r
09:56:17 [2024-03-25T13:56:17.190Z] -- Check for working CXX compiler: /opt/IBM/xlC/13.1.3/bin/xlC_r - works
09:56:17 [2024-03-25T13:56:17.190Z] -- Detecting CXX compiler ABI info
09:56:17 [2024-03-25T13:56:17.695Z] -- Detecting CXX compiler ABI info - done
09:56:17 [2024-03-25T13:56:17.695Z] -- Detecting CXX compile features
09:56:17 [2024-03-25T13:56:17.695Z] -- Detecting CXX compile features - done
09:56:17 [2024-03-25T13:56:17.695Z] -- Check for working C compiler: /opt/IBM/xlC/13.1.3/bin/xlc_r
09:56:17 [2024-03-25T13:56:17.695Z] -- Check for working C compiler: /opt/IBM/xlC/13.1.3/bin/xlc_r - works
09:56:17 [2024-03-25T13:56:17.695Z] -- Detecting C compiler ABI info
09:56:18 [2024-03-25T13:56:18.217Z] -- Detecting C compiler ABI info - done
09:56:18 [2024-03-25T13:56:18.217Z] -- Detecting C compile features
09:56:18 [2024-03-25T13:56:18.217Z] -- Detecting C compile features - done
09:56:18 [2024-03-25T13:56:18.217Z] -- OMR: The CPU architecture is ppc
09:56:18 [2024-03-25T13:56:18.217Z] -- OMR: The OS is aix
09:56:18 [2024-03-25T13:56:18.217Z] -- OMR: The tool configuration is xlc
09:56:18 [2024-03-25T13:56:18.217Z] -- OMR: The target data size is 64
09:56:18 [2024-03-25T13:56:18.217Z] -- Looking for sem_init
09:56:18 [2024-03-25T13:56:18.217Z] -- Looking for sem_init - found
09:56:18 [2024-03-25T13:56:18.217Z] -- Looking for dladdr
09:56:18 [2024-03-25T13:56:18.217Z] -- Looking for dladdr - not found
09:56:18 [2024-03-25T13:56:18.723Z] -- The ASM compiler identification is XL
09:56:18 [2024-03-25T13:56:18.723Z] -- Found assembler: /opt/IBM/xlC/13.1.3/bin/xlc_r
09:56:18 [2024-03-25T13:56:18.723Z] -- OMR: trace root is '/home/omr/workspace/Build/build'
09:56:18 [2024-03-25T13:56:18.723Z] -- Found Perl: /opt/freeware/bin/perl (found version "5.30.3") 
09:56:18 [2024-03-25T13:56:18.723Z] -- Found PythonInterp: /opt/freeware/bin/python (found version "2.7.18") 
09:56:18 [2024-03-25T13:56:18.723Z] -- Creating static library for jitbuilder
09:56:18 [2024-03-25T13:56:18.723Z] -- Adding PRIVATE compiler options to jitbuilder for jitbuilder.
09:56:18 [2024-03-25T13:56:18.723Z] CMake Warning at fvtest/porttest/CMakeLists.txt:221 (message):
09:56:18 [2024-03-25T13:56:18.723Z]   Excluded omrport tests:
09:56:18 [2024-03-25T13:56:18.723Z]   --gtest_filter=-PortSockTest.two_socket_datagram_communication:PortSlTest.sl_AixDLLMissingDependency
09:56:18 [2024-03-25T13:56:18.723Z] 
09:56:18 [2024-03-25T13:56:18.723Z] 
09:56:19 [2024-03-25T13:56:19.207Z] -- Creating static library for testcompiler
09:56:19 [2024-03-25T13:56:19.207Z] -- Adding PRIVATE compiler options to testcompiler for testcompiler.
09:56:19 [2024-03-25T13:56:19.207Z] -- Adding INTERFACE compiler options to testcompiler for testcompiler.
09:56:19 [2024-03-25T13:56:19.207Z] -- Adding PUBLIC compiler options to tril for testcompiler.
09:56:19 [2024-03-25T13:56:19.207Z] -- Configuring done
09:56:20 [2024-03-25T13:56:20.815Z] -- Generating done
09:56:20 [2024-03-25T13:56:20.815Z] -- Build files have been written to: /home/omr/workspace/Build/build
[Pipeline] echo
09:56:20 [2024-03-25T13:56:20.972Z] Compile...
[Pipeline] sh
09:56:22 [2024-03-25T13:56:22.100Z] + export CCACHE_EXTRAFILES=/home/omr/workspace/Build/build/omrcfg.h
09:56:22 [2024-03-25T13:56:22.100Z] + make -j8
09:56:22 [2024-03-25T13:56:22.100Z] Scanning dependencies of target header_check
09:56:22 [2024-03-25T13:56:22.100Z] Scanning dependencies of target trace
09:56:22 [2024-03-25T13:56:22.100Z] Scanning dependencies of target pugixml
09:56:22 [2024-03-25T13:56:22.100Z] [  0%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/ArgParser.cpp.o
09:56:22 [2024-03-25T13:56:22.100Z] [  0%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/CFileWriter.cpp.o
09:56:22 [2024-03-25T13:56:22.100Z] Scanning dependencies of target omrtestutil
09:56:22 [2024-03-25T13:56:22.100Z] [  0%] Built target header_check
09:56:22 [2024-03-25T13:56:22.100Z] [  0%] Building CXX object fvtest/util/CMakeFiles/omrtestutil.dir/printerrorhelper.cpp.o
09:56:22 [2024-03-25T13:56:22.100Z] [  0%] Building CXX object fvtest/util/CMakeFiles/omrtestutil.dir/testvmhelper.cpp.o
09:56:22 [2024-03-25T13:56:22.100Z] [  0%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/DATFileWriter.cpp.o
09:56:22 [2024-03-25T13:56:22.100Z] [  0%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/FileReader.cpp.o
09:56:22 [2024-03-25T13:56:22.100Z] [  0%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/FileUtils.cpp.o
09:56:22 [2024-03-25T13:56:22.100Z] [  0%] Building CXX object third_party/pugixml-1.5/CMakeFiles/pugixml.dir/pugixml.cpp.o
09:56:22 [2024-03-25T13:56:22.100Z] [  0%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/Port.cpp.o
09:56:22 [2024-03-25T13:56:22.100Z] [  0%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/StringUtils.cpp.o
09:56:22 [2024-03-25T13:56:22.594Z] [  0%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/TDFParser.cpp.o
09:56:22 [2024-03-25T13:56:22.594Z] [  1%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/TraceGen.cpp.o
09:56:22 [2024-03-25T13:56:22.594Z] [  1%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/TraceHeaderWriter.cpp.o
09:56:22 [2024-03-25T13:56:22.594Z] [  1%] Linking CXX static library libomrtestutil.a
09:56:22 [2024-03-25T13:56:22.594Z] Scanning dependencies of target omrGtest
09:56:22 [2024-03-25T13:56:22.594Z] [  1%] Building CXX object fvtest/omrGtestGlue/CMakeFiles/omrGtest.dir/omrGtest.cpp.o
09:56:22 [2024-03-25T13:56:22.594Z] Scanning dependencies of target sltestlib
09:56:22 [2024-03-25T13:56:22.594Z] [  1%] Linking CXX static library libpugixml.a
09:56:22 [2024-03-25T13:56:22.594Z] [  1%] Building C object fvtest/porttest/CMakeFiles/sltestlib.dir/sltestlib/sltest.c.o
09:56:22 [2024-03-25T13:56:22.594Z] Scanning dependencies of target aixbaddep
09:56:22 [2024-03-25T13:56:22.594Z] [  2%] Building C object fvtest/porttest/CMakeFiles/aixbaddep.dir/aixbaddep/sltest.c.o
09:56:22 [2024-03-25T13:56:22.594Z] Scanning dependencies of target traceOptionAgent
09:56:22 [2024-03-25T13:56:22.594Z] [  2%] Built target omrtestutil
09:56:22 [2024-03-25T13:56:22.594Z] Scanning dependencies of target invalidAgentMissingOnLoad
09:56:23 [2024-03-25T13:56:23.107Z] [  2%] Building C object fvtest/rastest/CMakeFiles/traceOptionAgent.dir/traceOptionAgent.c.o
09:56:23 [2024-03-25T13:56:23.107Z] [  2%] Building C object fvtest/rastest/CMakeFiles/invalidAgentMissingOnLoad.dir/invalidAgentMissingOnLoad.c.o
09:56:23 [2024-03-25T13:56:23.107Z] Scanning dependencies of target invalidAgentMissingOnUnload
09:56:23 [2024-03-25T13:56:23.107Z] [  2%] Building C object fvtest/rastest/CMakeFiles/invalidAgentMissingOnUnload.dir/invalidAgentMissingOnUnload.c.o
09:56:23 [2024-03-25T13:56:23.107Z] [  2%] Linking CXX static library libtrace.a
09:56:23 [2024-03-25T13:56:23.107Z] [  2%] Linking C shared library libaixbaddep.so
09:56:23 [2024-03-25T13:56:23.107Z] [  2%] Linking C shared library libsltestlib.so
09:56:23 [2024-03-25T13:56:23.107Z] [  2%] Built target pugixml
09:56:23 [2024-03-25T13:56:23.107Z] [  2%] Built target trace
09:56:23 [2024-03-25T13:56:23.107Z] Scanning dependencies of target invalidAgentReturnError
09:56:23 [2024-03-25T13:56:23.107Z] [  2%] Building C object fvtest/rastest/CMakeFiles/invalidAgentReturnError.dir/invalidAgentReturnError.c.o
09:56:23 [2024-03-25T13:56:23.107Z] [  2%] Linking C shared library libtraceOptionAgent.so
09:56:23 [2024-03-25T13:56:23.107Z] Scanning dependencies of target subscriberAgent
09:56:23 [2024-03-25T13:56:23.107Z] [  2%] Building C object fvtest/rastest/CMakeFiles/subscriberAgent.dir/subscriberAgent.c.o
09:56:23 [2024-03-25T13:56:23.107Z] [  2%] Linking C shared library libinvalidAgentMissingOnLoad.so
09:56:23 [2024-03-25T13:56:23.107Z] [  2%] Linking C shared library libinvalidAgentMissingOnUnload.so
09:56:23 [2024-03-25T13:56:23.107Z] [  2%] Built target aixbaddep
09:56:23 [2024-03-25T13:56:23.107Z] Scanning dependencies of target sampleSubscriber
09:56:23 [2024-03-25T13:56:23.107Z] [  2%] Building C object fvtest/rastest/CMakeFiles/sampleSubscriber.dir/sampleSubscriber.c.o
09:56:23 [2024-03-25T13:56:23.107Z] [  2%] Built target sltestlib
09:56:23 [2024-03-25T13:56:23.107Z] Scanning dependencies of target subscriberAgentWithJ9thread
09:56:23 [2024-03-25T13:56:23.598Z] [  2%] Building C object fvtest/rastest/CMakeFiles/subscriberAgentWithJ9thread.dir/subscriberAgentWithJ9thread.c.o
09:56:23 [2024-03-25T13:56:23.598Z] [  2%] Linking C shared library libinvalidAgentReturnError.so
09:56:23 [2024-03-25T13:56:23.598Z] [  2%] Built target traceOptionAgent
09:56:23 [2024-03-25T13:56:23.598Z] [  3%] Running preprocessing p/runtime/CodeDispatch.spp to create /home/omr/workspace/Build/build/fvtest/compilertest/p/runtime/CodeDispatch.ipp
09:56:23 [2024-03-25T13:56:23.598Z] [  3%] Built target invalidAgentMissingOnLoad
09:56:23 [2024-03-25T13:56:23.598Z] [  3%] Built target invalidAgentMissingOnUnload
09:56:23 [2024-03-25T13:56:23.598Z] Scanning dependencies of target tracemerge
09:56:23 [2024-03-25T13:56:23.598Z] Scanning dependencies of target tracegen
09:56:23 [2024-03-25T13:56:23.598Z] [  3%] Linking CXX shared library libsubscriberAgent.so
09:56:23 [2024-03-25T13:56:23.598Z] [  3%] Building CXX object tools/tracegen/CMakeFiles/tracegen.dir/main.cpp.o
09:56:23 [2024-03-25T13:56:23.598Z] [  3%] Building CXX object tools/tracemerge/CMakeFiles/tracemerge.dir/DATMerge.cpp.o
09:56:23 [2024-03-25T13:56:23.598Z] [  3%] Linking C shared library libsampleSubscriber.so
09:56:23 [2024-03-25T13:56:23.598Z] [  3%] Generate /home/omr/workspace/Build/build/testcompilerName.cpp
09:56:23 [2024-03-25T13:56:23.598Z] [  3%] Built target invalidAgentReturnError
09:56:23 [2024-03-25T13:56:23.598Z] Scanning dependencies of target hookgen
09:56:23 [2024-03-25T13:56:23.598Z] [  3%] Running preprocessing p/runtime/AsmUtil.spp to create /home/omr/workspace/Build/build/fvtest/compilertest/p/runtime/AsmUtil.ipp
09:56:23 [2024-03-25T13:56:23.598Z] [  3%] Linking CXX shared library libsubscriberAgentWithJ9thread.so
09:56:23 [2024-03-25T13:56:23.598Z] [  3%] Building CXX object tools/hookgen/CMakeFiles/hookgen.dir/HookGen.cpp.o
09:56:24 [2024-03-25T13:56:24.086Z] [  3%] Built target subscriberAgent
09:56:24 [2024-03-25T13:56:24.086Z] [  4%] Building CXX object tools/tracemerge/CMakeFiles/tracemerge.dir/main.cpp.o
09:56:24 [2024-03-25T13:56:24.086Z] [  4%] Linking CXX executable tracegen
09:56:24 [2024-03-25T13:56:24.086Z] [  4%] Built target sampleSubscriber
09:56:24 [2024-03-25T13:56:24.086Z] [  4%] Building CXX object tools/hookgen/CMakeFiles/hookgen.dir/main.cpp.o
09:56:24 [2024-03-25T13:56:24.086Z] [  4%] Replacing comment tokens in /home/omr/workspace/Build/build/fvtest/compilertest/p/runtime/CodeDispatch.ipp to create /home/omr/workspace/Build/build/fvtest/compilertest/p/runtime/CodeDispatch.s
09:56:24 [2024-03-25T13:56:24.086Z] [  4%] Replacing comment tokens in /home/omr/workspace/Build/build/fvtest/compilertest/p/runtime/AsmUtil.ipp to create /home/omr/workspace/Build/build/fvtest/compilertest/p/runtime/AsmUtil.s
09:56:24 [2024-03-25T13:56:24.086Z] Scanning dependencies of target cpuLoadAgent
09:56:24 [2024-03-25T13:56:24.086Z] [  4%] Building C object fvtest/rastest/CMakeFiles/cpuLoadAgent.dir/cpuLoadAgent.c.o
09:56:24 [2024-03-25T13:56:24.086Z] [  4%] Built target subscriberAgentWithJ9thread
09:56:24 [2024-03-25T13:56:24.086Z] Scanning dependencies of target traceagent
09:56:24 [2024-03-25T13:56:24.086Z] [  4%] Linking CXX executable tracemerge
09:56:24 [2024-03-25T13:56:24.086Z] [  4%] Building C object fvtest/rastest/CMakeFiles/traceagent.dir/traceagent.c.o
09:56:24 [2024-03-25T13:56:24.086Z] [  4%] Built target tracegen
09:56:24 [2024-03-25T13:56:24.086Z] Scanning dependencies of target memorycategoriesagent
09:56:24 [2024-03-25T13:56:24.574Z] [  4%] Building C object fvtest/rastest/CMakeFiles/memorycategoriesagent.dir/memorycategoriesagent.c.o
09:56:24 [2024-03-25T13:56:24.574Z] [  4%] Linking CXX executable hookgen
09:56:24 [2024-03-25T13:56:24.574Z] Scanning dependencies of target traceNotStartedAgent
09:56:24 [2024-03-25T13:56:24.574Z] [  4%] Building C object fvtest/rastest/CMakeFiles/traceNotStartedAgent.dir/traceNotStartedAgent.c.o
09:56:24 [2024-03-25T13:56:24.574Z] [  4%] Built target tracemerge
09:56:24 [2024-03-25T13:56:24.574Z] [  4%] Linking CXX shared library libtraceagent.so
09:56:24 [2024-03-25T13:56:24.574Z] [  4%] Linking CXX shared library libcpuLoadAgent.so
09:56:24 [2024-03-25T13:56:24.574Z] Scanning dependencies of target bindthreadagent
09:56:24 [2024-03-25T13:56:24.574Z] [  4%] Linking CXX shared library libmemorycategoriesagent.so
09:56:24 [2024-03-25T13:56:24.574Z] [  4%] Building C object fvtest/rastest/CMakeFiles/bindthreadagent.dir/bindthreadagent.c.o
09:56:25 [2024-03-25T13:56:25.059Z] [  4%] Linking CXX shared library libtraceNotStartedAgent.so
09:56:25 [2024-03-25T13:56:25.059Z] [  4%] Built target hookgen
09:56:25 [2024-03-25T13:56:25.059Z] Scanning dependencies of target trc_omr_test
09:56:25 [2024-03-25T13:56:25.059Z] [  4%] Generating ut_omr_test.c, ut_omr_test.h, ut_omr_test.pdat
09:56:25 [2024-03-25T13:56:25.059Z] [  4%] Built target traceagent
09:56:25 [2024-03-25T13:56:25.059Z] [  4%] Linking CXX static library libomrGtest.a
09:56:25 [2024-03-25T13:56:25.059Z] [  4%] Built target cpuLoadAgent
09:56:25 [2024-03-25T13:56:25.059Z] [  4%] Built target trc_omr_test
09:56:25 [2024-03-25T13:56:25.059Z] Scanning dependencies of target trc_j9thr
09:56:25 [2024-03-25T13:56:25.059Z] [  4%] Built target memorycategoriesagent
09:56:25 [2024-03-25T13:56:25.059Z] Scanning dependencies of target trc_omrport
09:56:25 [2024-03-25T13:56:25.059Z] [  4%] Generating ut_j9thr.c, ut_j9thr.h, ut_j9thr.pdat
09:56:25 [2024-03-25T13:56:25.059Z] Scanning dependencies of target trc_avl
09:56:25 [2024-03-25T13:56:25.059Z] [  5%] Generating ut_omrport.c, ut_omrport.h, ut_omrport.pdat
09:56:25 [2024-03-25T13:56:25.059Z] [  5%] Linking CXX shared library libbindthreadagent.so
09:56:25 [2024-03-25T13:56:25.059Z] [  5%] Generating ut_avl.c, ut_avl.h, ut_avl.pdat
09:56:25 [2024-03-25T13:56:25.059Z] Scanning dependencies of target trc_hashtable
09:56:25 [2024-03-25T13:56:25.059Z] [  5%] Built target trc_j9thr
09:56:25 [2024-03-25T13:56:25.059Z] Scanning dependencies of target trc_j9hook
09:56:25 [2024-03-25T13:56:25.059Z] [  5%] Generating ut_j9hook.c, ut_j9hook.h, ut_j9hook.pdat
09:56:25 [2024-03-25T13:56:25.544Z] [  5%] Generating ut_hashtable.c, ut_hashtable.h, ut_hashtable.pdat
09:56:25 [2024-03-25T13:56:25.544Z] [  5%] Built target trc_avl
09:56:25 [2024-03-25T13:56:25.544Z] [  5%] Built target trc_j9hook
09:56:25 [2024-03-25T13:56:25.544Z] Scanning dependencies of target trc_j9utilcore
09:56:25 [2024-03-25T13:56:25.544Z] [  5%] Built target trc_hashtable
09:56:25 [2024-03-25T13:56:25.544Z] Scanning dependencies of target trc_omrutil
09:56:25 [2024-03-25T13:56:25.544Z] [  5%] Generating ut_omrutil.c, ut_omrutil.h, ut_omrutil.pdat
09:56:25 [2024-03-25T13:56:25.544Z] [  5%] Generating ut_j9utilcore.c, ut_j9utilcore.h, ut_j9utilcore.pdat
09:56:25 [2024-03-25T13:56:25.544Z] Scanning dependencies of target trc_pool
09:56:25 [2024-03-25T13:56:25.544Z] [  5%] Generating ut_pool.c, ut_pool.h, ut_pool.pdat
09:56:25 [2024-03-25T13:56:25.544Z] [  5%] Built target traceNotStartedAgent
09:56:25 [2024-03-25T13:56:25.544Z] [  5%] Built target trc_omrutil
09:56:25 [2024-03-25T13:56:25.544Z] Scanning dependencies of target trc_omrvm
09:56:25 [2024-03-25T13:56:25.544Z] [  5%] Built target trc_j9utilcore
09:56:25 [2024-03-25T13:56:25.544Z] [  5%] Built target trc_pool
09:56:25 [2024-03-25T13:56:25.544Z] [  5%] Built target trc_omrport
09:56:25 [2024-03-25T13:56:25.544Z] Scanning dependencies of target trc_omrti
09:56:25 [2024-03-25T13:56:25.544Z] [  5%] Generating ut_omrvm.c, ut_omrvm.h, ut_omrvm.pdat
09:56:25 [2024-03-25T13:56:25.544Z] Scanning dependencies of target trc_j9mm
09:56:25 [2024-03-25T13:56:25.544Z] Scanning dependencies of target trc_j9vgc
09:56:25 [2024-03-25T13:56:25.544Z] Scanning dependencies of target trc_omrmm
09:56:25 [2024-03-25T13:56:25.544Z] [  5%] Generating ut_omrti.c, ut_omrti.h, ut_omrti.pdat
09:56:25 [2024-03-25T13:56:25.544Z] [  5%] Generating ut_j9mm.c, ut_j9mm.h, ut_j9mm.pdat
09:56:25 [2024-03-25T13:56:25.544Z] [  5%] Generating ut_omrmm.c, ut_omrmm.h, ut_omrmm.pdat
09:56:25 [2024-03-25T13:56:25.544Z] [  5%] Generating ut_j9vgc.c, ut_j9vgc.h, ut_j9vgc.pdat
09:56:25 [2024-03-25T13:56:25.544Z] [  5%] Built target trc_omrvm
09:56:25 [2024-03-25T13:56:25.544Z] [  5%] Built target bindthreadagent
09:56:25 [2024-03-25T13:56:25.544Z] [  5%] Generating ut_j9mm.c, ut_j9mm.h, ut_j9mm.pdat
09:56:25 [2024-03-25T13:56:25.544Z] [  5%] Built target trc_omrti
09:56:25 [2024-03-25T13:56:25.544Z] Scanning dependencies of target j9pool
09:56:25 [2024-03-25T13:56:25.544Z] [  5%] Built target trc_omrmm
09:56:25 [2024-03-25T13:56:25.544Z] [  5%] Built target trc_j9vgc
09:56:25 [2024-03-25T13:56:25.544Z] [  6%] Building C object util/pool/CMakeFiles/j9pool.dir/pool.c.o
09:56:25 [2024-03-25T13:56:25.544Z] Scanning dependencies of target j9avl
09:56:25 [2024-03-25T13:56:25.544Z] [  6%] Built target omrGtest
09:56:25 [2024-03-25T13:56:25.544Z] [  7%] Building C object util/avl/CMakeFiles/j9avl.dir/avlsup.c.o
09:56:25 [2024-03-25T13:56:25.544Z] [  7%] Built target trc_j9mm
09:56:25 [2024-03-25T13:56:25.544Z] Scanning dependencies of target omrutil_obj
09:56:25 [2024-03-25T13:56:25.544Z] Scanning dependencies of target j9thr_obj
09:56:25 [2024-03-25T13:56:25.544Z] Scanning dependencies of target omrgc_tracegen
09:56:25 [2024-03-25T13:56:25.544Z] Scanning dependencies of target j9hook_obj
09:56:25 [2024-03-25T13:56:25.544Z] [  7%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/ut_omrutil.c.o
09:56:25 [2024-03-25T13:56:25.544Z] [  7%] Building C object thread/CMakeFiles/j9thr_obj.dir/common/j9sem.c.o
09:56:25 [2024-03-25T13:56:25.544Z] [  7%] Building C object gc/CMakeFiles/omrgc_tracegen.dir/ut_j9mm.c.o
09:56:25 [2024-03-25T13:56:25.544Z] [  7%] Building CXX object util/hookable/CMakeFiles/j9hook_obj.dir/hookable.cpp.o
09:56:25 [2024-03-25T13:56:25.544Z] Scanning dependencies of target omrport_obj
09:56:25 [2024-03-25T13:56:25.544Z] [  7%] Building C object util/avl/CMakeFiles/j9avl.dir/ut_avl.c.o
09:56:25 [2024-03-25T13:56:25.544Z] [  7%] Building C object port/CMakeFiles/omrport_obj.dir/ut_omrport.c.o
09:56:25 [2024-03-25T13:56:25.544Z] [  7%] Building C object util/pool/CMakeFiles/j9pool.dir/pool_cap.c.o
09:56:26 [2024-03-25T13:56:26.028Z] [  7%] Building C object gc/CMakeFiles/omrgc_tracegen.dir/ut_omrmm.c.o
09:56:26 [2024-03-25T13:56:26.028Z] [  7%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/ut_j9utilcore.c.o
09:56:26 [2024-03-25T13:56:26.028Z] [  7%] Building C object thread/CMakeFiles/j9thr_obj.dir/common/omrthread.c.o
09:56:26 [2024-03-25T13:56:26.028Z] [  7%] Building C object util/hookable/CMakeFiles/j9hook_obj.dir/ut_j9hook.c.o
09:56:26 [2024-03-25T13:56:26.028Z] [  7%] Linking C static library libj9avl.a
09:56:26 [2024-03-25T13:56:26.028Z] [  7%] Building ASM object port/CMakeFiles/omrport_obj.dir/aix/omrgetsp.s.o
09:56:26 [2024-03-25T13:56:26.512Z] [  7%] Building C object gc/CMakeFiles/omrgc_tracegen.dir/ut_j9vgc.c.o
09:56:26 [2024-03-25T13:56:26.512Z] [  7%] Building C object util/pool/CMakeFiles/j9pool.dir/ut_pool.c.o
09:56:26 [2024-03-25T13:56:26.512Z] [  8%] Building CXX object util/omrutil/CMakeFiles/omrutil_obj.dir/AtomicFunctions.cpp.o
09:56:26 [2024-03-25T13:56:26.512Z] [  8%] Building C object thread/CMakeFiles/j9thr_obj.dir/unix/omrthreadattr.c.o
09:56:26 [2024-03-25T13:56:26.512Z] [  8%] Building C object port/CMakeFiles/omrport_obj.dir/unix/protect_helpers.c.o
09:56:26 [2024-03-25T13:56:26.512Z] [  8%] Built target j9hook_obj
09:56:26 [2024-03-25T13:56:26.512Z] [  8%] Building C object thread/CMakeFiles/j9thr_obj.dir/unix/omrthreaddebug.c.o
09:56:26 [2024-03-25T13:56:26.512Z] [  9%] Built target omrgc_tracegen
09:56:26 [2024-03-25T13:56:26.512Z] [  9%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/argscan.c.o
09:56:26 [2024-03-25T13:56:26.512Z] [  9%] Built target j9avl
09:56:26 [2024-03-25T13:56:26.512Z] Scanning dependencies of target omrgc_hookgen
09:56:26 [2024-03-25T13:56:26.512Z] [  9%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrgetasid.c.o
09:56:26 [2024-03-25T13:56:26.512Z] [  9%] Linking C static library libj9pool.a
09:56:26 [2024-03-25T13:56:26.512Z] [  9%] Generating mmomrhook_internal.h, ../mmomrhook.h
09:56:27 [2024-03-25T13:56:27.000Z] Scanning dependencies of target testcompiler
09:56:27 [2024-03-25T13:56:27.000Z] [  9%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrgetjobid.c.o
09:56:27 [2024-03-25T13:56:27.000Z] [  9%] Building C object thread/CMakeFiles/j9thr_obj.dir/common/omrthreaderror.c.o
09:56:27 [2024-03-25T13:56:27.000Z] [  9%] Building C object thread/CMakeFiles/j9thr_obj.dir/common/omrthreadinspect.c.o
09:56:27 [2024-03-25T13:56:27.000Z] [  9%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/detectVMDirectory.c.o
09:56:27 [2024-03-25T13:56:27.000Z] [  9%] Built target j9pool
09:56:27 [2024-03-25T13:56:27.000Z] [  9%] Building CXX object thread/CMakeFiles/j9thr_obj.dir/common/omrthreadmem.cpp.o
09:56:27 [2024-03-25T13:56:27.000Z] [  9%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrgetjobname.c.o
09:56:27 [2024-03-25T13:56:27.000Z] [  9%] Generating mmprivatehook_internal.h, mmprivatehook.h
09:56:27 [2024-03-25T13:56:27.485Z] [  9%] Built target omrgc_hookgen
09:56:27 [2024-03-25T13:56:27.485Z] Scanning dependencies of target run_tracegen
09:56:27 [2024-03-25T13:56:27.485Z] [  9%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrgetsysname.c.o
09:56:27 [2024-03-25T13:56:27.485Z] [ 10%] Building C object thread/CMakeFiles/j9thr_obj.dir/aix/omrthreadnuma.c.o
09:56:27 [2024-03-25T13:56:27.485Z] [ 10%] Built target run_tracegen
09:56:27 [2024-03-25T13:56:27.485Z] [ 10%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/testcompilerName.cpp.o
09:56:27 [2024-03-25T13:56:27.485Z] [ 10%] Building C object thread/CMakeFiles/j9thr_obj.dir/common/omrthreadpriority.c.o
09:56:27 [2024-03-25T13:56:27.485Z] Scanning dependencies of target omrcore
09:56:27 [2024-03-25T13:56:27.485Z] [ 10%] Building CXX object omr/CMakeFiles/omrcore.dir/OMR_Agent.cpp.o
09:56:27 [2024-03-25T13:56:27.485Z] [ 10%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/gettimebase.c.o
09:56:27 [2024-03-25T13:56:27.485Z] [ 10%] Building CXX object omr/CMakeFiles/omrcore.dir/OMR_MethodDictionary.cpp.o
09:56:27 [2024-03-25T13:56:27.485Z] [ 10%] Building ASM object port/CMakeFiles/omrport_obj.dir/aix64/rt_divu64.s.o
09:56:27 [2024-03-25T13:56:27.485Z] [ 10%] Building ASM object port/CMakeFiles/omrport_obj.dir/aix64/rt_time.s.o
09:56:27 [2024-03-25T13:56:27.969Z] [ 10%] Building C object thread/CMakeFiles/j9thr_obj.dir/common/omrthreadtls.c.o
09:56:27 [2024-03-25T13:56:27.969Z] Scanning dependencies of target run_tracemerge
09:56:27 [2024-03-25T13:56:27.969Z] [ 10%] Generating tracemerge.stamp
09:56:27 [2024-03-25T13:56:27.969Z] [ 10%] Building CXX object util/omrutil/CMakeFiles/omrutil_obj.dir/j9memclr.cpp.o
09:56:27 [2024-03-25T13:56:27.969Z] [ 10%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/omrcrc32.c.o
09:56:27 [2024-03-25T13:56:27.969Z] [ 10%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrcpu.c.o
09:56:27 [2024-03-25T13:56:27.969Z] [ 10%] Building CXX object omr/CMakeFiles/omrcore.dir/OMR_Profiler.cpp.o
09:56:27 [2024-03-25T13:56:27.969Z] [ 10%] Built target run_tracemerge
09:56:27 [2024-03-25T13:56:27.969Z] [ 10%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrerror.c.o
09:56:27 [2024-03-25T13:56:27.969Z] [ 10%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/poolForPort.c.o
09:56:27 [2024-03-25T13:56:27.969Z] [ 10%] Building CXX object omr/CMakeFiles/omrcore.dir/OMR_Runtime.cpp.o
09:56:28 [2024-03-25T13:56:28.453Z] [ 10%] Building C object thread/CMakeFiles/j9thr_obj.dir/aix/priority.c.o
09:56:28 [2024-03-25T13:56:28.453Z] [ 11%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrerrorhelpers.c.o
09:56:28 [2024-03-25T13:56:28.453Z] [ 11%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/compile/ResolvedMethod.cpp.o
09:56:28 [2024-03-25T13:56:28.453Z] [ 11%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/primeNumberHelper.c.o
09:56:28 [2024-03-25T13:56:28.453Z] [ 11%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrexit.c.o
09:56:28 [2024-03-25T13:56:28.453Z] [ 11%] Building CXX object omr/CMakeFiles/omrcore.dir/OMR_TI.cpp.o
09:56:28 [2024-03-25T13:56:28.453Z] [ 11%] Building C object thread/CMakeFiles/j9thr_obj.dir/unix/thrcreate.c.o
09:56:28 [2024-03-25T13:56:28.453Z] [ 11%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/ranking.c.o
09:56:28 [2024-03-25T13:56:28.938Z] [ 11%] Building CXX object thread/CMakeFiles/j9thr_obj.dir/common/threadhelpers.cpp.o
09:56:28 [2024-03-25T13:56:28.938Z] [ 11%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrfile.c.o
09:56:28 [2024-03-25T13:56:28.938Z] [ 12%] Building CXX object omr/CMakeFiles/omrcore.dir/OMR_TIMemorySize.cpp.o
09:56:28 [2024-03-25T13:56:28.938Z] [ 12%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrfiletext.c.o
09:56:28 [2024-03-25T13:56:28.938Z] [ 12%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/spacesaving.c.o
09:56:28 [2024-03-25T13:56:28.938Z] [ 12%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrfilestream.c.o
09:56:29 [2024-03-25T13:56:29.422Z] [ 12%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrfilestreamtext.c.o
09:56:29 [2024-03-25T13:56:29.422Z] [ 12%] Building CXX object omr/CMakeFiles/omrcore.dir/OMR_VM.cpp.o
09:56:29 [2024-03-25T13:56:29.422Z] [ 12%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/stricmp.c.o
09:56:29 [2024-03-25T13:56:29.422Z] [ 12%] Building C object thread/CMakeFiles/j9thr_obj.dir/common/thrprof.c.o
09:56:29 [2024-03-25T13:56:29.422Z] [ 12%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/threadhelp.c.o
09:56:29 [2024-03-25T13:56:29.422Z] [ 12%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omriconvhelpers.c.o
09:56:29 [2024-03-25T13:56:29.422Z] [ 12%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/control/TestJit.cpp.o
09:56:29 [2024-03-25T13:56:29.422Z] [ 12%] Building CXX object omr/CMakeFiles/omrcore.dir/OMR_VMThread.cpp.o
09:56:29 [2024-03-25T13:56:29.913Z] [ 13%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/thrname_core.c.o
09:56:29 [2024-03-25T13:56:29.913Z] [ 13%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/env/FrontEnd.cpp.o
09:56:29 [2024-03-25T13:56:29.913Z] [ 13%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/ilgen/IlInjector.cpp.o
09:56:29 [2024-03-25T13:56:29.913Z] [ 13%] Building C object thread/CMakeFiles/j9thr_obj.dir/unix/thrdsup.c.o
09:56:29 [2024-03-25T13:56:29.913Z] [ 13%] Building C object omr/CMakeFiles/omrcore.dir/ut_omrti.c.o
09:56:29 [2024-03-25T13:56:29.913Z] [ 13%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrfile_blockingasync.c.o
09:56:29 [2024-03-25T13:56:29.913Z] [ 13%] Building C object thread/CMakeFiles/j9thr_obj.dir/aix/rasthrsup.c.o
09:56:29 [2024-03-25T13:56:29.913Z] [ 13%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/utf8decode.c.o
09:56:29 [2024-03-25T13:56:29.913Z] [ 13%] Building C object omr/CMakeFiles/omrcore.dir/ut_omrvm.c.o
09:56:30 [2024-03-25T13:56:30.429Z] [ 13%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/utf8encode.c.o
09:56:30 [2024-03-25T13:56:30.429Z] [ 13%] Building C object thread/CMakeFiles/j9thr_obj.dir/common/rwmutex.c.o
09:56:30 [2024-03-25T13:56:30.429Z] [ 13%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrmem32helpers.c.o
09:56:30 [2024-03-25T13:56:30.429Z] [ 13%] Building C object omr/CMakeFiles/omrcore.dir/__/example/glue/LanguageVMGlue.c.o
09:56:30 [2024-03-25T13:56:30.429Z] [ 13%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrheap.c.o
09:56:30 [2024-03-25T13:56:30.429Z] [ 13%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/wildcard.c.o
09:56:30 [2024-03-25T13:56:30.429Z] [ 13%] Building CXX object omr/CMakeFiles/omrcore.dir/__/example/glue/omrExampleVM.cpp.o
09:56:30 [2024-03-25T13:56:30.913Z] [ 13%] Building C object thread/CMakeFiles/j9thr_obj.dir/common/omrthreadjlm.c.o
09:56:30 [2024-03-25T13:56:30.913Z] [ 13%] Building C object thread/CMakeFiles/j9thr_obj.dir/unix/unixpriority.c.o
09:56:30 [2024-03-25T13:56:30.913Z] [ 13%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrmem.c.o
09:56:30 [2024-03-25T13:56:30.913Z] [ 13%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/xlphelp.c.o
09:56:30 [2024-03-25T13:56:30.913Z] [ 13%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrmemtag.c.o
09:56:30 [2024-03-25T13:56:30.913Z] [ 13%] Building C object thread/CMakeFiles/j9thr_obj.dir/ut_j9thr.c.o
09:56:30 [2024-03-25T13:56:30.913Z] [ 13%] Building C object omr/CMakeFiles/omrcore.dir/__/example/glue/Profiling.c.o
09:56:30 [2024-03-25T13:56:30.913Z] [ 13%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/xml.c.o
09:56:30 [2024-03-25T13:56:30.913Z] [ 13%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/__/__/example/glue/UtilGlue.c.o
09:56:31 [2024-03-25T13:56:31.407Z] [ 13%] Built target j9thr_obj
09:56:31 [2024-03-25T13:56:31.407Z] [ 13%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/ilgen/TestIlGeneratorMethodDetails.cpp.o
09:56:31 [2024-03-25T13:56:31.407Z] [ 13%] Linking CXX static library libomrcore.a
09:56:31 [2024-03-25T13:56:31.407Z] [ 14%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrmemcategories.c.o
09:56:31 [2024-03-25T13:56:31.407Z] [ 14%] Built target omrcore
09:56:31 [2024-03-25T13:56:31.407Z] [ 14%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrport.c.o
09:56:31 [2024-03-25T13:56:31.407Z] [ 14%] Built target omrutil_obj
09:56:31 [2024-03-25T13:56:31.407Z] [ 14%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/runtime/TestCodeCacheManager.cpp.o
09:56:31 [2024-03-25T13:56:31.407Z] Scanning dependencies of target omrutil
09:56:31 [2024-03-25T13:56:31.407Z] [ 14%] Linking CXX static library libomrutil.a
09:56:31 [2024-03-25T13:56:31.407Z] [ 14%] Built target omrutil
09:56:31 [2024-03-25T13:56:31.407Z] Scanning dependencies of target j9hashtable
09:56:31 [2024-03-25T13:56:31.407Z] [ 14%] Building C object util/hashtable/CMakeFiles/j9hashtable.dir/hash.c.o
09:56:31 [2024-03-25T13:56:31.894Z] [ 14%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrmmap.c.o
09:56:31 [2024-03-25T13:56:31.894Z] [ 14%] Building C object util/hashtable/CMakeFiles/j9hashtable.dir/hashtable.c.o
09:56:31 [2024-03-25T13:56:31.894Z] [ 14%] Building C object util/hashtable/CMakeFiles/j9hashtable.dir/ut_hashtable.c.o
09:56:31 [2024-03-25T13:56:31.894Z] [ 14%] Building C object port/CMakeFiles/omrport_obj.dir/common/j9nls.c.o
09:56:31 [2024-03-25T13:56:31.894Z] [ 14%] Linking CXX static library libj9hashtable.a
09:56:31 [2024-03-25T13:56:31.894Z] [ 14%] Building C object port/CMakeFiles/omrport_obj.dir/unix/j9nlshelpers.c.o
09:56:31 [2024-03-25T13:56:31.894Z] [ 14%] Building ASM object fvtest/compilertest/CMakeFiles/testcompiler.dir/p/runtime/AsmUtil.s.o
09:56:31 [2024-03-25T13:56:31.894Z] [ 14%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrosbacktrace.c.o
09:56:31 [2024-03-25T13:56:31.894Z] [ 14%] Built target j9hashtable
09:56:32 [2024-03-25T13:56:32.383Z] Scanning dependencies of target j9thrstatic
09:56:32 [2024-03-25T13:56:32.383Z] [ 14%] Building ASM object fvtest/compilertest/CMakeFiles/testcompiler.dir/p/runtime/CodeDispatch.s.o
09:56:32 [2024-03-25T13:56:32.383Z] [ 15%] Linking CXX static library libj9thrstatic.a
09:56:32 [2024-03-25T13:56:32.383Z] [ 15%] Building C object port/CMakeFiles/omrport_obj.dir/aix/omrosbacktrace_impl.c.o
09:56:32 [2024-03-25T13:56:32.383Z] [ 15%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/p/runtime/CodeSync.cpp.o
09:56:32 [2024-03-25T13:56:32.383Z] [ 15%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrintrospect.c.o
09:56:32 [2024-03-25T13:56:32.383Z] [ 15%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/p/runtime/OMRCodeCacheConfig.cpp.o
09:56:32 [2024-03-25T13:56:32.383Z] [ 15%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrintrospect_common.c.o
09:56:32 [2024-03-25T13:56:32.383Z] [ 15%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/p/codegen/Evaluator.cpp.o
09:56:32 [2024-03-25T13:56:32.383Z] [ 15%] Built target j9thrstatic
09:56:32 [2024-03-25T13:56:32.383Z] Scanning dependencies of target omrsig
09:56:32 [2024-03-25T13:56:32.383Z] [ 15%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrosdump.c.o
09:56:32 [2024-03-25T13:56:32.383Z] [ 15%] Building CXX object omrsigcompat/CMakeFiles/omrsig.dir/omrsig.cpp.o
09:56:32 [2024-03-25T13:56:32.383Z] [ 16%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/p/env/OMRDebugEnv.cpp.o
09:56:32 [2024-03-25T13:56:32.876Z] Scanning dependencies of target omrutiltest
09:56:32 [2024-03-25T13:56:32.876Z] [ 16%] Building CXX object fvtest/utiltest/CMakeFiles/omrutiltest.dir/main.cpp.o
09:56:32 [2024-03-25T13:56:32.876Z] [ 16%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRAheadOfTimeCompile.cpp.o
09:56:32 [2024-03-25T13:56:32.876Z] [ 16%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/Analyser.cpp.o
09:56:32 [2024-03-25T13:56:32.876Z] [ 16%] Linking CXX shared library libomrsig.so
09:56:32 [2024-03-25T13:56:32.876Z] [ 16%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrportcontrol.c.o
09:56:32 [2024-03-25T13:56:32.876Z] [ 16%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/CCData.cpp.o
09:56:32 [2024-03-25T13:56:32.876Z] [ 16%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrportptb.c.o
09:56:32 [2024-03-25T13:56:32.876Z] ld: 0711-224 WARNING: Duplicate symbol: __cdtors
09:56:32 [2024-03-25T13:56:32.876Z] ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
09:56:32 [2024-03-25T13:56:32.876Z] [ 17%] Built target omrsig
09:56:32 [2024-03-25T13:56:32.876Z] [ 17%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/CodeGenPrep.cpp.o
09:56:33 [2024-03-25T13:56:33.364Z] [ 17%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/CodeGenGC.cpp.o
09:56:33 [2024-03-25T13:56:33.364Z] [ 17%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrsignal.c.o
09:56:33 [2024-03-25T13:56:33.364Z] [ 17%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/CodeGenRA.cpp.o
09:56:33 [2024-03-25T13:56:33.849Z] [ 18%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrsock.c.o
09:56:33 [2024-03-25T13:56:33.849Z] [ 18%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrsockptb.c.o
09:56:33 [2024-03-25T13:56:33.849Z] [ 18%] Linking CXX executable omrutiltest
09:56:34 [2024-03-25T13:56:34.333Z] [ 18%] Building C object port/CMakeFiles/omrport_obj.dir/aix/omrsignal_context.c.o
09:56:34 [2024-03-25T13:56:34.333Z] [ 18%] Built target omrutiltest
09:56:34 [2024-03-25T13:56:34.333Z] [ 18%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRGCRegisterMap.cpp.o
09:56:34 [2024-03-25T13:56:34.333Z] [ 18%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRGCStackAtlas.cpp.o
09:56:34 [2024-03-25T13:56:34.333Z] [ 18%] Building C object port/CMakeFiles/omrport_obj.dir/aix/omrsl.c.o
09:56:34 [2024-03-25T13:56:34.821Z] [ 18%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRLinkage.cpp.o
09:56:34 [2024-03-25T13:56:34.821Z] Scanning dependencies of target omrtrace
09:56:34 [2024-03-25T13:56:34.821Z] [ 18%] Building CXX object omrtrace/CMakeFiles/omrtrace.dir/omrtraceapi.cpp.o
09:56:34 [2024-03-25T13:56:34.821Z] [ 18%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrstr.c.o
09:56:34 [2024-03-25T13:56:34.821Z] [ 18%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/LiveRegister.cpp.o
09:56:34 [2024-03-25T13:56:34.821Z] [ 18%] Building CXX object omrtrace/CMakeFiles/omrtrace.dir/omrtracecomponent.cpp.o
09:56:35 [2024-03-25T13:56:35.315Z] [ 18%] Building CXX object omrtrace/CMakeFiles/omrtrace.dir/omrtraceformatter.cpp.o
09:56:35 [2024-03-25T13:56:35.315Z] [ 18%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrsysinfo.c.o
09:56:35 [2024-03-25T13:56:35.315Z] [ 18%] Building CXX object omrtrace/CMakeFiles/omrtrace.dir/omrtracelog.cpp.o
09:56:35 [2024-03-25T13:56:35.803Z] [ 18%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrsysinfo_helpers.c.o
09:56:35 [2024-03-25T13:56:35.803Z] [ 18%] Building CXX object omrtrace/CMakeFiles/omrtrace.dir/omrtracemain.cpp.o
09:56:35 [2024-03-25T13:56:35.803Z] [ 18%] Building CXX object omrtrace/CMakeFiles/omrtrace.dir/omrtracemisc.cpp.o
09:56:35 [2024-03-25T13:56:35.803Z] [ 18%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrsyslog.c.o
09:56:36 [2024-03-25T13:56:36.302Z] [ 18%] Building CXX object omrtrace/CMakeFiles/omrtrace.dir/omrtraceoptions.cpp.o
09:56:36 [2024-03-25T13:56:36.302Z] [ 18%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OutOfLineCodeSection.cpp.o
09:56:36 [2024-03-25T13:56:36.302Z] [ 18%] Building C object port/CMakeFiles/omrport_obj.dir/aix/omrtime.c.o
09:56:36 [2024-03-25T13:56:36.302Z] [ 19%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/Relocation.cpp.o
09:56:36 [2024-03-25T13:56:36.302Z] [ 19%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrtlshelpers.c.o
09:56:36 [2024-03-25T13:56:36.302Z] [ 19%] Building CXX object omrtrace/CMakeFiles/omrtrace.dir/omrtracepublish.cpp.o
09:56:36 [2024-03-25T13:56:36.302Z] [ 19%] Building CXX object omrtrace/CMakeFiles/omrtrace.dir/omrtracewrappers.cpp.o
09:56:36 [2024-03-25T13:56:36.302Z] [ 19%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrtty.c.o
09:56:36 [2024-03-25T13:56:36.791Z] [ 19%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/RegisterIterator.cpp.o
09:56:36 [2024-03-25T13:56:36.791Z] [ 19%] Building C object port/CMakeFiles/omrport_obj.dir/aix/omrvmem.c.o
09:56:36 [2024-03-25T13:56:36.791Z] [ 20%] Linking CXX static library libomrtrace.a
09:56:36 [2024-03-25T13:56:36.791Z] [ 20%] Built target omrtrace
09:56:36 [2024-03-25T13:56:36.791Z] [ 21%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrmemtag_checks.c.o
09:56:36 [2024-03-25T13:56:36.791Z] [ 21%] Building C object port/CMakeFiles/omrport_obj.dir/aix/omrosdump_helpers.c.o
09:56:37 [2024-03-25T13:56:37.276Z] [ 21%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrsysv_ipcwrappers.c.o
09:56:37 [2024-03-25T13:56:37.276Z] [ 21%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/ScratchRegisterManager.cpp.o
09:56:37 [2024-03-25T13:56:37.276Z] [ 21%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrsharedhelper.c.o
09:56:37 [2024-03-25T13:56:37.276Z] [ 21%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrshsem.c.o
09:56:37 [2024-03-25T13:56:37.276Z] [ 21%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrshsem_deprecated.c.o
09:56:37 [2024-03-25T13:56:37.276Z] [ 21%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrshmem.c.o
09:56:37 [2024-03-25T13:56:37.276Z] [ 21%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/StorageInfo.cpp.o
09:56:37 [2024-03-25T13:56:37.790Z] [ 21%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRTreeEvaluator.cpp.o
09:56:37 [2024-03-25T13:56:37.790Z] [ 21%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/PreInstructionSelection.cpp.o
09:56:37 [2024-03-25T13:56:37.790Z] [ 21%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/NodeEvaluation.cpp.o
09:56:37 [2024-03-25T13:56:37.790Z] [ 21%] Built target omrport_obj
09:56:37 [2024-03-25T13:56:37.790Z] Scanning dependencies of target omrport
09:56:37 [2024-03-25T13:56:37.790Z] [ 22%] Linking CXX static library libomrport.a
09:56:38 [2024-03-25T13:56:38.280Z] [ 22%] Built target omrport
09:56:38 [2024-03-25T13:56:38.280Z] Scanning dependencies of target j9hookstatic
09:56:38 [2024-03-25T13:56:38.280Z] [ 22%] Linking CXX static library libj9hookstatic.a
09:56:38 [2024-03-25T13:56:38.280Z] [ 22%] Built target j9hookstatic
09:56:38 [2024-03-25T13:56:38.280Z] [ 22%] Running preprocessing p/runtime/CodeDispatch.spp to create /home/omr/workspace/Build/build/jitbuilder/p/runtime/CodeDispatch.ipp
09:56:38 [2024-03-25T13:56:38.280Z] [ 22%] Generate /home/omr/workspace/Build/build/jitbuilderName.cpp
09:56:38 [2024-03-25T13:56:38.280Z] [ 22%] Running preprocessing p/runtime/AsmUtil.spp to create /home/omr/workspace/Build/build/jitbuilder/p/runtime/AsmUtil.ipp
09:56:38 [2024-03-25T13:56:38.280Z] [ 22%] Replacing comment tokens in /home/omr/workspace/Build/build/jitbuilder/p/runtime/CodeDispatch.ipp to create /home/omr/workspace/Build/build/jitbuilder/p/runtime/CodeDispatch.s
09:56:38 [2024-03-25T13:56:38.280Z] [ 22%] Running JitBuilder C++ API generator
09:56:38 [2024-03-25T13:56:38.765Z] [ 22%] Replacing comment tokens in /home/omr/workspace/Build/build/jitbuilder/p/runtime/AsmUtil.ipp to create /home/omr/workspace/Build/build/jitbuilder/p/runtime/AsmUtil.s
09:56:38 [2024-03-25T13:56:38.765Z] [ 22%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRPeephole.cpp.o
09:56:39 [2024-03-25T13:56:39.250Z] [ 22%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRSnippet.cpp.o
09:56:39 [2024-03-25T13:56:39.250Z] [ 22%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRUnresolvedDataSnippet.cpp.o
09:56:39 [2024-03-25T13:56:39.735Z] [ 22%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRSnippetGCMap.cpp.o
09:56:39 [2024-03-25T13:56:39.735Z] [ 22%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRCodeGenerator.cpp.o
09:56:40 [2024-03-25T13:56:40.219Z] Scanning dependencies of target omrporttest
09:56:40 [2024-03-25T13:56:40.219Z] [ 22%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/fileTest.cpp.o
09:56:40 [2024-03-25T13:56:40.711Z] [ 22%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRCodeGenPhase.cpp.o
09:56:41 [2024-03-25T13:56:41.196Z] [ 22%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/heapTest.cpp.o
09:56:41 [2024-03-25T13:56:41.715Z] [ 23%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRMemoryReference.cpp.o
09:56:41 [2024-03-25T13:56:41.715Z] [ 23%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrportTest.cpp.o
09:56:42 [2024-03-25T13:56:42.211Z] [ 23%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/main.cpp.o
09:56:42 [2024-03-25T13:56:42.211Z] [ 23%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/memTest.cpp.o
09:56:42 [2024-03-25T13:56:42.714Z] Scanning dependencies of target jitbuilder
09:56:42 [2024-03-25T13:56:42.714Z] [ 23%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrdumpTest.cpp.o
09:56:42 [2024-03-25T13:56:42.714Z] [ 23%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRMachine.cpp.o
09:56:42 [2024-03-25T13:56:42.714Z] [ 23%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRRegister.cpp.o
09:56:43 [2024-03-25T13:56:43.199Z] [ 23%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/jitbuilderName.cpp.o
09:56:43 [2024-03-25T13:56:43.688Z] [ 23%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRRegisterDependency.cpp.o
09:56:43 [2024-03-25T13:56:43.688Z] [ 23%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRRealRegister.cpp.o
09:56:43 [2024-03-25T13:56:43.688Z] [ 23%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/env/FrontEnd.cpp.o
09:56:43 [2024-03-25T13:56:43.688Z] [ 23%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/compile/ResolvedMethod.cpp.o
09:56:43 [2024-03-25T13:56:43.688Z] [ 24%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrerrorTest.cpp.o
09:56:43 [2024-03-25T13:56:43.688Z] [ 24%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRRegisterPair.cpp.o
09:56:44 [2024-03-25T13:56:44.709Z] [ 24%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrfileTest.cpp.o
09:56:44 [2024-03-25T13:56:44.709Z] [ 24%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRInstruction.cpp.o
09:56:45 [2024-03-25T13:56:45.193Z] [ 24%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/control/Jit.cpp.o
09:56:45 [2024-03-25T13:56:45.683Z] [ 24%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/ELFGenerator.cpp.o
09:56:45 [2024-03-25T13:56:45.683Z] [ 24%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRELFRelocationResolver.cpp.o
09:56:46 [2024-03-25T13:56:46.184Z] [ 24%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrfilestreamTest.cpp.o
09:56:46 [2024-03-25T13:56:46.184Z] [ 24%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrheapTest.cpp.o
09:56:46 [2024-03-25T13:56:46.184Z] [ 24%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrintrospectTest.cpp.o
09:56:46 [2024-03-25T13:56:46.676Z] [ 24%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrmemTest.cpp.o
09:56:46 [2024-03-25T13:56:46.676Z] [ 24%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/ilgen/JBIlGeneratorMethodDetails.cpp.o
09:56:46 [2024-03-25T13:56:46.676Z] [ 24%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/optimizer/JBOptimizer.cpp.o
09:56:46 [2024-03-25T13:56:46.676Z] [ 24%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/compile/OSRData.cpp.o
09:56:47 [2024-03-25T13:56:47.705Z] [ 24%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/compile/OMRMethod.cpp.o
09:56:47 [2024-03-25T13:56:47.705Z] [ 24%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrmmapTest.cpp.o
09:56:47 [2024-03-25T13:56:47.705Z] [ 24%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/compile/ResolvedMethod.cpp.o
09:56:47 [2024-03-25T13:56:47.705Z] [ 25%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/runtime/JBCodeCacheManager.cpp.o
09:56:47 [2024-03-25T13:56:47.705Z] [ 25%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrsignalExtendedTest.cpp.o
09:56:48 [2024-03-25T13:56:48.725Z] [ 25%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrsignalTest.cpp.o
09:56:48 [2024-03-25T13:56:48.725Z] [ 25%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrslTest.cpp.o
09:56:49 [2024-03-25T13:56:49.210Z] [ 25%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/compile/VirtualGuard.cpp.o
09:56:49 [2024-03-25T13:56:49.210Z] [ 25%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrstrTest.cpp.o
09:56:49 [2024-03-25T13:56:49.695Z] [ 25%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrtimeTest.cpp.o
09:56:49 [2024-03-25T13:56:49.695Z] [ 25%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrttyExtendedTest.cpp.o
09:56:49 [2024-03-25T13:56:49.695Z] [ 25%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/runtime/JBJitConfig.cpp.o
09:56:49 [2024-03-25T13:56:49.695Z] [ 26%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/compile/OMRSymbolReferenceTable.cpp.o
09:56:50 [2024-03-25T13:56:50.185Z] [ 26%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/compile/OMRAliasBuilder.cpp.o
09:56:50 [2024-03-25T13:56:50.185Z] [ 26%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/p/codegen/Evaluator.cpp.o
09:56:50 [2024-03-25T13:56:50.672Z] [ 27%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrttyTest.cpp.o
09:56:51 [2024-03-25T13:56:51.158Z] [ 27%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrvmemTest.cpp.o
09:56:51 [2024-03-25T13:56:51.158Z] [ 27%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/si.cpp.o
09:56:51 [2024-03-25T13:56:51.158Z] [ 27%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/p/runtime/CodeSync.cpp.o
09:56:51 [2024-03-25T13:56:51.158Z] [ 27%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/compile/OMRCompilation.cpp.o
09:56:51 [2024-03-25T13:56:51.643Z] [ 27%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/si_numcpusTest.cpp.o
09:56:51 [2024-03-25T13:56:51.643Z] [ 27%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/compile/TLSCompilationManager.cpp.o
09:56:52 [2024-03-25T13:56:52.129Z] [ 27%] Building ASM object jitbuilder/CMakeFiles/jitbuilder.dir/p/runtime/AsmUtil.s.o
09:56:52 [2024-03-25T13:56:52.129Z] [ 27%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/control/OMROptions.cpp.o
09:56:52 [2024-03-25T13:56:52.616Z] [ 27%] Building ASM object jitbuilder/CMakeFiles/jitbuilder.dir/p/runtime/CodeDispatch.s.o
09:56:52 [2024-03-25T13:56:52.616Z] [ 27%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/control/OptimizationPlan.cpp.o
09:56:53 [2024-03-25T13:56:53.144Z] [ 27%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/p/env/OMRDebugEnv.cpp.o
09:56:53 [2024-03-25T13:56:53.144Z] [ 27%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/control/OMRRecompilation.cpp.o
09:56:53 [2024-03-25T13:56:53.144Z] [ 27%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/testHelpers.cpp.o
09:56:53 [2024-03-25T13:56:53.144Z] [ 27%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/testProcessHelpers.cpp.o
09:56:53 [2024-03-25T13:56:53.144Z] [ 27%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/jitbuilderclient/cpp/BytecodeBuilder.cpp.o
09:56:53 [2024-03-25T13:56:53.144Z] "/home/omr/workspace/Build/compiler/compile/OMRCompilation.cpp", line 970.59: 1540-0216 (W) An expression of type "void (*)()" cannot be converted to type "long *".
09:56:53 [2024-03-25T13:56:53.144Z] [ 27%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrsockTest.cpp.o
09:56:53 [2024-03-25T13:56:53.633Z] [ 27%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/__/__/util/main_function/main_function.cpp.o
09:56:53 [2024-03-25T13:56:53.633Z] [ 27%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/jitbuilderclient/cpp/IlBuilder.cpp.o
09:56:54 [2024-03-25T13:56:54.211Z] [ 27%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/control/OMRCompilationStrategy.cpp.o
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 114.77: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 115.131: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 119.104: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 123.7: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 124.100: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 125.98: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 126.80: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 128.9: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 129.110: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 130.74: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 131.136: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 133.18: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 135.32: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 137.37: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 141.39: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 143.39: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 144.93: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 145.99: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 146.87: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 148.39: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 150.39: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 152.34: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 153.75: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 154.75: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 156.66: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 157.81: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 158.121: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 160.9: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 161.83: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 163.75: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 165.32: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 166.117: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 167.133: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 168.94: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 169.109: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 172.66: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 173.160: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 174.100: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 175.194: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 181.55: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 183.55: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 191.113: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 194.118: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 195.88: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 196.113: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 198.32: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 208.34: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 209.99: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 216.66: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 217.84: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 218.150: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 219.121: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 220.149: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 221.134: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 222.179: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 223.210: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 224.81: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 225.90: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 226.130: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 227.84: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 228.109: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 229.100: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 231.45: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 234.112: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 235.87: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 236.84: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 237.118: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 238.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 239.111: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 242.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 243.87: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 244.82: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 245.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 246.104: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 247.109: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 248.97: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 249.121: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 250.105: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 251.105: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 252.113: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 253.159: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 254.97: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 255.97: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 256.100: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 257.89: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 259.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 260.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 261.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 263.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 264.122: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 265.99: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 267.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 268.117: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.211Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 271.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 272.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 273.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 274.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 275.120: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 278.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 279.121: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 280.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 281.72: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 282.89: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 283.121: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 284.82: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 285.86: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 286.113: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 291.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 292.127: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 293.87: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 294.93: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 295.99: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 296.86: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 297.112: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 298.85: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 299.88: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 300.113: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 301.102: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 302.118: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 303.116: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 304.80: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 306.108: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 307.188: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 308.97: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 309.93: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 310.109: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 311.131: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 312.140: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 313.100: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 314.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 315.114: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 316.89: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 317.99: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 318.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 319.85: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 320.50: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 321.51: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 322.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 323.105: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 324.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 326.130: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 328.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 330.50: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 331.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 333.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 334.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 335.102: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 336.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 337.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 341.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 345.120: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 347.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 348.174: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 349.105: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 350.107: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 351.109: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 352.118: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 356.143: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 357.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 358.88: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 359.102: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 360.119: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 361.104: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 362.109: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 363.144: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 364.105: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 365.122: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 366.131: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 367.118: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 373.69: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 374.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 375.78: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 377.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 378.107: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 379.111: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 380.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 381.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 382.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 383.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 384.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 385.94: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 386.102: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 388.66: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 389.104: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 391.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 392.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 393.137: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 395.113: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 396.105: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 397.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 398.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 399.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 400.107: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 401.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 402.105: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 404.82: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 405.85: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 406.129: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 407.125: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 408.110: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 410.97: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 412.49: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 413.109: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 414.68: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 415.123: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 416.88: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 417.117: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 418.112: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 419.91: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 420.107: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 421.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 422.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 425.115: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 431.107: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 432.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 433.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 436.105: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 440.132: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 442.98: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 444.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 445.153: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 446.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 447.99: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 448.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 449.195: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 450.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 451.89: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 452.108: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 453.124: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 454.125: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 456.168: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 457.147: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 458.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 459.94: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 460.81: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 461.175: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 462.111: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 463.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 464.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 465.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 466.98: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 467.125: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 468.83: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 469.100: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 471.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 472.89: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 473.85: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 474.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 475.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 477.66: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 479.66: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 480.90: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 481.115: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 483.79: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 487.102: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 488.117: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 489.106: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 490.119: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 491.185: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 492.83: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 493.80: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 494.111: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 495.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 497.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 498.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 499.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 504.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 505.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 506.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 507.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 508.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 510.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 511.120: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 512.157: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 516.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.212Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 517.160: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 518.119: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 520.134: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 523.134: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 524.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 525.86: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 526.68: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 527.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 528.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 533.117: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 534.102: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 535.152: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 536.108: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 537.106: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 538.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 539.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 540.110: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 541.100: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 542.103: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 543.135: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 544.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 546.121: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 547.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 548.156: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 549.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 550.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 551.114: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 552.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 554.116: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 555.119: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 556.130: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 557.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 558.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 559.108: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 560.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 561.136: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 562.84: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 563.89: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 564.86: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 565.119: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 566.139: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 567.97: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 571.83: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 573.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 574.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 576.128: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 577.153: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 578.105: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 580.43: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 581.128: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 582.89: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 583.50: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 584.94: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 585.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 586.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 587.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 588.101: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 589.102: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 590.113: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 592.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 594.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 596.43: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 597.88: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 598.93: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 599.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 600.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 601.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 602.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 603.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 604.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 605.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 606.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 607.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 608.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 609.110: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 610.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 611.94: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 612.111: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 613.118: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 614.124: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 615.124: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 616.124: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 617.124: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 618.124: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 619.124: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 620.142: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 621.79: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 622.107: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 623.150: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 624.50: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 625.56: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 627.66: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 628.154: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 629.87: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 630.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 631.84: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 632.121: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 633.62: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 634.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 635.124: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 636.109: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 637.129: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 638.125: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 639.103: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 640.130: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 641.126: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 642.97: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 643.106: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 644.123: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 645.142: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 646.138: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 647.91: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 648.100: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 649.102: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 650.104: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 651.124: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 654.74: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 657.74: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 658.109: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 659.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 660.123: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 661.113: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 663.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 664.122: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 665.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 666.73: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 667.72: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 668.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 669.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 670.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 672.72: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 674.114: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 675.142: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 676.81: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 677.70: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 678.87: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 679.81: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 680.80: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 681.86: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 682.113: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 683.113: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 684.110: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 685.93: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 686.117: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 687.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 688.148: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 689.134: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 690.126: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 691.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 692.84: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 693.50: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 694.50: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 695.103: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 696.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 697.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 698.80: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 699.86: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 700.79: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 701.78: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.213Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 702.82: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 704.44: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 706.44: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 707.79: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 708.151: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 709.117: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 710.103: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 711.90: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 712.87: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 713.77: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 717.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 718.94: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 719.127: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 720.154: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 721.74: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 723.94: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 724.90: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 725.87: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 726.146: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 727.77: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 728.67: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 729.125: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 730.151: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 731.99: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 732.103: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 733.148: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 735.8: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 736.93: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 737.87: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 738.139: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 739.119: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 740.83: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 741.173: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 742.84: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 743.90: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 744.86: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 745.70: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 746.78: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 747.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 748.77: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 749.129: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 750.88: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 751.99: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 752.90: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 753.123: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 754.104: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 755.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 756.117: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 757.123: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 758.97: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 759.97: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 760.159: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 761.102: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 762.128: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 763.110: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 765.98: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 766.133: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 768.116: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 769.86: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 770.122: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 771.111: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 772.102: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 773.99: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 774.94: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 775.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 776.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 777.100: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 778.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 779.132: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 780.118: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 781.91: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 782.107: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 783.85: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 784.94: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 785.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 787.43: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 788.94: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 789.93: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 791.43: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 792.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 793.97: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 794.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 795.93: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 796.154: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 797.151: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 798.108: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 799.100: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 800.175: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 801.88: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 802.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 805.76: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 807.45: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 809.45: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 810.100: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 811.67: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 813.5: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 814.120: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 815.81: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 817.5: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 818.117: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 820.5: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 821.80: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 822.94: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 823.89: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 824.86: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 825.89: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 827.28: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 829.28: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 831.28: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 832.102: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 841.100: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 846.45: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 849.62: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 850.75: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 855.89: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 857.34: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 858.107: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 859.91: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 861.37: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 863.37: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 865.37: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 867.37: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 869.37: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 871.39: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 873.39: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 875.39: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 877.39: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 879.39: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 881.39: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 883.39: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 885.39: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 887.39: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 888.103: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 889.195: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 890.209: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 891.124: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 892.126: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 893.130: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 894.134: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 895.128: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 896.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 897.132: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 898.138: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 902.38: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 904.38: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 905.91: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 906.118: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 910.34: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 911.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 913.79: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 915.45: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 917.45: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 918.99: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 920.37: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 921.114: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 923.45: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 925.45: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 927.45: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 929.45: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 930.108: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 933.34: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 935.45: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 939.39: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 942.67: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 944.37: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 945.85: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 949.45: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 950.131: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 951.122: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 958.116: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 962.55: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 964.55: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 966.45: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 968.45: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 969.111: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 970.108: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 971.90: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 975.9: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 977.32: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 981.32: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 982.136: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 992.77: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 997.90: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 998.71: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 999.81: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1000.94: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1002.37: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1003.76: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1004.73: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1006.9: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1007.106: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1008.88: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1011.39: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1013.50: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.214Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1016.90: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1017.90: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1018.104: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1020.66: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1022.9: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1025.34: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1026.100: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1027.100: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1028.100: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1029.100: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1030.100: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1031.100: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1033.32: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1034.107: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1035.124: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1036.104: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1037.89: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1038.90: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1039.39: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1040.69: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1041.115: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1042.82: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1043.76: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1044.88: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1045.105: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1046.65: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1047.85: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1048.90: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1051.97: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1052.101: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1053.79: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1060.88: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1061.63: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1062.101: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1063.152: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1064.103: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1065.166: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1066.58: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1067.88: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1068.69: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1069.73: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1070.83: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1071.97: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1072.104: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1073.83: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1074.73: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1075.80: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1086.43: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1088.32: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1094.45: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1096.66: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1097.105: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1098.141: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1099.138: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1104.149: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1105.123: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1108.113: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1109.98: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1110.91: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1111.120: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1112.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1113.123: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1114.104: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1115.160: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1116.103: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1117.123: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1119.38: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1121.38: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1122.62: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1123.80: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1125.69: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1130.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1131.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1132.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1141.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1142.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1143.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1144.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1145.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1146.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1149.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1153.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1155.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1161.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1163.126: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1167.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1179.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1180.101: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1181.101: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1182.101: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1193.113: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1194.132: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1195.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1196.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1204.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1212.91: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1214.119: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1216.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1217.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1218.91: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1219.108: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1221.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1229.124: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1234.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1235.103: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1241.150: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1242.102: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1243.110: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1256.73: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1259.97: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1260.87: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1265.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1266.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1268.91: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1271.113: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1279.143: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1280.238: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1281.126: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1282.58: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1283.132: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1284.104: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1285.103: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1286.113: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1287.98: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1288.130: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1289.118: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1290.89: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1291.114: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1292.73: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1293.97: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1294.127: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1295.88: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1298.39: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1299.104: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1300.84: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1301.93: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1302.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1305.65: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1306.105: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1307.127: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1308.125: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1309.90: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1310.114: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1311.81: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1312.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1313.101: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1316.140: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1317.66: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1318.75: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.215Z] [ 27%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/jitbuilderclient/cpp/IlType.cpp.o
09:56:54 [2024-03-25T13:56:54.215Z] [ 27%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/control/CompilationController.cpp.o
09:56:54 [2024-03-25T13:56:54.705Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 4597.19: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.705Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 4609.21: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.705Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 4614.22: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.705Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 4614.73: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.705Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 4620.18: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.705Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 4623.23: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:56:54 [2024-03-25T13:56:54.705Z] [ 27%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/jitbuilderclient/cpp/IlValue.cpp.o
09:56:54 [2024-03-25T13:56:54.705Z] [ 27%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/control/CompileMethod.cpp.o
09:56:54 [2024-03-25T13:56:54.705Z] [ 27%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/ExceptionTable.cpp.o
09:56:54 [2024-03-25T13:56:54.705Z] [ 27%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/jitbuilderclient/cpp/MethodBuilder.cpp.o
09:56:55 [2024-03-25T13:56:55.195Z] [ 27%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/FrontEnd.cpp.o
09:56:55 [2024-03-25T13:56:55.195Z] [ 28%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/OMRCPU.cpp.o
09:56:55 [2024-03-25T13:56:55.195Z] [ 29%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/jitbuilderclient/cpp/ThunkBuilder.cpp.o
09:56:55 [2024-03-25T13:56:55.695Z] [ 29%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/jitbuilderclient/cpp/TypeDictionary.cpp.o
09:56:55 [2024-03-25T13:56:55.695Z] [ 29%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/jitbuilderclient/cpp/VirtualMachineOperandArray.cpp.o
09:56:55 [2024-03-25T13:56:55.695Z] [ 29%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/OMRObjectModel.cpp.o
09:56:55 [2024-03-25T13:56:55.695Z] [ 29%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/jitbuilderclient/cpp/VirtualMachineOperandStack.cpp.o
09:56:56 [2024-03-25T13:56:56.207Z] [ 29%] Linking CXX executable omrporttest
09:56:56 [2024-03-25T13:56:56.207Z] [ 29%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/jitbuilderclient/cpp/VirtualMachineRegister.cpp.o
09:56:56 [2024-03-25T13:56:56.207Z] [ 29%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/OMRArithEnv.cpp.o
09:56:56 [2024-03-25T13:56:56.695Z] [ 29%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/OMRClassEnv.cpp.o
09:56:57 [2024-03-25T13:56:57.799Z] [ 29%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/jitbuilderclient/cpp/VirtualMachineRegisterInStruct.cpp.o
09:56:57 [2024-03-25T13:56:57.799Z] [ 29%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/OMRDebugEnv.cpp.o
09:56:57 [2024-03-25T13:56:57.799Z] [ 29%] Built target omrporttest
09:56:57 [2024-03-25T13:56:57.799Z] [ 29%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/jitbuilderclient/cpp/VirtualMachineState.cpp.o
09:56:57 [2024-03-25T13:56:57.799Z] [ 29%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/OMRVMEnv.cpp.o
09:56:57 [2024-03-25T13:56:57.799Z] [ 29%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/jitbuilderclient/cpp/JitBuilder.cpp.o
09:56:57 [2024-03-25T13:56:57.799Z] [ 29%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/OMRVMMethodEnv.cpp.o
09:56:58 [2024-03-25T13:56:58.284Z] [ 29%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRAheadOfTimeCompile.cpp.o
09:56:58 [2024-03-25T13:56:58.284Z] [ 29%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/SegmentAllocator.cpp.o
09:56:58 [2024-03-25T13:56:58.284Z] [ 29%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/Analyser.cpp.o
09:56:58 [2024-03-25T13:56:58.284Z] [ 29%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/CCData.cpp.o
09:56:58 [2024-03-25T13:56:58.285Z] [ 29%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/SegmentProvider.cpp.o
09:56:58 [2024-03-25T13:56:58.781Z] [ 29%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/SystemSegmentProvider.cpp.o
09:56:58 [2024-03-25T13:56:58.781Z] [ 29%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/CodeGenPrep.cpp.o
09:56:58 [2024-03-25T13:56:58.781Z] [ 29%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/DebugSegmentProvider.cpp.o
09:56:59 [2024-03-25T13:56:59.265Z] Scanning dependencies of target omrgc
09:56:59 [2024-03-25T13:56:59.265Z] [ 29%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/CodeGenGC.cpp.o
09:56:59 [2024-03-25T13:56:59.265Z] [ 29%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/Region.cpp.o
09:56:59 [2024-03-25T13:56:59.265Z] [ 29%] Building CXX object gc/CMakeFiles/omrgc.dir/base/AddressOrderedListPopulator.cpp.o
09:56:59 [2024-03-25T13:56:59.265Z] [ 30%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/CodeGenRA.cpp.o
09:56:59 [2024-03-25T13:56:59.749Z] [ 30%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRGCRegisterMap.cpp.o
09:56:59 [2024-03-25T13:56:59.749Z] [ 30%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRGCStackAtlas.cpp.o
09:57:00 [2024-03-25T13:57:00.246Z] [ 30%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/StackMemoryRegion.cpp.o
09:57:00 [2024-03-25T13:57:00.246Z] [ 30%] Building CXX object gc/CMakeFiles/omrgc.dir/base/AllocationContext.cpp.o
09:57:00 [2024-03-25T13:57:00.246Z] [ 30%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRLinkage.cpp.o
09:57:00 [2024-03-25T13:57:00.246Z] [ 31%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/OMRPersistentInfo.cpp.o
09:57:00 [2024-03-25T13:57:00.730Z] [ 31%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/LiveRegister.cpp.o
09:57:00 [2024-03-25T13:57:00.730Z] [ 31%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/TRMemory.cpp.o
09:57:00 [2024-03-25T13:57:00.730Z] [ 31%] Building CXX object gc/CMakeFiles/omrgc.dir/base/AllocationInterfaceGeneric.cpp.o
09:57:01 [2024-03-25T13:57:01.215Z] [ 31%] Building CXX object gc/CMakeFiles/omrgc.dir/base/BaseVirtual.cpp.o
09:57:01 [2024-03-25T13:57:01.215Z] [ 32%] Building CXX object gc/CMakeFiles/omrgc.dir/base/BumpAllocatedListPopulator.cpp.o
09:57:01 [2024-03-25T13:57:01.763Z] [ 32%] Building CXX object gc/CMakeFiles/omrgc.dir/base/CardTable.cpp.o
09:57:01 [2024-03-25T13:57:01.763Z] [ 32%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OutOfLineCodeSection.cpp.o
09:57:01 [2024-03-25T13:57:01.763Z] [ 32%] Building CXX object gc/CMakeFiles/omrgc.dir/base/Collector.cpp.o
09:57:02 [2024-03-25T13:57:02.256Z] [ 32%] Building CXX object gc/CMakeFiles/omrgc.dir/base/Configuration.cpp.o
09:57:02 [2024-03-25T13:57:02.256Z] [ 32%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/TRPersistentMemory.cpp.o
09:57:02 [2024-03-25T13:57:02.256Z] [ 32%] Building CXX object gc/CMakeFiles/omrgc.dir/base/EmptyListPopulator.cpp.o
09:57:02 [2024-03-25T13:57:02.256Z] [ 32%] Building CXX object gc/CMakeFiles/omrgc.dir/base/EnvironmentBase.cpp.o
09:57:02 [2024-03-25T13:57:02.256Z] [ 32%] Building CXX object gc/CMakeFiles/omrgc.dir/base/Forge.cpp.o
09:57:02 [2024-03-25T13:57:02.773Z] [ 32%] Building CXX object gc/CMakeFiles/omrgc.dir/base/GCCode.cpp.o
09:57:02 [2024-03-25T13:57:02.773Z] [ 32%] Building CXX object gc/CMakeFiles/omrgc.dir/base/GCExtensionsBase.cpp.o
09:57:02 [2024-03-25T13:57:02.773Z] [ 32%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/VerboseLog.cpp.o
09:57:03 [2024-03-25T13:57:03.333Z] [ 32%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/Relocation.cpp.o
09:57:03 [2024-03-25T13:57:03.333Z] [ 32%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/RegisterIterator.cpp.o
09:57:03 [2024-03-25T13:57:03.333Z] [ 32%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/FEBase.cpp.o
09:57:03 [2024-03-25T13:57:03.333Z] [ 32%] Building CXX object gc/CMakeFiles/omrgc.dir/base/GlobalAllocationManager.cpp.o
09:57:03 [2024-03-25T13:57:03.333Z] [ 32%] Building CXX object gc/CMakeFiles/omrgc.dir/base/GlobalCollector.cpp.o
09:57:03 [2024-03-25T13:57:03.333Z] [ 32%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/JitConfig.cpp.o
09:57:03 [2024-03-25T13:57:03.333Z] [ 32%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/ScratchRegisterManager.cpp.o
09:57:03 [2024-03-25T13:57:03.333Z] [ 32%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/StorageInfo.cpp.o
09:57:03 [2024-03-25T13:57:03.823Z] [ 32%] Building CXX object gc/CMakeFiles/omrgc.dir/base/Heap.cpp.o
09:57:03 [2024-03-25T13:57:03.823Z] [ 32%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRTreeEvaluator.cpp.o
09:57:03 [2024-03-25T13:57:03.823Z] [ 32%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/OMRIO.cpp.o
09:57:04 [2024-03-25T13:57:04.307Z] [ 33%] Building CXX object gc/CMakeFiles/omrgc.dir/base/HeapMap.cpp.o
09:57:04 [2024-03-25T13:57:04.307Z] [ 33%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/PreInstructionSelection.cpp.o
09:57:04 [2024-03-25T13:57:04.307Z] [ 34%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/NodeEvaluation.cpp.o
09:57:04 [2024-03-25T13:57:04.308Z] [ 34%] Building CXX object gc/CMakeFiles/omrgc.dir/base/HeapMapIterator.cpp.o
09:57:04 [2024-03-25T13:57:04.793Z] [ 34%] Building CXX object gc/CMakeFiles/omrgc.dir/base/HeapMemorySubSpaceIterator.cpp.o
09:57:05 [2024-03-25T13:57:05.279Z] [ 34%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/OMRKnownObjectTable.cpp.o
09:57:05 [2024-03-25T13:57:05.279Z] [ 34%] Building CXX object gc/CMakeFiles/omrgc.dir/base/HeapRegionDescriptor.cpp.o
09:57:05 [2024-03-25T13:57:05.279Z] "/home/omr/workspace/Build/compiler/env/FEBase.cpp", line 111.88: 1540-1281 (W) "offsetof" cannot be applied to "class JitConfig".  It is not a POD (plain old data) type.
09:57:05 [2024-03-25T13:57:05.279Z] "/home/omr/workspace/Build/compiler/env/FEBase.cpp", line 117.65: 1540-1281 (W) "offsetof" cannot be applied to "class JitConfig".  It is not a POD (plain old data) type.
09:57:05 [2024-03-25T13:57:05.279Z] "/home/omr/workspace/Build/compiler/env/FEBase.cpp", line 119.65: 1540-1281 (W) "offsetof" cannot be applied to "class JitConfig".  It is not a POD (plain old data) type.
09:57:05 [2024-03-25T13:57:05.279Z] "/home/omr/workspace/Build/compiler/env/FEBase.cpp", line 122.71: 1540-1281 (W) "offsetof" cannot be applied to "class JitConfig".  It is not a POD (plain old data) type.
09:57:05 [2024-03-25T13:57:05.763Z] [ 34%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/Globals.cpp.o
09:57:05 [2024-03-25T13:57:05.763Z] [ 34%] Building CXX object gc/CMakeFiles/omrgc.dir/base/HeapRegionIterator.cpp.o
09:57:05 [2024-03-25T13:57:05.763Z] [ 34%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/OMRCompilerEnv.cpp.o
09:57:05 [2024-03-25T13:57:05.763Z] [ 34%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRPeephole.cpp.o
09:57:06 [2024-03-25T13:57:06.333Z] [ 34%] Building CXX object gc/CMakeFiles/omrgc.dir/base/HeapRegionManager.cpp.o
09:57:06 [2024-03-25T13:57:06.820Z] [ 34%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/PersistentAllocator.cpp.o
09:57:06 [2024-03-25T13:57:06.820Z] [ 34%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRSnippet.cpp.o
09:57:06 [2024-03-25T13:57:06.820Z] [ 34%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRUnresolvedDataSnippet.cpp.o
09:57:06 [2024-03-25T13:57:06.820Z] [ 34%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRSymbol.cpp.o
09:57:06 [2024-03-25T13:57:06.820Z] [ 34%] Building CXX object gc/CMakeFiles/omrgc.dir/base/HeapRegionManagerTarok.cpp.o
09:57:06 [2024-03-25T13:57:06.820Z] [ 34%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRSnippetGCMap.cpp.o
09:57:07 [2024-03-25T13:57:07.329Z] [ 35%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRAutomaticSymbol.cpp.o
09:57:07 [2024-03-25T13:57:07.329Z] [ 35%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRLabelSymbol.cpp.o
09:57:07 [2024-03-25T13:57:07.329Z] [ 35%] Building CXX object gc/CMakeFiles/omrgc.dir/base/HeapVirtualMemory.cpp.o
09:57:07 [2024-03-25T13:57:07.814Z] [ 35%] Building CXX object gc/CMakeFiles/omrgc.dir/base/LightweightNonReentrantLock.cpp.o
09:57:08 [2024-03-25T13:57:08.302Z] [ 35%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRCodeGenerator.cpp.o
09:57:08 [2024-03-25T13:57:08.302Z] [ 35%] Building CXX object gc/CMakeFiles/omrgc.dir/base/LightweightNonReentrantRWLock.cpp.o
09:57:08 [2024-03-25T13:57:08.791Z] [ 35%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRCodeGenPhase.cpp.o
09:57:08 [2024-03-25T13:57:08.791Z] [ 35%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRMemoryReference.cpp.o
09:57:08 [2024-03-25T13:57:08.791Z] [ 35%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MarkedObjectPopulator.cpp.o
09:57:09 [2024-03-25T13:57:09.278Z] [ 35%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRMethodSymbol.cpp.o
09:57:09 [2024-03-25T13:57:09.278Z] [ 35%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MarkingScheme.cpp.o
09:57:09 [2024-03-25T13:57:09.278Z] [ 35%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRParameterSymbol.cpp.o
09:57:09 [2024-03-25T13:57:09.764Z] [ 35%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MarkMap.cpp.o
09:57:09 [2024-03-25T13:57:09.764Z] [ 36%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MarkMapSegmentChunkIterator.cpp.o
09:57:09 [2024-03-25T13:57:09.764Z] [ 36%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MainGCThread.cpp.o
09:57:09 [2024-03-25T13:57:09.764Z] [ 36%] Building CXX object gc/CMakeFiles/omrgc.dir/base/Math.cpp.o
09:57:10 [2024-03-25T13:57:10.250Z] [ 36%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRRegisterMappedSymbol.cpp.o
09:57:10 [2024-03-25T13:57:10.250Z] [ 36%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemoryManager.cpp.o
09:57:10 [2024-03-25T13:57:10.250Z] [ 36%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRMachine.cpp.o
09:57:10 [2024-03-25T13:57:10.745Z] [ 36%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemoryPool.cpp.o
09:57:10 [2024-03-25T13:57:10.745Z] [ 36%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRResolvedMethodSymbol.cpp.o
09:57:10 [2024-03-25T13:57:10.745Z] [ 36%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRStaticSymbol.cpp.o
09:57:10 [2024-03-25T13:57:10.745Z] [ 36%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemoryPoolAddressOrderedList.cpp.o
09:57:10 [2024-03-25T13:57:10.745Z] [ 36%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRRegister.cpp.o
09:57:10 [2024-03-25T13:57:10.745Z] [ 36%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemoryPoolAddressOrderedListBase.cpp.o
09:57:11 [2024-03-25T13:57:11.230Z] [ 36%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/Aliases.cpp.o
09:57:11 [2024-03-25T13:57:11.230Z] [ 36%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRBlock.cpp.o
09:57:11 [2024-03-25T13:57:11.230Z] [ 36%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRRegisterDependency.cpp.o
09:57:11 [2024-03-25T13:57:11.745Z] [ 36%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemoryPoolBumpPointer.cpp.o
09:57:11 [2024-03-25T13:57:11.745Z] [ 36%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRRealRegister.cpp.o
09:57:11 [2024-03-25T13:57:11.745Z] [ 36%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRRegisterPair.cpp.o
09:57:11 [2024-03-25T13:57:11.745Z] [ 36%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemoryPoolLargeObjects.cpp.o
09:57:12 [2024-03-25T13:57:12.231Z] [ 37%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRInstruction.cpp.o
09:57:12 [2024-03-25T13:57:12.231Z] [ 37%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemoryPoolSplitAddressOrderedList.cpp.o
09:57:13 [2024-03-25T13:57:13.252Z] [ 37%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemoryPoolSplitAddressOrderedListBase.cpp.o
09:57:13 [2024-03-25T13:57:13.252Z] [ 37%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemorySpace.cpp.o
09:57:13 [2024-03-25T13:57:13.252Z] [ 37%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemorySubSpace.cpp.o
09:57:13 [2024-03-25T13:57:13.738Z] [ 38%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemorySubSpaceChildIterator.cpp.o
09:57:13 [2024-03-25T13:57:13.738Z] [ 38%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemorySubSpaceFlat.cpp.o
09:57:13 [2024-03-25T13:57:13.738Z] [ 38%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemorySubSpaceGeneric.cpp.o
09:57:14 [2024-03-25T13:57:14.223Z] [ 38%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/ELFGenerator.cpp.o
09:57:14 [2024-03-25T13:57:14.223Z] [ 38%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRDataTypes.cpp.o
09:57:14 [2024-03-25T13:57:14.223Z] [ 38%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRELFRelocationResolver.cpp.o
09:57:14 [2024-03-25T13:57:14.223Z] [ 38%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/compile/OSRData.cpp.o
09:57:14 [2024-03-25T13:57:14.755Z] [ 38%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemorySubSpacePoolIterator.cpp.o
09:57:14 [2024-03-25T13:57:14.755Z] [ 38%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemorySubSpaceRegionIterator.cpp.o
09:57:14 [2024-03-25T13:57:14.755Z] [ 38%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/compile/OMRMethod.cpp.o
09:57:14 [2024-03-25T13:57:14.755Z] [ 38%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRIL.cpp.o
09:57:14 [2024-03-25T13:57:14.755Z] [ 38%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemorySubSpaceUniSpace.cpp.o
09:57:14 [2024-03-25T13:57:14.755Z] [ 38%] Building CXX object gc/CMakeFiles/omrgc.dir/base/ModronAssertions.cpp.o
09:57:14 [2024-03-25T13:57:14.755Z] [ 38%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/compile/ResolvedMethod.cpp.o
09:57:15 [2024-03-25T13:57:15.258Z] [ 38%] Building CXX object gc/CMakeFiles/omrgc.dir/base/NUMAManager.cpp.o
09:57:15 [2024-03-25T13:57:15.258Z] [ 38%] Building CXX object gc/CMakeFiles/omrgc.dir/base/NonVirtualMemory.cpp.o
09:57:15 [2024-03-25T13:57:15.258Z] [ 38%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/compile/VirtualGuard.cpp.o
09:57:15 [2024-03-25T13:57:15.258Z] [ 38%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRILOps.cpp.o
09:57:15 [2024-03-25T13:57:15.744Z] [ 38%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRNode.cpp.o
09:57:15 [2024-03-25T13:57:15.744Z] [ 38%] Building CXX object gc/CMakeFiles/omrgc.dir/base/OMRVMInterface.cpp.o
09:57:16 [2024-03-25T13:57:16.230Z] [ 38%] Building CXX object gc/CMakeFiles/omrgc.dir/base/OMRVMThreadInterface.cpp.o
09:57:16 [2024-03-25T13:57:16.230Z] [ 38%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/compile/OMRSymbolReferenceTable.cpp.o
09:57:16 [2024-03-25T13:57:16.230Z] [ 38%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/compile/OMRAliasBuilder.cpp.o
09:57:16 [2024-03-25T13:57:16.230Z] [ 38%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/compile/OMRCompilation.cpp.o
09:57:16 [2024-03-25T13:57:16.230Z] [ 38%] Building CXX object gc/CMakeFiles/omrgc.dir/base/ObjectAllocationInterface.cpp.o
09:57:16 [2024-03-25T13:57:16.744Z] [ 39%] Building CXX object gc/CMakeFiles/omrgc.dir/base/ObjectHeapBufferedIterator.cpp.o
09:57:16 [2024-03-25T13:57:16.744Z] [ 39%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/compile/TLSCompilationManager.cpp.o
09:57:17 [2024-03-25T13:57:17.266Z] [ 39%] Building CXX object gc/CMakeFiles/omrgc.dir/base/ObjectHeapIteratorAddressOrderedList.cpp.o
09:57:17 [2024-03-25T13:57:17.266Z] [ 39%] Building CXX object gc/CMakeFiles/omrgc.dir/base/Packet.cpp.o
09:57:17 [2024-03-25T13:57:17.751Z] [ 39%] Building CXX object gc/CMakeFiles/omrgc.dir/base/PacketList.cpp.o
09:57:17 [2024-03-25T13:57:17.751Z] [ 39%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/control/OMROptions.cpp.o
09:57:18 [2024-03-25T13:57:18.255Z] [ 39%] Building CXX object gc/CMakeFiles/omrgc.dir/base/ParallelDispatcher.cpp.o
09:57:18 [2024-03-25T13:57:18.255Z] [ 40%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRSymbolReference.cpp.o
09:57:18 [2024-03-25T13:57:18.255Z] "/home/omr/workspace/Build/compiler/compile/OMRCompilation.cpp", line 970.59: 1540-0216 (W) An expression of type "void (*)()" cannot be converted to type "long *".
09:57:18 [2024-03-25T13:57:18.255Z] [ 40%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRTreeTop.cpp.o
09:57:18 [2024-03-25T13:57:18.255Z] [ 40%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/control/OptimizationPlan.cpp.o
09:57:18 [2024-03-25T13:57:18.742Z] [ 40%] Building CXX object gc/CMakeFiles/omrgc.dir/base/ParallelHeapWalker.cpp.o
09:57:18 [2024-03-25T13:57:18.742Z] [ 40%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/NodePool.cpp.o
09:57:18 [2024-03-25T13:57:18.742Z] [ 40%] Building CXX object gc/CMakeFiles/omrgc.dir/base/ParallelObjectHeapIterator.cpp.o
09:57:19 [2024-03-25T13:57:19.227Z] [ 40%] Building CXX object gc/CMakeFiles/omrgc.dir/base/ParallelMarkTask.cpp.o
09:57:19 [2024-03-25T13:57:19.227Z] [ 41%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/control/OMRRecompilation.cpp.o
09:57:19 [2024-03-25T13:57:19.227Z] [ 41%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/control/OMRCompilationStrategy.cpp.o
09:57:19 [2024-03-25T13:57:19.227Z] [ 41%] Building CXX object gc/CMakeFiles/omrgc.dir/base/ParallelTask.cpp.o
09:57:19 [2024-03-25T13:57:19.715Z] [ 41%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/NodeUtils.cpp.o
09:57:19 [2024-03-25T13:57:19.715Z] [ 41%] Building CXX object gc/CMakeFiles/omrgc.dir/base/PhysicalArena.cpp.o
09:57:19 [2024-03-25T13:57:19.715Z] [ 41%] Building CXX object gc/CMakeFiles/omrgc.dir/base/PhysicalArenaRegionBased.cpp.o
09:57:19 [2024-03-25T13:57:19.715Z] [ 41%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/IlGenRequest.cpp.o
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 114.77: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 115.131: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 119.104: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 123.7: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 124.100: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 125.98: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 126.80: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 128.9: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 129.110: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 130.74: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 131.136: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 133.18: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 135.32: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 137.37: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 141.39: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 143.39: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 144.93: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 145.99: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 146.87: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 148.39: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 150.39: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 152.34: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 153.75: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 154.75: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 156.66: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 157.81: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 158.121: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 160.9: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 161.83: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 163.75: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 165.32: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 166.117: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 167.133: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 168.94: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 169.109: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 172.66: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 173.160: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 174.100: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 175.194: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 181.55: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 183.55: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 191.113: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 194.118: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 195.88: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 196.113: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 198.32: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 208.34: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 209.99: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 216.66: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 217.84: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 218.150: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 219.121: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 220.149: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 221.134: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 222.179: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 223.210: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 224.81: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 225.90: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 226.130: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 227.84: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 228.109: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 229.100: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 231.45: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 234.112: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 235.87: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 236.84: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 237.118: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 238.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 239.111: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 242.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 243.87: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 244.82: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 245.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 246.104: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 247.109: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 248.97: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 249.121: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 250.105: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 251.105: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 252.113: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 253.159: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 254.97: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 255.97: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 256.100: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 257.89: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 259.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 260.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 261.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 263.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 264.122: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 265.99: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 267.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.353Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 268.117: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 271.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 272.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 273.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 274.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 275.120: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 278.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 279.121: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 280.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 281.72: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 282.89: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 283.121: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 284.82: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 285.86: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 286.113: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 291.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 292.127: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 293.87: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 294.93: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 295.99: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 296.86: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 297.112: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 298.85: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 299.88: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 300.113: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 301.102: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 302.118: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 303.116: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 304.80: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 306.108: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 307.188: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 308.97: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 309.93: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 310.109: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 311.131: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 312.140: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 313.100: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 314.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 315.114: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 316.89: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 317.99: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 318.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 319.85: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 320.50: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 321.51: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 322.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 323.105: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 324.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 326.130: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 328.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 330.50: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 331.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 333.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 334.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 335.102: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 336.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 337.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 341.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 345.120: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 347.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 348.174: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 349.105: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 350.107: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 351.109: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 352.118: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 356.143: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 357.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 358.88: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 359.102: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 360.119: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 361.104: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 362.109: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 363.144: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 364.105: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 365.122: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 366.131: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 367.118: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 373.69: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 374.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 375.78: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 377.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 378.107: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 379.111: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 380.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 381.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 382.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 383.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 384.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 385.94: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 386.102: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 388.66: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 389.104: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 391.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 392.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 393.137: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 395.113: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 396.105: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 397.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 398.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 399.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 400.107: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 401.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 402.105: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 404.82: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 405.85: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 406.129: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 407.125: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 408.110: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 410.97: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 412.49: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 413.109: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 414.68: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 415.123: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 416.88: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 417.117: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 418.112: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 419.91: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 420.107: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 421.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 422.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 425.115: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 431.107: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 432.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 433.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 436.105: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 440.132: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 442.98: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 444.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 445.153: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 446.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 447.99: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 448.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 449.195: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 450.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 451.89: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 452.108: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 453.124: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 454.125: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 456.168: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 457.147: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 458.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 459.94: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 460.81: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 461.175: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 462.111: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 463.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 464.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 465.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 466.98: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 467.125: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 468.83: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 469.100: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 471.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 472.89: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 473.85: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 474.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 475.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 477.66: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 479.66: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 480.90: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 481.115: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 483.79: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 487.102: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 488.117: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 489.106: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] [ 41%] Building CXX object gc/CMakeFiles/omrgc.dir/base/PhysicalArenaVirtualMemory.cpp.o
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 490.119: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 491.185: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 492.83: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 493.80: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 494.111: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 495.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 497.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 498.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 499.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 504.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 505.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 506.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 507.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 508.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 510.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 511.120: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 512.157: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.354Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 516.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 517.160: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 518.119: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 520.134: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 523.134: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 524.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 525.86: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 526.68: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 527.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 528.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 533.117: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 534.102: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 535.152: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 536.108: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 537.106: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 538.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 539.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 540.110: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 541.100: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 542.103: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 543.135: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 544.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 546.121: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 547.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 548.156: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 549.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 550.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 551.114: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 552.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 554.116: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 555.119: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 556.130: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 557.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 558.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 559.108: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 560.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 561.136: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 562.84: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 563.89: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 564.86: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 565.119: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 566.139: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 567.97: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 571.83: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 573.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 574.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 576.128: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 577.153: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 578.105: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 580.43: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 581.128: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 582.89: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 583.50: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 584.94: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 585.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 586.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 587.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 588.101: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 589.102: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 590.113: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 592.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 594.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 596.43: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 597.88: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 598.93: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 599.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 600.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 601.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 602.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 603.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 604.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 605.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 606.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 607.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 608.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 609.110: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 610.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 611.94: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 612.111: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 613.118: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 614.124: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 615.124: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 616.124: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 617.124: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 618.124: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 619.124: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 620.142: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 621.79: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 622.107: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 623.150: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 624.50: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 625.56: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 627.66: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 628.154: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 629.87: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 630.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 631.84: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 632.121: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 633.62: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 634.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 635.124: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 636.109: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 637.129: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 638.125: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 639.103: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 640.130: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 641.126: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 642.97: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 643.106: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 644.123: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 645.142: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 646.138: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 647.91: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 648.100: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 649.102: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 650.104: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 651.124: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 654.74: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 657.74: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 658.109: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 659.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 660.123: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 661.113: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 663.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 664.122: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 665.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 666.73: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 667.72: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 668.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 669.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 670.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 672.72: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 674.114: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 675.142: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 676.81: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 677.70: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 678.87: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 679.81: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 680.80: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 681.86: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 682.113: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 683.113: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 684.110: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 685.93: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 686.117: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 687.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 688.148: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 689.134: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 690.126: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 691.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 692.84: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 693.50: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 694.50: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 695.103: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 696.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 697.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 698.80: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 699.86: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 700.79: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 701.78: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 702.82: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.355Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 704.44: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 706.44: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 707.79: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 708.151: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 709.117: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 710.103: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 711.90: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 712.87: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 713.77: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 717.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 718.94: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 719.127: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 720.154: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 721.74: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 723.94: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 724.90: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 725.87: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 726.146: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 727.77: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 728.67: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 729.125: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 730.151: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 731.99: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 732.103: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 733.148: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 735.8: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 736.93: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 737.87: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 738.139: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 739.119: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 740.83: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 741.173: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 742.84: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 743.90: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 744.86: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 745.70: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 746.78: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 747.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 748.77: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 749.129: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 750.88: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 751.99: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 752.90: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 753.123: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 754.104: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 755.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 756.117: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 757.123: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 758.97: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 759.97: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 760.159: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 761.102: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 762.128: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 763.110: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 765.98: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 766.133: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 768.116: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 769.86: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 770.122: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 771.111: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 772.102: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 773.99: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 774.94: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 775.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 776.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 777.100: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 778.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 779.132: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 780.118: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 781.91: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 782.107: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 783.85: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 784.94: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 785.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 787.43: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 788.94: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 789.93: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 791.43: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 792.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 793.97: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 794.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 795.93: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 796.154: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 797.151: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 798.108: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 799.100: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 800.175: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 801.88: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 802.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 805.76: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 807.45: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 809.45: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 810.100: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 811.67: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 813.5: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 814.120: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 815.81: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 817.5: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 818.117: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 820.5: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 821.80: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 822.94: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 823.89: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 824.86: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 825.89: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 827.28: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 829.28: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 831.28: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 832.102: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 841.100: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 846.45: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 849.62: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 850.75: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 855.89: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] [ 41%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/control/CompilationController.cpp.o
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 857.34: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 858.107: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 859.91: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 861.37: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 863.37: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 865.37: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 867.37: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 869.37: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 871.39: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 873.39: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 875.39: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 877.39: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 879.39: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 881.39: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 883.39: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 885.39: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 887.39: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 888.103: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 889.195: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 890.209: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 891.124: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 892.126: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 893.130: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 894.134: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 895.128: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 896.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 897.132: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 898.138: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 902.38: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 904.38: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 905.91: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 906.118: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 910.34: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 911.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 913.79: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 915.45: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 917.45: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 918.99: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 920.37: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 921.114: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 923.45: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 925.45: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 927.45: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 929.45: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 930.108: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 933.34: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 935.45: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 939.39: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 942.67: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 944.37: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 945.85: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 949.45: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 950.131: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 951.122: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 958.116: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 962.55: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 964.55: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 966.45: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 968.45: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 969.111: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 970.108: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 971.90: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 975.9: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 977.32: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 981.32: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 982.136: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 992.77: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.356Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 997.90: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 998.71: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 999.81: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1000.94: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1002.37: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1003.76: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1004.73: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1006.9: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1007.106: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1008.88: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1011.39: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1013.50: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1016.90: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1017.90: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1018.104: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1020.66: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1022.9: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1025.34: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1026.100: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1027.100: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1028.100: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1029.100: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1030.100: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1031.100: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1033.32: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1034.107: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1035.124: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1036.104: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1037.89: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1038.90: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1039.39: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1040.69: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1041.115: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1042.82: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1043.76: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1044.88: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1045.105: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1046.65: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1047.85: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1048.90: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1051.97: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1052.101: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1053.79: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1060.88: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1061.63: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1062.101: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1063.152: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1064.103: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1065.166: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1066.58: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1067.88: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1068.69: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1069.73: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1070.83: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1071.97: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1072.104: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1073.83: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1074.73: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1075.80: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1086.43: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1088.32: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1094.45: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1096.66: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1097.105: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1098.141: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1099.138: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1104.149: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1105.123: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1108.113: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1109.98: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1110.91: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1111.120: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1112.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1113.123: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1114.104: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1115.160: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1116.103: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1117.123: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1119.38: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1121.38: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1122.62: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1123.80: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1125.69: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1130.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1131.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1132.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1141.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1142.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1143.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1144.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1145.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1146.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1149.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1153.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1155.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1161.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1163.126: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1167.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1179.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1180.101: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1181.101: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1182.101: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1193.113: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1194.132: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1195.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1196.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1204.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1212.91: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1214.119: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1216.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1217.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1218.91: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1219.108: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1221.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1229.124: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1234.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1235.103: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1241.150: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1242.102: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1243.110: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1256.73: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1259.97: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1260.87: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1265.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1266.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1268.91: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1271.113: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1279.143: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1280.238: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1281.126: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1282.58: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1283.132: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1284.104: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1285.103: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1286.113: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1287.98: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1288.130: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1289.118: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1290.89: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1291.114: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1292.73: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1293.97: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1294.127: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1295.88: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1298.39: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1299.104: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1300.84: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1301.93: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1302.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1305.65: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1306.105: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1307.127: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1308.125: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1309.90: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1310.114: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1311.81: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1312.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1313.101: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1316.140: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1317.66: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1318.75: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] [ 41%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/control/CompileMethod.cpp.o
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 4597.19: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 4609.21: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 4614.22: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 4614.73: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.357Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 4620.18: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.358Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 4623.23: 1540-1281 (W) "offsetof" cannot be applied to "class Options".  It is not a POD (plain old data) type.
09:57:20 [2024-03-25T13:57:20.358Z] [ 41%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/IlInjector.cpp.o
09:57:20 [2024-03-25T13:57:20.844Z] [ 41%] Building CXX object gc/CMakeFiles/omrgc.dir/base/PhysicalSubArena.cpp.o
09:57:20 [2024-03-25T13:57:20.844Z] [ 42%] Building CXX object gc/CMakeFiles/omrgc.dir/base/PhysicalSubArenaRegionBased.cpp.o
09:57:20 [2024-03-25T13:57:20.844Z] [ 42%] Building CXX object gc/CMakeFiles/omrgc.dir/base/PhysicalSubArenaVirtualMemory.cpp.o
09:57:20 [2024-03-25T13:57:20.844Z] [ 42%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/ExceptionTable.cpp.o
09:57:21 [2024-03-25T13:57:21.341Z] [ 42%] Building CXX object gc/CMakeFiles/omrgc.dir/base/PhysicalSubArenaVirtualMemoryFlat.cpp.o
09:57:21 [2024-03-25T13:57:21.341Z] [ 42%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRBytecodeBuilder.cpp.o
09:57:21 [2024-03-25T13:57:21.341Z] [ 42%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRIlBuilder.cpp.o
09:57:21 [2024-03-25T13:57:21.827Z] [ 42%] Building CXX object gc/CMakeFiles/omrgc.dir/base/ReferenceChainWalkerMarkMap.cpp.o
09:57:21 [2024-03-25T13:57:21.827Z] [ 42%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRIlType.cpp.o
09:57:21 [2024-03-25T13:57:21.827Z] [ 42%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/FrontEnd.cpp.o
09:57:22 [2024-03-25T13:57:22.312Z] [ 42%] Building CXX object gc/CMakeFiles/omrgc.dir/base/RegionPool.cpp.o
09:57:22 [2024-03-25T13:57:22.312Z] [ 42%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRIlValue.cpp.o
09:57:22 [2024-03-25T13:57:22.806Z] [ 42%] Building CXX object gc/CMakeFiles/omrgc.dir/base/RegionPoolGeneric.cpp.o
09:57:22 [2024-03-25T13:57:22.806Z] [ 42%] Building CXX object gc/CMakeFiles/omrgc.dir/base/SparseAddressOrderedFixedSizeDataPool.cpp.o
09:57:22 [2024-03-25T13:57:22.806Z] [ 42%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/OMRCPU.cpp.o
09:57:23 [2024-03-25T13:57:23.295Z] [ 42%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/OMRObjectModel.cpp.o
09:57:23 [2024-03-25T13:57:23.295Z] [ 42%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/OMRArithEnv.cpp.o
09:57:23 [2024-03-25T13:57:23.295Z] [ 42%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRJitBuilderRecorder.cpp.o
09:57:23 [2024-03-25T13:57:23.295Z] [ 42%] Building CXX object gc/CMakeFiles/omrgc.dir/base/SparseVirtualMemory.cpp.o
09:57:23 [2024-03-25T13:57:23.295Z] [ 42%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRJitBuilderRecorderBinaryBuffer.cpp.o
09:57:23 [2024-03-25T13:57:23.784Z] [ 42%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRJitBuilderRecorderBinaryFile.cpp.o
09:57:23 [2024-03-25T13:57:23.784Z] [ 42%] Building CXX object gc/CMakeFiles/omrgc.dir/base/StartupManager.cpp.o
09:57:23 [2024-03-25T13:57:23.784Z] [ 42%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/OMRClassEnv.cpp.o
09:57:23 [2024-03-25T13:57:23.784Z] [ 42%] Building CXX object gc/CMakeFiles/omrgc.dir/base/SweepHeapSectioning.cpp.o
09:57:23 [2024-03-25T13:57:23.784Z] [ 42%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/OMRDebugEnv.cpp.o
09:57:24 [2024-03-25T13:57:24.320Z] [ 43%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRJitBuilderRecorderTextFile.cpp.o
09:57:24 [2024-03-25T13:57:24.320Z] [ 43%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/OMRVMEnv.cpp.o
09:57:24 [2024-03-25T13:57:24.320Z] [ 43%] Building CXX object gc/CMakeFiles/omrgc.dir/base/SweepPoolManager.cpp.o
09:57:24 [2024-03-25T13:57:24.320Z] [ 44%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/OMRVMMethodEnv.cpp.o
09:57:24 [2024-03-25T13:57:24.804Z] [ 44%] Building CXX object gc/CMakeFiles/omrgc.dir/base/SweepPoolManagerAddressOrderedList.cpp.o
09:57:24 [2024-03-25T13:57:24.804Z] [ 44%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/SegmentAllocator.cpp.o
09:57:24 [2024-03-25T13:57:24.804Z] [ 44%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRMethodBuilder.cpp.o
09:57:24 [2024-03-25T13:57:24.804Z] [ 44%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRThunkBuilder.cpp.o
09:57:24 [2024-03-25T13:57:24.804Z] [ 44%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRTypeDictionary.cpp.o
09:57:25 [2024-03-25T13:57:25.289Z] [ 44%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRVirtualMachineOperandArray.cpp.o
09:57:25 [2024-03-25T13:57:25.289Z] [ 45%] Building CXX object gc/CMakeFiles/omrgc.dir/base/SweepPoolManagerAddressOrderedListBase.cpp.o
09:57:25 [2024-03-25T13:57:25.289Z] [ 45%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRVirtualMachineOperandStack.cpp.o
09:57:25 [2024-03-25T13:57:25.289Z] [ 45%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/SegmentProvider.cpp.o
09:57:25 [2024-03-25T13:57:25.777Z] [ 45%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRVirtualMachineRegister.cpp.o
09:57:25 [2024-03-25T13:57:25.777Z] [ 45%] Building CXX object gc/CMakeFiles/omrgc.dir/base/SweepPoolManagerHybrid.cpp.o
09:57:26 [2024-03-25T13:57:26.805Z] [ 45%] Building CXX object gc/CMakeFiles/omrgc.dir/base/SweepPoolManagerSplitAddressOrderedList.cpp.o
09:57:26 [2024-03-25T13:57:26.805Z] [ 45%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/SystemSegmentProvider.cpp.o
09:57:26 [2024-03-25T13:57:26.805Z] [ 45%] Building CXX object gc/CMakeFiles/omrgc.dir/base/SweepPoolState.cpp.o
09:57:26 [2024-03-25T13:57:26.805Z] [ 45%] Building CXX object gc/CMakeFiles/omrgc.dir/base/TLHAllocationInterface.cpp.o
09:57:27 [2024-03-25T13:57:27.308Z] [ 45%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRVirtualMachineRegisterInStruct.cpp.o
09:57:27 [2024-03-25T13:57:27.308Z] [ 45%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRVirtualMachineState.cpp.o
09:57:27 [2024-03-25T13:57:27.308Z] [ 45%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/DebugSegmentProvider.cpp.o
09:57:27 [2024-03-25T13:57:27.308Z] [ 45%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/Assert.cpp.o
09:57:27 [2024-03-25T13:57:27.308Z] [ 45%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/Region.cpp.o
09:57:27 [2024-03-25T13:57:27.793Z] [ 45%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/BitVector.cpp.o
09:57:27 [2024-03-25T13:57:27.793Z] [ 45%] Building CXX object gc/CMakeFiles/omrgc.dir/base/TLHAllocationSupport.cpp.o
09:57:27 [2024-03-25T13:57:27.793Z] [ 45%] Building CXX object gc/CMakeFiles/omrgc.dir/base/Task.cpp.o
09:57:27 [2024-03-25T13:57:27.793Z] [ 45%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/Checklist.cpp.o
09:57:27 [2024-03-25T13:57:27.793Z] [ 45%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/StackMemoryRegion.cpp.o
09:57:28 [2024-03-25T13:57:28.285Z] [ 46%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/HashTab.cpp.o
09:57:28 [2024-03-25T13:57:28.285Z] [ 46%] Building CXX object gc/CMakeFiles/omrgc.dir/base/VirtualMemory.cpp.o
09:57:28 [2024-03-25T13:57:28.285Z] [ 46%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/OMRPersistentInfo.cpp.o
09:57:28 [2024-03-25T13:57:28.845Z] [ 46%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/TRMemory.cpp.o
09:57:28 [2024-03-25T13:57:28.845Z] [ 46%] Building CXX object gc/CMakeFiles/omrgc.dir/base/WorkPacketOverflow.cpp.o
09:57:28 [2024-03-25T13:57:28.845Z] [ 46%] Building CXX object gc/CMakeFiles/omrgc.dir/base/WorkPackets.cpp.o
09:57:28 [2024-03-25T13:57:28.845Z] [ 46%] Building CXX object gc/CMakeFiles/omrgc.dir/base/WorkStack.cpp.o
09:57:29 [2024-03-25T13:57:29.329Z] [ 46%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/IGBase.cpp.o
09:57:29 [2024-03-25T13:57:29.329Z] [ 46%] Building CXX object gc/CMakeFiles/omrgc.dir/base/gcspinlock.cpp.o
09:57:29 [2024-03-25T13:57:29.329Z] [ 46%] Building CXX object gc/CMakeFiles/omrgc.dir/base/gcutils.cpp.o
09:57:29 [2024-03-25T13:57:29.813Z] [ 46%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/IGNode.cpp.o
09:57:29 [2024-03-25T13:57:29.813Z] [ 47%] Building CXX object gc/CMakeFiles/omrgc.dir/base/modronapicore.cpp.o
09:57:29 [2024-03-25T13:57:29.813Z] [ 47%] Building CXX object gc/CMakeFiles/omrgc.dir/startup/mminitcore.cpp.o
09:57:29 [2024-03-25T13:57:29.813Z] [ 47%] Building CXX object gc/CMakeFiles/omrgc.dir/startup/omrgcalloc.cpp.o
09:57:30 [2024-03-25T13:57:30.297Z] [ 47%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/ILWalk.cpp.o
09:57:30 [2024-03-25T13:57:30.297Z] [ 47%] Building CXX object gc/CMakeFiles/omrgc.dir/startup/omrgcstartup.cpp.o
09:57:30 [2024-03-25T13:57:30.297Z] [ 47%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/TRPersistentMemory.cpp.o
09:57:30 [2024-03-25T13:57:30.297Z] [ 47%] Building CXX object gc/CMakeFiles/omrgc.dir/stats/AllocationStats.cpp.o
09:57:30 [2024-03-25T13:57:30.780Z] [ 47%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/VerboseLog.cpp.o
09:57:30 [2024-03-25T13:57:30.780Z] [ 47%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/FEBase.cpp.o
09:57:30 [2024-03-25T13:57:30.780Z] [ 47%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/JitConfig.cpp.o
09:57:31 [2024-03-25T13:57:31.264Z] [ 47%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/OMRKnownObjectTable.cpp.o
09:57:31 [2024-03-25T13:57:31.264Z] [ 48%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/OMRIO.cpp.o
09:57:31 [2024-03-25T13:57:31.264Z] [ 48%] Building CXX object gc/CMakeFiles/omrgc.dir/stats/CardCleaningStats.cpp.o
09:57:31 [2024-03-25T13:57:31.264Z] [ 48%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/InterferenceGraph.cpp.o
09:57:31 [2024-03-25T13:57:31.264Z] [ 48%] Building CXX object gc/CMakeFiles/omrgc.dir/stats/ClassUnloadStats.cpp.o
09:57:31 [2024-03-25T13:57:31.264Z] [ 48%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/Globals.cpp.o
09:57:31 [2024-03-25T13:57:31.264Z] [ 48%] Building CXX object gc/CMakeFiles/omrgc.dir/stats/FreeEntrySizeClassStats.cpp.o
09:57:31 [2024-03-25T13:57:31.774Z] [ 48%] Building CXX object gc/CMakeFiles/omrgc.dir/stats/HeapResizeStats.cpp.o
09:57:31 [2024-03-25T13:57:31.774Z] [ 48%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/OMRCompilerEnv.cpp.o
09:57:31 [2024-03-25T13:57:31.774Z] [ 48%] Building CXX object gc/CMakeFiles/omrgc.dir/stats/LargeObjectAllocateStats.cpp.o
09:57:31 [2024-03-25T13:57:31.774Z] [ 48%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/PersistentAllocator.cpp.o
09:57:31 [2024-03-25T13:57:31.774Z] [ 48%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRSymbol.cpp.o
09:57:31 [2024-03-25T13:57:31.774Z] [ 48%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRAutomaticSymbol.cpp.o
09:57:31 [2024-03-25T13:57:31.774Z] [ 48%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRLabelSymbol.cpp.o
09:57:32 [2024-03-25T13:57:32.261Z] [ 48%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRMethodSymbol.cpp.o
09:57:32 [2024-03-25T13:57:32.261Z] [ 48%] Building CXX object gc/CMakeFiles/omrgc.dir/stats/MarkStats.cpp.o
09:57:32 [2024-03-25T13:57:32.261Z] [ 48%] Building CXX object gc/CMakeFiles/omrgc.dir/stats/MetronomeStats.cpp.o
09:57:32 [2024-03-25T13:57:32.261Z] [ 48%] Building CXX object gc/CMakeFiles/omrgc.dir/stats/RootScannerStats.cpp.o
09:57:32 [2024-03-25T13:57:32.261Z] [ 48%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/OMRMonitor.cpp.o
09:57:32 [2024-03-25T13:57:32.752Z] "/home/omr/workspace/Build/compiler/env/FEBase.cpp", line 111.88: 1540-1281 (W) "offsetof" cannot be applied to "class JitConfig".  It is not a POD (plain old data) type.
09:57:32 [2024-03-25T13:57:32.752Z] "/home/omr/workspace/Build/compiler/env/FEBase.cpp", line 117.65: 1540-1281 (W) "offsetof" cannot be applied to "class JitConfig".  It is not a POD (plain old data) type.
09:57:32 [2024-03-25T13:57:32.752Z] "/home/omr/workspace/Build/compiler/env/FEBase.cpp", line 119.65: 1540-1281 (W) "offsetof" cannot be applied to "class JitConfig".  It is not a POD (plain old data) type.
09:57:32 [2024-03-25T13:57:32.752Z] "/home/omr/workspace/Build/compiler/env/FEBase.cpp", line 122.71: 1540-1281 (W) "offsetof" cannot be applied to "class JitConfig".  It is not a POD (plain old data) type.
09:57:32 [2024-03-25T13:57:32.752Z] [ 49%] Building CXX object gc/CMakeFiles/omrgc.dir/stats/ScavengerStats.cpp.o
09:57:32 [2024-03-25T13:57:32.752Z] [ 49%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRParameterSymbol.cpp.o
09:57:32 [2024-03-25T13:57:32.752Z] [ 49%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRRegisterMappedSymbol.cpp.o
09:57:32 [2024-03-25T13:57:32.752Z] [ 49%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/OMRMonitorTable.cpp.o
09:57:33 [2024-03-25T13:57:33.255Z] [ 49%] Building CXX object gc/CMakeFiles/omrgc.dir/stats/SweepStats.cpp.o
09:57:33 [2024-03-25T13:57:33.255Z] [ 49%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/Random.cpp.o
09:57:33 [2024-03-25T13:57:33.255Z] [ 49%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRResolvedMethodSymbol.cpp.o
09:57:33 [2024-03-25T13:57:33.255Z] [ 49%] Building CXX object gc/CMakeFiles/omrgc.dir/structs/ForwardedHeader.cpp.o
09:57:33 [2024-03-25T13:57:33.255Z] [ 49%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/SimpleRegex.cpp.o
09:57:33 [2024-03-25T13:57:33.255Z] [ 49%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/String.cpp.o
09:57:33 [2024-03-25T13:57:33.748Z] [ 49%] Building CXX object gc/CMakeFiles/omrgc.dir/structs/HashTableIterator.cpp.o
09:57:33 [2024-03-25T13:57:33.748Z] [ 49%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/STLUtils.cpp.o
09:57:33 [2024-03-25T13:57:33.748Z] [ 49%] Building CXX object gc/CMakeFiles/omrgc.dir/structs/OMRVMThreadListIterator.cpp.o
09:57:33 [2024-03-25T13:57:33.748Z] [ 49%] Building CXX object gc/CMakeFiles/omrgc.dir/structs/PoolIterator.cpp.o
09:57:33 [2024-03-25T13:57:33.748Z] [ 49%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/Timer.cpp.o
09:57:34 [2024-03-25T13:57:34.235Z] [ 49%] Building CXX object gc/CMakeFiles/omrgc.dir/structs/SublistFragment.cpp.o
09:57:34 [2024-03-25T13:57:34.235Z] [ 49%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/TreeServices.cpp.o
09:57:34 [2024-03-25T13:57:34.235Z] [ 50%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/OMRCfg.cpp.o
09:57:34 [2024-03-25T13:57:34.235Z] [ 50%] Building CXX object gc/CMakeFiles/omrgc.dir/structs/SublistIterator.cpp.o
09:57:34 [2024-03-25T13:57:34.235Z] [ 51%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRStaticSymbol.cpp.o
09:57:34 [2024-03-25T13:57:34.726Z] [ 51%] Building CXX object gc/CMakeFiles/omrgc.dir/structs/SublistPool.cpp.o
09:57:34 [2024-03-25T13:57:34.726Z] [ 51%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/AsyncCheckInsertion.cpp.o
09:57:34 [2024-03-25T13:57:34.726Z] [ 51%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/BackwardBitVectorAnalysis.cpp.o
09:57:34 [2024-03-25T13:57:34.726Z] [ 51%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/BackwardIntersectionBitVectorAnalysis.cpp.o
09:57:35 [2024-03-25T13:57:35.214Z] [ 51%] Building CXX object gc/CMakeFiles/omrgc.dir/structs/SublistPuddle.cpp.o
09:57:35 [2024-03-25T13:57:35.214Z] [ 51%] Building CXX object gc/CMakeFiles/omrgc.dir/structs/SublistSlotIterator.cpp.o
09:57:35 [2024-03-25T13:57:35.700Z] [ 51%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/Aliases.cpp.o
09:57:35 [2024-03-25T13:57:35.700Z] [ 51%] Building CXX object gc/CMakeFiles/omrgc.dir/verbose/VerboseBuffer.cpp.o
09:57:35 [2024-03-25T13:57:35.700Z] [ 52%] Building CXX object gc/CMakeFiles/omrgc.dir/verbose/VerboseHandlerOutput.cpp.o
09:57:36 [2024-03-25T13:57:36.186Z] [ 52%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/BackwardUnionBitVectorAnalysis.cpp.o
09:57:36 [2024-03-25T13:57:36.186Z] [ 52%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRBlock.cpp.o
09:57:36 [2024-03-25T13:57:36.186Z] [ 52%] Building CXX object gc/CMakeFiles/omrgc.dir/verbose/VerboseManager.cpp.o
09:57:36 [2024-03-25T13:57:36.677Z] [ 52%] Building CXX object gc/CMakeFiles/omrgc.dir/verbose/VerboseWriter.cpp.o
09:57:36 [2024-03-25T13:57:36.677Z] [ 52%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRDataTypes.cpp.o
09:57:36 [2024-03-25T13:57:36.677Z] [ 52%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRIL.cpp.o
09:57:36 [2024-03-25T13:57:36.677Z] [ 52%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRILOps.cpp.o
09:57:37 [2024-03-25T13:57:37.162Z] [ 52%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/BitVectorAnalysis.cpp.o
09:57:37 [2024-03-25T13:57:37.162Z] [ 52%] Building CXX object gc/CMakeFiles/omrgc.dir/verbose/VerboseWriterChain.cpp.o
09:57:37 [2024-03-25T13:57:37.162Z] [ 52%] Building CXX object gc/CMakeFiles/omrgc.dir/verbose/VerboseWriterFileLogging.cpp.o
09:57:37 [2024-03-25T13:57:37.162Z] [ 52%] Building CXX object gc/CMakeFiles/omrgc.dir/verbose/VerboseWriterFileLoggingBuffered.cpp.o
09:57:37 [2024-03-25T13:57:37.647Z] [ 52%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRNode.cpp.o
09:57:37 [2024-03-25T13:57:37.647Z] [ 52%] Building CXX object gc/CMakeFiles/omrgc.dir/verbose/VerboseWriterFileLoggingSynchronous.cpp.o
09:57:37 [2024-03-25T13:57:37.647Z] [ 52%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRSymbolReference.cpp.o
09:57:37 [2024-03-25T13:57:37.647Z] [ 52%] Building CXX object gc/CMakeFiles/omrgc.dir/verbose/VerboseWriterHook.cpp.o
09:57:38 [2024-03-25T13:57:38.136Z] [ 52%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/CatchBlockRemover.cpp.o
09:57:38 [2024-03-25T13:57:38.136Z] [ 52%] Building CXX object gc/CMakeFiles/omrgc.dir/verbose/VerboseWriterStreamOutput.cpp.o
09:57:38 [2024-03-25T13:57:38.136Z] [ 52%] Building CXX object gc/CMakeFiles/omrgc.dir/verbose/handler_standard/VerboseHandlerOutputStandard.cpp.o
09:57:38 [2024-03-25T13:57:38.621Z] [ 52%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRTreeTop.cpp.o
09:57:38 [2024-03-25T13:57:38.621Z] [ 52%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConfigurationFlat.cpp.o
09:57:39 [2024-03-25T13:57:39.107Z] [ 52%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/NodePool.cpp.o
09:57:39 [2024-03-25T13:57:39.107Z] [ 52%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConfigurationStandard.cpp.o
09:57:39 [2024-03-25T13:57:39.107Z] [ 52%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/NodeUtils.cpp.o
09:57:39 [2024-03-25T13:57:39.597Z] [ 52%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRCFGSimplifier.cpp.o
09:57:39 [2024-03-25T13:57:39.597Z] [ 52%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/IlGenRequest.cpp.o
09:57:39 [2024-03-25T13:57:39.597Z] [ 52%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/IlInjector.cpp.o
09:57:39 [2024-03-25T13:57:39.597Z] [ 52%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/CopyScanCacheChunk.cpp.o
09:57:40 [2024-03-25T13:57:40.083Z] [ 53%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/CopyScanCacheChunkInHeap.cpp.o
09:57:40 [2024-03-25T13:57:40.586Z] [ 53%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/EnvironmentStandard.cpp.o
09:57:40 [2024-03-25T13:57:40.586Z] [ 53%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/HeapMemoryPoolIterator.cpp.o
09:57:41 [2024-03-25T13:57:41.126Z] [ 53%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/CompactLocals.cpp.o
09:57:41 [2024-03-25T13:57:41.126Z] [ 53%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/HeapRegionDescriptorStandard.cpp.o
09:57:41 [2024-03-25T13:57:41.126Z] [ 53%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/HeapRegionManagerStandard.cpp.o
09:57:41 [2024-03-25T13:57:41.126Z] [ 54%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRBytecodeBuilder.cpp.o
09:57:41 [2024-03-25T13:57:41.126Z] [ 54%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/CopyPropagation.cpp.o
09:57:41 [2024-03-25T13:57:41.126Z] [ 54%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/DataFlowAnalysis.cpp.o
09:57:41 [2024-03-25T13:57:41.637Z] [ 54%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRIlBuilder.cpp.o
09:57:41 [2024-03-25T13:57:41.637Z] [ 54%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/HeapWalker.cpp.o
09:57:41 [2024-03-25T13:57:41.637Z] [ 54%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/OverflowStandard.cpp.o
09:57:42 [2024-03-25T13:57:42.123Z] [ 54%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRIlType.cpp.o
09:57:42 [2024-03-25T13:57:42.123Z] [ 54%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ParallelGlobalGC.cpp.o
09:57:42 [2024-03-25T13:57:42.123Z] [ 54%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ParallelSweepScheme.cpp.o
09:57:42 [2024-03-25T13:57:42.611Z] [ 54%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRIlValue.cpp.o
09:57:42 [2024-03-25T13:57:42.611Z] [ 54%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/SweepHeapSectioningSegmented.cpp.o
09:57:43 [2024-03-25T13:57:43.106Z] [ 54%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/WorkPacketsStandard.cpp.o
09:57:43 [2024-03-25T13:57:43.106Z] [ 54%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/DeadStoreElimination.cpp.o
09:57:43 [2024-03-25T13:57:43.106Z] [ 54%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRJitBuilderRecorder.cpp.o
09:57:43 [2024-03-25T13:57:43.616Z] [ 54%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentCardTable.cpp.o
09:57:43 [2024-03-25T13:57:43.616Z] [ 55%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentCardTableForWC.cpp.o
09:57:43 [2024-03-25T13:57:43.616Z] [ 55%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentClearNewMarkBitsTask.cpp.o
09:57:43 [2024-03-25T13:57:43.616Z] [ 55%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRJitBuilderRecorderBinaryBuffer.cpp.o
09:57:44 [2024-03-25T13:57:44.142Z] [ 55%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRJitBuilderRecorderBinaryFile.cpp.o
09:57:44 [2024-03-25T13:57:44.142Z] [ 55%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRJitBuilderRecorderTextFile.cpp.o
09:57:44 [2024-03-25T13:57:44.142Z] [ 55%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentCompleteTracingTask.cpp.o
09:57:44 [2024-03-25T13:57:44.142Z] [ 55%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRMethodBuilder.cpp.o
09:57:44 [2024-03-25T13:57:44.142Z] [ 55%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentFinalCleanCardsTask.cpp.o
09:57:44 [2024-03-25T13:57:44.142Z] [ 56%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/DeadTreesElimination.cpp.o
09:57:44 [2024-03-25T13:57:44.631Z] [ 56%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRThunkBuilder.cpp.o
09:57:44 [2024-03-25T13:57:44.631Z] [ 56%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentGC.cpp.o
09:57:44 [2024-03-25T13:57:44.631Z] [ 56%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRTypeDictionary.cpp.o
09:57:44 [2024-03-25T13:57:44.631Z] [ 56%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentGCIncrementalUpdate.cpp.o
09:57:44 [2024-03-25T13:57:44.631Z] [ 56%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRVirtualMachineOperandArray.cpp.o
09:57:44 [2024-03-25T13:57:44.631Z] [ 56%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRVirtualMachineOperandStack.cpp.o
09:57:45 [2024-03-25T13:57:45.116Z] [ 57%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRVirtualMachineRegister.cpp.o
09:57:45 [2024-03-25T13:57:45.116Z] [ 57%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentGCSATB.cpp.o
09:57:45 [2024-03-25T13:57:45.116Z] [ 57%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentOverflow.cpp.o
09:57:45 [2024-03-25T13:57:45.600Z] [ 57%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentPrepareCardTableTask.cpp.o
09:57:46 [2024-03-25T13:57:46.085Z] [ 57%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentSafepointCallback.cpp.o
09:57:46 [2024-03-25T13:57:46.085Z] [ 57%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRVirtualMachineRegisterInStruct.cpp.o
09:57:46 [2024-03-25T13:57:46.085Z] [ 57%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/RememberedSetSATB.cpp.o
09:57:46 [2024-03-25T13:57:46.086Z] [ 57%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/WorkPacketsConcurrent.cpp.o
09:57:46 [2024-03-25T13:57:46.577Z] [ 57%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/WorkPacketsSATB.cpp.o
09:57:46 [2024-03-25T13:57:46.577Z] [ 57%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/DebuggingCounters.cpp.o
09:57:46 [2024-03-25T13:57:46.577Z] [ 58%] Building CXX object gc/CMakeFiles/omrgc.dir/stats/ConcurrentGCStats.cpp.o
09:57:47 [2024-03-25T13:57:47.064Z] [ 58%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRVirtualMachineState.cpp.o
09:57:47 [2024-03-25T13:57:47.064Z] [ 58%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/Delayedness.cpp.o
09:57:47 [2024-03-25T13:57:47.064Z] [ 58%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/Assert.cpp.o
09:57:47 [2024-03-25T13:57:47.064Z] [ 58%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentScanRememberedSetTask.cpp.o
09:57:47 [2024-03-25T13:57:47.556Z] [ 58%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/Dominators.cpp.o
09:57:47 [2024-03-25T13:57:47.556Z] [ 58%] Building CXX object gc/CMakeFiles/omrgc.dir/base/HeapSplit.cpp.o
09:57:47 [2024-03-25T13:57:47.556Z] [ 58%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/DominatorVerifier.cpp.o
09:57:47 [2024-03-25T13:57:47.556Z] [ 58%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemorySubSpaceGenerational.cpp.o
09:57:47 [2024-03-25T13:57:47.556Z] [ 58%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemorySubSpaceSemiSpace.cpp.o
09:57:48 [2024-03-25T13:57:48.041Z] [ 58%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/DominatorsChk.cpp.o
09:57:48 [2024-03-25T13:57:48.041Z] [ 58%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/Earliestness.cpp.o
09:57:48 [2024-03-25T13:57:48.041Z] [ 58%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConfigurationGenerational.cpp.o
09:57:48 [2024-03-25T13:57:48.041Z] [ 58%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/ExpressionsSimplification.cpp.o
09:57:48 [2024-03-25T13:57:48.041Z] [ 58%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/BitVector.cpp.o
09:57:48 [2024-03-25T13:57:48.525Z] [ 58%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/CopyScanCacheList.cpp.o
09:57:48 [2024-03-25T13:57:48.525Z] [ 58%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ParallelScavengeTask.cpp.o
09:57:49 [2024-03-25T13:57:49.009Z] [ 58%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/FieldPrivatizer.cpp.o
09:57:49 [2024-03-25T13:57:49.009Z] [ 58%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/PhysicalSubArenaVirtualMemorySemiSpace.cpp.o
09:57:49 [2024-03-25T13:57:49.009Z] [ 58%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/RSOverflow.cpp.o
09:57:49 [2024-03-25T13:57:49.500Z] [ 58%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/Checklist.cpp.o
09:57:49 [2024-03-25T13:57:49.500Z] [ 58%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/Scavenger.cpp.o
09:57:49 [2024-03-25T13:57:49.500Z] [ 58%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/HashTab.cpp.o
09:57:49 [2024-03-25T13:57:49.500Z] [ 58%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/IGBase.cpp.o
09:57:49 [2024-03-25T13:57:49.500Z] [ 58%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/GeneralLoopUnroller.cpp.o
09:57:49 [2024-03-25T13:57:49.987Z] [ 58%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/GlobalAnticipatability.cpp.o
09:57:49 [2024-03-25T13:57:49.987Z] [ 58%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRGlobalRegister.cpp.o
09:57:49 [2024-03-25T13:57:49.987Z] [ 58%] Building CXX object gc/CMakeFiles/omrgc.dir/stats/ScavengerCopyScanRatio.cpp.o
09:57:50 [2024-03-25T13:57:50.475Z] [ 58%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/AllocationContextSegregated.cpp.o
09:57:50 [2024-03-25T13:57:50.475Z] [ 58%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/IGNode.cpp.o
09:57:50 [2024-03-25T13:57:50.960Z] [ 59%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/ConfigurationSegregated.cpp.o
09:57:50 [2024-03-25T13:57:50.960Z] [ 59%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/GlobalAllocationManagerSegregated.cpp.o
09:57:51 [2024-03-25T13:57:51.453Z] [ 59%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/GlobalRegisterAllocator.cpp.o
09:57:51 [2024-03-25T13:57:51.453Z] [ 60%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/Inliner.cpp.o
09:57:51 [2024-03-25T13:57:51.453Z] [ 60%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/HeapRegionDescriptorSegregated.cpp.o
09:57:51 [2024-03-25T13:57:51.939Z] [ 60%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/RematTools.cpp.o
09:57:51 [2024-03-25T13:57:51.939Z] [ 60%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/LockingFreeHeapRegionList.cpp.o
09:57:51 [2024-03-25T13:57:51.939Z] [ 60%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/InductionVariable.cpp.o
09:57:51 [2024-03-25T13:57:51.939Z] [ 60%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/ILWalk.cpp.o
09:57:51 [2024-03-25T13:57:51.939Z] [ 60%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/IntersectionBitVectorAnalysis.cpp.o
09:57:52 [2024-03-25T13:57:52.426Z] [ 60%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/LockingHeapRegionQueue.cpp.o
09:57:52 [2024-03-25T13:57:52.426Z] [ 60%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/MemoryPoolAggregatedCellList.cpp.o
09:57:52 [2024-03-25T13:57:52.426Z] [ 60%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/InterferenceGraph.cpp.o
09:57:52 [2024-03-25T13:57:52.924Z] [ 60%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/MemoryPoolSegregated.cpp.o
09:57:53 [2024-03-25T13:57:53.952Z] [ 60%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/MemorySubSpaceSegregated.cpp.o
09:57:53 [2024-03-25T13:57:53.952Z] [ 60%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/ObjectHeapIteratorSegregated.cpp.o
09:57:53 [2024-03-25T13:57:53.952Z] [ 60%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/OverflowSegregated.cpp.o
09:57:53 [2024-03-25T13:57:53.952Z] [ 60%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/OMRMonitor.cpp.o
09:57:54 [2024-03-25T13:57:54.443Z] [ 60%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/Isolatedness.cpp.o
09:57:54 [2024-03-25T13:57:54.443Z] [ 60%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/IsolatedStoreElimination.cpp.o
09:57:54 [2024-03-25T13:57:54.443Z] [ 61%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/OMRMonitorTable.cpp.o
09:57:54 [2024-03-25T13:57:54.443Z] [ 61%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/Latestness.cpp.o
09:57:54 [2024-03-25T13:57:54.443Z] [ 61%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/RegionPoolSegregated.cpp.o
09:57:54 [2024-03-25T13:57:54.936Z] [ 61%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/SegregatedAllocationInterface.cpp.o
09:57:54 [2024-03-25T13:57:54.936Z] [ 61%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/Random.cpp.o
09:57:54 [2024-03-25T13:57:54.936Z] [ 61%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/SimpleRegex.cpp.o
09:57:54 [2024-03-25T13:57:54.936Z] [ 61%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LiveOnAllPaths.cpp.o
09:57:54 [2024-03-25T13:57:54.936Z] [ 62%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/SegregatedAllocationTracker.cpp.o
09:57:54 [2024-03-25T13:57:54.936Z] [ 62%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LiveVariableInformation.cpp.o
09:57:55 [2024-03-25T13:57:55.422Z] [ 62%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/SegregatedGC.cpp.o
09:57:55 [2024-03-25T13:57:55.912Z] [ 62%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/SegregatedListPopulator.cpp.o
09:57:55 [2024-03-25T13:57:55.912Z] [ 62%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/Liveness.cpp.o
09:57:55 [2024-03-25T13:57:55.912Z] [ 62%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/SegregatedMarkingScheme.cpp.o
09:57:55 [2024-03-25T13:57:55.912Z] [ 62%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LoadExtensions.cpp.o
09:57:56 [2024-03-25T13:57:56.398Z] [ 62%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/String.cpp.o
09:57:56 [2024-03-25T13:57:56.398Z] [ 62%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/SegregatedSweepTask.cpp.o
09:57:56 [2024-03-25T13:57:56.887Z] [ 62%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LocalAnalysis.cpp.o
09:57:56 [2024-03-25T13:57:56.887Z] [ 62%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/STLUtils.cpp.o
09:57:56 [2024-03-25T13:57:56.887Z] [ 62%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LocalAnticipatability.cpp.o
09:57:56 [2024-03-25T13:57:56.887Z] [ 62%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/SizeClasses.cpp.o
09:57:56 [2024-03-25T13:57:56.887Z] [ 62%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/Timer.cpp.o
09:57:56 [2024-03-25T13:57:56.887Z] [ 62%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/TreeServices.cpp.o
09:57:57 [2024-03-25T13:57:57.377Z] [ 62%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/OMRCfg.cpp.o
09:57:57 [2024-03-25T13:57:57.377Z] [ 62%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/SweepSchemeSegregated.cpp.o
09:57:57 [2024-03-25T13:57:57.862Z] [ 62%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/WorkPacketsSegregated.cpp.o
09:57:57 [2024-03-25T13:57:57.863Z] [ 62%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/AsyncCheckInsertion.cpp.o
09:57:58 [2024-03-25T13:57:58.347Z] [ 62%] Building CXX object gc/CMakeFiles/omrgc.dir/base/vlhgc/HeapRegionStateTable.cpp.o
09:57:58 [2024-03-25T13:57:58.834Z] [ 62%] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/CollectorLanguageInterfaceImpl.cpp.o
09:57:58 [2024-03-25T13:57:58.834Z] [ 62%] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/CompactSchemeFixupObject.cpp.o
09:57:58 [2024-03-25T13:57:58.834Z] [ 62%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/BackwardBitVectorAnalysis.cpp.o
09:57:58 [2024-03-25T13:57:58.834Z] [ 62%] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/ConcurrentMarkingDelegate.cpp.o
09:57:58 [2024-03-25T13:57:58.834Z] [ 62%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/BackwardIntersectionBitVectorAnalysis.cpp.o
09:57:59 [2024-03-25T13:57:59.319Z] [ 62%] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/EnvironmentDelegate.cpp.o
09:57:59 [2024-03-25T13:57:59.319Z] [ 63%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LocalLiveRangeReducer.cpp.o
09:57:59 [2024-03-25T13:57:59.319Z] [ 64%] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/FrequentObjectsStats.cpp.o
09:57:59 [2024-03-25T13:57:59.319Z] [ 64%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LocalReordering.cpp.o
09:57:59 [2024-03-25T13:57:59.319Z] [ 64%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LocalTransparency.cpp.o
09:57:59 [2024-03-25T13:57:59.804Z] [ 64%] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/GlobalCollectorDelegate.cpp.o
09:57:59 [2024-03-25T13:57:59.804Z] [ 64%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LoopCanonicalizer.cpp.o
09:57:59 [2024-03-25T13:57:59.804Z] [ 64%] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/MarkingDelegate.cpp.o
09:58:00 [2024-03-25T13:58:00.289Z] [ 64%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/BackwardUnionBitVectorAnalysis.cpp.o
09:58:00 [2024-03-25T13:58:00.289Z] [ 64%] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/ObjectIterator.cpp.o
09:58:00 [2024-03-25T13:58:00.774Z] [ 64%] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/ObjectModelDelegate.cpp.o
09:58:00 [2024-03-25T13:58:00.774Z] [ 64%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LoopReducer.cpp.o
09:58:01 [2024-03-25T13:58:01.259Z] [ 64%] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/StartupManagerImpl.cpp.o
09:58:01 [2024-03-25T13:58:01.259Z] [ 64%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LoopReplicator.cpp.o
09:58:01 [2024-03-25T13:58:01.259Z] [ 64%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/BitVectorAnalysis.cpp.o
09:58:01 [2024-03-25T13:58:01.782Z] [ 64%] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/VerboseManagerImpl.cpp.o
09:58:01 [2024-03-25T13:58:01.782Z] [ 65%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/CatchBlockRemover.cpp.o
09:58:01 [2024-03-25T13:58:01.782Z] [ 65%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OMRCFGSimplifier.cpp.o
09:58:02 [2024-03-25T13:58:02.275Z] [ 65%] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/ScavengerDelegate.cpp.o
09:58:02 [2024-03-25T13:58:02.275Z] [ 65%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LoopVersioner.cpp.o
09:58:02 [2024-03-25T13:58:02.760Z] [ 65%] Linking CXX static library libomrgc.a
09:58:02 [2024-03-25T13:58:02.760Z] [ 65%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRLocalCSE.cpp.o
09:58:03 [2024-03-25T13:58:03.793Z] [ 65%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/CompactLocals.cpp.o
09:58:03 [2024-03-25T13:58:03.793Z] [ 65%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LocalDeadStoreElimination.cpp.o
09:58:03 [2024-03-25T13:58:03.793Z] [ 65%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LocalOpts.cpp.o
09:58:04 [2024-03-25T13:58:04.278Z] [ 65%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMROptimization.cpp.o
09:58:04 [2024-03-25T13:58:04.278Z] [ 65%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/CopyPropagation.cpp.o
09:58:04 [2024-03-25T13:58:04.766Z] [ 65%] Built target omrgc
09:58:04 [2024-03-25T13:58:04.766Z] [ 65%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMROptimizationManager.cpp.o
09:58:05 [2024-03-25T13:58:05.787Z] [ 66%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRTransformUtil.cpp.o
09:58:05 [2024-03-25T13:58:05.787Z] Scanning dependencies of target omrvmstartup
09:58:05 [2024-03-25T13:58:05.787Z] [ 66%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/DataFlowAnalysis.cpp.o
09:58:05 [2024-03-25T13:58:05.787Z] [ 66%] Building CXX object omr/startup/CMakeFiles/omrvmstartup.dir/omrvmstartup.cpp.o
09:58:06 [2024-03-25T13:58:06.274Z] [ 66%] Building C object omr/startup/CMakeFiles/omrvmstartup.dir/omrrasinit.c.o
09:58:06 [2024-03-25T13:58:06.274Z] [ 66%] Building C object omr/startup/CMakeFiles/omrvmstartup.dir/omrtrcinit.c.o
09:58:06 [2024-03-25T13:58:06.759Z] [ 66%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/DeadStoreElimination.cpp.o
09:58:06 [2024-03-25T13:58:06.759Z] [ 66%] Linking CXX static library libomrvmstartup.a
09:58:06 [2024-03-25T13:58:06.759Z] [ 66%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMROptimizer.cpp.o
09:58:06 [2024-03-25T13:58:06.759Z] [ 66%] Built target omrvmstartup
09:58:06 [2024-03-25T13:58:06.759Z] [ 66%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OrderBlocks.cpp.o
09:58:06 [2024-03-25T13:58:06.759Z] [ 66%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OSRDefAnalysis.cpp.o
09:58:07 [2024-03-25T13:58:07.245Z] [ 66%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/PartialRedundancy.cpp.o
09:58:07 [2024-03-25T13:58:07.730Z] [ 66%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/DeadTreesElimination.cpp.o
09:58:08 [2024-03-25T13:58:08.215Z] Scanning dependencies of target gcexample
09:58:08 [2024-03-25T13:58:08.215Z] [ 66%] Generating hooksample_internal.h, hooksample.h
09:58:08 [2024-03-25T13:58:08.215Z] [ 66%] Building CXX object example/CMakeFiles/gcexample.dir/gcmain.cpp.o
09:58:08 [2024-03-25T13:58:08.215Z] Scanning dependencies of target omralgotest
09:58:08 [2024-03-25T13:58:08.215Z] [ 66%] Building CXX object fvtest/algotest/CMakeFiles/omralgotest.dir/algoTest.cpp.o
09:58:08 [2024-03-25T13:58:08.215Z] [ 66%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/DebuggingCounters.cpp.o
09:58:08 [2024-03-25T13:58:08.700Z] [ 66%] Building CXX object example/CMakeFiles/gcexample.dir/__/util/main_function/main_function.cpp.o
09:58:08 [2024-03-25T13:58:08.700Z] [ 66%] Linking CXX executable gcexample
09:58:09 [2024-03-25T13:58:09.722Z] [ 66%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/Delayedness.cpp.o
09:58:10 [2024-03-25T13:58:10.745Z] [ 66%] Built target gcexample
09:58:10 [2024-03-25T13:58:10.745Z] [ 66%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/Dominators.cpp.o
09:58:10 [2024-03-25T13:58:10.745Z] [ 66%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/PreExistence.cpp.o
09:58:10 [2024-03-25T13:58:10.745Z] [ 66%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/DominatorVerifier.cpp.o
09:58:10 [2024-03-25T13:58:10.745Z] [ 66%] Building C object fvtest/algotest/CMakeFiles/omralgotest.dir/avltest.c.o
09:58:10 [2024-03-25T13:58:10.745Z] [ 66%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/DominatorsChk.cpp.o
09:58:10 [2024-03-25T13:58:10.745Z] [ 66%] Building C object fvtest/algotest/CMakeFiles/omralgotest.dir/hashtabletest.c.o
09:58:10 [2024-03-25T13:58:10.745Z] [ 67%] Building C object fvtest/algotest/CMakeFiles/omralgotest.dir/hooktest.c.o
09:58:11 [2024-03-25T13:58:11.245Z] [ 68%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/Earliestness.cpp.o
09:58:11 [2024-03-25T13:58:11.245Z] [ 68%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/Reachability.cpp.o
09:58:11 [2024-03-25T13:58:11.245Z] Scanning dependencies of target TestIntrusiveList
09:58:11 [2024-03-25T13:58:11.245Z] [ 68%] Building CXX object fvtest/algotest/CMakeFiles/omralgotest.dir/main.cpp.o
09:58:11 [2024-03-25T13:58:11.245Z] [ 68%] Building CXX object fvtest/coretest/CMakeFiles/TestIntrusiveList.dir/TestIntrusiveList.cpp.o
09:58:11 [2024-03-25T13:58:11.245Z] [ 68%] Building C object fvtest/algotest/CMakeFiles/omralgotest.dir/pooltest.c.o
09:58:11 [2024-03-25T13:58:11.745Z] [ 68%] Building CXX object fvtest/coretest/CMakeFiles/TestIntrusiveList.dir/main.cpp.o
09:58:12 [2024-03-25T13:58:12.234Z] [ 68%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/ExpressionsSimplification.cpp.o
09:58:12 [2024-03-25T13:58:12.719Z] [ 68%] Building CXX object fvtest/algotest/CMakeFiles/omralgotest.dir/__/__/util/main_function/main_function.cpp.o
09:58:12 [2024-03-25T13:58:12.719Z] [ 68%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/ReachingDefinitions.cpp.o
09:58:12 [2024-03-25T13:58:12.719Z] [ 68%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRRecognizedCallTransformer.cpp.o
09:58:12 [2024-03-25T13:58:12.719Z] [ 68%] Linking CXX executable omralgotest
09:58:13 [2024-03-25T13:58:13.203Z] [ 68%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/RedundantAsyncCheckRemoval.cpp.o
09:58:14 [2024-03-25T13:58:14.220Z] [ 68%] Building CXX object fvtest/coretest/CMakeFiles/TestIntrusiveList.dir/__/__/util/main_function/main_function.cpp.o
09:58:14 [2024-03-25T13:58:14.220Z] Scanning dependencies of target TestBytes
09:58:14 [2024-03-25T13:58:14.220Z] [ 68%] Building CXX object fvtest/coretest/CMakeFiles/TestBytes.dir/TestBytes.cpp.o
09:58:14 [2024-03-25T13:58:14.826Z] [ 68%] Building CXX object fvtest/coretest/CMakeFiles/TestBytes.dir/main.cpp.o
09:58:14 [2024-03-25T13:58:14.826Z] [ 68%] Built target omralgotest
09:58:14 [2024-03-25T13:58:14.826Z] [ 68%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/FieldPrivatizer.cpp.o
09:58:14 [2024-03-25T13:58:14.826Z] Scanning dependencies of target TestTypeTraits
09:58:14 [2024-03-25T13:58:14.826Z] [ 68%] Building CXX object fvtest/coretest/CMakeFiles/TestTypeTraits.dir/TestTypeTraits.cpp.o
09:58:14 [2024-03-25T13:58:14.826Z] [ 68%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRRegisterCandidate.cpp.o
09:58:14 [2024-03-25T13:58:14.826Z] [ 68%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/GeneralLoopUnroller.cpp.o
09:58:14 [2024-03-25T13:58:14.826Z] [ 68%] Linking CXX executable TestIntrusiveList
Aborted by unknown
09:58:15 [2024-03-25T13:58:15.583Z] Sending interrupt signal to process
09:58:15 [2024-03-25T13:58:15.845Z] /opt/IBM/xlC/13.1.3/bin/.orig/xlC_r: 1501-224 (S) fatal error in /opt/IBM/xlC/13.1.3/exe/xlCentry: signal 15 received
09:58:16 [2024-03-25T13:58:16.330Z] make[2]: *** [jitbuilder/CMakeFiles/jitbuilder.dir/build.make:2405: jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/GeneralLoopUnroller.cpp.o] Terminated
09:58:16 [2024-03-25T13:58:16.330Z] make[2]: *** Waiting for unfinished jobs....
09:58:16 [2024-03-25T13:58:16.330Z] [ 68%] Building CXX object fvtest/coretest/CMakeFiles/TestTypeTraits.dir/main.cpp.o
09:58:16 [2024-03-25T13:58:16.330Z] make[2]: *** [jitbuilder/CMakeFiles/jitbuilder.dir/build.make:2392: jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/FieldPrivatizer.cpp.o] Terminated
09:58:16 [2024-03-25T13:58:16.330Z] make[1]: *** [CMakeFiles/Makefile2:2334: jitbuilder/CMakeFiles/jitbuilder.dir/all] Error 2
09:58:16 [2024-03-25T13:58:16.330Z] make[1]: *** Waiting for unfinished jobs....
09:58:16 [2024-03-25T13:58:16.330Z] [ 68%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRSimplifier.cpp.o
09:58:16 [2024-03-25T13:58:16.330Z] [ 68%] Built target TestIntrusiveList
09:58:16 [2024-03-25T13:58:16.330Z] [ 68%] Building CXX object fvtest/coretest/CMakeFiles/TestTypeTraits.dir/__/__/util/main_function/main_function.cpp.o
09:58:16 [2024-03-25T13:58:16.330Z] [ 68%] Building CXX object fvtest/coretest/CMakeFiles/TestBytes.dir/__/__/util/main_function/main_function.cpp.o
09:58:16 [2024-03-25T13:58:16.330Z] [ 68%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRSimplifierHelpers.cpp.o
09:58:16 [2024-03-25T13:58:16.330Z] make[2]: *** [fvtest/coretest/CMakeFiles/TestBytes.dir/build.make:83: fvtest/coretest/CMakeFiles/TestBytes.dir/TestBytes.cpp.o] Terminated
09:58:16 [2024-03-25T13:58:16.330Z] make[2]: *** Deleting file 'fvtest/coretest/CMakeFiles/TestBytes.dir/TestBytes.cpp.o'
09:58:16 [2024-03-25T13:58:16.330Z] make[2]: *** Waiting for unfinished jobs....
09:58:16 [2024-03-25T13:58:16.330Z] [ 69%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRSimplifierHandlers.cpp.o
09:58:16 [2024-03-25T13:58:16.330Z] make[2]: *** [fvtest/coretest/CMakeFiles/TestTypeTraits.dir/build.make:83: fvtest/coretest/CMakeFiles/TestTypeTraits.dir/TestTypeTraits.cpp.o] Terminated
09:58:16 [2024-03-25T13:58:16.330Z] make[2]: *** Deleting file 'fvtest/coretest/CMakeFiles/TestTypeTraits.dir/TestTypeTraits.cpp.o'
09:58:16 [2024-03-25T13:58:16.330Z] make[2]: *** Waiting for unfinished jobs....
09:58:16 [2024-03-25T13:58:16.330Z] make[2]: *** [fvtest/coretest/CMakeFiles/TestTypeTraits.dir/build.make:96: fvtest/coretest/CMakeFiles/TestTypeTraits.dir/main.cpp.o] Terminated
09:58:16 [2024-03-25T13:58:16.330Z] [ 69%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/StructuralAnalysis.cpp.o
09:58:16 [2024-03-25T13:58:16.330Z] [ 69%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/Structure.cpp.o
09:58:16 [2024-03-25T13:58:16.827Z] make[2]: *** [fvtest/coretest/CMakeFiles/TestTypeTraits.dir/build.make:109: fvtest/coretest/CMakeFiles/TestTypeTraits.dir/__/__/util/main_function/main_function.cpp.o] Terminated
09:58:16 [2024-03-25T13:58:16.827Z] make[1]: *** [CMakeFiles/Makefile2:2794: fvtest/coretest/CMakeFiles/TestTypeTraits.dir/all] Terminated
09:58:16 [2024-03-25T13:58:16.827Z] [ 69%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/SwitchAnalyzer.cpp.o
09:58:16 [2024-03-25T13:58:16.827Z] /opt/IBM/xlC/13.1.3/bin/.orig/xlC_r: 1501-224 (S) fatal error in /opt/IBM/xlC/13.1.3/exe/xlCentry: signal 15 received
09:58:16 [2024-03-25T13:58:16.827Z] make[2]: *** [fvtest/compilertest/CMakeFiles/testcompiler.dir/build.make:2661: fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRRegisterCandidate.cpp.o] Terminated
09:58:16 [2024-03-25T13:58:16.827Z] make[2]: *** Waiting for unfinished jobs....
09:58:16 [2024-03-25T13:58:16.827Z] make[1]: *** [CMakeFiles/Makefile2:2757: fvtest/coretest/CMakeFiles/TestBytes.dir/all] Error 2
09:58:16 [2024-03-25T13:58:16.827Z] make[2]: *** [fvtest/compilertest/CMakeFiles/testcompiler.dir/build.make:2739: fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/SwitchAnalyzer.cpp.o] Terminated
09:58:16 [2024-03-25T13:58:16.827Z] make[2]: *** [fvtest/compilertest/CMakeFiles/testcompiler.dir/build.make:2726: fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/Structure.cpp.o] Terminated
09:58:16 [2024-03-25T13:58:16.827Z] make[2]: *** [fvtest/compilertest/CMakeFiles/testcompiler.dir/build.make:2713: fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/StructuralAnalysis.cpp.o] Terminated
09:58:16 [2024-03-25T13:58:16.827Z] make[2]: *** [fvtest/compilertest/CMakeFiles/testcompiler.dir/build.make:2700: fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRSimplifierHandlers.cpp.o] Terminated
09:58:16 [2024-03-25T13:58:16.827Z] make[2]: *** [fvtest/compilertest/CMakeFiles/testcompiler.dir/build.make:2687: fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRSimplifierHelpers.cpp.o] Terminated
09:58:16 [2024-03-25T13:58:16.827Z] make[2]: *** [fvtest/compilertest/CMakeFiles/testcompiler.dir/build.make:2674: fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRSimplifier.cpp.o] Terminated
09:58:16 [2024-03-25T13:58:16.827Z] make[1]: *** [CMakeFiles/Makefile2:3674: fvtest/compilertest/CMakeFiles/testcompiler.dir/all] Terminated
09:58:16 [2024-03-25T13:58:16.827Z] make: *** [Makefile:161: all] Error 2
09:58:16 [2024-03-25T13:58:16.827Z] /home/omr/workspace/Build/build@tmp/durable-8a2a3415/script.sh: 56427000 Terminated
09:58:16 [2024-03-25T13:58:16.983Z] script returned exit code 143
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // timeout
[Pipeline] cleanWs
09:58:17 [2024-03-25T13:58:17.450Z] [WS-CLEANUP] Deleting project workspace...
09:58:17 [2024-03-25T13:58:17.450Z] [WS-CLEANUP] Deferred wipeout is used...
09:58:17 [2024-03-25T13:58:17.609Z] [WS-CLEANUP] done
[Pipeline] }
[Pipeline] // ws
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] End of Pipeline
org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: b5a64c4f-aa66-47b3-aa96-8faa5f8d5caa
Finished: ABORTED