----------------------------------------------------------------------
FAIL: pinger_test.go:104: pingerSuite.TestAgentConnectionDelaysShutdownWithPing
[LOG] 0:00.009 INFO juju.state opening state, mongo addresses: ["localhost:45858"]; entity <nil>
[LOG] 0:00.009 DEBUG juju.state dialing mongo
[LOG] 0:00.014 DEBUG juju.mongo dialled mongodb server at "127.0.0.1:45858"
[LOG] 0:00.020 DEBUG juju.state connection established
[LOG] 0:00.020 DEBUG juju.state mongodb login successful
[LOG] 0:00.093 DEBUG juju.mongo dialled mongodb server at "127.0.0.1:45858"
[LOG] 0:00.096 INFO juju.state initializing controller model 8fd78133-675d-4542-84be-b3e44bcd3dc5
[LOG] 0:00.201 INFO juju.state running state anonymously; using unique client id
[LOG] 0:00.201 INFO juju.state starting standard state workers
[LOG] 0:00.201 DEBUG juju.state.workers starting leadership lease manager
[LOG] 0:00.210 DEBUG juju.mongo dialled mongodb server at "127.0.0.1:45858"
[LOG] 0:00.227 DEBUG juju.state.workers starting singular lease manager
[LOG] 0:00.227 DEBUG juju.worker.lease waking to check leases at 1970-01-01 00:01:00.000000001 +0000 UTC
[LOG] 0:00.233 DEBUG juju.state.workers starting transaction log watcher
[LOG] 0:00.233 DEBUG juju.state.workers starting presence watcher
[LOG] 0:00.233 INFO juju.state creating cloud image metadata storage
[LOG] 0:00.233 INFO juju.state started state for model-8fd78133-675d-4542-84be-b3e44bcd3dc5 successfully
[LOG] 0:00.233 DEBUG juju.worker.lease waking to check leases at 1970-01-01 00:01:00.000000001 +0000 UTC
[LOG] 0:00.242 INFO juju.apiserver new certificate addresses:
[LOG] 0:00.243 WARNING juju.apiserver Unable to prime /mnt/tmp/check-6632892134439080678/1/logsink.log (proceeding anyway): chown /mnt/tmp/check-6632892134439080678/1/logsink.log: operation not permitted
[LOG] 0:00.243 INFO juju.apiserver listening on "[::]:36889"
[LOG] 0:00.243 DEBUG juju.apiserver Starting API http server on address "[::]:36889"
[LOG] 0:00.248 INFO juju.state new machine "0" has preferred addresses: private "", public ""
[LOG] 0:00.249 DEBUG juju.mongo dialled mongodb server at "127.0.0.1:45858"
[LOG] 0:00.307 INFO juju.api dialing "wss://localhost:36889/model/8fd78133-675d-4542-84be-b3e44bcd3dc5/api"
[LOG] 0:00.325 INFO juju.api connection established to "wss://localhost:36889/model/8fd78133-675d-4542-84be-b3e44bcd3dc5/api"
[LOG] 0:00.334 DEBUG juju.apiserver model login: machine-0 for 8fd78133-675d-4542-84be-b3e44bcd3dc5
pinger_test.go:117:
checkConnectionDies(c, conn)
pinger_test.go:161:
c.Fatal("connection didn't get shut down")
... Error: connection didn't get shut down
[LOG] 0:10.322 DEBUG juju.api RPC connection died
[LOG] 0:10.322 INFO juju.apiserver closed listening socket "[::]:36889" with final error: <nil>
[LOG] 0:10.322 DEBUG juju.apiserver API http server exited, final error was: accept tcp [::]:36889: use of closed network connection
[LOG] 0:10.322 DEBUG juju.state.workers stopped state workers without error
[LOG] 0:10.323 DEBUG juju.state closed state without error
[LOG] 0:10.323 DEBUG juju.state closed state without error
----------------------------------------------------------------------