GitHub pull request #7195 of commit 0eb490558f585a345d3674c280b46c0fe98021a3, no merge conflicts. Setting status of 0eb490558f585a345d3674c280b46c0fe98021a3 to PENDING with url https://ci.eclipse.org/omr/job/PullRequest-aix_ppc-64/3993/ 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/7195/merge:refs/remotes/origin/pr/7195/merge # timeout=10 > git config remote.origin.url https://github.com/eclipse/omr.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/7195/merge:refs/remotes/origin/pr/7195/merge # timeout=10 Avoid second fetch > git rev-parse refs/remotes/origin/pr/7195/merge^{commit} # timeout=10 Checking out Revision 660e94f9b40bc4c0ad478a12d95992ab459f6d6c (refs/remotes/origin/pr/7195/merge) > git config core.sparsecheckout # timeout=10 > git checkout -f 660e94f9b40bc4c0ad478a12d95992ab459f6d6c # timeout=10 Commit message: "Merge 0eb490558f585a345d3674c280b46c0fe98021a3 into 54b23e9b66c215eb11063c585dd34e18c3c79201" First time build. Skipping changelog. [Pipeline] Start of Pipeline [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 13:32:05 [2024-03-20T17:32:05.882Z] Timeout set to expire in 8 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Queue) [Pipeline] echo 13:32:05 [2024-03-20T17:32:05.919Z] custom option matcher: null [Pipeline] echo 13:32:05 [2024-03-20T17:32:05.921Z] [compile:aix] [Pipeline] echo 13:32:05 [2024-03-20T17:32:05.922Z] run in docker: false [Pipeline] node 13:32:05 [2024-03-20T17:32:05.933Z] Running on p8-java1-ibm11 in /home/omr/workspace/PullRequest-aix_ppc-64 [Pipeline] { [Pipeline] echo 13:32:06 [2024-03-20T17:32:06.890Z] customWorkspace: /home/omr/workspace/Build [Pipeline] ws 13:32:06 [2024-03-20T17:32:06.900Z] Running in /home/omr/workspace/Build [Pipeline] { [Pipeline] timeout 13:32:06 [2024-03-20T17:32:06.908Z] Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] echo 13:32:06 [2024-03-20T17:32:06.928Z] env vars: [PATH+TOOLS=/home/u0020236/tools, LIBPATH=., CCACHE_CPP2=1, GTEST_COLOR=0] [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:32:08 [2024-03-20T17:32:08.067Z] + printenv 13:32:08 [2024-03-20T17:32:08.067Z] _=/opt/freeware/bin/printenv 13:32:08 [2024-03-20T17:32:08.067Z] ghprbTriggerAuthorLogin=hzongaro 13:32:08 [2024-03-20T17:32:08.067Z] LANG=C 13:32:08 [2024-03-20T17:32:08.067Z] GTEST_COLOR=0 13:32:08 [2024-03-20T17:32:08.067Z] JOB_BASE_NAME=PullRequest-aix_ppc-64 13:32:08 [2024-03-20T17:32:08.067Z] LOGIN=omr 13:32:08 [2024-03-20T17:32:08.067Z] CCACHE_CPP2=1 13:32:08 [2024-03-20T17:32:08.067Z] ghprbCommentBody=Jenkins build all 13:32:08 [2024-03-20T17:32:08.067Z] OPENJ9_JAVA_COMMAND_LINE=java -jar remoting.jar -workDir /home/omr -jar-cache /home/omr/remoting/jarCache 13:32:08 [2024-03-20T17:32:08.067Z] CLCMD_PASSTHRU=1 13:32:08 [2024-03-20T17:32:08.067Z] 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 13:32:08 [2024-03-20T17:32:08.067Z] MALLOCOPTIONS=multiheap,considersize 13:32:08 [2024-03-20T17:32:08.067Z] RES_RETRY=2 13:32:08 [2024-03-20T17:32:08.067Z] ghprbPullAuthorLoginMention=@jmesyou 13:32:08 [2024-03-20T17:32:08.067Z] BUILD_NUMBER=3993 13:32:08 [2024-03-20T17:32:08.067Z] ghprbPullLongDescription=This commit cleans up the BINARY_IDENTITY_OP and\r\nBIANRY_IDENTITY_OR_ZERO macros and replaces them\r\nwith inline equivalents by implementing a struct to replace template\r\ninstantions of the functions tryAndSimplifyBinaryOp*.\r\n\r\nThis change limits the number of template instantiations\r\npotential call sites have to create as well as abstracts\r\nsome captured variables inside the struct to minimize\r\nthe number of arguments passed to actual calls.\r\n\r\nA closure is emulated by the struct.\r\nThrough escape analysis, scalar replacement and inlining,\r\nthe overhead of creating this struct should be minimal\r\non -O3\r\n\r\nRelated: https://github.com/eclipse/omr/issues/7166\r\n\r\nSigned-off-by: James You <james.you@protonmail.com> 13:32:08 [2024-03-20T17:32:08.067Z] RUN_TESTS_DISPLAY_URL=https://ci.eclipse.org/omr/job/PullRequest-aix_ppc-64/3993/display/redirect?page=tests 13:32:08 [2024-03-20T17:32:08.067Z] NODE_LABELS=aix ppc compile:aix p8-java1-ibm11 13:32:08 [2024-03-20T17:32:08.067Z] ghprbTriggerAuthorLoginMention=@hzongaro 13:32:08 [2024-03-20T17:32:08.067Z] sha1=origin/pr/7195/merge 13:32:08 [2024-03-20T17:32:08.067Z] LC__FASTMSG=true 13:32:08 [2024-03-20T17:32:08.067Z] ghprbPullId=7195 13:32:08 [2024-03-20T17:32:08.067Z] HUDSON_COOKIE=10391354-269e-4dda-a02f-309b4cf28e1a 13:32:08 [2024-03-20T17:32:08.067Z] EDITOR=/usr/bin/vi 13:32:08 [2024-03-20T17:32:08.067Z] ghprbCredentialsId=github-bot-token 13:32:08 [2024-03-20T17:32:08.067Z] LOGNAME=omr 13:32:08 [2024-03-20T17:32:08.067Z] BUILD_ID=3993 13:32:08 [2024-03-20T17:32:08.067Z] BUILD_TAG=jenkins-PullRequest-aix_ppc-64-3993 13:32:08 [2024-03-20T17:32:08.067Z] EXECUTOR_NUMBER=0 13:32:08 [2024-03-20T17:32:08.067Z] RES_TIMEOUT=5 13:32:08 [2024-03-20T17:32:08.067Z] JOB_NAME=PullRequest-aix_ppc-64 13:32:08 [2024-03-20T17:32:08.067Z] ghprbAuthorRepoGitUrl=https://github.com/jmesyou/omr.git 13:32:08 [2024-03-20T17:32:08.067Z] MAIL=/var/spool/mail/omr 13:32:08 [2024-03-20T17:32:08.067Z] ghprbPullDescription=GitHub pull request #7195 of commit 0eb490558f585a345d3674c280b46c0fe98021a3, no merge conflicts. 13:32:08 [2024-03-20T17:32:08.067Z] JENKINS_URL=https://ci.eclipse.org/omr/ 13:32:08 [2024-03-20T17:32:08.067Z] LOCPATH=/usr/lib/nls/loc 13:32:08 [2024-03-20T17:32:08.067Z] RUN_ARTIFACTS_DISPLAY_URL=https://ci.eclipse.org/omr/job/PullRequest-aix_ppc-64/3993/display/redirect?page=artifacts 13:32:08 [2024-03-20T17:32:08.067Z] HUDSON_HOME=/var/jenkins 13:32:08 [2024-03-20T17:32:08.067Z] HUDSON_URL=https://ci.eclipse.org/omr/ 13:32:08 [2024-03-20T17:32:08.067Z] JENKINS_NODE_COOKIE=ccbe3114-d773-4a04-ad0b-db431b1bad59 13:32:08 [2024-03-20T17:32:08.067Z] ghprbTriggerAuthor=Henry Zongaro 13:32:08 [2024-03-20T17:32:08.067Z] CI=true 13:32:08 [2024-03-20T17:32:08.067Z] USER=omr 13:32:08 [2024-03-20T17:32:08.067Z] JENKINS_SERVER_COOKIE=durable-cda0c381d83a427289b5746bbb96a0233691580dc8bd5ae0284959965b0b65c0 13:32:08 [2024-03-20T17:32:08.067Z] AUTHSTATE=compat 13:32:08 [2024-03-20T17:32:08.067Z] HUDSON_SERVER_COOKIE=c3663d0c112c2ee2 13:32:08 [2024-03-20T17:32:08.067Z] BUILDSPEC=aix_ppc-64 13:32:08 [2024-03-20T17:32:08.067Z] ghprbSourceBranch=refactor/binary_identity_op 13:32:08 [2024-03-20T17:32:08.067Z] ghprbPullAuthorEmail=james.you@protonmail.com 13:32:08 [2024-03-20T17:32:08.067Z] RUN_CHANGES_DISPLAY_URL=https://ci.eclipse.org/omr/job/PullRequest-aix_ppc-64/3993/display/redirect?page=changes 13:32:08 [2024-03-20T17:32:08.067Z] SHELL=/usr/bin/ksh 13:32:08 [2024-03-20T17:32:08.067Z] ghprbPullLink=https://github.com/eclipse/omr/pull/7195 13:32:08 [2024-03-20T17:32:08.067Z] JOB_URL=https://ci.eclipse.org/omr/job/PullRequest-aix_ppc-64/ 13:32:08 [2024-03-20T17:32:08.067Z] WORKSPACE=/home/omr/workspace/Build 13:32:08 [2024-03-20T17:32:08.067Z] ODMDIR=/etc/objrepos 13:32:08 [2024-03-20T17:32:08.067Z] HOME=/home/omr 13:32:08 [2024-03-20T17:32:08.067Z] NODE_NAME=p8-java1-ibm11 13:32:08 [2024-03-20T17:32:08.067Z] ghprbPullTitle=Refactor Binary Identity Simplification Macro 13:32:08 [2024-03-20T17:32:08.067Z] WORKSPACE_TMP=/home/omr/workspace/Build@tmp 13:32:08 [2024-03-20T17:32:08.067Z] GITLAB_OBJECT_KIND=none 13:32:08 [2024-03-20T17:32:08.067Z] JENKINS_HOME=/var/jenkins 13:32:08 [2024-03-20T17:32:08.067Z] BUILD_DISPLAY_NAME=#3993 13:32:08 [2024-03-20T17:32:08.067Z] SSH_CLIENT=198.41.30.213 57136 22 13:32:08 [2024-03-20T17:32:08.067Z] SSH_CONNECTION=198.41.30.213 57136 140.211.9.181 22 13:32:08 [2024-03-20T17:32:08.067Z] STAGE_NAME=Queue 13:32:08 [2024-03-20T17:32:08.067Z] GIT_BRANCH=refactor/binary_identity_op 13:32:08 [2024-03-20T17:32:08.067Z] PWD=/home/omr/workspace/Build 13:32:08 [2024-03-20T17:32:08.067Z] JOB_DISPLAY_URL=https://ci.eclipse.org/omr/job/PullRequest-aix_ppc-64/display/redirect 13:32:08 [2024-03-20T17:32:08.067Z] TZ=CUT0 13:32:08 [2024-03-20T17:32:08.067Z] RUN_DISPLAY_URL=https://ci.eclipse.org/omr/job/PullRequest-aix_ppc-64/3993/display/redirect 13:32:08 [2024-03-20T17:32:08.067Z] ghprbPullAuthorLogin=jmesyou 13:32:08 [2024-03-20T17:32:08.067Z] ghprbGhRepository=eclipse/omr 13:32:08 [2024-03-20T17:32:08.067Z] BUILD_URL=https://ci.eclipse.org/omr/job/PullRequest-aix_ppc-64/3993/ 13:32:08 [2024-03-20T17:32:08.067Z] ghprbTargetBranch=master 13:32:08 [2024-03-20T17:32:08.067Z] ghprbActualCommit=0eb490558f585a345d3674c280b46c0fe98021a3 13:32:08 [2024-03-20T17:32:08.067Z] 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 13:32:08 [2024-03-20T17:32:08.067Z] LIBPATH=. [Pipeline] stage [Pipeline] { (Get Sources) [Pipeline] retry [Pipeline] { [Pipeline] checkout 13:32:08 [2024-03-20T17:32:08.281Z] The recommended git tool is: /opt/freeware/bin/git 13:32:08 [2024-03-20T17:32:08.414Z] No credentials specified 13:32:08 [2024-03-20T17:32:08.479Z] Cloning the remote Git repository 13:32:08 [2024-03-20T17:32:08.545Z] Honoring refspec on initial clone 13:18:53 [2024-03-20T17:18:53.176Z] Cloning repository https://github.com/eclipse/omr.git 13:18:53 [2024-03-20T17:18:53.194Z] > /opt/freeware/bin/git init /home/omr/workspace/Build # timeout=10 13:18:53 [2024-03-20T17:18:53.212Z] [WARNING] Reference path does not exist: /home/omr/gitcache 13:18:53 [2024-03-20T17:18:53.212Z] Fetching upstream changes from https://github.com/eclipse/omr.git 13:18:53 [2024-03-20T17:18:53.213Z] > /opt/freeware/bin/git --version # timeout=10 13:18:53 [2024-03-20T17:18:53.227Z] > git --version # 'git version 2.31.1' 13:18:53 [2024-03-20T17:18:53.228Z] > /opt/freeware/bin/git fetch --tags --force --progress -- https://github.com/eclipse/omr.git +refs/pull/7195/merge:refs/remotes/origin/pr/7195/merge # timeout=30 13:32:21 [2024-03-20T17:32:21.130Z] Avoid second fetch 13:19:05 [2024-03-20T17:19:05.591Z] > /opt/freeware/bin/git config remote.origin.url https://github.com/eclipse/omr.git # timeout=10 13:19:05 [2024-03-20T17:19:05.607Z] > /opt/freeware/bin/git config --add remote.origin.fetch +refs/pull/7195/merge:refs/remotes/origin/pr/7195/merge # timeout=10 13:32:21 [2024-03-20T17:32:21.224Z] Checking out Revision 660e94f9b40bc4c0ad478a12d95992ab459f6d6c (refs/remotes/origin/pr/7195/merge) 13:32:22 [2024-03-20T17:32:22.240Z] Commit message: "Merge 0eb490558f585a345d3674c280b46c0fe98021a3 into 54b23e9b66c215eb11063c585dd34e18c3c79201" [Pipeline] } [Pipeline] // retry [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] echo 13:32:22 [2024-03-20T17:32:22.270Z] Output CCACHE stats before running and clear them [Pipeline] sh 13:19:05 [2024-03-20T17:19:05.760Z] > /opt/freeware/bin/git rev-parse refs/remotes/origin/pr/7195/merge^{commit} # timeout=10 13:19:05 [2024-03-20T17:19:05.854Z] > /opt/freeware/bin/git config core.sparsecheckout # timeout=10 13:19:05 [2024-03-20T17:19:05.871Z] > /opt/freeware/bin/git checkout -f 660e94f9b40bc4c0ad478a12d95992ab459f6d6c # timeout=10 13:32:23 [2024-03-20T17:32:23.139Z] + ccache -s -z 13:32:23 [2024-03-20T17:32:23.139Z] cache directory /home/omr/.ccache 13:32:23 [2024-03-20T17:32:23.139Z] cache hit (direct) 0 13:32:23 [2024-03-20T17:32:23.139Z] cache hit (preprocessed) 0 13:32:23 [2024-03-20T17:32:23.139Z] cache miss 0 13:32:23 [2024-03-20T17:32:23.139Z] files in cache 0 13:32:23 [2024-03-20T17:32:23.139Z] cache size 0 Kbytes 13:32:23 [2024-03-20T17:32:23.139Z] max cache size 1.0 Gbytes 13:32:23 [2024-03-20T17:32:23.139Z] Statistics cleared [Pipeline] dir 13:32:23 [2024-03-20T17:32:23.271Z] Running in /home/omr/workspace/Build/build [Pipeline] { [Pipeline] echo 13:32:23 [2024-03-20T17:32:23.277Z] Configure... [Pipeline] sh 13:32:24 [2024-03-20T17:32:24.269Z] + cmake -Wdev -DCMAKE_C_COMPILER=xlc_r -DCMAKE_CXX_COMPILER=xlC_r -DCMAKE_XL_CreateExportList= -DOMR_DDR=OFF -C../cmake/caches/Travis.cmake .. 13:32:24 [2024-03-20T17:32:24.270Z] loading initial cache file ../cmake/caches/Travis.cmake 13:32:24 [2024-03-20T17:32:24.270Z] -- Starting with CMake version 3.17.1 13:32:24 [2024-03-20T17:32:24.270Z] -- Found Git: /opt/freeware/bin/git (found version "2.31.1") 13:32:24 [2024-03-20T17:32:24.270Z] -- The CXX compiler identification is XL 13.1.3 13:32:24 [2024-03-20T17:32:24.270Z] -- The C compiler identification is XL 13.1.3 13:32:24 [2024-03-20T17:32:24.270Z] -- Check for working CXX compiler: /opt/IBM/xlC/13.1.3/bin/xlC_r 13:32:24 [2024-03-20T17:32:24.270Z] -- Check for working CXX compiler: /opt/IBM/xlC/13.1.3/bin/xlC_r - works 13:32:24 [2024-03-20T17:32:24.270Z] -- Detecting CXX compiler ABI info 13:32:24 [2024-03-20T17:32:24.766Z] -- Detecting CXX compiler ABI info - done 13:32:24 [2024-03-20T17:32:24.766Z] -- Detecting CXX compile features 13:32:24 [2024-03-20T17:32:24.766Z] -- Detecting CXX compile features - done 13:32:24 [2024-03-20T17:32:24.766Z] -- Check for working C compiler: /opt/IBM/xlC/13.1.3/bin/xlc_r 13:32:24 [2024-03-20T17:32:24.766Z] -- Check for working C compiler: /opt/IBM/xlC/13.1.3/bin/xlc_r - works 13:32:24 [2024-03-20T17:32:24.766Z] -- Detecting C compiler ABI info 13:32:25 [2024-03-20T17:32:25.221Z] -- Detecting C compiler ABI info - done 13:32:25 [2024-03-20T17:32:25.221Z] -- Detecting C compile features 13:32:25 [2024-03-20T17:32:25.221Z] -- Detecting C compile features - done 13:32:25 [2024-03-20T17:32:25.221Z] -- OMR: The CPU architecture is ppc 13:32:25 [2024-03-20T17:32:25.221Z] -- OMR: The OS is aix 13:32:25 [2024-03-20T17:32:25.221Z] -- OMR: The tool configuration is xlc 13:32:25 [2024-03-20T17:32:25.221Z] -- OMR: The target data size is 64 13:32:25 [2024-03-20T17:32:25.221Z] -- Looking for sem_init 13:32:25 [2024-03-20T17:32:25.221Z] -- Looking for sem_init - found 13:32:25 [2024-03-20T17:32:25.221Z] -- Looking for dladdr 13:32:25 [2024-03-20T17:32:25.221Z] -- Looking for dladdr - not found 13:32:25 [2024-03-20T17:32:25.886Z] -- The ASM compiler identification is XL 13:32:25 [2024-03-20T17:32:25.886Z] -- Found assembler: /opt/IBM/xlC/13.1.3/bin/xlc_r 13:32:25 [2024-03-20T17:32:25.886Z] -- OMR: trace root is '/home/omr/workspace/Build/build' 13:32:25 [2024-03-20T17:32:25.886Z] -- Found Perl: /opt/freeware/bin/perl (found version "5.30.3") 13:32:25 [2024-03-20T17:32:25.886Z] -- Found PythonInterp: /opt/freeware/bin/python (found version "2.7.18") 13:32:25 [2024-03-20T17:32:25.886Z] -- Creating static library for jitbuilder 13:32:25 [2024-03-20T17:32:25.886Z] -- Adding PRIVATE compiler options to jitbuilder for jitbuilder. 13:32:25 [2024-03-20T17:32:25.886Z] CMake Warning at fvtest/porttest/CMakeLists.txt:221 (message): 13:32:25 [2024-03-20T17:32:25.886Z] Excluded omrport tests: 13:32:25 [2024-03-20T17:32:25.886Z] --gtest_filter=-PortSockTest.two_socket_datagram_communication:PortSlTest.sl_AixDLLMissingDependency 13:32:25 [2024-03-20T17:32:25.886Z] 13:32:25 [2024-03-20T17:32:25.886Z] 13:32:25 [2024-03-20T17:32:25.886Z] -- Creating static library for testcompiler 13:32:25 [2024-03-20T17:32:25.886Z] -- Adding PRIVATE compiler options to testcompiler for testcompiler. 13:32:25 [2024-03-20T17:32:25.886Z] -- Adding INTERFACE compiler options to testcompiler for testcompiler. 13:32:25 [2024-03-20T17:32:25.886Z] -- Adding PUBLIC compiler options to tril for testcompiler. 13:32:26 [2024-03-20T17:32:26.331Z] -- Configuring done 13:32:27 [2024-03-20T17:32:27.827Z] -- Generating done 13:32:27 [2024-03-20T17:32:27.827Z] -- Build files have been written to: /home/omr/workspace/Build/build [Pipeline] echo 13:32:27 [2024-03-20T17:32:27.958Z] Compile... [Pipeline] sh 13:32:29 [2024-03-20T17:32:29.079Z] + export CCACHE_EXTRAFILES=/home/omr/workspace/Build/build/omrcfg.h 13:32:29 [2024-03-20T17:32:29.079Z] + make -j8 13:32:29 [2024-03-20T17:32:29.079Z] Scanning dependencies of target header_check 13:32:29 [2024-03-20T17:32:29.079Z] Scanning dependencies of target trace 13:32:29 [2024-03-20T17:32:29.079Z] [ 0%] Built target header_check 13:32:29 [2024-03-20T17:32:29.079Z] [ 0%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/CFileWriter.cpp.o 13:32:29 [2024-03-20T17:32:29.079Z] [ 0%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/ArgParser.cpp.o 13:32:29 [2024-03-20T17:32:29.079Z] Scanning dependencies of target omrtestutil 13:32:29 [2024-03-20T17:32:29.079Z] Scanning dependencies of target pugixml 13:32:29 [2024-03-20T17:32:29.079Z] [ 0%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/DATFileWriter.cpp.o 13:32:29 [2024-03-20T17:32:29.079Z] [ 0%] Building CXX object fvtest/util/CMakeFiles/omrtestutil.dir/printerrorhelper.cpp.o 13:32:29 [2024-03-20T17:32:29.079Z] [ 0%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/FileReader.cpp.o 13:32:29 [2024-03-20T17:32:29.079Z] Scanning dependencies of target omrGtest 13:32:29 [2024-03-20T17:32:29.079Z] [ 0%] Building CXX object third_party/pugixml-1.5/CMakeFiles/pugixml.dir/pugixml.cpp.o 13:32:29 [2024-03-20T17:32:29.079Z] [ 0%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/FileUtils.cpp.o 13:32:29 [2024-03-20T17:32:29.079Z] [ 0%] Building CXX object fvtest/omrGtestGlue/CMakeFiles/omrGtest.dir/omrGtest.cpp.o 13:32:29 [2024-03-20T17:32:29.079Z] [ 0%] Building CXX object fvtest/util/CMakeFiles/omrtestutil.dir/testvmhelper.cpp.o 13:32:29 [2024-03-20T17:32:29.079Z] [ 0%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/Port.cpp.o 13:32:29 [2024-03-20T17:32:29.079Z] [ 0%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/StringUtils.cpp.o 13:32:29 [2024-03-20T17:32:29.079Z] [ 0%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/TDFParser.cpp.o 13:32:29 [2024-03-20T17:32:29.079Z] Scanning dependencies of target sltestlib 13:32:29 [2024-03-20T17:32:29.079Z] [ 0%] Building C object fvtest/porttest/CMakeFiles/sltestlib.dir/sltestlib/sltest.c.o 13:32:29 [2024-03-20T17:32:29.079Z] [ 1%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/TraceGen.cpp.o 13:32:29 [2024-03-20T17:32:29.658Z] [ 1%] Linking C shared library libsltestlib.so 13:32:29 [2024-03-20T17:32:29.658Z] Scanning dependencies of target aixbaddep 13:32:29 [2024-03-20T17:32:29.658Z] [ 1%] Linking CXX static library libomrtestutil.a 13:32:29 [2024-03-20T17:32:29.658Z] [ 1%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/TraceHeaderWriter.cpp.o 13:32:29 [2024-03-20T17:32:29.658Z] [ 2%] Building C object fvtest/porttest/CMakeFiles/aixbaddep.dir/aixbaddep/sltest.c.o 13:32:29 [2024-03-20T17:32:29.658Z] Scanning dependencies of target traceOptionAgent 13:32:29 [2024-03-20T17:32:29.658Z] Scanning dependencies of target invalidAgentMissingOnLoad 13:32:29 [2024-03-20T17:32:29.658Z] [ 2%] Linking C shared library libaixbaddep.so 13:32:29 [2024-03-20T17:32:29.658Z] [ 2%] Built target sltestlib 13:32:29 [2024-03-20T17:32:29.658Z] [ 2%] Built target omrtestutil 13:32:29 [2024-03-20T17:32:29.658Z] [ 2%] Building C object fvtest/rastest/CMakeFiles/invalidAgentMissingOnLoad.dir/invalidAgentMissingOnLoad.c.o 13:32:29 [2024-03-20T17:32:29.658Z] [ 2%] Building C object fvtest/rastest/CMakeFiles/traceOptionAgent.dir/traceOptionAgent.c.o 13:32:29 [2024-03-20T17:32:29.658Z] Scanning dependencies of target invalidAgentMissingOnUnload 13:32:29 [2024-03-20T17:32:29.658Z] Scanning dependencies of target invalidAgentReturnError 13:32:29 [2024-03-20T17:32:29.658Z] [ 2%] Building C object fvtest/rastest/CMakeFiles/invalidAgentReturnError.dir/invalidAgentReturnError.c.o 13:32:29 [2024-03-20T17:32:29.658Z] [ 2%] Building C object fvtest/rastest/CMakeFiles/invalidAgentMissingOnUnload.dir/invalidAgentMissingOnUnload.c.o 13:32:30 [2024-03-20T17:32:30.112Z] [ 2%] Linking CXX static library libpugixml.a 13:32:30 [2024-03-20T17:32:30.112Z] [ 2%] Linking CXX static library libtrace.a 13:32:30 [2024-03-20T17:32:30.112Z] [ 2%] Linking C shared library libinvalidAgentMissingOnLoad.so 13:32:30 [2024-03-20T17:32:30.112Z] [ 2%] Built target aixbaddep 13:32:30 [2024-03-20T17:32:30.112Z] Scanning dependencies of target sampleSubscriber 13:32:30 [2024-03-20T17:32:30.112Z] [ 2%] Building C object fvtest/rastest/CMakeFiles/sampleSubscriber.dir/sampleSubscriber.c.o 13:32:30 [2024-03-20T17:32:30.112Z] [ 2%] Linking C shared library libtraceOptionAgent.so 13:32:30 [2024-03-20T17:32:30.112Z] [ 2%] Linking C shared library libinvalidAgentReturnError.so 13:32:30 [2024-03-20T17:32:30.112Z] [ 2%] Linking C shared library libinvalidAgentMissingOnUnload.so 13:32:30 [2024-03-20T17:32:30.559Z] [ 2%] Linking C shared library libsampleSubscriber.so 13:32:30 [2024-03-20T17:32:30.559Z] [ 2%] Built target trace 13:32:30 [2024-03-20T17:32:30.559Z] [ 2%] Built target invalidAgentMissingOnLoad 13:32:30 [2024-03-20T17:32:30.559Z] [ 2%] Built target invalidAgentMissingOnUnload 13:32:30 [2024-03-20T17:32:30.559Z] [ 2%] Built target traceOptionAgent 13:32:30 [2024-03-20T17:32:30.559Z] [ 2%] Built target invalidAgentReturnError 13:32:30 [2024-03-20T17:32:30.559Z] Scanning dependencies of target subscriberAgentWithJ9thread 13:32:30 [2024-03-20T17:32:30.559Z] [ 2%] Built target pugixml 13:32:30 [2024-03-20T17:32:30.559Z] Scanning dependencies of target tracegen 13:32:30 [2024-03-20T17:32:30.559Z] [ 2%] Building C object fvtest/rastest/CMakeFiles/subscriberAgentWithJ9thread.dir/subscriberAgentWithJ9thread.c.o 13:32:30 [2024-03-20T17:32:30.559Z] Scanning dependencies of target tracemerge 13:32:30 [2024-03-20T17:32:30.559Z] Scanning dependencies of target traceagent 13:32:30 [2024-03-20T17:32:30.559Z] [ 2%] Building CXX object tools/tracegen/CMakeFiles/tracegen.dir/main.cpp.o 13:32:30 [2024-03-20T17:32:30.559Z] Scanning dependencies of target cpuLoadAgent 13:32:30 [2024-03-20T17:32:30.559Z] [ 3%] Running preprocessing p/runtime/CodeDispatch.spp to create /home/omr/workspace/Build/build/fvtest/compilertest/p/runtime/CodeDispatch.ipp 13:32:30 [2024-03-20T17:32:30.559Z] [ 3%] Building C object fvtest/rastest/CMakeFiles/traceagent.dir/traceagent.c.o 13:32:30 [2024-03-20T17:32:30.559Z] [ 3%] Building CXX object tools/tracemerge/CMakeFiles/tracemerge.dir/DATMerge.cpp.o 13:32:30 [2024-03-20T17:32:30.559Z] [ 3%] Building C object fvtest/rastest/CMakeFiles/cpuLoadAgent.dir/cpuLoadAgent.c.o 13:32:30 [2024-03-20T17:32:30.559Z] [ 3%] Linking CXX shared library libsubscriberAgentWithJ9thread.so 13:32:30 [2024-03-20T17:32:30.559Z] [ 3%] Built target sampleSubscriber 13:32:30 [2024-03-20T17:32:30.559Z] [ 3%] Generate /home/omr/workspace/Build/build/testcompilerName.cpp 13:32:30 [2024-03-20T17:32:30.559Z] Scanning dependencies of target memorycategoriesagent 13:32:31 [2024-03-20T17:32:31.024Z] [ 3%] Building C object fvtest/rastest/CMakeFiles/memorycategoriesagent.dir/memorycategoriesagent.c.o 13:32:31 [2024-03-20T17:32:31.024Z] [ 3%] Running preprocessing p/runtime/AsmUtil.spp to create /home/omr/workspace/Build/build/fvtest/compilertest/p/runtime/AsmUtil.ipp 13:32:31 [2024-03-20T17:32:31.024Z] [ 4%] Building CXX object tools/tracemerge/CMakeFiles/tracemerge.dir/main.cpp.o 13:32:31 [2024-03-20T17:32:31.024Z] [ 4%] Linking CXX shared library libtraceagent.so 13:32:31 [2024-03-20T17:32:31.024Z] [ 4%] Linking CXX executable tracegen 13:32:31 [2024-03-20T17:32:31.024Z] [ 4%] Linking CXX shared library libcpuLoadAgent.so 13:32:31 [2024-03-20T17:32:31.024Z] [ 4%] Built target subscriberAgentWithJ9thread 13:32:31 [2024-03-20T17:32:31.024Z] Scanning dependencies of target traceNotStartedAgent 13:32:31 [2024-03-20T17:32:31.024Z] [ 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 13:32:31 [2024-03-20T17:32:31.024Z] [ 4%] Building C object fvtest/rastest/CMakeFiles/traceNotStartedAgent.dir/traceNotStartedAgent.c.o 13:32:31 [2024-03-20T17:32:31.024Z] [ 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 13:32:31 [2024-03-20T17:32:31.024Z] [ 4%] Linking CXX shared library libmemorycategoriesagent.so 13:32:31 [2024-03-20T17:32:31.024Z] [ 4%] Built target tracegen 13:32:31 [2024-03-20T17:32:31.024Z] [ 4%] Linking CXX executable tracemerge 13:32:31 [2024-03-20T17:32:31.024Z] Scanning dependencies of target bindthreadagent 13:32:31 [2024-03-20T17:32:31.491Z] [ 4%] Built target traceagent 13:32:31 [2024-03-20T17:32:31.491Z] [ 4%] Building C object fvtest/rastest/CMakeFiles/bindthreadagent.dir/bindthreadagent.c.o 13:32:31 [2024-03-20T17:32:31.491Z] Scanning dependencies of target subscriberAgent 13:32:31 [2024-03-20T17:32:31.491Z] [ 4%] Building C object fvtest/rastest/CMakeFiles/subscriberAgent.dir/subscriberAgent.c.o 13:32:31 [2024-03-20T17:32:31.491Z] [ 4%] Built target cpuLoadAgent 13:32:31 [2024-03-20T17:32:31.491Z] Scanning dependencies of target trc_omr_test 13:32:31 [2024-03-20T17:32:31.491Z] [ 4%] Generating ut_omr_test.c, ut_omr_test.h, ut_omr_test.pdat 13:32:31 [2024-03-20T17:32:31.491Z] [ 4%] Built target trc_omr_test 13:32:31 [2024-03-20T17:32:31.491Z] [ 4%] Built target memorycategoriesagent 13:32:31 [2024-03-20T17:32:31.491Z] Scanning dependencies of target trc_omrport 13:32:31 [2024-03-20T17:32:31.491Z] Scanning dependencies of target trc_j9thr 13:32:31 [2024-03-20T17:32:31.491Z] [ 5%] Generating ut_omrport.c, ut_omrport.h, ut_omrport.pdat 13:32:31 [2024-03-20T17:32:31.491Z] [ 5%] Linking CXX shared library libtraceNotStartedAgent.so 13:32:31 [2024-03-20T17:32:31.491Z] [ 5%] Generating ut_j9thr.c, ut_j9thr.h, ut_j9thr.pdat 13:32:31 [2024-03-20T17:32:31.491Z] [ 5%] Built target tracemerge 13:32:31 [2024-03-20T17:32:31.491Z] [ 5%] Linking CXX shared library libbindthreadagent.so 13:32:31 [2024-03-20T17:32:31.491Z] [ 5%] Built target trc_j9thr 13:32:31 [2024-03-20T17:32:31.491Z] [ 5%] Built target trc_omrport 13:32:31 [2024-03-20T17:32:31.491Z] Scanning dependencies of target trc_avl 13:32:31 [2024-03-20T17:32:31.491Z] Scanning dependencies of target trc_hashtable 13:32:31 [2024-03-20T17:32:31.491Z] Scanning dependencies of target trc_j9hook 13:32:31 [2024-03-20T17:32:31.491Z] [ 5%] Generating ut_avl.c, ut_avl.h, ut_avl.pdat 13:32:31 [2024-03-20T17:32:31.491Z] [ 5%] Generating ut_hashtable.c, ut_hashtable.h, ut_hashtable.pdat 13:32:31 [2024-03-20T17:32:31.491Z] [ 5%] Generating ut_j9hook.c, ut_j9hook.h, ut_j9hook.pdat 13:32:31 [2024-03-20T17:32:31.491Z] [ 5%] Linking CXX shared library libsubscriberAgent.so 13:32:31 [2024-03-20T17:32:31.491Z] [ 5%] Built target trc_j9hook 13:32:31 [2024-03-20T17:32:31.491Z] [ 5%] Built target trc_avl 13:32:31 [2024-03-20T17:32:31.491Z] [ 5%] Built target trc_hashtable 13:32:31 [2024-03-20T17:32:31.491Z] Scanning dependencies of target trc_j9utilcore 13:32:31 [2024-03-20T17:32:31.938Z] Scanning dependencies of target trc_omrutil 13:32:31 [2024-03-20T17:32:31.938Z] Scanning dependencies of target trc_pool 13:32:31 [2024-03-20T17:32:31.938Z] [ 5%] Generating ut_j9utilcore.c, ut_j9utilcore.h, ut_j9utilcore.pdat 13:32:31 [2024-03-20T17:32:31.938Z] [ 5%] Generating ut_pool.c, ut_pool.h, ut_pool.pdat 13:32:31 [2024-03-20T17:32:31.938Z] [ 5%] Generating ut_omrutil.c, ut_omrutil.h, ut_omrutil.pdat 13:32:31 [2024-03-20T17:32:31.938Z] [ 5%] Built target trc_j9utilcore 13:32:31 [2024-03-20T17:32:31.938Z] [ 5%] Built target trc_pool 13:32:31 [2024-03-20T17:32:31.938Z] [ 5%] Built target trc_omrutil 13:32:31 [2024-03-20T17:32:31.938Z] [ 5%] Built target traceNotStartedAgent 13:32:31 [2024-03-20T17:32:31.938Z] Scanning dependencies of target trc_omrvm 13:32:31 [2024-03-20T17:32:31.938Z] Scanning dependencies of target trc_omrti 13:32:31 [2024-03-20T17:32:31.938Z] [ 5%] Generating ut_omrvm.c, ut_omrvm.h, ut_omrvm.pdat 13:32:31 [2024-03-20T17:32:31.938Z] Scanning dependencies of target trc_omrmm 13:32:31 [2024-03-20T17:32:31.938Z] [ 5%] Built target bindthreadagent 13:32:31 [2024-03-20T17:32:31.938Z] Scanning dependencies of target trc_j9mm 13:32:31 [2024-03-20T17:32:31.938Z] [ 5%] Generating ut_omrti.c, ut_omrti.h, ut_omrti.pdat 13:32:31 [2024-03-20T17:32:31.938Z] [ 5%] Generating ut_omrmm.c, ut_omrmm.h, ut_omrmm.pdat 13:32:31 [2024-03-20T17:32:31.938Z] Scanning dependencies of target trc_j9vgc 13:32:31 [2024-03-20T17:32:31.938Z] [ 5%] Generating ut_j9mm.c, ut_j9mm.h, ut_j9mm.pdat 13:32:31 [2024-03-20T17:32:31.938Z] [ 5%] Built target trc_omrvm 13:32:31 [2024-03-20T17:32:31.938Z] [ 5%] Generating ut_j9vgc.c, ut_j9vgc.h, ut_j9vgc.pdat 13:32:31 [2024-03-20T17:32:31.938Z] [ 5%] Built target trc_omrti 13:32:31 [2024-03-20T17:32:31.938Z] [ 5%] Built target trc_omrmm 13:32:31 [2024-03-20T17:32:31.938Z] Scanning dependencies of target hookgen 13:32:31 [2024-03-20T17:32:31.938Z] [ 5%] Built target subscriberAgent 13:32:31 [2024-03-20T17:32:31.938Z] [ 5%] Generating ut_j9mm.c, ut_j9mm.h, ut_j9mm.pdat 13:32:31 [2024-03-20T17:32:31.938Z] [ 5%] Building CXX object tools/hookgen/CMakeFiles/hookgen.dir/HookGen.cpp.o 13:32:31 [2024-03-20T17:32:31.938Z] [ 5%] Built target trc_j9vgc 13:32:31 [2024-03-20T17:32:31.938Z] Scanning dependencies of target j9pool 13:32:31 [2024-03-20T17:32:31.938Z] [ 5%] Building CXX object tools/hookgen/CMakeFiles/hookgen.dir/main.cpp.o 13:32:31 [2024-03-20T17:32:31.938Z] [ 5%] Built target trc_j9mm 13:32:31 [2024-03-20T17:32:31.938Z] [ 6%] Building C object util/pool/CMakeFiles/j9pool.dir/pool.c.o 13:32:31 [2024-03-20T17:32:31.938Z] Scanning dependencies of target j9avl 13:32:31 [2024-03-20T17:32:31.938Z] Scanning dependencies of target j9thr_obj 13:32:31 [2024-03-20T17:32:31.938Z] Scanning dependencies of target omrgc_tracegen 13:32:31 [2024-03-20T17:32:31.938Z] [ 7%] Building C object util/avl/CMakeFiles/j9avl.dir/avlsup.c.o 13:32:31 [2024-03-20T17:32:31.938Z] [ 7%] Building C object thread/CMakeFiles/j9thr_obj.dir/common/j9sem.c.o 13:32:31 [2024-03-20T17:32:31.938Z] [ 7%] Building C object gc/CMakeFiles/omrgc_tracegen.dir/ut_j9mm.c.o 13:32:31 [2024-03-20T17:32:31.938Z] [ 7%] Building C object thread/CMakeFiles/j9thr_obj.dir/common/omrthread.c.o 13:32:32 [2024-03-20T17:32:32.394Z] [ 7%] Linking CXX static library libomrGtest.a 13:32:32 [2024-03-20T17:32:32.395Z] [ 7%] Linking CXX executable hookgen 13:32:32 [2024-03-20T17:32:32.395Z] [ 7%] Building C object util/pool/CMakeFiles/j9pool.dir/pool_cap.c.o 13:32:32 [2024-03-20T17:32:32.395Z] [ 7%] Building C object util/avl/CMakeFiles/j9avl.dir/ut_avl.c.o 13:32:32 [2024-03-20T17:32:32.395Z] Scanning dependencies of target omrutil_obj 13:32:32 [2024-03-20T17:32:32.395Z] [ 7%] Building C object gc/CMakeFiles/omrgc_tracegen.dir/ut_omrmm.c.o 13:32:32 [2024-03-20T17:32:32.395Z] [ 7%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/ut_omrutil.c.o 13:32:32 [2024-03-20T17:32:32.841Z] [ 7%] Linking C static library libj9avl.a 13:32:32 [2024-03-20T17:32:32.841Z] [ 7%] Building C object thread/CMakeFiles/j9thr_obj.dir/unix/omrthreadattr.c.o 13:32:32 [2024-03-20T17:32:32.841Z] [ 7%] Built target hookgen 13:32:32 [2024-03-20T17:32:32.841Z] [ 7%] Building C object gc/CMakeFiles/omrgc_tracegen.dir/ut_j9vgc.c.o 13:32:32 [2024-03-20T17:32:32.841Z] [ 7%] Building C object util/pool/CMakeFiles/j9pool.dir/ut_pool.c.o 13:32:32 [2024-03-20T17:32:32.841Z] [ 7%] Built target j9avl 13:32:32 [2024-03-20T17:32:32.841Z] [ 7%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/ut_j9utilcore.c.o 13:32:32 [2024-03-20T17:32:32.841Z] Scanning dependencies of target j9hook_obj 13:32:32 [2024-03-20T17:32:32.841Z] [ 7%] Building CXX object util/hookable/CMakeFiles/j9hook_obj.dir/hookable.cpp.o 13:32:32 [2024-03-20T17:32:32.841Z] Scanning dependencies of target omrport_obj 13:32:33 [2024-03-20T17:32:33.349Z] [ 7%] Building C object port/CMakeFiles/omrport_obj.dir/ut_omrport.c.o 13:32:33 [2024-03-20T17:32:33.349Z] [ 7%] Linking C static library libj9pool.a 13:32:33 [2024-03-20T17:32:33.349Z] [ 7%] Building C object thread/CMakeFiles/j9thr_obj.dir/unix/omrthreaddebug.c.o 13:32:33 [2024-03-20T17:32:33.349Z] [ 8%] Built target omrgc_tracegen 13:32:33 [2024-03-20T17:32:33.349Z] [ 9%] Building CXX object util/omrutil/CMakeFiles/omrutil_obj.dir/AtomicFunctions.cpp.o 13:32:33 [2024-03-20T17:32:33.349Z] Scanning dependencies of target omrgc_hookgen 13:32:33 [2024-03-20T17:32:33.349Z] [ 9%] Built target omrGtest 13:32:33 [2024-03-20T17:32:33.349Z] [ 9%] Building C object util/hookable/CMakeFiles/j9hook_obj.dir/ut_j9hook.c.o 13:32:33 [2024-03-20T17:32:33.349Z] [ 9%] Generating mmomrhook_internal.h, ../mmomrhook.h 13:32:33 [2024-03-20T17:32:33.349Z] [ 9%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/argscan.c.o 13:32:33 [2024-03-20T17:32:33.349Z] [ 9%] Built target j9pool 13:32:33 [2024-03-20T17:32:33.349Z] [ 9%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/detectVMDirectory.c.o 13:32:33 [2024-03-20T17:32:33.349Z] [ 9%] Building ASM object port/CMakeFiles/omrport_obj.dir/aix/omrgetsp.s.o 13:32:33 [2024-03-20T17:32:33.801Z] [ 9%] Building C object thread/CMakeFiles/j9thr_obj.dir/common/omrthreaderror.c.o 13:32:33 [2024-03-20T17:32:33.801Z] [ 9%] Generating mmprivatehook_internal.h, mmprivatehook.h 13:32:33 [2024-03-20T17:32:33.801Z] [ 9%] Built target j9hook_obj 13:32:33 [2024-03-20T17:32:33.801Z] [ 9%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/gettimebase.c.o 13:32:33 [2024-03-20T17:32:33.801Z] [ 9%] Building C object thread/CMakeFiles/j9thr_obj.dir/common/omrthreadinspect.c.o 13:32:33 [2024-03-20T17:32:33.801Z] [ 9%] Built target omrgc_hookgen 13:32:33 [2024-03-20T17:32:33.801Z] [ 9%] Building CXX object thread/CMakeFiles/j9thr_obj.dir/common/omrthreadmem.cpp.o 13:32:33 [2024-03-20T17:32:33.801Z] [ 9%] Building C object port/CMakeFiles/omrport_obj.dir/unix/protect_helpers.c.o 13:32:33 [2024-03-20T17:32:33.801Z] [ 9%] Building CXX object util/omrutil/CMakeFiles/omrutil_obj.dir/j9memclr.cpp.o 13:32:33 [2024-03-20T17:32:33.801Z] [ 9%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/omrcrc32.c.o 13:32:33 [2024-03-20T17:32:33.801Z] Scanning dependencies of target testcompiler 13:32:33 [2024-03-20T17:32:33.801Z] Scanning dependencies of target run_tracegen 13:32:34 [2024-03-20T17:32:34.247Z] [ 9%] Built target run_tracegen 13:32:34 [2024-03-20T17:32:34.247Z] [ 9%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrgetasid.c.o 13:32:34 [2024-03-20T17:32:34.247Z] [ 10%] Building C object thread/CMakeFiles/j9thr_obj.dir/aix/omrthreadnuma.c.o 13:32:34 [2024-03-20T17:32:34.247Z] Scanning dependencies of target omrcore 13:32:34 [2024-03-20T17:32:34.247Z] [ 10%] Building CXX object omr/CMakeFiles/omrcore.dir/OMR_Agent.cpp.o 13:32:34 [2024-03-20T17:32:34.248Z] [ 10%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrgetjobid.c.o 13:32:34 [2024-03-20T17:32:34.248Z] [ 10%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrgetjobname.c.o 13:32:34 [2024-03-20T17:32:34.248Z] [ 10%] Building C object thread/CMakeFiles/j9thr_obj.dir/common/omrthreadpriority.c.o 13:32:34 [2024-03-20T17:32:34.248Z] [ 10%] Building C object thread/CMakeFiles/j9thr_obj.dir/common/omrthreadtls.c.o 13:32:34 [2024-03-20T17:32:34.248Z] [ 10%] Building CXX object omr/CMakeFiles/omrcore.dir/OMR_MethodDictionary.cpp.o 13:32:34 [2024-03-20T17:32:34.697Z] [ 10%] Building C object thread/CMakeFiles/j9thr_obj.dir/aix/priority.c.o 13:32:34 [2024-03-20T17:32:34.697Z] [ 10%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrgetsysname.c.o 13:32:34 [2024-03-20T17:32:34.697Z] [ 10%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/testcompilerName.cpp.o 13:32:34 [2024-03-20T17:32:34.697Z] [ 10%] Building C object thread/CMakeFiles/j9thr_obj.dir/unix/thrcreate.c.o 13:32:34 [2024-03-20T17:32:34.697Z] [ 10%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/poolForPort.c.o 13:32:34 [2024-03-20T17:32:34.697Z] [ 10%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/primeNumberHelper.c.o 13:32:34 [2024-03-20T17:32:34.697Z] [ 10%] Building CXX object omr/CMakeFiles/omrcore.dir/OMR_Profiler.cpp.o 13:32:34 [2024-03-20T17:32:34.697Z] [ 10%] Building CXX object omr/CMakeFiles/omrcore.dir/OMR_Runtime.cpp.o 13:32:34 [2024-03-20T17:32:34.697Z] [ 10%] Building CXX object thread/CMakeFiles/j9thr_obj.dir/common/threadhelpers.cpp.o 13:32:34 [2024-03-20T17:32:34.697Z] [ 10%] Building ASM object port/CMakeFiles/omrport_obj.dir/aix64/rt_divu64.s.o 13:32:35 [2024-03-20T17:32:35.183Z] [ 10%] Building C object thread/CMakeFiles/j9thr_obj.dir/common/thrprof.c.o 13:32:35 [2024-03-20T17:32:35.183Z] [ 10%] Building ASM object port/CMakeFiles/omrport_obj.dir/aix64/rt_time.s.o 13:32:35 [2024-03-20T17:32:35.183Z] [ 10%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrcpu.c.o 13:32:35 [2024-03-20T17:32:35.183Z] [ 10%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/ranking.c.o 13:32:35 [2024-03-20T17:32:35.183Z] [ 10%] Building C object thread/CMakeFiles/j9thr_obj.dir/unix/thrdsup.c.o 13:32:35 [2024-03-20T17:32:35.183Z] Scanning dependencies of target run_tracemerge 13:32:35 [2024-03-20T17:32:35.183Z] [ 10%] Generating tracemerge.stamp 13:32:35 [2024-03-20T17:32:35.183Z] [ 10%] Building CXX object omr/CMakeFiles/omrcore.dir/OMR_TI.cpp.o 13:32:35 [2024-03-20T17:32:35.183Z] [ 10%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/spacesaving.c.o 13:32:35 [2024-03-20T17:32:35.634Z] [ 10%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrerror.c.o 13:32:35 [2024-03-20T17:32:35.634Z] [ 10%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/compile/ResolvedMethod.cpp.o 13:32:35 [2024-03-20T17:32:35.634Z] [ 10%] Built target run_tracemerge 13:32:35 [2024-03-20T17:32:35.634Z] [ 11%] Building CXX object omr/CMakeFiles/omrcore.dir/OMR_TIMemorySize.cpp.o 13:32:35 [2024-03-20T17:32:35.634Z] [ 12%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrerrorhelpers.c.o 13:32:35 [2024-03-20T17:32:35.634Z] [ 12%] Building CXX object omr/CMakeFiles/omrcore.dir/OMR_VM.cpp.o 13:32:35 [2024-03-20T17:32:35.634Z] [ 12%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/stricmp.c.o 13:32:35 [2024-03-20T17:32:35.634Z] [ 12%] Building C object thread/CMakeFiles/j9thr_obj.dir/aix/rasthrsup.c.o 13:32:36 [2024-03-20T17:32:36.084Z] [ 12%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/control/TestJit.cpp.o 13:32:36 [2024-03-20T17:32:36.084Z] [ 12%] Building CXX object omr/CMakeFiles/omrcore.dir/OMR_VMThread.cpp.o 13:32:36 [2024-03-20T17:32:36.084Z] [ 12%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrexit.c.o 13:32:36 [2024-03-20T17:32:36.084Z] [ 12%] Building C object omr/CMakeFiles/omrcore.dir/ut_omrti.c.o 13:32:36 [2024-03-20T17:32:36.084Z] [ 12%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/threadhelp.c.o 13:32:36 [2024-03-20T17:32:36.084Z] [ 12%] Building C object thread/CMakeFiles/j9thr_obj.dir/common/rwmutex.c.o 13:32:36 [2024-03-20T17:32:36.084Z] [ 12%] Building C object omr/CMakeFiles/omrcore.dir/ut_omrvm.c.o 13:32:36 [2024-03-20T17:32:36.084Z] [ 12%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/env/FrontEnd.cpp.o 13:32:36 [2024-03-20T17:32:36.531Z] [ 13%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/thrname_core.c.o 13:32:36 [2024-03-20T17:32:36.531Z] [ 13%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/ilgen/IlInjector.cpp.o 13:32:36 [2024-03-20T17:32:36.531Z] [ 13%] Building C object thread/CMakeFiles/j9thr_obj.dir/common/omrthreadjlm.c.o 13:32:36 [2024-03-20T17:32:36.531Z] [ 13%] Building C object omr/CMakeFiles/omrcore.dir/__/example/glue/LanguageVMGlue.c.o 13:32:36 [2024-03-20T17:32:36.531Z] [ 13%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/utf8decode.c.o 13:32:36 [2024-03-20T17:32:36.531Z] [ 13%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrfile.c.o 13:32:36 [2024-03-20T17:32:36.979Z] [ 13%] Building C object thread/CMakeFiles/j9thr_obj.dir/unix/unixpriority.c.o 13:32:36 [2024-03-20T17:32:36.979Z] [ 13%] Building CXX object omr/CMakeFiles/omrcore.dir/__/example/glue/omrExampleVM.cpp.o 13:32:36 [2024-03-20T17:32:36.979Z] [ 13%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/utf8encode.c.o 13:32:36 [2024-03-20T17:32:36.979Z] [ 13%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/ilgen/TestIlGeneratorMethodDetails.cpp.o 13:32:36 [2024-03-20T17:32:36.979Z] [ 13%] Building C object thread/CMakeFiles/j9thr_obj.dir/ut_j9thr.c.o 13:32:36 [2024-03-20T17:32:36.979Z] [ 13%] Building C object omr/CMakeFiles/omrcore.dir/__/example/glue/Profiling.c.o 13:32:36 [2024-03-20T17:32:36.979Z] [ 13%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrfiletext.c.o 13:32:36 [2024-03-20T17:32:36.979Z] [ 13%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/wildcard.c.o 13:32:37 [2024-03-20T17:32:37.426Z] [ 13%] Built target j9thr_obj 13:32:37 [2024-03-20T17:32:37.426Z] [ 13%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/xlphelp.c.o 13:32:37 [2024-03-20T17:32:37.426Z] [ 13%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/xml.c.o 13:32:37 [2024-03-20T17:32:37.426Z] [ 13%] Linking CXX static library libomrcore.a 13:32:37 [2024-03-20T17:32:37.426Z] [ 13%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrfilestream.c.o 13:32:37 [2024-03-20T17:32:37.426Z] [ 13%] Built target omrcore 13:32:37 [2024-03-20T17:32:37.426Z] [ 13%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/__/__/example/glue/UtilGlue.c.o 13:32:37 [2024-03-20T17:32:37.426Z] [ 13%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrfilestreamtext.c.o 13:32:37 [2024-03-20T17:32:37.426Z] [ 13%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omriconvhelpers.c.o 13:32:37 [2024-03-20T17:32:37.872Z] [ 13%] Built target omrutil_obj 13:32:37 [2024-03-20T17:32:37.872Z] [ 13%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/runtime/TestCodeCacheManager.cpp.o 13:32:37 [2024-03-20T17:32:37.872Z] Scanning dependencies of target omrutil 13:32:37 [2024-03-20T17:32:37.872Z] [ 13%] Linking CXX static library libomrutil.a 13:32:37 [2024-03-20T17:32:37.872Z] [ 13%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrfile_blockingasync.c.o 13:32:37 [2024-03-20T17:32:37.872Z] [ 13%] Built target omrutil 13:32:37 [2024-03-20T17:32:37.872Z] [ 13%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrmem32helpers.c.o 13:32:37 [2024-03-20T17:32:37.872Z] Scanning dependencies of target j9hashtable 13:32:37 [2024-03-20T17:32:37.872Z] [ 13%] Building C object util/hashtable/CMakeFiles/j9hashtable.dir/hash.c.o 13:32:38 [2024-03-20T17:32:38.318Z] [ 13%] Building C object util/hashtable/CMakeFiles/j9hashtable.dir/hashtable.c.o 13:32:38 [2024-03-20T17:32:38.318Z] [ 13%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrheap.c.o 13:32:38 [2024-03-20T17:32:38.318Z] [ 13%] Building C object util/hashtable/CMakeFiles/j9hashtable.dir/ut_hashtable.c.o 13:32:38 [2024-03-20T17:32:38.318Z] [ 13%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrmem.c.o 13:32:38 [2024-03-20T17:32:38.318Z] [ 13%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrmemtag.c.o 13:32:38 [2024-03-20T17:32:38.318Z] [ 13%] Linking CXX static library libj9hashtable.a 13:32:38 [2024-03-20T17:32:38.318Z] [ 13%] Building ASM object fvtest/compilertest/CMakeFiles/testcompiler.dir/p/runtime/AsmUtil.s.o 13:32:38 [2024-03-20T17:32:38.764Z] [ 13%] Building ASM object fvtest/compilertest/CMakeFiles/testcompiler.dir/p/runtime/CodeDispatch.s.o 13:32:38 [2024-03-20T17:32:38.764Z] [ 13%] Built target j9hashtable 13:32:38 [2024-03-20T17:32:38.764Z] [ 14%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrmemcategories.c.o 13:32:38 [2024-03-20T17:32:38.764Z] [ 14%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/p/runtime/CodeSync.cpp.o 13:32:38 [2024-03-20T17:32:38.764Z] [ 14%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrport.c.o 13:32:38 [2024-03-20T17:32:38.764Z] Scanning dependencies of target j9thrstatic 13:32:38 [2024-03-20T17:32:38.764Z] [ 15%] Linking CXX static library libj9thrstatic.a 13:32:38 [2024-03-20T17:32:38.764Z] [ 15%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/p/runtime/OMRCodeCacheConfig.cpp.o 13:32:38 [2024-03-20T17:32:38.764Z] Scanning dependencies of target omrsig 13:32:38 [2024-03-20T17:32:38.764Z] [ 15%] Building CXX object omrsigcompat/CMakeFiles/omrsig.dir/omrsig.cpp.o 13:32:38 [2024-03-20T17:32:38.764Z] [ 15%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrmmap.c.o 13:32:38 [2024-03-20T17:32:38.764Z] [ 15%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/p/codegen/Evaluator.cpp.o 13:32:39 [2024-03-20T17:32:39.216Z] [ 16%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/p/env/OMRDebugEnv.cpp.o 13:32:39 [2024-03-20T17:32:39.216Z] [ 16%] Building C object port/CMakeFiles/omrport_obj.dir/common/j9nls.c.o 13:32:39 [2024-03-20T17:32:39.216Z] Scanning dependencies of target omrutiltest 13:32:39 [2024-03-20T17:32:39.216Z] [ 16%] Building CXX object fvtest/utiltest/CMakeFiles/omrutiltest.dir/main.cpp.o 13:32:39 [2024-03-20T17:32:39.216Z] [ 16%] Built target j9thrstatic 13:32:39 [2024-03-20T17:32:39.216Z] [ 16%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRAheadOfTimeCompile.cpp.o 13:32:39 [2024-03-20T17:32:39.216Z] [ 16%] Linking CXX shared library libomrsig.so 13:32:39 [2024-03-20T17:32:39.216Z] [ 16%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/Analyser.cpp.o 13:32:39 [2024-03-20T17:32:39.216Z] Scanning dependencies of target omrtrace 13:32:39 [2024-03-20T17:32:39.216Z] [ 16%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/CCData.cpp.o 13:32:39 [2024-03-20T17:32:39.216Z] [ 16%] Building CXX object omrtrace/CMakeFiles/omrtrace.dir/omrtraceapi.cpp.o 13:32:39 [2024-03-20T17:32:39.216Z] ld: 0711-224 WARNING: Duplicate symbol: __cdtors 13:32:39 [2024-03-20T17:32:39.216Z] ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. 13:32:39 [2024-03-20T17:32:39.682Z] [ 16%] Building C object port/CMakeFiles/omrport_obj.dir/unix/j9nlshelpers.c.o 13:32:39 [2024-03-20T17:32:39.683Z] [ 17%] Built target omrsig 13:32:39 [2024-03-20T17:32:39.683Z] [ 17%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrosbacktrace.c.o 13:32:39 [2024-03-20T17:32:39.683Z] [ 17%] Building CXX object omrtrace/CMakeFiles/omrtrace.dir/omrtracecomponent.cpp.o 13:32:39 [2024-03-20T17:32:39.683Z] [ 17%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/CodeGenPrep.cpp.o 13:32:39 [2024-03-20T17:32:39.683Z] [ 17%] Building C object port/CMakeFiles/omrport_obj.dir/aix/omrosbacktrace_impl.c.o 13:32:40 [2024-03-20T17:32:40.155Z] [ 17%] Building CXX object omrtrace/CMakeFiles/omrtrace.dir/omrtraceformatter.cpp.o 13:32:40 [2024-03-20T17:32:40.155Z] [ 17%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrintrospect.c.o 13:32:40 [2024-03-20T17:32:40.155Z] [ 17%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/CodeGenGC.cpp.o 13:32:40 [2024-03-20T17:32:40.155Z] [ 17%] Building CXX object omrtrace/CMakeFiles/omrtrace.dir/omrtracelog.cpp.o 13:32:40 [2024-03-20T17:32:40.155Z] [ 17%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrintrospect_common.c.o 13:32:40 [2024-03-20T17:32:40.604Z] [ 17%] Linking CXX executable omrutiltest 13:32:40 [2024-03-20T17:32:40.604Z] [ 17%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrosdump.c.o 13:32:40 [2024-03-20T17:32:40.604Z] [ 17%] Building CXX object omrtrace/CMakeFiles/omrtrace.dir/omrtracemain.cpp.o 13:32:41 [2024-03-20T17:32:41.051Z] [ 17%] Built target omrutiltest 13:32:41 [2024-03-20T17:32:41.051Z] [ 17%] Building CXX object omrtrace/CMakeFiles/omrtrace.dir/omrtracemisc.cpp.o 13:32:41 [2024-03-20T17:32:41.051Z] [ 17%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrportcontrol.c.o 13:32:41 [2024-03-20T17:32:41.051Z] [ 17%] Building CXX object omrtrace/CMakeFiles/omrtrace.dir/omrtraceoptions.cpp.o 13:32:41 [2024-03-20T17:32:41.051Z] [ 17%] Building CXX object omrtrace/CMakeFiles/omrtrace.dir/omrtracepublish.cpp.o 13:32:41 [2024-03-20T17:32:41.051Z] [ 17%] Building CXX object omrtrace/CMakeFiles/omrtrace.dir/omrtracewrappers.cpp.o 13:32:41 [2024-03-20T17:32:41.051Z] [ 17%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/CodeGenRA.cpp.o 13:32:41 [2024-03-20T17:32:41.051Z] [ 17%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRGCRegisterMap.cpp.o 13:32:41 [2024-03-20T17:32:41.499Z] [ 17%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRGCStackAtlas.cpp.o 13:32:41 [2024-03-20T17:32:41.499Z] [ 17%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrportptb.c.o 13:32:41 [2024-03-20T17:32:41.499Z] [ 17%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRLinkage.cpp.o 13:32:41 [2024-03-20T17:32:41.499Z] [ 18%] Linking CXX static library libomrtrace.a 13:32:41 [2024-03-20T17:32:41.499Z] [ 18%] Built target omrtrace 13:32:41 [2024-03-20T17:32:41.499Z] [ 18%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/LiveRegister.cpp.o 13:32:41 [2024-03-20T17:32:41.499Z] [ 18%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrsignal.c.o 13:32:41 [2024-03-20T17:32:41.946Z] [ 18%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OutOfLineCodeSection.cpp.o 13:32:41 [2024-03-20T17:32:41.946Z] [ 19%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrsock.c.o 13:32:42 [2024-03-20T17:32:42.393Z] [ 19%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrsockptb.c.o 13:32:42 [2024-03-20T17:32:42.393Z] [ 20%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/Relocation.cpp.o 13:32:42 [2024-03-20T17:32:42.393Z] [ 20%] Building C object port/CMakeFiles/omrport_obj.dir/aix/omrsignal_context.c.o 13:32:42 [2024-03-20T17:32:42.393Z] [ 20%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/RegisterIterator.cpp.o 13:32:42 [2024-03-20T17:32:42.393Z] [ 20%] Building C object port/CMakeFiles/omrport_obj.dir/aix/omrsl.c.o 13:32:42 [2024-03-20T17:32:42.840Z] [ 20%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrstr.c.o 13:32:43 [2024-03-20T17:32:43.287Z] [ 20%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrsysinfo.c.o 13:32:43 [2024-03-20T17:32:43.287Z] [ 20%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrsysinfo_helpers.c.o 13:32:43 [2024-03-20T17:32:43.287Z] [ 20%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrsyslog.c.o 13:32:43 [2024-03-20T17:32:43.287Z] [ 20%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/ScratchRegisterManager.cpp.o 13:32:43 [2024-03-20T17:32:43.736Z] [ 20%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/StorageInfo.cpp.o 13:32:43 [2024-03-20T17:32:43.736Z] [ 20%] Building C object port/CMakeFiles/omrport_obj.dir/aix/omrtime.c.o 13:32:43 [2024-03-20T17:32:43.736Z] [ 20%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRTreeEvaluator.cpp.o 13:32:43 [2024-03-20T17:32:43.736Z] [ 20%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrtlshelpers.c.o 13:32:44 [2024-03-20T17:32:44.198Z] [ 20%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrtty.c.o 13:32:44 [2024-03-20T17:32:44.198Z] [ 20%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/PreInstructionSelection.cpp.o 13:32:44 [2024-03-20T17:32:44.198Z] [ 20%] Building C object port/CMakeFiles/omrport_obj.dir/aix/omrvmem.c.o 13:32:44 [2024-03-20T17:32:44.198Z] [ 21%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrmemtag_checks.c.o 13:32:44 [2024-03-20T17:32:44.198Z] [ 21%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/NodeEvaluation.cpp.o 13:32:44 [2024-03-20T17:32:44.198Z] [ 21%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRPeephole.cpp.o 13:32:44 [2024-03-20T17:32:44.645Z] [ 21%] Building C object port/CMakeFiles/omrport_obj.dir/aix/omrosdump_helpers.c.o 13:32:44 [2024-03-20T17:32:44.645Z] [ 21%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrsysv_ipcwrappers.c.o 13:32:44 [2024-03-20T17:32:44.645Z] [ 21%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRSnippet.cpp.o 13:32:45 [2024-03-20T17:32:45.093Z] [ 21%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrsharedhelper.c.o 13:32:45 [2024-03-20T17:32:45.540Z] [ 21%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrshsem.c.o 13:32:45 [2024-03-20T17:32:45.987Z] [ 21%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrshsem_deprecated.c.o 13:32:45 [2024-03-20T17:32:45.987Z] [ 21%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRUnresolvedDataSnippet.cpp.o 13:32:45 [2024-03-20T17:32:45.987Z] [ 21%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrshmem.c.o 13:32:46 [2024-03-20T17:32:46.434Z] [ 21%] Built target omrport_obj 13:32:46 [2024-03-20T17:32:46.434Z] [ 21%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRSnippetGCMap.cpp.o 13:32:46 [2024-03-20T17:32:46.434Z] Scanning dependencies of target omrport 13:32:46 [2024-03-20T17:32:46.434Z] [ 21%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRCodeGenerator.cpp.o 13:32:46 [2024-03-20T17:32:46.434Z] [ 22%] Linking CXX static library libomrport.a 13:32:46 [2024-03-20T17:32:46.880Z] [ 22%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRCodeGenPhase.cpp.o 13:32:46 [2024-03-20T17:32:46.880Z] [ 23%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRMemoryReference.cpp.o 13:32:46 [2024-03-20T17:32:46.880Z] [ 23%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRMachine.cpp.o 13:32:46 [2024-03-20T17:32:46.880Z] [ 23%] Built target omrport 13:32:46 [2024-03-20T17:32:46.880Z] [ 23%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRRegister.cpp.o 13:32:47 [2024-03-20T17:32:47.329Z] [ 23%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRRegisterDependency.cpp.o 13:32:47 [2024-03-20T17:32:47.329Z] Scanning dependencies of target j9hookstatic 13:32:47 [2024-03-20T17:32:47.329Z] [ 23%] Linking CXX static library libj9hookstatic.a 13:32:47 [2024-03-20T17:32:47.329Z] [ 23%] Built target j9hookstatic 13:32:47 [2024-03-20T17:32:47.329Z] [ 23%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRRealRegister.cpp.o 13:32:48 [2024-03-20T17:32:48.277Z] [ 23%] Running preprocessing p/runtime/CodeDispatch.spp to create /home/omr/workspace/Build/build/jitbuilder/p/runtime/CodeDispatch.ipp 13:32:48 [2024-03-20T17:32:48.277Z] [ 23%] Generate /home/omr/workspace/Build/build/jitbuilderName.cpp 13:32:48 [2024-03-20T17:32:48.277Z] [ 23%] Running preprocessing p/runtime/AsmUtil.spp to create /home/omr/workspace/Build/build/jitbuilder/p/runtime/AsmUtil.ipp 13:32:48 [2024-03-20T17:32:48.277Z] [ 23%] 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 13:32:48 [2024-03-20T17:32:48.277Z] [ 23%] Running JitBuilder C++ API generator 13:32:48 [2024-03-20T17:32:48.277Z] [ 23%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRRegisterPair.cpp.o 13:32:48 [2024-03-20T17:32:48.723Z] [ 23%] 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 13:32:49 [2024-03-20T17:32:49.169Z] Scanning dependencies of target omrporttest 13:32:49 [2024-03-20T17:32:49.169Z] [ 23%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/fileTest.cpp.o 13:32:49 [2024-03-20T17:32:49.169Z] [ 23%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/heapTest.cpp.o 13:32:49 [2024-03-20T17:32:49.616Z] [ 23%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrportTest.cpp.o 13:32:49 [2024-03-20T17:32:49.616Z] [ 23%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/main.cpp.o 13:32:49 [2024-03-20T17:32:49.616Z] [ 23%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/memTest.cpp.o 13:32:50 [2024-03-20T17:32:50.566Z] [ 23%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrdumpTest.cpp.o 13:32:50 [2024-03-20T17:32:50.566Z] [ 24%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrerrorTest.cpp.o 13:32:50 [2024-03-20T17:32:50.566Z] [ 24%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrfileTest.cpp.o 13:32:51 [2024-03-20T17:32:51.020Z] [ 24%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrfilestreamTest.cpp.o 13:32:51 [2024-03-20T17:32:51.020Z] [ 24%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrheapTest.cpp.o 13:32:51 [2024-03-20T17:32:51.020Z] [ 24%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRInstruction.cpp.o 13:32:51 [2024-03-20T17:32:51.020Z] [ 24%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrintrospectTest.cpp.o 13:32:51 [2024-03-20T17:32:51.469Z] Scanning dependencies of target jitbuilder 13:32:51 [2024-03-20T17:32:51.469Z] [ 24%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/ELFGenerator.cpp.o 13:32:51 [2024-03-20T17:32:51.924Z] [ 24%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrmemTest.cpp.o 13:32:51 [2024-03-20T17:32:51.924Z] [ 24%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/jitbuilderName.cpp.o 13:32:52 [2024-03-20T17:32:52.384Z] [ 24%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/env/FrontEnd.cpp.o 13:32:52 [2024-03-20T17:32:52.384Z] [ 24%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrmmapTest.cpp.o 13:32:52 [2024-03-20T17:32:52.384Z] [ 24%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrsignalExtendedTest.cpp.o 13:32:52 [2024-03-20T17:32:52.384Z] [ 24%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRELFRelocationResolver.cpp.o 13:32:52 [2024-03-20T17:32:52.833Z] [ 24%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/compile/OSRData.cpp.o 13:32:52 [2024-03-20T17:32:52.833Z] [ 24%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/compile/OMRMethod.cpp.o 13:32:52 [2024-03-20T17:32:52.833Z] [ 24%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/compile/ResolvedMethod.cpp.o 13:32:53 [2024-03-20T17:32:53.283Z] [ 24%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrsignalTest.cpp.o 13:32:53 [2024-03-20T17:32:53.730Z] [ 24%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrslTest.cpp.o 13:32:54 [2024-03-20T17:32:54.180Z] [ 24%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/compile/VirtualGuard.cpp.o 13:32:54 [2024-03-20T17:32:54.180Z] [ 25%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/compile/OMRSymbolReferenceTable.cpp.o 13:32:54 [2024-03-20T17:32:54.180Z] [ 25%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrstrTest.cpp.o 13:32:54 [2024-03-20T17:32:54.627Z] [ 25%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/compile/OMRAliasBuilder.cpp.o 13:32:54 [2024-03-20T17:32:54.627Z] [ 25%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/compile/ResolvedMethod.cpp.o 13:32:54 [2024-03-20T17:32:54.627Z] [ 25%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrtimeTest.cpp.o 13:32:55 [2024-03-20T17:32:55.571Z] [ 25%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/compile/OMRCompilation.cpp.o 13:32:55 [2024-03-20T17:32:55.571Z] [ 25%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrttyExtendedTest.cpp.o 13:32:56 [2024-03-20T17:32:56.019Z] [ 26%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrttyTest.cpp.o 13:32:56 [2024-03-20T17:32:56.019Z] [ 26%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrvmemTest.cpp.o 13:32:56 [2024-03-20T17:32:56.466Z] [ 26%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/si.cpp.o 13:32:56 [2024-03-20T17:32:56.466Z] [ 26%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/control/Jit.cpp.o 13:32:56 [2024-03-20T17:32:56.913Z] [ 26%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/ilgen/JBIlGeneratorMethodDetails.cpp.o 13:32:56 [2024-03-20T17:32:56.913Z] [ 26%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/optimizer/JBOptimizer.cpp.o 13:32:56 [2024-03-20T17:32:56.913Z] [ 26%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/compile/TLSCompilationManager.cpp.o 13:32:57 [2024-03-20T17:32:57.858Z] "/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 *". 13:32:57 [2024-03-20T17:32:57.858Z] [ 26%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/si_numcpusTest.cpp.o 13:32:57 [2024-03-20T17:32:57.858Z] [ 27%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/runtime/JBCodeCacheManager.cpp.o 13:32:58 [2024-03-20T17:32:58.315Z] [ 27%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/runtime/JBJitConfig.cpp.o 13:32:58 [2024-03-20T17:32:58.315Z] [ 27%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/testHelpers.cpp.o 13:32:58 [2024-03-20T17:32:58.315Z] [ 27%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/testProcessHelpers.cpp.o 13:32:58 [2024-03-20T17:32:58.766Z] [ 27%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/control/OMROptions.cpp.o 13:32:58 [2024-03-20T17:32:58.766Z] [ 27%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/control/OptimizationPlan.cpp.o 13:32:59 [2024-03-20T17:32:59.213Z] [ 27%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrsockTest.cpp.o 13:32:59 [2024-03-20T17:32:59.213Z] [ 27%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/p/codegen/Evaluator.cpp.o 13:32:59 [2024-03-20T17:32:59.213Z] [ 27%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/control/OMRRecompilation.cpp.o 13:32:59 [2024-03-20T17:32:59.667Z] [ 27%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/__/__/util/main_function/main_function.cpp.o 13:32:59 [2024-03-20T17:32:59.667Z] [ 27%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/p/runtime/CodeSync.cpp.o 13:32:59 [2024-03-20T17:32:59.667Z] [ 27%] Building ASM object jitbuilder/CMakeFiles/jitbuilder.dir/p/runtime/AsmUtil.s.o 13:33:00 [2024-03-20T17:33:00.120Z] [ 27%] Building ASM object jitbuilder/CMakeFiles/jitbuilder.dir/p/runtime/CodeDispatch.s.o 13:33:00 [2024-03-20T17:33:00.120Z] [ 27%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/control/OMRCompilationStrategy.cpp.o 13:33:00 [2024-03-20T17:33:00.120Z] [ 27%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/p/env/OMRDebugEnv.cpp.o 13:33:00 [2024-03-20T17:33:00.120Z] [ 27%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/control/CompilationController.cpp.o 13:33:00 [2024-03-20T17:33:00.120Z] [ 27%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/jitbuilderclient/cpp/BytecodeBuilder.cpp.o 13:33:00 [2024-03-20T17:33:00.120Z] [ 27%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/control/CompileMethod.cpp.o 13:33:00 [2024-03-20T17:33:00.567Z] [ 27%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/jitbuilderclient/cpp/IlBuilder.cpp.o 13:33:01 [2024-03-20T17:33:01.274Z] [ 27%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/ExceptionTable.cpp.o 13:33:01 [2024-03-20T17:33:01.274Z] [ 27%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/jitbuilderclient/cpp/IlType.cpp.o 13:33:01 [2024-03-20T17:33:01.274Z] "/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. 13:33:01 [2024-03-20T17:33:01.274Z] "/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. 13:33:01 [2024-03-20T17:33:01.274Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 302.116: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.275Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 303.80: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.275Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 305.108: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.275Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 306.188: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.275Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 307.97: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.275Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 308.93: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.275Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 309.109: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.275Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 310.131: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.275Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 311.140: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.275Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 312.100: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.275Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 313.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.275Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 314.114: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.275Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 315.89: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.275Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 316.99: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.275Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 317.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.275Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 318.85: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.275Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 319.50: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.275Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 320.51: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.275Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 321.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.275Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 322.105: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.275Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 323.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.275Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 325.130: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.275Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 327.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.275Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 329.50: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.275Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 330.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.275Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 332.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 334.102: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.275Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 335.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 340.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.275Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 344.120: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.275Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 346.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.275Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 347.174: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.275Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 348.170: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.275Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 349.107: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.275Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 350.109: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.275Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 351.118: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.275Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 355.143: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.275Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 356.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.275Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 357.88: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.275Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 358.102: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.275Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 359.119: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.275Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 360.104: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.275Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 361.109: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.275Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 362.144: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.275Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 363.105: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.275Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 364.122: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.275Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 365.131: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.275Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 366.118: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.275Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 372.69: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.275Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 373.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.275Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 374.78: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.275Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 376.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.275Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 377.107: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.275Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 378.111: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.275Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 379.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/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. 13:33:01 [2024-03-20T17:33:01.275Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 384.94: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.275Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 385.102: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.275Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 387.66: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.275Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 388.104: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 390.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/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. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 392.137: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 394.113: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 395.105: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 396.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/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. 13:33:01 [2024-03-20T17:33:01.276Z] "/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. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 399.107: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 400.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 401.105: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 403.82: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 404.85: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 405.129: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 406.110: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 408.97: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 410.49: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 411.109: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 412.68: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 413.123: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 414.88: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 415.117: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 416.112: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 417.91: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 418.107: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 419.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 420.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 423.115: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 429.107: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 430.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 431.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 434.105: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 438.132: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 440.98: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 442.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 443.153: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/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. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 445.99: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/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. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 447.195: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/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. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 449.89: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 450.108: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 451.124: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 452.125: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 454.168: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 455.147: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 456.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 457.94: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 458.81: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 459.175: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 460.111: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 461.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 462.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 463.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 464.98: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 465.125: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 466.83: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 467.100: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 469.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 470.89: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 471.85: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 472.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 473.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 475.66: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/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. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 478.90: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 479.115: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 481.79: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 485.102: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 486.117: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 487.106: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 488.119: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 489.185: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 490.83: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 491.80: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 492.111: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 493.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/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. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 496.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 497.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 502.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 503.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/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. 13:33:01 [2024-03-20T17:33:01.276Z] "/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. 13:33:01 [2024-03-20T17:33:01.276Z] "/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. 13:33:01 [2024-03-20T17:33:01.276Z] "/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. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 509.120: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 510.157: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 514.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 515.160: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 516.119: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 518.134: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 521.134: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 522.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 523.86: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 524.68: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 525.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 526.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 531.117: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 532.102: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 533.152: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 534.108: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 535.106: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 536.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 537.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 538.110: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 539.100: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 540.103: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 541.135: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 542.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 544.121: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 545.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 546.156: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/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. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 548.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 549.114: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/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. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 552.116: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 553.119: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 554.130: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 555.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 556.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 557.108: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/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. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 559.136: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 560.84: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 561.89: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 562.86: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 563.119: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 564.139: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 565.97: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 569.83: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 571.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 572.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 574.128: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 575.153: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 576.105: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 578.43: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 579.128: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 580.89: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 581.50: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 582.94: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 583.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 584.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 585.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 586.101: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 587.102: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 588.113: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.276Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 590.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/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. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 594.43: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 595.88: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 596.93: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 597.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 598.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 599.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/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. 13:33:01 [2024-03-20T17:33:01.277Z] "/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. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 602.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 603.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 604.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 605.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/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. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 607.110: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/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. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 609.94: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 610.118: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 611.124: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 612.124: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 613.124: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/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. 13:33:01 [2024-03-20T17:33:01.277Z] "/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. 13:33:01 [2024-03-20T17:33:01.277Z] "/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. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 617.142: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 618.79: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 619.107: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 620.150: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 621.50: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 622.56: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 624.66: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 625.154: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 626.87: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 627.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 628.84: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 629.121: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 630.62: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 631.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 632.124: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 633.109: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 634.129: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 635.125: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 636.103: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 637.130: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 638.126: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 639.97: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 640.106: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 641.123: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 642.142: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 643.138: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 644.91: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 645.100: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 646.102: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 647.104: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 648.124: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 651.74: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/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. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 655.109: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 656.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 657.123: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 658.113: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 660.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 661.122: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 662.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 663.73: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 664.72: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 665.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 666.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 667.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 669.72: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 671.114: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 672.142: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 673.81: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 674.70: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 675.87: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/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. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 677.80: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 678.86: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 679.113: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 680.113: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 681.110: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 682.93: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 683.117: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 684.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 685.148: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 686.134: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 687.126: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 688.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 689.84: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 690.50: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 691.50: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 692.103: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 693.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 694.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 695.80: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 696.86: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 697.79: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 698.78: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 699.82: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 701.44: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 703.44: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 704.79: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 705.132: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 706.117: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 707.103: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 708.90: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 709.87: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 710.77: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 714.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 715.94: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 716.127: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 717.154: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 718.74: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 720.94: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 721.90: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 722.87: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 723.146: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 724.77: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 725.67: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 726.125: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 727.151: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 728.99: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 729.103: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 730.148: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 732.8: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 733.93: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 734.87: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 735.139: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 736.119: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 737.83: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 738.173: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 739.84: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 740.90: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 741.86: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 742.70: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 743.78: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 744.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 745.77: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 746.129: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 747.88: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 748.99: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 749.90: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 750.123: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 751.104: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 752.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 753.117: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 754.123: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 755.97: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 756.97: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 757.159: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 758.102: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 759.128: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 760.110: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 762.98: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 763.133: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 765.116: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 766.86: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 767.122: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 768.111: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 769.102: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 770.99: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 771.94: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 772.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 773.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 774.100: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 775.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 776.132: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 777.118: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 778.91: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 779.107: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 780.85: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 781.94: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 782.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 784.43: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 785.94: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 786.93: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 788.43: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 789.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 790.97: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.277Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 791.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 792.93: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 793.154: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 794.151: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 795.108: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 796.100: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 797.175: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 798.88: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 799.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 802.76: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 804.45: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 806.45: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 807.100: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 808.67: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 810.5: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 811.120: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 812.81: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 814.5: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 815.117: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/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. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 818.80: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 819.94: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 820.89: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 821.86: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 822.89: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 824.28: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 826.28: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 828.28: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 829.102: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 838.100: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 843.45: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 846.62: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 847.75: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 852.89: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 854.34: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 855.107: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 856.91: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 858.37: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 860.37: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 862.37: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 864.37: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 866.37: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 868.39: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 870.39: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 872.39: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 874.39: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 876.39: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 878.39: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 880.39: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 882.39: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 884.39: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 885.103: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 886.195: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 887.209: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 888.124: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 889.126: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 890.130: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 891.134: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 892.128: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 893.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 894.132: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 895.138: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 899.38: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 901.38: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 902.91: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 903.118: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 907.34: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 908.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 910.79: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 912.45: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 914.45: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 915.99: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 917.37: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 918.114: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 920.45: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 922.45: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 924.45: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 926.45: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 927.108: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 930.34: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 932.45: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 936.39: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 939.67: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 941.37: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 942.85: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 946.45: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 947.131: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 948.122: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 955.116: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 959.55: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 961.55: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 963.45: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 965.45: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 966.111: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 967.108: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 968.90: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 972.9: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 974.32: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 978.32: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 979.136: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 989.77: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 994.90: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 995.71: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 996.81: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 997.94: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 999.37: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1000.76: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1001.73: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1003.9: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1004.106: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1005.88: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1008.39: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1010.50: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1013.90: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1014.90: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1015.104: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1017.66: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1019.9: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1022.34: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1023.100: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1024.100: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1025.100: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/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. 13:33:01 [2024-03-20T17:33:01.278Z] "/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. 13:33:01 [2024-03-20T17:33:01.278Z] "/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. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1030.32: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1031.107: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1032.124: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1033.104: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1034.89: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1035.90: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1036.39: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1037.69: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1038.115: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1039.82: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1040.76: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1041.88: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1042.105: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1043.65: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1044.85: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1045.90: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1048.97: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1049.101: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1050.79: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1057.88: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1058.63: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1059.101: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1060.152: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1061.103: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1062.166: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1063.58: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1064.88: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1065.69: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1066.73: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1067.83: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1068.97: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1069.104: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/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. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1071.73: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1072.80: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1083.43: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1085.32: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1091.45: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1093.66: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1094.105: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1095.141: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1096.138: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1101.149: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1102.123: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1105.113: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1106.98: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1107.91: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.278Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1108.120: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.279Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1109.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.279Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1110.123: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.279Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1111.104: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.279Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1112.160: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.279Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1113.103: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.279Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1114.123: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.279Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1116.38: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.279Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1118.38: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.279Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1119.62: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.279Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1120.80: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.279Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1122.69: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.279Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1127.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.279Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1128.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.279Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1129.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.279Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1138.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.279Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1139.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.279Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1140.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.279Z] "/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. 13:33:01 [2024-03-20T17:33:01.279Z] "/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. 13:33:01 [2024-03-20T17:33:01.279Z] "/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. 13:33:01 [2024-03-20T17:33:01.279Z] "/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. 13:33:01 [2024-03-20T17:33:01.279Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1150.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.279Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1152.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.279Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1158.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.279Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1160.126: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.279Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1164.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.279Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1176.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.279Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1177.101: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.279Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1178.101: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.279Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1179.101: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.279Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1190.113: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.279Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1191.132: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.279Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1192.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.279Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1193.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.279Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1201.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.279Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1209.91: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.279Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1211.119: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.279Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1213.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.279Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1214.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.279Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1215.91: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.279Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1216.108: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.279Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1218.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.279Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1226.124: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.279Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1231.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.279Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1232.103: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.279Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1238.150: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.279Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1239.102: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.279Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1240.110: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.279Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1253.73: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.279Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1256.97: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.279Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1257.87: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.279Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1262.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.279Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1263.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.279Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1265.91: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.279Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1268.113: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.279Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1276.143: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.279Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1277.238: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.279Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1278.126: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.279Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1279.58: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.279Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1280.132: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.279Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1281.104: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.279Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1282.103: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.279Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1283.113: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.279Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1284.98: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.279Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1285.130: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.727Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1286.118: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.727Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1287.89: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.727Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1288.114: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.727Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1289.73: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.727Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1290.97: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.727Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1291.127: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.727Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1292.88: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.727Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1295.39: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.727Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1296.104: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.727Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1297.84: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.727Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1298.93: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.727Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1299.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.727Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1302.65: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.727Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1303.105: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.727Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1304.127: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.727Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1305.125: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.727Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1306.90: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.727Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1307.114: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.727Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1308.81: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.727Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1309.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.727Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1310.101: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.727Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1313.140: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.727Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1314.66: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.727Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1315.75: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.727Z] [ 27%] Linking CXX executable omrporttest 13:33:01 [2024-03-20T17:33:01.727Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 4594.19: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.727Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 4606.21: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.727Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 4611.22: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.727Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 4611.73: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.727Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 4617.18: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.727Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 4620.23: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:01 [2024-03-20T17:33:01.727Z] [ 27%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/FrontEnd.cpp.o 13:33:01 [2024-03-20T17:33:01.727Z] [ 28%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/OMRCPU.cpp.o 13:33:02 [2024-03-20T17:33:02.189Z] [ 28%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/jitbuilderclient/cpp/IlValue.cpp.o 13:33:02 [2024-03-20T17:33:02.189Z] [ 28%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/OMRObjectModel.cpp.o 13:33:02 [2024-03-20T17:33:02.189Z] [ 28%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/OMRArithEnv.cpp.o 13:33:02 [2024-03-20T17:33:02.684Z] [ 28%] Built target omrporttest 13:33:02 [2024-03-20T17:33:02.684Z] [ 28%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/jitbuilderclient/cpp/MethodBuilder.cpp.o 13:33:02 [2024-03-20T17:33:02.684Z] [ 28%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/OMRClassEnv.cpp.o 13:33:02 [2024-03-20T17:33:02.684Z] [ 28%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/OMRDebugEnv.cpp.o 13:33:03 [2024-03-20T17:33:03.130Z] [ 29%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/jitbuilderclient/cpp/ThunkBuilder.cpp.o 13:33:03 [2024-03-20T17:33:03.130Z] [ 29%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/OMRVMEnv.cpp.o 13:33:03 [2024-03-20T17:33:03.130Z] [ 29%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/jitbuilderclient/cpp/TypeDictionary.cpp.o 13:33:03 [2024-03-20T17:33:03.130Z] [ 29%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/OMRVMMethodEnv.cpp.o 13:33:03 [2024-03-20T17:33:03.130Z] [ 29%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/SegmentAllocator.cpp.o 13:33:03 [2024-03-20T17:33:03.580Z] [ 29%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/jitbuilderclient/cpp/VirtualMachineOperandArray.cpp.o 13:33:03 [2024-03-20T17:33:03.580Z] [ 29%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/SegmentProvider.cpp.o 13:33:03 [2024-03-20T17:33:03.580Z] [ 29%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/SystemSegmentProvider.cpp.o 13:33:03 [2024-03-20T17:33:03.580Z] [ 29%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/jitbuilderclient/cpp/VirtualMachineOperandStack.cpp.o 13:33:04 [2024-03-20T17:33:04.026Z] [ 29%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/DebugSegmentProvider.cpp.o 13:33:04 [2024-03-20T17:33:04.026Z] [ 29%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/jitbuilderclient/cpp/VirtualMachineRegister.cpp.o 13:33:04 [2024-03-20T17:33:04.026Z] Scanning dependencies of target omrgc 13:33:04 [2024-03-20T17:33:04.026Z] [ 29%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/jitbuilderclient/cpp/VirtualMachineRegisterInStruct.cpp.o 13:33:04 [2024-03-20T17:33:04.026Z] [ 29%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/Region.cpp.o 13:33:04 [2024-03-20T17:33:04.026Z] [ 29%] Building CXX object gc/CMakeFiles/omrgc.dir/base/AddressOrderedListPopulator.cpp.o 13:33:04 [2024-03-20T17:33:04.026Z] [ 29%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/StackMemoryRegion.cpp.o 13:33:04 [2024-03-20T17:33:04.476Z] [ 29%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/jitbuilderclient/cpp/VirtualMachineState.cpp.o 13:33:04 [2024-03-20T17:33:04.476Z] [ 29%] Building CXX object gc/CMakeFiles/omrgc.dir/base/AllocationContext.cpp.o 13:33:04 [2024-03-20T17:33:04.476Z] [ 29%] Building CXX object gc/CMakeFiles/omrgc.dir/base/AllocationInterfaceGeneric.cpp.o 13:33:04 [2024-03-20T17:33:04.476Z] [ 30%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/OMRPersistentInfo.cpp.o 13:33:04 [2024-03-20T17:33:04.476Z] [ 30%] Building CXX object gc/CMakeFiles/omrgc.dir/base/BaseVirtual.cpp.o 13:33:04 [2024-03-20T17:33:04.967Z] [ 31%] Building CXX object gc/CMakeFiles/omrgc.dir/base/BumpAllocatedListPopulator.cpp.o 13:33:04 [2024-03-20T17:33:04.967Z] [ 31%] Building CXX object gc/CMakeFiles/omrgc.dir/base/CardTable.cpp.o 13:33:04 [2024-03-20T17:33:04.967Z] [ 31%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/TRPersistentMemory.cpp.o 13:33:04 [2024-03-20T17:33:04.967Z] [ 31%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/TRMemory.cpp.o 13:33:04 [2024-03-20T17:33:04.967Z] [ 31%] Building CXX object gc/CMakeFiles/omrgc.dir/base/Collector.cpp.o 13:33:04 [2024-03-20T17:33:04.967Z] [ 31%] Building CXX object gc/CMakeFiles/omrgc.dir/base/Configuration.cpp.o 13:33:04 [2024-03-20T17:33:04.967Z] [ 31%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/jitbuilderclient/cpp/JitBuilder.cpp.o 13:33:05 [2024-03-20T17:33:05.414Z] [ 31%] Building CXX object gc/CMakeFiles/omrgc.dir/base/EmptyListPopulator.cpp.o 13:33:05 [2024-03-20T17:33:05.414Z] [ 31%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/VerboseLog.cpp.o 13:33:05 [2024-03-20T17:33:05.414Z] [ 31%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRAheadOfTimeCompile.cpp.o 13:33:05 [2024-03-20T17:33:05.414Z] [ 31%] Building CXX object gc/CMakeFiles/omrgc.dir/base/EnvironmentBase.cpp.o 13:33:05 [2024-03-20T17:33:05.414Z] [ 31%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/Analyser.cpp.o 13:33:05 [2024-03-20T17:33:05.414Z] [ 31%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/CCData.cpp.o 13:33:05 [2024-03-20T17:33:05.867Z] [ 31%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/CodeGenPrep.cpp.o 13:33:05 [2024-03-20T17:33:05.867Z] [ 31%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/CodeGenGC.cpp.o 13:33:05 [2024-03-20T17:33:05.867Z] [ 31%] Building CXX object gc/CMakeFiles/omrgc.dir/base/Forge.cpp.o 13:33:05 [2024-03-20T17:33:05.867Z] [ 32%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/CodeGenRA.cpp.o 13:33:05 [2024-03-20T17:33:05.867Z] [ 32%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/FEBase.cpp.o 13:33:06 [2024-03-20T17:33:06.315Z] [ 32%] Building CXX object gc/CMakeFiles/omrgc.dir/base/GCCode.cpp.o 13:33:06 [2024-03-20T17:33:06.315Z] [ 32%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRGCRegisterMap.cpp.o 13:33:06 [2024-03-20T17:33:06.315Z] [ 32%] Building CXX object gc/CMakeFiles/omrgc.dir/base/GCExtensionsBase.cpp.o 13:33:06 [2024-03-20T17:33:06.761Z] [ 32%] Building CXX object gc/CMakeFiles/omrgc.dir/base/GlobalAllocationManager.cpp.o 13:33:07 [2024-03-20T17:33:07.219Z] [ 32%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/JitConfig.cpp.o 13:33:07 [2024-03-20T17:33:07.219Z] [ 32%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/OMRIO.cpp.o 13:33:07 [2024-03-20T17:33:07.219Z] [ 32%] Building CXX object gc/CMakeFiles/omrgc.dir/base/GlobalCollector.cpp.o 13:33:07 [2024-03-20T17:33:07.687Z] [ 32%] Building CXX object gc/CMakeFiles/omrgc.dir/base/Heap.cpp.o 13:33:07 [2024-03-20T17:33:07.687Z] "/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. 13:33:07 [2024-03-20T17:33:07.687Z] "/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. 13:33:07 [2024-03-20T17:33:07.687Z] "/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. 13:33:07 [2024-03-20T17:33:07.687Z] "/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. 13:33:07 [2024-03-20T17:33:07.687Z] [ 32%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRGCStackAtlas.cpp.o 13:33:07 [2024-03-20T17:33:07.687Z] [ 32%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRLinkage.cpp.o 13:33:07 [2024-03-20T17:33:07.687Z] [ 33%] Building CXX object gc/CMakeFiles/omrgc.dir/base/HeapMap.cpp.o 13:33:08 [2024-03-20T17:33:08.134Z] [ 33%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/OMRKnownObjectTable.cpp.o 13:33:08 [2024-03-20T17:33:08.134Z] [ 33%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/Globals.cpp.o 13:33:08 [2024-03-20T17:33:08.134Z] [ 33%] Building CXX object gc/CMakeFiles/omrgc.dir/base/HeapMapIterator.cpp.o 13:33:08 [2024-03-20T17:33:08.134Z] [ 33%] Building CXX object gc/CMakeFiles/omrgc.dir/base/HeapMemorySubSpaceIterator.cpp.o 13:33:08 [2024-03-20T17:33:08.588Z] [ 33%] Building CXX object gc/CMakeFiles/omrgc.dir/base/HeapRegionDescriptor.cpp.o 13:33:08 [2024-03-20T17:33:08.588Z] [ 33%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/OMRCompilerEnv.cpp.o 13:33:08 [2024-03-20T17:33:08.588Z] [ 33%] Building CXX object gc/CMakeFiles/omrgc.dir/base/HeapRegionIterator.cpp.o 13:33:08 [2024-03-20T17:33:08.588Z] [ 33%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/PersistentAllocator.cpp.o 13:33:09 [2024-03-20T17:33:09.051Z] [ 33%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRSymbol.cpp.o 13:33:09 [2024-03-20T17:33:09.051Z] [ 34%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRAutomaticSymbol.cpp.o 13:33:09 [2024-03-20T17:33:09.051Z] [ 34%] Building CXX object gc/CMakeFiles/omrgc.dir/base/HeapRegionManager.cpp.o 13:33:09 [2024-03-20T17:33:09.051Z] [ 34%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRLabelSymbol.cpp.o 13:33:09 [2024-03-20T17:33:09.498Z] [ 34%] Building CXX object gc/CMakeFiles/omrgc.dir/base/HeapRegionManagerTarok.cpp.o 13:33:09 [2024-03-20T17:33:09.498Z] [ 34%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/LiveRegister.cpp.o 13:33:09 [2024-03-20T17:33:09.498Z] [ 34%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRMethodSymbol.cpp.o 13:33:09 [2024-03-20T17:33:09.945Z] [ 34%] Building CXX object gc/CMakeFiles/omrgc.dir/base/HeapVirtualMemory.cpp.o 13:33:09 [2024-03-20T17:33:09.945Z] [ 34%] Building CXX object gc/CMakeFiles/omrgc.dir/base/LightweightNonReentrantLock.cpp.o 13:33:10 [2024-03-20T17:33:10.443Z] [ 34%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRParameterSymbol.cpp.o 13:33:10 [2024-03-20T17:33:10.443Z] [ 34%] Building CXX object gc/CMakeFiles/omrgc.dir/base/LightweightNonReentrantRWLock.cpp.o 13:33:10 [2024-03-20T17:33:10.443Z] [ 34%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MarkedObjectPopulator.cpp.o 13:33:10 [2024-03-20T17:33:10.443Z] [ 34%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRRegisterMappedSymbol.cpp.o 13:33:10 [2024-03-20T17:33:10.935Z] [ 34%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRResolvedMethodSymbol.cpp.o 13:33:10 [2024-03-20T17:33:10.935Z] [ 34%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRStaticSymbol.cpp.o 13:33:10 [2024-03-20T17:33:10.935Z] [ 34%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OutOfLineCodeSection.cpp.o 13:33:10 [2024-03-20T17:33:10.935Z] [ 34%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/Aliases.cpp.o 13:33:11 [2024-03-20T17:33:11.388Z] [ 34%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MarkingScheme.cpp.o 13:33:11 [2024-03-20T17:33:11.388Z] [ 34%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/Relocation.cpp.o 13:33:11 [2024-03-20T17:33:11.388Z] [ 34%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRBlock.cpp.o 13:33:11 [2024-03-20T17:33:11.844Z] [ 34%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRDataTypes.cpp.o 13:33:11 [2024-03-20T17:33:11.844Z] [ 34%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MarkMap.cpp.o 13:33:11 [2024-03-20T17:33:11.844Z] [ 35%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MarkMapSegmentChunkIterator.cpp.o 13:33:12 [2024-03-20T17:33:12.290Z] [ 35%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/RegisterIterator.cpp.o 13:33:12 [2024-03-20T17:33:12.290Z] [ 35%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MainGCThread.cpp.o 13:33:12 [2024-03-20T17:33:12.736Z] [ 35%] Building CXX object gc/CMakeFiles/omrgc.dir/base/Math.cpp.o 13:33:12 [2024-03-20T17:33:12.736Z] [ 35%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRIL.cpp.o 13:33:13 [2024-03-20T17:33:13.184Z] [ 35%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRILOps.cpp.o 13:33:13 [2024-03-20T17:33:13.184Z] [ 35%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemoryManager.cpp.o 13:33:13 [2024-03-20T17:33:13.184Z] [ 35%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRNode.cpp.o 13:33:13 [2024-03-20T17:33:13.638Z] [ 36%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRSymbolReference.cpp.o 13:33:13 [2024-03-20T17:33:13.638Z] [ 36%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemoryPool.cpp.o 13:33:13 [2024-03-20T17:33:13.638Z] [ 36%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/ScratchRegisterManager.cpp.o 13:33:14 [2024-03-20T17:33:14.098Z] [ 36%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemoryPoolAddressOrderedList.cpp.o 13:33:14 [2024-03-20T17:33:14.098Z] [ 36%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/StorageInfo.cpp.o 13:33:14 [2024-03-20T17:33:14.098Z] [ 36%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRTreeTop.cpp.o 13:33:14 [2024-03-20T17:33:14.098Z] [ 36%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemoryPoolAddressOrderedListBase.cpp.o 13:33:14 [2024-03-20T17:33:14.559Z] [ 36%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemoryPoolBumpPointer.cpp.o 13:33:14 [2024-03-20T17:33:14.559Z] [ 36%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/NodePool.cpp.o 13:33:14 [2024-03-20T17:33:14.559Z] [ 36%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/NodeUtils.cpp.o 13:33:15 [2024-03-20T17:33:15.005Z] [ 36%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemoryPoolLargeObjects.cpp.o 13:33:15 [2024-03-20T17:33:15.005Z] [ 36%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemoryPoolSplitAddressOrderedList.cpp.o 13:33:15 [2024-03-20T17:33:15.452Z] [ 36%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemoryPoolSplitAddressOrderedListBase.cpp.o 13:33:15 [2024-03-20T17:33:15.898Z] [ 36%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/IlGenRequest.cpp.o 13:33:15 [2024-03-20T17:33:15.898Z] [ 36%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemorySpace.cpp.o 13:33:15 [2024-03-20T17:33:15.898Z] [ 36%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/IlInjector.cpp.o 13:33:16 [2024-03-20T17:33:16.358Z] [ 36%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRTreeEvaluator.cpp.o 13:33:16 [2024-03-20T17:33:16.358Z] [ 36%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/PreInstructionSelection.cpp.o 13:33:16 [2024-03-20T17:33:16.358Z] [ 36%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemorySubSpace.cpp.o 13:33:16 [2024-03-20T17:33:16.358Z] [ 36%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRBytecodeBuilder.cpp.o 13:33:16 [2024-03-20T17:33:16.857Z] [ 36%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRIlBuilder.cpp.o 13:33:16 [2024-03-20T17:33:16.857Z] [ 37%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/NodeEvaluation.cpp.o 13:33:16 [2024-03-20T17:33:16.857Z] [ 38%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemorySubSpaceChildIterator.cpp.o 13:33:16 [2024-03-20T17:33:16.857Z] [ 38%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemorySubSpaceFlat.cpp.o 13:33:17 [2024-03-20T17:33:17.304Z] [ 38%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemorySubSpaceGeneric.cpp.o 13:33:17 [2024-03-20T17:33:17.304Z] [ 38%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRPeephole.cpp.o 13:33:17 [2024-03-20T17:33:17.752Z] [ 38%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemorySubSpacePoolIterator.cpp.o 13:33:18 [2024-03-20T17:33:18.199Z] [ 38%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRSnippet.cpp.o 13:33:18 [2024-03-20T17:33:18.199Z] [ 38%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemorySubSpaceRegionIterator.cpp.o 13:33:18 [2024-03-20T17:33:18.646Z] [ 38%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRIlType.cpp.o 13:33:19 [2024-03-20T17:33:19.150Z] [ 38%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemorySubSpaceUniSpace.cpp.o 13:33:19 [2024-03-20T17:33:19.150Z] [ 38%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRIlValue.cpp.o 13:33:19 [2024-03-20T17:33:19.150Z] [ 38%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRJitBuilderRecorder.cpp.o 13:33:19 [2024-03-20T17:33:19.150Z] [ 38%] Building CXX object gc/CMakeFiles/omrgc.dir/base/ModronAssertions.cpp.o 13:33:19 [2024-03-20T17:33:19.605Z] [ 38%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRUnresolvedDataSnippet.cpp.o 13:33:19 [2024-03-20T17:33:19.605Z] [ 38%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRSnippetGCMap.cpp.o 13:33:19 [2024-03-20T17:33:19.605Z] [ 38%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRJitBuilderRecorderBinaryBuffer.cpp.o 13:33:19 [2024-03-20T17:33:19.605Z] [ 38%] Building CXX object gc/CMakeFiles/omrgc.dir/base/NUMAManager.cpp.o 13:33:20 [2024-03-20T17:33:20.052Z] [ 38%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRJitBuilderRecorderBinaryFile.cpp.o 13:33:20 [2024-03-20T17:33:20.052Z] [ 38%] Building CXX object gc/CMakeFiles/omrgc.dir/base/NonVirtualMemory.cpp.o 13:33:20 [2024-03-20T17:33:20.052Z] [ 39%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRJitBuilderRecorderTextFile.cpp.o 13:33:20 [2024-03-20T17:33:20.517Z] [ 39%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRMethodBuilder.cpp.o 13:33:20 [2024-03-20T17:33:20.517Z] [ 39%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRThunkBuilder.cpp.o 13:33:20 [2024-03-20T17:33:20.517Z] [ 39%] Building CXX object gc/CMakeFiles/omrgc.dir/base/OMRVMInterface.cpp.o 13:33:20 [2024-03-20T17:33:20.517Z] [ 39%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRCodeGenerator.cpp.o 13:33:20 [2024-03-20T17:33:20.517Z] [ 39%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRTypeDictionary.cpp.o 13:33:20 [2024-03-20T17:33:20.971Z] [ 39%] Building CXX object gc/CMakeFiles/omrgc.dir/base/OMRVMThreadInterface.cpp.o 13:33:20 [2024-03-20T17:33:20.971Z] [ 39%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRCodeGenPhase.cpp.o 13:33:21 [2024-03-20T17:33:21.417Z] [ 39%] Building CXX object gc/CMakeFiles/omrgc.dir/base/ObjectAllocationInterface.cpp.o 13:33:21 [2024-03-20T17:33:21.864Z] [ 40%] Building CXX object gc/CMakeFiles/omrgc.dir/base/ObjectHeapBufferedIterator.cpp.o 13:33:21 [2024-03-20T17:33:21.864Z] [ 40%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRMemoryReference.cpp.o 13:33:21 [2024-03-20T17:33:21.864Z] [ 40%] Building CXX object gc/CMakeFiles/omrgc.dir/base/ObjectHeapIteratorAddressOrderedList.cpp.o 13:33:22 [2024-03-20T17:33:22.313Z] [ 40%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRVirtualMachineOperandArray.cpp.o 13:33:22 [2024-03-20T17:33:22.313Z] [ 40%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRVirtualMachineOperandStack.cpp.o 13:33:22 [2024-03-20T17:33:22.313Z] [ 40%] Building CXX object gc/CMakeFiles/omrgc.dir/base/Packet.cpp.o 13:33:22 [2024-03-20T17:33:22.760Z] [ 40%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRVirtualMachineRegister.cpp.o 13:33:22 [2024-03-20T17:33:22.760Z] [ 40%] Building CXX object gc/CMakeFiles/omrgc.dir/base/PacketList.cpp.o 13:33:23 [2024-03-20T17:33:23.206Z] [ 40%] Building CXX object gc/CMakeFiles/omrgc.dir/base/ParallelDispatcher.cpp.o 13:33:23 [2024-03-20T17:33:23.652Z] [ 40%] Building CXX object gc/CMakeFiles/omrgc.dir/base/ParallelHeapWalker.cpp.o 13:33:23 [2024-03-20T17:33:23.652Z] [ 40%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRVirtualMachineRegisterInStruct.cpp.o 13:33:23 [2024-03-20T17:33:23.652Z] [ 40%] Building CXX object gc/CMakeFiles/omrgc.dir/base/ParallelObjectHeapIterator.cpp.o 13:33:24 [2024-03-20T17:33:24.099Z] [ 40%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRVirtualMachineState.cpp.o 13:33:24 [2024-03-20T17:33:24.099Z] [ 40%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/Assert.cpp.o 13:33:24 [2024-03-20T17:33:24.099Z] [ 40%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRMachine.cpp.o 13:33:24 [2024-03-20T17:33:24.099Z] [ 40%] Building CXX object gc/CMakeFiles/omrgc.dir/base/ParallelMarkTask.cpp.o 13:33:24 [2024-03-20T17:33:24.544Z] [ 40%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRRegister.cpp.o 13:33:24 [2024-03-20T17:33:24.544Z] [ 40%] Building CXX object gc/CMakeFiles/omrgc.dir/base/ParallelTask.cpp.o 13:33:24 [2024-03-20T17:33:24.544Z] [ 40%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/BitVector.cpp.o 13:33:24 [2024-03-20T17:33:24.544Z] [ 40%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/Checklist.cpp.o 13:33:24 [2024-03-20T17:33:24.544Z] [ 40%] Building CXX object gc/CMakeFiles/omrgc.dir/base/PhysicalArena.cpp.o 13:33:24 [2024-03-20T17:33:24.991Z] [ 41%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/HashTab.cpp.o 13:33:25 [2024-03-20T17:33:25.443Z] [ 41%] Building CXX object gc/CMakeFiles/omrgc.dir/base/PhysicalArenaRegionBased.cpp.o 13:33:25 [2024-03-20T17:33:25.443Z] [ 41%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRRegisterDependency.cpp.o 13:33:25 [2024-03-20T17:33:25.443Z] [ 41%] Building CXX object gc/CMakeFiles/omrgc.dir/base/PhysicalArenaVirtualMemory.cpp.o 13:33:25 [2024-03-20T17:33:25.890Z] [ 41%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/IGBase.cpp.o 13:33:25 [2024-03-20T17:33:25.890Z] [ 41%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRRealRegister.cpp.o 13:33:25 [2024-03-20T17:33:25.890Z] [ 41%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRRegisterPair.cpp.o 13:33:25 [2024-03-20T17:33:25.890Z] [ 41%] Building CXX object gc/CMakeFiles/omrgc.dir/base/PhysicalSubArena.cpp.o 13:33:26 [2024-03-20T17:33:26.337Z] [ 41%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/IGNode.cpp.o 13:33:26 [2024-03-20T17:33:26.337Z] [ 41%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/ILWalk.cpp.o 13:33:26 [2024-03-20T17:33:26.337Z] [ 42%] Building CXX object gc/CMakeFiles/omrgc.dir/base/PhysicalSubArenaRegionBased.cpp.o 13:33:26 [2024-03-20T17:33:26.337Z] [ 43%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRInstruction.cpp.o 13:33:26 [2024-03-20T17:33:26.337Z] [ 43%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/InterferenceGraph.cpp.o 13:33:26 [2024-03-20T17:33:26.783Z] [ 43%] Building CXX object gc/CMakeFiles/omrgc.dir/base/PhysicalSubArenaVirtualMemory.cpp.o 13:33:27 [2024-03-20T17:33:27.229Z] [ 43%] Building CXX object gc/CMakeFiles/omrgc.dir/base/PhysicalSubArenaVirtualMemoryFlat.cpp.o 13:33:27 [2024-03-20T17:33:27.229Z] [ 43%] Building CXX object gc/CMakeFiles/omrgc.dir/base/ReferenceChainWalkerMarkMap.cpp.o 13:33:27 [2024-03-20T17:33:27.675Z] [ 43%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/OMRMonitor.cpp.o 13:33:27 [2024-03-20T17:33:27.675Z] [ 43%] Building CXX object gc/CMakeFiles/omrgc.dir/base/RegionPool.cpp.o 13:33:27 [2024-03-20T17:33:27.675Z] [ 43%] Building CXX object gc/CMakeFiles/omrgc.dir/base/RegionPoolGeneric.cpp.o 13:33:28 [2024-03-20T17:33:28.129Z] [ 43%] Building CXX object gc/CMakeFiles/omrgc.dir/base/SparseAddressOrderedFixedSizeDataPool.cpp.o 13:33:28 [2024-03-20T17:33:28.129Z] [ 43%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/OMRMonitorTable.cpp.o 13:33:28 [2024-03-20T17:33:28.129Z] [ 43%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/Random.cpp.o 13:33:28 [2024-03-20T17:33:28.129Z] [ 43%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/ELFGenerator.cpp.o 13:33:28 [2024-03-20T17:33:28.615Z] [ 43%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRELFRelocationResolver.cpp.o 13:33:28 [2024-03-20T17:33:28.615Z] [ 43%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/compile/OSRData.cpp.o 13:33:28 [2024-03-20T17:33:28.615Z] [ 43%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/compile/OMRMethod.cpp.o 13:33:28 [2024-03-20T17:33:28.615Z] [ 43%] Building CXX object gc/CMakeFiles/omrgc.dir/base/SparseVirtualMemory.cpp.o 13:33:28 [2024-03-20T17:33:28.615Z] [ 43%] Building CXX object gc/CMakeFiles/omrgc.dir/base/StartupManager.cpp.o 13:33:28 [2024-03-20T17:33:28.615Z] [ 43%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/SimpleRegex.cpp.o 13:33:28 [2024-03-20T17:33:28.615Z] [ 43%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/String.cpp.o 13:33:29 [2024-03-20T17:33:29.062Z] [ 43%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/STLUtils.cpp.o 13:33:29 [2024-03-20T17:33:29.062Z] [ 43%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/Timer.cpp.o 13:33:29 [2024-03-20T17:33:29.512Z] [ 43%] Building CXX object gc/CMakeFiles/omrgc.dir/base/SweepHeapSectioning.cpp.o 13:33:29 [2024-03-20T17:33:29.512Z] [ 43%] Building CXX object gc/CMakeFiles/omrgc.dir/base/SweepPoolManager.cpp.o 13:33:29 [2024-03-20T17:33:29.512Z] [ 43%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/TreeServices.cpp.o 13:33:29 [2024-03-20T17:33:29.958Z] [ 43%] Building CXX object gc/CMakeFiles/omrgc.dir/base/SweepPoolManagerAddressOrderedList.cpp.o 13:33:29 [2024-03-20T17:33:29.958Z] [ 44%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/OMRCfg.cpp.o 13:33:29 [2024-03-20T17:33:29.958Z] [ 44%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/compile/ResolvedMethod.cpp.o 13:33:29 [2024-03-20T17:33:29.958Z] [ 45%] Building CXX object gc/CMakeFiles/omrgc.dir/base/SweepPoolManagerAddressOrderedListBase.cpp.o 13:33:30 [2024-03-20T17:33:30.404Z] [ 45%] Building CXX object gc/CMakeFiles/omrgc.dir/base/SweepPoolManagerHybrid.cpp.o 13:33:30 [2024-03-20T17:33:30.404Z] [ 45%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/compile/VirtualGuard.cpp.o 13:33:30 [2024-03-20T17:33:30.404Z] [ 45%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/compile/OMRSymbolReferenceTable.cpp.o 13:33:30 [2024-03-20T17:33:30.852Z] [ 45%] Building CXX object gc/CMakeFiles/omrgc.dir/base/SweepPoolManagerSplitAddressOrderedList.cpp.o 13:33:30 [2024-03-20T17:33:30.852Z] [ 45%] Building CXX object gc/CMakeFiles/omrgc.dir/base/SweepPoolState.cpp.o 13:33:31 [2024-03-20T17:33:31.299Z] [ 45%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/compile/OMRAliasBuilder.cpp.o 13:33:31 [2024-03-20T17:33:31.299Z] [ 45%] Building CXX object gc/CMakeFiles/omrgc.dir/base/TLHAllocationInterface.cpp.o 13:33:31 [2024-03-20T17:33:31.299Z] [ 45%] Building CXX object gc/CMakeFiles/omrgc.dir/base/TLHAllocationSupport.cpp.o 13:33:31 [2024-03-20T17:33:31.299Z] [ 45%] Building CXX object gc/CMakeFiles/omrgc.dir/base/Task.cpp.o 13:33:31 [2024-03-20T17:33:31.746Z] [ 45%] Building CXX object gc/CMakeFiles/omrgc.dir/base/VirtualMemory.cpp.o 13:33:31 [2024-03-20T17:33:31.746Z] [ 45%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/BackwardBitVectorAnalysis.cpp.o 13:33:31 [2024-03-20T17:33:31.746Z] [ 45%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/AsyncCheckInsertion.cpp.o 13:33:32 [2024-03-20T17:33:32.195Z] [ 45%] Building CXX object gc/CMakeFiles/omrgc.dir/base/WorkPacketOverflow.cpp.o 13:33:32 [2024-03-20T17:33:32.195Z] [ 45%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/BackwardIntersectionBitVectorAnalysis.cpp.o 13:33:32 [2024-03-20T17:33:32.195Z] [ 45%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/BackwardUnionBitVectorAnalysis.cpp.o 13:33:32 [2024-03-20T17:33:32.642Z] [ 45%] Building CXX object gc/CMakeFiles/omrgc.dir/base/WorkPackets.cpp.o 13:33:32 [2024-03-20T17:33:32.642Z] [ 45%] Building CXX object gc/CMakeFiles/omrgc.dir/base/WorkStack.cpp.o 13:33:33 [2024-03-20T17:33:33.118Z] [ 45%] Building CXX object gc/CMakeFiles/omrgc.dir/base/gcspinlock.cpp.o 13:33:33 [2024-03-20T17:33:33.118Z] [ 45%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/BitVectorAnalysis.cpp.o 13:33:33 [2024-03-20T17:33:33.118Z] [ 45%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/CatchBlockRemover.cpp.o 13:33:33 [2024-03-20T17:33:33.118Z] [ 45%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/compile/OMRCompilation.cpp.o 13:33:33 [2024-03-20T17:33:33.566Z] [ 45%] Building CXX object gc/CMakeFiles/omrgc.dir/base/gcutils.cpp.o 13:33:33 [2024-03-20T17:33:33.566Z] [ 46%] Building CXX object gc/CMakeFiles/omrgc.dir/base/modronapicore.cpp.o 13:33:34 [2024-03-20T17:33:34.027Z] [ 46%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/compile/TLSCompilationManager.cpp.o 13:33:34 [2024-03-20T17:33:34.027Z] [ 46%] Building CXX object gc/CMakeFiles/omrgc.dir/startup/mminitcore.cpp.o 13:33:34 [2024-03-20T17:33:34.027Z] [ 46%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/control/OMROptions.cpp.o 13:33:34 [2024-03-20T17:33:34.027Z] [ 46%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/control/OptimizationPlan.cpp.o 13:33:34 [2024-03-20T17:33:34.027Z] [ 47%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/control/OMRRecompilation.cpp.o 13:33:34 [2024-03-20T17:33:34.493Z] [ 47%] Building CXX object gc/CMakeFiles/omrgc.dir/startup/omrgcalloc.cpp.o 13:33:34 [2024-03-20T17:33:34.493Z] [ 47%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRCFGSimplifier.cpp.o 13:33:34 [2024-03-20T17:33:34.940Z] [ 47%] Building CXX object gc/CMakeFiles/omrgc.dir/startup/omrgcstartup.cpp.o 13:33:34 [2024-03-20T17:33:34.940Z] [ 47%] Building CXX object gc/CMakeFiles/omrgc.dir/stats/AllocationStats.cpp.o 13:33:35 [2024-03-20T17:33:35.386Z] [ 47%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/CompactLocals.cpp.o 13:33:35 [2024-03-20T17:33:35.386Z] [ 47%] Building CXX object gc/CMakeFiles/omrgc.dir/stats/CardCleaningStats.cpp.o 13:33:35 [2024-03-20T17:33:35.386Z] [ 47%] Building CXX object gc/CMakeFiles/omrgc.dir/stats/ClassUnloadStats.cpp.o 13:33:35 [2024-03-20T17:33:35.386Z] [ 47%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/control/OMRCompilationStrategy.cpp.o 13:33:35 [2024-03-20T17:33:35.386Z] [ 47%] Building CXX object gc/CMakeFiles/omrgc.dir/stats/FreeEntrySizeClassStats.cpp.o 13:33:36 [2024-03-20T17:33:36.160Z] [ 47%] Building CXX object gc/CMakeFiles/omrgc.dir/stats/HeapResizeStats.cpp.o 13:33:36 [2024-03-20T17:33:36.160Z] "/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. 13:33:36 [2024-03-20T17:33:36.160Z] "/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. 13:33:36 [2024-03-20T17:33:36.160Z] "/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. 13:33:36 [2024-03-20T17:33:36.160Z] "/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. 13:33:36 [2024-03-20T17:33:36.160Z] "/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. 13:33:36 [2024-03-20T17:33:36.160Z] "/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. 13:33:36 [2024-03-20T17:33:36.160Z] "/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. 13:33:36 [2024-03-20T17:33:36.160Z] "/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. 13:33:36 [2024-03-20T17:33:36.160Z] "/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. 13:33:36 [2024-03-20T17:33:36.160Z] "/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. 13:33:36 [2024-03-20T17:33:36.160Z] "/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. 13:33:36 [2024-03-20T17:33:36.160Z] "/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. 13:33:36 [2024-03-20T17:33:36.160Z] "/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. 13:33:36 [2024-03-20T17:33:36.160Z] "/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. 13:33:36 [2024-03-20T17:33:36.160Z] "/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. 13:33:36 [2024-03-20T17:33:36.160Z] "/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. 13:33:36 [2024-03-20T17:33:36.160Z] "/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. 13:33:36 [2024-03-20T17:33:36.160Z] "/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. 13:33:36 [2024-03-20T17:33:36.160Z] "/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. 13:33:36 [2024-03-20T17:33:36.160Z] "/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. 13:33:36 [2024-03-20T17:33:36.160Z] "/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. 13:33:36 [2024-03-20T17:33:36.160Z] "/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. 13:33:36 [2024-03-20T17:33:36.160Z] "/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. 13:33:36 [2024-03-20T17:33:36.160Z] "/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. 13:33:36 [2024-03-20T17:33:36.160Z] "/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. 13:33:36 [2024-03-20T17:33:36.160Z] "/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. 13:33:36 [2024-03-20T17:33:36.160Z] "/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. 13:33:36 [2024-03-20T17:33:36.160Z] "/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. 13:33:36 [2024-03-20T17:33:36.160Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 302.116: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 303.80: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 305.108: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 306.188: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 307.97: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 308.93: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 309.109: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 310.131: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 311.140: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 312.100: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 313.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 314.114: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 315.89: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 316.99: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 317.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 318.85: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 319.50: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 320.51: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 321.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 322.105: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 323.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 325.130: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 327.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 329.50: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 330.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 332.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 334.102: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 335.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 340.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 344.120: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 346.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 347.174: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 348.170: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 349.107: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 350.109: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 351.118: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 355.143: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 356.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 357.88: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 358.102: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 359.119: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 360.104: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 361.109: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/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 *". 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 362.144: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 363.105: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 364.122: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 365.131: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 366.118: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 372.69: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 373.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 374.78: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 376.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 377.107: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 378.111: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 379.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 384.94: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 385.102: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 387.66: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 388.104: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 390.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 392.137: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 394.113: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 395.105: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 396.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/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. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 399.107: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 400.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 401.105: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 403.82: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 404.85: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 405.129: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 406.110: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 408.97: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.161Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 410.49: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 411.109: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 412.68: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 413.123: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 414.88: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 415.117: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 416.112: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 417.91: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 418.107: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 419.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 420.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 423.115: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 429.107: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 430.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 431.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 434.105: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 438.132: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 440.98: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 442.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 443.153: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/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. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 445.99: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/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. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 447.195: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/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. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 449.89: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 450.108: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 451.124: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 452.125: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 454.168: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 455.147: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 456.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 457.94: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 458.81: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 459.175: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 460.111: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 461.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 462.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 463.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 464.98: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 465.125: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 466.83: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 467.100: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 469.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 470.89: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 471.85: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 472.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 473.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 475.66: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/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. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 478.90: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 479.115: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 481.79: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 485.102: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 486.117: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 487.106: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 488.119: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 489.185: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 490.83: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 491.80: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 492.111: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 493.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/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. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 496.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 497.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 502.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 503.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/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. 13:33:36 [2024-03-20T17:33:36.162Z] "/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. 13:33:36 [2024-03-20T17:33:36.162Z] "/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. 13:33:36 [2024-03-20T17:33:36.162Z] "/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. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 509.120: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 510.157: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 514.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 515.160: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 516.119: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 518.134: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 521.134: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 522.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 523.86: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 524.68: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 525.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 526.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 531.117: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 532.102: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 533.152: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 534.108: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 535.106: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 536.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 537.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 538.110: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 539.100: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 540.103: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 541.135: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 542.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 544.121: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 545.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 546.156: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/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. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 548.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 549.114: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/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. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 552.116: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 553.119: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 554.130: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 555.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 556.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 557.108: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/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. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 559.136: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 560.84: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 561.89: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 562.86: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 563.119: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 564.139: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 565.97: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 569.83: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 571.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 572.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 574.128: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 575.153: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 576.105: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 578.43: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 579.128: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 580.89: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 581.50: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 582.94: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 583.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 584.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 585.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 586.101: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 587.102: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 588.113: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 590.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/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. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 594.43: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 595.88: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 596.93: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 597.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 598.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 599.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/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. 13:33:36 [2024-03-20T17:33:36.162Z] "/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. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 602.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 603.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 604.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 605.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/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. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 607.110: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/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. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 609.94: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 610.118: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 611.124: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 612.124: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 613.124: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/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. 13:33:36 [2024-03-20T17:33:36.162Z] "/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. 13:33:36 [2024-03-20T17:33:36.162Z] "/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. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 617.142: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 618.79: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 619.107: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 620.150: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 621.50: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 622.56: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.162Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 624.66: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 625.154: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 626.87: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 627.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 628.84: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 629.121: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 630.62: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 631.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 632.124: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 633.109: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 634.129: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 635.125: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 636.103: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 637.130: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 638.126: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 639.97: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 640.106: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 641.123: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 642.142: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 643.138: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 644.91: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 645.100: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 646.102: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 647.104: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 648.124: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 651.74: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/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. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 655.109: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 656.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 657.123: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 658.113: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 660.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 661.122: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 662.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 663.73: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 664.72: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 665.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 666.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 667.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 669.72: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 671.114: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 672.142: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 673.81: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 674.70: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 675.87: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/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. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 677.80: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 678.86: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 679.113: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 680.113: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 681.110: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 682.93: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 683.117: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 684.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 685.148: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 686.134: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 687.126: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 688.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 689.84: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 690.50: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 691.50: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 692.103: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 693.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 694.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 695.80: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 696.86: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 697.79: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 698.78: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 699.82: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 701.44: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 703.44: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 704.79: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 705.132: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 706.117: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 707.103: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 708.90: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 709.87: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 710.77: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 714.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 715.94: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 716.127: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 717.154: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 718.74: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 720.94: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 721.90: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 722.87: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 723.146: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 724.77: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 725.67: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 726.125: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 727.151: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 728.99: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 729.103: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 730.148: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 732.8: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 733.93: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 734.87: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 735.139: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 736.119: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 737.83: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 738.173: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 739.84: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 740.90: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 741.86: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 742.70: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 743.78: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 744.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 745.77: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 746.129: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 747.88: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 748.99: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 749.90: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 750.123: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 751.104: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 752.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 753.117: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 754.123: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 755.97: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 756.97: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 757.159: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 758.102: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 759.128: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 760.110: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 762.98: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 763.133: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 765.116: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 766.86: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 767.122: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 768.111: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 769.102: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 770.99: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 771.94: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 772.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 773.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 774.100: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 775.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 776.132: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 777.118: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 778.91: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 779.107: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 780.85: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 781.94: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 782.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 784.43: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 785.94: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 786.93: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 788.43: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 789.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 790.97: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 791.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 792.93: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 793.154: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 794.151: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 795.108: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 796.100: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 797.175: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 798.88: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 799.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 802.76: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 804.45: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 806.45: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 807.100: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 808.67: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 810.5: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 811.120: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 812.81: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 814.5: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 815.117: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/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. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 818.80: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 819.94: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 820.89: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 821.86: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 822.89: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 824.28: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 826.28: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 828.28: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 829.102: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 838.100: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.163Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 843.45: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 846.62: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 847.75: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 852.89: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 854.34: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 855.107: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 856.91: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 858.37: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 860.37: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 862.37: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 864.37: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 866.37: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 868.39: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 870.39: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 872.39: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 874.39: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 876.39: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 878.39: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 880.39: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 882.39: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 884.39: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 885.103: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 886.195: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 887.209: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 888.124: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 889.126: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 890.130: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 891.134: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 892.128: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 893.96: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 894.132: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 895.138: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 899.38: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 901.38: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 902.91: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 903.118: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 907.34: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 908.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 910.79: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 912.45: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 914.45: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 915.99: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 917.37: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 918.114: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 920.45: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 922.45: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 924.45: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 926.45: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 927.108: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 930.34: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 932.45: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 936.39: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 939.67: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 941.37: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 942.85: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 946.45: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 947.131: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 948.122: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 955.116: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 959.55: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 961.55: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 963.45: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 965.45: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 966.111: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 967.108: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 968.90: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 972.9: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 974.32: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 978.32: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 979.136: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 989.77: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 994.90: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 995.71: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 996.81: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 997.94: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 999.37: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1000.76: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1001.73: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1003.9: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1004.106: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1005.88: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1008.39: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1010.50: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1013.90: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1014.90: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1015.104: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1017.66: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1019.9: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1022.34: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1023.100: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1024.100: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1025.100: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/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. 13:33:36 [2024-03-20T17:33:36.164Z] "/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. 13:33:36 [2024-03-20T17:33:36.164Z] "/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. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1030.32: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1031.107: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1032.124: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1033.104: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1034.89: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1035.90: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1036.39: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1037.69: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1038.115: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1039.82: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1040.76: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1041.88: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1042.105: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1043.65: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1044.85: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1045.90: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1048.97: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1049.101: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1050.79: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1057.88: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1058.63: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1059.101: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1060.152: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1061.103: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1062.166: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1063.58: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1064.88: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1065.69: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1066.73: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1067.83: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1068.97: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1069.104: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/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. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1071.73: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1072.80: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1083.43: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1085.32: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1091.45: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1093.66: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1094.105: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1095.141: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1096.138: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1101.149: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1102.123: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1105.113: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1106.98: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1107.91: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1108.120: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1109.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1110.123: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1111.104: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1112.160: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1113.103: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1114.123: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1116.38: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1118.38: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1119.62: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1120.80: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1122.69: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1127.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1128.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1129.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1138.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1139.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1140.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/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. 13:33:36 [2024-03-20T17:33:36.164Z] "/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. 13:33:36 [2024-03-20T17:33:36.164Z] "/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. 13:33:36 [2024-03-20T17:33:36.164Z] "/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. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1150.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1152.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1158.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1160.126: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1164.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1176.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.164Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1177.101: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1178.101: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1179.101: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1190.113: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1191.132: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1192.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1193.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1201.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1209.91: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1211.119: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1213.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1214.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1215.91: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1216.108: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1218.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1226.124: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1231.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1232.103: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1238.150: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1239.102: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1240.110: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1253.73: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1256.97: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1257.87: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1262.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1263.92: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1265.91: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1268.113: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1276.143: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1277.238: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1278.126: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1279.58: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1280.132: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1281.104: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1282.103: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1283.113: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1284.98: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1285.130: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1286.118: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1287.89: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1288.114: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1289.73: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1290.97: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1291.127: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1292.88: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1295.39: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1296.104: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1297.84: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1298.93: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1299.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1302.65: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1303.105: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1304.127: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1305.125: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1306.90: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1307.114: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1308.81: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1309.95: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1310.101: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1313.140: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1314.66: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 1315.75: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] [ 47%] Building CXX object gc/CMakeFiles/omrgc.dir/stats/LargeObjectAllocateStats.cpp.o 13:33:36 [2024-03-20T17:33:36.165Z] [ 47%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/control/CompilationController.cpp.o 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 4594.19: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 4606.21: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 4611.22: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 4611.73: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 4617.18: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.165Z] "/home/omr/workspace/Build/compiler/control/OMROptions.cpp", line 4620.23: 1540-1281 (W) "offsetof" cannot be applied to "class Options". It is not a POD (plain old data) type. 13:33:36 [2024-03-20T17:33:36.612Z] [ 47%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/control/CompileMethod.cpp.o 13:33:36 [2024-03-20T17:33:36.612Z] [ 47%] Building CXX object gc/CMakeFiles/omrgc.dir/stats/MarkStats.cpp.o 13:33:36 [2024-03-20T17:33:36.612Z] [ 47%] Building CXX object gc/CMakeFiles/omrgc.dir/stats/MetronomeStats.cpp.o 13:33:36 [2024-03-20T17:33:36.612Z] [ 47%] Building CXX object gc/CMakeFiles/omrgc.dir/stats/RootScannerStats.cpp.o 13:33:37 [2024-03-20T17:33:37.063Z] [ 47%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/ExceptionTable.cpp.o 13:33:37 [2024-03-20T17:33:37.063Z] [ 47%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/FrontEnd.cpp.o 13:33:37 [2024-03-20T17:33:37.063Z] [ 48%] Building CXX object gc/CMakeFiles/omrgc.dir/stats/ScavengerStats.cpp.o 13:33:37 [2024-03-20T17:33:37.063Z] [ 48%] Building CXX object gc/CMakeFiles/omrgc.dir/stats/SweepStats.cpp.o 13:33:37 [2024-03-20T17:33:37.518Z] [ 48%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/CopyPropagation.cpp.o 13:33:37 [2024-03-20T17:33:37.518Z] [ 48%] Building CXX object gc/CMakeFiles/omrgc.dir/structs/ForwardedHeader.cpp.o 13:33:37 [2024-03-20T17:33:37.518Z] [ 48%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/OMRCPU.cpp.o 13:33:37 [2024-03-20T17:33:37.518Z] [ 48%] Building CXX object gc/CMakeFiles/omrgc.dir/structs/HashTableIterator.cpp.o 13:33:37 [2024-03-20T17:33:37.968Z] [ 48%] Building CXX object gc/CMakeFiles/omrgc.dir/structs/OMRVMThreadListIterator.cpp.o 13:33:37 [2024-03-20T17:33:37.968Z] [ 48%] Building CXX object gc/CMakeFiles/omrgc.dir/structs/PoolIterator.cpp.o 13:33:37 [2024-03-20T17:33:37.968Z] [ 48%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/DataFlowAnalysis.cpp.o 13:33:37 [2024-03-20T17:33:37.968Z] [ 48%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/OMRObjectModel.cpp.o 13:33:38 [2024-03-20T17:33:38.417Z] [ 48%] Building CXX object gc/CMakeFiles/omrgc.dir/structs/SublistFragment.cpp.o 13:33:38 [2024-03-20T17:33:38.417Z] [ 48%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/OMRArithEnv.cpp.o 13:33:38 [2024-03-20T17:33:38.417Z] [ 48%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/DeadStoreElimination.cpp.o 13:33:38 [2024-03-20T17:33:38.417Z] [ 48%] Building CXX object gc/CMakeFiles/omrgc.dir/structs/SublistIterator.cpp.o 13:33:38 [2024-03-20T17:33:38.417Z] [ 48%] Building CXX object gc/CMakeFiles/omrgc.dir/structs/SublistPool.cpp.o 13:33:38 [2024-03-20T17:33:38.417Z] [ 48%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/OMRClassEnv.cpp.o 13:33:38 [2024-03-20T17:33:38.875Z] [ 48%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/OMRDebugEnv.cpp.o 13:33:38 [2024-03-20T17:33:38.875Z] [ 48%] Building CXX object gc/CMakeFiles/omrgc.dir/structs/SublistPuddle.cpp.o 13:33:38 [2024-03-20T17:33:38.875Z] [ 49%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/DeadTreesElimination.cpp.o 13:33:39 [2024-03-20T17:33:39.330Z] [ 49%] Building CXX object gc/CMakeFiles/omrgc.dir/structs/SublistSlotIterator.cpp.o 13:33:39 [2024-03-20T17:33:39.330Z] [ 49%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/DebuggingCounters.cpp.o 13:33:39 [2024-03-20T17:33:39.330Z] [ 49%] Building CXX object gc/CMakeFiles/omrgc.dir/verbose/VerboseBuffer.cpp.o 13:33:39 [2024-03-20T17:33:39.777Z] [ 50%] Building CXX object gc/CMakeFiles/omrgc.dir/verbose/VerboseHandlerOutput.cpp.o 13:33:39 [2024-03-20T17:33:39.777Z] [ 50%] Building CXX object gc/CMakeFiles/omrgc.dir/verbose/VerboseManager.cpp.o 13:33:40 [2024-03-20T17:33:40.223Z] [ 50%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/OMRVMEnv.cpp.o 13:33:40 [2024-03-20T17:33:40.223Z] [ 50%] Building CXX object gc/CMakeFiles/omrgc.dir/verbose/VerboseWriter.cpp.o 13:33:40 [2024-03-20T17:33:40.223Z] [ 50%] Building CXX object gc/CMakeFiles/omrgc.dir/verbose/VerboseWriterChain.cpp.o 13:33:40 [2024-03-20T17:33:40.223Z] [ 50%] Building CXX object gc/CMakeFiles/omrgc.dir/verbose/VerboseWriterFileLogging.cpp.o 13:33:40 [2024-03-20T17:33:40.223Z] [ 50%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/Delayedness.cpp.o 13:33:40 [2024-03-20T17:33:40.223Z] [ 50%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/Dominators.cpp.o 13:33:40 [2024-03-20T17:33:40.669Z] [ 50%] Building CXX object gc/CMakeFiles/omrgc.dir/verbose/VerboseWriterFileLoggingBuffered.cpp.o 13:33:40 [2024-03-20T17:33:40.669Z] [ 51%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/OMRVMMethodEnv.cpp.o 13:33:40 [2024-03-20T17:33:40.669Z] [ 51%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/DominatorVerifier.cpp.o 13:33:40 [2024-03-20T17:33:40.669Z] [ 51%] Building CXX object gc/CMakeFiles/omrgc.dir/verbose/VerboseWriterFileLoggingSynchronous.cpp.o 13:33:40 [2024-03-20T17:33:40.669Z] [ 51%] Building CXX object gc/CMakeFiles/omrgc.dir/verbose/VerboseWriterHook.cpp.o 13:33:41 [2024-03-20T17:33:41.125Z] [ 51%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/SegmentAllocator.cpp.o 13:33:41 [2024-03-20T17:33:41.125Z] [ 51%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/SegmentProvider.cpp.o 13:33:41 [2024-03-20T17:33:41.125Z] [ 51%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/DominatorsChk.cpp.o 13:33:41 [2024-03-20T17:33:41.125Z] [ 51%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/Earliestness.cpp.o 13:33:41 [2024-03-20T17:33:41.125Z] [ 51%] Building CXX object gc/CMakeFiles/omrgc.dir/verbose/VerboseWriterStreamOutput.cpp.o 13:33:41 [2024-03-20T17:33:41.125Z] [ 51%] Building CXX object gc/CMakeFiles/omrgc.dir/verbose/handler_standard/VerboseHandlerOutputStandard.cpp.o 13:33:41 [2024-03-20T17:33:41.125Z] [ 51%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/ExpressionsSimplification.cpp.o 13:33:41 [2024-03-20T17:33:41.580Z] [ 51%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/FieldPrivatizer.cpp.o 13:33:41 [2024-03-20T17:33:41.580Z] [ 51%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/GeneralLoopUnroller.cpp.o 13:33:41 [2024-03-20T17:33:41.580Z] [ 51%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConfigurationFlat.cpp.o 13:33:42 [2024-03-20T17:33:42.029Z] [ 51%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConfigurationStandard.cpp.o 13:33:42 [2024-03-20T17:33:42.029Z] [ 51%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/SystemSegmentProvider.cpp.o 13:33:42 [2024-03-20T17:33:42.479Z] [ 51%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/CopyScanCacheChunk.cpp.o 13:33:42 [2024-03-20T17:33:42.479Z] [ 52%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/CopyScanCacheChunkInHeap.cpp.o 13:33:42 [2024-03-20T17:33:42.479Z] [ 52%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/DebugSegmentProvider.cpp.o 13:33:42 [2024-03-20T17:33:42.926Z] [ 52%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/Region.cpp.o 13:33:42 [2024-03-20T17:33:42.926Z] [ 52%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/GlobalAnticipatability.cpp.o 13:33:42 [2024-03-20T17:33:42.926Z] [ 52%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/EnvironmentStandard.cpp.o 13:33:42 [2024-03-20T17:33:42.926Z] [ 52%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/StackMemoryRegion.cpp.o 13:33:42 [2024-03-20T17:33:42.926Z] [ 52%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/HeapMemoryPoolIterator.cpp.o 13:33:43 [2024-03-20T17:33:43.379Z] [ 52%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/OMRPersistentInfo.cpp.o 13:33:43 [2024-03-20T17:33:43.379Z] [ 52%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/HeapRegionDescriptorStandard.cpp.o 13:33:43 [2024-03-20T17:33:43.379Z] [ 52%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/HeapRegionManagerStandard.cpp.o 13:33:43 [2024-03-20T17:33:43.379Z] [ 52%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRGlobalRegister.cpp.o 13:33:43 [2024-03-20T17:33:43.379Z] [ 52%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/TRMemory.cpp.o 13:33:43 [2024-03-20T17:33:43.379Z] [ 52%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/GlobalRegisterAllocator.cpp.o 13:33:43 [2024-03-20T17:33:43.830Z] [ 53%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/Inliner.cpp.o 13:33:43 [2024-03-20T17:33:43.830Z] [ 53%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/HeapWalker.cpp.o 13:33:44 [2024-03-20T17:33:44.277Z] [ 53%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/OverflowStandard.cpp.o 13:33:44 [2024-03-20T17:33:44.277Z] [ 53%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/RematTools.cpp.o 13:33:44 [2024-03-20T17:33:44.277Z] [ 53%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ParallelGlobalGC.cpp.o 13:33:44 [2024-03-20T17:33:44.723Z] [ 53%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/TRPersistentMemory.cpp.o 13:33:44 [2024-03-20T17:33:44.723Z] [ 53%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/InductionVariable.cpp.o 13:33:45 [2024-03-20T17:33:45.170Z] [ 53%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ParallelSweepScheme.cpp.o 13:33:45 [2024-03-20T17:33:45.170Z] [ 53%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/IntersectionBitVectorAnalysis.cpp.o 13:33:45 [2024-03-20T17:33:45.617Z] [ 53%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/Isolatedness.cpp.o 13:33:45 [2024-03-20T17:33:45.617Z] [ 53%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/SweepHeapSectioningSegmented.cpp.o 13:33:45 [2024-03-20T17:33:45.617Z] [ 53%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/VerboseLog.cpp.o 13:33:46 [2024-03-20T17:33:46.064Z] [ 53%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/FEBase.cpp.o 13:33:46 [2024-03-20T17:33:46.064Z] [ 53%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/WorkPacketsStandard.cpp.o 13:33:46 [2024-03-20T17:33:46.510Z] [ 53%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentCardTable.cpp.o 13:33:46 [2024-03-20T17:33:46.510Z] [ 53%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/IsolatedStoreElimination.cpp.o 13:33:46 [2024-03-20T17:33:46.510Z] [ 54%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentCardTableForWC.cpp.o 13:33:46 [2024-03-20T17:33:46.510Z] [ 54%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/Latestness.cpp.o 13:33:46 [2024-03-20T17:33:46.957Z] [ 54%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentClearNewMarkBitsTask.cpp.o 13:33:46 [2024-03-20T17:33:46.957Z] [ 54%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/JitConfig.cpp.o 13:33:47 [2024-03-20T17:33:47.403Z] [ 54%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentCompleteTracingTask.cpp.o 13:33:47 [2024-03-20T17:33:47.403Z] [ 54%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LiveOnAllPaths.cpp.o 13:33:47 [2024-03-20T17:33:47.403Z] [ 54%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentFinalCleanCardsTask.cpp.o 13:33:47 [2024-03-20T17:33:47.849Z] [ 55%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/OMRIO.cpp.o 13:33:47 [2024-03-20T17:33:47.849Z] [ 55%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentGC.cpp.o 13:33:47 [2024-03-20T17:33:47.849Z] [ 55%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentGCIncrementalUpdate.cpp.o 13:33:47 [2024-03-20T17:33:47.849Z] "/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. 13:33:47 [2024-03-20T17:33:47.849Z] "/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. 13:33:47 [2024-03-20T17:33:47.849Z] "/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. 13:33:47 [2024-03-20T17:33:47.849Z] "/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. 13:33:48 [2024-03-20T17:33:48.295Z] [ 55%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentOverflow.cpp.o 13:33:48 [2024-03-20T17:33:48.295Z] [ 55%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentGCSATB.cpp.o 13:33:48 [2024-03-20T17:33:48.295Z] [ 55%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/OMRKnownObjectTable.cpp.o 13:33:48 [2024-03-20T17:33:48.295Z] [ 55%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentPrepareCardTableTask.cpp.o 13:33:48 [2024-03-20T17:33:48.742Z] [ 55%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/Globals.cpp.o 13:33:48 [2024-03-20T17:33:48.742Z] [ 55%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentSafepointCallback.cpp.o 13:33:48 [2024-03-20T17:33:48.742Z] [ 55%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/OMRCompilerEnv.cpp.o 13:33:48 [2024-03-20T17:33:48.742Z] [ 55%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/PersistentAllocator.cpp.o 13:33:48 [2024-03-20T17:33:48.742Z] [ 55%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRSymbol.cpp.o 13:33:49 [2024-03-20T17:33:49.233Z] [ 55%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRAutomaticSymbol.cpp.o 13:33:49 [2024-03-20T17:33:49.233Z] [ 55%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRLabelSymbol.cpp.o 13:33:49 [2024-03-20T17:33:49.233Z] [ 55%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/RememberedSetSATB.cpp.o 13:33:49 [2024-03-20T17:33:49.233Z] [ 55%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LiveVariableInformation.cpp.o 13:33:49 [2024-03-20T17:33:49.233Z] [ 55%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/WorkPacketsConcurrent.cpp.o 13:33:49 [2024-03-20T17:33:49.233Z] [ 55%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/WorkPacketsSATB.cpp.o 13:33:49 [2024-03-20T17:33:49.233Z] [ 55%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/Liveness.cpp.o 13:33:49 [2024-03-20T17:33:49.704Z] [ 55%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRMethodSymbol.cpp.o 13:33:49 [2024-03-20T17:33:49.704Z] [ 56%] Building CXX object gc/CMakeFiles/omrgc.dir/stats/ConcurrentGCStats.cpp.o 13:33:49 [2024-03-20T17:33:49.704Z] [ 56%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LoadExtensions.cpp.o 13:33:50 [2024-03-20T17:33:50.154Z] [ 56%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentScanRememberedSetTask.cpp.o 13:33:50 [2024-03-20T17:33:50.154Z] [ 56%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRParameterSymbol.cpp.o 13:33:50 [2024-03-20T17:33:50.607Z] [ 56%] Building CXX object gc/CMakeFiles/omrgc.dir/base/HeapSplit.cpp.o 13:33:50 [2024-03-20T17:33:50.607Z] [ 56%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemorySubSpaceGenerational.cpp.o 13:33:51 [2024-03-20T17:33:51.075Z] [ 56%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LocalAnalysis.cpp.o 13:33:51 [2024-03-20T17:33:51.075Z] [ 56%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LocalAnticipatability.cpp.o 13:33:51 [2024-03-20T17:33:51.075Z] [ 56%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemorySubSpaceSemiSpace.cpp.o 13:33:51 [2024-03-20T17:33:51.075Z] [ 56%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConfigurationGenerational.cpp.o 13:33:51 [2024-03-20T17:33:51.075Z] [ 56%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/CopyScanCacheList.cpp.o 13:33:51 [2024-03-20T17:33:51.075Z] [ 56%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ParallelScavengeTask.cpp.o 13:33:51 [2024-03-20T17:33:51.598Z] [ 56%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRRegisterMappedSymbol.cpp.o 13:33:51 [2024-03-20T17:33:51.598Z] [ 56%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/PhysicalSubArenaVirtualMemorySemiSpace.cpp.o 13:33:51 [2024-03-20T17:33:51.598Z] [ 56%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRResolvedMethodSymbol.cpp.o 13:33:51 [2024-03-20T17:33:51.598Z] [ 57%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LocalLiveRangeReducer.cpp.o 13:33:51 [2024-03-20T17:33:51.598Z] [ 57%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/RSOverflow.cpp.o 13:33:52 [2024-03-20T17:33:52.044Z] [ 57%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LocalReordering.cpp.o 13:33:52 [2024-03-20T17:33:52.499Z] [ 57%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/Scavenger.cpp.o 13:33:52 [2024-03-20T17:33:52.499Z] [ 57%] Building CXX object gc/CMakeFiles/omrgc.dir/stats/ScavengerCopyScanRatio.cpp.o 13:33:52 [2024-03-20T17:33:52.499Z] [ 57%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/AllocationContextSegregated.cpp.o 13:33:52 [2024-03-20T17:33:52.946Z] [ 57%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LocalTransparency.cpp.o 13:33:52 [2024-03-20T17:33:52.946Z] [ 57%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LoopCanonicalizer.cpp.o 13:33:52 [2024-03-20T17:33:52.946Z] [ 58%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/ConfigurationSegregated.cpp.o 13:33:53 [2024-03-20T17:33:53.392Z] [ 58%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/GlobalAllocationManagerSegregated.cpp.o 13:33:53 [2024-03-20T17:33:53.841Z] [ 59%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRStaticSymbol.cpp.o 13:33:53 [2024-03-20T17:33:53.841Z] [ 59%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LoopReducer.cpp.o 13:33:53 [2024-03-20T17:33:53.841Z] [ 59%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LoopReplicator.cpp.o 13:33:53 [2024-03-20T17:33:53.841Z] [ 59%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/HeapRegionDescriptorSegregated.cpp.o 13:33:54 [2024-03-20T17:33:54.290Z] [ 59%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/Aliases.cpp.o 13:33:54 [2024-03-20T17:33:54.290Z] [ 59%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/LockingFreeHeapRegionList.cpp.o 13:33:54 [2024-03-20T17:33:54.738Z] [ 59%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/LockingHeapRegionQueue.cpp.o 13:33:54 [2024-03-20T17:33:54.738Z] [ 59%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRBlock.cpp.o 13:33:55 [2024-03-20T17:33:55.185Z] [ 59%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/MemoryPoolAggregatedCellList.cpp.o 13:33:55 [2024-03-20T17:33:55.635Z] [ 59%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRDataTypes.cpp.o 13:33:55 [2024-03-20T17:33:55.635Z] [ 59%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/MemoryPoolSegregated.cpp.o 13:33:55 [2024-03-20T17:33:55.635Z] [ 59%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LoopVersioner.cpp.o 13:33:55 [2024-03-20T17:33:55.635Z] [ 59%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/MemorySubSpaceSegregated.cpp.o 13:33:56 [2024-03-20T17:33:56.082Z] [ 59%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRLocalCSE.cpp.o 13:33:56 [2024-03-20T17:33:56.082Z] [ 59%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/ObjectHeapIteratorSegregated.cpp.o 13:33:56 [2024-03-20T17:33:56.082Z] [ 59%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LocalDeadStoreElimination.cpp.o 13:33:56 [2024-03-20T17:33:56.529Z] [ 59%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/OverflowSegregated.cpp.o 13:33:56 [2024-03-20T17:33:56.529Z] [ 59%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LocalOpts.cpp.o 13:33:56 [2024-03-20T17:33:56.975Z] [ 59%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMROptimization.cpp.o 13:33:56 [2024-03-20T17:33:56.975Z] [ 59%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/RegionPoolSegregated.cpp.o 13:33:57 [2024-03-20T17:33:57.422Z] [ 59%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMROptimizationManager.cpp.o 13:33:57 [2024-03-20T17:33:57.868Z] [ 59%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/SegregatedAllocationInterface.cpp.o 13:33:57 [2024-03-20T17:33:57.868Z] [ 59%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRIL.cpp.o 13:33:58 [2024-03-20T17:33:58.319Z] [ 60%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/SegregatedAllocationTracker.cpp.o 13:33:58 [2024-03-20T17:33:58.319Z] [ 60%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRILOps.cpp.o 13:33:58 [2024-03-20T17:33:58.319Z] [ 60%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/SegregatedGC.cpp.o 13:33:58 [2024-03-20T17:33:58.768Z] [ 60%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/SegregatedListPopulator.cpp.o 13:33:58 [2024-03-20T17:33:58.768Z] [ 60%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/SegregatedMarkingScheme.cpp.o 13:33:58 [2024-03-20T17:33:58.768Z] [ 61%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRTransformUtil.cpp.o 13:33:59 [2024-03-20T17:33:59.219Z] [ 61%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRNode.cpp.o 13:33:59 [2024-03-20T17:33:59.219Z] [ 61%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRSymbolReference.cpp.o 13:33:59 [2024-03-20T17:33:59.219Z] [ 61%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMROptimizer.cpp.o 13:33:59 [2024-03-20T17:33:59.219Z] [ 61%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/SegregatedSweepTask.cpp.o 13:33:59 [2024-03-20T17:33:59.668Z] [ 61%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/SizeClasses.cpp.o 13:34:00 [2024-03-20T17:34:00.147Z] [ 61%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/SweepSchemeSegregated.cpp.o 13:34:00 [2024-03-20T17:34:00.147Z] [ 61%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/WorkPacketsSegregated.cpp.o 13:34:00 [2024-03-20T17:34:00.147Z] [ 61%] Building CXX object gc/CMakeFiles/omrgc.dir/base/vlhgc/HeapRegionStateTable.cpp.o 13:34:00 [2024-03-20T17:34:00.147Z] [ 61%] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/CollectorLanguageInterfaceImpl.cpp.o 13:34:00 [2024-03-20T17:34:00.147Z] [ 61%] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/CompactSchemeFixupObject.cpp.o 13:34:00 [2024-03-20T17:34:00.595Z] [ 61%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OrderBlocks.cpp.o 13:34:00 [2024-03-20T17:34:00.595Z] [ 61%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OSRDefAnalysis.cpp.o 13:34:00 [2024-03-20T17:34:00.595Z] [ 61%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/PartialRedundancy.cpp.o 13:34:01 [2024-03-20T17:34:01.063Z] [ 61%] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/ConcurrentMarkingDelegate.cpp.o 13:34:01 [2024-03-20T17:34:01.063Z] [ 61%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/PreExistence.cpp.o 13:34:01 [2024-03-20T17:34:01.063Z] [ 61%] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/EnvironmentDelegate.cpp.o 13:34:01 [2024-03-20T17:34:01.518Z] [ 61%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRTreeTop.cpp.o 13:34:01 [2024-03-20T17:34:01.518Z] [ 62%] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/FrequentObjectsStats.cpp.o 13:34:01 [2024-03-20T17:34:01.967Z] [ 62%] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/GlobalCollectorDelegate.cpp.o 13:34:02 [2024-03-20T17:34:02.414Z] [ 62%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/Reachability.cpp.o 13:34:02 [2024-03-20T17:34:02.414Z] [ 62%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/ReachingDefinitions.cpp.o 13:34:02 [2024-03-20T17:34:02.414Z] [ 62%] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/MarkingDelegate.cpp.o 13:34:02 [2024-03-20T17:34:02.869Z] [ 62%] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/ObjectIterator.cpp.o 13:34:02 [2024-03-20T17:34:02.869Z] [ 62%] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/ObjectModelDelegate.cpp.o 13:34:02 [2024-03-20T17:34:02.869Z] [ 62%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/NodePool.cpp.o 13:34:03 [2024-03-20T17:34:03.325Z] [ 62%] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/StartupManagerImpl.cpp.o 13:34:03 [2024-03-20T17:34:03.325Z] [ 62%] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/VerboseManagerImpl.cpp.o 13:34:03 [2024-03-20T17:34:03.325Z] [ 62%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/NodeUtils.cpp.o 13:34:03 [2024-03-20T17:34:03.325Z] [ 62%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/IlGenRequest.cpp.o 13:34:03 [2024-03-20T17:34:03.800Z] [ 62%] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/ScavengerDelegate.cpp.o 13:34:03 [2024-03-20T17:34:03.800Z] [ 62%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRRecognizedCallTransformer.cpp.o 13:34:03 [2024-03-20T17:34:03.800Z] [ 62%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/RedundantAsyncCheckRemoval.cpp.o 13:34:03 [2024-03-20T17:34:03.800Z] [ 62%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/IlInjector.cpp.o 13:34:04 [2024-03-20T17:34:04.248Z] [ 62%] Linking CXX static library libomrgc.a 13:34:04 [2024-03-20T17:34:04.248Z] [ 63%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRBytecodeBuilder.cpp.o 13:34:04 [2024-03-20T17:34:04.719Z] [ 63%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRIlBuilder.cpp.o 13:34:04 [2024-03-20T17:34:04.719Z] [ 63%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRRegisterCandidate.cpp.o 13:34:05 [2024-03-20T17:34:05.191Z] [ 63%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRSimplifier.cpp.o 13:34:05 [2024-03-20T17:34:05.639Z] [ 63%] Built target omrgc 13:34:05 [2024-03-20T17:34:05.639Z] [ 63%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRIlType.cpp.o 13:34:05 [2024-03-20T17:34:05.639Z] [ 63%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRSimplifierHelpers.cpp.o 13:34:06 [2024-03-20T17:34:06.085Z] [ 64%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRSimplifierHandlers.cpp.o 13:34:06 [2024-03-20T17:34:06.085Z] [ 64%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/StructuralAnalysis.cpp.o 13:34:06 [2024-03-20T17:34:06.531Z] Scanning dependencies of target omrvmstartup 13:34:06 [2024-03-20T17:34:06.531Z] [ 64%] Building CXX object omr/startup/CMakeFiles/omrvmstartup.dir/omrvmstartup.cpp.o 13:34:06 [2024-03-20T17:34:06.531Z] [ 64%] Building C object omr/startup/CMakeFiles/omrvmstartup.dir/omrrasinit.c.o 13:34:06 [2024-03-20T17:34:06.978Z] [ 64%] Building C object omr/startup/CMakeFiles/omrvmstartup.dir/omrtrcinit.c.o 13:34:06 [2024-03-20T17:34:06.978Z] [ 64%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRIlValue.cpp.o 13:34:07 [2024-03-20T17:34:07.424Z] [ 64%] Linking CXX static library libomrvmstartup.a 13:34:07 [2024-03-20T17:34:07.424Z] [ 64%] Built target omrvmstartup 13:34:07 [2024-03-20T17:34:07.424Z] [ 64%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRJitBuilderRecorder.cpp.o 13:34:07 [2024-03-20T17:34:07.876Z] [ 64%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRJitBuilderRecorderBinaryBuffer.cpp.o 13:34:07 [2024-03-20T17:34:07.876Z] [ 64%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRJitBuilderRecorderBinaryFile.cpp.o 13:34:07 [2024-03-20T17:34:07.876Z] [ 64%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRJitBuilderRecorderTextFile.cpp.o 13:34:07 [2024-03-20T17:34:07.876Z] [ 64%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRMethodBuilder.cpp.o 13:34:07 [2024-03-20T17:34:07.876Z] "/home/omr/workspace/Build/compiler/optimizer/OMRSimplifierHandlers.cpp", line 266.38: 1540-0063 (S) The text "s" is unexpected. 13:34:07 [2024-03-20T17:34:07.876Z] "/home/omr/workspace/Build/compiler/optimizer/OMRSimplifierHandlers.cpp", line 271.39: 1540-0063 (S) The text "s" is unexpected. 13:34:07 [2024-03-20T17:34:07.876Z] "/home/omr/workspace/Build/compiler/optimizer/OMRSimplifierHandlers.cpp", line 276.39: 1540-0063 (S) The text "s" is unexpected. 13:34:07 [2024-03-20T17:34:07.876Z] "/home/omr/workspace/Build/compiler/optimizer/OMRSimplifierHandlers.cpp", line 281.39: 1540-0063 (S) The text "s" is unexpected. 13:34:07 [2024-03-20T17:34:07.876Z] "/home/omr/workspace/Build/compiler/optimizer/OMRSimplifierHandlers.cpp", line 286.40: 1540-0063 (S) The text "s" is unexpected. 13:34:07 [2024-03-20T17:34:07.876Z] "/home/omr/workspace/Build/compiler/optimizer/OMRSimplifierHandlers.cpp", line 291.40: 1540-0063 (S) The text "s" is unexpected. 13:34:07 [2024-03-20T17:34:07.876Z] [ 64%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRThunkBuilder.cpp.o 13:34:08 [2024-03-20T17:34:08.327Z] [ 64%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRTypeDictionary.cpp.o 13:34:08 [2024-03-20T17:34:08.327Z] [ 64%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/Structure.cpp.o 13:34:08 [2024-03-20T17:34:08.327Z] [ 64%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRVirtualMachineOperandArray.cpp.o 13:34:08 [2024-03-20T17:34:08.773Z] make[2]: *** [fvtest/compilertest/CMakeFiles/testcompiler.dir/build.make:2700: fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRSimplifierHandlers.cpp.o] Error 1 13:34:08 [2024-03-20T17:34:08.773Z] make[2]: *** Waiting for unfinished jobs.... 13:34:08 [2024-03-20T17:34:08.773Z] [ 64%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRVirtualMachineOperandStack.cpp.o 13:34:08 [2024-03-20T17:34:08.773Z] [ 65%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRVirtualMachineRegister.cpp.o 13:34:08 [2024-03-20T17:34:08.773Z] Scanning dependencies of target gcexample 13:34:09 [2024-03-20T17:34:09.220Z] [ 65%] Building CXX object example/CMakeFiles/gcexample.dir/gcmain.cpp.o 13:34:09 [2024-03-20T17:34:09.666Z] [ 65%] Building CXX object example/CMakeFiles/gcexample.dir/__/util/main_function/main_function.cpp.o 13:34:09 [2024-03-20T17:34:09.666Z] [ 65%] Linking CXX executable gcexample 13:34:09 [2024-03-20T17:34:09.666Z] [ 65%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRVirtualMachineRegisterInStruct.cpp.o 13:34:09 [2024-03-20T17:34:09.666Z] [ 65%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRVirtualMachineState.cpp.o 13:34:10 [2024-03-20T17:34:10.112Z] [ 65%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/Assert.cpp.o 13:34:11 [2024-03-20T17:34:11.057Z] [ 65%] Built target gcexample 13:34:11 [2024-03-20T17:34:11.057Z] [ 65%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/BitVector.cpp.o 13:34:11 [2024-03-20T17:34:11.057Z] [ 65%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/Checklist.cpp.o 13:34:11 [2024-03-20T17:34:11.057Z] make[1]: *** [CMakeFiles/Makefile2:3674: fvtest/compilertest/CMakeFiles/testcompiler.dir/all] Error 2 13:34:11 [2024-03-20T17:34:11.057Z] make[1]: *** Waiting for unfinished jobs.... 13:34:11 [2024-03-20T17:34:11.057Z] [ 65%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/HashTab.cpp.o 13:34:11 [2024-03-20T17:34:11.057Z] [ 65%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/IGBase.cpp.o 13:34:11 [2024-03-20T17:34:11.057Z] [ 65%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/IGNode.cpp.o 13:34:11 [2024-03-20T17:34:11.523Z] [ 65%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/ILWalk.cpp.o 13:34:11 [2024-03-20T17:34:11.523Z] [ 65%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/OMRMonitor.cpp.o 13:34:11 [2024-03-20T17:34:11.523Z] [ 65%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/InterferenceGraph.cpp.o 13:34:11 [2024-03-20T17:34:11.523Z] [ 66%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/OMRMonitorTable.cpp.o 13:34:11 [2024-03-20T17:34:11.523Z] [ 66%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/Random.cpp.o 13:34:11 [2024-03-20T17:34:11.970Z] [ 66%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/SimpleRegex.cpp.o 13:34:12 [2024-03-20T17:34:12.418Z] [ 66%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/String.cpp.o 13:34:12 [2024-03-20T17:34:12.418Z] [ 66%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/STLUtils.cpp.o 13:34:12 [2024-03-20T17:34:12.879Z] [ 66%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/Timer.cpp.o 13:34:12 [2024-03-20T17:34:12.879Z] [ 66%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/TreeServices.cpp.o 13:34:12 [2024-03-20T17:34:12.879Z] [ 66%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/OMRCfg.cpp.o 13:34:12 [2024-03-20T17:34:12.879Z] [ 66%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/AsyncCheckInsertion.cpp.o 13:34:13 [2024-03-20T17:34:13.325Z] [ 66%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/BackwardBitVectorAnalysis.cpp.o 13:34:13 [2024-03-20T17:34:13.325Z] [ 66%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/BackwardIntersectionBitVectorAnalysis.cpp.o 13:34:13 [2024-03-20T17:34:13.325Z] [ 66%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/BackwardUnionBitVectorAnalysis.cpp.o 13:34:13 [2024-03-20T17:34:13.778Z] [ 66%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/BitVectorAnalysis.cpp.o 13:34:14 [2024-03-20T17:34:14.224Z] [ 67%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/CatchBlockRemover.cpp.o 13:34:14 [2024-03-20T17:34:14.671Z] [ 67%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OMRCFGSimplifier.cpp.o 13:34:14 [2024-03-20T17:34:14.671Z] [ 67%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/CompactLocals.cpp.o 13:34:14 [2024-03-20T17:34:14.671Z] [ 67%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/CopyPropagation.cpp.o 13:34:15 [2024-03-20T17:34:15.122Z] [ 67%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/DataFlowAnalysis.cpp.o 13:34:15 [2024-03-20T17:34:15.122Z] [ 67%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/DeadStoreElimination.cpp.o 13:34:15 [2024-03-20T17:34:15.569Z] [ 67%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/DeadTreesElimination.cpp.o 13:34:15 [2024-03-20T17:34:15.569Z] [ 67%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/DebuggingCounters.cpp.o 13:34:16 [2024-03-20T17:34:16.511Z] [ 67%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/Delayedness.cpp.o 13:34:16 [2024-03-20T17:34:16.511Z] [ 67%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/Dominators.cpp.o 13:34:17 [2024-03-20T17:34:17.462Z] [ 67%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/DominatorVerifier.cpp.o 13:34:17 [2024-03-20T17:34:17.463Z] [ 67%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/DominatorsChk.cpp.o 13:34:17 [2024-03-20T17:34:17.909Z] [ 68%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/Earliestness.cpp.o 13:34:17 [2024-03-20T17:34:17.909Z] [ 68%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/FieldPrivatizer.cpp.o 13:34:17 [2024-03-20T17:34:17.909Z] [ 68%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/ExpressionsSimplification.cpp.o 13:34:17 [2024-03-20T17:34:17.909Z] [ 68%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/GeneralLoopUnroller.cpp.o 13:34:17 [2024-03-20T17:34:17.909Z] [ 68%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/GlobalAnticipatability.cpp.o 13:34:17 [2024-03-20T17:34:17.909Z] [ 68%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OMRGlobalRegister.cpp.o 13:34:17 [2024-03-20T17:34:17.909Z] [ 68%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/GlobalRegisterAllocator.cpp.o 13:34:18 [2024-03-20T17:34:18.356Z] [ 68%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/Inliner.cpp.o 13:34:19 [2024-03-20T17:34:19.857Z] [ 68%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/RematTools.cpp.o 13:34:19 [2024-03-20T17:34:19.857Z] [ 68%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/InductionVariable.cpp.o 13:34:19 [2024-03-20T17:34:19.857Z] [ 68%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/IntersectionBitVectorAnalysis.cpp.o 13:34:20 [2024-03-20T17:34:20.311Z] [ 68%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/Isolatedness.cpp.o 13:34:20 [2024-03-20T17:34:20.311Z] [ 68%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/IsolatedStoreElimination.cpp.o 13:34:20 [2024-03-20T17:34:20.771Z] [ 69%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/Latestness.cpp.o 13:34:21 [2024-03-20T17:34:21.219Z] [ 69%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LiveOnAllPaths.cpp.o 13:34:21 [2024-03-20T17:34:21.666Z] [ 69%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LiveVariableInformation.cpp.o 13:34:22 [2024-03-20T17:34:22.121Z] [ 69%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/Liveness.cpp.o 13:34:22 [2024-03-20T17:34:22.121Z] [ 69%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LoadExtensions.cpp.o 13:34:22 [2024-03-20T17:34:22.121Z] [ 69%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LocalAnalysis.cpp.o 13:34:22 [2024-03-20T17:34:22.569Z] [ 69%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LocalAnticipatability.cpp.o 13:34:23 [2024-03-20T17:34:23.025Z] [ 69%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LocalLiveRangeReducer.cpp.o 13:34:23 [2024-03-20T17:34:23.472Z] [ 69%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LocalReordering.cpp.o 13:34:23 [2024-03-20T17:34:23.472Z] [ 69%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LocalTransparency.cpp.o 13:34:23 [2024-03-20T17:34:23.918Z] [ 69%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LoopCanonicalizer.cpp.o 13:34:23 [2024-03-20T17:34:23.918Z] [ 69%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LoopReducer.cpp.o 13:34:24 [2024-03-20T17:34:24.366Z] [ 69%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LoopReplicator.cpp.o 13:34:24 [2024-03-20T17:34:24.813Z] [ 70%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LoopVersioner.cpp.o 13:34:25 [2024-03-20T17:34:25.265Z] [ 70%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OMRLocalCSE.cpp.o 13:34:25 [2024-03-20T17:34:25.265Z] [ 70%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LocalDeadStoreElimination.cpp.o 13:34:25 [2024-03-20T17:34:25.712Z] [ 70%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LocalOpts.cpp.o 13:34:26 [2024-03-20T17:34:26.162Z] [ 70%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OMROptimization.cpp.o 13:34:27 [2024-03-20T17:34:27.105Z] [ 70%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OMROptimizationManager.cpp.o 13:34:27 [2024-03-20T17:34:27.105Z] [ 70%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OMRTransformUtil.cpp.o 13:34:27 [2024-03-20T17:34:27.105Z] [ 70%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OMROptimizer.cpp.o 13:34:27 [2024-03-20T17:34:27.559Z] [ 70%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OrderBlocks.cpp.o 13:34:27 [2024-03-20T17:34:27.559Z] [ 70%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OSRDefAnalysis.cpp.o 13:34:28 [2024-03-20T17:34:28.503Z] [ 70%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/PartialRedundancy.cpp.o 13:34:28 [2024-03-20T17:34:28.951Z] [ 70%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/PreExistence.cpp.o 13:34:29 [2024-03-20T17:34:29.397Z] [ 71%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/Reachability.cpp.o 13:34:29 [2024-03-20T17:34:29.397Z] [ 71%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/ReachingDefinitions.cpp.o 13:34:29 [2024-03-20T17:34:29.851Z] [ 71%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OMRRecognizedCallTransformer.cpp.o 13:34:29 [2024-03-20T17:34:29.851Z] [ 71%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/RedundantAsyncCheckRemoval.cpp.o 13:34:30 [2024-03-20T17:34:30.303Z] [ 71%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OMRRegisterCandidate.cpp.o 13:34:30 [2024-03-20T17:34:30.303Z] [ 71%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OMRSimplifier.cpp.o 13:34:31 [2024-03-20T17:34:31.246Z] [ 71%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OMRSimplifierHelpers.cpp.o 13:34:31 [2024-03-20T17:34:31.246Z] [ 71%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OMRSimplifierHandlers.cpp.o 13:34:31 [2024-03-20T17:34:31.692Z] [ 71%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/StructuralAnalysis.cpp.o 13:34:32 [2024-03-20T17:34:32.139Z] [ 71%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/Structure.cpp.o 13:34:32 [2024-03-20T17:34:32.585Z] [ 71%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/SwitchAnalyzer.cpp.o 13:34:32 [2024-03-20T17:34:32.585Z] [ 71%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/TranslateTable.cpp.o 13:34:33 [2024-03-20T17:34:33.031Z] "/home/omr/workspace/Build/compiler/optimizer/OMRSimplifierHandlers.cpp", line 266.38: 1540-0063 (S) The text "s" is unexpected. 13:34:33 [2024-03-20T17:34:33.031Z] "/home/omr/workspace/Build/compiler/optimizer/OMRSimplifierHandlers.cpp", line 271.39: 1540-0063 (S) The text "s" is unexpected. 13:34:33 [2024-03-20T17:34:33.031Z] "/home/omr/workspace/Build/compiler/optimizer/OMRSimplifierHandlers.cpp", line 276.39: 1540-0063 (S) The text "s" is unexpected. 13:34:33 [2024-03-20T17:34:33.031Z] "/home/omr/workspace/Build/compiler/optimizer/OMRSimplifierHandlers.cpp", line 281.39: 1540-0063 (S) The text "s" is unexpected. 13:34:33 [2024-03-20T17:34:33.031Z] "/home/omr/workspace/Build/compiler/optimizer/OMRSimplifierHandlers.cpp", line 286.40: 1540-0063 (S) The text "s" is unexpected. 13:34:33 [2024-03-20T17:34:33.031Z] "/home/omr/workspace/Build/compiler/optimizer/OMRSimplifierHandlers.cpp", line 291.40: 1540-0063 (S) The text "s" is unexpected. 13:34:33 [2024-03-20T17:34:33.479Z] [ 71%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/UnionBitVectorAnalysis.cpp.o 13:34:33 [2024-03-20T17:34:33.479Z] [ 72%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/UseDefInfo.cpp.o 13:34:33 [2024-03-20T17:34:33.479Z] make[2]: *** [jitbuilder/CMakeFiles/jitbuilder.dir/build.make:2951: jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OMRSimplifierHandlers.cpp.o] Error 1 13:34:33 [2024-03-20T17:34:33.479Z] make[2]: *** Waiting for unfinished jobs.... 13:34:36 [2024-03-20T17:34:36.322Z] make[1]: *** [CMakeFiles/Makefile2:2334: jitbuilder/CMakeFiles/jitbuilder.dir/all] Error 2 13:34:36 [2024-03-20T17:34:36.322Z] make: *** [Makefile:161: all] Error 2 [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // timeout [Pipeline] cleanWs 13:34:36 [2024-03-20T17:34:36.621Z] [WS-CLEANUP] Deleting project workspace... 13:34:36 [2024-03-20T17:34:36.621Z] [WS-CLEANUP] Deferred wipeout is used... 13:34:36 [2024-03-20T17:34:36.756Z] [WS-CLEANUP] done [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // timestamps [Pipeline] End of Pipeline ERROR: script returned exit code 2 Setting status of 0eb490558f585a345d3674c280b46c0fe98021a3 to FAILURE with url https://ci.eclipse.org/omr/job/PullRequest-aix_ppc-64/3993/ and message: 'Build finished. ' Using context: continuous-integration/eclipse-omr/pr/aix_ppc-64 Finished: FAILURE