{% extends "base.html" %} {% import "macros.html" as m %} {% block title %}Runs - {{ pack.pack }}{% endblock %} {% block content %}
{{ report.started_at }} to {{ report.finished_at }}, exit {{ report.exit_code }}, {{ report.facts_dropped }} fact(s) dropped. Options: {% for key, value in report.options.items() %}{{ key }}={{ value }}{% if not loop.last %}, {% endif %}{% endfor %}
{{ m.stage_strip(strip) }}| Stage | Status | Seconds | Counts, reason or error |
|---|---|---|---|
| {{ stage.stage }} | {{ stage.status }} | {{ stage.seconds }} | {{ stage | as_json | shorten(400) }} |
Relocation review - every citation the last build did not resolve inside its own snapshot.
{% else %}No pipeline report yet.
{% endif %} {% if job %}Loading the job log...
The catalogue changed since this run directory was planned. The acquire stage would fail;
plan a new run directory instead (start the console with --run-dir {{ pack.pack }}=DIR).
Kept under {{ pack.console_dir }}/runs/, because the pipeline overwrites
pipeline-report.json.
| Started | Finished | Exit | Stages | Options |
|---|---|---|---|---|
| {{ entry.started_at[:19] }} | {{ entry.finished_at[:19] }} | {{ entry.exit_code }} | {% for stage in entry.stages %}{{ stage.stage }}:{{ stage.status }}{% if not loop.last %}, {% endif %}{% endfor %} | {{ entry.options.stages }}{% if entry.options.download %}, download{% endif %} |
| No run has finished through the console yet. | ||||
| Job | Kind | Actor | Status | Started | Log |
|---|---|---|---|---|---|
| {{ entry.job_id }} | {{ entry.kind }} | {{ entry.actor }} | {{ entry.status }}
{% if entry.error %} {{ entry.error | shorten(120) }} {% endif %} |
{{ entry.started_at[:19] }} | tail |
| No job started yet. | |||||