Skip to content

async branch: error if I don't add the project account (which is not the default that daint picks up) #56

Open
@jcanton

Description

@jcanton

terribly explained, just a friday afternoon reminder for next week

Starting chain for case icon-seq-test and workflow icon-seq-test
Running the Processing Chain in sequential mode.
Using built-in model restarts.
└── Starting chunk with startdate 2018-01-01 00:00:00+00:00
    └── Process "prepare_icon" for chunk "2018010100_2018010106"
Traceback (most recent call last):
  File "/scratch/snx3000/jcanton/processing-chain.async/./run_chain.py", line 298, in run_chunk
    to_call.main(cfg)
  File "/scratch/snx3000/jcanton/processing-chain.async/jobs/prepare_icon.py", line 97, in main
    cfg.submit('prepare_icon', script)
  File "/scratch/snx3000/jcanton/processing-chain.async/config.py", line 451, in submit
    job_id = int(result.stdout)
             ^^^^^^^^^^^^^^^^^^
ValueError: invalid literal for int() with base 10: b''

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/scratch/snx3000/jcanton/processing-chain.async/./run_chain.py", line 531, in <module>
    main()
  File "/scratch/snx3000/jcanton/processing-chain.async/./run_chain.py", line 517, in main
    restart_runs(cfg=cfg, force=args.force, resume=args.resume)
  File "/scratch/snx3000/jcanton/processing-chain.async/./run_chain.py", line 375, in restart_runs
    run_chunk(cfg=cfg, force=force, resume=resume)
  File "/scratch/snx3000/jcanton/processing-chain.async/./run_chain.py", line 315, in run_chunk
    raise RuntimeError(subject)
RuntimeError: ERROR or TIMEOUT in job 'prepare_icon' for chain '2018010100_2018010106'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions