Summary XML claims file status in part

For the release of the applications made with master the XML summary claims the input file is in status status="part". This makes the releases unusable on the grid as we use this to make sure that the file was actually fully processed. I suspect it was caused by the IO changes (though maybe I'm wrong). cc @sponce @clemenci

To reproduce (based on a grid job):

$ lb-run --use=AnalysisProductions.v1r2259 DaVinci/v64r14 lbexec RareCharmWithElectrons.main_d0_to_hhee:main options.yaml

where options.yaml contains:

compression:
  algorithm: ZSTD
  level: '1'
  max_buffer_size: '1048576'
conditions_version: master
data_type: Upgrade
event_store: HiveWhiteBoard
evt_max: '-1'
geometry_version: run3/2024.Q1.2-v00.00
input_files:
- root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/LHCb/Collision24/CHARM.DST/00243718/0045/00243718_00451789_1.charm.dst
input_process: TurboPass
input_raw_format: '0.5'
input_stream: charm
input_type: ROOT
n_threads: 1
ntuple_file: 00256967_00009987_1.dvtuple_d0_to_hhee.root
simulation: 'False'
xml_file_catalog: pool_xml_catalog.xml
xml_summary_file: summaryDaVinci_00256967_00009987_1.xml

results in:

<?xml version="1.0" encoding="UTF-8"?>

<summary xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.0" xsi:noNamespaceSchemaLocation="$XMLSUMMARYBASEROOT/xml/XMLSummary.xsd">
	<success>True</success>
	<step>finalize</step>
	<usage>
		<stat useOf="MemoryMaximum" unit="KB">2501504.0</stat>
	</usage>
	<input>
		<file GUID="750D826A-82AE-11EF-917B-34800DFEAA74" name="PFN:root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/LHCb/Collision24/CHARM.DST/00243718/0045/00243718_00451789_1.charm.dst" status="part">41236</file>
	</input>
	<output />
	<counters>
		<counter name="XMLSummarySvc/handled">41237</counter>
	</counters>
	<lumiCounters />
</summary>

For reference the last release with 2024-patches:

$ lb-run --use=AnalysisProductions.v1r2259 DaVinci/v64r13 lbexec RareCharmWithElectrons.main_d0_to_hhee:main options.yaml

results in:

<?xml version="1.0" encoding="UTF-8"?>

<summary xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.0" xsi:noNamespaceSchemaLocation="$XMLSUMMARYBASEROOT/xml/XMLSummary.xsd">
	<success>True</success>
	<step>finalize</step>
	<usage>
		<stat useOf="MemoryMaximum" unit="KB">3135036.0</stat>
	</usage>
	<input>
		<file GUID="750D826A-82AE-11EF-917B-34800DFEAA74" name="PFN:root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/LHCb/Collision24/CHARM.DST/00243718/0045/00243718_00451789_1.charm.dst" status="full">41236</file>
	</input>
	<output />
	<counters>
		<counter name="XMLSummarySvc/handled">41238</counter>
	</counters>
	<lumiCounters />
</summary>
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information