[% WRAPPER layout.tt titleHTML="Log of " _ (step ? " step $step.stepnr of " : "") _ "build ${build.id} of job " _ linkToJob(build.jobset, job) title="Log of " _ (step ? " step $step.stepnr of " : "") _ "build ${build.id} of job " _ makeNameTextForJob(build.jobset, job) %] [% PROCESS common.tt %]

Below [% IF tail %] are the last lines of [% ELSE %] is [% END %] the build log ( step ? c.uri_for('/build' build.id 'nixlog' step.stepnr, 'raw') : c.uri_for('/build' build.id 'log', 'raw')) %]>raw) of derivation [% IF step; step.drvpath; ELSE; build.drvpath; END %]. [% IF step && step.machine %] It was built on [% step.machine %]. [% END %] [% IF tail %] The step ? c.uri_for('/build' build.id 'nixlog' step.stepnr) : c.uri_for('/build' build.id 'log')) %]>full log is also available. [% END %]

Loading...
[% END %]