[% WRAPPER layout.tt title="Build Information" %]
[% PROCESS common.tt %]
[% PROCESS "product-list.tt" %]
[% USE HTML %]
Build ID: |
[% build.id %] |
Time added: |
[% PROCESS renderDateTime timestamp = build.timestamp %] |
Status: |
[% IF build.finished %]
[% IF build.resultInfo.buildstatus == 0 %]
Success
[% ELSIF build.resultInfo.buildstatus == 1 %]
Build returned a non-zero exit code
[% ELSIF build.resultInfo.buildstatus == 2 %]
A dependency of the build failed
[% ELSE %]
Build failed
(see below)
[% END %]
[% ELSIF build.schedulingInfo.busy %]
Build in progress
since [% PROCESS renderDateTime timestamp = build.schedulingInfo.starttime %]
[% ELSE %]
Scheduled to be built
[% END %]
|
Project: |
[% build.project.name %] |
Jobset: |
[% build.jobset.name %] |
Job name: |
[% build.attrname %] |
Nix name: |
[% build.nixname %] |
Short description: |
[% IF build.description %][% HTML.escape(build.description) %][% ELSE %](not given)[% END %] |
Long description: |
[% IF build.longdescription %][% HTML.escape(build.longdescription) %][% ELSE %](not given)[% END %] |
License: |
[% IF build.license %][% HTML.escape(build.license) %][% ELSE %](not given)[% END %] |
System: |
[% build.system %] |
Derivation store path: |
[% build.drvpath %]
[% IF drvAvailable %]
(build-time dependencies)
[% END %]
|
Output store path: |
[% build.outpath %]
[% IF available %]
(runtime dependencies)
[% END %]
|
[% IF build.finished %]
Build started: |
[% IF build.resultInfo.starttime %][% PROCESS renderDateTime timestamp = build.resultInfo.starttime %][% ELSE %](cached build)[% END %] |
Build finished: |
[% IF build.resultInfo.stoptime %][% PROCESS renderDateTime timestamp = build.resultInfo.stoptime %][% ELSE %](cached build)[% END %] |
Duration (seconds): |
[% IF build.resultInfo.iscachedbuild %]
(cached build)
[% ELSE %]
[% build.resultInfo.stoptime - build.resultInfo.starttime %]
[% END %]
|
[% IF build.resultInfo.releasename %]
Release name: |
[% HTML.escape(build.resultInfo.releasename) %] |
[% END %]
[% IF build.resultInfo.logfile %]
Logfile: |
Available
|
[% END %]
[% ELSE %]
Priority: |
[% build.schedulingInfo.priority %] |
[% IF build.schedulingInfo.busy %]
Logfile: |
[% build.schedulingInfo.logfile %] |
[% END %]
[% END %]
Note: this build is no longer available.
[% END %]
[% PROCESS renderProductList %]
[% END %]
[% IF build.dependents %]