Skip to content
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

Merged
merged 2 commits into from
Apr 7, 2023

Conversation

smuzaffar
Copy link
Contributor

No description provided.

@cmsbuild
Copy link
Contributor

cmsbuild commented Apr 6, 2023

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.
@perrotta, @dpiparo, @rappoccio you are the release manager for this.
cms-bot commands are listed here

@smuzaffar
Copy link
Contributor Author

smuzaffar commented Apr 6, 2023

test parameters:

@smuzaffar
Copy link
Contributor Author

please test

@smuzaffar smuzaffar closed this Apr 6, 2023
@smuzaffar smuzaffar deleted the smuzaffar-patch-1 branch April 6, 2023 09:18
@smuzaffar smuzaffar restored the smuzaffar-patch-1 branch April 6, 2023 09:23
@smuzaffar smuzaffar reopened this Apr 6, 2023
@smuzaffar
Copy link
Contributor Author

please test

lets see if gcc patch fixes cmssw array-bound issues

@smuzaffar
Copy link
Contributor Author

please test for el8_amd64_gcc12

@cmsbuild
Copy link
Contributor

cmsbuild commented Apr 7, 2023

-1

Failed Tests: Build HeaderConsistency
Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-da0ed9/31880/summary.html
COMMIT: 1aa056e
CMSSW: CMSSW_13_1_X_2023-04-05-1100/el8_amd64_gcc12
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week1/cms-sw/cmsdist/8431/31880/install.sh to create a dev area with all the needed externals and cmssw changes.

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:
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-da0ed9/31880/git-recent-commits.json
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-da0ed9/31880/git-merge-result

Build

I 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


@smuzaffar
Copy link
Contributor Author

please test for el8_amd64_gcc12

@cmsbuild
Copy link
Contributor

cmsbuild commented Apr 7, 2023

Pull request #8431 was updated.

@cmsbuild
Copy link
Contributor

cmsbuild commented Apr 7, 2023

-1

Failed Tests: Build HeaderConsistency
Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-da0ed9/31884/summary.html
COMMIT: 2376832
CMSSW: CMSSW_13_1_X_2023-04-05-1100/el8_amd64_gcc12
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week1/cms-sw/cmsdist/8431/31884/install.sh to create a dev area with all the needed externals and cmssw changes.

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:
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-da0ed9/31884/git-recent-commits.json
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-da0ed9/31884/git-merge-result

Build

I 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


@smuzaffar smuzaffar merged commit a81386c into IB/CMSSW_13_1_X/g12 Apr 7, 2023
@smuzaffar smuzaffar deleted the smuzaffar-patch-1 branch April 27, 2023 09:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants