Skip to content

[PWGLF] Add a workflow for (anti)triton analysis - #17151

Open
AnalitikGnid wants to merge 10 commits into
AliceO2Group:masterfrom
AnalitikGnid:pwglf-antitriton
Open

[PWGLF] Add a workflow for (anti)triton analysis#17151
AnalitikGnid wants to merge 10 commits into
AliceO2Group:masterfrom
AnalitikGnid:pwglf-antitriton

Conversation

@AnalitikGnid

Copy link
Copy Markdown
Contributor

Summary

Adds a new workflow for measuring (anti)triton production in Run 3 data

Dependencies

Uses output of the o2-analysis-cf-single-track-selector (https://aliceo2group.github.io/analysis-framework/docs/datamodel/pwgTables.html)

Links

Presented at the Nuclei and Exotica PAG meeting on Thursday, 16th July, 2026 (https://indico.cern.ch/event/1688019/)

@github-actions github-actions Bot added the pwglf label Jul 21, 2026
@github-actions github-actions Bot changed the title Add a workflow for (anti)triton analysis [PWGLF] Add a workflow for (anti)triton analysis Jul 21, 2026
@github-actions

github-actions Bot commented Jul 21, 2026

Copy link
Copy Markdown

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

@alibuild

Copy link
Copy Markdown
Collaborator

Error while checking build/O2Physics/staging for 3da74bd at 2026-07-21 14:55:

## sw/BUILD/O2Physics-latest/log
/sw/SOURCES/O2Physics/slc9_x86-64-slc9_x86-64/0/PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:347:9: error: unused variable 'cnt' [-Werror=unused-variable]
/sw/SOURCES/O2Physics/slc9_x86-64-slc9_x86-64/0/PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:347:9: error: unused variable 'cnt' [-Werror=unused-variable]
/sw/SOURCES/O2Physics/slc9_x86-64-slc9_x86-64/0/PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:347:9: error: unused variable 'cnt' [-Werror=unused-variable]
/sw/SOURCES/O2Physics/slc9_x86-64-slc9_x86-64/0/PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:245:65: error: unused parameter 'pdg' [-Werror=unused-parameter]
/sw/SOURCES/O2Physics/slc9_x86-64-slc9_x86-64/0/PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:245:65: error: unused parameter 'pdg' [-Werror=unused-parameter]
/sw/SOURCES/O2Physics/slc9_x86-64-slc9_x86-64/0/PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:245:65: error: unused parameter 'pdg' [-Werror=unused-parameter]
ninja: build stopped: subcommand failed.

Full log here.

@alibuild

Copy link
Copy Markdown
Collaborator

Error while checking build/O2Physics/code-check for bc69f0c at 2026-07-21 16:49:

## sw/BUILD/O2Physics-code-check-latest/log
--
========== List of issues found ==========
++ echo 'Found 29 errors and 28 warnings.'
Found 29 errors and 28 warnings.
++ [[ 29 -gt 0 ]]
++ cat /sw/BUILD/41268eafeda58e4074914082e92524b220edd01b/O2Physics-code-check/errors.txt
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:20:1: error: included header Multiplicity.h is not used directly [misc-include-cleaner,-warnings-as-errors]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:25:1: error: included header DataTypes.h is not used directly [misc-include-cleaner,-warnings-as-errors]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:28:1: error: included header StaticFor.h is not used directly [misc-include-cleaner,-warnings-as-errors]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:30:1: error: included header Utils.h is not used directly [misc-include-cleaner,-warnings-as-errors]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:32:1: error: included header TH1F.h is not used directly [misc-include-cleaner,-warnings-as-errors]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:33:1: error: included header TParameter.h is not used directly [misc-include-cleaner,-warnings-as-errors]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:48:46: error: no header providing "o2::framework::OutputObjHandlingPolicy" is directly included [misc-include-cleaner,-warnings-as-errors]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:51:3: error: no header providing "o2::framework::Configurable" is directly included [misc-include-cleaner,-warnings-as-errors]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:68:16: error: no header providing "int16_t" is directly included [misc-include-cleaner,-warnings-as-errors]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:106:21: error: no header providing "TH1" is directly included [misc-include-cleaner,-warnings-as-errors]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:107:21: error: no header providing "TH2" is directly included [misc-include-cleaner,-warnings-as-errors]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:127:21: error: no header providing "TH3" is directly included [misc-include-cleaner,-warnings-as-errors]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:132:34: error: member 'stageDirs' of type 'const std::vector<std::string>' (aka 'const vector<basic_string<char>>') is const qualified [cppcoreguidelines-avoid-const-or-ref-data-members,-warnings-as-errors]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:146:36: error: member 'signDirs' of type 'const std::array<std::string, 2>' (aka 'const array<basic_string<char>, 2>') is const qualified [cppcoreguidelines-avoid-const-or-ref-data-members,-warnings-as-errors]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:155:71: error: no header providing "o2::framework::kTH1F" is directly included [misc-include-cleaner,-warnings-as-errors]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:157:78: error: no header providing "o2::framework::kTH2F" is directly included [misc-include-cleaner,-warnings-as-errors]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:158:94: error: no header providing "M_PI" is directly included [misc-include-cleaner,-warnings-as-errors]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:175:7: error: no header providing "o2::framework::kTH3F" is directly included [misc-include-cleaner,-warnings-as-errors]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:192:42: error: no header providing "Form" is directly included [misc-include-cleaner,-warnings-as-errors]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:208:29: error: no header providing "std::sqrt" is directly included [misc-include-cleaner,-warnings-as-errors]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:217:24: error: no header providing "std::log" is directly included [misc-include-cleaner,-warnings-as-errors]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:274:28: error: no header providing "o2::framework::InitContext" is directly included [misc-include-cleaner,-warnings-as-errors]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:278:16: error: no header providing "o2::aod::ITSResponse" is directly included [misc-include-cleaner,-warnings-as-errors]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:284:13: error: narrowing conversion from 'value_type' (aka 'float') to 'int' [bugprone-narrowing-conversions,-warnings-as-errors]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:289:21: error: do not declare C-style arrays, use 'std::array' instead [modernize-avoid-c-arrays,-warnings-as-errors]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:299:10: error: no header providing "size_t" is directly included [misc-include-cleaner,-warnings-as-errors]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:307:11: error: no header providing "o2::framework::AxisSpec" is directly included [misc-include-cleaner,-warnings-as-errors]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:312:52: error: no header providing "o2::framework::kTH2I" is directly included [misc-include-cleaner,-warnings-as-errors]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:433:3: error: no header providing "PROCESS_SWITCH" is directly included [misc-include-cleaner,-warnings-as-errors]
++ [[ 28 -gt 0 ]]
++ cat /sw/BUILD/41268eafeda58e4074914082e92524b220edd01b/O2Physics-code-check/warnings.txt
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:251:25: warning: statement should be inside braces [readability-braces-around-statements]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:277:20: warning: statement should be inside braces [readability-braces-around-statements]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:323:69: warning: statement should be inside braces [readability-braces-around-statements]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:325:68: warning: statement should be inside braces [readability-braces-around-statements]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:327:62: warning: statement should be inside braces [readability-braces-around-statements]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:329:73: warning: statement should be inside braces [readability-braces-around-statements]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:331:86: warning: statement should be inside braces [readability-braces-around-statements]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:333:72: warning: statement should be inside braces [readability-braces-around-statements]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:335:102: warning: statement should be inside braces [readability-braces-around-statements]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:337:106: warning: statement should be inside braces [readability-braces-around-statements]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:339:114: warning: statement should be inside braces [readability-braces-around-statements]
[0 more errors; see full log]

Full log here.

@vkucera vkucera 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.

Since you are adding a new file, make sure it's clean from errors and warnings.

Comment thread PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx Outdated
Comment thread PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx Outdated
Comment thread PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx Outdated
Comment thread PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx Outdated
@alibuild

Copy link
Copy Markdown
Collaborator

Error while checking build/O2Physics/staging for bc69f0c at 2026-07-22 08:39:

## sw/BUILD/O2Physics-latest/log
c++: fatal error: Killed signal terminated program cc1plus
ninja: build stopped: subcommand failed.

Full log here.

@AnalitikGnid
AnalitikGnid requested a review from vkucera July 23, 2026 20:52
std::pair<int, std::vector<float>> TPCcuts;
std::pair<int, std::vector<float>> TOFcuts;

static constexpr float kMassTriton = o2::constants::physics::MassTriton; // GeV/c^2

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

  • Follow the O2 naming conventions. This is not ROOT. Don't use the k prefix.
  • You just created an unnecessary alias for an existing constant. Use the constant directly.

Comment on lines +102 to +104
std::pair<int, std::vector<float>> ITScuts;
std::pair<int, std::vector<float>> TPCcuts;
std::pair<int, std::vector<float>> TOFcuts;

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.

Follow naming conventions.

Comment on lines +115 to +123
std::shared_ptr<TH1> eta;
std::shared_ptr<TH2> eta_to_y;
std::shared_ptr<TH1> y;
std::shared_ptr<TH1> phi;
std::shared_ptr<TH1> p;
std::shared_ptr<TH1> pt;
std::shared_ptr<TH2> dcaxy_to_p;
std::shared_ptr<TH2> dcaxy_to_pt;
std::shared_ptr<TH2> dcaz_to_p;

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.

Follow naming conventions.

}

template <typename TrackType>
static float getMTOF(const TrackType& track)

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.

Follow naming conventions.

void fillHistSet(HistSet& h, const TrackType& track, int pdg)
{
const float mass = kMassTriton;
const auto y = static_cast<float>(RecoDecay::y(std::array{track.px(), track.py(), track.pz()}, mass));

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.

Suggested change
const auto y = static_cast<float>(RecoDecay::y(std::array{track.px(), track.py(), track.pz()}, mass));
const auto y = static_cast<float>(RecoDecay::y(track.pVector(), mass));

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

This track type doesn't have a pVector() accessor.

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.

Which table is it from?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

From SingleTrackSels. I haven't found documentation for this table, so here is a link to the code:

DECLARE_SOA_TABLE(SingleTrackSels_v3, "AOD", "SINGLETRACKSEL", // Table of the variables for single track selection.
Dynamic columns defenition is just above:
DECLARE_SOA_DYNAMIC_COLUMN(Px, px, [](float p, float eta, float phi) -> float { return (p / std::cosh(eta)) * std::sin(phi); });

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

I can also change the rapidity calculation method to one from singletrackselector

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.

Indeed, it seems you can just do track.rapidity(mass).

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Done.

@alibuild

alibuild commented Jul 24, 2026

Copy link
Copy Markdown
Collaborator

Error while checking build/O2Physics/staging for 890b1bd at 2026-07-25 09:31:

## sw/BUILD/O2Physics-latest/log
c++: fatal error: Killed signal terminated program cc1plus
ninja: build stopped: subcommand failed.

Full log here.

@alibuild

alibuild commented Jul 24, 2026

Copy link
Copy Markdown
Collaborator

Error while checking build/O2Physics/code-check for 890b1bd at 2026-07-25 12:16:

## sw/BUILD/O2Physics-code-check-latest/log
--
========== List of issues found ==========
++ echo 'Found 2 errors and 28 warnings.'
Found 2 errors and 28 warnings.
++ [[ 2 -gt 0 ]]
++ cat /sw/BUILD/b1cf9566fe65e5587c6b99d89dab999dc137d38f/O2Physics-code-check/errors.txt
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:167:94: error: no header providing "M_PI" is directly included [misc-include-cleaner,-warnings-as-errors]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:290:21: error: do not declare C-style arrays, use 'std::array' instead [modernize-avoid-c-arrays,-warnings-as-errors]
++ [[ 28 -gt 0 ]]
++ cat /sw/BUILD/b1cf9566fe65e5587c6b99d89dab999dc137d38f/O2Physics-code-check/warnings.txt
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:252:25: warning: statement should be inside braces [readability-braces-around-statements]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:278:20: warning: statement should be inside braces [readability-braces-around-statements]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:324:69: warning: statement should be inside braces [readability-braces-around-statements]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:326:68: warning: statement should be inside braces [readability-braces-around-statements]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:328:62: warning: statement should be inside braces [readability-braces-around-statements]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:330:73: warning: statement should be inside braces [readability-braces-around-statements]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:332:86: warning: statement should be inside braces [readability-braces-around-statements]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:334:72: warning: statement should be inside braces [readability-braces-around-statements]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:336:102: warning: statement should be inside braces [readability-braces-around-statements]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:338:106: warning: statement should be inside braces [readability-braces-around-statements]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:340:114: warning: statement should be inside braces [readability-braces-around-statements]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:353:64: warning: statement should be inside braces [readability-braces-around-statements]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:355:63: warning: statement should be inside braces [readability-braces-around-statements]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:357:57: warning: statement should be inside braces [readability-braces-around-statements]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:359:68: warning: statement should be inside braces [readability-braces-around-statements]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:361:81: warning: statement should be inside braces [readability-braces-around-statements]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:363:67: warning: statement should be inside braces [readability-braces-around-statements]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:365:44: warning: statement should be inside braces [readability-braces-around-statements]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:367:92: warning: statement should be inside braces [readability-braces-around-statements]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:369:96: warning: statement should be inside braces [readability-braces-around-statements]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:371:104: warning: statement should be inside braces [readability-braces-around-statements]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:373:66: warning: statement should be inside braces [readability-braces-around-statements]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:375:40: warning: statement should be inside braces [readability-braces-around-statements]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:377:109: warning: statement should be inside braces [readability-braces-around-statements]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:379:105: warning: statement should be inside braces [readability-braces-around-statements]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:399:18: warning: statement should be inside braces [readability-braces-around-statements]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:401:122: warning: statement should be inside braces [readability-braces-around-statements]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:419:25: warning: statement should be inside braces [readability-braces-around-statements]
++ [[ 2 -gt 0 ]]
++ exit 1
--

Full log here.

@alibuild

Copy link
Copy Markdown
Collaborator

Error while checking build/O2Physics/code-check for 53d0a1a at 2026-07-27 05:02:

## sw/BUILD/O2Physics-latest/log
2026-07-27T03:56:47.413+0200 [55:139852131248704] [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-27T03:56:47.413+0200 [55:139852131248704] [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-27T03:57:21.673+0200 [55:139852131248704] [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-27T03:56:47.610+0200 [54:140538173246016] [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-27T03:56:47.610+0200 [54:140538173246016] [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-27T03:57:25.485+0200 [54:140538173246016] [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-27T03:56:47.463+0200 [51:139857349683776] [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-27T03:56:47.463+0200 [51:139857349683776] [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-27T03:58:01.968+0200 [51:139857349683776] [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-27T03:56:47.630+0200 [52:140275975686720] [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-27T03:56:47.631+0200 [52:140275975686720] [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-27T03:58:05.680+0200 [52:140275975686720] [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-27T03:56:47.612+0200 [71:140512689957440] [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-27T03:56:47.612+0200 [71:140512689957440] [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-27T03:58:26.610+0200 [71:140512689957440] [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-27T03:56:48.430+0200 [53:139847329454656] [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-27T03:56:48.431+0200 [53:139847329454656] [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-27T03:58:26.759+0200 [53:139847329454656] [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-27T03:56:47.576+0200 [68:139708611037760] [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-27T03:56:47.576+0200 [68:139708611037760] [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-27T03:59:11.714+0200 [68:139708611037760] [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-27T03:56:48.196+0200 [70:140277714541120] [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-27T03:56:48.196+0200 [70:140277714541120] [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-27T03:59:19.051+0200 [70:140277714541120] [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-27T03:56:48.557+0200 [49:140108904360512] [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-27T03:56:48.557+0200 [49:140108904360512] [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-27T03:59:26.347+0200 [49:140108904360512] [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-27T03:56:47.653+0200 [69:139840229640768] [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-27T03:56:47.653+0200 [69:139840229640768] [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-27T03:59:32.799+0200 [69:139840229640768] [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-27T03:57:24.945+0200 [720:140437414746688] [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-27T03:57:24.945+0200 [720:140437414746688] [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-27T03:59:45.864+0200 [720:140437414746688] [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-27T03:58:08.666+0200 [804:140266297645632] [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-27T03:58:08.667+0200 [804:140266297645632] [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-27T03:59:56.204+0200 [804:140266297645632] [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-27T03:58:30.080+0200 [832:140115481541184] [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-27T03:58:30.081+0200 [832:140115481541184] [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-27T04:00:20.615+0200 [832:140115481541184] [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-27T03:59:20.900+0200 [902:139677709474368] [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-27T03:59:20.900+0200 [902:139677709474368] [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-27T04:00:21.201+0200 [902:139677709474368] [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-27T03:57:29.001+0200 [748:140330201123392] [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-27T03:57:29.001+0200 [748:140330201123392] [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-27T04:00:26.680+0200 [748:140330201123392] [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-27T03:58:31.936+0200 [857:140071901424192] [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-27T03:58:31.936+0200 [857:140071901424192] [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-27T04:00:26.942+0200 [857:140071901424192] [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]
[0 more errors; see full log]

Full log here.

@alibuild

Copy link
Copy Markdown
Collaborator

Error while checking build/O2Physics/code-check for 963093b at 2026-07-27 07:25:

## sw/BUILD/O2Physics-code-check-latest/log
--
========== List of issues found ==========
++ echo 'Found 2 errors and 0 warnings.'
Found 2 errors and 0 warnings.
++ [[ 2 -gt 0 ]]
++ cat /sw/BUILD/8ea1894a9ab8923edc85a88c51023714af11f7b2/O2Physics-code-check/errors.txt
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:59:8: error: constructor does not initialize these fields: pdgDB [cppcoreguidelines-pro-type-member-init,-warnings-as-errors]
PWGLF/Tasks/Nuspex/antitritonAnalysis.cxx:63:3: error: no header providing "o2::framework::Service" is directly included [misc-include-cleaner,-warnings-as-errors]
++ [[ 0 -gt 0 ]]
++ [[ 2 -gt 0 ]]
++ exit 1
--

Full log here.

@AnalitikGnid
AnalitikGnid requested a review from vkucera July 27, 2026 10:43
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