Skip to content

[PWGCF] modify Nch reco vs true histogram#17053

Open
Luzhiyongg wants to merge 6 commits into
AliceO2Group:masterfrom
Luzhiyongg:master
Open

[PWGCF] modify Nch reco vs true histogram#17053
Luzhiyongg wants to merge 6 commits into
AliceO2Group:masterfrom
Luzhiyongg:master

Conversation

@Luzhiyongg

Copy link
Copy Markdown
Contributor

No description provided.

@github-actions

github-actions Bot commented Jul 14, 2026

Copy link
Copy Markdown

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

@github-actions github-actions Bot changed the title modify Nch reco vs true histogram [PWGCF] modify Nch reco vs true histogram Jul 14, 2026
@alibuild

Copy link
Copy Markdown
Collaborator

Error while checking build/O2Physics/code-check for ff0ccc6 at 2026-07-14 11:07:

## sw/BUILD/O2Physics-code-check-latest/log
--
========== List of issues found ==========
++ echo 'Found 16 errors and 66 warnings.'
Found 16 errors and 66 warnings.
++ [[ 16 -gt 0 ]]
++ cat /sw/BUILD/b6e5b4ba619a176ede522cd8198c8de23db9e389/O2Physics-code-check/errors.txt
PWGCF/Flow/Tasks/flowMc.cxx:71:78: error: macro argument should be enclosed in parentheses [bugprone-macro-parentheses,-warnings-as-errors]
PWGCF/Flow/Tasks/flowMc.cxx:73:8: error: constructor does not initialize these fields: ccdb [cppcoreguidelines-pro-type-member-init,-warnings-as-errors]
PWGCF/Flow/Tasks/flowMc.cxx:274:22: error: 'data' should be used for accessing the data pointer instead of taking the address of the 0-th element [readability-container-data-pointer,-warnings-as-errors]
PWGCF/Flow/Tasks/flowMc.cxx:283:7: error: use auto when initializing with new to avoid duplicating the type name [modernize-use-auto,-warnings-as-errors]
PWGCF/Flow/Tasks/flowMc.cxx:340:35: error: narrowing conversion from 'float' to 'int' [bugprone-narrowing-conversions,-warnings-as-errors]
PWGCF/Flow/Tasks/flowMc.cxx:341:38: error: narrowing conversion from 'float' to 'int' [bugprone-narrowing-conversions,-warnings-as-errors]
PWGCF/Flow/Tasks/flowMc.cxx:343:37: error: narrowing conversion from 'float' to 'int' [bugprone-narrowing-conversions,-warnings-as-errors]
PWGCF/Flow/Tasks/flowMc.cxx:353:79: error: 'data' should be used for accessing the data pointer instead of taking the address of the 0-th element [readability-container-data-pointer,-warnings-as-errors]
PWGCF/Flow/Tasks/flowMc.cxx:370:23: error: redundant call to 'c_str' [readability-redundant-string-cstr,-warnings-as-errors]
PWGCF/Flow/Tasks/flowMc.cxx:378:44: error: redundant boolean literal supplied to boolean operator [readability-simplify-boolean-expr,-warnings-as-errors]
PWGCF/Flow/Tasks/flowMc.cxx:385:44: error: redundant boolean literal supplied to boolean operator [readability-simplify-boolean-expr,-warnings-as-errors]
PWGCF/Flow/Tasks/flowMc.cxx:414:12: error: variable 'dnx' is not initialized [cppcoreguidelines-init-variables,-warnings-as-errors]
PWGCF/Flow/Tasks/flowMc.cxx:446:43: error: redundant boolean literal supplied to boolean operator [readability-simplify-boolean-expr,-warnings-as-errors]
PWGCF/Flow/Tasks/flowMc.cxx:465:23: error: use 'contains' to check for membership [readability-container-contains,-warnings-as-errors]
PWGCF/Flow/Tasks/flowMc.cxx:477:33: 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/Tasks/flowMc.cxx:534:29: error: the parameter 'track' 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]
++ [[ 66 -gt 0 ]]
++ cat /sw/BUILD/b6e5b4ba619a176ede522cd8198c8de23db9e389/O2Physics-code-check/warnings.txt
PWGCF/Flow/Tasks/flowMc.cxx:285:53: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/Tasks/flowMc.cxx:288:53: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/Tasks/flowMc.cxx:342:26: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/Tasks/flowMc.cxx:376:27: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/Tasks/flowMc.cxx:380:23: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/Tasks/flowMc.cxx:382:11: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/Tasks/flowMc.cxx:398:21: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/Tasks/flowMc.cxx:400:9: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/Tasks/flowMc.cxx:402:18: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/Tasks/flowMc.cxx:405:21: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/Tasks/flowMc.cxx:407:9: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/Tasks/flowMc.cxx:417:20: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/Tasks/flowMc.cxx:421:23: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/Tasks/flowMc.cxx:423:13: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/Tasks/flowMc.cxx:430:20: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/Tasks/flowMc.cxx:434:23: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/Tasks/flowMc.cxx:436:13: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/Tasks/flowMc.cxx:444:29: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/Tasks/flowMc.cxx:448:26: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/Tasks/flowMc.cxx:450:11: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/Tasks/flowMc.cxx:487:70: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/Tasks/flowMc.cxx:490:68: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/Tasks/flowMc.cxx:500:123: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/Tasks/flowMc.cxx:502:123: 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#17053
@alibuild

Copy link
Copy Markdown
Collaborator

Error while checking build/O2Physics/code-check for 59162d8 at 2026-07-14 14:54:

## sw/BUILD/O2-latest/log
2026-07-14T11:28:06.390+0200 [1002:140525727545920] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ActionCache.GetActionResult()", last gRPC error was [14: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8980: Failed to connect to remote host: Connection refused]
2026-07-14T11:28:06.391+0200 [1002:140525727545920] [executioncontext.cpp:544] [ERROR] Error while querying action cache at "http://localhost:8980": 14: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8980: Failed to connect to remote host: Connection refused
2026-07-14T11:28:06.423+0200 [1002:140525727545920] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "FindMissingBlobs()", last gRPC error was [14: failed to connect to all addresses; last error: UNKNOWN: ipv6:%5B::1%5D:8980: Failed to connect to remote host: Connection refused]
2026-07-14T11:28:06.324+0200 [996:139837254785600] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ActionCache.GetActionResult()", last gRPC error was [14: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8980: Failed to connect to remote host: Connection refused]
2026-07-14T11:28:06.325+0200 [996:139837254785600] [executioncontext.cpp:544] [ERROR] Error while querying action cache at "http://localhost:8980": 14: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8980: Failed to connect to remote host: Connection refused
2026-07-14T11:28:06.452+0200 [996:139837254785600] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "FindMissingBlobs()", last gRPC error was [14: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8980: Failed to connect to remote host: Connection refused]
2026-07-14T11:28:06.455+0200 [1012:139694428076608] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ActionCache.GetActionResult()", last gRPC error was [14: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8980: Failed to connect to remote host: Connection refused]
2026-07-14T11:28:06.455+0200 [1012:139694428076608] [executioncontext.cpp:544] [ERROR] Error while querying action cache at "http://localhost:8980": 14: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8980: Failed to connect to remote host: Connection refused
2026-07-14T11:28:06.613+0200 [1012:139694428076608] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "FindMissingBlobs()", last gRPC error was [14: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8980: Failed to connect to remote host: Connection refused]
2026-07-14T11:28:06.444+0200 [1001:139967007902272] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ActionCache.GetActionResult()", last gRPC error was [14: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8980: Failed to connect to remote host: Connection refused]
2026-07-14T11:28:06.444+0200 [1001:139967007902272] [executioncontext.cpp:544] [ERROR] Error while querying action cache at "http://localhost:8980": 14: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8980: Failed to connect to remote host: Connection refused
2026-07-14T11:28:06.638+0200 [1001:139967007902272] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "FindMissingBlobs()", last gRPC error was [14: failed to connect to all addresses; last error: UNKNOWN: ipv6:%5B::1%5D:8980: Failed to connect to remote host: Connection refused]
2026-07-14T11:28:06.414+0200 [995:140316063963712] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ActionCache.GetActionResult()", last gRPC error was [14: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8980: Failed to connect to remote host: Connection refused]
2026-07-14T11:28:06.414+0200 [995:140316063963712] [executioncontext.cpp:544] [ERROR] Error while querying action cache at "http://localhost:8980": 14: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8980: Failed to connect to remote host: Connection refused
2026-07-14T11:28:07.173+0200 [995:140316063963712] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "FindMissingBlobs()", last gRPC error was [14: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8980: Failed to connect to remote host: Connection refused]
2026-07-14T11:28:06.392+0200 [1000:140695914031680] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ActionCache.GetActionResult()", last gRPC error was [14: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8980: Failed to connect to remote host: Connection refused]
2026-07-14T11:28:06.392+0200 [1000:140695914031680] [executioncontext.cpp:544] [ERROR] Error while querying action cache at "http://localhost:8980": 14: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8980: Failed to connect to remote host: Connection refused
2026-07-14T11:28:07.266+0200 [1000:140695914031680] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "FindMissingBlobs()", last gRPC error was [14: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8980: Failed to connect to remote host: Connection refused]
2026-07-14T11:28:07.328+0200 [1758:140067014511168] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ActionCache.GetActionResult()", last gRPC error was [14: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8980: Failed to connect to remote host: Connection refused]
2026-07-14T11:28:07.329+0200 [1758:140067014511168] [executioncontext.cpp:544] [ERROR] Error while querying action cache at "http://localhost:8980": 14: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8980: Failed to connect to remote host: Connection refused
2026-07-14T11:28:07.357+0200 [1758:140067014511168] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "FindMissingBlobs()", last gRPC error was [14: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8980: Failed to connect to remote host: Connection refused]
2026-07-14T11:28:06.397+0200 [994:139759438277184] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ActionCache.GetActionResult()", last gRPC error was [14: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8980: Failed to connect to remote host: Connection refused]
2026-07-14T11:28:06.397+0200 [994:139759438277184] [executioncontext.cpp:544] [ERROR] Error while querying action cache at "http://localhost:8980": 14: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8980: Failed to connect to remote host: Connection refused
2026-07-14T11:28:07.381+0200 [994:139759438277184] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "FindMissingBlobs()", last gRPC error was [14: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8980: Failed to connect to remote host: Connection refused]
2026-07-14T11:28:06.474+0200 [1017:140120404879936] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ActionCache.GetActionResult()", last gRPC error was [14: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8980: Failed to connect to remote host: Connection refused]
2026-07-14T11:28:06.474+0200 [1017:140120404879936] [executioncontext.cpp:544] [ERROR] Error while querying action cache at "http://localhost:8980": 14: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8980: Failed to connect to remote host: Connection refused
2026-07-14T11:28:07.503+0200 [1017:140120404879936] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "FindMissingBlobs()", last gRPC error was [14: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8980: Failed to connect to remote host: Connection refused]
2026-07-14T11:28:06.543+0200 [1014:139953381845568] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ActionCache.GetActionResult()", last gRPC error was [14: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8980: Failed to connect to remote host: Connection refused]
2026-07-14T11:28:06.543+0200 [1014:139953381845568] [executioncontext.cpp:544] [ERROR] Error while querying action cache at "http://localhost:8980": 14: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8980: Failed to connect to remote host: Connection refused
2026-07-14T11:28:07.572+0200 [1014:139953381845568] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "FindMissingBlobs()", last gRPC error was [14: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8980: Failed to connect to remote host: Connection refused]
2026-07-14T11:28:06.530+0200 [1010:140294068005440] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ActionCache.GetActionResult()", last gRPC error was [14: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8980: Failed to connect to remote host: Connection refused]
2026-07-14T11:28:06.531+0200 [1010:140294068005440] [executioncontext.cpp:544] [ERROR] Error while querying action cache at "http://localhost:8980": 14: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8980: Failed to connect to remote host: Connection refused
2026-07-14T11:28:07.658+0200 [1010:140294068005440] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "FindMissingBlobs()", last gRPC error was [14: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8980: Failed to connect to remote host: Connection refused]
2026-07-14T11:28:06.546+0200 [999:140650615937600] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ActionCache.GetActionResult()", last gRPC error was [14: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8980: Failed to connect to remote host: Connection refused]
2026-07-14T11:28:06.546+0200 [999:140650615937600] [executioncontext.cpp:544] [ERROR] Error while querying action cache at "http://localhost:8980": 14: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8980: Failed to connect to remote host: Connection refused
2026-07-14T11:28:07.867+0200 [999:140650615937600] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "FindMissingBlobs()", last gRPC error was [14: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8980: Failed to connect to remote host: Connection refused]
2026-07-14T11:28:06.565+0200 [1011:139745412467264] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ActionCache.GetActionResult()", last gRPC error was [14: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8980: Failed to connect to remote host: Connection refused]
2026-07-14T11:28:06.565+0200 [1011:139745412467264] [executioncontext.cpp:544] [ERROR] Error while querying action cache at "http://localhost:8980": 14: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8980: Failed to connect to remote host: Connection refused
2026-07-14T11:28:08.457+0200 [1011:139745412467264] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "FindMissingBlobs()", last gRPC error was [14: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8980: Failed to connect to remote host: Connection refused]
2026-07-14T11:28:06.523+0200 [1013:139623865551424] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ActionCache.GetActionResult()", last gRPC error was [14: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8980: Failed to connect to remote host: Connection refused]
2026-07-14T11:28:06.524+0200 [1013:139623865551424] [executioncontext.cpp:544] [ERROR] Error while querying action cache at "http://localhost:8980": 14: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8980: Failed to connect to remote host: Connection refused
2026-07-14T11:28:08.483+0200 [1013:139623865551424] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "FindMissingBlobs()", last gRPC error was [14: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8980: Failed to connect to remote host: Connection refused]
2026-07-14T11:28:06.594+0200 [1015:140050967681600] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ActionCache.GetActionResult()", last gRPC error was [14: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8980: Failed to connect to remote host: Connection refused]
2026-07-14T11:28:06.594+0200 [1015:140050967681600] [executioncontext.cpp:544] [ERROR] Error while querying action cache at "http://localhost:8980": 14: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8980: Failed to connect to remote host: Connection refused
2026-07-14T11:28:09.012+0200 [1015:140050967681600] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "FindMissingBlobs()", last gRPC error was [14: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8980: Failed to connect to remote host: Connection refused]
2026-07-14T11:28:07.494+0200 [1759:139651001592384] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ActionCache.GetActionResult()", last gRPC error was [14: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8980: Failed to connect to remote host: Connection refused]
2026-07-14T11:28:07.494+0200 [1759:139651001592384] [executioncontext.cpp:544] [ERROR] Error while querying action cache at "http://localhost:8980": 14: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8980: Failed to connect to remote host: Connection refused
2026-07-14T11:28:09.045+0200 [1759:139651001592384] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "FindMissingBlobs()", last gRPC error was [14: failed to connect to all addresses; last error: UNKNOWN: ipv6:%5B::1%5D:8980: Failed to connect to remote host: Connection refused]
[0 more errors; see full log]

Full log here.

@alibuild

alibuild commented Jul 14, 2026

Copy link
Copy Markdown
Collaborator

Error while checking build/O2Physics/code-check for 59e4877 at 2026-07-14 23:11:

## sw/BUILD/O2Physics-latest/log
2026-07-14T23:03:03.911+0200 [24:140094202960448] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ActionCache.GetActionResult()", last gRPC error was [14: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8980: Failed to connect to remote host: Connection refused]
2026-07-14T23:03:03.911+0200 [24:140094202960448] [executioncontext.cpp:544] [ERROR] Error while querying action cache at "http://localhost:8980": 14: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8980: Failed to connect to remote host: Connection refused
2026-07-14T23:04:26.570+0200 [24:140094202960448] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "FindMissingBlobs()", last gRPC error was [14: failed to connect to all addresses; last error: UNKNOWN: ipv6:%5B::1%5D:8980: Failed to connect to remote host: Connection refused]
2026-07-14T23:03:03.960+0200 [23:140023366806080] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ActionCache.GetActionResult()", last gRPC error was [14: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8980: Failed to connect to remote host: Connection refused]
2026-07-14T23:03:03.961+0200 [23:140023366806080] [executioncontext.cpp:544] [ERROR] Error while querying action cache at "http://localhost:8980": 14: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8980: Failed to connect to remote host: Connection refused
2026-07-14T23:04:34.591+0200 [23:140023366806080] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "FindMissingBlobs()", last gRPC error was [14: failed to connect to all addresses; last error: UNKNOWN: ipv6:%5B::1%5D:8980: Failed to connect to remote host: Connection refused]


## sw/BUILD/O2Physics-code-check-latest/log
--
========== List of issues found ==========
++ echo 'Found 1 errors and 41 warnings.'
Found 1 errors and 41 warnings.
++ [[ 1 -gt 0 ]]
++ cat /sw/BUILD/68e30edb6896fac32f2a71f85a86d1f781915f35/O2Physics-code-check/errors.txt
PWGCF/Flow/Tasks/flowMc.cxx:73:34: error: macro argument should be enclosed in parentheses [bugprone-macro-parentheses,-warnings-as-errors]
++ [[ 41 -gt 0 ]]
++ cat /sw/BUILD/68e30edb6896fac32f2a71f85a86d1f781915f35/O2Physics-code-check/warnings.txt
PWGCF/Flow/Tasks/flowMc.cxx:584:83: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/Tasks/flowMc.cxx:598:41: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/Tasks/flowMc.cxx:625:152: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/Tasks/flowMc.cxx:627:45: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/Tasks/flowMc.cxx:629:53: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/Tasks/flowMc.cxx:678:168: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/Tasks/flowMc.cxx:685:56: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/Tasks/flowMc.cxx:688:53: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/Tasks/flowMc.cxx:698:39: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/Tasks/flowMc.cxx:700:38: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/Tasks/flowMc.cxx:702:39: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/Tasks/flowMc.cxx:704:40: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/Tasks/flowMc.cxx:706:40: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/Tasks/flowMc.cxx:711:46: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/Tasks/flowMc.cxx:713:46: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/Tasks/flowMc.cxx:716:87: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/Tasks/flowMc.cxx:761:48: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/Tasks/flowMc.cxx:763:111: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/Tasks/flowMc.cxx:780:27: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/Tasks/flowMc.cxx:782:27: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/Tasks/flowMc.cxx:784:42: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/Tasks/flowMc.cxx:788:29: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/Tasks/flowMc.cxx:790:29: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/Tasks/flowMc.cxx:792:44: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/Tasks/flowMc.cxx:814:41: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/Tasks/flowMc.cxx:816:40: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/Tasks/flowMc.cxx:818:41: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/Tasks/flowMc.cxx:820:42: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/Tasks/flowMc.cxx:822:42: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/Tasks/flowMc.cxx:827:44: warning: statement should be inside braces [readability-braces-around-statements]
[0 more errors; see full log]

Full log here.

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.

2 participants