-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[GCC12] Apply patch for spurious Warray-bounds diagnostics #8431
Conversation
A new Pull Request was created by @smuzaffar (Malik Shahzad Muzaffar) for branch IB/CMSSW_13_1_X/g12. @cmsbuild, @smuzaffar, @aandvalenzuela, @iarspider can you please review it and eventually sign? Thanks. |
test parameters:
|
please test |
please test lets see if gcc patch fixes cmssw array-bound issues |
please test for el8_amd64_gcc12 |
-1 Failed Tests: Build HeaderConsistency The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
You can see more details here: BuildI found compilation error when building: >> Building binary DataFormatscrossV4_t Copying tmp/el8_amd64_gcc12/src/DataFormats/Math/test/DataFormatscrossV4_t/DataFormatscrossV4_t to productstore area: >> Compiling /pool/condor/dir_46328/jenkins/workspace/ib-run-pr-tests/CMSSW_13_1_X_2023-04-05-1100/src/DataFormats/Math/test/simpleCholeskyTest.cu nvcc error : 'cicc' died due to signal 11 (Invalid memory reference) nvcc error : 'cicc' core dumped gmake: *** [tmp/el8_amd64_gcc12/src/DataFormats/Math/test/simpleCholeskyTest/simpleCholeskyTest.cu.o] Error 1 >> Cuda Device Link tmp/el8_amd64_gcc12/src/DataFormats/Math/test/simpleCholeskyTest/simpleCholeskyTest_cudadlink.o nvlink fatal : Could not open input file 'tmp/el8_amd64_gcc12/src/DataFormats/Math/test/simpleCholeskyTest/simpleCholeskyTest.cu.o' (target: sm_60) gmake: *** [tmp/el8_amd64_gcc12/src/DataFormats/Math/test/simpleCholeskyTest/simpleCholeskyTest_cudadlink.o] Error 1 >> Building binary simpleCholeskyTest /pool/condor/dir_46328/jenkins/workspace/ib-run-pr-tests/testBuildDir/el8_amd64_gcc12/external/gcc/12.2.1-59043c7bdcfa6002a8c9155ca1109454/bin/../lib/gcc/x86_64-redhat-linux-gnu/12.2.1/../../../../x86_64-redhat-linux-gnu/bin/ld.bfd: cannot find tmp/el8_amd64_gcc12/src/DataFormats/Math/test/simpleCholeskyTest/simpleCholeskyTest.cu.o: No such file or directory |
please test for el8_amd64_gcc12 |
Pull request #8431 was updated. |
-1 Failed Tests: Build HeaderConsistency The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
You can see more details here: BuildI found compilation error when building: >> Compiling /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_13_1_X_2023-04-05-1100/src/DataFormats/Math/test/crossV4_t.cpp >> Building binary DataFormatscrossV4_t Copying tmp/el8_amd64_gcc12/src/DataFormats/Math/test/DataFormatscrossV4_t/DataFormatscrossV4_t to productstore area: >> Compiling /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_13_1_X_2023-04-05-1100/src/DataFormats/Math/test/simpleCholeskyTest.cu nvcc error : 'cicc' died due to signal 11 (Invalid memory reference) gmake: *** [tmp/el8_amd64_gcc12/src/DataFormats/Math/test/simpleCholeskyTest/simpleCholeskyTest.cu.o] Error 1 >> Cuda Device Link tmp/el8_amd64_gcc12/src/DataFormats/Math/test/simpleCholeskyTest/simpleCholeskyTest_cudadlink.o nvlink fatal : Could not open input file 'tmp/el8_amd64_gcc12/src/DataFormats/Math/test/simpleCholeskyTest/simpleCholeskyTest.cu.o' (target: sm_60) gmake: *** [tmp/el8_amd64_gcc12/src/DataFormats/Math/test/simpleCholeskyTest/simpleCholeskyTest_cudadlink.o] Error 1 >> Building binary simpleCholeskyTest /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/el8_amd64_gcc12/external/gcc/12.2.1-59043c7bdcfa6002a8c9155ca1109454/bin/../lib/gcc/x86_64-redhat-linux-gnu/12.2.1/../../../../x86_64-redhat-linux-gnu/bin/ld.bfd: cannot find tmp/el8_amd64_gcc12/src/DataFormats/Math/test/simpleCholeskyTest/simpleCholeskyTest.cu.o: No such file or directory |
No description provided.