Skip to content

Usage in AP broken (but not the expected break)

cc @ghallett @jconnaug

When trying to use unreleased Franklin in AP to test changes, I'd expect to receive something akin to:

errors=[
  "Job used unreleased Franklin build - failing"
]

from the lb-conda default merging job.

E.g.: We do get a failure, e.g. in ew_projects_run3.18607: Screenshot_2025-09-09_at_07.59.44

However, we get no clear indication of any reasoning/errors in the log.

INFO: -- clean up 00012345_00006789_3.ftupleqee.root --
INFO: 00012345_00006789_3.ftupleqee.root: Purging unnecessary cycles in non-empty TDirectoryFile ZTrkEff_VeloMuon_mum.
INFO: 00012345_00006789_3.ftupleqee.root: Purging unnecessary cycles in non-empty TDirectoryFile ZTrkEff_VeloMuon_mup.
INFO: 00012345_00006789_3.ftupleqee.root: Purging unnecessary cycles in non-empty TDirectoryFile ZTrkEff_MuonUT_mum.
INFO: 00012345_00006789_3.ftupleqee.root: Purging unnecessary cycles in non-empty TDirectoryFile ZTrkEff_MuonUT_mup.
INFO: 00012345_00006789_3.ftupleqee.root: Purging unnecessary cycles in non-empty TDirectoryFile ZTrkEff_SeedMuon_mup.
INFO: 00012345_00006789_3.ftupleqee.root: Purging unnecessary cycles in non-empty TDirectoryFile ZTrkEff_Downstream_mum.
INFO: 00012345_00006789_3.ftupleqee.root: Purging unnecessary cycles in non-empty TDirectoryFile ZTrkEff_Downstream_mup.
INFO: 00012345_00006789_3.ftupleqee.root: Purging unnecessary cycles in non-empty TDirectoryFile ZTrkEff_SeedMuon_mum.
INFO: Writing XML summary to summarylb-condadefault_00012345_00006789_3.xml
Resolved LFN:00012345_00006789_2.ftupleqee.root to 00012345_00006789_2.ftupleqee.root
[2025-09-09 09:58:59.630] [prmon] [warning] Wallclock time of monitored process was less than the monitoring interval, so average statistics will be unreliable

Once Franklin is released, the log looks identical but it now passes.

Edited by Luke Grazette