{% extends "base.html" %} {% block title %}Build {{ build.job_name }} - circus{% endblock %} {% block auth %} {% if !auth_name.is_empty() %} {{ auth_name }}
{% else %} Login {% endif %} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}
{{ build.error_message }}
To reproduce this build locally, run one of the following commands:
nix build {{ build.drv_path }}^*
nix-build {{ build.drv_path }}
Note: You may need to add this server as a substituter to avoid rebuilding dependencies.
| # | Command | Exit | Started | Completed |
|---|---|---|---|---|
| {{ s.step_number }} |
{{ s.command }}
|
{% match s.exit_code %} {% when Some with (0) %} 0 {% when Some with (code) %} {{ code }} {% when None %} - {% endmatch %} | {{ s.started_at.format("%H:%M:%S") }} | {% match s.completed_at %} {% when Some with (t) %} {{ t.format("%H:%M:%S") }} {% when None %} - {% endmatch %} |
| Job | Status | System | Output |
|---|---|---|---|
| {{ dep.job_name }} | {{ dep.status_text }} | {{ dep.system }} |
{% if !dep.output_path.is_empty() %}
{{ dep.output_path }}
{% else %}
-
{% endif %}
|
| Job | Status | System | Output |
|---|---|---|---|
| {{ dep.job_name }} | {{ dep.status_text }} | {{ dep.system }} |
{% if !dep.output_path.is_empty() %}
{{ dep.output_path }}
{% else %}
-
{% endif %}
|
| Name | Path | Type | Size | SHA-256 | |
|---|---|---|---|---|---|
| {{ p.name }} {% if p.is_directory %}dir{% endif %} |
{{ p.path }}
|
{% match p.content_type %} {% when Some with (ct) %} {{ ct }} {% when None %} - {% endmatch %} | {% match p.file_size %} {% when Some with (sz) %} {{ sz }} B {% when None %} - {% endmatch %} |
{% match p.sha256_hash %}
{% when Some with (h) %}
{{ h }}
{% when None %}
-
{% endmatch %}
|
Download |