Skip to content

[PWGEM] Use const& and std::move to avoid copies - #17708

Open
vkucera wants to merge 2 commits into
AliceO2Group:masterfrom
vkucera:const-PWGEM
Open

[PWGEM] Use const& and std::move to avoid copies#17708
vkucera wants to merge 2 commits into
AliceO2Group:masterfrom
vkucera:const-PWGEM

Conversation

@vkucera

@vkucera vkucera commented Sep 1, 2026

Copy link
Copy Markdown
Collaborator

Mostly done automatically by Clang-Tidy.

Mostly done automatically by Clang-Tidy.
@github-actions

github-actions Bot commented Sep 1, 2026

Copy link
Copy Markdown

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

@github-actions github-actions Bot added pwgem photon Photon and neutral meson PAG label labels Sep 1, 2026
@github-actions github-actions Bot changed the title Use const& and std::move to avoid copies [PWGEM] Use const& and std::move to avoid copies Sep 1, 2026
@vkucera
vkucera marked this pull request as ready for review September 1, 2026 15:54
@alibuild

alibuild commented Sep 1, 2026

Copy link
Copy Markdown
Collaborator

Error while checking build/O2Physics/code-check for f6fd7c3 at 2026-09-02 22:12:

## sw/BUILD/O2Physics-code-check-latest/log
--
========== List of issues found ==========
++ echo 'Found 173 errors and 302 warnings.'
Found 173 errors and 302 warnings.
++ [[ 173 -gt 0 ]]
++ cat /sw/BUILD/3f2a532f5124f8e8352b439ebf04d58150ae3720/O2Physics-code-check/errors.txt
PWGEM/Dilepton/Core/DielectronCut.h:323:7: error: switch has 2 consecutive identical branches [bugprone-branch-clone,-warnings-as-errors]
PWGEM/Dilepton/Core/DileptonSV.h:122:8: error: constructor does not initialize these fields: ccdb [cppcoreguidelines-pro-type-member-init,-warnings-as-errors]
PWGEM/Dilepton/Core/DileptonSV.h:648:25: error: do not use reinterpret_cast [cppcoreguidelines-pro-type-reinterpret-cast,-warnings-as-errors]
PWGEM/Dilepton/Core/DileptonSV.h:1115:9: error: if with identical then and else branches [bugprone-branch-clone,-warnings-as-errors]
PWGEM/Dilepton/Core/DileptonSV.h:1156:105: error: repeated branch body in conditional chain [bugprone-branch-clone,-warnings-as-errors]
PWGEM/Dilepton/Core/DileptonSV.h:1763:7: error: if with identical then and else branches [bugprone-branch-clone,-warnings-as-errors]
PWGEM/Dilepton/Core/DileptonSV.h:1795:105: error: repeated branch body in conditional chain [bugprone-branch-clone,-warnings-as-errors]
PWGEM/Dilepton/Core/Dilepton.h:110:8: error: constructor does not initialize these fields: ccdb [cppcoreguidelines-pro-type-member-init,-warnings-as-errors]
PWGEM/Dilepton/Core/Dilepton.h:558:25: error: do not use reinterpret_cast [cppcoreguidelines-pro-type-reinterpret-cast,-warnings-as-errors]
PWGEM/Dilepton/Core/Dilepton.h:888:9: error: if with identical then and else branches [bugprone-branch-clone,-warnings-as-errors]
PWGEM/Dilepton/Core/Dilepton.h:914:105: error: repeated branch body in conditional chain [bugprone-branch-clone,-warnings-as-errors]
PWGEM/Dilepton/Core/Dilepton.h:1464:39: error: repeated branch body in conditional chain [bugprone-branch-clone,-warnings-as-errors]
PWGEM/Dilepton/Core/Dilepton.h:1548:7: error: if with identical then and else branches [bugprone-branch-clone,-warnings-as-errors]
PWGEM/Dilepton/Core/Dilepton.h:1566:105: error: repeated branch body in conditional chain [bugprone-branch-clone,-warnings-as-errors]
PWGEM/Dilepton/TableProducer/skimmerPrimaryMuonQC.cxx:60:8: error: constructor does not initialize these fields: ccdb [cppcoreguidelines-pro-type-member-init,-warnings-as-errors]
PWGEM/Dilepton/TableProducer/skimmerPrimaryMuonQC.cxx:176:39: error: do not use static_cast to downcast from a base to a derived class; use dynamic_cast instead [cppcoreguidelines-pro-type-static-cast-downcast,-warnings-as-errors]
PWGEM/Dilepton/TableProducer/skimmerPrimaryMuonQC.cxx:177:24: error: do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay,-warnings-as-errors]
PWGEM/Dilepton/TableProducer/skimmerPrimaryMuon.cxx:66:8: error: constructor does not initialize these fields: ccdb [cppcoreguidelines-pro-type-member-init,-warnings-as-errors]
PWGEM/Dilepton/TableProducer/skimmerPrimaryMuon.cxx:163:39: error: do not use static_cast to downcast from a base to a derived class; use dynamic_cast instead [cppcoreguidelines-pro-type-static-cast-downcast,-warnings-as-errors]
PWGEM/Dilepton/TableProducer/skimmerPrimaryMuon.cxx:164:24: error: do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay,-warnings-as-errors]
PWGEM/Dilepton/TableProducer/skimmerPrimaryMuon.cxx:370:17: error: narrowing conversion from 'float' to 'int' [bugprone-narrowing-conversions,-warnings-as-errors]
PWGEM/Dilepton/Tasks/MCtemplates.cxx:114:8: error: constructor does not initialize these fields: fHistMan, fEventCut [cppcoreguidelines-pro-type-member-init,-warnings-as-errors]
PWGEM/Dilepton/Tasks/MCtemplates.cxx:135:36: error: do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay,-warnings-as-errors]
PWGEM/Dilepton/Tasks/MCtemplates.cxx:135:65: error: do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay,-warnings-as-errors]
PWGEM/Dilepton/Tasks/MCtemplates.cxx:156:51: error: do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay,-warnings-as-errors]
PWGEM/Dilepton/Tasks/MCtemplates.cxx:158:31: error: do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay,-warnings-as-errors]
PWGEM/Dilepton/Tasks/MCtemplates.cxx:160:52: error: do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay,-warnings-as-errors]
PWGEM/Dilepton/Tasks/MCtemplates.cxx:193:8: error: constructor does not initialize these fields: fHistMan [cppcoreguidelines-pro-type-member-init,-warnings-as-errors]
PWGEM/Dilepton/Tasks/MCtemplates.cxx:272:36: error: do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay,-warnings-as-errors]
PWGEM/Dilepton/Tasks/MCtemplates.cxx:272:65: error: do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay,-warnings-as-errors]
PWGEM/Dilepton/Tasks/MCtemplates.cxx:297:59: error: do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay,-warnings-as-errors]
PWGEM/Dilepton/Tasks/MCtemplates.cxx:303:31: error: do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay,-warnings-as-errors]
PWGEM/Dilepton/Tasks/MCtemplates.cxx:306:63: error: do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay,-warnings-as-errors]
PWGEM/Dilepton/Tasks/MCtemplates.cxx:343:71: error: do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay,-warnings-as-errors]
PWGEM/Dilepton/Tasks/MCtemplates.cxx:372:78: error: do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay,-warnings-as-errors]
PWGEM/Dilepton/Tasks/MCtemplates.cxx:419:8: error: constructor does not initialize these fields: fHistMan [cppcoreguidelines-pro-type-member-init,-warnings-as-errors]
PWGEM/Dilepton/Tasks/MCtemplates.cxx:448:34: error: do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay,-warnings-as-errors]
PWGEM/Dilepton/Tasks/MCtemplates.cxx:448:63: error: do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay,-warnings-as-errors]
PWGEM/Dilepton/Tasks/MCtemplates.cxx:564:64: error: do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay,-warnings-as-errors]
PWGEM/Dilepton/Tasks/MCtemplates.cxx:567:83: error: do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay,-warnings-as-errors]
PWGEM/Dilepton/Tasks/MCtemplates.cxx:572:66: error: do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay,-warnings-as-errors]
PWGEM/Dilepton/Tasks/MCtemplates.cxx:575:85: error: do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay,-warnings-as-errors]
[0 more errors; see full log]

Full log here.

@alibuild

alibuild commented Sep 4, 2026

Copy link
Copy Markdown
Collaborator

Error while checking build/O2Physics/code-check for 5bec802 at 2026-09-05 18:54:

## sw/BUILD/O2Physics-code-check-latest/log
--
========== List of issues found ==========
++ echo 'Found 171 errors and 298 warnings.'
Found 171 errors and 298 warnings.
++ [[ 171 -gt 0 ]]
++ cat /sw/BUILD/18a967402dfb9438243b0011c623d1bc66637cab/O2Physics-code-check/errors.txt
PWGEM/Dilepton/Core/DielectronCut.h:323:7: error: switch has 2 consecutive identical branches [bugprone-branch-clone,-warnings-as-errors]
PWGEM/Dilepton/Core/DileptonSV.h:122:8: error: constructor does not initialize these fields: ccdb [cppcoreguidelines-pro-type-member-init,-warnings-as-errors]
PWGEM/Dilepton/Core/DileptonSV.h:648:25: error: do not use reinterpret_cast [cppcoreguidelines-pro-type-reinterpret-cast,-warnings-as-errors]
PWGEM/Dilepton/Core/DileptonSV.h:1115:9: error: if with identical then and else branches [bugprone-branch-clone,-warnings-as-errors]
PWGEM/Dilepton/Core/DileptonSV.h:1156:105: error: repeated branch body in conditional chain [bugprone-branch-clone,-warnings-as-errors]
PWGEM/Dilepton/Core/DileptonSV.h:1763:7: error: if with identical then and else branches [bugprone-branch-clone,-warnings-as-errors]
PWGEM/Dilepton/Core/DileptonSV.h:1795:105: error: repeated branch body in conditional chain [bugprone-branch-clone,-warnings-as-errors]
PWGEM/Dilepton/Core/Dilepton.h:110:8: error: constructor does not initialize these fields: ccdb [cppcoreguidelines-pro-type-member-init,-warnings-as-errors]
PWGEM/Dilepton/Core/Dilepton.h:558:25: error: do not use reinterpret_cast [cppcoreguidelines-pro-type-reinterpret-cast,-warnings-as-errors]
PWGEM/Dilepton/Core/Dilepton.h:888:9: error: if with identical then and else branches [bugprone-branch-clone,-warnings-as-errors]
PWGEM/Dilepton/Core/Dilepton.h:914:105: error: repeated branch body in conditional chain [bugprone-branch-clone,-warnings-as-errors]
PWGEM/Dilepton/Core/Dilepton.h:1464:39: error: repeated branch body in conditional chain [bugprone-branch-clone,-warnings-as-errors]
PWGEM/Dilepton/Core/Dilepton.h:1548:7: error: if with identical then and else branches [bugprone-branch-clone,-warnings-as-errors]
PWGEM/Dilepton/Core/Dilepton.h:1566:105: error: repeated branch body in conditional chain [bugprone-branch-clone,-warnings-as-errors]
PWGEM/Dilepton/TableProducer/skimmerPrimaryMuon.cxx:51:1: error: included header string_view is not used directly [misc-include-cleaner,-warnings-as-errors]
PWGEM/Dilepton/TableProducer/skimmerPrimaryMuon.cxx:66:8: error: constructor does not initialize these fields: ccdb [cppcoreguidelines-pro-type-member-init,-warnings-as-errors]
PWGEM/Dilepton/TableProducer/skimmerPrimaryMuon.cxx:178:39: error: do not use static_cast to downcast from a base to a derived class; use dynamic_cast instead [cppcoreguidelines-pro-type-static-cast-downcast,-warnings-as-errors]
PWGEM/Dilepton/TableProducer/skimmerPrimaryMuon.cxx:179:24: error: do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay,-warnings-as-errors]
PWGEM/Dilepton/TableProducer/skimmerPrimaryMuon.cxx:391:17: error: narrowing conversion from 'float' to 'int' [bugprone-narrowing-conversions,-warnings-as-errors]
PWGEM/Dilepton/Tasks/MCtemplates.cxx:114:8: error: constructor does not initialize these fields: fHistMan, fEventCut [cppcoreguidelines-pro-type-member-init,-warnings-as-errors]
PWGEM/Dilepton/Tasks/MCtemplates.cxx:135:36: error: do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay,-warnings-as-errors]
PWGEM/Dilepton/Tasks/MCtemplates.cxx:135:65: error: do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay,-warnings-as-errors]
PWGEM/Dilepton/Tasks/MCtemplates.cxx:156:51: error: do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay,-warnings-as-errors]
PWGEM/Dilepton/Tasks/MCtemplates.cxx:158:31: error: do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay,-warnings-as-errors]
PWGEM/Dilepton/Tasks/MCtemplates.cxx:160:52: error: do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay,-warnings-as-errors]
PWGEM/Dilepton/Tasks/MCtemplates.cxx:193:8: error: constructor does not initialize these fields: fHistMan [cppcoreguidelines-pro-type-member-init,-warnings-as-errors]
PWGEM/Dilepton/Tasks/MCtemplates.cxx:272:36: error: do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay,-warnings-as-errors]
PWGEM/Dilepton/Tasks/MCtemplates.cxx:272:65: error: do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay,-warnings-as-errors]
PWGEM/Dilepton/Tasks/MCtemplates.cxx:297:59: error: do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay,-warnings-as-errors]
PWGEM/Dilepton/Tasks/MCtemplates.cxx:303:31: error: do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay,-warnings-as-errors]
PWGEM/Dilepton/Tasks/MCtemplates.cxx:306:63: error: do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay,-warnings-as-errors]
PWGEM/Dilepton/Tasks/MCtemplates.cxx:343:71: error: do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay,-warnings-as-errors]
PWGEM/Dilepton/Tasks/MCtemplates.cxx:372:78: error: do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay,-warnings-as-errors]
PWGEM/Dilepton/Tasks/MCtemplates.cxx:419:8: error: constructor does not initialize these fields: fHistMan [cppcoreguidelines-pro-type-member-init,-warnings-as-errors]
PWGEM/Dilepton/Tasks/MCtemplates.cxx:448:34: error: do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay,-warnings-as-errors]
PWGEM/Dilepton/Tasks/MCtemplates.cxx:448:63: error: do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay,-warnings-as-errors]
PWGEM/Dilepton/Tasks/MCtemplates.cxx:564:64: error: do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay,-warnings-as-errors]
PWGEM/Dilepton/Tasks/MCtemplates.cxx:567:83: error: do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay,-warnings-as-errors]
PWGEM/Dilepton/Tasks/MCtemplates.cxx:572:66: error: do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay,-warnings-as-errors]
PWGEM/Dilepton/Tasks/MCtemplates.cxx:575:85: error: do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay,-warnings-as-errors]
PWGEM/Dilepton/Tasks/MCtemplates.cxx:579:66: error: do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay,-warnings-as-errors]
PWGEM/Dilepton/Tasks/MCtemplates.cxx:582:85: error: do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay,-warnings-as-errors]
[0 more errors; see full log]

Full log here.

@alibuild

alibuild commented Sep 4, 2026

Copy link
Copy Markdown
Collaborator

Error while checking build/O2Physics/o2 for 5bec802 at 2026-09-05 16:22:

## sw/BUILD/O2Physics-latest/log
2026-09-05T16:20:55.083+0200 [14171:140160197045888] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "FindMissingBlobs()", last gRPC error was [14: Socket closed]
2026-09-05T16:20:55.083+0200 [15270:140207485947520] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-09-05T16:20:55.090+0200 [15270:140207485947520] [executioncontext.cpp:739] [ERROR] Failed to download output blob 44cdbbce3b6a791f57bd46a7ca0613abe1fc2457c4f92e4d104cb51ef6fb47db: 14: Socket closed
2026-09-05T16:20:55.083+0200 [15271:140394592153216] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-09-05T16:20:55.091+0200 [15271:140394592153216] [executioncontext.cpp:739] [ERROR] Failed to download output blob 9918bb7c01cac704067215c4c890c87bdda1b05869b8746058f855f89fb54b93: 14: Socket closed
2026-09-05T16:20:55.083+0200 [15227:139883998699136] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-09-05T16:20:55.090+0200 [15227:139883998699136] [executioncontext.cpp:739] [ERROR] Failed to download output blob f224bebc5f4a0e2ce560243480106cb9be56442783116d7aab351543d88fd7a3: 14: Socket closed
2026-09-05T16:20:55.083+0200 [15126:140587773722240] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-09-05T16:20:55.091+0200 [15126:140587773722240] [executioncontext.cpp:739] [ERROR] Failed to download output blob c1ae0df661c4addee625b17bfa849684a9704e20f61f09fc84d8fdee57ddc3ff: 14: Socket closed
2026-09-05T16:20:55.082+0200 [14942:140494574194304] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-09-05T16:20:55.090+0200 [14942:140494574194304] [executioncontext.cpp:739] [ERROR] Failed to download output blob be5dc274be96238558821557c6fc4c1f4e4dfb797d8ea4721766de97fd6e8fb8: 14: Socket closed
2026-09-05T16:20:55.082+0200 [15225:139850571120256] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-09-05T16:20:55.091+0200 [15225:139850571120256] [executioncontext.cpp:739] [ERROR] Failed to download output blob 2c563e52fa4be6d7a43ec7406c2d2bd88e2aa195c85ff5d54ea85d8ad2ad4be4: 14: Socket closed
2026-09-05T16:20:55.082+0200 [15072:139952269233792] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-09-05T16:20:55.092+0200 [15072:139952269233792] [executioncontext.cpp:739] [ERROR] Failed to download output blob 1d06ea6a0e46162d85180444aa52022d14320467f0ff22b369df0fab76494c13: 14: Socket closed
2026-09-05T16:20:55.082+0200 [15312:139779399429760] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-09-05T16:20:55.090+0200 [15312:139779399429760] [executioncontext.cpp:739] [ERROR] Failed to download output blob efeab392ea73ca5c18b7123ba8453936ffcf54a0f592d48050697dc756a5be96: 14: Socket closed
2026-09-05T16:20:55.082+0200 [15151:140442018463360] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-09-05T16:20:55.091+0200 [15151:140442018463360] [executioncontext.cpp:739] [ERROR] Failed to download output blob 4aa59debe2e0923a41365161051ea228fb0ef708632c0898496588edacee63c4: 14: Socket closed
2026-09-05T16:20:55.083+0200 [15097:139750064721536] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-09-05T16:20:55.095+0200 [15097:139750064721536] [executioncontext.cpp:739] [ERROR] Failed to download output blob c76d9a0e2c8b18a2a38c02cf0f3584e1687844b6e342012d680f38a98c503831: 14: Socket closed
2026-09-05T16:20:55.082+0200 [14965:140626874629760] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-09-05T16:20:55.095+0200 [14965:140626874629760] [executioncontext.cpp:739] [ERROR] Failed to download output blob d6bac176e3f8502f656e07803d6b54ca597baa17e4ad918b8d95ad1949b0252a: 14: Socket closed
2026-09-05T16:20:55.089+0200 [15046:139676837826176] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-09-05T16:20:55.092+0200 [15046:139676837826176] [executioncontext.cpp:739] [ERROR] Failed to download output blob 47ffe8e20a568df428b631c5ba2a4e85c2eccd3561d33dff6157e45630249939: 14: Socket closed
2026-09-05T16:20:55.083+0200 [15005:140519921114752] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-09-05T16:20:55.095+0200 [15005:140519921114752] [executioncontext.cpp:739] [ERROR] Failed to download output blob f47febe84f1053973ef78e493cb895510d7867fe3497fb2bbaa211747a44732b: 14: Socket closed
2026-09-05T16:20:55.082+0200 [15201:140023371071104] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-09-05T16:20:55.091+0200 [15201:140023371071104] [executioncontext.cpp:739] [ERROR] Failed to download output blob 5796b01bf1392e8c01a504f807d8f2c6156f075f415e56732e2723b2793d1003: 14: Socket closed
2026-09-05T16:20:55.083+0200 [14940:140265295912576] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-09-05T16:20:55.111+0200 [14940:140265295912576] [executioncontext.cpp:739] [ERROR] Failed to download output blob 42ccb5ce8f80eda98a8d17f1a358e8221d61a206c608b0dd584d0d6106671799: 14: Socket closed
2026-09-05T16:20:55.083+0200 [14857:140086982573696] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-09-05T16:20:55.112+0200 [14857:140086982573696] [executioncontext.cpp:739] [ERROR] Failed to download output blob 422a34123c48a446d0e248e248cdf27b1698ac6a893d4ac15d30d0e58a067a5b: 14: Socket closed
2026-09-05T16:20:55.083+0200 [14943:140711630368384] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-09-05T16:20:55.112+0200 [14943:140711630368384] [executioncontext.cpp:739] [ERROR] Failed to download output blob 3fcb2de6f931b653bd1191f068605691751aee29e4296566dc6ae491c988dd79: 14: Socket closed
2026-09-05T16:20:55.083+0200 [14811:140265376743040] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-09-05T16:20:55.113+0200 [14811:140265376743040] [executioncontext.cpp:739] [ERROR] Failed to download output blob 936dd0e41081b8760aa0207f7e91baf7fb78d3cf96acd09530fbd495567dde50: 14: Socket closed
2026-09-05T16:20:55.083+0200 [15450:140321725267584] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "BatchReadBlobs()", last gRPC error was [14: Socket closed]
2026-09-05T16:20:55.121+0200 [15450:140321725267584] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", 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-09-05T16:20:55.121+0200 [15450:140321725267584] [executioncontext.cpp:739] [ERROR] Failed to download output blob 069be15c14f41613cf0454ef5a9e78be257fdde418ad6a6c10ebed86ff1dc735: 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-09-05T16:20:55.082+0200 [15476:140334621195904] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "BatchReadBlobs()", last gRPC error was [14: Socket closed]
2026-09-05T16:20:55.121+0200 [15476:140334621195904] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", 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-09-05T16:20:55.121+0200 [15476:140334621195904] [executioncontext.cpp:739] [ERROR] Failed to download output blob 0feceddd0f6676a53c7b402f4c49acd963450384f2d729471238db5684bd4a46: 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-09-05T16:20:55.083+0200 [14855:140389195316864] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-09-05T16:20:55.188+0200 [14855:140389195316864] [executioncontext.cpp:739] [ERROR] Failed to download output blob 680ea08edf1cde8b3b2c3a645b4a091ea66adff0272a67ad0803e67ab0824ce3: 14: Socket closed
2026-09-05T16:20:45.299+0200 [15498:139649607167616] [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: connection attempt timed out before receiving SETTINGS frame]
2026-09-05T16:20:45.305+0200 [15498:139649607167616] [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: connection attempt timed out before receiving SETTINGS frame
2026-09-05T16:20:45.928+0200 [15520:139855689191040] [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: connection attempt timed out before receiving SETTINGS frame]
[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

photon Photon and neutral meson PAG label pwgem

Development

Successfully merging this pull request may close these issues.

2 participants