Skip to content

[PWGLF] Updates to trackedHypertritonRecoTask.cxx#17134

Merged
mpuccio merged 8 commits into
AliceO2Group:masterfrom
creetz16:tracked-h3l
Jul 21, 2026
Merged

[PWGLF] Updates to trackedHypertritonRecoTask.cxx#17134
mpuccio merged 8 commits into
AliceO2Group:masterfrom
creetz16:tracked-h3l

Conversation

@creetz16

Copy link
Copy Markdown
Contributor
  • Add DCA of ITS matched track to SV to output table
  • Add option to build two-body vertex with KFParticle

@mpuccio @fmazzasc

Add DCA of ITS matched track to SV to output table
@github-actions github-actions Bot changed the title Updates to trackedHypertritonRecoTask.cxx [PWGLF] Updates to trackedHypertritonRecoTask.cxx Jul 20, 2026
@github-actions

github-actions Bot commented Jul 20, 2026

Copy link
Copy Markdown

O2 linter results: ❌ 57 errors, ⚠️ 26 warnings, 🔕 2 disabled

@alibuild

Copy link
Copy Markdown
Collaborator

Error while checking build/O2Physics/code-check for 49b549d at 2026-07-20 18:22:

## sw/BUILD/O2Physics-code-check-latest/log
--
========== List of issues found ==========
++ echo 'Found 63 errors and 4 warnings.'
Found 63 errors and 4 warnings.
++ [[ 63 -gt 0 ]]
++ cat /sw/BUILD/bcce252e7ae5296e483ea1338bd0de7498db8ad0/O2Physics-code-check/errors.txt
PWGLF/DataModel/Vtx3BodyTables.h:112:42: error: do not declare C-style arrays, use 'std::array' instead [modernize-avoid-c-arrays,-warnings-as-errors]
PWGLF/DataModel/Vtx3BodyTables.h:113:38: error: do not declare C-style arrays, use 'std::array' instead [modernize-avoid-c-arrays,-warnings-as-errors]
PWGLF/DataModel/Vtx3BodyTables.h:114:46: error: do not declare C-style arrays, use 'std::array' instead [modernize-avoid-c-arrays,-warnings-as-errors]
PWGLF/DataModel/Vtx3BodyTables.h:115:42: error: do not declare C-style arrays, use 'std::array' instead [modernize-avoid-c-arrays,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/trackedHypertritonRecoTask.cxx:97:48: error: initializer for member 'metadataInfo' is redundant [readability-redundant-member-init,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/trackedHypertritonRecoTask.cxx:204:10: error: constructor does not initialize these fields: mass, chi2, cosPA [cppcoreguidelines-pro-type-member-init,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/trackedHypertritonRecoTask.cxx:568:5: error: no header providing "KFVertex" is directly included [misc-include-cleaner,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/trackedHypertritonRecoTask.cxx:569:16: error: local copy 'kfpv' of the variable 'kfpVertex' is never modified; consider avoiding the copy [performance-unnecessary-copy-initialization,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/trackedHypertritonRecoTask.cxx:569:16: error: slicing object from type 'KFVertex' to 'KFParticle' discards 1 bytes of state [cppcoreguidelines-slicing,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/trackedHypertritonRecoTask.cxx:569:16: error: slicing object from type 'KFVertex' to 'KFParticle' discards override 'CheckTObjectHashConsistency' [cppcoreguidelines-slicing,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/trackedHypertritonRecoTask.cxx:569:16: error: slicing object from type 'KFVertex' to 'KFParticle' discards override 'IsA' [cppcoreguidelines-slicing,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/trackedHypertritonRecoTask.cxx:569:16: error: slicing object from type 'KFVertex' to 'KFParticle' discards override 'ShowMembers' [cppcoreguidelines-slicing,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/trackedHypertritonRecoTask.cxx:569:16: error: slicing object from type 'KFVertex' to 'KFParticle' discards override 'Streamer' [cppcoreguidelines-slicing,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/trackedHypertritonRecoTask.cxx:574:5: error: uninitialized record type: 'pxpypz' [cppcoreguidelines-pro-type-member-init,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/trackedHypertritonRecoTask.cxx:574:5: error: uninitialized record type: 'xyz' [cppcoreguidelines-pro-type-member-init,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/trackedHypertritonRecoTask.cxx:575:5: error: do not declare C-style arrays, use 'std::array' instead [modernize-avoid-c-arrays,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/trackedHypertritonRecoTask.cxx:585:21: 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]
PWGLF/TableProducer/Nuspex/trackedHypertritonRecoTask.cxx:592:11: error: do not declare C-style arrays, use 'std::array' instead [modernize-avoid-c-arrays,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/trackedHypertritonRecoTask.cxx:595:22: 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]
PWGLF/TableProducer/Nuspex/trackedHypertritonRecoTask.cxx:596:19: error: no header providing "std::runtime_error" is directly included [misc-include-cleaner,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/trackedHypertritonRecoTask.cxx:640:11: error: variable 'mass' is not initialized [cppcoreguidelines-init-variables,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/trackedHypertritonRecoTask.cxx:640:17: error: variable 'massErr' is not initialized [cppcoreguidelines-init-variables,-warnings-as-errors]
PWGLF/Utils/decay3bodyBuilderHelper.h:41:1: error: nested namespaces can be concatenated [modernize-concat-nested-namespaces,-warnings-as-errors]
PWGLF/Utils/decay3bodyBuilderHelper.h:48:8: error: constructor does not initialize these fields: mass, massV0, sign, momentum, position, itsTrackDCAToSV [cppcoreguidelines-pro-type-member-init,-warnings-as-errors]
PWGLF/Utils/decay3bodyBuilderHelper.h:80:3: error: do not declare C-style arrays, use 'std::array' instead [modernize-avoid-c-arrays,-warnings-as-errors]
PWGLF/Utils/decay3bodyBuilderHelper.h:81:3: error: do not declare C-style arrays, use 'std::array' instead [modernize-avoid-c-arrays,-warnings-as-errors]
PWGLF/Utils/decay3bodyBuilderHelper.h:90:3: error: do not declare C-style arrays, use 'std::array' instead [modernize-avoid-c-arrays,-warnings-as-errors]
PWGLF/Utils/decay3bodyBuilderHelper.h:91:3: error: do not declare C-style arrays, use 'std::array' instead [modernize-avoid-c-arrays,-warnings-as-errors]
PWGLF/Utils/decay3bodyBuilderHelper.h:92:3: error: do not declare C-style arrays, use 'std::array' instead [modernize-avoid-c-arrays,-warnings-as-errors]
PWGLF/Utils/decay3bodyBuilderHelper.h:93:3: error: do not declare C-style arrays, use 'std::array' instead [modernize-avoid-c-arrays,-warnings-as-errors]
PWGLF/Utils/decay3bodyBuilderHelper.h:104:3: error: constructor does not initialize these fields: decay3bodyselections, svertexerselections [cppcoreguidelines-pro-type-member-init,-warnings-as-errors]
PWGLF/Utils/decay3bodyBuilderHelper.h:301:5: error: do not declare C-style arrays, use 'std::array' instead [modernize-avoid-c-arrays,-warnings-as-errors]
PWGLF/Utils/decay3bodyBuilderHelper.h:302:5: error: do not declare C-style arrays, use 'std::array' instead [modernize-avoid-c-arrays,-warnings-as-errors]
PWGLF/Utils/decay3bodyBuilderHelper.h:311:69: 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]
PWGLF/Utils/decay3bodyBuilderHelper.h:312: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]
PWGLF/Utils/decay3bodyBuilderHelper.h:314:67: 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]
PWGLF/Utils/decay3bodyBuilderHelper.h:315: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]
PWGLF/Utils/decay3bodyBuilderHelper.h:317: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]
PWGLF/Utils/decay3bodyBuilderHelper.h:318:67: 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]
PWGLF/Utils/decay3bodyBuilderHelper.h:562:16: error: local copy 'kfpv' of the variable 'kfpVertex' is never modified; consider avoiding the copy [performance-unnecessary-copy-initialization,-warnings-as-errors]
PWGLF/Utils/decay3bodyBuilderHelper.h:562:16: error: slicing object from type 'KFVertex' to 'KFParticle' discards 1 bytes of state [cppcoreguidelines-slicing,-warnings-as-errors]
PWGLF/Utils/decay3bodyBuilderHelper.h:562:16: error: slicing object from type 'KFVertex' to 'KFParticle' discards override 'CheckTObjectHashConsistency' [cppcoreguidelines-slicing,-warnings-as-errors]
[0 more errors; see full log]

Full log here.

@alibuild

Copy link
Copy Markdown
Collaborator

Error while checking build/O2Physics/code-check for ee5a82c at 2026-07-21 11:22:

## sw/BUILD/O2Physics-code-check-latest/log
--
========== List of issues found ==========
++ echo 'Found 63 errors and 4 warnings.'
Found 63 errors and 4 warnings.
++ [[ 63 -gt 0 ]]
++ cat /sw/BUILD/2d423c180cc40157673530236c47559f3c4c2ce2/O2Physics-code-check/errors.txt
PWGLF/DataModel/Vtx3BodyTables.h:112:42: error: do not declare C-style arrays, use 'std::array' instead [modernize-avoid-c-arrays,-warnings-as-errors]
PWGLF/DataModel/Vtx3BodyTables.h:113:38: error: do not declare C-style arrays, use 'std::array' instead [modernize-avoid-c-arrays,-warnings-as-errors]
PWGLF/DataModel/Vtx3BodyTables.h:114:46: error: do not declare C-style arrays, use 'std::array' instead [modernize-avoid-c-arrays,-warnings-as-errors]
PWGLF/DataModel/Vtx3BodyTables.h:115:42: error: do not declare C-style arrays, use 'std::array' instead [modernize-avoid-c-arrays,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/trackedHypertritonRecoTask.cxx:97:48: error: initializer for member 'metadataInfo' is redundant [readability-redundant-member-init,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/trackedHypertritonRecoTask.cxx:204:10: error: constructor does not initialize these fields: mass, chi2, cosPA [cppcoreguidelines-pro-type-member-init,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/trackedHypertritonRecoTask.cxx:568:5: error: no header providing "KFVertex" is directly included [misc-include-cleaner,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/trackedHypertritonRecoTask.cxx:569:16: error: local copy 'kfpv' of the variable 'kfpVertex' is never modified; consider avoiding the copy [performance-unnecessary-copy-initialization,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/trackedHypertritonRecoTask.cxx:569:16: error: slicing object from type 'KFVertex' to 'KFParticle' discards 1 bytes of state [cppcoreguidelines-slicing,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/trackedHypertritonRecoTask.cxx:569:16: error: slicing object from type 'KFVertex' to 'KFParticle' discards override 'CheckTObjectHashConsistency' [cppcoreguidelines-slicing,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/trackedHypertritonRecoTask.cxx:569:16: error: slicing object from type 'KFVertex' to 'KFParticle' discards override 'IsA' [cppcoreguidelines-slicing,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/trackedHypertritonRecoTask.cxx:569:16: error: slicing object from type 'KFVertex' to 'KFParticle' discards override 'ShowMembers' [cppcoreguidelines-slicing,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/trackedHypertritonRecoTask.cxx:569:16: error: slicing object from type 'KFVertex' to 'KFParticle' discards override 'Streamer' [cppcoreguidelines-slicing,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/trackedHypertritonRecoTask.cxx:574:5: error: uninitialized record type: 'pxpypz' [cppcoreguidelines-pro-type-member-init,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/trackedHypertritonRecoTask.cxx:574:5: error: uninitialized record type: 'xyz' [cppcoreguidelines-pro-type-member-init,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/trackedHypertritonRecoTask.cxx:575:5: error: do not declare C-style arrays, use 'std::array' instead [modernize-avoid-c-arrays,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/trackedHypertritonRecoTask.cxx:585:21: 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]
PWGLF/TableProducer/Nuspex/trackedHypertritonRecoTask.cxx:592:11: error: do not declare C-style arrays, use 'std::array' instead [modernize-avoid-c-arrays,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/trackedHypertritonRecoTask.cxx:595:22: 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]
PWGLF/TableProducer/Nuspex/trackedHypertritonRecoTask.cxx:596:19: error: no header providing "std::runtime_error" is directly included [misc-include-cleaner,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/trackedHypertritonRecoTask.cxx:640:11: error: variable 'mass' is not initialized [cppcoreguidelines-init-variables,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/trackedHypertritonRecoTask.cxx:640:17: error: variable 'massErr' is not initialized [cppcoreguidelines-init-variables,-warnings-as-errors]
PWGLF/Utils/decay3bodyBuilderHelper.h:41:1: error: nested namespaces can be concatenated [modernize-concat-nested-namespaces,-warnings-as-errors]
PWGLF/Utils/decay3bodyBuilderHelper.h:48:8: error: constructor does not initialize these fields: mass, massV0, sign, momentum, position, itsTrackDCAToSV [cppcoreguidelines-pro-type-member-init,-warnings-as-errors]
PWGLF/Utils/decay3bodyBuilderHelper.h:80:3: error: do not declare C-style arrays, use 'std::array' instead [modernize-avoid-c-arrays,-warnings-as-errors]
PWGLF/Utils/decay3bodyBuilderHelper.h:81:3: error: do not declare C-style arrays, use 'std::array' instead [modernize-avoid-c-arrays,-warnings-as-errors]
PWGLF/Utils/decay3bodyBuilderHelper.h:90:3: error: do not declare C-style arrays, use 'std::array' instead [modernize-avoid-c-arrays,-warnings-as-errors]
PWGLF/Utils/decay3bodyBuilderHelper.h:91:3: error: do not declare C-style arrays, use 'std::array' instead [modernize-avoid-c-arrays,-warnings-as-errors]
PWGLF/Utils/decay3bodyBuilderHelper.h:92:3: error: do not declare C-style arrays, use 'std::array' instead [modernize-avoid-c-arrays,-warnings-as-errors]
PWGLF/Utils/decay3bodyBuilderHelper.h:93:3: error: do not declare C-style arrays, use 'std::array' instead [modernize-avoid-c-arrays,-warnings-as-errors]
PWGLF/Utils/decay3bodyBuilderHelper.h:104:3: error: constructor does not initialize these fields: decay3bodyselections, svertexerselections [cppcoreguidelines-pro-type-member-init,-warnings-as-errors]
PWGLF/Utils/decay3bodyBuilderHelper.h:301:5: error: do not declare C-style arrays, use 'std::array' instead [modernize-avoid-c-arrays,-warnings-as-errors]
PWGLF/Utils/decay3bodyBuilderHelper.h:302:5: error: do not declare C-style arrays, use 'std::array' instead [modernize-avoid-c-arrays,-warnings-as-errors]
PWGLF/Utils/decay3bodyBuilderHelper.h:311:69: 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]
PWGLF/Utils/decay3bodyBuilderHelper.h:312: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]
PWGLF/Utils/decay3bodyBuilderHelper.h:314:67: 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]
PWGLF/Utils/decay3bodyBuilderHelper.h:315: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]
PWGLF/Utils/decay3bodyBuilderHelper.h:317: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]
PWGLF/Utils/decay3bodyBuilderHelper.h:318:67: 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]
PWGLF/Utils/decay3bodyBuilderHelper.h:562:16: error: local copy 'kfpv' of the variable 'kfpVertex' is never modified; consider avoiding the copy [performance-unnecessary-copy-initialization,-warnings-as-errors]
PWGLF/Utils/decay3bodyBuilderHelper.h:562:16: error: slicing object from type 'KFVertex' to 'KFParticle' discards 1 bytes of state [cppcoreguidelines-slicing,-warnings-as-errors]
PWGLF/Utils/decay3bodyBuilderHelper.h:562:16: error: slicing object from type 'KFVertex' to 'KFParticle' discards override 'CheckTObjectHashConsistency' [cppcoreguidelines-slicing,-warnings-as-errors]
[0 more errors; see full log]

Full log here.

@vkucera

vkucera commented Jul 21, 2026

Copy link
Copy Markdown
Collaborator

@creetz16 There are plenty of bugs found by the CI. What is the plan to fix them?

@alibuild

Copy link
Copy Markdown
Collaborator

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

## sw/BUILD/O2Physics-code-check-latest/log
--
========== List of issues found ==========
++ echo 'Found 53 errors and 10 warnings.'
Found 53 errors and 10 warnings.
++ [[ 53 -gt 0 ]]
++ cat /sw/BUILD/7c5ad666d304e25a32c4ce3c11ff524e95761e83/O2Physics-code-check/errors.txt
PWGLF/DataModel/Vtx3BodyTables.h:112:42: error: do not declare C-style arrays, use 'std::array' instead [modernize-avoid-c-arrays,-warnings-as-errors]
PWGLF/DataModel/Vtx3BodyTables.h:113:38: error: do not declare C-style arrays, use 'std::array' instead [modernize-avoid-c-arrays,-warnings-as-errors]
PWGLF/DataModel/Vtx3BodyTables.h:114:46: error: do not declare C-style arrays, use 'std::array' instead [modernize-avoid-c-arrays,-warnings-as-errors]
PWGLF/DataModel/Vtx3BodyTables.h:115:42: error: do not declare C-style arrays, use 'std::array' instead [modernize-avoid-c-arrays,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx:77:34: error: variable 'metadataInfo' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx:89:14: error: do not declare C-style arrays, use 'std::array' instead [modernize-avoid-c-arrays,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx:102:8: error: constructor does not initialize these fields: mRunNumber, d_bz, ccdb [cppcoreguidelines-pro-type-member-init,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx:123:50: 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]
PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx:221:10: error: constructor does not initialize these fields: label, genCt, genPhi, genEta, genRapidity, genMomProton, genMomPion, genMomDeuteron, genPtProton, genPtPion, genPtDeuteron, isReco, motherLabel, motherPdgCode, daughterPrPdgCode, daughterPiPdgCode, daughterDePdgCode, isDeuteronPrimary, survivedEventSel [cppcoreguidelines-pro-type-member-init,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx:296:30: error: redundant boolean literal supplied to boolean operator [readability-simplify-boolean-expr,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx:296:61: error: redundant boolean literal supplied to boolean operator [readability-simplify-boolean-expr,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx:384:11: error: implicit conversion 'value_type' (aka 'int') -> 'bool' [readability-implicit-bool-conversion,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx:438:9: error: implicit conversion 'value_type' (aka 'int') -> 'bool' [readability-implicit-bool-conversion,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx:438:43: error: implicit conversion 'value_type' (aka 'int') -> 'bool' [readability-implicit-bool-conversion,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx:443:30: error: redundant boolean literal supplied to boolean operator [readability-simplify-boolean-expr,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx:443:61: error: redundant boolean literal supplied to boolean operator [readability-simplify-boolean-expr,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx:450:32: error: redundant boolean literal supplied to boolean operator [readability-simplify-boolean-expr,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx:457:30: error: redundant boolean literal supplied to boolean operator [readability-simplify-boolean-expr,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx:457:66: error: redundant boolean literal supplied to boolean operator [readability-simplify-boolean-expr,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx:457:97: error: redundant boolean literal supplied to boolean operator [readability-simplify-boolean-expr,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx:487:48: error: redundant boolean literal supplied to boolean operator [readability-simplify-boolean-expr,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx:518:43: error: use nullptr [modernize-use-nullptr,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx:555:11: error: variable 'magField' is not initialized [cppcoreguidelines-init-variables,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx:557:19: error: use 'contains' to check for membership [readability-container-contains,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx:734:13: error: variable 'tofNSigmaDeuteron' is not initialized [cppcoreguidelines-init-variables,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx:808:13: error: do not use 'else' after 'continue' [readability-else-after-return,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx:1086:9: error: implicit conversion 'value_type' (aka 'int') -> 'bool' [readability-implicit-bool-conversion,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx:1092:9: error: implicit conversion 'value_type' (aka 'int') -> 'bool' [readability-implicit-bool-conversion,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx:1117:9: error: implicit conversion 'value_type' (aka 'int') -> 'bool' [readability-implicit-bool-conversion,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx:1124:9: error: implicit conversion 'value_type' (aka 'int') -> 'bool' [readability-implicit-bool-conversion,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx:1188:7: error: do not use 'else' after 'return' [readability-else-after-return,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx:1265:7: error: do not use 'else' after 'return' [readability-else-after-return,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx:1285:5: error: redundant return statement at the end of a function with a void return type [readability-redundant-control-flow,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx:1306:56: error: narrowing conversion from 'unwrap_t<float>' (aka 'float') to 'value_type' (aka 'int') [bugprone-narrowing-conversions,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx:1325:54: error: narrowing conversion from 'unwrap_t<float>' (aka 'float') to 'value_type' (aka 'int') [bugprone-narrowing-conversions,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx:1344:11: error: variable 'bin_Radius' is not initialized [cppcoreguidelines-init-variables,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx:1344:23: error: variable 'bin_Phi' is not initialized [cppcoreguidelines-init-variables,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx:1384:56: error: narrowing conversion from 'unwrap_t<float>' (aka 'float') to 'value_type' (aka 'int') [bugprone-narrowing-conversions,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/trackedHypertritonRecoTask.cxx:67:1: error: included header utility is not used directly [misc-include-cleaner,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/trackedHypertritonRecoTask.cxx:73:34: error: variable 'metadataInfo' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/trackedHypertritonRecoTask.cxx:592:11: error: do not declare C-style arrays, use 'std::array' instead [modernize-avoid-c-arrays,-warnings-as-errors]
PWGLF/TableProducer/Nuspex/trackedHypertritonRecoTask.cxx:594:20: 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.

Please consider the following formatting changes to AliceO2Group#17134
@mpuccio
mpuccio enabled auto-merge (squash) July 21, 2026 15:15
@alibuild

Copy link
Copy Markdown
Collaborator

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

## sw/BUILD/O2Physics-latest/log
2026-07-21T16:57:41.635+0200 [30:140024024111680] [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-21T16:57:41.635+0200 [30:140024024111680] [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-21T16:58:10.416+0200 [30:140024024111680] [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-21T16:57:41.806+0200 [28:139769836415552] [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-21T16:57:41.806+0200 [28:139769836415552] [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-21T16:58:13.179+0200 [28:139769836415552] [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-21T16:57:40.522+0200 [29:140685513529920] [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-21T16:57:40.522+0200 [29:140685513529920] [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-21T16:58:24.744+0200 [29:140685513529920] [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-21T16:57:41.658+0200 [25:139715619338816] [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-21T16:57:41.658+0200 [25:139715619338816] [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-21T16:58:28.006+0200 [25:139715619338816] [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-21T16:57:42.045+0200 [26:140057151437376] [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-21T16:57:42.045+0200 [26:140057151437376] [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-21T16:58:28.794+0200 [26:140057151437376] [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-21T16:57:41.800+0200 [27:140119617681984] [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-21T16:57:41.800+0200 [27:140119617681984] [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-21T16:58:54.629+0200 [27:140119617681984] [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-21T16:57:42.025+0200 [46:140205029661248] [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-21T16:57:42.025+0200 [46:140205029661248] [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-21T16:59:00.770+0200 [46:140205029661248] [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-21T16:57:41.878+0200 [24:140091486521920] [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-21T16:57:41.878+0200 [24:140091486521920] [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-21T16:59:36.997+0200 [24:140091486521920] [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-21T16:57:41.974+0200 [45:139997267356224] [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-21T16:57:41.974+0200 [45:139997267356224] [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-21T16:59:49.312+0200 [45:139997267356224] [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-21T16:58:30.822+0200 [779:140159008803392] [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-21T16:58:30.822+0200 [779:140159008803392] [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-21T16:59:49.960+0200 [779:140159008803392] [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-21T16:58:31.629+0200 [800:140404286380608] [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-21T16:58:31.630+0200 [800:140404286380608] [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-21T16:59:56.320+0200 [800:140404286380608] [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-21T16:57:42.032+0200 [43:139680582642240] [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-21T16:57:42.033+0200 [43:139680582642240] [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-21T17:00:06.601+0200 [43:139680582642240] [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-21T16:58:13.077+0200 [695:139644810127936] [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-21T16:58:13.077+0200 [695:139644810127936] [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-21T17:00:15.219+0200 [695:139644810127936] [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-21T16:58:15.960+0200 [723:140107278604864] [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-21T16:58:15.960+0200 [723:140107278604864] [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-21T17:00:16.557+0200 [723:140107278604864] [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-21T16:59:02.090+0200 [844:139892766751296] [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-21T16:59:02.090+0200 [844:139892766751296] [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-21T17:00:16.576+0200 [844:139892766751296] [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-21T16:57:42.286+0200 [44:140081042004544] [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-21T16:57:42.286+0200 [44:140081042004544] [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-21T17:00:26.023+0200 [44:140081042004544] [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.

@mpuccio
mpuccio merged commit 876ce90 into AliceO2Group:master Jul 21, 2026
12 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

4 participants