Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created January 19, 2021 21:43
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/1ae3e38b9158f684a04deba1e35f6e1b to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/1ae3e38b9158f684a04deba1e35f6e1b to your computer and use it in GitHub Desktop.
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/j0xk6mvm1pf9xwm5c3p31jp10dgywpfh-source
source root is source
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
@nix { "action": "setPhase", "phase": "configurePhase" }
configuring
@nix { "action": "setPhase", "phase": "buildPhase" }
building
Building subPackage .
internal/unsafeheader
internal/cpu
internal/bytealg
runtime/internal/atomic
runtime/internal/sys
runtime/internal/math
runtime
internal/reflectlite
errors
math/bits
math
unicode/utf8
strconv
internal/race
sync/atomic
sync
unicode
reflect
sort
internal/fmtsort
io
internal/oserror
syscall
internal/syscall/unix
time
internal/poll
internal/syscall/execenv
internal/testlog
os
fmt
bytes
strings
bufio
hash
crypto
encoding/binary
crypto/md5
crypto/sha1
crypto/sha256
crypto/sha512
encoding/hex
path/filepath
io/ioutil
golang.org/x/sys/cpu
golang.org/x/crypto/blake2b
golang.org/x/crypto/blake2s
golang.org/x/crypto/md4
golang.org/x/crypto/ripemd160
log
math/rand
github.com/edoardottt/pwdsafety/utils
golang.org/x/sys/unix
github.com/mattn/go-isatty
github.com/mattn/go-colorable
github.com/fatih/color
github.com/edoardottt/pwdsafety
Building subPackage ./pwds
github.com/edoardottt/pwdsafety/pwds/utilspwds
github.com/edoardottt/pwdsafety/pwds
Building subPackage ./pwds/utilspwds
Building subPackage ./tests
github.com/edoardottt/pwdsafety/tests
go build github.com/edoardottt/pwdsafety/tests: no non-test Go files in /build/source/tests
Building subPackage ./tests/utilstests
github.com/edoardottt/pwdsafety/tests/utilstests
Building subPackage ./utils
@nix { "action": "setPhase", "phase": "checkPhase" }
running tests
=== RUN TestGenerateSetString
--- PASS: TestGenerateSetString (0.00s)
=== RUN TestHowManyDifferents
--- PASS: TestHowManyDifferents (0.00s)
=== RUN TestIsThereUpperCase
--- PASS: TestIsThereUpperCase (0.00s)
=== RUN TestIsThereLowerCase
--- PASS: TestIsThereLowerCase (0.00s)
=== RUN TestIsThereSymbol
--- PASS: TestIsThereSymbol (0.00s)
=== RUN TestIsThereNumber
--- PASS: TestIsThereNumber (0.00s)
=== RUN TestHowManyTypes
--- PASS: TestHowManyTypes (0.00s)
=== RUN TestGenerateSetFiles
--- PASS: TestGenerateSetFiles (0.00s)
=== RUN TestCheckDuplicatePwd
--- PASS: TestCheckDuplicatePwd (0.00s)
=== RUN TestReverse
--- PASS: TestReverse (0.00s)
=== RUN TestFindExactly
--- PASS: TestFindExactly (0.00s)
=== RUN TestFindExactlyReversed
--- PASS: TestFindExactlyReversed (0.00s)
=== RUN TestReadWords
--- PASS: TestReadWords (0.00s)
PASS
ok github.com/edoardottt/pwdsafety/tests 0.002s
@nix { "action": "setPhase", "phase": "installPhase" }
installing
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/xnw2mjpahsf52xi49ycjkdkxl16q4fhm-pwdsafety-0.1.4
shrinking /nix/store/xnw2mjpahsf52xi49ycjkdkxl16q4fhm-pwdsafety-0.1.4/bin/pwds
patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
shrinking /nix/store/xnw2mjpahsf52xi49ycjkdkxl16q4fhm-pwdsafety-0.1.4/bin/pwdsafety
patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
strip is /nix/store/wcz8lsibkw2nikdb0bjl22p75lfwahzr-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/xnw2mjpahsf52xi49ycjkdkxl16q4fhm-pwdsafety-0.1.4/bin
patching script interpreter paths in /nix/store/xnw2mjpahsf52xi49ycjkdkxl16q4fhm-pwdsafety-0.1.4
checking for references to /build/ in /nix/store/xnw2mjpahsf52xi49ycjkdkxl16q4fhm-pwdsafety-0.1.4...
patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment