Additional helpful information in error messages.

[?]
Jun 30, 2018, 12:41 AM
BOGEJ3H2BBVJST4NDADX6JLTSBYCY23Y4ZLHRCDZFG4FUFQOZ2YQC

Dependencies

  • [2] 6WRGCITD Enable declarative projects.
  • [3] JAH3UPWA Support revision control systems via plugins
  • [4] INNOEHO6 * Fix getBuildLog for bzip2'd files.
  • [5] GEADFVZ5 hydra-queue-runner: Improved scheduling
  • [6] CHI2EHBJ declarative projects: Pull jobset spec build from the remote store
  • [7] 3BTJRSU3 GitInput.pm: Don't do a chdir to the Git clone
  • [8] AFTXA575 * $HYDRA_DATA environment variable.
  • [9] OSVLMLCQ hydra: factored out build restart and
  • [*] OOQ2D3KC * Refactoring: move fetchInput out of hydra_scheduler into a separate
  • [*] 2GK5DOU7 * Downloading closures.

Change contents

  • replacement in src/lib/Hydra/Helper/AddBuilds.pm at line 59
    [2.1825][2.1825:1907]()
    die "invalid keys in declarative specification file\n" if (%{$declSpec});
    [2.1825]
    [2.1907]
    die "invalid keys ($declSpec) in declarative specification file\n" if (%{$declSpec});
  • replacement in src/lib/Hydra/Helper/Nix.pm at line 428
    [3.887][3.887:979]()
    die "command `@{$args{cmd}}' failed with exit status $res->{status}" if $res->{status};
    [3.887]
    [3.979]
    die "command `@{$args{cmd}}' failed with exit status $res->{status} in $args{dir}" if $res->{status};