Skip to content

[PWGCF] Change shifted vertex to cal.v - #17420

Open
cnkoster wants to merge 12 commits into
AliceO2Group:masterfrom
cnkoster:master
Open

[PWGCF] Change shifted vertex to cal.v#17420
cnkoster wants to merge 12 commits into
AliceO2Group:masterfrom
cnkoster:master

Conversation

@cnkoster

Copy link
Copy Markdown
Contributor

No description provided.

@github-actions github-actions Bot added the pwgcf label Aug 11, 2026
@github-actions github-actions Bot changed the title Change shifted vertex to cal.v [PWGCF] Change shifted vertex to cal.v Aug 11, 2026
@github-actions

github-actions Bot commented Aug 11, 2026

Copy link
Copy Markdown

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

@alibuild

alibuild commented Aug 11, 2026

Copy link
Copy Markdown
Collaborator

Error while checking build/O2Physics/code-check for 0f9e952 at 2026-08-13 02:00:

## sw/BUILD/lhapdf-latest/log
collect2: error: ld returned 1 exit status


## sw/BUILD/O2Physics-code-check-latest/log
--
========== List of issues found ==========
++ echo 'Found 28 errors and 23 warnings.'
Found 28 errors and 23 warnings.
++ [[ 28 -gt 0 ]]
++ cat /sw/BUILD/a79d4ab9b8cf8122677be5b1a22b8d3792fbd770/O2Physics-code-check/errors.txt
PWGCF/Flow/TableProducer/zdcQVectors.cxx:57:10: error: inclusion of deprecated C++ header 'stdlib.h'; consider using 'cstdlib' instead [modernize-deprecated-headers,-warnings-as-errors]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:59:78: error: macro argument should be enclosed in parentheses [bugprone-macro-parentheses,-warnings-as-errors]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:71:5: error: variable 'counter' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables,-warnings-as-errors]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:95:8: error: constructor does not initialize these fields: ccdb [cppcoreguidelines-pro-type-member-init,-warnings-as-errors]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:418:42: error: the parameter 'collision' is copied for each invocation but only used as a const reference; consider making it a const reference [performance-unnecessary-value-param,-warnings-as-errors]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:418:58: error: the parameter 'zdcBC' is copied for each invocation but only used as a const reference; consider making it a const reference [performance-unnecessary-value-param,-warnings-as-errors]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:469:37: error: the parameter 'collision' is copied for each invocation but only used as a const reference; consider making it a const reference [performance-unnecessary-value-param,-warnings-as-errors]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:469:63: error: the parameter 'bunchCrossing' is copied for each invocation but only used as a const reference; consider making it a const reference [performance-unnecessary-value-param,-warnings-as-errors]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:472:10: error: variable 'selected' is not initialized [cppcoreguidelines-init-variables,-warnings-as-errors]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:611:22: error: do not declare C-style arrays, use 'std::array' instead [modernize-avoid-c-arrays,-warnings-as-errors]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:681:37: error: the parameter 'ccdb_dir' is copied for each invocation but only used as a const reference; consider making it a const reference [performance-unnecessary-value-param,-warnings-as-errors]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:690:29: error: redundant boolean literal supplied to boolean operator [readability-simplify-boolean-expr,-warnings-as-errors]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:709:14: error: do not use reinterpret_cast [cppcoreguidelines-pro-type-reinterpret-cast,-warnings-as-errors]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:711:19: error: do not use reinterpret_cast [cppcoreguidelines-pro-type-reinterpret-cast,-warnings-as-errors]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:712:14: error: do not use reinterpret_cast [cppcoreguidelines-pro-type-reinterpret-cast,-warnings-as-errors]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:714:19: error: do not use reinterpret_cast [cppcoreguidelines-pro-type-reinterpret-cast,-warnings-as-errors]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:718:14: error: do not use reinterpret_cast [cppcoreguidelines-pro-type-reinterpret-cast,-warnings-as-errors]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:731:16: error: do not use reinterpret_cast [cppcoreguidelines-pro-type-reinterpret-cast,-warnings-as-errors]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:737:16: error: do not use reinterpret_cast [cppcoreguidelines-pro-type-reinterpret-cast,-warnings-as-errors]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:761:16: error: do not use reinterpret_cast [cppcoreguidelines-pro-type-reinterpret-cast,-warnings-as-errors]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:860:5: error: uninitialized record type: 'eZN' [cppcoreguidelines-pro-type-member-init,-warnings-as-errors]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:861:5: error: uninitialized record type: 'meanEZN' [cppcoreguidelines-pro-type-member-init,-warnings-as-errors]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:862:5: error: uninitialized record type: 'e' [cppcoreguidelines-pro-type-member-init,-warnings-as-errors]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:1069:7: error: do not use 'else' after 'return' [readability-else-after-return,-warnings-as-errors]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:1152:73: error: redundant boolean literal supplied to boolean operator [readability-simplify-boolean-expr,-warnings-as-errors]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:1154:9: error: use auto when initializing with a template cast to avoid duplicating the type name [modernize-use-auto,-warnings-as-errors]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:1155:29: error: do not use reinterpret_cast [cppcoreguidelines-pro-type-reinterpret-cast,-warnings-as-errors]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:1156:29: error: do not use reinterpret_cast [cppcoreguidelines-pro-type-reinterpret-cast,-warnings-as-errors]
++ [[ 23 -gt 0 ]]
++ cat /sw/BUILD/a79d4ab9b8cf8122677be5b1a22b8d3792fbd770/O2Physics-code-check/warnings.txt
PWGCF/Flow/TableProducer/zdcQVectors.cxx:423:47: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:574:68: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:581:43: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:583:67: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:585:68: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:587:59: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:589:60: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:609:24: warning: statement should be inside braces [readability-braces-around-statements]
[0 more errors; see full log]

Full log here.

[PWGCF] Please consider the following formatting changes to AliceO2Group#17420
@alibuild

alibuild commented Aug 13, 2026

Copy link
Copy Markdown
Collaborator

Error while checking build/O2Physics/code-check for cc44047 at 2026-08-13 06:56:

## sw/BUILD/O2Physics-code-check-latest/log
--
========== List of issues found ==========
++ echo 'Found 6 errors and 17 warnings.'
Found 6 errors and 17 warnings.
++ [[ 6 -gt 0 ]]
++ cat /sw/BUILD/b95651eaba01fa270e59ea126268c3d227cb6bc4/O2Physics-code-check/errors.txt
PWGCF/Flow/TableProducer/zdcQVectors.cxx:58:78: error: macro argument should be enclosed in parentheses [bugprone-macro-parentheses,-warnings-as-errors]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:93:8: error: constructor does not initialize these fields: ccdb [cppcoreguidelines-pro-type-member-init,-warnings-as-errors]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:736:22: error: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage,-warnings-as-errors]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:742:22: error: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage,-warnings-as-errors]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:766:28: error: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage,-warnings-as-errors]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:1159:9: error: use auto when initializing with a template cast to avoid duplicating the type name [modernize-use-auto,-warnings-as-errors]
++ [[ 17 -gt 0 ]]
++ cat /sw/BUILD/b95651eaba01fa270e59ea126268c3d227cb6bc4/O2Physics-code-check/warnings.txt
PWGCF/Flow/TableProducer/zdcQVectors.cxx:421:47: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:572:68: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:811:28: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:816:28: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:821:28: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:826:28: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:876:45: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:878:46: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:882:39: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:884:39: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:932:20: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:1067:68: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:1075:50: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:1192:33: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:1194:33: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:1196:33: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:1198:33: warning: statement should be inside braces [readability-braces-around-statements]
++ [[ 6 -gt 0 ]]
++ exit 1
--

Full log here.

@alibuild

Copy link
Copy Markdown
Collaborator

Error while checking build/O2Physics/o2 for cc44047 at 2026-08-13 06:15:

## sw/BUILD/O2Physics-latest/log
2026-08-13T06:14:12.097+0200 [15701:139963108448832] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-08-13T06:14:12.135+0200 [15701:139963108448832] [executioncontext.cpp:739] [ERROR] Failed to download output blob f23e03c1923cea271684ab1ed82f75855403374baf22fc0a31c210e56546d49a: 14: Socket closed
2026-08-13T06:14:12.097+0200 [15699:140618762705472] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-08-13T06:14:12.135+0200 [15699:140618762705472] [executioncontext.cpp:739] [ERROR] Failed to download output blob 35c3546b83a427cf94a6d56aec19ba258e6f3262caaf61b6a5340489da9b895a: 14: Socket closed
2026-08-13T06:14:12.097+0200 [15700:140540671674944] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-08-13T06:14:12.135+0200 [15700:140540671674944] [executioncontext.cpp:739] [ERROR] Failed to download output blob 3e608278e68ac9757532a53acc686633d17e5628167037ea3055c82d82a7e1a4: 14: Socket closed
2026-08-13T06:14:12.097+0200 [15341:140513283082816] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-08-13T06:14:12.136+0200 [15341:140513283082816] [executioncontext.cpp:739] [ERROR] Failed to download output blob 2a75ebe30b770471a4c29a065b12fab0aa98303af89e1a7a04234b6177a08f8e: 14: Socket closed
2026-08-13T06:14:12.097+0200 [15675:139827947108928] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-08-13T06:14:12.135+0200 [15675:139827947108928] [executioncontext.cpp:739] [ERROR] Failed to download output blob 0e7dcf7ee1a008c15654746cd61861a62cf47b52cc85c051521db5bffd4c171a: 14: Socket closed
2026-08-13T06:14:12.097+0200 [15289:140225748961856] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-08-13T06:14:12.136+0200 [15289:140225748961856] [executioncontext.cpp:739] [ERROR] Failed to download output blob 42b477ddbf6a8ef392e3c73544fd2221df228b647ce935b89e9827694fca25e8: 14: Socket closed
2026-08-13T06:14:12.097+0200 [15475:140000600021568] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-08-13T06:14:12.136+0200 [15475:140000600021568] [executioncontext.cpp:739] [ERROR] Failed to download output blob b1a867fc12053a6f1d8155d7cb8053562aa9175da4456c8e7f4b0f1c316c1eec: 14: Socket closed
2026-08-13T06:14:12.097+0200 [15405:140199104387648] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: recvmsg:Connection reset by peer]
2026-08-13T06:14:12.137+0200 [15405:140199104387648] [executioncontext.cpp:739] [ERROR] Failed to download output blob 7ba6c6fcb720008fd02fcef27c6efb167a19c59ecf6866bf4a74636186998bc9: 14: recvmsg:Connection reset by peer
2026-08-13T06:14:12.097+0200 [15357:139824481581632] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: recvmsg:Connection reset by peer]
2026-08-13T06:14:12.137+0200 [15357:139824481581632] [executioncontext.cpp:739] [ERROR] Failed to download output blob 9da3d9204cb4abc1caa77e54ab19b406fd1b352a4d5219b5c9e4f7b8832365be: 14: recvmsg:Connection reset by peer
2026-08-13T06:14:12.097+0200 [15262:140432416328256] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-08-13T06:14:12.141+0200 [15262:140432416328256] [executioncontext.cpp:739] [ERROR] Failed to download output blob a440c40bd24088865a46aacc47999c6e2a0325616b438789bc67ec08c3d5c338: 14: Socket closed
2026-08-13T06:14:12.097+0200 [15449:140055428921920] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: recvmsg:Connection reset by peer]
2026-08-13T06:14:12.140+0200 [15449:140055428921920] [executioncontext.cpp:739] [ERROR] Failed to download output blob 7f27a29ac4bd16ce86a115b11aee50b3ec2f58ef0b1ba352457efbe70b0da909: 14: recvmsg:Connection reset by peer
2026-08-13T06:14:12.097+0200 [15313:140388920642112] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-08-13T06:14:12.139+0200 [15313:140388920642112] [executioncontext.cpp:739] [ERROR] Failed to download output blob 7a417ef06fd8298b20931b28d4d95bf265da624342dcd6cbf57508c2c302d855: 14: Socket closed
2026-08-13T06:14:12.097+0200 [15220:140571776891456] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: recvmsg:Connection reset by peer]
2026-08-13T06:14:12.142+0200 [15220:140571776891456] [executioncontext.cpp:739] [ERROR] Failed to download output blob 0c3fe3d800ea1d9918b29d7439e7aaa68866b322df2ece0f74ff64e8dff03dfa: 14: recvmsg:Connection reset by peer
2026-08-13T06:14:12.097+0200 [15342:140527635249728] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-08-13T06:14:12.140+0200 [15342:140527635249728] [executioncontext.cpp:739] [ERROR] Failed to download output blob 9065e14b08ef1469f9cd18f9f524b6bd08186e2eab550c6202a185add89ffe21: 14: Socket closed
2026-08-13T06:14:12.097+0200 [15221:140558079642176] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-08-13T06:14:12.143+0200 [15221:140558079642176] [executioncontext.cpp:739] [ERROR] Failed to download output blob 27c1950a8a137cbcb5511de135979eaa4059a83165a129eb71cddaf1aa3448c7: 14: Socket closed
2026-08-13T06:14:12.097+0200 [15082:140199191063104] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-08-13T06:14:12.147+0200 [15082:140199191063104] [executioncontext.cpp:739] [ERROR] Failed to download output blob bc399a0c7b45fb2bacc5f8751042d368f36c8cace348fb6a7056132a9e7ea9e3: 14: Socket closed
2026-08-13T06:14:12.097+0200 [15197:139783957506624] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-08-13T06:14:12.147+0200 [15197:139783957506624] [executioncontext.cpp:739] [ERROR] Failed to download output blob 756ee5d0a0a802dfe514ba60192b9bdaeec6dd8b1060fd8a8ac11c2a9db8ff4a: 14: Socket closed
2026-08-13T06:14:12.097+0200 [15155:139862257433152] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-08-13T06:14:12.149+0200 [15155:139862257433152] [executioncontext.cpp:739] [ERROR] Failed to download output blob e8a2f84ec5942babd819afdc67eea9c0389cfdd9fa049d9d4584c16ef40d038f: 14: Socket closed
2026-08-13T06:14:12.097+0200 [15108:140566794115648] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-08-13T06:14:12.149+0200 [15108:140566794115648] [executioncontext.cpp:739] [ERROR] Failed to download output blob 21df9afcd04c70a1dc52b0f4deb37b821f1582ae9b6499cc6d0363af90278331: 14: Socket closed
2026-08-13T06:14:12.097+0200 [15109:139629792389696] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-08-13T06:14:12.152+0200 [15109:139629792389696] [executioncontext.cpp:739] [ERROR] Failed to download output blob 9fe39824c5f9098742e450df6a09b829a32e8578ad94f6b74e34f5966aa4b45a: 14: Socket closed
2026-08-13T06:14:12.097+0200 [15154:140536321780288] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-08-13T06:14:12.153+0200 [15154:140536321780288] [executioncontext.cpp:739] [ERROR] Failed to download output blob a5bbe7d8c39ce7eece4d33f6a653eca8ce5e6611ee4a95a4082a468d008110c9: 14: Socket closed
2026-08-13T06:14:12.097+0200 [15814:139672933321280] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ActionCache.GetActionResult()", last gRPC error was [14: Socket closed]
2026-08-13T06:14:12.134+0200 [15814:139672933321280] [executioncontext.cpp:544] [ERROR] Error while querying action cache at "http://localhost:8980": 14: Socket closed
2026-08-13T06:14:12.097+0200 [15836:140635154868800] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ActionCache.GetActionResult()", last gRPC error was [14: Socket closed]
2026-08-13T06:14:12.134+0200 [15836:140635154868800] [executioncontext.cpp:544] [ERROR] Error while querying action cache at "http://localhost:8980": 14: Socket closed
ninja: build stopped: subcommand failed.

[0 more errors; see full log]

Full log here.

cnkoster and others added 2 commits August 13, 2026 16:33
@cnkoster
cnkoster marked this pull request as ready for review August 13, 2026 14:58
wenyaCern
wenyaCern previously approved these changes Aug 13, 2026
@wenyaCern
wenyaCern enabled auto-merge (squash) August 13, 2026 15:57
@alibuild

Copy link
Copy Markdown
Collaborator

Error while checking build/O2Physics/code-check for 28e2f4d at 2026-08-13 20:29:

## sw/BUILD/O2Physics-code-check-latest/log
--
========== List of issues found ==========
++ echo 'Found 2 errors and 17 warnings.'
Found 2 errors and 17 warnings.
++ [[ 2 -gt 0 ]]
++ cat /sw/BUILD/d2f37d5c323098c5f1e1d6ed87b33123a195b565/O2Physics-code-check/errors.txt
PWGCF/Flow/TableProducer/zdcQVectors.cxx:58:78: error: macro argument should be enclosed in parentheses [bugprone-macro-parentheses,-warnings-as-errors]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:1171:9: error: use auto when initializing with a template cast to avoid duplicating the type name [modernize-use-auto,-warnings-as-errors]
++ [[ 17 -gt 0 ]]
++ cat /sw/BUILD/d2f37d5c323098c5f1e1d6ed87b33123a195b565/O2Physics-code-check/warnings.txt
PWGCF/Flow/TableProducer/zdcQVectors.cxx:421:47: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:572:68: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:823:28: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:828:28: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:833:28: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:838:28: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:888:45: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:890:46: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:894:39: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:896:39: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:944:20: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:1079:68: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:1087:50: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:1210:33: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:1212:33: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:1214:33: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:1216:33: warning: statement should be inside braces [readability-braces-around-statements]
++ [[ 2 -gt 0 ]]
++ exit 1
--

Full log here.

auto-merge was automatically disabled August 13, 2026 18:36

Head branch was pushed to by a user without write access

[PWGCF] Please consider the following formatting changes to AliceO2Group#17420
@cnkoster
cnkoster requested a review from wenyaCern August 14, 2026 14:36
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.

3 participants