Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created February 15, 2021 21:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-rmcgibbo/0ddd91f2f439785d9d0ef558f305b70f to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/0ddd91f2f439785d9d0ef558f305b70f to your computer and use it in GitHub Desktop.
system: x86_64-linux | build_time: a moment | https://github.com/NixOS/nixpkgs/pull/113232
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/54hk9v02yhczs7x4n4igyvfd6y1wa9rn-source
source root is source
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
@nix { "action": "setPhase", "phase": "configurePhase" }
configuring
@nix { "action": "setPhase", "phase": "buildPhase" }
building
@nix { "action": "setPhase", "phase": "checkPhase" }
running tests
TAP version 13
# conditional.fish
ok 1 true
# hooks.fish
ok 2 setup
ok 3 teardown
# numbers.fish
ok 4 equal to
ok 5 less than
ok 6 less than or equal to
ok 7 greater that or equal to
ok 8 greater than
ok 9 not greater than
# status.fish
ok 10 true
ok 11 false
ok 12 return 2
ok 13 reset status
# variables.fish
ok 14 current_dirname
ok 15 current_filename
# files.fish
ok 16 file exists
ok 17 file is regular
ok 18 file is empty
ok 19 file is non-empty
ok 20 file is a directory
# strings.fish
ok 21 identical
ok 22 non-identical
ok 23 ! identical
ok 24 ! non-identical
ok 25 non-zero length string
ok 26 zero-length string
ok 27 -z nothing
ok 28 !-n nothing
ok 29 ! non-zero-length string
ok 30 ! zero-length string
ok 31 identical arrays
ok 32 non-identical arrays
ok 33 ! identical arrays
ok 34 multiline
ok 35 multiline expected
ok 36 multiline actual
# tap.fish
ok 37 version
ok 38 passed
ok 39 failed
ok 40 operator
ok 41 !operator
ok 42 actual
ok 43 expected
ok 44 invalid operator
ok 45 todo
ok 46 mesg
1..46
# pass 46
# ok
@nix { "action": "setPhase", "phase": "installPhase" }
installing
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/a9v7zadbq3k52dp6yn9y3mhlaliqnrqy-fishplugin-fishtape-2.1.3
strip is /nix/store/rqfgki7ck1bxqhk3hd7wziqhahjadfbj-binutils-2.35.1/bin/strip
patching script interpreter paths in /nix/store/a9v7zadbq3k52dp6yn9y3mhlaliqnrqy-fishplugin-fishtape-2.1.3
checking for references to /build/ in /nix/store/a9v7zadbq3k52dp6yn9y3mhlaliqnrqy-fishplugin-fishtape-2.1.3...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment