Skip to content

Instantly share code, notes, and snippets.

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 al3xtjames/12b195405652ed345996ff9904a028fc to your computer and use it in GitHub Desktop.
Save al3xtjames/12b195405652ed345996ff9904a028fc to your computer and use it in GitHub Desktop.
@nix { "action": "setPhase", "phase": "unpackPhase" }
Running phase: unpackPhase
unpacking source archive /nix/store/xbmcg49y9kb3n9va8f2phv6zffkmdmy6-source
source root is source
@nix { "action": "setPhase", "phase": "patchPhase" }
Running phase: patchPhase
@nix { "action": "setPhase", "phase": "configurePhase" }
Running phase: configurePhase
@nix { "action": "setPhase", "phase": "buildPhase" }
Running phase: buildPhase
Building subPackage .
Building subPackage ./ci
package github.com/psanford/wormhole-william/ci: build constraints exclude all Go files in /private/tmp/nix-build-wormhole-william-1.0.7.drv-0/source/ci
Building subPackage ./cmd
Building subPackage ./internal/crypto
Building subPackage ./rendezvous
Building subPackage ./rendezvous/internal/msgs
Building subPackage ./rendezvous/rendezvousservertest
Building subPackage ./version
Building subPackage ./wordlist
Building subPackage ./wormhole
@nix { "action": "setPhase", "phase": "checkPhase" }
Running phase: checkPhase
substituteStream(): WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'wormhole/wormhole_test.go')
package github.com/psanford/wormhole-william/ci: build constraints exclude all Go files in /private/tmp/nix-build-wormhole-william-1.0.7.drv-0/source/ci
--- FAIL: TestBasicClient (0.00s)
panic: httptest: failed to listen on a port: listen tcp6 [::1]:0: bind: operation not permitted [recovered]
panic: httptest: failed to listen on a port: listen tcp6 [::1]:0: bind: operation not permitted
goroutine 6 [running]:
testing.tRunner.func1.2({0x6011e80, 0xc000042440})
/nix/store/5wihfiw2y8vlalyyvy5dj47mhdlllc8m-go-1.22.1/share/go/src/testing/testing.go:1631 +0x24a
testing.tRunner.func1()
/nix/store/5wihfiw2y8vlalyyvy5dj47mhdlllc8m-go-1.22.1/share/go/src/testing/testing.go:1634 +0x377
panic({0x6011e80?, 0xc000042440?})
/nix/store/5wihfiw2y8vlalyyvy5dj47mhdlllc8m-go-1.22.1/share/go/src/runtime/panic.go:770 +0x132
net/http/httptest.newLocalListener()
/nix/store/5wihfiw2y8vlalyyvy5dj47mhdlllc8m-go-1.22.1/share/go/src/net/http/httptest/server.go:71 +0xda
net/http/httptest.NewUnstartedServer(...)
/nix/store/5wihfiw2y8vlalyyvy5dj47mhdlllc8m-go-1.22.1/share/go/src/net/http/httptest/server.go:119
net/http/httptest.NewServer({0x60893c0, 0xc0000eb450})
/nix/store/5wihfiw2y8vlalyyvy5dj47mhdlllc8m-go-1.22.1/share/go/src/net/http/httptest/server.go:106 +0x25
github.com/psanford/wormhole-william/rendezvous/rendezvousservertest.NewServer()
/private/tmp/nix-build-wormhole-william-1.0.7.drv-0/source/rendezvous/rendezvousservertest/rendezvousservertest.go:40 +0xe5
github.com/psanford/wormhole-william/rendezvous.TestBasicClient(0xc0000f0680)
/private/tmp/nix-build-wormhole-william-1.0.7.drv-0/source/rendezvous/client_test.go:14 +0x39
testing.tRunner(0xc0000f0680, 0x6086680)
/nix/store/5wihfiw2y8vlalyyvy5dj47mhdlllc8m-go-1.22.1/share/go/src/testing/testing.go:1689 +0xfb
created by testing.(*T).Run in goroutine 1
/nix/store/5wihfiw2y8vlalyyvy5dj47mhdlllc8m-go-1.22.1/share/go/src/testing/testing.go:1742 +0x390
FAIL github.com/psanford/wormhole-william/rendezvous 0.195s
FAIL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment