Skip to content

[PWGCF] update on ese#11530

Merged
shouqiye merged 11 commits intoAliceO2Group:masterfrom
zhengqi-w:master
Jun 10, 2025
Merged

[PWGCF] update on ese#11530
shouqiye merged 11 commits intoAliceO2Group:masterfrom
zhengqi-w:master

Conversation

@zhengqi-w
Copy link
Copy Markdown
Contributor

update on ese

@github-actions
Copy link
Copy Markdown

github-actions bot commented Jun 10, 2025

O2 linter results: ❌ 0 errors, ⚠️ 0 warnings, 🔕 0 disabled

@github-actions github-actions bot changed the title update on ese [PWGCF] update on ese Jun 10, 2025
@alibuild
Copy link
Copy Markdown
Collaborator

Error while checking build/O2Physics/o2 for 6950409 at 2025-06-10 09:30:

## sw/BUILD/O2Physics-latest/log
/sw/slc9_x86-64/GCC-Toolchain/v14.2.0-alice2-1/include/c++/14.2.0/bits/shared_ptr_base.h:1667:16: error: array subscript 3 is outside array bounds of 'std::shared_ptr<TH2> [3]' [-Werror=array-bounds=]
/sw/slc9_x86-64/GCC-Toolchain/v14.2.0-alice2-1/include/c++/14.2.0/bits/move.h:223:11: error: array subscript 6 is outside array bounds of 'std::shared_ptr<TH2> [3]' [-Werror=array-bounds=]
/sw/slc9_x86-64/GCC-Toolchain/v14.2.0-alice2-1/include/c++/14.2.0/bits/shared_ptr_base.h:1097:32: error: array subscript 7 is outside array bounds of 'std::shared_ptr<TH2> [3]' [-Werror=array-bounds=]
/sw/slc9_x86-64/GCC-Toolchain/v14.2.0-alice2-1/include/c++/14.2.0/bits/shared_ptr_base.h:1098:19: error: array subscript 7 is outside array bounds of 'std::shared_ptr<TH2> [3]' [-Werror=array-bounds=]
ninja: build stopped: subcommand failed.

Full log here.

@shouqiye shouqiye merged commit 03dcf26 into AliceO2Group:master Jun 10, 2025
12 of 13 checks passed
jinhyunni pushed a commit to jinhyunni/O2Physics that referenced this pull request Jun 11, 2025
Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
hernasab pushed a commit to hernasab/O2Physics that referenced this pull request Jun 11, 2025
Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
prottayCMT pushed a commit to prottayCMT/O2Physics2024 that referenced this pull request Jun 12, 2025
Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
lietava pushed a commit to lietava/O2Physics that referenced this pull request Jun 14, 2025
Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
ddobrigk pushed a commit to ddobrigk/O2Physics that referenced this pull request Jun 14, 2025
Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
alibuild added a commit to alibuild/O2Physics that referenced this pull request Aug 11, 2025
Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
jloemker pushed a commit to jloemker/O2Physics that referenced this pull request Nov 11, 2025
Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
Comment on lines +659 to +661
int detInd = detId * 4 + cfgnTotalSystem * 4 * (2 - 2);
int refAInd = refAId * 4 + cfgnTotalSystem * 4 * (2 - 2);
int refBInd = refBId * 4 + cfgnTotalSystem * 4 * (2 - 2);
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the point of this?

Comment on lines +870 to +872
detInd = detId * 4 + cfgnTotalSystem * 4 * (2 - 2);
refAInd = refAId * 4 + cfgnTotalSystem * 4 * (2 - 2);
refBInd = refBId * 4 + cfgnTotalSystem * 4 * (2 - 2);
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the point of this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

4 participants