Skip to content

[PWGCF] Femto: add optional kT-dependent dphistar cut in CPR - #17488

Open
IgorPtak wants to merge 1 commit into
AliceO2Group:masterfrom
IgorPtak:femto-cpr-kt-dependent
Open

[PWGCF] Femto: add optional kT-dependent dphistar cut in CPR#17488
IgorPtak wants to merge 1 commit into
AliceO2Group:masterfrom
IgorPtak:femto-cpr-kt-dependent

Conversation

@IgorPtak

Copy link
Copy Markdown
Contributor

No description provided.

@github-actions

Copy link
Copy Markdown

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

@ariedel-cern

Copy link
Copy Markdown
Collaborator

Hi @IgorPtak ,
again, many thanks for this PR. I think we can add here a bit more general functionality.
Some other analyzers might like to cut on kstar or Q3, rather than kT, and giving kT a special status seems not very general. I would propose to declare an enum, like

enum class CprCutKinematicVariable : int8_t {
  kKstar=0,
  kKt = 1,
  KMt = 2,
  kQ3 = 3
};

in modes.h such that, in a configurable, the analyzers can then set an integer indicating which kinematic variable they want to cut on. Then we also have to rework the fill function of the CPR manager. Here, we can, in principle, pass the PairHistManager by reference instead of a float and then call a specific getter; there is no need to recompute any pair property. And to keep the interface simple, we can generally set dphistar to a formula (maybe we should also do the same for deta to be symmetric?).
I think there was also a suggestion at some point to allow for a rectangular cut (instead of an ellipsoidal one as what we have now). Was this also your intention to allow for that with this change?

@ariedel-cern ariedel-cern left a comment

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.

see previous comment

@IgorPtak

Copy link
Copy Markdown
Contributor Author

Hi @IgorPtak , again, many thanks for this PR. I think we can add here a bit more general functionality. Some other analyzers might like to cut on kstar or Q3, rather than kT, and giving kT a special status seems not very general. I would propose to declare an enum, like

enum class CprCutKinematicVariable : int8_t {
  kKstar=0,
  kKt = 1,
  KMt = 2,
  kQ3 = 3
};

in modes.h such that, in a configurable, the analyzers can then set an integer indicating which kinematic variable they want to cut on. Then we also have to rework the fill function of the CPR manager. Here, we can, in principle, pass the PairHistManager by reference instead of a float and then call a specific getter; there is no need to recompute any pair property. And to keep the interface simple, we can generally set dphistar to a formula (maybe we should also do the same for deta to be symmetric?). I think there was also a suggestion at some point to allow for a rectangular cut (instead of an ellipsoidal one as what we have now). Was this also your intention to allow for that with this change?

I'll add CprCutKinematicVariable to modes.h and expose it as a configurable, and make deta a formula too for symmetry.

On passing the PairHistManager: agreed. Two things I hit: only getKstar() exists, so getKt()/getMt() need adding and isClosePair() is called before PairHistManager.setPair(), so the values aren't computed yet.

The rectangular cut wasn't in my original scope but I'm happy to add it.

@alibuild

alibuild commented Aug 29, 2026

Copy link
Copy Markdown
Collaborator

Error while checking build/O2Physics/o2 for def19b7 at 2026-08-31 18:23:

## sw/BUILD/O2-latest/log
2026-08-31T08:31:26.881+0200 [74409:140698903518848] [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-08-31T08:31:26.881+0200 [74409:140698903518848] [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-08-31T08:31:46.882+0200 [74409:140698903518848] [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: connection attempt timed out before receiving SETTINGS frame]
2026-08-31T08:31:26.962+0200 [74471:140528301096576] [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-08-31T08:31:26.962+0200 [74471:140528301096576] [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-08-31T08:31:46.963+0200 [74471:140528301096576] [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: connection attempt timed out before receiving SETTINGS frame]
2026-08-31T08:31:26.985+0200 [74408:139822639890048] [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-08-31T08:31:26.985+0200 [74408:139822639890048] [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-08-31T08:31:46.987+0200 [74408:139822639890048] [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: connection attempt timed out before receiving SETTINGS frame]
2026-08-31T08:31:27.004+0200 [74448:140716775149184] [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-08-31T08:31:27.004+0200 [74448:140716775149184] [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-08-31T08:31:47.006+0200 [74448:140716775149184] [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: connection attempt timed out before receiving SETTINGS frame]
2026-08-31T08:31:27.129+0200 [74492:139625535909504] [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-08-31T08:31:27.130+0200 [74492:139625535909504] [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-08-31T08:31:47.131+0200 [74492:139625535909504] [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: connection attempt timed out before receiving SETTINGS frame]
2026-08-31T08:31:27.222+0200 [74512:139875069185664] [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-08-31T08:31:27.222+0200 [74512:139875069185664] [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-08-31T08:31:47.223+0200 [74512:139875069185664] [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: connection attempt timed out before receiving SETTINGS frame]
2026-08-31T08:31:29.351+0200 [74578:140476313181824] [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-08-31T08:31:29.351+0200 [74578:140476313181824] [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-08-31T08:31:49.352+0200 [74578:140476313181824] [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: connection attempt timed out before receiving SETTINGS frame]
2026-08-31T08:31:29.880+0200 [74603:140197163581056] [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-08-31T08:31:29.880+0200 [74603:140197163581056] [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-08-31T08:31:49.881+0200 [74603:140197163581056] [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: connection attempt timed out before receiving SETTINGS frame]
2026-08-31T08:31:30.415+0200 [74624:140704120774272] [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-08-31T08:31:30.415+0200 [74624:140704120774272] [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-08-31T08:31:50.416+0200 [74624:140704120774272] [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: connection attempt timed out before receiving SETTINGS frame]
2026-08-31T08:31:28.056+0200 [74387:139945856740992] [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-08-31T08:31:28.057+0200 [74387:139945856740992] [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-08-31T08:32:08.058+0200 [74387:139945856740992] [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: connection attempt timed out before receiving SETTINGS frame]
2026-08-31T08:31:28.478+0200 [74366:140712125034112] [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-08-31T08:31:28.478+0200 [74366:140712125034112] [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-08-31T08:32:08.479+0200 [74366:140712125034112] [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: connection attempt timed out before receiving SETTINGS frame]
2026-08-31T08:31:28.826+0200 [74345:140336139476608] [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-08-31T08:31:28.826+0200 [74345:140336139476608] [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-08-31T08:32:08.830+0200 [74345:140336139476608] [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: connection attempt timed out before receiving SETTINGS frame]
2026-08-31T08:32:07.643+0200 [74686:140419288583808] [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-08-31T08:32:07.644+0200 [74686:140419288583808] [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-08-31T08:32:27.645+0200 [74686:140419288583808] [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: connection attempt timed out before receiving SETTINGS frame]
2026-08-31T08:32:07.762+0200 [74707:140664486567552] [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-08-31T08:32:07.762+0200 [74707:140664486567552] [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-08-31T08:32:27.764+0200 [74707:140664486567552] [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: connection attempt timed out before receiving SETTINGS frame]
2026-08-31T08:32:08.064+0200 [74791:139818013220480] [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-08-31T08:32:08.065+0200 [74791:139818013220480] [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-08-31T08:32:28.066+0200 [74791:139818013220480] [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: connection attempt timed out before receiving SETTINGS frame]
2026-08-31T08:32:08.224+0200 [74708:140453274168960] [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-08-31T08:32:08.224+0200 [74708:140453274168960] [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-08-31T08:32:28.225+0200 [74708:140453274168960] [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: connection attempt timed out before receiving SETTINGS frame]
[0 more errors; see full log]

Full log here.

@alibuild

Copy link
Copy Markdown
Collaborator

Error while checking build/O2Physics/staging for def19b7 at 2026-08-30 04:12:

No log files found

Full log here.

@alibuild

alibuild commented Aug 31, 2026

Copy link
Copy Markdown
Collaborator

Error while checking build/O2Physics/code-check for def19b7 at 2026-08-31 11:18:

## sw/BUILD/O2Physics-latest/log
2026-08-31T11:17:45.511+0200 [8066:140001992277632] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "BatchReadBlobs()", last gRPC error was [14: Socket closed]
2026-08-31T11:17:45.544+0200 [8066:140001992277632] [executioncontext.cpp:739] [ERROR] Failed to download output blob 480b84052151611c023b0eb2c14dfe297ba74906cccd30c9000f6efba741386d: 14: Socket closed
2026-08-31T11:17:45.510+0200 [8126:140074151648896] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "BatchReadBlobs()", last gRPC error was [14: Socket closed]
2026-08-31T11:17:45.544+0200 [8126:140074151648896] [executioncontext.cpp:739] [ERROR] Failed to download output blob 31f7c4e50d2dd72e18be4256e38fde0b506a7343fb23a8124f991a725c3baf6d: 14: Socket closed
2026-08-31T11:17:45.509+0200 [7816:140484096077440] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-08-31T11:17:45.544+0200 [7816:140484096077440] [executioncontext.cpp:739] [ERROR] Failed to download output blob f257cf1d9abba9795f36a677a8419dd6a49b758222470e80ffa9817ee1a75c89: 14: Socket closed
2026-08-31T11:17:45.510+0200 [8069:140349097832064] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "BatchReadBlobs()", last gRPC error was [14: Socket closed]
2026-08-31T11:17:45.544+0200 [8069:140349097832064] [executioncontext.cpp:739] [ERROR] Failed to download output blob e9d84894d3c1e356c0781cf1834760fdc15d9255f0ea5c574210b009d516a4b9: 14: Socket closed
2026-08-31T11:17:45.510+0200 [7441:139708218248832] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-08-31T11:17:45.547+0200 [7441:139708218248832] [executioncontext.cpp:739] [ERROR] Failed to download output blob ef9a3f8d032f9d00a55d480add140d84b2797f1f5345138a6c2610c4371761b4: 14: Socket closed
2026-08-31T11:17:45.510+0200 [7792:140208215129728] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-08-31T11:17:45.547+0200 [7792:140208215129728] [executioncontext.cpp:739] [ERROR] Failed to download output blob ad22a50449906742522afea58f761f68fbb1a1d146af81e016486221ebc49cf1: 14: Socket closed
2026-08-31T11:17:45.510+0200 [7413:140701923135104] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-08-31T11:17:45.549+0200 [7413:140701923135104] [executioncontext.cpp:739] [ERROR] Failed to download output blob 9bd05ad1df30d1d3fc971fd82a35604e0cb2eaf405a8ccc2a16ccceb457370cf: 14: Socket closed
2026-08-31T11:17:45.510+0200 [7205:139786356870784] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-08-31T11:17:45.552+0200 [7205:139786356870784] [executioncontext.cpp:739] [ERROR] Failed to download output blob dcc35beae9ab86a481346f24ad1c2c30423d5b2220c7183085bd22065e0122a5: 14: Socket closed
2026-08-31T11:17:45.510+0200 [7499:139901529620096] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-08-31T11:17:45.549+0200 [7499:139901529620096] [executioncontext.cpp:739] [ERROR] Failed to download output blob 0da9bddebd0b5abdf88f41f28a2e9e06deca0c4afb0d6001409035f63edbb04a: 14: Socket closed
2026-08-31T11:17:45.509+0200 [7264:140493969682048] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-08-31T11:17:45.549+0200 [7264:140493969682048] [executioncontext.cpp:739] [ERROR] Failed to download output blob 12f7a3cada894dc7c8ba89cbeb1301fdba6cd3f8d44ea930f078a78d82efa29f: 14: Socket closed
2026-08-31T11:17:45.510+0200 [7464:139823389433472] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-08-31T11:17:45.548+0200 [7464:139823389433472] [executioncontext.cpp:739] [ERROR] Failed to download output blob edd2d724236e6f453c1acba98766091bd80421c6690ef451bb395eb1cdb85b56: 14: Socket closed
2026-08-31T11:17:45.509+0200 [7234:140241119731328] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-08-31T11:17:45.550+0200 [7234:140241119731328] [executioncontext.cpp:739] [ERROR] Failed to download output blob d841a5930cbd055f1d44e7cf3c3bb6e51c22ce68dc2670cc2bfb5f07c79403cd: 14: Socket closed
2026-08-31T11:17:45.509+0200 [7859:140431107604096] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-08-31T11:17:45.548+0200 [7859:140431107604096] [executioncontext.cpp:739] [ERROR] Failed to download output blob 1f6c4e6f91c25e0fc64d2acf7212f8b199900dab093218892682da8a7d8ce4cd: 14: Socket closed
2026-08-31T11:17:45.509+0200 [7528:140446171786880] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-08-31T11:17:45.550+0200 [7528:140446171786880] [executioncontext.cpp:739] [ERROR] Failed to download output blob fdb268ac5060eddf915a2682bd6d503f87768714eecb5db3e9f995c270a0b710: 14: Socket closed
2026-08-31T11:17:45.509+0200 [7574:140319480385152] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: recvmsg:Connection reset by peer]
2026-08-31T11:17:45.551+0200 [7574:140319480385152] [executioncontext.cpp:739] [ERROR] Failed to download output blob f31b9a8d6d565ca5b37188fedcd1b6b2c08a1a19a29ea3bf87de4fc620920cf7: 14: recvmsg:Connection reset by peer
2026-08-31T11:17:45.509+0200 [7814:140230579928704] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-08-31T11:17:45.548+0200 [7814:140230579928704] [executioncontext.cpp:739] [ERROR] Failed to download output blob a80e834b1bc5aaa5884346da133e685c531461fcd7ffb89a8df9b831caa98d67: 14: Socket closed
2026-08-31T11:17:45.510+0200 [7320:140190828494464] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-08-31T11:17:45.550+0200 [7320:140190828494464] [executioncontext.cpp:739] [ERROR] Failed to download output blob 01444147a7ac408b1606327442ef88edd4f0d4dac36ddfc1d9fbc1a382e69412: 14: Socket closed
2026-08-31T11:17:45.510+0200 [7549:140580909526656] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-08-31T11:17:45.558+0200 [7549:140580909526656] [executioncontext.cpp:739] [ERROR] Failed to download output blob 89850a3146938cb0b0c23ddd284f7e6dde6fb4fa20b4ae220a6b4837466eb7e7: 14: Socket closed
2026-08-31T11:17:45.510+0200 [7153:140239304130176] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: recvmsg:Connection reset by peer]
2026-08-31T11:17:45.557+0200 [7153:140239304130176] [executioncontext.cpp:739] [ERROR] Failed to download output blob b110623bd5cece882f023a1ebb8a74145fb4955450d3962e6d7a7f8c0a037ae8: 14: recvmsg:Connection reset by peer
2026-08-31T11:17:45.509+0200 [8246:140142017969792] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ActionCache.GetActionResult()", last gRPC error was [14: Socket closed]
2026-08-31T11:17:45.543+0200 [8246:140142017969792] [executioncontext.cpp:544] [ERROR] Error while querying action cache at "http://localhost:8980": 14: Socket closed
2026-08-31T11:17:48.209+0200 [8246:140142017969792] [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-08-31T11:17:45.510+0200 [8155:140313752477312] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ActionCache.GetActionResult()", last gRPC error was [14: Socket closed]
2026-08-31T11:17:45.543+0200 [8155:140313752477312] [executioncontext.cpp:544] [ERROR] Error while querying action cache at "http://localhost:8980": 14: Socket closed
2026-08-31T11:17:55.226+0200 [8155:140313752477312] [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-08-31T11:17:45.509+0200 [8181:140625121750656] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ActionCache.GetActionResult()", last gRPC error was [14: Socket closed]
2026-08-31T11:17:45.543+0200 [8181:140625121750656] [executioncontext.cpp:544] [ERROR] Error while querying action cache at "http://localhost:8980": 14: Socket closed
2026-08-31T11:17:55.278+0200 [8181:140625121750656] [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-08-31T11:17:45.509+0200 [8217:139890444414592] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ActionCache.GetActionResult()", last gRPC error was [14: Socket closed]
[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.

3 participants