Build ID: |
[% build.id %] |
Status: |
[% INCLUDE renderStatus build=build %]
|
Project: |
[% INCLUDE renderProjectName project=project.name %] |
Jobset: |
[% INCLUDE renderJobsetName project=project.name jobset=jobset.name %] |
Job name: |
[% INCLUDE renderJobName project=project.name jobset=jobset.name job=job.name %] |
[% IF build.nixexprinput %]
Nix expression: |
file [% HTML.escape(build.nixexprpath) %] in input [% HTML.escape(build.nixexprinput) %] |
[% END %]
Nix name: |
[% build.nixname %] |
[% IF build.resultInfo.releasename %]
Release name: |
[% HTML.escape(build.resultInfo.releasename) %] |
[% END %]
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 %] |
Homepage: |
[% IF build.homepage %] build.homepage) %]>[% HTML.escape(build.homepage) %][% ELSE %](not given)[% END %] |
Maintainer(s): |
[% IF build.maintainers %][% HTML.escape(build.maintainers) %][% ELSE %](not given)[% END %] |
System: |
[% build.system %] |
Derivation store path: |
[% build.drvpath %]
[% IF drvAvailable %]
(build-time dependencies: graph | list)
[% END %]
|
Output store path: |
[% build.outpath %]
[% IF available %]
(runtime dependencies: graph | list)
[% END %]
|
Time added: |
[% INCLUDE renderDateTime timestamp = build.timestamp %] |
[% IF build.finished && build.resultInfo.buildstatus != 4 %]
[% IF build.resultInfo.iscachedbuild && cachedBuild %]
Cached build: |
[% INCLUDE renderFullBuildLink build=cachedBuild %] |
[% END %]
Build started: |
[% IF build.resultInfo.starttime %][% INCLUDE renderDateTime timestamp = build.resultInfo.starttime %][% ELSE %](cached build)[% END %] |
Build finished: |
[% IF build.resultInfo.stoptime %][% INCLUDE renderDateTime timestamp = build.resultInfo.stoptime %][% ELSE %](cached build)[% END %] |
Duration: |
[% IF build.resultInfo.iscachedbuild %]
(cached build)
[% ELSE %]
[% INCLUDE renderDuration duration = build.resultInfo.stoptime - build.resultInfo.starttime %]
[% END %]
|
[% IF build.resultInfo.logfile %]
Logfile: |
Available
(raw,
tail)
|
[% END %]
[% END %]
[% IF !build.finished %]
Priority: |
[% build.schedulingInfo.priority %] |
[% END %]
[% IF build.finished && build.buildproducts %]
Availability: |
[% IF !available %]
Build output is no longer available
[% ELSIF build.resultInfo.keep %]
Build output will be kept permanently
[% IF c.user_exists %]
[% END %]
[% ELSE %]
Build output is available, but may be garbage-collected
[% IF c.user_exists %]
[% END %]
[% END %]
|
[% END %]