Advertisement
Guest User

Untitled

a guest
May 31st, 2018
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. bash -x nixos-rebuild test
  2. + '[' -x /nix/store/xn5gv3lpfy91yvfy9b0i7klfcxh9xskz-bash-4.4-p19/bin/bash ']'
  3. + export SHELL=/nix/store/xn5gv3lpfy91yvfy9b0i7klfcxh9xskz-bash-4.4-p19/bin/bash
  4. + SHELL=/nix/store/xn5gv3lpfy91yvfy9b0i7klfcxh9xskz-bash-4.4-p19/bin/bash
  5. + set -e
  6. + origArgs=("$@")
  7. + extraBuildFlags=()
  8. + action=
  9. + buildNix=1
  10. + fast=
  11. + rollback=
  12. + upgrade=
  13. + repair=
  14. + profile=/nix/var/nix/profiles/system
  15. + buildHost=
  16. + targetHost=
  17. + '[' 1 -gt 0 ']'
  18. + i=test
  19. + shift 1
  20. + case "$i" in
  21. + '[' test = dry-run ']'
  22. + action=test
  23. + '[' 0 -gt 0 ']'
  24. + '[' -z '' -a -n '' ']'
  25. + '[' '' = localhost ']'
  26. + '[' '' = localhost ']'
  27. + '[' -z test ']'
  28. + canRun=
  29. + '[' test = switch -o test = boot -o test = test ']'
  30. + canRun=1
  31. + '[' -n '' -a -z '' ']'
  32. + '[' -z '' ']'
  33. + export PATH=/nix/store/j86jzz7hmcy305xn6zx33933zshi2v2i-nix-2.0.2/bin:/home/bart/bin:/run/wrappers/bin:/home/bart/.nix-profile/bin:/nix/var/nix/profiles/default/bin:/run/current-system/sw/bin:/etc/profiles/per-user/bart/bin
  34. + PATH=/nix/store/j86jzz7hmcy305xn6zx33933zshi2v2i-nix-2.0.2/bin:/home/bart/bin:/run/wrappers/bin:/home/bart/.nix-profile/bin:/nix/var/nix/profiles/default/bin:/run/current-system/sw/bin:/etc/profiles/per-user/bart/bin
  35. + '[' -z '' -a -n 1 -a -z '' ']'
  36. ++ nix-build --no-out-link --expr 'with import <nixpkgs/nixos> {}; config.system.build.nixos-rebuild'
  37. warning: Nix search path entry '$HOME/.nix-defexpr/channels' does not exist, ignoring
  38. + p=/nix/store/swlmjq8mjvpiibhjwx98dpgm785b9xwd-nixos-rebuild
  39. + export _NIXOS_REBUILD_REEXEC=1
  40. + _NIXOS_REBUILD_REEXEC=1
  41. + exec /nix/store/swlmjq8mjvpiibhjwx98dpgm785b9xwd-nixos-rebuild/bin/nixos-rebuild test
  42. building Nix...
  43. warning: Nix search path entry '$HOME/.nix-defexpr/channels' does not exist, ignoring
  44. warning: Nix search path entry '$HOME/.nix-defexpr/channels' does not exist, ignoring
  45. warning: Nix search path entry '$HOME/.nix-defexpr/channels' does not exist, ignoring
  46. building the system configuration...
  47. warning: Nix search path entry '$HOME/.nix-defexpr/channels' does not exist, ignoring
  48. these derivations will be built:
  49. /nix/store/iqlnd8dz47ygzgl8039jp0xf00k83iyx-nixos-system-thinknix-18.09pre140920.5b468ea6b1d.drv
  50. building '/nix/store/iqlnd8dz47ygzgl8039jp0xf00k83iyx-nixos-system-thinknix-18.09pre140920.5b468ea6b1d.drv'...
  51. stopping the following units: nscd.service
  52. activating the configuration...
  53. setting up /etc...
  54. setting up tmpfiles
  55. starting the following units: nscd.service
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement