Actions
Bug #22264
closeda-c-r not generating usage report?
Status:
Closed
Priority:
Normal
Assigned To:
-
Category:
Crunch
Target version:
Story points:
-
Description
I still haven't ruled out PEBKAC, but I cannot get a-c-r to generate a workflow usage report. No file for it appears in the log collection.
- I installed all our Python tools, from
sdk/cwl
on down through all its dependencies, from today's main. - It is using arvados/jobs built today.
- The container logs indicate all the components used should be recent enough to generate this report.
- I am running a-c-r specifically with
--enable-usage-report
. - I am running a-c-r with a variety of local and registered workflows.
- I do not see the "unable to generate resource usage report" message that should be logged if the report raises an exception.
https://workbench.tordo.arvadosapi.com/processes/tordo-xvhdp-ikm8997rg0vv9s5
https://workbench.tordo.arvadosapi.com/processes/tordo-xvhdp-gg10em99i9hdb3m
Updated by Peter Amstutz 4 months ago
I think where we're both getting confused is that it generates a report for each individual step, but because the workflow runner is responsible for doing it, it doesn't generate one for itself. I picked an arbitrary step and found it did have a resource report:
https://workbench.tordo.arvadosapi.com/processes/tordo-xvhdp-5dwyuu5dwl5bnvm
I'm open to suggestions on how to make this more obvious.
Actions