Thanks to visit codestin.com
Credit goes to github.com

Skip to content

test(cli): fix TestSSH/RemoteForward_Unix_Signal flake #16172

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 17, 2025

Conversation

mafredri
Copy link
Member

The re-use of net.Listener seemed dubious and potentially the cause of
sometimes the second run failing with an empty message.

The re-use of net.Listener seemed dubious and potentially the cause of
sometimes the second run failing with an empty message.
Copy link
Contributor

I'm not sure I follow: can you describe the mechanism you're worried about that could potentially cause the second run to fail with a n empty message?

Is there an issue describing the flake this fixes?

@mafredri
Copy link
Member Author

mafredri commented Jan 17, 2025

I'm not sure I follow: can you describe the mechanism you're worried about that could potentially cause the second run to fail with a n empty message?

Anything that can result in an empty string being sent on msgs by the second iteration.

The part that seems dubious to me is how we attempt to dial and send the message multiple times until success is closed. That's inherently racy and we can try to dial an extra time after sending the first message. My thinking is that this could leave an Accept in the tank for the next iteration. I didn't spend time to verify if that's possible or not, but it's a hunch and I don't see any harm in this change.

Is there an issue describing the flake this fixes?

Alas no, ran into this locally and the output got lost after a clear screen.


As I was writing this I managed to reproduce:

=== FAIL: cli TestSSH/RemoteForward_Unix_Signal (60.10s)
    t.go:106: 2025-01-17 13:55:56.134 [debu]  pubsub: pubsub dialing postgres  network=tcp  address=127.0.0.1:5432  timeout_ms=0
    t.go:106: 2025-01-17 13:55:56.134 [debu]  pubsub: pubsub postgres TCP connection established  network=tcp  address=127.0.0.1:5432  timeout_ms=0  elapsed_ms=0
    t.go:106: 2025-01-17 13:55:56.646 [debu]  pubsub: pubsub connected to postgres
    t.go:106: 2025-01-17 13:55:56.646 [debu]  pubsub: pubsub has started
    t.go:106: 2025-01-17 13:55:56.860 [debu]  coderd.dbrollup: rolling up data
    t.go:106: 2025-01-17 13:55:56.995 [info]  coderd.keyrotator: no valid keys detected, inserting new key  feature=workspace_apps_token
    t.go:106: 2025-01-17 13:55:57.001 [info]  coderd.keyrotator: inserted new key for feature  feature=workspace_apps_token
    t.go:106: 2025-01-17 13:55:57.001 [info]  coderd.keyrotator: no valid keys detected, inserting new key  feature=workspace_apps_api_key
    t.go:106: 2025-01-17 13:55:57.005 [debu]  coderd.metrics_cache: metrics refreshed  name="deployment stats"  interval=5m0s  took=145.025413ms
    t.go:106: 2025-01-17 13:55:57.009 [info]  coderd.keyrotator: inserted new key for feature  feature=workspace_apps_api_key
    t.go:106: 2025-01-17 13:55:57.009 [info]  coderd.keyrotator: no valid keys detected, inserting new key  feature=oidc_convert
    t.go:106: 2025-01-17 13:55:57.010 [debu]  coderd.metrics_cache: metrics refreshed  name="template build times"  interval=1h0m0s  took=150.27864ms
    t.go:106: 2025-01-17 13:55:57.014 [info]  coderd.keyrotator: inserted new key for feature  feature=oidc_convert
    t.go:106: 2025-01-17 13:55:57.014 [info]  coderd.keyrotator: no valid keys detected, inserting new key  feature=tailnet_resume
    t.go:106: 2025-01-17 13:55:57.017 [debu]  coderd.dbrollup: rolled up data  took=156.868217ms  event={"template_usage_stats":true}
    t.go:106: 2025-01-17 13:55:57.017 [debu]  coderd.dbrollup: next rollup at  next="2025-01-17T14:00:00Z"
    t.go:106: 2025-01-17 13:55:57.019 [info]  coderd.keyrotator: inserted new key for feature  feature=tailnet_resume
    t.go:106: 2025-01-17 13:55:57.023 [debu]  coderd.keyrotator: ctx canceled, stopping key rotation
    t.go:106: 2025-01-17 13:55:57.024 [debu]  pubsub: started listening to event channel  event=provisioner_job_posted
    t.go:106: 2025-01-17 13:55:57.024 [debu]  coderd.acquirer: subscribed to job postings
install.sh will be unavailable: open install.sh: file does not exist    t.go:106: 2025-01-17 13:55:57.025 [debu]  coderd.servertailnet.net.wgengine: [v1] using fake (no-op) tun device
    t.go:106: 2025-01-17 13:55:57.025 [debu]  coderd.servertailnet.net.wgengine: [v1] using fake (no-op) OS network configurator
    t.go:106: 2025-01-17 13:55:57.025 [debu]  coderd.servertailnet.net.wgengine: [v1] using fake (no-op) DNS configurator
    t.go:106: 2025-01-17 13:55:57.025 [debu]  coderd.servertailnet.net.wgengine: dns: using dns.noopManager
    t.go:106: 2025-01-17 13:55:57.025 [debu]  coderd.servertailnet.net.wgengine: link state: interfaces.State{defaultRoute=eth0 ifs={docker0:[172.17.0.1/16] eth0:[172.20.0.10/16]} v4=true v6=false}
    t.go:106: 2025-01-17 13:55:57.025 [debu]  coderd.servertailnet.net.wgengine: magicsock: [warning] failed to force-set UDP read buffer size to 7340032: operation not permitted; using kernel default values (impacts throughput only)
    t.go:106: 2025-01-17 13:55:57.025 [debu]  coderd.servertailnet.net.wgengine: magicsock: [warning] failed to force-set UDP write buffer size to 7340032: operation not permitted; using kernel default values (impacts throughput only)
    t.go:106: 2025-01-17 13:55:57.025 [debu]  coderd.servertailnet.net.wgengine: magicsock: [warning] failed to force-set UDP read buffer size to 7340032: operation not permitted; using kernel default values (impacts throughput only)
    t.go:106: 2025-01-17 13:55:57.025 [debu]  coderd.servertailnet.net.wgengine: magicsock: [warning] failed to force-set UDP write buffer size to 7340032: operation not permitted; using kernel default values (impacts throughput only)
    t.go:106: 2025-01-17 13:55:57.025 [debu]  coderd.servertailnet.net.wgengine: [v1] couldn't create raw v4 disco listener, using regular listener instead: raw disco listening disabled, SO_MARK unavailable
    t.go:106: 2025-01-17 13:55:57.025 [debu]  coderd.servertailnet.net.wgengine: [v1] couldn't create raw v6 disco listener, using regular listener instead: raw disco listening disabled, SO_MARK unavailable
    t.go:106: 2025-01-17 13:55:57.025 [debu]  coderd.servertailnet.net.wgengine: magicsock: disco key = d:f9f81c296750dfe1
    t.go:106: 2025-01-17 13:55:57.026 [debu]  coderd.servertailnet.net.wgengine: Creating WireGuard device...
    t.go:106: 2025-01-17 13:55:57.028 [debu]  coderd.servertailnet.net.wgengine: Bringing WireGuard device up...
    t.go:106: 2025-01-17 13:55:57.028 [debu]  coderd.servertailnet.net.wgengine: wg: [v2] UDP bind has been updated
    t.go:106: 2025-01-17 13:55:57.028 [debu]  coderd.servertailnet.net.wgengine: wg: [v2] Interface state was Down, requested Up, now Up
    t.go:106: 2025-01-17 13:55:57.028 [debu]  coderd.servertailnet.net.wgengine: Bringing router up...
    t.go:106: 2025-01-17 13:55:57.028 [debu]  coderd.servertailnet.net.wgengine: [v1] warning: fakeRouter.Up: not implemented.
    t.go:106: 2025-01-17 13:55:57.028 [debu]  coderd.servertailnet.net.wgengine: Clearing router settings...
    t.go:106: 2025-01-17 13:55:57.028 [debu]  coderd.servertailnet.net.wgengine: [v1] warning: fakeRouter.Set: not implemented.
    t.go:106: 2025-01-17 13:55:57.028 [debu]  coderd.servertailnet.net.wgengine: Starting network monitor...
    t.go:106: 2025-01-17 13:55:57.028 [debu]  coderd.servertailnet.net.wgengine: Engine created.
    t.go:106: 2025-01-17 13:55:57.028 [debu]  coderd.servertailnet: magicsock debug logging disabled, use CODER_MAGICSOCK_DEBUG_LOGGING=true to enable
    t.go:106: 2025-01-17 13:55:57.028 [debu]  coderd.servertailnet.net.wgengine: magicsock: SetPrivateKey called (init)
    t.go:106: 2025-01-17 13:55:57.030 [debu]  coderd.servertailnet.net.wgengine: wg: [v2] Routine: receive incoming mkReceiveFunc - started
    t.go:106: 2025-01-17 13:55:57.031 [debu]  coderd.servertailnet.net.wgengine: wg: [v2] Routine: receive incoming mkReceiveFunc - started
    t.go:106: 2025-01-17 13:55:57.031 [debu]  coderd.servertailnet.net.wgengine: wg: [v2] Routine: receive incoming receiveDERP - started
    t.go:106: 2025-01-17 13:55:57.034 [debu]  coderd.servertailnet: skipped sending node; no node callback
    t.go:106: 2025-01-17 13:55:57.034 [debu]  coderd.servertailnet: updating engine network map  network_map="netmap: self: [pFzNs] auth=machine-unknown u=? [fd7a:115c:a1e0:494d:aca8:2d63:9d14:ccf/128]\n"
    t.go:106: 2025-01-17 13:55:57.034 [debu]  coderd.servertailnet.net.wgengine: [v1] magicsock: got updated network map; 0 peers
    t.go:106: 2025-01-17 13:55:57.034 [debu]  coderd.servertailnet.net.netstack: [v2] netstack: registered IP fd7a:115c:a1e0:494d:aca8:2d63:9d14:ccf/128
    t.go:106: 2025-01-17 13:55:57.034 [debu]  coderd.servertailnet.net.wgengine: wgengine: Reconfig: configuring userspace WireGuard config (with 0/0 peers)
    t.go:106: 2025-01-17 13:55:57.034 [debu]  coderd.servertailnet.net.wgengine: wg: [v2] UAPI: Updating private key
    t.go:106: 2025-01-17 13:55:57.034 [debu]  coderd.servertailnet.net.wgengine: wgengine: Reconfig: configuring router
    t.go:106: 2025-01-17 13:55:57.034 [debu]  coderd.servertailnet.net.wgengine: [v1] warning: fakeRouter.Set: not implemented.
    t.go:106: 2025-01-17 13:55:57.034 [debu]  coderd.servertailnet.net.wgengine: wgengine: Reconfig: configuring DNS
    t.go:106: 2025-01-17 13:55:57.034 [debu]  coderd.workspaceapps.stats_collector: workspace app stats collector started
    t.go:106: 2025-01-17 13:55:57.034 [debu]  coderd.servertailnet.net.wgengine: dns: Set: {DefaultResolvers:[] Routes:{} SearchDomains:[] Hosts:0}
    t.go:106: 2025-01-17 13:55:57.034 [debu]  coderd.coord: initPeer  peer_id=ce5d457b-77cb-4a47-9a27-b8e1620e00b0  peer_name=inmemoryce5d457b-77cb-4a47-9a27-b8e1620e00b0
    t.go:106: 2025-01-17 13:55:57.034 [debu]  coderd.servertailnet.net.wgengine: dns: Resolvercfg: {Routes:{} Hosts:0 LocalDomains:[]}
    t.go:106: 2025-01-17 13:55:57.034 [debu]  coderd.coord: initial tunnel peers  peer_id=ce5d457b-77cb-4a47-9a27-b8e1620e00b0  peer_name=inmemoryce5d457b-77cb-4a47-9a27-b8e1620e00b0  tunnel_peers=[]
    t.go:106: 2025-01-17 13:55:57.035 [debu]  coderd.servertailnet.net.wgengine: dns: OScfg: {Nameservers:[] SearchDomains:[] MatchDomains:[] Hosts:[]}
    t.go:106: 2025-01-17 13:55:57.035 [info]  coderd.servertailnet: obtained tailnet API v2+ client
    t.go:106: 2025-01-17 13:55:57.035 [debu]  coderd.servertailnet.net.wgengine: [v1] wgengine: Reconfig done
    t.go:106: 2025-01-17 13:55:57.035 [debu]  coderd.servertailnet: serving coordinator
    t.go:106: 2025-01-17 13:55:57.035 [debu]  coderd.servertailnet: updating engine filter  filter="&{logf:0x1b8c5c0 local:0xc01a6fe000 logIPs:0xc01a6fe030 matches4:[{IPProto:[6 17 1 58 132] Srcs:[{ip:{addr:{hi:0 lo:281470681743360} z:0xc000012030} bitsPlusOne:1}] Dsts:[{Net:{ip:{addr:{hi:0 lo:281470681743360} z:0xc000012030} bitsPlusOne:1} Ports:{First:0 Last:65535}}] Caps:[]}] matches6:[{IPProto:[6 17 1 58 132] Srcs:[{ip:{addr:{hi:0 lo:0} z:0xc000012048} bitsPlusOne:1}] Dsts:[{Net:{ip:{addr:{hi:0 lo:0} z:0xc000012048} bitsPlusOne:1} Ports:{First:0 Last:65535}}] Caps:[]}] cap4:[] cap6:[] state:0xc0924fc090 shieldsUp:false}"
    t.go:106: 2025-01-17 13:55:57.035 [debu]  coderd.servertailnet: skipped sending node; no PreferredDERP  node="&{ID:nodeid:2ebfaaa89572764f AsOf:2025-01-17 13:55:57.035146 +0000 UTC Key:nodekey:a45ccdb3a6dffd5d9b51bee06fbec52d40a496b880a057e316cf8db4a4192477 DiscoKey:discokey:f9f81c296750dfe13cee1c2a43711ee42fda4257ac443efc09417f53522b364f PreferredDERP:0 DERPLatency:map[] DERPForcedWebsocket:map[] Addresses:[fd7a:115c:a1e0:494d:aca8:2d63:9d14:ccf/128] AllowedIPs:[fd7a:115c:a1e0:494d:aca8:2d63:9d14:ccf/128] Endpoints:[]}"
    t.go:106: 2025-01-17 13:55:57.038 [debu]  client: sdk request  method=POST  url=http://localhost:43083/api/v2/users/first  body=""
    t.go:106: 2025-01-17 13:55:57.984 [debu]  coderd: entitlements will not be refreshed  request_id=7ad507ab-7931-4615-a211-768e069c7ea1
    t.go:106: 2025-01-17 13:55:57.996 [debu]  coderd: POST  host=localhost:43083  path=/api/v2/users/first  proto=HTTP/1.1  remote_addr=127.0.0.1  start="2025-01-17T13:55:57.040774647Z"  took=955.239451ms  status_code=201  latency_ms=955  request_id=7ad507ab-7931-4615-a211-768e069c7ea1
    t.go:106: 2025-01-17 13:55:57.997 [debu]  client: sdk response  method=POST  url=http://localhost:43083/api/v2/users/first  status=201  body=""  trace_id=""  span_id=""
    t.go:106: 2025-01-17 13:55:57.997 [debu]  client: sdk request  method=POST  url=http://localhost:43083/api/v2/users/login  body=""
    t.go:106: 2025-01-17 13:55:58.014 [debu]  coderd: POST  host=localhost:43083  path=/api/v2/users/login  proto=HTTP/1.1  remote_addr=127.0.0.1  start="2025-01-17T13:55:57.998156515Z"  took=16.002305ms  status_code=201  latency_ms=16  request_id=28a2f627-895e-4cd9-b016-b423d355969a
    t.go:106: 2025-01-17 13:55:58.014 [debu]  client: sdk response  method=POST  url=http://localhost:43083/api/v2/users/login  status=201  body=""  trace_id=""  span_id=""
    t.go:106: 2025-01-17 13:55:58.014 [debu]  client: sdk request  method=POST  url=http://localhost:43083/api/v2/users  body=""
    t.go:106: 2025-01-17 13:55:58.095 [debu]  coderd: POST  host=localhost:43083  path=/api/v2/users  proto=HTTP/1.1  remote_addr=127.0.0.1  start="2025-01-17T13:55:58.014929225Z"  took=80.816582ms  status_code=201  latency_ms=80  request_id=4b08c4aa-e7c0-4243-955c-58f7efffeb91
    t.go:106: 2025-01-17 13:55:58.095 [debu]  client: sdk response  method=POST  url=http://localhost:43083/api/v2/users  status=201  body=""  trace_id=""  span_id=""
    t.go:106: 2025-01-17 13:55:58.096 [debu]  client: sdk request  method=POST  url=http://localhost:43083/api/v2/users/login  body=""
    t.go:106: 2025-01-17 13:55:58.683 [debu]  coderd: POST  host=localhost:43083  path=/api/v2/users/login  proto=HTTP/1.1  remote_addr=127.0.0.1  start="2025-01-17T13:55:58.097246657Z"  took=586.642333ms  status_code=201  latency_ms=586  request_id=7158d16d-50e3-418b-8c39-7c59d4da0c54
    t.go:106: 2025-01-17 13:55:58.684 [debu]  client: sdk response  method=POST  url=http://localhost:43083/api/v2/users/login  status=201  body=""  trace_id=""  span_id=""
    t.go:106: 2025-01-17 13:55:58.684 [debu]  client: sdk request  method=GET  url=http://localhost:43083/api/v2/users/reverent-varahamihira8-Qpu  body=""
    t.go:106: 2025-01-17 13:55:59.161 [debu]  coderd: GET  host=localhost:43083  path=/api/v2/users/reverent-varahamihira8-Qpu  proto=HTTP/1.1  remote_addr=127.0.0.1  start="2025-01-17T13:55:58.805731117Z"  took=355.452633ms  status_code=200  latency_ms=355  request_id=00b803df-a007-4bab-8a3e-e834800582ec
    t.go:106: 2025-01-17 13:55:59.162 [debu]  client: sdk response  method=GET  url=http://localhost:43083/api/v2/users/reverent-varahamihira8-Qpu  status=200  body=""  trace_id=""  span_id=""
    ssh_test.go:827: connect 1 of 2
    t.go:106: 2025-01-17 13:55:59.257 [debu]  agent: using script data dir  script_data_dir=""
    clitest.go:75: invoking command: coder --global-config /tmp/TestSSHRemoteForward_Unix_Signal4033394611/004 ssh nice_merkle396 --remote-forward /tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock:/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/local.sock
    t.go:106: 2025-01-17 13:55:59.259 [debu]  coderd: GET  host=localhost:43083  path=/api/v2/appearance  proto=HTTP/1.1  remote_addr=127.0.0.1  start="2025-01-17T13:55:59.25976445Z"  took=108.598µs  status_code=404  latency_ms=0  request_id=5f1cb600-564c-4f85-b6e6-095f5757efaf
    t.go:106: 2025-01-17 13:55:59.259 [debu]  coderd.cli-telemetry: report sent  request_id=5f1cb600-564c-4f85-b6e6-095f5757efaf  count=1
    ssh_test.go:888: dial error: dial unix /tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock: connect: no such file or directory
    ssh_test.go:888: dial error: dial unix /tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock: connect: no such file or directory
    t.go:106: 2025-01-17 13:56:00.332 [info]  agent: connecting to coderd
    t.go:106: 2025-01-17 13:56:00.355 [debu]  coderd.agentrpc: accepting agent RPC connection  owner=reverent-varahamihira8-Qpu  workspace_name=nice_merkle396  agent_name=""  request_id=f7fc2e47-7365-4b55-b0ce-4c882aece7f5  agent_id=3a5b2a46-b6af-4365-8859-479cedf5c885  agent_created_at="2025-01-17T10:25:59.230671-03:30"  agent_updated_at="2025-01-17T10:25:59.230672-03:30"  agent_name=""  agent_first_connected_at="0001-01-01T00:00:00Z"  agent_last_connected_at="0001-01-01T00:00:00Z"  agent_disconnected_at="0001-01-01T00:00:00Z"  agent_version=""  agent_last_connected_replica_id=<nil>  agent_connection_timeout_seconds=0  agent_api_version=""  agent_resource_id=7da49ef2-bc5c-4a9b-9e01-1584e18af3aa
    t.go:106: 2025-01-17 13:56:00.355 [debu]  agent: starting agent routine  name="init notification banners"
    t.go:106: 2025-01-17 13:56:00.355 [debu]  agent: starting agent routine  name="send logs"
    t.go:106: 2025-01-17 13:56:00.355 [debu]  agent: starting agent routine  name="report metadata"
    t.go:106: 2025-01-17 13:56:00.355 [debu]  agent: starting tailnet routine  name=coordination
    t.go:106: 2025-01-17 13:56:00.355 [debu]  agent: starting tailnet routine  name="derp map subscriber"
    t.go:106: 2025-01-17 13:56:00.355 [debu]  agent: starting agent routine  name="stats report loop"
    t.go:106: 2025-01-17 13:56:00.355 [debu]  agent: starting agent routine  name="handle manifest"
    t.go:106: 2025-01-17 13:56:00.355 [debu]  agent: starting agent routine  name="report lifecycle"
    t.go:106: 2025-01-17 13:56:00.355 [debu]  agent: starting agent routine  name="create or update network"
    t.go:106: 2025-01-17 13:56:00.355 [debu]  agent: starting agent routine  name="app health reporter"
    t.go:106: 2025-01-17 13:56:00.355 [debu]  agent: starting agent routine  name="fetch service banner loop"
    t.go:106: 2025-01-17 13:56:00.356 [debu]  agent: routine exited  name="init notification banners"  error=<nil>
    t.go:106: 2025-01-17 13:56:00.926 [debu]  pubsub: publish  event=workspace_owner:3f2af3e8-1c17-445d-98a9-190b431ee362  message_len=136
    ssh_test.go:888: dial error: dial unix /tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock: connect: no such file or directory
    t.go:106: 2025-01-17 13:56:01.235 [debu]  coderd: GET  host=localhost:43083  path=/api/v2/users/me/workspace/nice_merkle396  proto=HTTP/1.1  remote_addr=127.0.0.1  start="2025-01-17T13:55:59.260481468Z"  took=1.975443768s  status_code=200  latency_ms=1975  request_id=1b5d2a4d-d9de-4b62-a768-e154cf755c17
    t.go:106: 2025-01-17 13:56:01.257 [info]  agent: fetched manifest  manifest="agent_id:\":[*F\\xb6\\xafCe\\x88YG\\x9c\\xed\\xf5ȅ\" owner_username:\"reverent-varahamihira8-Qpu\" workspace_id:\"~\\xc2U\\xad\\x1a-Ck\\x96\\xba\\x01\\xcd\\xc9=\\xf5\\xe4\" workspace_name:\"nice_merkle396\" derp_map:{home_params:{} regions:{key:999 value:{region_id:999 embedded_relay:true region_code:\"coder\" region_name:\"Coder Embedded Relay\" nodes:{name:\"999b\" region_id:999 ipv4:\"127.0.0.1\" stun_port:-1 derp_port:43083 insecure_for_tests:true force_http:true}}} regions:{key:1000 value:{region_id:1000 region_code:\"coder_stun_1000\" region_name:\"Coder STUN 1000\" nodes:{name:\"1000stun0\" region_id:1000 host_name:\"127.0.0.1\" stun_port:46084 stun_only:true}}}}"
    t.go:106: 2025-01-17 13:56:01.264 [debu]  coderd.agentrpc: post workspace agent version  owner=reverent-varahamihira8-Qpu  workspace_name=nice_merkle396  agent_name=""  request_id=f7fc2e47-7365-4b55-b0ce-4c882aece7f5  workspace_id=7ec255ad-1a2d-436b-96ba-01cdc93df5e4  agent_version=v0.0.0-devel
    ssh_test.go:888: dial error: dial unix /tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock: connect: no such file or directory
    t.go:106: 2025-01-17 13:56:01.274 [debu]  coderd: GET  host=localhost:43083  path=/api/v2/templateversions/e91f86dc-4756-4958-adfc-780e306eacb4  proto=HTTP/1.1  remote_addr=127.0.0.1  start="2025-01-17T13:56:01.236527525Z"  took=38.451291ms  status_code=200  latency_ms=38  request_id=421e3a0e-f647-4636-a132-e53c525321d6
    t.go:106: 2025-01-17 13:56:01.280 [debu]  agent: set lifecycle state  current={"state":"starting","changed_at":"2025-01-17T13:56:01.280464Z"}  last={"state":"created","changed_at":"0001-01-01T00:00:00Z"}
    t.go:106: 2025-01-17 13:56:01.280 [info]  agent: initializing agent scripts  script_count=0  log_dir=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/003
    t.go:106: 2025-01-17 13:56:01.280 [debu]  agent: routine exited  name="app health reporter"  error=<nil>
    t.go:106: 2025-01-17 13:56:01.280 [debu]  agent: routine exited  name="handle manifest"  error=<nil>
    t.go:106: 2025-01-17 13:56:01.280 [debu]  agent: set lifecycle state  current={"state":"ready","changed_at":"2025-01-17T13:56:01.28062Z"}  last={"state":"starting","changed_at":"2025-01-17T13:56:01.280464Z"}
    t.go:106: 2025-01-17 13:56:01.280 [debu]  agent: reporting lifecycle state  payload="lifecycle:{state:STARTING changed_at:{seconds:1737122161 nanos:280464000}}"
    t.go:106: 2025-01-17 13:56:01.281 [debu]  agent.net.tailnet.net.wgengine: [v1] using fake (no-op) tun device
    t.go:106: 2025-01-17 13:56:01.281 [debu]  agent.net.tailnet.net.wgengine: [v1] using fake (no-op) OS network configurator
    t.go:106: 2025-01-17 13:56:01.281 [debu]  agent.net.tailnet.net.wgengine: [v1] using fake (no-op) DNS configurator
    t.go:106: 2025-01-17 13:56:01.281 [debu]  agent.net.tailnet.net.wgengine: dns: using dns.noopManager
    t.go:106: 2025-01-17 13:56:01.281 [debu]  agent.net.tailnet.net.wgengine: link state: interfaces.State{defaultRoute=eth0 ifs={docker0:[172.17.0.1/16] eth0:[172.20.0.10/16]} v4=true v6=false}
    t.go:106: 2025-01-17 13:56:01.281 [debu]  agent.net.tailnet.net.wgengine: magicsock: [warning] failed to force-set UDP read buffer size to 7340032: operation not permitted; using kernel default values (impacts throughput only)
    t.go:106: 2025-01-17 13:56:01.281 [debu]  agent.net.tailnet.net.wgengine: magicsock: [warning] failed to force-set UDP write buffer size to 7340032: operation not permitted; using kernel default values (impacts throughput only)
    t.go:106: 2025-01-17 13:56:01.282 [debu]  agent.net.tailnet.net.wgengine: magicsock: [warning] failed to force-set UDP read buffer size to 7340032: operation not permitted; using kernel default values (impacts throughput only)
    t.go:106: 2025-01-17 13:56:01.282 [debu]  agent.net.tailnet.net.wgengine: magicsock: [warning] failed to force-set UDP write buffer size to 7340032: operation not permitted; using kernel default values (impacts throughput only)
    t.go:106: 2025-01-17 13:56:01.282 [debu]  agent.net.tailnet.net.wgengine: [v1] couldn't create raw v4 disco listener, using regular listener instead: raw disco listening disabled, SO_MARK unavailable
    t.go:106: 2025-01-17 13:56:01.282 [debu]  agent.net.tailnet.net.wgengine: [v1] couldn't create raw v6 disco listener, using regular listener instead: raw disco listening disabled, SO_MARK unavailable
    t.go:106: 2025-01-17 13:56:01.282 [debu]  agent.net.tailnet.net.wgengine: magicsock: disco key = d:6ed36348210e40d9
    t.go:106: 2025-01-17 13:56:01.282 [debu]  agent.net.tailnet.net.wgengine: Creating WireGuard device...
    t.go:106: 2025-01-17 13:56:01.282 [debu]  agent.net.tailnet.net.wgengine: Bringing WireGuard device up...
    t.go:106: 2025-01-17 13:56:01.282 [debu]  agent.net.tailnet.net.wgengine: wg: [v2] UDP bind has been updated
    t.go:106: 2025-01-17 13:56:01.282 [debu]  agent.net.tailnet.net.wgengine: wg: [v2] Routine: receive incoming mkReceiveFunc - started
    t.go:106: 2025-01-17 13:56:01.282 [debu]  agent.net.tailnet.net.wgengine: wg: [v2] Interface state was Down, requested Up, now Up
    t.go:106: 2025-01-17 13:56:01.283 [debu]  agent.net.tailnet.net.wgengine: Bringing router up...
    t.go:106: 2025-01-17 13:56:01.283 [debu]  agent.net.tailnet.net.wgengine: [v1] warning: fakeRouter.Up: not implemented.
    t.go:106: 2025-01-17 13:56:01.282 [debu]  agent.net.tailnet.net.wgengine: wg: [v2] Routine: receive incoming mkReceiveFunc - started
    t.go:106: 2025-01-17 13:56:01.283 [debu]  agent.net.tailnet.net.wgengine: Clearing router settings...
    t.go:106: 2025-01-17 13:56:01.283 [debu]  agent.net.tailnet.net.wgengine: wg: [v2] Routine: receive incoming receiveDERP - started
    t.go:106: 2025-01-17 13:56:01.283 [debu]  agent.net.tailnet.net.wgengine: [v1] warning: fakeRouter.Set: not implemented.
    t.go:106: 2025-01-17 13:56:01.283 [debu]  agent.net.tailnet.net.wgengine: Starting network monitor...
    t.go:106: 2025-01-17 13:56:01.283 [debu]  agent.net.tailnet.net.wgengine: Engine created.
    t.go:106: 2025-01-17 13:56:01.283 [debu]  agent.net.tailnet: magicsock debug logging disabled, use CODER_MAGICSOCK_DEBUG_LOGGING=true to enable
    t.go:106: 2025-01-17 13:56:01.283 [debu]  agent.net.tailnet.net.wgengine: magicsock: SetPrivateKey called (init)
    t.go:106: 2025-01-17 13:56:01.285 [debu]  agent.net.tailnet: skipped sending node; no node callback
    t.go:106: 2025-01-17 13:56:01.285 [debu]  agent: routine exited  name="create or update network"  error=<nil>
    t.go:106: 2025-01-17 13:56:01.285 [info]  agent.ssh-server: started serving listener  listen_addr={}
    t.go:106: 2025-01-17 13:56:01.286 [info]  agent: connected to derp map RPC
    t.go:106: 2025-01-17 13:56:01.285 [debu]  agent.net.tailnet: updating engine DERP map  derp_map="{\"HomeParams\":{},\"Regions\":{\"1000\":{\"EmbeddedRelay\":false,\"RegionID\":1000,\"RegionCode\":\"coder_stun_1000\",\"RegionName\":\"Coder STUN 1000\",\"Nodes\":[{\"Name\":\"1000stun0\",\"RegionID\":1000,\"HostName\":\"127.0.0.1\",\"STUNPort\":46084,\"STUNOnly\":true}]},\"999\":{\"EmbeddedRelay\":true,\"RegionID\":999,\"RegionCode\":\"coder\",\"RegionName\":\"Coder Embedded Relay\",\"Nodes\":[{\"Name\":\"999b\",\"RegionID\":999,\"HostName\":\"localhost\",\"IPv4\":\"127.0.0.1\",\"STUNPort\":-1,\"DERPPort\":43083,\"InsecureForTests\":true,\"ForceHTTP\":true}]}}}"
    t.go:106: 2025-01-17 13:56:01.286 [debu]  coderd.agentrpc: workspace agent state report  owner=reverent-varahamihira8-Qpu  workspace_name=nice_merkle396  agent_name=""  workspace_id=7ec255ad-1a2d-436b-96ba-01cdc93df5e4  payload="lifecycle:{state:STARTING changed_at:{seconds:1737122161 nanos:280464000}}"  request_id=f7fc2e47-7365-4b55-b0ce-4c882aece7f5
    t.go:106: 2025-01-17 13:56:01.286 [debu]  agent.net.tailnet: updating engine network map  network_map="netmap: self: [GmaVJ] auth=machine-unknown u=? [fd7a:115c:a1e0:4365:8859:479c:edf5:c885/128 fd60:627a:a42b:4365:8859:479c:edf5:c885/128]\n"
    t.go:106: 2025-01-17 13:56:01.286 [info]  agent: connected to coordination RPC
    t.go:106: 2025-01-17 13:56:01.286 [debu]  agent.net.tailnet.net.wgengine: [v1] magicsock: got updated network map; 0 peers
    t.go:106: 2025-01-17 13:56:01.286 [debu]  agent.net.tailnet.net.netstack: [v2] netstack: registered IP fd7a:115c:a1e0:4365:8859:479c:edf5:c885/128
    t.go:106: 2025-01-17 13:56:01.286 [debu]  agent.net.tailnet.net.netstack: [v2] netstack: registered IP fd60:627a:a42b:4365:8859:479c:edf5:c885/128
    t.go:106: 2025-01-17 13:56:01.286 [debu]  agent.net.tailnet: skipped sending node; no PreferredDERP  node="&{ID:nodeid:77a6b863120a377b AsOf:2025-01-17 13:56:01.286436 +0000 UTC Key:nodekey:1a66952498d886f13aec94dff630c80ae4386b3062372f5821761ede7f90af05 DiscoKey:discokey:6ed36348210e40d9b0eb711c6cc017ec7394b11c69ae6ad7cab7bdb2d699e06b PreferredDERP:0 DERPLatency:map[] DERPForcedWebsocket:map[] Addresses:[fd7a:115c:a1e0:4365:8859:479c:edf5:c885/128 fd60:627a:a42b:4365:8859:479c:edf5:c885/128] AllowedIPs:[fd7a:115c:a1e0:4365:8859:479c:edf5:c885/128 fd60:627a:a42b:4365:8859:479c:edf5:c885/128] Endpoints:[]}"
    t.go:106: 2025-01-17 13:56:01.286 [debu]  agent.net.tailnet.net.wgengine: wgengine: Reconfig: configuring userspace WireGuard config (with 0/0 peers)
    t.go:106: 2025-01-17 13:56:01.286 [debu]  agent.net.tailnet.net.wgengine: wg: [v2] UAPI: Updating private key
    t.go:106: 2025-01-17 13:56:01.286 [debu]  coderd.agentrpc: starting tailnet Coordinate  owner=reverent-varahamihira8-Qpu  workspace_name=nice_merkle396  agent_name=""  peer_id={"Name":"reverent-varahamihira8-Qpu-nice_merkle396-","ID":"3a5b2a46-b6af-4365-8859-479cedf5c885","Auth":{"ID":"3a5b2a46-b6af-4365-8859-479cedf5c885"}}  name=reverent-varahamihira8-Qpu-nice_merkle396-  request_id=f7fc2e47-7365-4b55-b0ce-4c882aece7f5
    t.go:106: 2025-01-17 13:56:01.286 [debu]  coderd.coord: initPeer  peer_id=3a5b2a46-b6af-4365-8859-479cedf5c885  peer_name=reverent-varahamihira8-Qpu-nice_merkle396-
    t.go:106: 2025-01-17 13:56:01.287 [debu]  agent.net.tailnet.net.wgengine: wgengine: Reconfig: configuring router
    t.go:106: 2025-01-17 13:56:01.287 [debu]  agent.net.tailnet.net.wgengine: [v1] warning: fakeRouter.Set: not implemented.
    t.go:106: 2025-01-17 13:56:01.287 [debu]  coderd.coord: initial tunnel peers  peer_id=3a5b2a46-b6af-4365-8859-479cedf5c885  peer_name=reverent-varahamihira8-Qpu-nice_merkle396-  tunnel_peers=[]
    t.go:106: 2025-01-17 13:56:01.287 [debu]  agent.net.tailnet.net.wgengine: wgengine: Reconfig: configuring DNS
    t.go:106: 2025-01-17 13:56:01.287 [debu]  agent.net.tailnet.net.wgengine: dns: Set: {DefaultResolvers:[] Routes:{} SearchDomains:[] Hosts:0}
    t.go:106: 2025-01-17 13:56:01.287 [debu]  agent.net.tailnet.net.wgengine: dns: Resolvercfg: {Routes:{} Hosts:0 LocalDomains:[]}
    t.go:106: 2025-01-17 13:56:01.287 [debu]  agent.net.tailnet.net.wgengine: dns: OScfg: {Nameservers:[] SearchDomains:[] MatchDomains:[] Hosts:[]}
    t.go:106: 2025-01-17 13:56:01.287 [debu]  agent.net.tailnet.net.wgengine: [v1] wgengine: Reconfig done
    t.go:106: 2025-01-17 13:56:01.287 [debu]  agent.net.tailnet: updating engine filter  filter="&{logf:0x1b8c5c0 local:0xc0f187c618 logIPs:0xc0f187c630 matches4:[{IPProto:[6 17 1 58 132] Srcs:[{ip:{addr:{hi:0 lo:281470681743360} z:0xc000012030} bitsPlusOne:1}] Dsts:[{Net:{ip:{addr:{hi:0 lo:281470681743360} z:0xc000012030} bitsPlusOne:1} Ports:{First:0 Last:65535}}] Caps:[]}] matches6:[{IPProto:[6 17 1 58 132] Srcs:[{ip:{addr:{hi:0 lo:0} z:0xc000012048} bitsPlusOne:1}] Dsts:[{Net:{ip:{addr:{hi:0 lo:0} z:0xc000012048} bitsPlusOne:1} Ports:{First:0 Last:65535}}] Caps:[]}] cap4:[] cap6:[] state:0xc0dca4d7a0 shieldsUp:false}"
    t.go:106: 2025-01-17 13:56:01.292 [debu]  pubsub: publish  event=workspace_owner:3f2af3e8-1c17-445d-98a9-190b431ee362  message_len=135
    t.go:106: 2025-01-17 13:56:01.294 [debu]  agent: successfully reported lifecycle state  payload="lifecycle:{state:STARTING changed_at:{seconds:1737122161 nanos:280464000}}"
    t.go:106: 2025-01-17 13:56:01.294 [debu]  agent: reporting lifecycle state  payload="lifecycle:{state:READY changed_at:{seconds:1737122161 nanos:280620000}}"
    t.go:106: 2025-01-17 13:56:01.298 [debu]  agent.net.tailnet.net.wgengine: netcheck: netcheck.runProbe: got STUN response for 1000stun0 from 127.0.0.1:38846 (a8354f3a324993dd23735a32) in 11.826059ms
    t.go:106: 2025-01-17 13:56:01.298 [debu]  agent.net.tailnet.net.wgengine: netcheck: netcheck.runProbe: got STUN response for 1000stun0 from 127.0.0.1:38846 (42efa829029e0df4c70054b8) in 11.931852ms
    t.go:106: 2025-01-17 13:56:01.298 [debu]  agent.net.tailnet.net.wgengine: netcheck: netcheck.runProbe: got STUN response for 1000stun0 from 127.0.0.1:38846 (77395cc6ff84cd75ff7b4d38) in 11.971701ms
    t.go:106: 2025-01-17 13:56:01.298 [debu]  coderd.agentrpc: workspace agent state report  owner=reverent-varahamihira8-Qpu  workspace_name=nice_merkle396  agent_name=""  workspace_id=7ec255ad-1a2d-436b-96ba-01cdc93df5e4  payload="lifecycle:{state:READY changed_at:{seconds:1737122161 nanos:280620000}}"  request_id=f7fc2e47-7365-4b55-b0ce-4c882aece7f5
    t.go:106: 2025-01-17 13:56:01.302 [debu]  pubsub: publish  event=workspace_owner:3f2af3e8-1c17-445d-98a9-190b431ee362  message_len=135
    t.go:106: 2025-01-17 13:56:01.305 [debu]  agent: successfully reported lifecycle state  payload="lifecycle:{state:READY changed_at:{seconds:1737122161 nanos:280620000}}"
    ssh_test.go:888: dial error: dial unix /tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock: connect: no such file or directory
    t.go:106: 2025-01-17 13:56:01.814 [debu]  agent.net.tailnet.net.wgengine: netcheck: [v1] measuring ICMP latency of coder (999): no address for node 999b
    t.go:106: 2025-01-17 13:56:01.815 [debu]  coderd: GET  host=localhost  path=/derp/latency-check  proto=HTTP/1.1  remote_addr=127.0.0.1  start="2025-01-17T13:56:01.815067589Z"  took=66.643µs  status_code=200  latency_ms=0  request_id=81cdd21b-bd4b-4b4b-9993-0de4d3794d74
    t.go:106: 2025-01-17 13:56:01.816 [debu]  agent.net.tailnet.net.wgengine: netcheck: [v1] report: udp=true v6=false v6os=true mapvarydest=false hair= portmap= v4a=127.0.0.1:38846 derp=999 derpdist=999v4:1ms
    t.go:106: 2025-01-17 13:56:01.816 [debu]  agent.net.tailnet.net.wgengine: magicsock: home is now derp-999 (coder)
    t.go:106: 2025-01-17 13:56:01.816 [debu]  agent.net.tailnet.net.wgengine: magicsock: adding connection to derp-999 for home-keep-alive
    t.go:106: 2025-01-17 13:56:01.816 [debu]  agent.net.tailnet: new preferred DERP  preferred_derp=999
    t.go:106: 2025-01-17 13:56:01.816 [debu]  agent.net.tailnet.net.wgengine: magicsock: 1 active derp conns: derp-999=cr0s,wr0s
    t.go:106: 2025-01-17 13:56:01.817 [debu]  agent.net.tailnet: calling nodeUpdater callback  node="&{ID:nodeid:77a6b863120a377b AsOf:2025-01-17 13:56:01.817466 +0000 UTC Key:nodekey:1a66952498d886f13aec94dff630c80ae4386b3062372f5821761ede7f90af05 DiscoKey:discokey:6ed36348210e40d9b0eb711c6cc017ec7394b11c69ae6ad7cab7bdb2d699e06b PreferredDERP:999 DERPLatency:map[999-v4:0.001287071] DERPForcedWebsocket:map[] Addresses:[fd7a:115c:a1e0:4365:8859:479c:edf5:c885/128 fd60:627a:a42b:4365:8859:479c:edf5:c885/128] AllowedIPs:[fd7a:115c:a1e0:4365:8859:479c:edf5:c885/128 fd60:627a:a42b:4365:8859:479c:edf5:c885/128] Endpoints:[]}"
    t.go:106: 2025-01-17 13:56:01.817 [debu]  agent.net.tailnet.net.wgengine: derphttp.Client.Connect: connecting to derp-999 (coder)
    t.go:106: 2025-01-17 13:56:01.817 [debu]  agent.net.tailnet: wireguard status  status="&{AsOf:2025-01-17 13:56:01.817541049 +0000 UTC m=+48.441146444 Peers:[] LocalAddrs:[] DERPs:1}"  error=<nil>
    t.go:106: 2025-01-17 13:56:01.817 [debu]  coderd.coord: peerReadLoop got request  peer_id=3a5b2a46-b6af-4365-8859-479cedf5c885  peer_name=reverent-varahamihira8-Qpu-nice_merkle396-  request_id=f7fc2e47-7365-4b55-b0ce-4c882aece7f5
    t.go:106: 2025-01-17 13:56:01.817 [debu]  agent.net.tailnet.net.wgengine: derphttp.Client.Connect: not using fast start
    ssh_test.go:888: dial error: dial unix /tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock: connect: no such file or directory
    t.go:106: 2025-01-17 13:56:01.818 [debu]  coderd.coord: processing node update  peer_id=3a5b2a46-b6af-4365-8859-479cedf5c885  node="id:8621781272291325819 as_of:{seconds:1737122161 nanos:817466000} key:\"np\\x1af\\x95$\\x98؆\\xf1:\\xec\\x94\\xdf\\xf60\\xc8\\n\\xe48k0b7/X!v\\x1e\\xde\\x7f\\x90\\xaf\\x05\" disco:\"discokey:6ed36348210e40d9b0eb711c6cc017ec7394b11c69ae6ad7cab7bdb2d699e06b\" preferred_derp:999 derp_latency:{key:\"999-v4\" value:0.001287071} addresses:\"fd7a:115c:a1e0:4365:8859:479c:edf5:c885/128\" addresses:\"fd60:627a:a42b:4365:8859:479c:edf5:c885/128\" allowed_ips:\"fd7a:115c:a1e0:4365:8859:479c:edf5:c885/128\" allowed_ips:\"fd60:627a:a42b:4365:8859:479c:edf5:c885/128\""
    t.go:106: 2025-01-17 13:56:01.906 [debu]  agent.net.tailnet.net.wgengine: magicsock: endpoints changed: 127.0.0.1:38846 (stun), 172.17.0.1:38846 (local), 172.20.0.10:38846 (local)
    t.go:106: 2025-01-17 13:56:01.906 [debu]  coderd.coord: got tunnel peers  peer_id=3a5b2a46-b6af-4365-8859-479cedf5c885  tunnel_peers=[]
    t.go:106: 2025-01-17 13:56:01.906 [debu]  agent.net.tailnet: wireguard status  status="&{AsOf:2025-01-17 13:56:01.90652878 +0000 UTC m=+48.530134174 Peers:[] LocalAddrs:[{Addr:127.0.0.1:38846 Type:stun} {Addr:172.17.0.1:38846 Type:local} {Addr:172.20.0.10:38846 Type:local}] DERPs:1}"  error=<nil>
    t.go:106: 2025-01-17 13:56:01.906 [debu]  agent.net.tailnet: calling nodeUpdater callback  node="&{ID:nodeid:77a6b863120a377b AsOf:2025-01-17 13:56:01.906676 +0000 UTC Key:nodekey:1a66952498d886f13aec94dff630c80ae4386b3062372f5821761ede7f90af05 DiscoKey:discokey:6ed36348210e40d9b0eb711c6cc017ec7394b11c69ae6ad7cab7bdb2d699e06b PreferredDERP:999 DERPLatency:map[999-v4:0.001287071] DERPForcedWebsocket:map[] Addresses:[fd7a:115c:a1e0:4365:8859:479c:edf5:c885/128 fd60:627a:a42b:4365:8859:479c:edf5:c885/128] AllowedIPs:[fd7a:115c:a1e0:4365:8859:479c:edf5:c885/128 fd60:627a:a42b:4365:8859:479c:edf5:c885/128] Endpoints:[127.0.0.1:38846 172.17.0.1:38846 172.20.0.10:38846]}"
    t.go:106: 2025-01-17 13:56:01.907 [debu]  coderd.coord: peerReadLoop got request  peer_id=3a5b2a46-b6af-4365-8859-479cedf5c885  peer_name=reverent-varahamihira8-Qpu-nice_merkle396-  request_id=f7fc2e47-7365-4b55-b0ce-4c882aece7f5
    t.go:106: 2025-01-17 13:56:01.907 [debu]  agent.net.tailnet.net.wgengine: derphttp.Client.Connect: DERP server returned status 101
    t.go:106: 2025-01-17 13:56:01.907 [debu]  coderd.coord: processing node update  peer_id=3a5b2a46-b6af-4365-8859-479cedf5c885  node="id:8621781272291325819 as_of:{seconds:1737122161 nanos:906676000} key:\"np\\x1af\\x95$\\x98؆\\xf1:\\xec\\x94\\xdf\\xf60\\xc8\\n\\xe48k0b7/X!v\\x1e\\xde\\x7f\\x90\\xaf\\x05\" disco:\"discokey:6ed36348210e40d9b0eb711c6cc017ec7394b11c69ae6ad7cab7bdb2d699e06b\" preferred_derp:999 derp_latency:{key:\"999-v4\" value:0.001287071} addresses:\"fd7a:115c:a1e0:4365:8859:479c:edf5:c885/128\" addresses:\"fd60:627a:a42b:4365:8859:479c:edf5:c885/128\" allowed_ips:\"fd7a:115c:a1e0:4365:8859:479c:edf5:c885/128\" allowed_ips:\"fd60:627a:a42b:4365:8859:479c:edf5:c885/128\" endpoints:\"127.0.0.1:38846\" endpoints:\"172.17.0.1:38846\" endpoints:\"172.20.0.10:38846\""
    t.go:106: 2025-01-17 13:56:01.907 [debu]  coderd.coord: got tunnel peers  peer_id=3a5b2a46-b6af-4365-8859-479cedf5c885  tunnel_peers=[]
    t.go:106: 2025-01-17 13:56:01.908 [debu]  agent.net.tailnet.net.wgengine: magicsock: derp-999 connected; connGen=1
    t.go:106: 2025-01-17 13:56:02.094 [debu]  coderd.servertailnet: got new DERP Map  derp_map="&{HomeParams:<nil> Regions:map[999:0xc0b39150e0 1000:0xc0b3915130] OmitDefaultRegions:false}"
    t.go:106: 2025-01-17 13:56:02.094 [debu]  coderd.servertailnet: updating engine DERP map  derp_map="{\"Regions\":{\"1000\":{\"EmbeddedRelay\":false,\"RegionID\":1000,\"RegionCode\":\"coder_stun_1000\",\"RegionName\":\"Coder STUN 1000\",\"Nodes\":[{\"Name\":\"1000stun0\",\"RegionID\":1000,\"HostName\":\"127.0.0.1\",\"STUNPort\":46084,\"STUNOnly\":true}]},\"999\":{\"EmbeddedRelay\":true,\"RegionID\":999,\"RegionCode\":\"coder\",\"RegionName\":\"Coder Embedded Relay\",\"Nodes\":[{\"Name\":\"999b\",\"RegionID\":999,\"HostName\":\"\",\"IPv4\":\"127.0.0.1\",\"STUNPort\":-1,\"DERPPort\":43083,\"InsecureForTests\":true,\"ForceHTTP\":true}]}}}"
    t.go:106: 2025-01-17 13:56:02.095 [debu]  coderd.servertailnet.net.wgengine: netcheck: netcheck.runProbe: got STUN response for 1000stun0 from 127.0.0.1:44845 (0538047241709ae384f4ccd8) in 150.091µs
    t.go:106: 2025-01-17 13:56:02.095 [debu]  coderd.servertailnet.net.wgengine: netcheck: netcheck.runProbe: got STUN response for 1000stun0 from 127.0.0.1:44845 (d6819b1e41ce932d18ea596b) in 241.164µs
    t.go:106: 2025-01-17 13:56:02.095 [debu]  coderd.servertailnet.net.wgengine: netcheck: netcheck.runProbe: got STUN response for 1000stun0 from 127.0.0.1:44845 (c13e1ec6173559035d69ff7b) in 285.863µs
    t.go:106: 2025-01-17 13:56:02.135 [debu]  coderd: GET  host=localhost:43083  path=/api/v2/workspaceagents/3a5b2a46-b6af-4365-8859-479cedf5c885  proto=HTTP/1.1  remote_addr=127.0.0.1  start="2025-01-17T13:56:01.275541033Z"  took=860.093198ms  status_code=200  latency_ms=860  request_id=b4d82e42-d1d4-438b-a1da-09a17c283f1e
    t.go:106: 2025-01-17 13:56:02.146 [debu]  coderd.servertailnet.net.wgengine: netcheck: [v1] measuring ICMP latency of coder (999): no address for node 999b
    t.go:106: 2025-01-17 13:56:02.146 [debu]  coderd: GET  host=127.0.0.1:43083  path=/derp/latency-check  proto=HTTP/1.1  remote_addr=127.0.0.1  start="2025-01-17T13:56:02.146847702Z"  took=119.589µs  status_code=200  latency_ms=0  request_id=43c323ab-dfc8-4567-9f23-eae690272cbb
    t.go:106: 2025-01-17 13:56:02.147 [debu]  coderd.servertailnet.net.wgengine: netcheck: [v1] report: udp=true v6=false v6os=true mapvarydest=false hair= portmap= v4a=127.0.0.1:44845 derp=999 derpdist=999v4:0s
    t.go:106: 2025-01-17 13:56:02.147 [debu]  coderd.servertailnet.net.wgengine: magicsock: home is now derp-999 (coder)
    t.go:106: 2025-01-17 13:56:02.148 [debu]  coderd.servertailnet.net.wgengine: magicsock: adding connection to derp-999 for home-keep-alive
    t.go:106: 2025-01-17 13:56:02.148 [debu]  coderd.servertailnet.net.wgengine: magicsock: 1 active derp conns: derp-999=cr0s,wr0s
    t.go:106: 2025-01-17 13:56:02.148 [debu]  coderd.servertailnet: new preferred DERP  preferred_derp=999
    t.go:106: 2025-01-17 13:56:02.148 [debu]  coderd.servertailnet: wireguard status  status="&{AsOf:2025-01-17 13:56:02.148592241 +0000 UTC m=+48.772197635 Peers:[] LocalAddrs:[] DERPs:1}"  error=<nil>
    t.go:106: 2025-01-17 13:56:02.148 [debu]  coderd.servertailnet: connecting to embedded DERP via in-memory pipe
    t.go:106: 2025-01-17 13:56:02.148 [debu]  coderd.servertailnet.net.wgengine: magicsock: endpoints changed: 127.0.0.1:44845 (stun), 172.17.0.1:44845 (local), 172.20.0.10:44845 (local)
    t.go:106: 2025-01-17 13:56:02.149 [debu]  coderd.servertailnet: wireguard status  status="&{AsOf:2025-01-17 13:56:02.14907074 +0000 UTC m=+48.772676134 Peers:[] LocalAddrs:[{Addr:127.0.0.1:44845 Type:stun} {Addr:172.17.0.1:44845 Type:local} {Addr:172.20.0.10:44845 Type:local}] DERPs:1}"  error=<nil>
    t.go:106: 2025-01-17 13:56:02.149 [debu]  coderd.servertailnet: calling nodeUpdater callback  node="&{ID:nodeid:2ebfaaa89572764f AsOf:2025-01-17 13:56:02.149273 +0000 UTC Key:nodekey:a45ccdb3a6dffd5d9b51bee06fbec52d40a496b880a057e316cf8db4a4192477 DiscoKey:discokey:f9f81c296750dfe13cee1c2a43711ee42fda4257ac443efc09417f53522b364f PreferredDERP:999 DERPLatency:map[999-v4:0.000476395] DERPForcedWebsocket:map[] Addresses:[fd7a:115c:a1e0:494d:aca8:2d63:9d14:ccf/128] AllowedIPs:[fd7a:115c:a1e0:494d:aca8:2d63:9d14:ccf/128] Endpoints:[]}"
    t.go:106: 2025-01-17 13:56:02.149 [debu]  coderd.servertailnet.net.wgengine: magicsock: derp-999 connected; connGen=1
    t.go:106: 2025-01-17 13:56:02.150 [debu]  coderd.coord: peerReadLoop got request  peer_id=ce5d457b-77cb-4a47-9a27-b8e1620e00b0  peer_name=inmemoryce5d457b-77cb-4a47-9a27-b8e1620e00b0
    t.go:106: 2025-01-17 13:56:02.150 [debu]  coderd.coord: processing node update  peer_id=ce5d457b-77cb-4a47-9a27-b8e1620e00b0  node="id:3368598687334954575 as_of:{seconds:1737122162 nanos:149273000} key:\"np\\xa4\\\\ͳ\\xa6\\xdf\\xfd]\\x9bQ\\xbe\\xe0o\\xbe\\xc5-@\\xa4\\x96\\xb8\\x80\\xa0W\\xe3\\x16ύ\\xb4\\xa4\\x19$w\" disco:\"discokey:f9f81c296750dfe13cee1c2a43711ee42fda4257ac443efc09417f53522b364f\" preferred_derp:999 derp_latency:{key:\"999-v4\" value:0.000476395} addresses:\"fd7a:115c:a1e0:494d:aca8:2d63:9d14:ccf/128\" allowed_ips:\"fd7a:115c:a1e0:494d:aca8:2d63:9d14:ccf/128\""
    t.go:106: 2025-01-17 13:56:02.150 [debu]  coderd.coord: got tunnel peers  peer_id=ce5d457b-77cb-4a47-9a27-b8e1620e00b0  tunnel_peers=[]
    t.go:106: 2025-01-17 13:56:02.149 [debu]  coderd.servertailnet: calling nodeUpdater callback  node="&{ID:nodeid:2ebfaaa89572764f AsOf:2025-01-17 13:56:02.149756 +0000 UTC Key:nodekey:a45ccdb3a6dffd5d9b51bee06fbec52d40a496b880a057e316cf8db4a4192477 DiscoKey:discokey:f9f81c296750dfe13cee1c2a43711ee42fda4257ac443efc09417f53522b364f PreferredDERP:999 DERPLatency:map[999-v4:0.000476395] DERPForcedWebsocket:map[] Addresses:[fd7a:115c:a1e0:494d:aca8:2d63:9d14:ccf/128] AllowedIPs:[fd7a:115c:a1e0:494d:aca8:2d63:9d14:ccf/128] Endpoints:[127.0.0.1:44845 172.17.0.1:44845 172.20.0.10:44845]}"
    t.go:106: 2025-01-17 13:56:02.151 [debu]  coderd.coord: peerReadLoop got request  peer_id=ce5d457b-77cb-4a47-9a27-b8e1620e00b0  peer_name=inmemoryce5d457b-77cb-4a47-9a27-b8e1620e00b0
    t.go:106: 2025-01-17 13:56:02.151 [debu]  coderd.coord: processing node update  peer_id=ce5d457b-77cb-4a47-9a27-b8e1620e00b0  node="id:3368598687334954575 as_of:{seconds:1737122162 nanos:149756000} key:\"np\\xa4\\\\ͳ\\xa6\\xdf\\xfd]\\x9bQ\\xbe\\xe0o\\xbe\\xc5-@\\xa4\\x96\\xb8\\x80\\xa0W\\xe3\\x16ύ\\xb4\\xa4\\x19$w\" disco:\"discokey:f9f81c296750dfe13cee1c2a43711ee42fda4257ac443efc09417f53522b364f\" preferred_derp:999 derp_latency:{key:\"999-v4\" value:0.000476395} addresses:\"fd7a:115c:a1e0:494d:aca8:2d63:9d14:ccf/128\" allowed_ips:\"fd7a:115c:a1e0:494d:aca8:2d63:9d14:ccf/128\" endpoints:\"127.0.0.1:44845\" endpoints:\"172.17.0.1:44845\" endpoints:\"172.20.0.10:44845\""
    t.go:106: 2025-01-17 13:56:02.151 [debu]  coderd.coord: got tunnel peers  peer_id=ce5d457b-77cb-4a47-9a27-b8e1620e00b0  tunnel_peers=[]
    ssh_test.go:888: dial error: dial unix /tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock: connect: no such file or directory
    t.go:106: 2025-01-17 13:56:02.202 [debu]  coderd: GET  host=localhost:43083  path=/api/v2/workspaceagents/3a5b2a46-b6af-4365-8859-479cedf5c885/logs  proto=HTTP/1.1  remote_addr=127.0.0.1  start="2025-01-17T13:56:02.136588275Z"  took=65.45959ms  status_code=200  latency_ms=65  request_id=4af07180-c7d6-411d-abe1-5f29f9f56064
    ssh_test.go:888: dial error: dial unix /tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock: connect: no such file or directory
    t.go:106: 2025-01-17 13:56:03.051 [debu]  coderd: GET  host=localhost:43083  path=/api/v2/workspaceagents/3a5b2a46-b6af-4365-8859-479cedf5c885/connection  proto=HTTP/1.1  remote_addr=127.0.0.1  start="2025-01-17T13:56:02.202644131Z"  took=848.596349ms  status_code=200  latency_ms=848  request_id=6533e366-7cb2-428e-8443-9ee177521571
    t.go:106: 2025-01-17 13:56:03.053 [debu]  cli.net.wgengine: [v1] using fake (no-op) tun device
    t.go:106: 2025-01-17 13:56:03.053 [debu]  cli.net.wgengine: [v1] using fake (no-op) OS network configurator
    t.go:106: 2025-01-17 13:56:03.054 [debu]  cli.net.wgengine: [v1] using fake (no-op) DNS configurator
    t.go:106: 2025-01-17 13:56:03.054 [debu]  cli.net.wgengine: dns: using dns.noopManager
    t.go:106: 2025-01-17 13:56:03.054 [debu]  cli.net.wgengine: link state: interfaces.State{defaultRoute=eth0 ifs={docker0:[172.17.0.1/16] eth0:[172.20.0.10/16]} v4=true v6=false}
    t.go:106: 2025-01-17 13:56:03.054 [debu]  cli.net.wgengine: magicsock: [warning] failed to force-set UDP read buffer size to 7340032: operation not permitted; using kernel default values (impacts throughput only)
    t.go:106: 2025-01-17 13:56:03.054 [debu]  cli.net.wgengine: magicsock: [warning] failed to force-set UDP write buffer size to 7340032: operation not permitted; using kernel default values (impacts throughput only)
    t.go:106: 2025-01-17 13:56:03.054 [debu]  cli.net.wgengine: magicsock: [warning] failed to force-set UDP read buffer size to 7340032: operation not permitted; using kernel default values (impacts throughput only)
    t.go:106: 2025-01-17 13:56:03.055 [debu]  cli.net.wgengine: magicsock: [warning] failed to force-set UDP write buffer size to 7340032: operation not permitted; using kernel default values (impacts throughput only)
    t.go:106: 2025-01-17 13:56:03.055 [debu]  cli.net.wgengine: [v1] couldn't create raw v4 disco listener, using regular listener instead: raw disco listening disabled, SO_MARK unavailable
    t.go:106: 2025-01-17 13:56:03.055 [debu]  cli.net.wgengine: [v1] couldn't create raw v6 disco listener, using regular listener instead: raw disco listening disabled, SO_MARK unavailable
    t.go:106: 2025-01-17 13:56:03.055 [debu]  cli.net.wgengine: magicsock: disco key = d:812e4fdb492b3062
    t.go:106: 2025-01-17 13:56:03.055 [debu]  cli.net.wgengine: Creating WireGuard device...
    t.go:106: 2025-01-17 13:56:03.056 [debu]  cli.net.wgengine: Bringing WireGuard device up...
    t.go:106: 2025-01-17 13:56:03.056 [debu]  cli.net.wgengine: wg: [v2] UDP bind has been updated
    t.go:106: 2025-01-17 13:56:03.056 [debu]  cli.net.wgengine: wg: [v2] Routine: receive incoming mkReceiveFunc - started
    t.go:106: 2025-01-17 13:56:03.056 [debu]  cli.net.wgengine: wg: [v2] Interface state was Down, requested Up, now Up
    t.go:106: 2025-01-17 13:56:03.056 [debu]  cli.net.wgengine: Bringing router up...
    t.go:106: 2025-01-17 13:56:03.056 [debu]  cli.net.wgengine: [v1] warning: fakeRouter.Up: not implemented.
    t.go:106: 2025-01-17 13:56:03.056 [debu]  cli.net.wgengine: Clearing router settings...
    t.go:106: 2025-01-17 13:56:03.056 [debu]  cli.net.wgengine: [v1] warning: fakeRouter.Set: not implemented.
    t.go:106: 2025-01-17 13:56:03.056 [debu]  cli.net.wgengine: wg: [v2] Routine: receive incoming receiveDERP - started
    t.go:106: 2025-01-17 13:56:03.056 [debu]  cli.net.wgengine: Starting network monitor...
    t.go:106: 2025-01-17 13:56:03.056 [debu]  cli.net.wgengine: wg: [v2] Routine: receive incoming mkReceiveFunc - started
    t.go:106: 2025-01-17 13:56:03.056 [debu]  cli.net.wgengine: Engine created.
    t.go:106: 2025-01-17 13:56:03.057 [debu]  cli: magicsock debug logging disabled, use CODER_MAGICSOCK_DEBUG_LOGGING=true to enable
    t.go:106: 2025-01-17 13:56:03.057 [debu]  cli.net.wgengine: magicsock: SetPrivateKey called (init)
    t.go:106: 2025-01-17 13:56:03.058 [debu]  cli: updating engine DERP map  derp_map="{\"Regions\":{\"1000\":{\"EmbeddedRelay\":false,\"RegionID\":1000,\"RegionCode\":\"coder_stun_1000\",\"RegionName\":\"Coder STUN 1000\",\"Nodes\":[{\"Name\":\"1000stun0\",\"RegionID\":1000,\"HostName\":\"127.0.0.1\",\"STUNPort\":46084,\"STUNOnly\":true}]},\"999\":{\"EmbeddedRelay\":true,\"RegionID\":999,\"RegionCode\":\"coder\",\"RegionName\":\"Coder Embedded Relay\",\"Nodes\":[{\"Name\":\"999b\",\"RegionID\":999,\"HostName\":\"\",\"IPv4\":\"127.0.0.1\",\"STUNPort\":-1,\"DERPPort\":43083,\"InsecureForTests\":true,\"ForceHTTP\":true}]}}}"
    t.go:106: 2025-01-17 13:56:03.058 [debu]  cli: skipped sending node; no node callback
    t.go:106: 2025-01-17 13:56:03.059 [debu]  cli: updating engine network map  network_map="netmap: self: [hFx4C] auth=machine-unknown u=? [fd7a:115c:a1e0:4ffa:a5f3:91e1:9338:4ea1/128]\n"
    t.go:106: 2025-01-17 13:56:03.059 [debu]  cli: setting peer tunnel destination  peer_id=3a5b2a46-b6af-4365-8859-479cedf5c885
    t.go:106: 2025-01-17 13:56:03.059 [debu]  cli.net.wgengine: [v1] magicsock: got updated network map; 0 peers
    t.go:106: 2025-01-17 13:56:03.060 [debu]  cli.net.netstack: [v2] netstack: registered IP fd7a:115c:a1e0:4ffa:a5f3:91e1:9338:4ea1/128
    t.go:106: 2025-01-17 13:56:03.059 [debu]  cli: running tailnet API v2+ connector
    t.go:106: 2025-01-17 13:56:03.059 [debu]  cli: dialing Coder tailnet v2+ API
    t.go:106: 2025-01-17 13:56:03.060 [debu]  cli.net.wgengine: wgengine: Reconfig: configuring userspace WireGuard config (with 0/0 peers)
    t.go:106: 2025-01-17 13:56:03.060 [debu]  cli.net.wgengine: wg: [v2] UAPI: Updating private key
    t.go:106: 2025-01-17 13:56:03.060 [debu]  cli.net.wgengine: wgengine: Reconfig: configuring router
    t.go:106: 2025-01-17 13:56:03.060 [debu]  cli.net.wgengine: [v1] warning: fakeRouter.Set: not implemented.
    t.go:106: 2025-01-17 13:56:03.060 [debu]  cli.net.wgengine: wgengine: Reconfig: configuring DNS
    t.go:106: 2025-01-17 13:56:03.060 [debu]  cli.net.wgengine: dns: Set: {DefaultResolvers:[] Routes:{} SearchDomains:[] Hosts:0}
    t.go:106: 2025-01-17 13:56:03.060 [debu]  cli.net.wgengine: dns: Resolvercfg: {Routes:{} Hosts:0 LocalDomains:[]}
    t.go:106: 2025-01-17 13:56:03.060 [debu]  cli.net.wgengine: dns: OScfg: {Nameservers:[] SearchDomains:[] MatchDomains:[] Hosts:[]}
    t.go:106: 2025-01-17 13:56:03.060 [debu]  cli.net.wgengine: [v1] wgengine: Reconfig done
    t.go:106: 2025-01-17 13:56:03.060 [debu]  cli: updating engine filter  filter="&{logf:0x1b8c5c0 local:0xc04b674120 logIPs:0xc04b674138 matches4:[{IPProto:[6 17 1 58 132] Srcs:[{ip:{addr:{hi:0 lo:281470681743360} z:0xc000012030} bitsPlusOne:1}] Dsts:[{Net:{ip:{addr:{hi:0 lo:281470681743360} z:0xc000012030} bitsPlusOne:1} Ports:{First:0 Last:65535}}] Caps:[]}] matches6:[{IPProto:[6 17 1 58 132] Srcs:[{ip:{addr:{hi:0 lo:0} z:0xc000012048} bitsPlusOne:1}] Dsts:[{Net:{ip:{addr:{hi:0 lo:0} z:0xc000012048} bitsPlusOne:1} Ports:{First:0 Last:65535}}] Caps:[]}] cap4:[] cap6:[] state:0xc022551070 shieldsUp:false}"
    t.go:106: 2025-01-17 13:56:03.062 [debu]  cli.net.wgengine: netcheck: netcheck.runProbe: got STUN response for 1000stun0 from 127.0.0.1:60376 (ab87a26f768cc93e882d2b3d) in 1.623206ms
    t.go:106: 2025-01-17 13:56:03.062 [debu]  cli.net.wgengine: netcheck: netcheck.runProbe: got STUN response for 1000stun0 from 127.0.0.1:60376 (d1b235ec6acb67a35209a579) in 1.702545ms
    t.go:106: 2025-01-17 13:56:03.062 [debu]  cli.net.wgengine: netcheck: netcheck.runProbe: got STUN response for 1000stun0 from 127.0.0.1:60376 (12b7d2127db342274d328b9a) in 1.745451ms
    t.go:106: 2025-01-17 13:56:03.110 [debu]  cli.net.wgengine: netcheck: [v1] measuring ICMP latency of coder (999): no address for node 999b
    t.go:106: 2025-01-17 13:56:03.111 [debu]  coderd: GET  host=127.0.0.1:43083  path=/derp/latency-check  proto=HTTP/1.1  remote_addr=127.0.0.1  start="2025-01-17T13:56:03.111392966Z"  took=103.678µs  status_code=200  latency_ms=0  request_id=cfca6973-924a-4965-a664-9e28bd541f8a
    t.go:106: 2025-01-17 13:56:03.111 [debu]  cli.net.wgengine: netcheck: [v1] report: udp=true v6=false v6os=true mapvarydest=false hair= portmap= v4a=127.0.0.1:60376 derp=999 derpdist=999v4:0s
    t.go:106: 2025-01-17 13:56:03.111 [debu]  cli.net.wgengine: magicsock: home is now derp-999 (coder)
    t.go:106: 2025-01-17 13:56:03.112 [debu]  cli.net.wgengine: magicsock: adding connection to derp-999 for home-keep-alive
    t.go:106: 2025-01-17 13:56:03.112 [debu]  cli: new preferred DERP  preferred_derp=999
    t.go:106: 2025-01-17 13:56:03.112 [debu]  cli: skipped sending node; no node callback
    t.go:106: 2025-01-17 13:56:03.112 [debu]  cli.net.wgengine: magicsock: 1 active derp conns: derp-999=cr0s,wr0s
    t.go:106: 2025-01-17 13:56:03.112 [debu]  cli: wireguard status  status="&{AsOf:2025-01-17 13:56:03.112256849 +0000 UTC m=+49.735862253 Peers:[] LocalAddrs:[] DERPs:1}"  error=<nil>
    t.go:106: 2025-01-17 13:56:03.112 [debu]  cli.net.wgengine: derphttp.Client.Connect: connecting to derp-999 (coder)
    t.go:106: 2025-01-17 13:56:03.112 [debu]  cli.net.wgengine: magicsock: endpoints changed: 127.0.0.1:60376 (stun), 172.17.0.1:60376 (local), 172.20.0.10:60376 (local)
    t.go:106: 2025-01-17 13:56:03.112 [debu]  cli.net.wgengine: derphttp.Client.Connect: not using fast start
    t.go:106: 2025-01-17 13:56:03.112 [debu]  cli: wireguard status  status="&{AsOf:2025-01-17 13:56:03.112540137 +0000 UTC m=+49.736145521 Peers:[] LocalAddrs:[{Addr:127.0.0.1:60376 Type:stun} {Addr:172.17.0.1:60376 Type:local} {Addr:172.20.0.10:60376 Type:local}] DERPs:1}"  error=<nil>
    t.go:106: 2025-01-17 13:56:03.112 [debu]  cli: skipped sending node; no node callback
    t.go:106: 2025-01-17 13:56:03.113 [debu]  cli.net.wgengine: derphttp.Client.Connect: DERP server returned status 101
    t.go:106: 2025-01-17 13:56:03.113 [debu]  cli.net.wgengine: magicsock: derp-999 connected; connGen=1
    ssh_test.go:888: dial error: dial unix /tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock: connect: no such file or directory
    t.go:106: 2025-01-17 13:56:03.821 [debu]  coderd.tailnetclient: serving dRPC tailnet v2 API session  request_id=7aa73963-1928-44c4-91c5-f3589e141f68  peer_id=a905173b-d700-4e6e-99de-7b37077f0b4c
    t.go:106: 2025-01-17 13:56:03.821 [debu]  cli: connected to tailnet v2+ API
    t.go:106: 2025-01-17 13:56:03.821 [debu]  cli.net.wgengine: ping(fd7a:115c:a1e0:4365:8859:479c:edf5:c885): no matching peer
    t.go:106: 2025-01-17 13:56:03.822 [debu]  cli.net.wgengine: ping(fd7a:115c:a1e0:4365:8859:479c:edf5:c885): no matching peer
    t.go:106: 2025-01-17 13:56:03.915 [debu]  cli.net.wgengine: ping(fd7a:115c:a1e0:4365:8859:479c:edf5:c885): no matching peer
    t.go:106: 2025-01-17 13:56:03.915 [info]  cli: obtained tailnet API v2+ client
    t.go:106: 2025-01-17 13:56:03.915 [debu]  cli: new telemetry client connected to controller
    t.go:106: 2025-01-17 13:56:03.916 [debu]  cli: serving coordinator
    t.go:106: 2025-01-17 13:56:03.916 [debu]  cli: calling nodeUpdater callback  node="&{ID:nodeid:6a9cfd6c69962d76 AsOf:2025-01-17 13:56:03.916054 +0000 UTC Key:nodekey:845c780a82843779319bcea54186265daca0020538f93f80378b17fb61e6c878 DiscoKey:discokey:812e4fdb492b3062ab422561872be1a80935efd69c6ee1051ba819361310ee66 PreferredDERP:999 DERPLatency:map[999-v4:0.00035871] DERPForcedWebsocket:map[] Addresses:[fd7a:115c:a1e0:4ffa:a5f3:91e1:9338:4ea1/128] AllowedIPs:[fd7a:115c:a1e0:4ffa:a5f3:91e1:9338:4ea1/128] Endpoints:[127.0.0.1:60376 172.17.0.1:60376 172.20.0.10:60376]}"
    t.go:106: 2025-01-17 13:56:03.916 [debu]  coderd.tailnetclient: starting tailnet Coordinate  peer_id={"Name":"client","ID":"a905173b-d700-4e6e-99de-7b37077f0b4c","Auth":{"AgentID":"3a5b2a46-b6af-4365-8859-479cedf5c885"}}  name=client  request_id=7aa73963-1928-44c4-91c5-f3589e141f68
    t.go:106: 2025-01-17 13:56:03.916 [debu]  coderd.coord: initPeer  peer_id=a905173b-d700-4e6e-99de-7b37077f0b4c  peer_name=client
    t.go:106: 2025-01-17 13:56:03.916 [debu]  coderd.coord: initial tunnel peers  peer_id=a905173b-d700-4e6e-99de-7b37077f0b4c  peer_name=client  tunnel_peers=[]
    t.go:106: 2025-01-17 13:56:03.916 [debu]  cli: got new DERP Map  derp_map="&{HomeParams:0xc0972cec28 Regions:map[999:0xc10b9c47d0 1000:0xc10b9c4820] OmitDefaultRegions:false}"
    t.go:106: 2025-01-17 13:56:03.916 [debu]  coderd.coord: peerReadLoop got request  peer_id=a905173b-d700-4e6e-99de-7b37077f0b4c  peer_name=client  request_id=7aa73963-1928-44c4-91c5-f3589e141f68
    t.go:106: 2025-01-17 13:56:03.917 [debu]  coderd.coord: adding tunnel  src_id=a905173b-d700-4e6e-99de-7b37077f0b4c  dst_id=3a5b2a46-b6af-4365-8859-479cedf5c885
    t.go:106: 2025-01-17 13:56:03.917 [debu]  coderd.coord: got updated mapping  peer_id=a905173b-d700-4e6e-99de-7b37077f0b4c  peer_name=client  from_id=3a5b2a46-b6af-4365-8859-479cedf5c885  kind=NODE  reason="add tunnel"
    t.go:106: 2025-01-17 13:56:03.917 [debu]  coderd.coord: wrote peer update  peer_id=a905173b-d700-4e6e-99de-7b37077f0b4c  peer_name=client  from_id=3a5b2a46-b6af-4365-8859-479cedf5c885  kind=NODE  reason="add tunnel"
    t.go:106: 2025-01-17 13:56:03.917 [debu]  coderd.coord: peerReadLoop got request  peer_id=a905173b-d700-4e6e-99de-7b37077f0b4c  peer_name=client  request_id=7aa73963-1928-44c4-91c5-f3589e141f68
    t.go:106: 2025-01-17 13:56:03.917 [debu]  coderd.coord: processing node update  peer_id=a905173b-d700-4e6e-99de-7b37077f0b4c  node="id:7682293706456968566 as_of:{seconds:1737122163 nanos:916054000} key:\"np\\x84\\\\x\\n\\x82\\x847y1\\x9bΥA\\x86&]\\xac\\xa0\\x02\\x058\\xf9?\\x807\\x8b\\x17\\xfba\\xe6\\xc8x\" disco:\"discokey:812e4fdb492b3062ab422561872be1a80935efd69c6ee1051ba819361310ee66\" preferred_derp:999 derp_latency:{key:\"999-v4\" value:0.00035871} addresses:\"fd7a:115c:a1e0:4ffa:a5f3:91e1:9338:4ea1/128\" allowed_ips:\"fd7a:115c:a1e0:4ffa:a5f3:91e1:9338:4ea1/128\" endpoints:\"127.0.0.1:60376\" endpoints:\"172.17.0.1:60376\" endpoints:\"172.20.0.10:60376\""
    t.go:106: 2025-01-17 13:56:03.917 [debu]  coderd.coord: got tunnel peers  peer_id=a905173b-d700-4e6e-99de-7b37077f0b4c  tunnel_peers=[3a5b2a46-b6af-4365-8859-479cedf5c885]
    t.go:106: 2025-01-17 13:56:03.916 [debu]  cli: refreshed coordinator resume token  expires_at="seconds:1737125763 nanos:916625882"  refresh_in=seconds:1800
    t.go:106: 2025-01-17 13:56:03.917 [debu]  cli: setting ready for handshake timeout  peer_id=3a5b2a46-b6af-4365-8859-479cedf5c885  key_id=[GmaVJ]  node="&{ID:nodeid:77a6b863120a377b StableID: Name: User:userid:0 Sharer:userid:0 Key:nodekey:1a66952498d886f13aec94dff630c80ae4386b3062372f5821761ede7f90af05 KeyExpiry:0001-01-01 00:00:00 +0000 UTC KeySignature:[] Machine:mkey:0000000000000000000000000000000000000000000000000000000000000000 DiscoKey:discokey:6ed36348210e40d9b0eb711c6cc017ec7394b11c69ae6ad7cab7bdb2d699e06b Addresses:[fd7a:115c:a1e0:4365:8859:479c:edf5:c885/128 fd60:627a:a42b:4365:8859:479c:edf5:c885/128] AllowedIPs:[fd7a:115c:a1e0:4365:8859:479c:edf5:c885/128 fd60:627a:a42b:4365:8859:479c:edf5:c885/128] Endpoints:[127.0.0.1:38846 172.17.0.1:38846 172.20.0.10:38846] DERP:127.3.3.40:999 Hostinfo:{ж:0xc0faf62e00} Created:2025-01-17 13:56:03.917803073 +0000 UTC m=+50.541408457 Cap:0 Tags:[] PrimaryRoutes:[] LastSeen:<nil> Online:<nil> KeepAlive:false MachineAuthorized:false Capabilities:[] UnsignedPeerAPIOnly:false ComputedName: computedHostIfDifferent: ComputedNameWithHost: DataPlaneAuditLogID: Expired:false SelfNodeV4MasqAddrForThisPeer:<nil> IsWireGuardOnly:false}"
    t.go:106: 2025-01-17 13:56:03.918 [debu]  cli: node update to existing peer  peer_id=3a5b2a46-b6af-4365-8859-479cedf5c885  key_id=[GmaVJ]  node="&{ID:nodeid:77a6b863120a377b StableID: Name: User:userid:0 Sharer:userid:0 Key:nodekey:1a66952498d886f13aec94dff630c80ae4386b3062372f5821761ede7f90af05 KeyExpiry:0001-01-01 00:00:00 +0000 UTC KeySignature:[] Machine:mkey:0000000000000000000000000000000000000000000000000000000000000000 DiscoKey:discokey:6ed36348210e40d9b0eb711c6cc017ec7394b11c69ae6ad7cab7bdb2d699e06b Addresses:[fd7a:115c:a1e0:4365:8859:479c:edf5:c885/128 fd60:627a:a42b:4365:8859:479c:edf5:c885/128] AllowedIPs:[fd7a:115c:a1e0:4365:8859:479c:edf5:c885/128 fd60:627a:a42b:4365:8859:479c:edf5:c885/128] Endpoints:[127.0.0.1:38846 172.17.0.1:38846 172.20.0.10:38846] DERP:127.3.3.40:999 Hostinfo:{ж:0xc0faf62e00} Created:2025-01-17 13:56:03.917803073 +0000 UTC m=+50.541408457 Cap:0 Tags:[] PrimaryRoutes:[] LastSeen:<nil> Online:<nil> KeepAlive:false MachineAuthorized:false Capabilities:[] UnsignedPeerAPIOnly:false ComputedName: computedHostIfDifferent: ComputedNameWithHost: DataPlaneAuditLogID: Expired:false SelfNodeV4MasqAddrForThisPeer:<nil> IsWireGuardOnly:false}"  dirty=false
    t.go:106: 2025-01-17 13:56:03.918 [debu]  coderd.coord: got updated mapping  peer_id=3a5b2a46-b6af-4365-8859-479cedf5c885  peer_name=reverent-varahamihira8-Qpu-nice_merkle396-  from_id=a905173b-d700-4e6e-99de-7b37077f0b4c  kind=NODE  reason="node update"
    t.go:106: 2025-01-17 13:56:03.918 [debu]  coderd.coord: wrote peer update  peer_id=3a5b2a46-b6af-4365-8859-479cedf5c885  peer_name=reverent-varahamihira8-Qpu-nice_merkle396-  from_id=a905173b-d700-4e6e-99de-7b37077f0b4c  kind=NODE  reason="node update"
    t.go:106: 2025-01-17 13:56:03.919 [debu]  agent.net.tailnet: adding new peer  peer_id=a905173b-d700-4e6e-99de-7b37077f0b4c  key_id=[hFx4C]  node="&{ID:nodeid:6a9cfd6c69962d76 StableID: Name: User:userid:0 Sharer:userid:0 Key:nodekey:845c780a82843779319bcea54186265daca0020538f93f80378b17fb61e6c878 KeyExpiry:0001-01-01 00:00:00 +0000 UTC KeySignature:[] Machine:mkey:0000000000000000000000000000000000000000000000000000000000000000 DiscoKey:discokey:812e4fdb492b3062ab422561872be1a80935efd69c6ee1051ba819361310ee66 Addresses:[fd7a:115c:a1e0:4ffa:a5f3:91e1:9338:4ea1/128] AllowedIPs:[fd7a:115c:a1e0:4ffa:a5f3:91e1:9338:4ea1/128] Endpoints:[127.0.0.1:60376 172.17.0.1:60376 172.20.0.10:60376] DERP:127.3.3.40:999 Hostinfo:{ж:0xc1125aea00} Created:2025-01-17 13:56:03.919279344 +0000 UTC m=+50.542884728 Cap:0 Tags:[] PrimaryRoutes:[] LastSeen:<nil> Online:<nil> KeepAlive:false MachineAuthorized:false Capabilities:[] UnsignedPeerAPIOnly:false ComputedName: computedHostIfDifferent: ComputedNameWithHost: DataPlaneAuditLogID: Expired:false SelfNodeV4MasqAddrForThisPeer:<nil> IsWireGuardOnly:false}"
    t.go:106: 2025-01-17 13:56:03.919 [debu]  agent.net.tailnet: updating engine network map  network_map="netmap: self: [GmaVJ] auth=machine-unknown u=? [fd7a:115c:a1e0:4365:8859:479c:edf5:c885/128 fd60:627a:a42b:4365:8859:479c:edf5:c885/128]\n [hFx4C] d:812e4fdb492b3062 D999 fd7a:115c:a1e0:4ffa:a5f3:91e1:9338:4ea1/128 :       127.0.0.1:60376      172.17.0.1:60376     172.20.0.10:60376\n"
    t.go:106: 2025-01-17 13:56:03.919 [debu]  agent.net.tailnet.net.wgengine: [v1] magicsock: got updated network map; 1 peers
    t.go:106: 2025-01-17 13:56:03.919 [debu]  coderd.coord: peerReadLoop got request  peer_id=3a5b2a46-b6af-4365-8859-479cedf5c885  peer_name=reverent-varahamihira8-Qpu-nice_merkle396-  request_id=f7fc2e47-7365-4b55-b0ce-4c882aece7f5
    t.go:106: 2025-01-17 13:56:03.919 [debu]  agent.net.tailnet.net.wgengine: wgengine: Reconfig: configuring userspace WireGuard config (with 1/1 peers)
    t.go:106: 2025-01-17 13:56:03.919 [debu]  cli: peer ready for handshake  peer_id=3a5b2a46-b6af-4365-8859-479cedf5c885
    t.go:106: 2025-01-17 13:56:03.919 [debu]  cli: updating engine network map  network_map="netmap: self: [hFx4C] auth=machine-unknown u=? [fd7a:115c:a1e0:4ffa:a5f3:91e1:9338:4ea1/128]\n [GmaVJ] d:6ed36348210e40d9 D999 fd7a:115c:a1e0:4365:8859:479c:edf5:c885/128 fd60:627a:a42b:4365:8859:479c:edf5:c885/128 :       127.0.0.1:38846      172.17.0.1:38846     172.20.0.10:38846\n"
    t.go:106: 2025-01-17 13:56:03.920 [debu]  cli.net.wgengine: [v1] magicsock: got updated network map; 1 peers
    t.go:106: 2025-01-17 13:56:03.920 [debu]  cli.net.wgengine: wgengine: Reconfig: configuring userspace WireGuard config (with 1/1 peers)
    t.go:106: 2025-01-17 13:56:03.920 [debu]  agent.net.tailnet.net.wgengine: wg: [v2] [hFx4C] - UAPI: Created
    t.go:106: 2025-01-17 13:56:03.920 [debu]  agent.net.tailnet.net.wgengine: wg: [v2] [hFx4C] - UAPI: Updating endpoint
    t.go:106: 2025-01-17 13:56:03.920 [debu]  cli.net.wgengine: wg: [v2] [GmaVJ] - UAPI: Created
    t.go:106: 2025-01-17 13:56:03.920 [debu]  agent.net.tailnet.net.wgengine: wg: [v2] [hFx4C] - UAPI: Removing all allowedips
    t.go:106: 2025-01-17 13:56:03.920 [debu]  cli.net.wgengine: wg: [v2] [GmaVJ] - UAPI: Updating endpoint
    t.go:106: 2025-01-17 13:56:03.920 [debu]  agent.net.tailnet.net.wgengine: wg: [v2] [hFx4C] - UAPI: Adding allowedip
    t.go:106: 2025-01-17 13:56:03.920 [debu]  cli.net.wgengine: wg: [v2] [GmaVJ] - UAPI: Removing all allowedips
    t.go:106: 2025-01-17 13:56:03.920 [debu]  agent.net.tailnet.net.wgengine: wg: [v2] [hFx4C] - UAPI: Updating persistent keepalive interval
    t.go:106: 2025-01-17 13:56:03.920 [debu]  cli.net.wgengine: wg: [v2] [GmaVJ] - UAPI: Adding allowedip
    t.go:106: 2025-01-17 13:56:03.920 [debu]  agent.net.tailnet.net.wgengine: netcheck: netcheck.runProbe: got STUN response for 1000stun0 from 127.0.0.1:38846 (ca6b1c6def3aee6c6a73d92f) in 101.072µs
    t.go:106: 2025-01-17 13:56:03.920 [debu]  agent.net.tailnet.net.wgengine: wg: [v2] [hFx4C] - Starting
    t.go:106: 2025-01-17 13:56:03.920 [debu]  agent.net.tailnet.net.wgengine: [v1] wgengine: Reconfig done
    t.go:106: 2025-01-17 13:56:03.920 [debu]  cli.net.wgengine: wg: [v2] [GmaVJ] - UAPI: Adding allowedip
    t.go:106: 2025-01-17 13:56:03.920 [debu]  cli.net.wgengine: wg: [v2] [GmaVJ] - UAPI: Updating persistent keepalive interval
    t.go:106: 2025-01-17 13:56:03.920 [debu]  cli.net.wgengine: wg: [v2] [GmaVJ] - Starting
    t.go:106: 2025-01-17 13:56:03.920 [debu]  cli.net.wgengine: wg: [v2] [GmaVJ] - Sending keepalive packet
    t.go:106: 2025-01-17 13:56:03.920 [debu]  cli.net.wgengine: wg: [v2] [GmaVJ] - Sending handshake initiation
    t.go:106: 2025-01-17 13:56:03.920 [debu]  cli.net.wgengine: netcheck: netcheck.runProbe: got STUN response for 1000stun0 from 127.0.0.1:60376 (64316d5444a24f97699bed54) in 103.588µs
    t.go:106: 2025-01-17 13:56:03.921 [debu]  cli.net.wgengine: [v1] magicsock: derp route for [GmaVJ] set to derp-999 (shared home)
    t.go:106: 2025-01-17 13:56:03.921 [debu]  cli.net.wgengine: [v1] wgengine: Reconfig done
    t.go:106: 2025-01-17 13:56:03.921 [debu]  cli.net.wgengine: magicsock: disco: node [GmaVJ] d:6ed36348210e40d9 now using 172.17.0.1:38846
    t.go:106: 2025-01-17 13:56:03.923 [debu]  agent.net.tailnet.net.wgengine: wg: [v2] [hFx4C] - Received handshake initiation
    t.go:106: 2025-01-17 13:56:03.923 [debu]  agent.net.tailnet.net.wgengine: wg: [v2] [hFx4C] - Sending handshake response
    t.go:106: 2025-01-17 13:56:03.923 [debu]  agent.net.tailnet.net.wgengine: magicsock: disco: node [hFx4C] d:812e4fdb492b3062 now using 172.20.0.10:60376
    t.go:106: 2025-01-17 13:56:03.924 [debu]  cli.net.wgengine: wg: [v2] [GmaVJ] - Received handshake response
    t.go:106: 2025-01-17 13:56:03.925 [debu]  agent.net.tailnet.net.wgengine: wg: [v2] [hFx4C] - Receiving keepalive packet
    t.go:106: 2025-01-17 13:56:03.970 [debu]  cli.net.wgengine: netcheck: [v1] measuring ICMP latency of coder (999): no address for node 999b
    t.go:106: 2025-01-17 13:56:03.970 [debu]  agent.net.tailnet.net.wgengine: netcheck: [v1] measuring ICMP latency of coder (999): no address for node 999b
    t.go:106: 2025-01-17 13:56:03.971 [debu]  coderd: GET  host=127.0.0.1:43083  path=/derp/latency-check  proto=HTTP/1.1  remote_addr=127.0.0.1  start="2025-01-17T13:56:03.971191813Z"  took=85.111µs  status_code=200  latency_ms=0  request_id=2c0145e9-699c-43bb-a645-5e1a882ab6c8
    t.go:106: 2025-01-17 13:56:03.971 [debu]  coderd: GET  host=localhost  path=/derp/latency-check  proto=HTTP/1.1  remote_addr=127.0.0.1  start="2025-01-17T13:56:03.97118511Z"  took=88.127µs  status_code=200  latency_ms=0  request_id=5454de0c-13e8-463a-91d7-732b5bc2c830
    t.go:106: 2025-01-17 13:56:03.971 [debu]  agent.net.tailnet.net.wgengine: netcheck: [v1] report: udp=true v6=false v6os=true mapvarydest= hair= portmap= v4a=127.0.0.1:38846 derp=999 derpdist=999v4:0s
    t.go:106: 2025-01-17 13:56:03.971 [debu]  cli.net.wgengine: netcheck: [v1] report: udp=true v6=false v6os=true mapvarydest= hair= portmap= v4a=127.0.0.1:60376 derp=999 derpdist=999v4:0s
    t.go:106: 2025-01-17 13:56:03.971 [debu]  agent.net.tailnet: calling nodeUpdater callback  node="&{ID:nodeid:77a6b863120a377b AsOf:2025-01-17 13:56:03.971732 +0000 UTC Key:nodekey:1a66952498d886f13aec94dff630c80ae4386b3062372f5821761ede7f90af05 DiscoKey:discokey:6ed36348210e40d9b0eb711c6cc017ec7394b11c69ae6ad7cab7bdb2d699e06b PreferredDERP:999 DERPLatency:map[999-v4:0.000393108] DERPForcedWebsocket:map[] Addresses:[fd7a:115c:a1e0:4365:8859:479c:edf5:c885/128 fd60:627a:a42b:4365:8859:479c:edf5:c885/128] AllowedIPs:[fd7a:115c:a1e0:4365:8859:479c:edf5:c885/128 fd60:627a:a42b:4365:8859:479c:edf5:c885/128] Endpoints:[127.0.0.1:38846 172.17.0.1:38846 172.20.0.10:38846]}"
    t.go:106: 2025-01-17 13:56:03.971 [debu]  cli: calling nodeUpdater callback  node="&{ID:nodeid:6a9cfd6c69962d76 AsOf:2025-01-17 13:56:03.971926 +0000 UTC Key:nodekey:845c780a82843779319bcea54186265daca0020538f93f80378b17fb61e6c878 DiscoKey:discokey:812e4fdb492b3062ab422561872be1a80935efd69c6ee1051ba819361310ee66 PreferredDERP:999 DERPLatency:map[999-v4:0.00042392] DERPForcedWebsocket:map[] Addresses:[fd7a:115c:a1e0:4ffa:a5f3:91e1:9338:4ea1/128] AllowedIPs:[fd7a:115c:a1e0:4ffa:a5f3:91e1:9338:4ea1/128] Endpoints:[127.0.0.1:60376 172.17.0.1:60376 172.20.0.10:60376]}"
    t.go:106: 2025-01-17 13:56:03.972 [debu]  coderd.coord: peerReadLoop got request  peer_id=3a5b2a46-b6af-4365-8859-479cedf5c885  peer_name=reverent-varahamihira8-Qpu-nice_merkle396-  request_id=f7fc2e47-7365-4b55-b0ce-4c882aece7f5
    t.go:106: 2025-01-17 13:56:03.972 [debu]  coderd.coord: processing node update  peer_id=3a5b2a46-b6af-4365-8859-479cedf5c885  node="id:8621781272291325819 as_of:{seconds:1737122163 nanos:971732000} key:\"np\\x1af\\x95$\\x98؆\\xf1:\\xec\\x94\\xdf\\xf60\\xc8\\n\\xe48k0b7/X!v\\x1e\\xde\\x7f\\x90\\xaf\\x05\" disco:\"discokey:6ed36348210e40d9b0eb711c6cc017ec7394b11c69ae6ad7cab7bdb2d699e06b\" preferred_derp:999 derp_latency:{key:\"999-v4\" value:0.000393108} addresses:\"fd7a:115c:a1e0:4365:8859:479c:edf5:c885/128\" addresses:\"fd60:627a:a42b:4365:8859:479c:edf5:c885/128\" allowed_ips:\"fd7a:115c:a1e0:4365:8859:479c:edf5:c885/128\" allowed_ips:\"fd60:627a:a42b:4365:8859:479c:edf5:c885/128\" endpoints:\"127.0.0.1:38846\" endpoints:\"172.17.0.1:38846\" endpoints:\"172.20.0.10:38846\""
    t.go:106: 2025-01-17 13:56:03.972 [debu]  coderd.coord: peerReadLoop got request  peer_id=a905173b-d700-4e6e-99de-7b37077f0b4c  peer_name=client  request_id=7aa73963-1928-44c4-91c5-f3589e141f68
    t.go:106: 2025-01-17 13:56:03.972 [debu]  coderd.coord: got tunnel peers  peer_id=3a5b2a46-b6af-4365-8859-479cedf5c885  tunnel_peers=[a905173b-d700-4e6e-99de-7b37077f0b4c]
    t.go:106: 2025-01-17 13:56:03.972 [debu]  coderd.coord: got updated mapping  peer_id=a905173b-d700-4e6e-99de-7b37077f0b4c  peer_name=client  from_id=3a5b2a46-b6af-4365-8859-479cedf5c885  kind=NODE  reason="node update"
    t.go:106: 2025-01-17 13:56:03.972 [debu]  coderd.coord: wrote peer update  peer_id=a905173b-d700-4e6e-99de-7b37077f0b4c  peer_name=client  from_id=3a5b2a46-b6af-4365-8859-479cedf5c885  kind=NODE  reason="node update"
    t.go:106: 2025-01-17 13:56:03.972 [debu]  coderd.coord: processing node update  peer_id=a905173b-d700-4e6e-99de-7b37077f0b4c  node="id:7682293706456968566 as_of:{seconds:1737122163 nanos:971926000} key:\"np\\x84\\\\x\\n\\x82\\x847y1\\x9bΥA\\x86&]\\xac\\xa0\\x02\\x058\\xf9?\\x807\\x8b\\x17\\xfba\\xe6\\xc8x\" disco:\"discokey:812e4fdb492b3062ab422561872be1a80935efd69c6ee1051ba819361310ee66\" preferred_derp:999 derp_latency:{key:\"999-v4\" value:0.00042392} addresses:\"fd7a:115c:a1e0:4ffa:a5f3:91e1:9338:4ea1/128\" allowed_ips:\"fd7a:115c:a1e0:4ffa:a5f3:91e1:9338:4ea1/128\" endpoints:\"127.0.0.1:60376\" endpoints:\"172.17.0.1:60376\" endpoints:\"172.20.0.10:60376\""
    t.go:106: 2025-01-17 13:56:03.972 [debu]  coderd.coord: got tunnel peers  peer_id=a905173b-d700-4e6e-99de-7b37077f0b4c  tunnel_peers=[3a5b2a46-b6af-4365-8859-479cedf5c885]
    t.go:106: 2025-01-17 13:56:03.972 [debu]  coderd.coord: got updated mapping  peer_id=3a5b2a46-b6af-4365-8859-479cedf5c885  peer_name=reverent-varahamihira8-Qpu-nice_merkle396-  from_id=a905173b-d700-4e6e-99de-7b37077f0b4c  kind=NODE  reason="node update"
    t.go:106: 2025-01-17 13:56:03.972 [debu]  coderd.coord: wrote peer update  peer_id=3a5b2a46-b6af-4365-8859-479cedf5c885  peer_name=reverent-varahamihira8-Qpu-nice_merkle396-  from_id=a905173b-d700-4e6e-99de-7b37077f0b4c  kind=NODE  reason="node update"
    t.go:106: 2025-01-17 13:56:03.972 [debu]  cli: node update to existing peer  peer_id=3a5b2a46-b6af-4365-8859-479cedf5c885  key_id=[GmaVJ]  node="&{ID:nodeid:77a6b863120a377b StableID: Name: User:userid:0 Sharer:userid:0 Key:nodekey:1a66952498d886f13aec94dff630c80ae4386b3062372f5821761ede7f90af05 KeyExpiry:0001-01-01 00:00:00 +0000 UTC KeySignature:[] Machine:mkey:0000000000000000000000000000000000000000000000000000000000000000 DiscoKey:discokey:6ed36348210e40d9b0eb711c6cc017ec7394b11c69ae6ad7cab7bdb2d699e06b Addresses:[fd7a:115c:a1e0:4365:8859:479c:edf5:c885/128 fd60:627a:a42b:4365:8859:479c:edf5:c885/128] AllowedIPs:[fd7a:115c:a1e0:4365:8859:479c:edf5:c885/128 fd60:627a:a42b:4365:8859:479c:edf5:c885/128] Endpoints:[127.0.0.1:38846 172.17.0.1:38846 172.20.0.10:38846] DERP:127.3.3.40:999 Hostinfo:{ж:0xc0f8275800} Created:2025-01-17 13:56:03.917803073 +0000 UTC m=+50.541408457 Cap:0 Tags:[] PrimaryRoutes:[] LastSeen:<nil> Online:<nil> KeepAlive:true MachineAuthorized:false Capabilities:[] UnsignedPeerAPIOnly:false ComputedName: computedHostIfDifferent: ComputedNameWithHost: DataPlaneAuditLogID: Expired:false SelfNodeV4MasqAddrForThisPeer:<nil> IsWireGuardOnly:false}"  dirty=false
    t.go:106: 2025-01-17 13:56:03.972 [debu]  agent.net.tailnet: node update to existing peer  peer_id=a905173b-d700-4e6e-99de-7b37077f0b4c  key_id=[hFx4C]  node="&{ID:nodeid:6a9cfd6c69962d76 StableID: Name: User:userid:0 Sharer:userid:0 Key:nodekey:845c780a82843779319bcea54186265daca0020538f93f80378b17fb61e6c878 KeyExpiry:0001-01-01 00:00:00 +0000 UTC KeySignature:[] Machine:mkey:0000000000000000000000000000000000000000000000000000000000000000 DiscoKey:discokey:812e4fdb492b3062ab422561872be1a80935efd69c6ee1051ba819361310ee66 Addresses:[fd7a:115c:a1e0:4ffa:a5f3:91e1:9338:4ea1/128] AllowedIPs:[fd7a:115c:a1e0:4ffa:a5f3:91e1:9338:4ea1/128] Endpoints:[127.0.0.1:60376 172.17.0.1:60376 172.20.0.10:60376] DERP:127.3.3.40:999 Hostinfo:{ж:0xc11b036000} Created:2025-01-17 13:56:03.919279344 +0000 UTC m=+50.542884728 Cap:0 Tags:[] PrimaryRoutes:[] LastSeen:<nil> Online:<nil> KeepAlive:true MachineAuthorized:false Capabilities:[] UnsignedPeerAPIOnly:false ComputedName: computedHostIfDifferent: ComputedNameWithHost: DataPlaneAuditLogID: Expired:false SelfNodeV4MasqAddrForThisPeer:<nil> IsWireGuardOnly:false}"  dirty=false
    t.go:106: 2025-01-17 13:56:03.973 [debu]  coderd.coord: peerReadLoop got request  peer_id=3a5b2a46-b6af-4365-8859-479cedf5c885  peer_name=reverent-varahamihira8-Qpu-nice_merkle396-  request_id=f7fc2e47-7365-4b55-b0ce-4c882aece7f5
    t.go:106: 2025-01-17 13:56:03.973 [debu]  cli: peer ready for handshake  peer_id=3a5b2a46-b6af-4365-8859-479cedf5c885
    t.go:106: 2025-01-17 13:56:04.669 [debu]  cli.net.wgengine: ping(fd7a:115c:a1e0:4365:8859:479c:edf5:c885): sending TSMP ping to [GmaVJ]  ...
    ssh_test.go:888: dial error: dial unix /tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock: connect: no such file or directory
    t.go:106: 2025-01-17 13:56:04.669 [debu]  cli.net.wgengine: wgengine: got TSMP pong 6e003ae9bda2e33c, peerAPIPort=0; cb=true
    t.go:106: 2025-01-17 13:56:04.669 [debu]  cli.net.wgengine: ping(fd7a:115c:a1e0:4365:8859:479c:edf5:c885): sending TSMP ping to [GmaVJ]  ...
    t.go:106: 2025-01-17 13:56:04.670 [debu]  cli.net.wgengine: ping(fd7a:115c:a1e0:4365:8859:479c:edf5:c885): sending TSMP ping to [GmaVJ]  ...
    t.go:106: 2025-01-17 13:56:04.670 [debu]  cli.net.wgengine: wgengine: got TSMP pong 3a78459ad53a8ede, peerAPIPort=0; cb=true
    t.go:106: 2025-01-17 13:56:04.670 [debu]  cli.net.wgengine: wgengine: got TSMP pong c9f105f0d57de28d, peerAPIPort=0; cb=true
    t.go:106: 2025-01-17 13:56:04.837 [debu]  coderd: POST  host=localhost:43083  path=/api/v2/workspaces/7ec255ad-1a2d-436b-96ba-01cdc93df5e4/usage  proto=HTTP/1.1  remote_addr=127.0.0.1  start="2025-01-17T13:56:04.671285244Z"  took=165.960232ms  status_code=204  latency_ms=165  request_id=df30c8de-17af-420b-82f2-0ed3f78182c5
    t.go:106: 2025-01-17 13:56:04.837 [debu]  cli.net.wgengine: ping(fd7a:115c:a1e0:4365:8859:479c:edf5:c885): sending TSMP ping to [GmaVJ]  ...
    t.go:106: 2025-01-17 13:56:04.837 [debu]  cli.net.wgengine: ping(fd7a:115c:a1e0:4365:8859:479c:edf5:c885): sending TSMP ping to [GmaVJ]  ...
    t.go:106: 2025-01-17 13:56:04.838 [debu]  cli.net.wgengine: wgengine: got TSMP pong e55958e6479504ee, peerAPIPort=0; cb=true
    t.go:106: 2025-01-17 13:56:04.838 [debu]  cli: dial tcp  addr_port="[fd7a:115c:a1e0:4365:8859:479c:edf5:c885]:1"
    t.go:106: 2025-01-17 13:56:04.841 [debu]  cli.net.wgengine: wgengine: got TSMP pong 9c4e0e93105d65d7, peerAPIPort=0; cb=true
    t.go:106: 2025-01-17 13:56:04.842 [info]  agent.net.tailnet.tcp: accepted connection  src=[fd7a:115c:a1e0:4ffa:a5f3:91e1:9338:4ea1]:47422  dst=[fd7a:115c:a1e0:4365:8859:479c:edf5:c885]:1
    t.go:106: 2025-01-17 13:56:04.842 [info]  agent.ssh-server: started serving connection  remote_addr=[fd7a:115c:a1e0:4ffa:a5f3:91e1:9338:4ea1]:47422  local_addr=[fd7a:115c:a1e0:4365:8859:479c:edf5:c885]:1  listen_addr={}
    t.go:106: 2025-01-17 13:56:04.854 [debu]  cli: connecting to the coder server to watch workspace events
    t.go:106: 2025-01-17 13:56:04.857 [debu]  coderd: GET  host=localhost:43083  path=/api/v2/workspaces/7ec255ad-1a2d-436b-96ba-01cdc93df5e4  proto=HTTP/1.1  remote_addr=127.0.0.1  start="2025-01-17T13:56:04.671272959Z"  took=186.082261ms  status_code=200  latency_ms=186  request_id=7782aa87-9d5d-43f4-b5b3-de6c3590d01c
    t.go:106: 2025-01-17 13:56:04.857 [debu]  agent.ssh-server: handling SSH unix forward
    t.go:106: 2025-01-17 13:56:04.858 [debu]  agent.ssh-server: request begin SSH unix forward  session_id=cc690592b5fc6fdb12cf3c0c934774cc514d3d869520380cf1d4d2b4fc2d959d  remote_addr=[fd7a:115c:a1e0:4ffa:a5f3:91e1:9338:4ea1]:47422  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:04.859 [debu]  agent.ssh-server: SSH unix forward listening on socket  session_id=cc690592b5fc6fdb12cf3c0c934774cc514d3d869520380cf1d4d2b4fc2d959d  remote_addr=[fd7a:115c:a1e0:4ffa:a5f3:91e1:9338:4ea1]:47422  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:04.859 [debu]  agent.ssh-server: SSH unix forward added to cache  session_id=cc690592b5fc6fdb12cf3c0c934774cc514d3d869520380cf1d4d2b4fc2d959d  remote_addr=[fd7a:115c:a1e0:4ffa:a5f3:91e1:9338:4ea1]:47422  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:04.863 [info]  agent.ssh-server: handling ssh session  remote_addr=[fd7a:115c:a1e0:4ffa:a5f3:91e1:9338:4ea1]:47422  local_addr=[fd7a:115c:a1e0:4365:8859:479c:edf5:c885]:1  id=56645c82-0e95-44b5-b5a1-96042681cb1a
    t.go:106: 2025-01-17 13:56:04.880 [debu]  pubsub: started listening to event channel  event=workspace_owner:3f2af3e8-1c17-445d-98a9-190b431ee362
    t.go:106: 2025-01-17 13:56:04.889 [debu]  pubsub: started listening to event channel  event=template:27e93d37-ff05-4f07-9d05-7271613f8b3c
install.sh will be unavailable: open install.sh: file does not exist    t.go:106: 2025-01-17 13:56:04.922 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=cc690592b5fc6fdb12cf3c0c934774cc514d3d869520380cf1d4d2b4fc2d959d  remote_addr=[fd7a:115c:a1e0:4ffa:a5f3:91e1:9338:4ea1]:47422  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:05.344 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=cc690592b5fc6fdb12cf3c0c934774cc514d3d869520380cf1d4d2b4fc2d959d  remote_addr=[fd7a:115c:a1e0:4ffa:a5f3:91e1:9338:4ea1]:47422  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:05.572 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=cc690592b5fc6fdb12cf3c0c934774cc514d3d869520380cf1d4d2b4fc2d959d  remote_addr=[fd7a:115c:a1e0:4ffa:a5f3:91e1:9338:4ea1]:47422  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:05.572 [debu]  cli: context expired  error="context canceled"
    t.go:106: 2025-01-17 13:56:05.574 [debu]  agent.ssh-server: handling SSH unix forward
    t.go:106: 2025-01-17 13:56:05.574 [debu]  agent.ssh-server: request to cancel SSH unix forward  session_id=cc690592b5fc6fdb12cf3c0c934774cc514d3d869520380cf1d4d2b4fc2d959d  remote_addr=[fd7a:115c:a1e0:4ffa:a5f3:91e1:9338:4ea1]:47422  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:05.574 [debu]  agent.ssh-server: SSH unix forward listener closed  session_id=cc690592b5fc6fdb12cf3c0c934774cc514d3d869520380cf1d4d2b4fc2d959d  remote_addr=[fd7a:115c:a1e0:4ffa:a5f3:91e1:9338:4ea1]:47422  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:05.929 [debu]  agent.ssh-server: SSH unix forward listener removed from cache  session_id=cc690592b5fc6fdb12cf3c0c934774cc514d3d869520380cf1d4d2b4fc2d959d  remote_addr=[fd7a:115c:a1e0:4ffa:a5f3:91e1:9338:4ea1]:47422  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:05.811 [warn]  agent.ssh-server: open SSH unix forward channel to client  error="ssh: rejected: administratively prohibited (no forward for address)"
    t.go:106: 2025-01-17 13:56:05.812 [debu]  pubsub: removing queueSet  event=template:27e93d37-ff05-4f07-9d05-7271613f8b3c
    t.go:106: 2025-01-17 13:56:05.936 [debu]  pubsub: stopped listening to event channel  event=template:27e93d37-ff05-4f07-9d05-7271613f8b3c
    t.go:106: 2025-01-17 13:56:05.940 [debu]  pubsub: removing queueSet  event=workspace_owner:3f2af3e8-1c17-445d-98a9-190b431ee362
    t.go:106: 2025-01-17 13:56:05.940 [debu]  pubsub: stopped listening to event channel  event=workspace_owner:3f2af3e8-1c17-445d-98a9-190b431ee362
    t.go:106: 2025-01-17 13:56:05.940 [debu]  coderd: GET  host=localhost:43083  path=/api/v2/workspaces/7ec255ad-1a2d-436b-96ba-01cdc93df5e4/watch  proto=HTTP/1.1  remote_addr=127.0.0.1  start="2025-01-17T13:56:04.855134656Z"  took=1.085276111s  status_code=200  latency_ms=1085  request_id=d03cbe76-863d-47b9-87b4-f83ab0a64e10
    t.go:106: 2025-01-17 13:56:05.943 [debu]  cli: closed item from stack  name=sshRemoteForward  error=<nil>
    t.go:106: 2025-01-17 13:56:05.946 [debu]  cli: closed item from stack  name=sshSession  error=<nil>
    t.go:106: 2025-01-17 13:56:05.946 [debu]  cli: closed item from stack  name="ssh client"  error=<nil>
    t.go:106: 2025-01-17 13:56:05.946 [debu]  cli: main context canceled; do graceful disconnect
    t.go:106: 2025-01-17 13:56:05.946 [debu]  cli: failed to receive DERP message ...
        error= drpc: stream terminated by sending close
               	storj.io/drpc/drpcstream.init:494
               	runtime.doInit1:7176
               	runtime.doInit:7143
               	runtime.main:253
    t.go:106: 2025-01-17 13:56:05.946 [debu]  cli: sent disconnect
    t.go:106: 2025-01-17 13:56:05.947 [debu]  coderd.coord: peerReadLoop got request  peer_id=a905173b-d700-4e6e-99de-7b37077f0b4c  peer_name=client  request_id=7aa73963-1928-44c4-91c5-f3589e141f68
    t.go:106: 2025-01-17 13:56:05.950 [debu]  coderd.coord: got tunnel peers  peer_id=a905173b-d700-4e6e-99de-7b37077f0b4c  tunnel_peers=[3a5b2a46-b6af-4365-8859-479cedf5c885]
    t.go:106: 2025-01-17 13:56:05.950 [debu]  coderd.coord: got updated mapping  peer_id=3a5b2a46-b6af-4365-8859-479cedf5c885  peer_name=reverent-varahamihira8-Qpu-nice_merkle396-  from_id=a905173b-d700-4e6e-99de-7b37077f0b4c  kind=DISCONNECTED  reason="graceful disconnect"
    t.go:106: 2025-01-17 13:56:05.951 [debu]  coderd.coord: wrote peer update  peer_id=3a5b2a46-b6af-4365-8859-479cedf5c885  peer_name=reverent-varahamihira8-Qpu-nice_merkle396-  from_id=a905173b-d700-4e6e-99de-7b37077f0b4c  kind=DISCONNECTED  reason="graceful disconnect"
    t.go:106: 2025-01-17 13:56:05.951 [debu]  coderd.tailnetclient: loopResp failed to get response  peer_id={"Name":"client","ID":"a905173b-d700-4e6e-99de-7b37077f0b4c","Auth":{"AgentID":"3a5b2a46-b6af-4365-8859-479cedf5c885"}}  name=client  request_id=7aa73963-1928-44c4-91c5-f3589e141f68  error=EOF
    t.go:106: 2025-01-17 13:56:05.947 [info]  agent.ssh-server: ssh connection complete  remote_addr=[fd7a:115c:a1e0:4ffa:a5f3:91e1:9338:4ea1]:47422  local_addr=[fd7a:115c:a1e0:4365:8859:479c:edf5:c885]:1  error=EOF
    t.go:106: 2025-01-17 13:56:05.951 [debu]  cli: failed to read from protocol  error=EOF
    t.go:106: 2025-01-17 13:56:05.951 [debu]  cli: setAllPeersLost marked peer lost  peer_id=3a5b2a46-b6af-4365-8859-479cedf5c885  key_id=[GmaVJ]
    t.go:106: 2025-01-17 13:56:05.951 [debu]  cli: responses closed after disconnect
    t.go:106: 2025-01-17 13:56:05.952 [debu]  coderd.tailnetclient: error receiving requests from DRPC stream  peer_id={"Name":"client","ID":"a905173b-d700-4e6e-99de-7b37077f0b4c","Auth":{"AgentID":"3a5b2a46-b6af-4365-8859-479cedf5c885"}}  name=client  request_id=7aa73963-1928-44c4-91c5-f3589e141f68 ...
        error= drpc: stream terminated by sending close
               	storj.io/drpc/drpcstream.init:494
               	runtime.doInit1:7176
               	runtime.doInit:7143
               	runtime.main:253
    t.go:106: 2025-01-17 13:56:05.952 [debu]  coderd.coord: peerReadLoop context done  peer_id=a905173b-d700-4e6e-99de-7b37077f0b4c  peer_name=client  request_id=7aa73963-1928-44c4-91c5-f3589e141f68
    t.go:106: 2025-01-17 13:56:05.952 [debu]  coderd.coord: lostPeer  peer_id=a905173b-d700-4e6e-99de-7b37077f0b4c
    t.go:106: 2025-01-17 13:56:05.951 [debu]  agent.ssh-server: copy output done  remote_addr=[fd7a:115c:a1e0:4ffa:a5f3:91e1:9338:4ea1]:47422  local_addr=[fd7a:115c:a1e0:4365:8859:479c:edf5:c885]:1  id=56645c82-0e95-44b5-b5a1-96042681cb1a  bytes=297  error=<nil>
    t.go:106: 2025-01-17 13:56:05.954 [info]  agent.ssh-server: ssh session returned  remote_addr=[fd7a:115c:a1e0:4ffa:a5f3:91e1:9338:4ea1]:47422  local_addr=[fd7a:115c:a1e0:4365:8859:479c:edf5:c885]:1  id=56645c82-0e95-44b5-b5a1-96042681cb1a  error="signal: killed"  process_exit_code=-1  exit_code=255
    t.go:106: 2025-01-17 13:56:05.952 [debu]  agent.net.tailnet: disconnected peer  peer_id=a905173b-d700-4e6e-99de-7b37077f0b4c
    t.go:106: 2025-01-17 13:56:05.956 [debu]  agent.net.tailnet: updating engine network map  network_map="netmap: self: [GmaVJ] auth=machine-unknown u=? [fd7a:115c:a1e0:4365:8859:479c:edf5:c885/128 fd60:627a:a42b:4365:8859:479c:edf5:c885/128]\n"
    t.go:106: 2025-01-17 13:56:05.954 [info]  cli: tailnet API v2+ connection lost
    t.go:106: 2025-01-17 13:56:05.954 [debu]  coderd: GET  host=localhost:43083  path=/api/v2/workspaceagents/3a5b2a46-b6af-4365-8859-479cedf5c885/coordinate  proto=HTTP/1.1  remote_addr=127.0.0.1  start="2025-01-17T13:56:03.060742688Z"  took=2.893869884s  status_code=101  latency_ms=2893  request_id=7aa73963-1928-44c4-91c5-f3589e141f68
    t.go:106: 2025-01-17 13:56:05.958 [debu]  agent.net.tailnet.net.wgengine: [v1] magicsock: got updated network map; 0 peers
    t.go:106: 2025-01-17 13:56:05.959 [info]  cli: closing tailnet Conn
    t.go:106: 2025-01-17 13:56:05.960 [debu]  cli: closing configMaps configLoop
    t.go:106: 2025-01-17 13:56:05.960 [debu]  agent.net.tailnet.net.wgengine: [v1] magicsock: doing cleanup for discovery key d:812e4fdb492b3062
    t.go:106: 2025-01-17 13:56:05.966 [debu]  agent.net.tailnet.net.wgengine: magicsock: disco: node [hFx4C] d:812e4fdb492b3062 now using DERP only (reset)
    t.go:106: 2025-01-17 13:56:05.960 [debu]  cli: closing nodeUpdater updateLoop
    t.go:106: 2025-01-17 13:56:05.973 [debu]  agent.net.tailnet.net.wgengine: wgengine: Reconfig: configuring userspace WireGuard config (with 0/0 peers)
    t.go:106: 2025-01-17 13:56:05.998 [debu]  agent.net.tailnet.net.wgengine: wg: [v2] peer(hFx4…myHg) - UAPI: Removing
    t.go:106: 2025-01-17 13:56:05.998 [debu]  agent.net.tailnet.net.wgengine: wg: [v2] peer(hFx4…myHg) - Stopping
    t.go:106: 2025-01-17 13:56:05.998 [debu]  agent.net.tailnet.net.wgengine: [v1] wgengine: Reconfig done
    t.go:106: 2025-01-17 13:56:06.054 [debu]  cli: closed netstack
    t.go:106: 2025-01-17 13:56:06.054 [debu]  cli.net.wgengine: magicsock: disco: node [GmaVJ] d:6ed36348210e40d9 now using DERP only (reset)
    t.go:106: 2025-01-17 13:56:06.055 [debu]  cli.net.wgengine: magicsock: closing connection to derp-999 (conn-close), age 3s
    t.go:106: 2025-01-17 13:56:06.055 [debu]  cli.net.wgengine: magicsock: 0 active derp conns
    t.go:106: 2025-01-17 13:56:06.055 [debu]  cli.net.wgengine: [v1] warning: fakeRouter.Close: not implemented.
    t.go:106: 2025-01-17 13:56:06.055 [debu]  cli.net.wgengine: wg: [v2] Device closing
    t.go:106: 2025-01-17 13:56:06.055 [debu]  coderd: GET  host=127.0.0.1:43083  path=/derp  proto=HTTP/1.1  remote_addr=127.0.0.1  start="2025-01-17T13:56:03.112707613Z"  took=2.942672796s  status_code=0  latency_ms=2942  request_id=7da3abf4-0314-45f0-aee7-8a99c2f5a2da
    t.go:106: 2025-01-17 13:56:06.093 [debu]  cli.net.wgengine: wg: [v2] Routine: receive incoming receiveDERP - stopped
    t.go:106: 2025-01-17 13:56:06.093 [debu]  cli.net.wgengine: wg: [v2] Routine: receive incoming mkReceiveFunc - stopped
    t.go:106: 2025-01-17 13:56:06.120 [debu]  cli.net.wgengine: wg: [v2] Routine: receive incoming mkReceiveFunc - stopped
    t.go:106: 2025-01-17 13:56:06.120 [debu]  cli.net.wgengine: wg: [v2] [GmaVJ] - Stopping
    t.go:106: 2025-01-17 13:56:06.122 [debu]  cli.net.wgengine: wg: [v2] Device closed
    t.go:106: 2025-01-17 13:56:06.122 [info]  cli: closing tailnet Conn
    t.go:106: 2025-01-17 13:56:06.123 [debu]  cli: closed item from stack  name="agent conn"  error=<nil>
    t.go:109: 2025-01-17 13:56:06.125 [erro]  cli: command exit  error="exit code 255: SSH connection ended unexpectedly"
    ssh_test.go:827: connect 2 of 2
    clitest.go:75: invoking command: coder --global-config /tmp/TestSSHRemoteForward_Unix_Signal4033394611/005 ssh nice_merkle396 --remote-forward /tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock:/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/local.sock
    ssh_test.go:903:
        	Error Trace:	/home/coder/coder/cli/ssh_test.go:903
        	Error:      	Not equal:
        	            	expected: "test"
        	            	actual  : ""

        	            	Diff:
        	            	--- Expected
        	            	+++ Actual
        	            	@@ -1 +1 @@
        	            	-test
        	            	+
        	Test:       	TestSSH/RemoteForward_Unix_Signal
    t.go:106: 2025-01-17 13:56:06.164 [debu]  coderd: GET  host=localhost:43083  path=/api/v2/appearance  proto=HTTP/1.1  remote_addr=127.0.0.1  start="2025-01-17T13:56:06.164629126Z"  took=212.606µs  status_code=404  latency_ms=0  request_id=9aaf9eda-4c63-426a-9342-67fbf0af07ef
    ssh_test.go:888: dial error: dial unix /tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock: connect: no such file or directory
    ssh_test.go:888: dial error: dial unix /tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock: connect: no such file or directory
    t.go:106: 2025-01-17 13:56:07.117 [debu]  coderd.servertailnet: got new DERP Map  derp_map="&{HomeParams:<nil> Regions:map[999:0xc0b39150e0 1000:0xc0b3915130] OmitDefaultRegions:false}"
    ssh_test.go:888: dial error: dial unix /tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock: connect: no such file or directory
    t.go:106: 2025-01-17 13:56:07.251 [debu]  coderd: GET  host=localhost:43083  path=/api/v2/users/me/workspace/nice_merkle396  proto=HTTP/1.1  remote_addr=127.0.0.1  start="2025-01-17T13:56:06.165527939Z"  took=1.085651234s  status_code=200  latency_ms=1085  request_id=41839649-d663-48fd-84c7-6e61619bca7c
    ssh_test.go:888: dial error: dial unix /tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock: connect: no such file or directory
    t.go:106: 2025-01-17 13:56:07.556 [debu]  coderd: GET  host=localhost:43083  path=/api/v2/templateversions/e91f86dc-4756-4958-adfc-780e306eacb4  proto=HTTP/1.1  remote_addr=127.0.0.1  start="2025-01-17T13:56:07.253438043Z"  took=302.678335ms  status_code=200  latency_ms=302  request_id=50c99670-8ea4-482d-a7c4-0e9ed797df82
    t.go:106: 2025-01-17 13:56:07.651 [debu]  coderd: GET  host=localhost:43083  path=/api/v2/workspaceagents/3a5b2a46-b6af-4365-8859-479cedf5c885  proto=HTTP/1.1  remote_addr=127.0.0.1  start="2025-01-17T13:56:07.558210077Z"  took=93.290761ms  status_code=200  latency_ms=93  request_id=250068f6-bcac-436a-a2ce-e7a99cf83183
    t.go:106: 2025-01-17 13:56:07.687 [debu]  coderd: GET  host=localhost:43083  path=/api/v2/workspaceagents/3a5b2a46-b6af-4365-8859-479cedf5c885/connection  proto=HTTP/1.1  remote_addr=127.0.0.1  start="2025-01-17T13:56:07.651968556Z"  took=35.395272ms  status_code=200  latency_ms=35  request_id=703e3627-e954-47c1-82ab-c07920995427
    t.go:106: 2025-01-17 13:56:07.690 [debu]  cli.net.wgengine: [v1] using fake (no-op) tun device
    t.go:106: 2025-01-17 13:56:07.690 [debu]  cli.net.wgengine: [v1] using fake (no-op) OS network configurator
    t.go:106: 2025-01-17 13:56:07.690 [debu]  cli.net.wgengine: [v1] using fake (no-op) DNS configurator
    t.go:106: 2025-01-17 13:56:07.690 [debu]  cli.net.wgengine: dns: using dns.noopManager
    t.go:106: 2025-01-17 13:56:07.690 [debu]  cli.net.wgengine: link state: interfaces.State{defaultRoute=eth0 ifs={docker0:[172.17.0.1/16] eth0:[172.20.0.10/16]} v4=true v6=false}
    t.go:106: 2025-01-17 13:56:07.690 [debu]  cli.net.wgengine: magicsock: [warning] failed to force-set UDP read buffer size to 7340032: operation not permitted; using kernel default values (impacts throughput only)
    t.go:106: 2025-01-17 13:56:07.690 [debu]  cli.net.wgengine: magicsock: [warning] failed to force-set UDP write buffer size to 7340032: operation not permitted; using kernel default values (impacts throughput only)
    t.go:106: 2025-01-17 13:56:07.690 [debu]  cli.net.wgengine: magicsock: [warning] failed to force-set UDP read buffer size to 7340032: operation not permitted; using kernel default values (impacts throughput only)
    t.go:106: 2025-01-17 13:56:07.690 [debu]  cli.net.wgengine: magicsock: [warning] failed to force-set UDP write buffer size to 7340032: operation not permitted; using kernel default values (impacts throughput only)
    t.go:106: 2025-01-17 13:56:07.691 [debu]  cli.net.wgengine: [v1] couldn't create raw v4 disco listener, using regular listener instead: raw disco listening disabled, SO_MARK unavailable
    t.go:106: 2025-01-17 13:56:07.691 [debu]  cli.net.wgengine: [v1] couldn't create raw v6 disco listener, using regular listener instead: raw disco listening disabled, SO_MARK unavailable
    t.go:106: 2025-01-17 13:56:07.691 [debu]  cli.net.wgengine: magicsock: disco key = d:4e66c6cec2e21149
    t.go:106: 2025-01-17 13:56:07.691 [debu]  cli.net.wgengine: Creating WireGuard device...
    t.go:106: 2025-01-17 13:56:07.691 [debu]  cli.net.wgengine: Bringing WireGuard device up...
    t.go:106: 2025-01-17 13:56:07.691 [debu]  cli.net.wgengine: wg: [v2] UDP bind has been updated
    t.go:106: 2025-01-17 13:56:07.691 [debu]  cli.net.wgengine: wg: [v2] Interface state was Down, requested Up, now Up
    t.go:106: 2025-01-17 13:56:07.691 [debu]  cli.net.wgengine: Bringing router up...
    t.go:106: 2025-01-17 13:56:07.692 [debu]  cli.net.wgengine: [v1] warning: fakeRouter.Up: not implemented.
    t.go:106: 2025-01-17 13:56:07.692 [debu]  cli.net.wgengine: Clearing router settings...
    t.go:106: 2025-01-17 13:56:07.692 [debu]  cli.net.wgengine: [v1] warning: fakeRouter.Set: not implemented.
    t.go:106: 2025-01-17 13:56:07.692 [debu]  cli.net.wgengine: Starting network monitor...
    t.go:106: 2025-01-17 13:56:07.692 [debu]  cli.net.wgengine: Engine created.
    t.go:106: 2025-01-17 13:56:07.692 [debu]  cli: magicsock debug logging disabled, use CODER_MAGICSOCK_DEBUG_LOGGING=true to enable
    t.go:106: 2025-01-17 13:56:07.693 [debu]  cli.net.wgengine: magicsock: SetPrivateKey called (init)
    t.go:106: 2025-01-17 13:56:07.693 [debu]  cli.net.wgengine: wg: [v2] Routine: receive incoming mkReceiveFunc - started
    t.go:106: 2025-01-17 13:56:07.691 [debu]  cli.net.wgengine: wg: [v2] Routine: receive incoming receiveDERP - started
    t.go:106: 2025-01-17 13:56:07.694 [debu]  cli: updating engine DERP map  derp_map="{\"Regions\":{\"1000\":{\"EmbeddedRelay\":false,\"RegionID\":1000,\"RegionCode\":\"coder_stun_1000\",\"RegionName\":\"Coder STUN 1000\",\"Nodes\":[{\"Name\":\"1000stun0\",\"RegionID\":1000,\"HostName\":\"127.0.0.1\",\"STUNPort\":46084,\"STUNOnly\":true}]},\"999\":{\"EmbeddedRelay\":true,\"RegionID\":999,\"RegionCode\":\"coder\",\"RegionName\":\"Coder Embedded Relay\",\"Nodes\":[{\"Name\":\"999b\",\"RegionID\":999,\"HostName\":\"\",\"IPv4\":\"127.0.0.1\",\"STUNPort\":-1,\"DERPPort\":43083,\"InsecureForTests\":true,\"ForceHTTP\":true}]}}}"
    t.go:106: 2025-01-17 13:56:07.694 [debu]  cli: skipped sending node; no node callback
    t.go:106: 2025-01-17 13:56:07.694 [debu]  cli: setting peer tunnel destination  peer_id=3a5b2a46-b6af-4365-8859-479cedf5c885
    t.go:106: 2025-01-17 13:56:07.694 [debu]  cli: running tailnet API v2+ connector
    t.go:106: 2025-01-17 13:56:07.694 [debu]  cli: dialing Coder tailnet v2+ API
    t.go:106: 2025-01-17 13:56:07.694 [debu]  cli: updating engine network map  network_map="netmap: self: [yhOmn] auth=machine-unknown u=? [fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd/128]\n"
    t.go:106: 2025-01-17 13:56:07.694 [debu]  cli.net.wgengine: wg: [v2] Routine: receive incoming mkReceiveFunc - started
    t.go:106: 2025-01-17 13:56:07.695 [debu]  cli.net.wgengine: [v1] magicsock: got updated network map; 0 peers
    t.go:106: 2025-01-17 13:56:07.695 [debu]  cli.net.netstack: [v2] netstack: registered IP fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd/128
    t.go:106: 2025-01-17 13:56:07.695 [debu]  cli.net.wgengine: wgengine: Reconfig: configuring userspace WireGuard config (with 0/0 peers)
    t.go:106: 2025-01-17 13:56:07.695 [debu]  cli.net.wgengine: wg: [v2] UAPI: Updating private key
    t.go:106: 2025-01-17 13:56:07.696 [debu]  cli.net.wgengine: wgengine: Reconfig: configuring router
    t.go:106: 2025-01-17 13:56:07.696 [debu]  cli.net.wgengine: [v1] warning: fakeRouter.Set: not implemented.
    t.go:106: 2025-01-17 13:56:07.696 [debu]  cli.net.wgengine: wgengine: Reconfig: configuring DNS
    t.go:106: 2025-01-17 13:56:07.696 [debu]  cli.net.wgengine: dns: Set: {DefaultResolvers:[] Routes:{} SearchDomains:[] Hosts:0}
    t.go:106: 2025-01-17 13:56:07.696 [debu]  cli.net.wgengine: dns: Resolvercfg: {Routes:{} Hosts:0 LocalDomains:[]}
    t.go:106: 2025-01-17 13:56:07.696 [debu]  cli.net.wgengine: dns: OScfg: {Nameservers:[] SearchDomains:[] MatchDomains:[] Hosts:[]}
    t.go:106: 2025-01-17 13:56:07.696 [debu]  cli.net.wgengine: [v1] wgengine: Reconfig done
    t.go:106: 2025-01-17 13:56:07.696 [debu]  cli: updating engine filter  filter="&{logf:0x1b8c5c0 local:0xc13144bd40 logIPs:0xc13144bd58 matches4:[{IPProto:[6 17 1 58 132] Srcs:[{ip:{addr:{hi:0 lo:281470681743360} z:0xc000012030} bitsPlusOne:1}] Dsts:[{Net:{ip:{addr:{hi:0 lo:281470681743360} z:0xc000012030} bitsPlusOne:1} Ports:{First:0 Last:65535}}] Caps:[]}] matches6:[{IPProto:[6 17 1 58 132] Srcs:[{ip:{addr:{hi:0 lo:0} z:0xc000012048} bitsPlusOne:1}] Dsts:[{Net:{ip:{addr:{hi:0 lo:0} z:0xc000012048} bitsPlusOne:1} Ports:{First:0 Last:65535}}] Caps:[]}] cap4:[] cap6:[] state:0xc13c0a2410 shieldsUp:false}"
    t.go:106: 2025-01-17 13:56:07.704 [debu]  cli.net.wgengine: netcheck: netcheck.runProbe: got STUN response for 1000stun0 from 127.0.0.1:51846 (7a889cad208bc016b8be2fbf) in 4.287921ms
    t.go:106: 2025-01-17 13:56:07.704 [debu]  cli.net.wgengine: netcheck: netcheck.runProbe: got STUN response for 1000stun0 from 127.0.0.1:51846 (b67d0cae9ab20cb5a740e386) in 4.637532ms
    t.go:106: 2025-01-17 13:56:07.704 [debu]  cli.net.wgengine: netcheck: netcheck.runProbe: got STUN response for 1000stun0 from 127.0.0.1:51846 (cbfcf3566a9d0a4109c56f4a) in 4.700317ms
    t.go:106: 2025-01-17 13:56:07.737 [debu]  coderd.tailnetclient: serving dRPC tailnet v2 API session  request_id=71a2eaaa-0cbe-4f1b-8879-088d8d34ef93  peer_id=866e02cd-5459-4937-aed9-fdd15849e6dd
    t.go:106: 2025-01-17 13:56:07.738 [debu]  cli: connected to tailnet v2+ API
    t.go:106: 2025-01-17 13:56:07.738 [debu]  cli.net.wgengine: ping(fd7a:115c:a1e0:4365:8859:479c:edf5:c885): no matching peer
    t.go:106: 2025-01-17 13:56:07.738 [debu]  cli.net.wgengine: ping(fd7a:115c:a1e0:4365:8859:479c:edf5:c885): no matching peer
    t.go:106: 2025-01-17 13:56:07.742 [info]  cli: obtained tailnet API v2+ client
    t.go:106: 2025-01-17 13:56:07.743 [debu]  cli: new telemetry client connected to controller
    t.go:106: 2025-01-17 13:56:07.743 [debu]  cli: skipped sending node; no PreferredDERP  node="&{ID:nodeid:7a6a45fa5c9047e4 AsOf:2025-01-17 13:56:07.743533 +0000 UTC Key:nodekey:ca13a69e14a038b9eec9129f37de2ef2889be89d7279d64a989defd238728f5b DiscoKey:discokey:4e66c6cec2e21149b4b1d334631a81a1341602c7e07e25d95f8caa6670004b43 PreferredDERP:0 DERPLatency:map[] DERPForcedWebsocket:map[] Addresses:[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd/128] AllowedIPs:[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd/128] Endpoints:[]}"
    t.go:106: 2025-01-17 13:56:07.743 [debu]  cli: got new DERP Map  derp_map="&{HomeParams:0xc11e0fa518 Regions:map[999:0xc13ed5aff0 1000:0xc13ed5afa0] OmitDefaultRegions:false}"
    t.go:106: 2025-01-17 13:56:07.743 [debu]  cli: serving coordinator
    t.go:106: 2025-01-17 13:56:07.743 [debu]  coderd.tailnetclient: starting tailnet Coordinate  peer_id={"Name":"client","ID":"866e02cd-5459-4937-aed9-fdd15849e6dd","Auth":{"AgentID":"3a5b2a46-b6af-4365-8859-479cedf5c885"}}  name=client  request_id=71a2eaaa-0cbe-4f1b-8879-088d8d34ef93
    t.go:106: 2025-01-17 13:56:07.744 [debu]  coderd.coord: initPeer  peer_id=866e02cd-5459-4937-aed9-fdd15849e6dd  peer_name=client
    t.go:106: 2025-01-17 13:56:07.744 [debu]  coderd.coord: initial tunnel peers  peer_id=866e02cd-5459-4937-aed9-fdd15849e6dd  peer_name=client  tunnel_peers=[]
    t.go:106: 2025-01-17 13:56:07.744 [debu]  coderd.coord: peerReadLoop got request  peer_id=866e02cd-5459-4937-aed9-fdd15849e6dd  peer_name=client  request_id=71a2eaaa-0cbe-4f1b-8879-088d8d34ef93
    t.go:106: 2025-01-17 13:56:07.744 [debu]  cli: refreshed coordinator resume token  expires_at="seconds:1737125767 nanos:744122687"  refresh_in=seconds:1800
    t.go:106: 2025-01-17 13:56:07.745 [debu]  coderd.coord: adding tunnel  src_id=866e02cd-5459-4937-aed9-fdd15849e6dd  dst_id=3a5b2a46-b6af-4365-8859-479cedf5c885
    t.go:106: 2025-01-17 13:56:07.745 [debu]  coderd.coord: got updated mapping  peer_id=866e02cd-5459-4937-aed9-fdd15849e6dd  peer_name=client  from_id=3a5b2a46-b6af-4365-8859-479cedf5c885  kind=NODE  reason="add tunnel"
    t.go:106: 2025-01-17 13:56:07.745 [debu]  coderd.coord: wrote peer update  peer_id=866e02cd-5459-4937-aed9-fdd15849e6dd  peer_name=client  from_id=3a5b2a46-b6af-4365-8859-479cedf5c885  kind=NODE  reason="add tunnel"
    t.go:106: 2025-01-17 13:56:07.746 [debu]  cli: setting ready for handshake timeout  peer_id=3a5b2a46-b6af-4365-8859-479cedf5c885  key_id=[GmaVJ]  node="&{ID:nodeid:77a6b863120a377b StableID: Name: User:userid:0 Sharer:userid:0 Key:nodekey:1a66952498d886f13aec94dff630c80ae4386b3062372f5821761ede7f90af05 KeyExpiry:0001-01-01 00:00:00 +0000 UTC KeySignature:[] Machine:mkey:0000000000000000000000000000000000000000000000000000000000000000 DiscoKey:discokey:6ed36348210e40d9b0eb711c6cc017ec7394b11c69ae6ad7cab7bdb2d699e06b Addresses:[fd7a:115c:a1e0:4365:8859:479c:edf5:c885/128 fd60:627a:a42b:4365:8859:479c:edf5:c885/128] AllowedIPs:[fd7a:115c:a1e0:4365:8859:479c:edf5:c885/128 fd60:627a:a42b:4365:8859:479c:edf5:c885/128] Endpoints:[127.0.0.1:38846 172.17.0.1:38846 172.20.0.10:38846] DERP:127.3.3.40:999 Hostinfo:{ж:0xc16fd7c000} Created:2025-01-17 13:56:07.746455677 +0000 UTC m=+54.370061071 Cap:0 Tags:[] PrimaryRoutes:[] LastSeen:<nil> Online:<nil> KeepAlive:false MachineAuthorized:false Capabilities:[] UnsignedPeerAPIOnly:false ComputedName: computedHostIfDifferent: ComputedNameWithHost: DataPlaneAuditLogID: Expired:false SelfNodeV4MasqAddrForThisPeer:<nil> IsWireGuardOnly:false}"
    t.go:106: 2025-01-17 13:56:07.747 [debu]  cli: node update to existing peer  peer_id=3a5b2a46-b6af-4365-8859-479cedf5c885  key_id=[GmaVJ]  node="&{ID:nodeid:77a6b863120a377b StableID: Name: User:userid:0 Sharer:userid:0 Key:nodekey:1a66952498d886f13aec94dff630c80ae4386b3062372f5821761ede7f90af05 KeyExpiry:0001-01-01 00:00:00 +0000 UTC KeySignature:[] Machine:mkey:0000000000000000000000000000000000000000000000000000000000000000 DiscoKey:discokey:6ed36348210e40d9b0eb711c6cc017ec7394b11c69ae6ad7cab7bdb2d699e06b Addresses:[fd7a:115c:a1e0:4365:8859:479c:edf5:c885/128 fd60:627a:a42b:4365:8859:479c:edf5:c885/128] AllowedIPs:[fd7a:115c:a1e0:4365:8859:479c:edf5:c885/128 fd60:627a:a42b:4365:8859:479c:edf5:c885/128] Endpoints:[127.0.0.1:38846 172.17.0.1:38846 172.20.0.10:38846] DERP:127.3.3.40:999 Hostinfo:{ж:0xc16fd7c000} Created:2025-01-17 13:56:07.746455677 +0000 UTC m=+54.370061071 Cap:0 Tags:[] PrimaryRoutes:[] LastSeen:<nil> Online:<nil> KeepAlive:false MachineAuthorized:false Capabilities:[] UnsignedPeerAPIOnly:false ComputedName: computedHostIfDifferent: ComputedNameWithHost: DataPlaneAuditLogID: Expired:false SelfNodeV4MasqAddrForThisPeer:<nil> IsWireGuardOnly:false}"  dirty=false
    t.go:106: 2025-01-17 13:56:07.751 [debu]  cli.net.wgengine: netcheck: [v1] measuring ICMP latency of coder (999): no address for node 999b
    t.go:106: 2025-01-17 13:56:07.753 [debu]  coderd: GET  host=127.0.0.1:43083  path=/derp/latency-check  proto=HTTP/1.1  remote_addr=127.0.0.1  start="2025-01-17T13:56:07.753167318Z"  took=455.384µs  status_code=200  latency_ms=0  request_id=c6506c10-4818-4422-9dac-1b412ea876db
    t.go:106: 2025-01-17 13:56:07.754 [debu]  cli.net.wgengine: netcheck: [v1] report: udp=true v6=false v6os=true mapvarydest=false hair= portmap= v4a=127.0.0.1:51846 derp=999 derpdist=999v4:2ms
    t.go:106: 2025-01-17 13:56:07.754 [debu]  cli.net.wgengine: magicsock: home is now derp-999 (coder)
    t.go:106: 2025-01-17 13:56:07.754 [debu]  cli.net.wgengine: magicsock: adding connection to derp-999 for home-keep-alive
    t.go:106: 2025-01-17 13:56:07.754 [debu]  cli: new preferred DERP  preferred_derp=999
    t.go:106: 2025-01-17 13:56:07.754 [debu]  cli: calling nodeUpdater callback  node="&{ID:nodeid:7a6a45fa5c9047e4 AsOf:2025-01-17 13:56:07.754464 +0000 UTC Key:nodekey:ca13a69e14a038b9eec9129f37de2ef2889be89d7279d64a989defd238728f5b DiscoKey:discokey:4e66c6cec2e21149b4b1d334631a81a1341602c7e07e25d95f8caa6670004b43 PreferredDERP:999 DERPLatency:map[999-v4:0.001683357] DERPForcedWebsocket:map[] Addresses:[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd/128] AllowedIPs:[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd/128] Endpoints:[]}"
    t.go:106: 2025-01-17 13:56:07.754 [debu]  cli.net.wgengine: magicsock: 1 active derp conns: derp-999=cr0s,wr0s
    t.go:106: 2025-01-17 13:56:07.755 [debu]  coderd.coord: peerReadLoop got request  peer_id=866e02cd-5459-4937-aed9-fdd15849e6dd  peer_name=client  request_id=71a2eaaa-0cbe-4f1b-8879-088d8d34ef93
    t.go:106: 2025-01-17 13:56:07.755 [debu]  cli.net.wgengine: magicsock: endpoints changed: 127.0.0.1:51846 (stun), 172.17.0.1:51846 (local), 172.20.0.10:51846 (local)
    t.go:106: 2025-01-17 13:56:07.755 [debu]  cli: wireguard status  status="&{AsOf:2025-01-17 13:56:07.755420307 +0000 UTC m=+54.379025701 Peers:[] LocalAddrs:[{Addr:127.0.0.1:51846 Type:stun} {Addr:172.17.0.1:51846 Type:local} {Addr:172.20.0.10:51846 Type:local}] DERPs:1}"  error=<nil>
    t.go:106: 2025-01-17 13:56:07.755 [debu]  coderd.coord: processing node update  peer_id=866e02cd-5459-4937-aed9-fdd15849e6dd  node="id:8820939761755637732 as_of:{seconds:1737122167 nanos:754464000} key:\"np\\xca\\x13\\xa6\\x9e\\x14\\xa08\\xb9\\xee\\xc9\\x12\\x9f7\\xde.\\xf2\\x88\\x9b\\xe8\\x9dry\\xd6J\\x98\\x9d\\xef\\xd28r\\x8f[\" disco:\"discokey:4e66c6cec2e21149b4b1d334631a81a1341602c7e07e25d95f8caa6670004b43\" preferred_derp:999 derp_latency:{key:\"999-v4\" value:0.001683357} addresses:\"fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd/128\" allowed_ips:\"fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd/128\""
    t.go:106: 2025-01-17 13:56:07.755 [debu]  cli: calling nodeUpdater callback  node="&{ID:nodeid:7a6a45fa5c9047e4 AsOf:2025-01-17 13:56:07.755491 +0000 UTC Key:nodekey:ca13a69e14a038b9eec9129f37de2ef2889be89d7279d64a989defd238728f5b DiscoKey:discokey:4e66c6cec2e21149b4b1d334631a81a1341602c7e07e25d95f8caa6670004b43 PreferredDERP:999 DERPLatency:map[999-v4:0.001683357] DERPForcedWebsocket:map[] Addresses:[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd/128] AllowedIPs:[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd/128] Endpoints:[127.0.0.1:51846 172.17.0.1:51846 172.20.0.10:51846]}"
    t.go:106: 2025-01-17 13:56:07.755 [debu]  coderd.coord: got tunnel peers  peer_id=866e02cd-5459-4937-aed9-fdd15849e6dd  tunnel_peers=[3a5b2a46-b6af-4365-8859-479cedf5c885]
    t.go:106: 2025-01-17 13:56:07.755 [debu]  cli.net.wgengine: derphttp.Client.Connect: connecting to derp-999 (coder)
    t.go:106: 2025-01-17 13:56:07.755 [debu]  coderd.coord: got updated mapping  peer_id=3a5b2a46-b6af-4365-8859-479cedf5c885  peer_name=reverent-varahamihira8-Qpu-nice_merkle396-  from_id=866e02cd-5459-4937-aed9-fdd15849e6dd  kind=NODE  reason="node update"
    t.go:106: 2025-01-17 13:56:07.755 [debu]  coderd.coord: wrote peer update  peer_id=3a5b2a46-b6af-4365-8859-479cedf5c885  peer_name=reverent-varahamihira8-Qpu-nice_merkle396-  from_id=866e02cd-5459-4937-aed9-fdd15849e6dd  kind=NODE  reason="node update"
    t.go:106: 2025-01-17 13:56:07.755 [debu]  cli: wireguard status  status="&{AsOf:2025-01-17 13:56:07.755433794 +0000 UTC m=+54.379039178 Peers:[] LocalAddrs:[{Addr:127.0.0.1:51846 Type:stun} {Addr:172.17.0.1:51846 Type:local} {Addr:172.20.0.10:51846 Type:local}] DERPs:1}"  error=<nil>
    t.go:106: 2025-01-17 13:56:07.755 [debu]  coderd.coord: peerReadLoop got request  peer_id=866e02cd-5459-4937-aed9-fdd15849e6dd  peer_name=client  request_id=71a2eaaa-0cbe-4f1b-8879-088d8d34ef93
    t.go:106: 2025-01-17 13:56:07.756 [debu]  cli.net.wgengine: netcheck: netcheck.runProbe: got STUN response for 1000stun0 from 127.0.0.1:51846 (75ae802650ad314aaa4b056b) in 429.271µs
    t.go:106: 2025-01-17 13:56:07.755 [debu]  cli.net.wgengine: derphttp.Client.Connect: not using fast start
    t.go:106: 2025-01-17 13:56:07.756 [debu]  coderd.coord: processing node update  peer_id=866e02cd-5459-4937-aed9-fdd15849e6dd  node="id:8820939761755637732 as_of:{seconds:1737122167 nanos:755491000} key:\"np\\xca\\x13\\xa6\\x9e\\x14\\xa08\\xb9\\xee\\xc9\\x12\\x9f7\\xde.\\xf2\\x88\\x9b\\xe8\\x9dry\\xd6J\\x98\\x9d\\xef\\xd28r\\x8f[\" disco:\"discokey:4e66c6cec2e21149b4b1d334631a81a1341602c7e07e25d95f8caa6670004b43\" preferred_derp:999 derp_latency:{key:\"999-v4\" value:0.001683357} addresses:\"fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd/128\" allowed_ips:\"fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd/128\" endpoints:\"127.0.0.1:51846\" endpoints:\"172.17.0.1:51846\" endpoints:\"172.20.0.10:51846\""
    t.go:106: 2025-01-17 13:56:07.756 [debu]  coderd.coord: got tunnel peers  peer_id=866e02cd-5459-4937-aed9-fdd15849e6dd  tunnel_peers=[3a5b2a46-b6af-4365-8859-479cedf5c885]
    t.go:106: 2025-01-17 13:56:07.756 [debu]  agent.net.tailnet: adding new peer  peer_id=866e02cd-5459-4937-aed9-fdd15849e6dd  key_id=[yhOmn]  node="&{ID:nodeid:7a6a45fa5c9047e4 StableID: Name: User:userid:0 Sharer:userid:0 Key:nodekey:ca13a69e14a038b9eec9129f37de2ef2889be89d7279d64a989defd238728f5b KeyExpiry:0001-01-01 00:00:00 +0000 UTC KeySignature:[] Machine:mkey:0000000000000000000000000000000000000000000000000000000000000000 DiscoKey:discokey:4e66c6cec2e21149b4b1d334631a81a1341602c7e07e25d95f8caa6670004b43 Addresses:[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd/128] AllowedIPs:[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd/128] Endpoints:[] DERP:127.3.3.40:999 Hostinfo:{ж:0xc0221fc800} Created:2025-01-17 13:56:07.756285171 +0000 UTC m=+54.379890566 Cap:0 Tags:[] PrimaryRoutes:[] LastSeen:<nil> Online:<nil> KeepAlive:false MachineAuthorized:false Capabilities:[] UnsignedPeerAPIOnly:false ComputedName: computedHostIfDifferent: ComputedNameWithHost: DataPlaneAuditLogID: Expired:false SelfNodeV4MasqAddrForThisPeer:<nil> IsWireGuardOnly:false}"
    t.go:106: 2025-01-17 13:56:07.756 [debu]  coderd.coord: got updated mapping  peer_id=3a5b2a46-b6af-4365-8859-479cedf5c885  peer_name=reverent-varahamihira8-Qpu-nice_merkle396-  from_id=866e02cd-5459-4937-aed9-fdd15849e6dd  kind=NODE  reason="node update"
    t.go:106: 2025-01-17 13:56:07.756 [debu]  coderd.coord: wrote peer update  peer_id=3a5b2a46-b6af-4365-8859-479cedf5c885  peer_name=reverent-varahamihira8-Qpu-nice_merkle396-  from_id=866e02cd-5459-4937-aed9-fdd15849e6dd  kind=NODE  reason="node update"
    t.go:106: 2025-01-17 13:56:07.756 [debu]  agent.net.tailnet: updating engine network map  network_map="netmap: self: [GmaVJ] auth=machine-unknown u=? [fd7a:115c:a1e0:4365:8859:479c:edf5:c885/128 fd60:627a:a42b:4365:8859:479c:edf5:c885/128]\n [yhOmn] d:4e66c6cec2e21149 D999 fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd/128 : \n"
    t.go:106: 2025-01-17 13:56:07.756 [debu]  coderd.coord: peerReadLoop got request  peer_id=3a5b2a46-b6af-4365-8859-479cedf5c885  peer_name=reverent-varahamihira8-Qpu-nice_merkle396-  request_id=f7fc2e47-7365-4b55-b0ce-4c882aece7f5
    t.go:106: 2025-01-17 13:56:07.756 [debu]  agent.net.tailnet.net.wgengine: [v1] magicsock: got updated network map; 1 peers
    t.go:106: 2025-01-17 13:56:07.756 [debu]  agent.net.tailnet.net.wgengine: wgengine: Reconfig: configuring userspace WireGuard config (with 1/1 peers)
    t.go:106: 2025-01-17 13:56:07.757 [debu]  agent.net.tailnet.net.wgengine: wg: [v2] [yhOmn] - UAPI: Created
    t.go:106: 2025-01-17 13:56:07.757 [debu]  agent.net.tailnet.net.wgengine: wg: [v2] [yhOmn] - UAPI: Updating endpoint
    t.go:106: 2025-01-17 13:56:07.757 [debu]  agent.net.tailnet.net.wgengine: wg: [v2] [yhOmn] - UAPI: Removing all allowedips
    t.go:106: 2025-01-17 13:56:07.757 [debu]  agent.net.tailnet.net.wgengine: wg: [v2] [yhOmn] - UAPI: Adding allowedip
    t.go:106: 2025-01-17 13:56:07.757 [debu]  agent.net.tailnet.net.wgengine: wg: [v2] [yhOmn] - UAPI: Updating persistent keepalive interval
    t.go:106: 2025-01-17 13:56:07.757 [debu]  agent.net.tailnet.net.wgengine: wg: [v2] [yhOmn] - Starting
    t.go:106: 2025-01-17 13:56:07.757 [debu]  cli: peer ready for handshake  peer_id=3a5b2a46-b6af-4365-8859-479cedf5c885
    t.go:106: 2025-01-17 13:56:07.757 [debu]  agent.net.tailnet.net.wgengine: [v1] wgengine: Reconfig done
    t.go:106: 2025-01-17 13:56:07.757 [debu]  cli: updating engine network map  network_map="netmap: self: [yhOmn] auth=machine-unknown u=? [fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd/128]\n [GmaVJ] d:6ed36348210e40d9 D999 fd7a:115c:a1e0:4365:8859:479c:edf5:c885/128 fd60:627a:a42b:4365:8859:479c:edf5:c885/128 :       127.0.0.1:38846      172.17.0.1:38846     172.20.0.10:38846\n"
    t.go:106: 2025-01-17 13:56:07.757 [debu]  cli.net.wgengine: [v1] magicsock: got updated network map; 1 peers
    t.go:106: 2025-01-17 13:56:07.757 [debu]  agent.net.tailnet: node update to existing peer  peer_id=866e02cd-5459-4937-aed9-fdd15849e6dd  key_id=[yhOmn]  node="&{ID:nodeid:7a6a45fa5c9047e4 StableID: Name: User:userid:0 Sharer:userid:0 Key:nodekey:ca13a69e14a038b9eec9129f37de2ef2889be89d7279d64a989defd238728f5b KeyExpiry:0001-01-01 00:00:00 +0000 UTC KeySignature:[] Machine:mkey:0000000000000000000000000000000000000000000000000000000000000000 DiscoKey:discokey:4e66c6cec2e21149b4b1d334631a81a1341602c7e07e25d95f8caa6670004b43 Addresses:[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd/128] AllowedIPs:[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd/128] Endpoints:[127.0.0.1:51846 172.17.0.1:51846 172.20.0.10:51846] DERP:127.3.3.40:999 Hostinfo:{ж:0xc148c20600} Created:2025-01-17 13:56:07.756285171 +0000 UTC m=+54.379890566 Cap:0 Tags:[] PrimaryRoutes:[] LastSeen:<nil> Online:<nil> KeepAlive:false MachineAuthorized:false Capabilities:[] UnsignedPeerAPIOnly:false ComputedName: computedHostIfDifferent: ComputedNameWithHost: DataPlaneAuditLogID: Expired:false SelfNodeV4MasqAddrForThisPeer:<nil> IsWireGuardOnly:false}"  dirty=true
    t.go:106: 2025-01-17 13:56:07.757 [debu]  agent.net.tailnet.net.wgengine: netcheck: netcheck.runProbe: got STUN response for 1000stun0 from 127.0.0.1:38846 (8c3a3b705da99880b3d7e3a6) in 603.321µs
    t.go:106: 2025-01-17 13:56:07.757 [debu]  cli.net.wgengine: wgengine: Reconfig: configuring userspace WireGuard config (with 1/1 peers)
    t.go:106: 2025-01-17 13:56:07.757 [debu]  cli.net.wgengine: derphttp.Client.Connect: DERP server returned status 101
    t.go:106: 2025-01-17 13:56:07.758 [debu]  cli.net.wgengine: wg: [v2] [GmaVJ] - UAPI: Created
    t.go:106: 2025-01-17 13:56:07.758 [debu]  cli.net.wgengine: wg: [v2] [GmaVJ] - UAPI: Updating endpoint
    t.go:106: 2025-01-17 13:56:07.758 [debu]  cli.net.wgengine: wg: [v2] [GmaVJ] - UAPI: Removing all allowedips
    t.go:106: 2025-01-17 13:56:07.758 [debu]  cli.net.wgengine: wg: [v2] [GmaVJ] - UAPI: Adding allowedip
    t.go:106: 2025-01-17 13:56:07.758 [debu]  cli.net.wgengine: wg: [v2] [GmaVJ] - UAPI: Adding allowedip
    t.go:106: 2025-01-17 13:56:07.758 [debu]  cli.net.wgengine: wg: [v2] [GmaVJ] - UAPI: Updating persistent keepalive interval
    t.go:106: 2025-01-17 13:56:07.758 [debu]  cli.net.wgengine: wg: [v2] [GmaVJ] - Starting
    t.go:106: 2025-01-17 13:56:07.758 [debu]  cli.net.wgengine: wg: [v2] [GmaVJ] - Sending keepalive packet
    t.go:106: 2025-01-17 13:56:07.758 [debu]  cli.net.wgengine: wg: [v2] [GmaVJ] - Sending handshake initiation
    t.go:106: 2025-01-17 13:56:07.758 [debu]  cli.net.wgengine: magicsock: derp-999 connected; connGen=1
    t.go:106: 2025-01-17 13:56:07.758 [debu]  cli.net.wgengine: [v1] magicsock: derp route for [GmaVJ] set to derp-999 (shared home)
    t.go:106: 2025-01-17 13:56:07.757 [debu]  agent.net.tailnet: updating engine network map  network_map="netmap: self: [GmaVJ] auth=machine-unknown u=? [fd7a:115c:a1e0:4365:8859:479c:edf5:c885/128 fd60:627a:a42b:4365:8859:479c:edf5:c885/128]\n [yhOmn] d:4e66c6cec2e21149 D999 fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd/128 :       127.0.0.1:51846      172.17.0.1:51846     172.20.0.10:51846\n"
    t.go:106: 2025-01-17 13:56:07.759 [debu]  cli.net.wgengine: [v1] wgengine: Reconfig done
    t.go:106: 2025-01-17 13:56:07.757 [debu]  coderd.coord: peerReadLoop got request  peer_id=3a5b2a46-b6af-4365-8859-479cedf5c885  peer_name=reverent-varahamihira8-Qpu-nice_merkle396-  request_id=f7fc2e47-7365-4b55-b0ce-4c882aece7f5
    t.go:106: 2025-01-17 13:56:07.759 [debu]  agent.net.tailnet.net.wgengine: [v1] magicsock: got updated network map; 1 peers
    t.go:106: 2025-01-17 13:56:07.759 [debu]  cli.net.wgengine: magicsock: disco: node [GmaVJ] d:6ed36348210e40d9 now using 172.17.0.1:38846
    t.go:106: 2025-01-17 13:56:07.759 [debu]  cli.net.wgengine: magicsock: disco: node [GmaVJ] d:6ed36348210e40d9 now using 127.0.0.1:38846
    t.go:106: 2025-01-17 13:56:07.759 [debu]  cli: peer ready for handshake  peer_id=3a5b2a46-b6af-4365-8859-479cedf5c885
    t.go:106: 2025-01-17 13:56:07.759 [debu]  agent.net.tailnet.net.wgengine: [v1] wgengine: Reconfig done
    t.go:106: 2025-01-17 13:56:07.760 [debu]  agent.net.tailnet.net.wgengine: wg: [v2] [yhOmn] - Received handshake initiation
    t.go:106: 2025-01-17 13:56:07.760 [debu]  agent.net.tailnet.net.wgengine: wg: [v2] [yhOmn] - Sending handshake response
    t.go:106: 2025-01-17 13:56:07.760 [debu]  agent.net.tailnet.net.wgengine: magicsock: disco: node [yhOmn] d:4e66c6cec2e21149 now using 172.20.0.10:51846
    t.go:106: 2025-01-17 13:56:07.760 [debu]  agent.net.tailnet.net.wgengine: magicsock: disco: node [yhOmn] d:4e66c6cec2e21149 now using 127.0.0.1:51846
    t.go:106: 2025-01-17 13:56:07.761 [debu]  cli.net.wgengine: wg: [v2] [GmaVJ] - Received handshake response
    t.go:106: 2025-01-17 13:56:07.761 [debu]  agent.net.tailnet.net.wgengine: wg: [v2] [yhOmn] - Receiving keepalive packet
    ssh_test.go:888: dial error: dial unix /tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock: connect: no such file or directory
    t.go:106: 2025-01-17 13:56:08.129 [debu]  cli.net.wgengine: ping(fd7a:115c:a1e0:4365:8859:479c:edf5:c885): sending TSMP ping to [GmaVJ]  ...
    t.go:106: 2025-01-17 13:56:08.322 [debu]  cli.net.wgengine: ping(fd7a:115c:a1e0:4365:8859:479c:edf5:c885): sending TSMP ping to [GmaVJ]  ...
    ssh_test.go:888: dial error: dial unix /tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock: connect: no such file or directory
    t.go:106: 2025-01-17 13:56:08.416 [debu]  cli.net.wgengine: netcheck: [v1] measuring ICMP latency of coder (999): no address for node 999b
    t.go:106: 2025-01-17 13:56:08.416 [debu]  cli.net.wgengine: wgengine: got TSMP pong 62335b55c61674d6, peerAPIPort=0; cb=true
    t.go:106: 2025-01-17 13:56:08.416 [debu]  cli.net.wgengine: wgengine: got TSMP pong bc3ba7ad10fd4bb4, peerAPIPort=0; cb=true
    t.go:106: 2025-01-17 13:56:08.416 [debu]  cli.net.wgengine: ping(fd7a:115c:a1e0:4365:8859:479c:edf5:c885): sending TSMP ping to [GmaVJ]  ...
    t.go:106: 2025-01-17 13:56:08.416 [debu]  agent.net.tailnet.net.wgengine: netcheck: [v1] measuring ICMP latency of coder (999): no address for node 999b
    t.go:106: 2025-01-17 13:56:08.416 [debu]  cli.net.wgengine: ping(fd7a:115c:a1e0:4365:8859:479c:edf5:c885): sending TSMP ping to [GmaVJ]  ...
    t.go:106: 2025-01-17 13:56:08.416 [debu]  coderd: GET  host=127.0.0.1:43083  path=/derp/latency-check  proto=HTTP/1.1  remote_addr=127.0.0.1  start="2025-01-17T13:56:08.416737695Z"  took=72.034µs  status_code=200  latency_ms=0  request_id=97304e3f-24d2-4ab6-9422-e7252e2067eb
    t.go:106: 2025-01-17 13:56:08.416 [debu]  cli.net.wgengine: wgengine: got TSMP pong eec23e64438ab4da, peerAPIPort=0; cb=true
    t.go:106: 2025-01-17 13:56:08.417 [debu]  cli.net.wgengine: netcheck: [v1] report: udp=true v6=false v6os=true mapvarydest= hair= portmap= v4a=127.0.0.1:51846 derp=999 derpdist=999v4:0s
    t.go:106: 2025-01-17 13:56:08.417 [debu]  coderd: GET  host=localhost  path=/derp/latency-check  proto=HTTP/1.1  remote_addr=127.0.0.1  start="2025-01-17T13:56:08.417038648Z"  took=70.782µs  status_code=200  latency_ms=0  request_id=33e603b2-9ba3-4af3-9a34-57cf7a5f047b
    t.go:106: 2025-01-17 13:56:08.417 [debu]  cli.net.wgengine: wgengine: got TSMP pong 04b522ac106d990d, peerAPIPort=0; cb=true
    t.go:106: 2025-01-17 13:56:08.417 [debu]  cli: calling nodeUpdater callback  node="&{ID:nodeid:7a6a45fa5c9047e4 AsOf:2025-01-17 13:56:08.417268 +0000 UTC Key:nodekey:ca13a69e14a038b9eec9129f37de2ef2889be89d7279d64a989defd238728f5b DiscoKey:discokey:4e66c6cec2e21149b4b1d334631a81a1341602c7e07e25d95f8caa6670004b43 PreferredDERP:999 DERPLatency:map[999-v4:0.00031899] DERPForcedWebsocket:map[] Addresses:[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd/128] AllowedIPs:[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd/128] Endpoints:[127.0.0.1:51846 172.17.0.1:51846 172.20.0.10:51846]}"
    t.go:106: 2025-01-17 13:56:08.417 [debu]  agent.net.tailnet.net.wgengine: netcheck: [v1] report: udp=true v6=false v6os=true mapvarydest= hair= portmap= v4a=127.0.0.1:38846 derp=999 derpdist=999v4:0s
    t.go:106: 2025-01-17 13:56:08.417 [debu]  coderd.coord: peerReadLoop got request  peer_id=866e02cd-5459-4937-aed9-fdd15849e6dd  peer_name=client  request_id=71a2eaaa-0cbe-4f1b-8879-088d8d34ef93
    t.go:106: 2025-01-17 13:56:08.417 [debu]  coderd.coord: processing node update  peer_id=866e02cd-5459-4937-aed9-fdd15849e6dd  node="id:8820939761755637732 as_of:{seconds:1737122168 nanos:417268000} key:\"np\\xca\\x13\\xa6\\x9e\\x14\\xa08\\xb9\\xee\\xc9\\x12\\x9f7\\xde.\\xf2\\x88\\x9b\\xe8\\x9dry\\xd6J\\x98\\x9d\\xef\\xd28r\\x8f[\" disco:\"discokey:4e66c6cec2e21149b4b1d334631a81a1341602c7e07e25d95f8caa6670004b43\" preferred_derp:999 derp_latency:{key:\"999-v4\" value:0.00031899} addresses:\"fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd/128\" allowed_ips:\"fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd/128\" endpoints:\"127.0.0.1:51846\" endpoints:\"172.17.0.1:51846\" endpoints:\"172.20.0.10:51846\""
    t.go:106: 2025-01-17 13:56:08.417 [debu]  coderd.coord: got tunnel peers  peer_id=866e02cd-5459-4937-aed9-fdd15849e6dd  tunnel_peers=[3a5b2a46-b6af-4365-8859-479cedf5c885]
    t.go:106: 2025-01-17 13:56:08.417 [debu]  coderd.coord: got updated mapping  peer_id=3a5b2a46-b6af-4365-8859-479cedf5c885  peer_name=reverent-varahamihira8-Qpu-nice_merkle396-  from_id=866e02cd-5459-4937-aed9-fdd15849e6dd  kind=NODE  reason="node update"
    t.go:106: 2025-01-17 13:56:08.417 [debu]  coderd.coord: wrote peer update  peer_id=3a5b2a46-b6af-4365-8859-479cedf5c885  peer_name=reverent-varahamihira8-Qpu-nice_merkle396-  from_id=866e02cd-5459-4937-aed9-fdd15849e6dd  kind=NODE  reason="node update"
    t.go:106: 2025-01-17 13:56:08.418 [debu]  agent.net.tailnet: node update to existing peer  peer_id=866e02cd-5459-4937-aed9-fdd15849e6dd  key_id=[yhOmn]  node="&{ID:nodeid:7a6a45fa5c9047e4 StableID: Name: User:userid:0 Sharer:userid:0 Key:nodekey:ca13a69e14a038b9eec9129f37de2ef2889be89d7279d64a989defd238728f5b KeyExpiry:0001-01-01 00:00:00 +0000 UTC KeySignature:[] Machine:mkey:0000000000000000000000000000000000000000000000000000000000000000 DiscoKey:discokey:4e66c6cec2e21149b4b1d334631a81a1341602c7e07e25d95f8caa6670004b43 Addresses:[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd/128] AllowedIPs:[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd/128] Endpoints:[127.0.0.1:51846 172.17.0.1:51846 172.20.0.10:51846] DERP:127.3.3.40:999 Hostinfo:{ж:0xc08fda5c00} Created:2025-01-17 13:56:07.756285171 +0000 UTC m=+54.379890566 Cap:0 Tags:[] PrimaryRoutes:[] LastSeen:<nil> Online:<nil> KeepAlive:true MachineAuthorized:false Capabilities:[] UnsignedPeerAPIOnly:false ComputedName: computedHostIfDifferent: ComputedNameWithHost: DataPlaneAuditLogID: Expired:false SelfNodeV4MasqAddrForThisPeer:<nil> IsWireGuardOnly:false}"  dirty=false
    t.go:106: 2025-01-17 13:56:08.418 [debu]  cli.net.wgengine: netcheck: netcheck.runProbe: got STUN response for 1000stun0 from 127.0.0.1:51846 (f377d8d60f2e7a19ab9cd4d6) in 67.084µs
    t.go:106: 2025-01-17 13:56:08.418 [debu]  coderd.coord: peerReadLoop got request  peer_id=3a5b2a46-b6af-4365-8859-479cedf5c885  peer_name=reverent-varahamihira8-Qpu-nice_merkle396-  request_id=f7fc2e47-7365-4b55-b0ce-4c882aece7f5
    t.go:106: 2025-01-17 13:56:08.418 [debu]  cli: peer ready for handshake  peer_id=3a5b2a46-b6af-4365-8859-479cedf5c885
install.sh will be unavailable: open install.sh: file does not exist    t.go:106: 2025-01-17 13:56:08.520 [debu]  cli.net.wgengine: netcheck: [v1] measuring ICMP latency of coder (999): no address for node 999b
    t.go:106: 2025-01-17 13:56:08.521 [debu]  coderd: GET  host=127.0.0.1:43083  path=/derp/latency-check  proto=HTTP/1.1  remote_addr=127.0.0.1  start="2025-01-17T13:56:08.521227257Z"  took=104.55µs  status_code=200  latency_ms=0  request_id=56d4a0fc-7e00-4565-8405-e590a8bb9f33
    t.go:106: 2025-01-17 13:56:08.521 [debu]  cli.net.wgengine: netcheck: [v1] report: udp=true v6=false v6os=true mapvarydest= hair= portmap= v4a=127.0.0.1:51846 derp=999 derpdist=999v4:0s
    t.go:106: 2025-01-17 13:56:08.636 [debu]  coderd: POST  host=localhost:43083  path=/api/v2/workspaces/7ec255ad-1a2d-436b-96ba-01cdc93df5e4/usage  proto=HTTP/1.1  remote_addr=127.0.0.1  start="2025-01-17T13:56:08.419211356Z"  took=217.147077ms  status_code=204  latency_ms=217  request_id=fcfd2263-5494-479f-acd5-f4154bac573a
    t.go:106: 2025-01-17 13:56:08.636 [debu]  cli.net.wgengine: ping(fd7a:115c:a1e0:4365:8859:479c:edf5:c885): sending TSMP ping to [GmaVJ]  ...
    t.go:106: 2025-01-17 13:56:08.636 [debu]  cli.net.wgengine: ping(fd7a:115c:a1e0:4365:8859:479c:edf5:c885): sending TSMP ping to [GmaVJ]  ...
    t.go:106: 2025-01-17 13:56:08.637 [debu]  cli.net.wgengine: wgengine: got TSMP pong f0cec0c2058db7b8, peerAPIPort=0; cb=true
    t.go:106: 2025-01-17 13:56:08.637 [debu]  cli.net.wgengine: wgengine: got TSMP pong 6f45738f86f52b7c, peerAPIPort=0; cb=true
    t.go:106: 2025-01-17 13:56:08.637 [debu]  cli: dial tcp  addr_port="[fd7a:115c:a1e0:4365:8859:479c:edf5:c885]:1"
    t.go:106: 2025-01-17 13:56:08.639 [info]  agent.net.tailnet.tcp: accepted connection  src=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  dst=[fd7a:115c:a1e0:4365:8859:479c:edf5:c885]:1
    t.go:106: 2025-01-17 13:56:08.640 [info]  agent.ssh-server: started serving connection  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  local_addr=[fd7a:115c:a1e0:4365:8859:479c:edf5:c885]:1  listen_addr={}
    t.go:106: 2025-01-17 13:56:08.646 [debu]  cli: connecting to the coder server to watch workspace events
    t.go:106: 2025-01-17 13:56:08.647 [debu]  agent.ssh-server: handling SSH unix forward
    t.go:106: 2025-01-17 13:56:08.647 [debu]  agent.ssh-server: request begin SSH unix forward  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:08.648 [debu]  agent.ssh-server: SSH unix forward listening on socket  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:08.648 [debu]  agent.ssh-server: SSH unix forward added to cache  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:08.650 [info]  agent.ssh-server: handling ssh session  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  local_addr=[fd7a:115c:a1e0:4365:8859:479c:edf5:c885]:1  id=073a103e-7815-4eb7-9858-8a6b61e29aed
    t.go:106: 2025-01-17 13:56:08.655 [debu]  pubsub: started listening to event channel  event=workspace_owner:3f2af3e8-1c17-445d-98a9-190b431ee362
    t.go:106: 2025-01-17 13:56:08.658 [debu]  pubsub: started listening to event channel  event=template:27e93d37-ff05-4f07-9d05-7271613f8b3c
    t.go:106: 2025-01-17 13:56:08.666 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:09.172 [debu]  coderd: GET  host=localhost:43083  path=/api/v2/workspaces/7ec255ad-1a2d-436b-96ba-01cdc93df5e4  proto=HTTP/1.1  remote_addr=127.0.0.1  start="2025-01-17T13:56:08.418975723Z"  took=753.243392ms  status_code=200  latency_ms=753  request_id=1e122df8-aa8f-407a-97c8-cf5aea868c34
    t.go:106: 2025-01-17 13:56:09.173 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:09.452 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:10.054 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:10.364 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:10.920 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:11.731 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:12.200 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:12.201 [debu]  coderd.servertailnet: got new DERP Map  derp_map="&{HomeParams:<nil> Regions:map[999:0xc0b39150e0 1000:0xc0b3915130] OmitDefaultRegions:false}"
    t.go:106: 2025-01-17 13:56:12.451 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:12.793 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:12.995 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:13.363 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:13.613 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:13.968 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:14.188 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:14.438 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:14.691 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:14.941 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:15.191 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:15.442 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:15.693 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:15.943 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:16.194 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:16.444 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:16.695 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:16.945 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:17.035 [debu]  coderd.servertailnet: got new DERP Map  derp_map="&{HomeParams:<nil> Regions:map[999:0xc0b39150e0 1000:0xc0b3915130] OmitDefaultRegions:false}"
    t.go:106: 2025-01-17 13:56:17.196 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:17.446 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:17.697 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:17.947 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:18.198 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:18.449 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:18.700 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:18.950 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:19.201 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:19.452 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:19.703 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:19.953 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:20.204 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:20.455 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:20.706 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:20.957 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:21.208 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:21.459 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:21.709 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:21.960 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:22.035 [debu]  coderd.servertailnet: got new DERP Map  derp_map="&{HomeParams:<nil> Regions:map[999:0xc0b39150e0 1000:0xc0b3915130] OmitDefaultRegions:false}"
    t.go:106: 2025-01-17 13:56:22.211 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:22.461 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:22.712 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:22.963 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:23.214 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:23.465 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:23.715 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:23.966 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:24.217 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:24.467 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:24.718 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:24.968 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:25.219 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:25.470 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:25.720 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:25.970 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:26.221 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:26.472 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:26.722 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:26.973 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:27.035 [debu]  coderd.workspaceapps.stats_collector: flushing workspace app stats
    t.go:106: 2025-01-17 13:56:27.035 [debu]  coderd.servertailnet: got new DERP Map  derp_map="&{HomeParams:<nil> Regions:map[999:0xc0b39150e0 1000:0xc0b3915130] OmitDefaultRegions:false}"
    t.go:106: 2025-01-17 13:56:27.035 [debu]  coderd.workspaceapps.stats_collector: flushed workspace app stats
    t.go:106: 2025-01-17 13:56:27.223 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:27.474 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:27.725 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:27.976 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:28.227 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:28.477 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:28.728 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:28.979 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:29.230 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:29.481 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:29.731 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:29.982 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:30.232 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:30.483 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:30.733 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:30.984 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:31.235 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:31.486 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:31.737 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:31.987 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:32.036 [debu]  coderd.servertailnet: got new DERP Map  derp_map="&{HomeParams:<nil> Regions:map[999:0xc0b39150e0 1000:0xc0b3915130] OmitDefaultRegions:false}"
    t.go:106: 2025-01-17 13:56:32.238 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:32.488 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:32.535 [debu]  cli.net.wgengine: netcheck: netcheck.runProbe: got STUN response for 1000stun0 from 127.0.0.1:51846 (fa33016a92cc8ea081c3fdc3) in 112.065µs
    t.go:106: 2025-01-17 13:56:32.586 [debu]  cli.net.wgengine: netcheck: [v1] measuring ICMP latency of coder (999): no address for node 999b
    t.go:106: 2025-01-17 13:56:32.586 [debu]  coderd: GET  host=127.0.0.1:43083  path=/derp/latency-check  proto=HTTP/1.1  remote_addr=127.0.0.1  start="2025-01-17T13:56:32.586610249Z"  took=117.826µs  status_code=200  latency_ms=0  request_id=75b2a34d-722d-4ff6-aa6e-bfcd0d266ac8
    t.go:106: 2025-01-17 13:56:32.587 [debu]  cli.net.wgengine: netcheck: [v1] report: udp=true v6=false v6os=true mapvarydest= hair= portmap= v4a=127.0.0.1:51846 derp=999 derpdist=999v4:0s
    t.go:106: 2025-01-17 13:56:32.739 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:32.990 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:33.240 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:33.491 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:33.742 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:33.878 [debu]  agent.net.tailnet.net.wgengine: netcheck: netcheck.runProbe: got STUN response for 1000stun0 from 127.0.0.1:38846 (bae996b102458b150141232f) in 108.537µs
    t.go:106: 2025-01-17 13:56:33.929 [debu]  agent.net.tailnet.net.wgengine: netcheck: [v1] measuring ICMP latency of coder (999): no address for node 999b
    t.go:106: 2025-01-17 13:56:33.929 [debu]  coderd: GET  host=localhost  path=/derp/latency-check  proto=HTTP/1.1  remote_addr=127.0.0.1  start="2025-01-17T13:56:33.929662466Z"  took=117.335µs  status_code=200  latency_ms=0  request_id=d9d00b91-81e8-4e85-9bfc-589f077d3c74
    t.go:106: 2025-01-17 13:56:33.930 [debu]  agent.net.tailnet.net.wgengine: netcheck: [v1] report: udp=true v6=false v6os=true mapvarydest= hair= portmap= v4a=127.0.0.1:38846 derp=999 derpdist=999v4:0s
    t.go:106: 2025-01-17 13:56:33.992 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:34.243 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:34.494 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:34.744 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:34.995 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:35.246 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:35.496 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:35.747 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:35.998 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:36.248 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:36.499 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:36.750 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:37.000 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:37.035 [debu]  coderd.servertailnet: got new DERP Map  derp_map="&{HomeParams:<nil> Regions:map[999:0xc0b39150e0 1000:0xc0b3915130] OmitDefaultRegions:false}"
    t.go:106: 2025-01-17 13:56:37.251 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:37.502 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:37.753 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:38.003 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:38.254 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:38.505 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:38.756 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:39.007 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:39.257 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:39.508 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:39.758 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:40.009 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:40.260 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:40.510 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:40.761 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:41.012 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:41.263 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:41.513 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:41.764 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:42.014 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:42.035 [debu]  coderd.servertailnet: got new DERP Map  derp_map="&{HomeParams:<nil> Regions:map[999:0xc0b39150e0 1000:0xc0b3915130] OmitDefaultRegions:false}"
    t.go:106: 2025-01-17 13:56:42.265 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:42.516 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:42.767 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:43.017 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:43.268 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:43.518 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:43.769 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:44.020 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:44.270 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:44.521 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:44.772 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:45.022 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:45.272 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:45.524 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:45.774 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:46.025 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:46.275 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:46.526 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:46.777 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:47.027 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:47.036 [debu]  coderd.servertailnet: got new DERP Map  derp_map="&{HomeParams:<nil> Regions:map[999:0xc0b39150e0 1000:0xc0b3915130] OmitDefaultRegions:false}"
    t.go:106: 2025-01-17 13:56:47.277 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:47.528 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:47.779 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:48.030 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:48.280 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:48.531 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:48.782 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:49.033 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:49.284 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:49.535 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:49.786 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:50.036 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:50.288 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:50.538 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:50.789 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:51.040 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:51.290 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:51.541 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:51.792 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:52.036 [debu]  coderd.servertailnet: got new DERP Map  derp_map="&{HomeParams:<nil> Regions:map[999:0xc0b39150e0 1000:0xc0b3915130] OmitDefaultRegions:false}"
    t.go:106: 2025-01-17 13:56:52.043 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:52.294 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:52.544 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:52.795 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:53.046 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:53.296 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:53.547 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:53.798 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:53.921 [debu]  cli.net.wgengine: netcheck: netcheck.runProbe: got STUN response for 1000stun0 from 127.0.0.1:51846 (ee3f0186e8b5f8cf350b38ff) in 102.425µs
    t.go:106: 2025-01-17 13:56:53.972 [debu]  cli.net.wgengine: netcheck: [v1] measuring ICMP latency of coder (999): no address for node 999b
    t.go:106: 2025-01-17 13:56:53.972 [debu]  coderd: GET  host=127.0.0.1:43083  path=/derp/latency-check  proto=HTTP/1.1  remote_addr=127.0.0.1  start="2025-01-17T13:56:53.97251119Z"  took=113.728µs  status_code=200  latency_ms=0  request_id=503ec2dd-13a8-4cde-95c8-62792820edb1
    t.go:106: 2025-01-17 13:56:53.972 [debu]  cli.net.wgengine: netcheck: [v1] report: udp=true v6=false v6os=true mapvarydest= hair= portmap= v4a=127.0.0.1:51846 derp=999 derpdist=999v4:0s
    t.go:106: 2025-01-17 13:56:54.049 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:54.300 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:54.551 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:54.802 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:55.053 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:55.304 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:55.555 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:55.805 [debu]  agent.ssh-server: accepted SSH unix forward connection  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:56.017 [debu]  cli: context expired  error={}
    t.go:106: 2025-01-17 13:56:56.018 [debu]  agent.ssh-server: handling SSH unix forward
    t.go:106: 2025-01-17 13:56:56.018 [debu]  agent.ssh-server: request to cancel SSH unix forward  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:56.018 [debu]  pubsub: removing queueSet  event=template:27e93d37-ff05-4f07-9d05-7271613f8b3c
    t.go:106: 2025-01-17 13:56:56.018 [debu]  pubsub: stopped listening to event channel  event=template:27e93d37-ff05-4f07-9d05-7271613f8b3c
    t.go:106: 2025-01-17 13:56:56.018 [debu]  agent.ssh-server: SSH unix forward listener closed  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:56.018 [debu]  agent.ssh-server: SSH unix forward listener removed from cache  session_id=b34064e882b49e5725571923deda2f89de7ee4a0fffc86c84f4417a1fa3b67b7  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  socket_path=/tmp/TestSSHRemoteForward_Unix_Signal4033394611/002/remote.sock
    t.go:106: 2025-01-17 13:56:56.018 [debu]  pubsub: removing queueSet  event=workspace_owner:3f2af3e8-1c17-445d-98a9-190b431ee362
    t.go:106: 2025-01-17 13:56:56.018 [debu]  pubsub: stopped listening to event channel  event=workspace_owner:3f2af3e8-1c17-445d-98a9-190b431ee362
    t.go:106: 2025-01-17 13:56:56.018 [debu]  cli: closed item from stack  name=sshRemoteForward  error=<nil>
    t.go:106: 2025-01-17 13:56:56.018 [debu]  coderd: GET  host=localhost:43083  path=/api/v2/workspaces/7ec255ad-1a2d-436b-96ba-01cdc93df5e4/watch  proto=HTTP/1.1  remote_addr=127.0.0.1  start="2025-01-17T13:56:08.64829834Z"  took=47.370431661s  status_code=200  latency_ms=47370  request_id=40f023e7-0f67-4717-8693-0dde57971230
    t.go:106: 2025-01-17 13:56:56.018 [debu]  cli: closed item from stack  name=sshSession  error=<nil>
    t.go:106: 2025-01-17 13:56:56.019 [debu]  cli: closed item from stack  name="ssh client"  error=<nil>
    t.go:106: 2025-01-17 13:56:56.019 [debu]  cli: main context canceled; do graceful disconnect
    t.go:106: 2025-01-17 13:56:56.019 [debu]  cli: failed to receive DERP message ...
        error= drpc: stream terminated by sending close
               	storj.io/drpc/drpcstream.init:494
               	runtime.doInit1:7176
               	runtime.doInit:7143
               	runtime.main:253
    t.go:106: 2025-01-17 13:56:56.019 [info]  agent.ssh-server: ssh connection complete  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  local_addr=[fd7a:115c:a1e0:4365:8859:479c:edf5:c885]:1  error=EOF
    t.go:106: 2025-01-17 13:56:56.019 [debu]  cli: sent disconnect
    t.go:106: 2025-01-17 13:56:56.019 [debu]  coderd.coord: peerReadLoop got request  peer_id=866e02cd-5459-4937-aed9-fdd15849e6dd  peer_name=client  request_id=71a2eaaa-0cbe-4f1b-8879-088d8d34ef93
    t.go:106: 2025-01-17 13:56:56.019 [debu]  coderd.coord: got tunnel peers  peer_id=866e02cd-5459-4937-aed9-fdd15849e6dd  tunnel_peers=[3a5b2a46-b6af-4365-8859-479cedf5c885]
    t.go:106: 2025-01-17 13:56:56.019 [debu]  coderd.coord: got updated mapping  peer_id=3a5b2a46-b6af-4365-8859-479cedf5c885  peer_name=reverent-varahamihira8-Qpu-nice_merkle396-  from_id=866e02cd-5459-4937-aed9-fdd15849e6dd  kind=DISCONNECTED  reason="graceful disconnect"
    t.go:106: 2025-01-17 13:56:56.019 [debu]  coderd.coord: wrote peer update  peer_id=3a5b2a46-b6af-4365-8859-479cedf5c885  peer_name=reverent-varahamihira8-Qpu-nice_merkle396-  from_id=866e02cd-5459-4937-aed9-fdd15849e6dd  kind=DISCONNECTED  reason="graceful disconnect"
    t.go:106: 2025-01-17 13:56:56.019 [debu]  coderd.tailnetclient: loopResp failed to get response  peer_id={"Name":"client","ID":"866e02cd-5459-4937-aed9-fdd15849e6dd","Auth":{"AgentID":"3a5b2a46-b6af-4365-8859-479cedf5c885"}}  name=client  request_id=71a2eaaa-0cbe-4f1b-8879-088d8d34ef93  error=EOF
    t.go:106: 2025-01-17 13:56:56.019 [debu]  coderd.tailnetclient: error receiving requests from DRPC stream  peer_id={"Name":"client","ID":"866e02cd-5459-4937-aed9-fdd15849e6dd","Auth":{"AgentID":"3a5b2a46-b6af-4365-8859-479cedf5c885"}}  name=client  request_id=71a2eaaa-0cbe-4f1b-8879-088d8d34ef93 ...
        error= drpc: stream terminated by sending close
               	storj.io/drpc/drpcstream.init:494
               	runtime.doInit1:7176
               	runtime.doInit:7143
               	runtime.main:253
    t.go:106: 2025-01-17 13:56:56.019 [debu]  coderd.coord: peerReadLoop context done  peer_id=866e02cd-5459-4937-aed9-fdd15849e6dd  peer_name=client  request_id=71a2eaaa-0cbe-4f1b-8879-088d8d34ef93
    t.go:106: 2025-01-17 13:56:56.019 [debu]  coderd.coord: lostPeer  peer_id=866e02cd-5459-4937-aed9-fdd15849e6dd
    t.go:106: 2025-01-17 13:56:56.019 [debu]  cli: failed to read from protocol  error=EOF
    t.go:106: 2025-01-17 13:56:56.019 [debu]  agent.net.tailnet: disconnected peer  peer_id=866e02cd-5459-4937-aed9-fdd15849e6dd
    t.go:106: 2025-01-17 13:56:56.019 [debu]  cli: setAllPeersLost marked peer lost  peer_id=3a5b2a46-b6af-4365-8859-479cedf5c885  key_id=[GmaVJ]
    t.go:106: 2025-01-17 13:56:56.020 [debu]  agent.net.tailnet: updating engine network map  network_map="netmap: self: [GmaVJ] auth=machine-unknown u=? [fd7a:115c:a1e0:4365:8859:479c:edf5:c885/128 fd60:627a:a42b:4365:8859:479c:edf5:c885/128]\n"
    t.go:106: 2025-01-17 13:56:56.020 [debu]  agent.net.tailnet.net.wgengine: [v1] magicsock: got updated network map; 0 peers
    t.go:106: 2025-01-17 13:56:56.020 [debu]  agent.net.tailnet.net.wgengine: [v1] magicsock: doing cleanup for discovery key d:4e66c6cec2e21149
    t.go:106: 2025-01-17 13:56:56.020 [debu]  cli: responses closed after disconnect
    t.go:106: 2025-01-17 13:56:56.020 [debu]  agent.net.tailnet.net.wgengine: magicsock: disco: node [yhOmn] d:4e66c6cec2e21149 now using DERP only (reset)
    t.go:106: 2025-01-17 13:56:56.020 [info]  cli.stdlib: [ERR] yamux: Failed to read header: failed to get reader: context canceled
    t.go:106: 2025-01-17 13:56:56.020 [debu]  agent.net.tailnet.net.wgengine: wgengine: Reconfig: configuring userspace WireGuard config (with 0/0 peers)
    t.go:106: 2025-01-17 13:56:56.020 [info]  cli: tailnet API v2+ connection lost
    t.go:106: 2025-01-17 13:56:56.020 [info]  cli: closing tailnet Conn
    t.go:106: 2025-01-17 13:56:56.020 [debu]  cli: closing configMaps configLoop
    t.go:106: 2025-01-17 13:56:56.020 [debu]  agent.net.tailnet.net.wgengine: wg: [v2] peer(yhOm…yj1s) - UAPI: Removing
    t.go:106: 2025-01-17 13:56:56.020 [debu]  coderd: GET  host=localhost:43083  path=/api/v2/workspaceagents/3a5b2a46-b6af-4365-8859-479cedf5c885/coordinate  proto=HTTP/1.1  remote_addr=127.0.0.1  start="2025-01-17T13:56:07.700576247Z"  took=48.319986589s  status_code=101  latency_ms=48319  request_id=71a2eaaa-0cbe-4f1b-8879-088d8d34ef93
    t.go:106: 2025-01-17 13:56:56.020 [debu]  agent.net.tailnet.net.wgengine: wg: [v2] peer(yhOm…yj1s) - Stopping
    t.go:106: 2025-01-17 13:56:56.020 [debu]  cli: closing nodeUpdater updateLoop
    t.go:106: 2025-01-17 13:56:56.020 [debu]  agent.net.tailnet.net.wgengine: [v1] wgengine: Reconfig done
    t.go:106: 2025-01-17 13:56:56.020 [debu]  cli: closed netstack
    t.go:106: 2025-01-17 13:56:56.021 [debu]  cli.net.wgengine: magicsock: disco: node [GmaVJ] d:6ed36348210e40d9 now using DERP only (reset)
    t.go:106: 2025-01-17 13:56:56.021 [debu]  cli.net.wgengine: magicsock: closing connection to derp-999 (conn-close), age 48s
    t.go:106: 2025-01-17 13:56:56.021 [debu]  cli.net.wgengine: magicsock: 0 active derp conns
    t.go:106: 2025-01-17 13:56:56.021 [debu]  cli.net.wgengine: [v1] warning: fakeRouter.Close: not implemented.
    t.go:106: 2025-01-17 13:56:56.021 [debu]  cli.net.wgengine: wg: [v2] Device closing
    t.go:106: 2025-01-17 13:56:56.021 [debu]  cli.net.wgengine: wg: [v2] Routine: receive incoming mkReceiveFunc - stopped
    t.go:106: 2025-01-17 13:56:56.021 [debu]  cli.net.wgengine: wg: [v2] Routine: receive incoming receiveDERP - stopped
    t.go:106: 2025-01-17 13:56:56.021 [debu]  cli.net.wgengine: wg: [v2] Routine: receive incoming mkReceiveFunc - stopped
    t.go:106: 2025-01-17 13:56:56.021 [debu]  cli.net.wgengine: wg: [v2] [GmaVJ] - Stopping
    t.go:106: 2025-01-17 13:56:56.021 [debu]  cli.net.wgengine: wg: [v2] Device closed
    t.go:106: 2025-01-17 13:56:56.021 [debu]  coderd: GET  host=127.0.0.1:43083  path=/derp  proto=HTTP/1.1  remote_addr=127.0.0.1  start="2025-01-17T13:56:07.75646876Z"  took=48.264846836s  status_code=0  latency_ms=48264  request_id=57faa339-548e-48cd-b304-40d6d8df055d
    t.go:106: 2025-01-17 13:56:56.021 [info]  cli: closing tailnet Conn
    t.go:106: 2025-01-17 13:56:56.021 [debu]  cli: closed item from stack  name="agent conn"  error=<nil>
    t.go:106: 2025-01-17 13:56:56.021 [debu]  agent.ssh-server: copy output done  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  local_addr=[fd7a:115c:a1e0:4365:8859:479c:edf5:c885]:1  id=073a103e-7815-4eb7-9858-8a6b61e29aed  bytes=545  error=<nil>
    t.go:109: 2025-01-17 13:56:56.021 [erro]  cli: command exit  error="exit code 255: SSH connection ended unexpectedly"
    t.go:106: 2025-01-17 13:56:56.021 [info]  agent: shutting down agent
    t.go:106: 2025-01-17 13:56:56.021 [info]  agent.ssh-server: ssh session returned  remote_addr=[fd7a:115c:a1e0:4c5e:98e3:ffb:ec9c:19cd]:54997  local_addr=[fd7a:115c:a1e0:4365:8859:479c:edf5:c885]:1  id=073a103e-7815-4eb7-9858-8a6b61e29aed  error="signal: killed"  process_exit_code=-1  exit_code=255
    t.go:106: 2025-01-17 13:56:56.021 [debu]  agent: set lifecycle state  current={"state":"shutting_down","changed_at":"2025-01-17T13:56:56.021736Z"}  last={"state":"ready","changed_at":"2025-01-17T13:56:01.28062Z"}
    t.go:106: 2025-01-17 13:56:56.021 [info]  agent.ssh-server: stopped serving listener  listen_addr={} ...
        error= tailnet:
                   github.com/coder/coder/v2/tailnet.(*listener).Accept
                       /home/coder/coder/tailnet/conn.go:945
                 - use of closed network connection
    t.go:106: 2025-01-17 13:56:56.021 [debu]  agent: reporting lifecycle state  payload="lifecycle:{state:SHUTTING_DOWN changed_at:{seconds:1737122216 nanos:21736000}}"
    t.go:106: 2025-01-17 13:56:56.021 [debu]  agent: set lifecycle state  current={"state":"off","changed_at":"2025-01-17T13:56:56.021968Z"}  last={"state":"shutting_down","changed_at":"2025-01-17T13:56:56.021736Z"}
    t.go:106: 2025-01-17 13:56:56.022 [debu]  agent: swallowing context canceled  name="fetch service banner loop"
    t.go:106: 2025-01-17 13:56:56.022 [debu]  agent: reportLoop exiting
    t.go:106: 2025-01-17 13:56:56.022 [debu]  agent: disconnected from derp map RPC
    t.go:106: 2025-01-17 13:56:56.022 [debu]  agent: routine exited  name="stats report loop"  error=<nil>
    t.go:106: 2025-01-17 13:56:56.022 [debu]  agent: swallowing context canceled  name="report metadata"
    t.go:106: 2025-01-17 13:56:56.022 [debu]  agent: swallowing context canceled  name="derp map subscriber"
    t.go:106: 2025-01-17 13:56:56.022 [debu]  agent: sent disconnect
    t.go:106: 2025-01-17 13:56:56.022 [debu]  coderd.coord: peerReadLoop got request  peer_id=3a5b2a46-b6af-4365-8859-479cedf5c885  peer_name=reverent-varahamihira8-Qpu-nice_merkle396-  request_id=f7fc2e47-7365-4b55-b0ce-4c882aece7f5
    t.go:106: 2025-01-17 13:56:56.022 [debu]  coderd.coord: got tunnel peers  peer_id=3a5b2a46-b6af-4365-8859-479cedf5c885  tunnel_peers=[]
    t.go:106: 2025-01-17 13:56:56.022 [debu]  coderd.agentrpc: loopResp failed to get response  owner=reverent-varahamihira8-Qpu  workspace_name=nice_merkle396  agent_name=""  peer_id={"Name":"reverent-varahamihira8-Qpu-nice_merkle396-","ID":"3a5b2a46-b6af-4365-8859-479cedf5c885","Auth":{"ID":"3a5b2a46-b6af-4365-8859-479cedf5c885"}}  name=reverent-varahamihira8-Qpu-nice_merkle396-  request_id=f7fc2e47-7365-4b55-b0ce-4c882aece7f5  error=EOF
    t.go:106: 2025-01-17 13:56:56.022 [debu]  coderd.coord: peerReadLoop context done  peer_id=3a5b2a46-b6af-4365-8859-479cedf5c885  peer_name=reverent-varahamihira8-Qpu-nice_merkle396-  request_id=f7fc2e47-7365-4b55-b0ce-4c882aece7f5
    t.go:106: 2025-01-17 13:56:56.022 [debu]  agent: failed to read from protocol  error=EOF
    t.go:106: 2025-01-17 13:56:56.022 [debu]  coderd.agentrpc: error receiving requests from DRPC stream  owner=reverent-varahamihira8-Qpu  workspace_name=nice_merkle396  agent_name=""  peer_id={"Name":"reverent-varahamihira8-Qpu-nice_merkle396-","ID":"3a5b2a46-b6af-4365-8859-479cedf5c885","Auth":{"ID":"3a5b2a46-b6af-4365-8859-479cedf5c885"}}  name=reverent-varahamihira8-Qpu-nice_merkle396-  request_id=f7fc2e47-7365-4b55-b0ce-4c882aece7f5 ...
        error= drpc: stream terminated by sending close
               	storj.io/drpc/drpcstream.init:494
               	runtime.doInit1:7176
               	runtime.doInit:7143
               	runtime.main:253
    t.go:106: 2025-01-17 13:56:56.022 [debu]  coderd.coord: lostPeer  peer_id=3a5b2a46-b6af-4365-8859-479cedf5c885
    t.go:106: 2025-01-17 13:56:56.022 [debu]  agent: responses closed after disconnect
    t.go:106: 2025-01-17 13:56:56.022 [debu]  agent: disconnected from coordination RPC
    t.go:106: 2025-01-17 13:56:56.022 [debu]  agent: routine exited  name=coordination  error=<nil>
    t.go:106: 2025-01-17 13:56:56.024 [debu]  coderd.agentrpc: workspace agent state report  owner=reverent-varahamihira8-Qpu  workspace_name=nice_merkle396  agent_name=""  workspace_id=7ec255ad-1a2d-436b-96ba-01cdc93df5e4  payload="lifecycle:{state:SHUTTING_DOWN changed_at:{seconds:1737122216 nanos:21736000}}"  request_id=f7fc2e47-7365-4b55-b0ce-4c882aece7f5
    t.go:106: 2025-01-17 13:56:56.026 [debu]  pubsub: publish  event=workspace_owner:3f2af3e8-1c17-445d-98a9-190b431ee362  message_len=135
    t.go:106: 2025-01-17 13:56:56.028 [debu]  agent: successfully reported lifecycle state  payload="lifecycle:{state:SHUTTING_DOWN changed_at:{seconds:1737122216 nanos:21736000}}"
    t.go:106: 2025-01-17 13:56:56.028 [debu]  agent: reporting lifecycle state  payload="lifecycle:{state:OFF changed_at:{seconds:1737122216 nanos:21968000}}"
    t.go:106: 2025-01-17 13:56:56.030 [debu]  coderd.agentrpc: workspace agent state report  owner=reverent-varahamihira8-Qpu  workspace_name=nice_merkle396  agent_name=""  workspace_id=7ec255ad-1a2d-436b-96ba-01cdc93df5e4  payload="lifecycle:{state:OFF changed_at:{seconds:1737122216 nanos:21968000}}"  request_id=f7fc2e47-7365-4b55-b0ce-4c882aece7f5
    t.go:106: 2025-01-17 13:56:56.031 [debu]  pubsub: publish  event=workspace_owner:3f2af3e8-1c17-445d-98a9-190b431ee362  message_len=135
    t.go:106: 2025-01-17 13:56:56.032 [debu]  agent: successfully reported lifecycle state  payload="lifecycle:{state:OFF changed_at:{seconds:1737122216 nanos:21968000}}"
    t.go:106: 2025-01-17 13:56:56.032 [debu]  agent: reported final lifecycle state
    t.go:106: 2025-01-17 13:56:56.032 [debu]  agent: coordinator RPC disconnected
    t.go:106: 2025-01-17 13:56:56.032 [info]  agent.net.tailnet: closing tailnet Conn
    t.go:106: 2025-01-17 13:56:56.032 [debu]  agent: swallowing context canceled  name="report lifecycle"
    t.go:106: 2025-01-17 13:56:56.032 [debu]  agent.net.tailnet: closing configMaps configLoop
    t.go:106: 2025-01-17 13:56:56.033 [debu]  agent: log sender send loop exiting
    t.go:106: 2025-01-17 13:56:56.033 [debu]  agent.net.tailnet: closing nodeUpdater updateLoop
    t.go:106: 2025-01-17 13:56:56.033 [info]  coderd.agentrpc.yamux.stdlib: [ERR] yamux: Failed to read header: failed to get reader: failed to read frame header: EOF  owner=reverent-varahamihira8-Qpu  workspace_name=nice_merkle396  agent_name=""  request_id=f7fc2e47-7365-4b55-b0ce-4c882aece7f5
    t.go:106: 2025-01-17 13:56:56.033 [debu]  agent: swallowing context canceled  name="send logs"
    t.go:106: 2025-01-17 13:56:56.033 [debu]  agent: got stats callback
    t.go:106: 2025-01-17 13:56:56.033 [debu]  coderd: agent connection monitor is closing connection  workspace_id=7ec255ad-1a2d-436b-96ba-01cdc93df5e4  agent_id=3a5b2a46-b6af-4365-8859-479cedf5c885  request_id=f7fc2e47-7365-4b55-b0ce-4c882aece7f5  reason=canceled
    t.go:106: 2025-01-17 13:56:56.033 [debu]  agent.net.tailnet: closed netstack
    t.go:106: 2025-01-17 13:56:56.033 [debu]  agent.net.tailnet.net.wgengine: magicsock: closing connection to derp-999 (conn-close), age 54s
    t.go:106: 2025-01-17 13:56:56.033 [debu]  agent.net.tailnet.net.wgengine: magicsock: 0 active derp conns
    t.go:106: 2025-01-17 13:56:56.033 [debu]  agent.net.tailnet.net.wgengine: [v1] warning: fakeRouter.Close: not implemented.
    t.go:106: 2025-01-17 13:56:56.033 [debu]  agent.net.tailnet.net.wgengine: wg: [v2] Routine: receive incoming mkReceiveFunc - stopped
    t.go:106: 2025-01-17 13:56:56.033 [debu]  agent.net.tailnet.net.wgengine: wg: [v2] Device closing
    t.go:106: 2025-01-17 13:56:56.033 [debu]  agent.net.tailnet.net.wgengine: wg: [v2] Routine: receive incoming receiveDERP - stopped
    t.go:106: 2025-01-17 13:56:56.033 [debu]  agent.net.tailnet.net.wgengine: wg: [v2] Routine: receive incoming mkReceiveFunc - stopped
    t.go:106: 2025-01-17 13:56:56.033 [debu]  coderd: GET  host=127.0.0.1:43083  path=/derp  proto=HTTP/1.1  remote_addr=127.0.0.1  start="2025-01-17T13:56:01.906986067Z"  took=54.126631032s  status_code=0  latency_ms=54126  request_id=6ee504fe-5455-4fd2-bdef-cb3d2a676438
    t.go:106: 2025-01-17 13:56:56.033 [debu]  agent.net.tailnet.net.wgengine: wg: [v2] Device closed
    t.go:106: 2025-01-17 13:56:56.033 [debu]  pubsub: publish  event=workspace_owner:3f2af3e8-1c17-445d-98a9-190b431ee362  message_len=136
    t.go:106: 2025-01-17 13:56:56.033 [debu]  agent.reconnecting-pty: accept pty failed ...
        error= tailnet:
                   github.com/coder/coder/v2/tailnet.(*listener).Accept
                       /home/coder/coder/tailnet/conn.go:945
                 - use of closed network connection
    t.go:106: 2025-01-17 13:56:56.034 [debu]  coderd.servertailnet: main context canceled; do graceful disconnect
    t.go:106: 2025-01-17 13:56:56.034 [debu]  coderd: polling DERPMap exited
    t.go:106: 2025-01-17 13:56:56.034 [debu]  coderd.servertailnet: stopped expiring old agents
    t.go:106: 2025-01-17 13:56:56.034 [debu]  coderd.servertailnet: failed to receive DERP message  error="context canceled"
    t.go:106: 2025-01-17 13:56:56.034 [debu]  coderd.derp: derp: internal: client [pFzNs]: readFrameHeader: io: read/write on closed pipe
    t.go:106: 2025-01-17 13:56:56.034 [debu]  coderd.servertailnet: sent disconnect
    t.go:106: 2025-01-17 13:56:56.034 [debu]  coderd.coord: peerReadLoop got request  peer_id=ce5d457b-77cb-4a47-9a27-b8e1620e00b0  peer_name=inmemoryce5d457b-77cb-4a47-9a27-b8e1620e00b0
    t.go:106: 2025-01-17 13:56:56.034 [debu]  coderd.servertailnet.net.wgengine: magicsock: [0xc142231cc0] derp.Recv(derp-999): derp.Recv: EOF
    t.go:106: 2025-01-17 13:56:56.034 [debu]  pubsub: removing queueSet  event=provisioner_job_posted
    t.go:106: 2025-01-17 13:56:56.034 [debu]  coderd: GET  host=localhost:43083  path=/api/v2/workspaceagents/me/rpc  proto=HTTP/1.1  remote_addr=127.0.0.1  start="2025-01-17T13:56:00.333513823Z"  took=55.700835966s  status_code=101  latency_ms=55700  request_id=f7fc2e47-7365-4b55-b0ce-4c882aece7f5
    t.go:106: 2025-01-17 13:56:56.034 [debu]  pubsub: stopped listening to event channel  event=provisioner_job_posted
    t.go:106: 2025-01-17 13:56:56.034 [debu]  coderd.servertailnet.net.wgengine: derp-999: [v1] backoff: 9 msec
    t.go:106: 2025-01-17 13:56:56.034 [debu]  coderd.coord: got tunnel peers  peer_id=ce5d457b-77cb-4a47-9a27-b8e1620e00b0  tunnel_peers=[]
    t.go:106: 2025-01-17 13:56:56.034 [debu]  coderd.workspaceapps.stats_collector: flushing workspace app stats
    t.go:106: 2025-01-17 13:56:56.034 [debu]  coderd.servertailnet: failed to read from protocol  error=EOF
    t.go:106: 2025-01-17 13:56:56.034 [debu]  coderd.workspaceapps.stats_collector: flushed workspace app stats
    t.go:106: 2025-01-17 13:56:56.034 [debu]  coderd.servertailnet: responses closed after disconnect
    t.go:106: 2025-01-17 13:56:56.034 [debu]  coderd.workspaceapps.stats_collector: workspace app stats collector stopped
    t.go:106: 2025-01-17 13:56:56.034 [info]  coderd.servertailnet: tailnet API v2+ connection lost
    t.go:106: 2025-01-17 13:56:56.034 [info]  coderd.servertailnet: closing server tailnet
    t.go:106: 2025-01-17 13:56:56.034 [debu]  coderd.coord: peerReadLoop channel closed  peer_id=ce5d457b-77cb-4a47-9a27-b8e1620e00b0  peer_name=inmemoryce5d457b-77cb-4a47-9a27-b8e1620e00b0
    t.go:106: 2025-01-17 13:56:56.034 [debu]  coderd.coord: lostPeer  peer_id=ce5d457b-77cb-4a47-9a27-b8e1620e00b0
    t.go:106: 2025-01-17 13:56:56.034 [info]  coderd.servertailnet: closing tailnet Conn
    t.go:106: 2025-01-17 13:56:56.034 [debu]  coderd.servertailnet: closing configMaps configLoop
    t.go:106: 2025-01-17 13:56:56.034 [debu]  coderd.servertailnet: closing nodeUpdater updateLoop
    t.go:106: 2025-01-17 13:56:56.034 [debu]  coderd.servertailnet: closed netstack
    t.go:106: 2025-01-17 13:56:56.034 [debu]  coderd.servertailnet.net.wgengine: netcheck: netcheck.runProbe: got STUN response for 1000stun0 from 127.0.0.1:44845 (9f9cb305a96100db51b5e95c) in 133.708µs
    t.go:106: 2025-01-17 13:56:56.035 [debu]  coderd.servertailnet.net.wgengine: magicsock: closing connection to derp-999 (conn-close), age 54s
    t.go:106: 2025-01-17 13:56:56.035 [debu]  coderd.servertailnet.net.wgengine: magicsock: 0 active derp conns
    t.go:106: 2025-01-17 13:56:56.035 [debu]  coderd.servertailnet.net.wgengine: portmapper: createOrGetMapping: read udp4 0.0.0.0:41542: use of closed network connection
    t.go:106: 2025-01-17 13:56:56.035 [debu]  coderd.servertailnet.net.wgengine: wg: [v2] Routine: receive incoming mkReceiveFunc - stopped
    t.go:106: 2025-01-17 13:56:56.035 [debu]  coderd.servertailnet.net.wgengine: wg: [v2] Routine: receive incoming mkReceiveFunc - stopped
    ssh_test.go:879: timeout
    t.go:106: 2025-01-17 13:56:56.084 [debu]  coderd.servertailnet.net.wgengine: netcheck: [v1] report: udp=true v6=false v6os=true mapvarydest= hair= portmap= v4a=127.0.0.1:44845 derp=0
    t.go:106: 2025-01-17 13:56:56.085 [debu]  coderd.servertailnet.net.wgengine: [v1] warning: fakeRouter.Close: not implemented.
    t.go:106: 2025-01-17 13:56:56.085 [debu]  coderd.servertailnet.net.wgengine: wg: [v2] Device closing
    t.go:106: 2025-01-17 13:56:56.085 [debu]  coderd.servertailnet.net.wgengine: wg: [v2] Routine: receive incoming receiveDERP - stopped
    t.go:106: 2025-01-17 13:56:56.085 [debu]  coderd.servertailnet.net.wgengine: wg: [v2] Device closed
    t.go:106: 2025-01-17 13:56:56.085 [debu]  coderd.servertailnet: server tailnet close complete
    t.go:106: 2025-01-17 13:56:56.085 [debu]  coderd.workspace_usage_tracker: workspace usage tracker loop exited
    stuntest.go:63: STUN server shutdown
    t.go:106: 2025-01-17 13:56:56.087 [info]  pubsub: pubsub is closing
    t.go:106: 2025-01-17 13:56:56.087 [info]  pubsub: pubsub listen stopped receiving notify
    t.go:106: 2025-01-17 13:56:56.087 [debu]  pubsub: pubsub closed

=== FAIL: cli TestSSH (0.00s)

@mafredri mafredri merged commit 7cf6242 into main Jan 17, 2025
31 checks passed
@mafredri mafredri deleted the mafredri/test-fix-cli-ssh branch January 17, 2025 14:53
@github-actions github-actions bot locked and limited conversation to collaborators Jan 17, 2025
@mafredri
Copy link
Member Author

mafredri commented Jan 17, 2025

@spikecurtis since I can't spot anything wrong with not re-using the listener, I went ahead and merged this but if you see another cause for the flake or spot a problem with this approach happy to revert/amend.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants