-
Notifications
You must be signed in to change notification settings - Fork 201
Closed
Description
Steps to reproduce:
#!/bin/sh
docker run -it --rm \
-v "nix:/nix" \
nixos/nix:2.3 sh -c "
nix-channel --add https://nixos.org/channels/nixos-19.09 nixpkgs &&
nix-channel --update &&
nix-env -iA nixpkgs.haskellPackages.network_3_1_0_1 &&
sh
"causes error
Failures:
tests/Network/SocketSpec.hs:43:9:
1) Network.Socket.bind successfully binds to an ipv6 socket
uncaught exception: IOException of type UnsupportedOperation
Network.Socket.bind: unsupported operation (Cannot assign requested address)
To rerun use: --match "/Network.Socket/bind/successfully binds to an ipv6 socket/"
Randomized with seed 1342511728
Finished in 0.2589 seconds
48 examples, 1 failure
Test suite spec: FAIL
the same error for latest release v3.1.1.1
Metadata
Metadata
Assignees
Labels
No labels