-
Notifications
You must be signed in to change notification settings - Fork 962
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
Connection timed out while following the hole-punching tutorial #2729
Comments
Does it occurs on the version released on crates.io? Do you have any code you could share or are you using one of the examples without modifications? I been testing relay (and dcutr) recently and i know the examples work fine for me with and without modifications EDIT: Atleast not getting the dns timeout |
I just cloned the main branch from Github and did as the tutorial says without any modifications. |
|
This is now fixed with #2696. |
This is the relevant part. The listener tried to do a coordinated upgrade, i.e. tried to connect to the dialer directly, but that connection attempt timed out. Would you mind running with Thanks for reporting the issues! Thanks @dariusc93 for the additional help. |
Sorry for the delay. Here is the output with DialerRUST_LOG=debug ./client --secret-key-seed 2 --mode dial --relay-address /ip4/101.43.226.115/tcp/4001/p2p/12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN --remote-peer-id 12D3KooWPjceQrSwdWXPyLLeABRXmuqt69Rg3sBYbU1Nft9HyQ6X
[2022-06-28T12:02:52Z INFO client] Local peer id: PeerId("12D3KooWH3uVF6wv47WnArKHk5p6cvgCJEb74UTmxztmQDc298L3")
[2022-06-28T12:02:52Z DEBUG libp2p_tcp] listening on 0.0.0.0:0
[2022-06-28T12:02:52Z DEBUG netlink_proto::handle] handle: forwarding new request to connection
[2022-06-28T12:02:52Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:02:52Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:52Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:02:52Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:02:52Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:02:52Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:02:52Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:02:52Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:52Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:52Z DEBUG netlink_proto::protocol::protocol] handling messages (request id = RequestId { sequence_number: 1, port: 0 })
[2022-06-28T12:02:52Z DEBUG netlink_proto::protocol::protocol] handling response to request RequestId { sequence_number: 1, port: 0 }
[2022-06-28T12:02:52Z DEBUG netlink_proto::protocol::protocol] done handling response to request RequestId { sequence_number: 1, port: 0 }
[2022-06-28T12:02:52Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:52Z DEBUG netlink_proto::protocol::protocol] handling messages (request id = RequestId { sequence_number: 1, port: 0 })
[2022-06-28T12:02:52Z DEBUG netlink_proto::protocol::protocol] handling response to request RequestId { sequence_number: 1, port: 0 }
[2022-06-28T12:02:52Z DEBUG netlink_proto::protocol::protocol] done handling response to request RequestId { sequence_number: 1, port: 0 }
[2022-06-28T12:02:52Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:52Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:52Z DEBUG netlink_proto::protocol::protocol] handling messages (request id = RequestId { sequence_number: 1, port: 0 })
[2022-06-28T12:02:52Z DEBUG netlink_proto::protocol::protocol] handling response to request RequestId { sequence_number: 1, port: 0 }
[2022-06-28T12:02:52Z DEBUG netlink_proto::protocol::protocol] done handling response to request RequestId { sequence_number: 1, port: 0 }
[2022-06-28T12:02:52Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:52Z DEBUG netlink_proto::protocol::protocol] handling messages (request id = RequestId { sequence_number: 1, port: 0 })
[2022-06-28T12:02:52Z DEBUG netlink_proto::protocol::protocol] handling response to request RequestId { sequence_number: 1, port: 0 }
[2022-06-28T12:02:52Z DEBUG netlink_proto::protocol::protocol] done handling response to request RequestId { sequence_number: 1, port: 0 }
[2022-06-28T12:02:52Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:52Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:52Z DEBUG netlink_proto::protocol::protocol] handling messages (request id = RequestId { sequence_number: 1, port: 0 })
[2022-06-28T12:02:52Z DEBUG netlink_proto::protocol::protocol] handling response to request RequestId { sequence_number: 1, port: 0 }
[2022-06-28T12:02:52Z DEBUG netlink_proto::protocol::protocol] done handling response to request RequestId { sequence_number: 1, port: 0 }
[2022-06-28T12:02:52Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:52Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:02:52Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:02:52Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:02:52Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:02:52Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:02:52Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:52Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:02:52Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:02:52Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:02:52Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:02:52Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:02:52Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:52Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:02:52Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:02:52Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:02:52Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:02:52Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:02:52Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:52Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:02:52Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:02:52Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:02:52Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:02:52Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:02:52Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:52Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:02:52Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:02:52Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:02:52Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:02:52Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:02:52Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:52Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:02:52Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:02:52Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:02:52Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:02:52Z DEBUG libp2p_tcp] New listen address: /ip4/127.0.0.1/tcp/41603
[2022-06-28T12:02:52Z DEBUG libp2p_swarm] Listener ListenerId(1); New address: "/ip4/127.0.0.1/tcp/41603"
[2022-06-28T12:02:52Z INFO client] Listening on "/ip4/127.0.0.1/tcp/41603"
[2022-06-28T12:02:52Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:02:52Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:52Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:02:52Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:02:52Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:02:52Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:02:52Z DEBUG libp2p_tcp] New listen address: /ip4/192.168.54.242/tcp/41603
[2022-06-28T12:02:52Z DEBUG libp2p_swarm] Listener ListenerId(1); New address: "/ip4/192.168.54.242/tcp/41603"
[2022-06-28T12:02:52Z INFO client] Listening on "/ip4/192.168.54.242/tcp/41603"
[2022-06-28T12:02:52Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:02:52Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:52Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:02:52Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:02:52Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:02:52Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:02:52Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:02:52Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:52Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:02:52Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:02:52Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:02:52Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:02:52Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:02:52Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:52Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:02:52Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:02:52Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:02:52Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:02:52Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:02:52Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:52Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:02:52Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:02:52Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:02:52Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:02:52Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:02:52Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:52Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:02:52Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:02:52Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:02:52Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:02:53Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:02:53Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:53Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:02:53Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:02:53Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:02:53Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:02:53Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:02:53Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:53Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:02:53Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:02:53Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:02:53Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:02:53Z DEBUG libp2p_dns] Dialing /ip4/101.43.226.115/tcp/4001/p2p/12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN
[2022-06-28T12:02:53Z DEBUG libp2p_tcp] dialing 101.43.226.115:4001
[2022-06-28T12:02:53Z DEBUG multistream_select::dialer_select] Dialer: Proposed protocol: /noise
[2022-06-28T12:02:53Z DEBUG multistream_select::dialer_select] Dialer: Received confirmation for protocol: /noise
[2022-06-28T12:02:53Z DEBUG libp2p_core::upgrade::apply] Successfully applied negotiated protocol
[2022-06-28T12:02:53Z DEBUG multistream_select::dialer_select] Dialer: Proposed protocol: /yamux/1.0.0
[2022-06-28T12:02:53Z DEBUG multistream_select::dialer_select] Dialer: Received confirmation for protocol: /yamux/1.0.0
[2022-06-28T12:02:53Z DEBUG yamux::connection] new connection: 10779f99 (Client)
[2022-06-28T12:02:53Z DEBUG libp2p_core::upgrade::apply] Successfully applied negotiated protocol
[2022-06-28T12:02:53Z DEBUG libp2p_swarm] Connection established: PeerId("12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN") Dialer { address: "/ip4/101.43.226.115/tcp/4001/p2p/12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN", role_override: Dialer }; Total (peer): 1. Total non-banned (peer): 1
[2022-06-28T12:02:53Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:02:53Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:53Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:02:53Z DEBUG multistream_select::listener_select] Listener: confirming protocol: /ipfs/ping/1.0.0
[2022-06-28T12:02:53Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:02:53Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:02:53Z DEBUG multistream_select::listener_select] Listener: sent confirmed protocol: /ipfs/ping/1.0.0
[2022-06-28T12:02:53Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:02:53Z DEBUG libp2p_core::upgrade::apply] Successfully applied negotiated protocol
[2022-06-28T12:02:53Z DEBUG yamux::connection] 10779f99: new outbound (Stream 10779f99/1) of (Connection 10779f99 Client (streams 1))
[2022-06-28T12:02:53Z DEBUG multistream_select::dialer_select] Dialer: Proposed protocol: /ipfs/ping/1.0.0
[2022-06-28T12:02:53Z DEBUG multistream_select::dialer_select] Dialer: Received confirmation for protocol: /ipfs/ping/1.0.0
[2022-06-28T12:02:53Z DEBUG libp2p_core::upgrade::apply] Successfully applied negotiated protocol
[2022-06-28T12:02:53Z DEBUG libp2p_ping] Ping received from PeerId("12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN")
[2022-06-28T12:02:53Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:02:53Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:53Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:02:53Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:02:53Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:02:53Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:02:53Z DEBUG libp2p_ping] Ping sent to PeerId("12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN")
[2022-06-28T12:02:53Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:02:53Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:53Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:02:53Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:02:53Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:02:53Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:02:53Z DEBUG yamux::connection] 10779f99: new outbound (Stream 10779f99/3) of (Connection 10779f99 Client (streams 2))
[2022-06-28T12:02:53Z DEBUG multistream_select::dialer_select] Dialer: Proposed protocol: /ipfs/id/1.0.0
[2022-06-28T12:02:53Z DEBUG multistream_select::dialer_select] Dialer: Received confirmation for protocol: /ipfs/id/1.0.0
[2022-06-28T12:02:53Z DEBUG libp2p_core::upgrade::apply] Successfully applied negotiated protocol
[2022-06-28T12:02:53Z DEBUG multistream_select::listener_select] Listener: confirming protocol: /ipfs/id/1.0.0
[2022-06-28T12:02:53Z INFO client] Relay told us our public address: "/ip4/111.205.230.10/tcp/13189"
[2022-06-28T12:02:53Z DEBUG multistream_select::listener_select] Listener: sent confirmed protocol: /ipfs/id/1.0.0
[2022-06-28T12:02:53Z DEBUG libp2p_core::upgrade::apply] Successfully applied negotiated protocol
[2022-06-28T12:02:53Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:02:53Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:53Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:02:53Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:02:53Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:02:53Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:02:53Z INFO client] Told relay its public address.
[2022-06-28T12:02:53Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:02:53Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:53Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:02:53Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:02:53Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:02:53Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:02:53Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:02:53Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:53Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:02:53Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:02:53Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:02:53Z DEBUG yamux::connection] 10779f99: new outbound (Stream 10779f99/5) of (Connection 10779f99 Client (streams 2))
[2022-06-28T12:02:53Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:02:53Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:02:53Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:53Z DEBUG multistream_select::dialer_select] Dialer: Proposed protocol: /libp2p/circuit/relay/0.2.0/hop
[2022-06-28T12:02:53Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:02:53Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:02:53Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:02:53Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:02:53Z DEBUG multistream_select::dialer_select] Dialer: Received confirmation for protocol: /libp2p/circuit/relay/0.2.0/hop
[2022-06-28T12:02:54Z DEBUG libp2p_core::upgrade::apply] Successfully applied negotiated protocol
[2022-06-28T12:02:54Z DEBUG multistream_select::dialer_select] Dialer: Proposed protocol: /noise
[2022-06-28T12:02:54Z INFO client] OutboundCircuitEstablished { relay_peer_id: PeerId("12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN"), limit: None }
[2022-06-28T12:02:54Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:02:54Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:54Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:02:54Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:02:54Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:02:54Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:02:54Z DEBUG multistream_select::dialer_select] Dialer: Received confirmation for protocol: /noise
[2022-06-28T12:02:54Z DEBUG libp2p_core::upgrade::apply] Successfully applied negotiated protocol
[2022-06-28T12:02:54Z DEBUG multistream_select::dialer_select] Dialer: Proposed protocol: /yamux/1.0.0
[2022-06-28T12:02:54Z DEBUG multistream_select::dialer_select] Dialer: Received confirmation for protocol: /yamux/1.0.0
[2022-06-28T12:02:54Z DEBUG yamux::connection] new connection: 9886cc55 (Client)
[2022-06-28T12:02:54Z DEBUG libp2p_core::upgrade::apply] Successfully applied negotiated protocol
[2022-06-28T12:02:54Z DEBUG multistream_select::listener_select] Listener: confirming protocol: /ipfs/ping/1.0.0
[2022-06-28T12:02:54Z DEBUG libp2p_swarm] Connection established: PeerId("12D3KooWPjceQrSwdWXPyLLeABRXmuqt69Rg3sBYbU1Nft9HyQ6X") Dialer { address: "/ip4/101.43.226.115/tcp/4001/p2p/12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN/p2p-circuit/p2p/12D3KooWPjceQrSwdWXPyLLeABRXmuqt69Rg3sBYbU1Nft9HyQ6X", role_override: Dialer }; Total (peer): 1. Total non-banned (peer): 1
[2022-06-28T12:02:54Z DEBUG multistream_select::listener_select] Listener: sent confirmed protocol: /ipfs/ping/1.0.0
[2022-06-28T12:02:54Z DEBUG libp2p_core::upgrade::apply] Successfully applied negotiated protocol
[2022-06-28T12:02:54Z DEBUG multistream_select::listener_select] Listener: confirming protocol: /libp2p/dcutr
[2022-06-28T12:02:54Z DEBUG multistream_select::listener_select] Listener: sent confirmed protocol: /libp2p/dcutr
[2022-06-28T12:02:54Z INFO client] Established connection to PeerId("12D3KooWPjceQrSwdWXPyLLeABRXmuqt69Rg3sBYbU1Nft9HyQ6X") via Dialer { address: "/ip4/101.43.226.115/tcp/4001/p2p/12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN/p2p-circuit/p2p/12D3KooWPjceQrSwdWXPyLLeABRXmuqt69Rg3sBYbU1Nft9HyQ6X", role_override: Dialer }
[2022-06-28T12:02:54Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:02:54Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:54Z DEBUG multistream_select::listener_select] Listener: confirming protocol: /ipfs/id/1.0.0
[2022-06-28T12:02:54Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:02:54Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:02:54Z DEBUG multistream_select::listener_select] Listener: sent confirmed protocol: /ipfs/id/1.0.0
[2022-06-28T12:02:54Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:02:54Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:02:54Z DEBUG libp2p_core::upgrade::apply] Successfully applied negotiated protocol
[2022-06-28T12:02:54Z INFO client] Sent { peer_id: PeerId("12D3KooWPjceQrSwdWXPyLLeABRXmuqt69Rg3sBYbU1Nft9HyQ6X") }
[2022-06-28T12:02:54Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:02:54Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:54Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:02:54Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:02:54Z DEBUG yamux::connection] 9886cc55: new outbound (Stream 9886cc55/1) of (Connection 9886cc55 Client (streams 2))
[2022-06-28T12:02:54Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:02:54Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:02:54Z DEBUG multistream_select::dialer_select] Dialer: Proposed protocol: /ipfs/ping/1.0.0
[2022-06-28T12:02:54Z DEBUG yamux::connection] 9886cc55: new outbound (Stream 9886cc55/3) of (Connection 9886cc55 Client (streams 3))
[2022-06-28T12:02:54Z DEBUG multistream_select::dialer_select] Dialer: Proposed protocol: /ipfs/id/1.0.0
[2022-06-28T12:02:54Z DEBUG multistream_select::dialer_select] Dialer: Received confirmation for protocol: /ipfs/ping/1.0.0
[2022-06-28T12:02:54Z DEBUG libp2p_core::upgrade::apply] Successfully applied negotiated protocol
[2022-06-28T12:02:54Z DEBUG libp2p_ping] Ping received from PeerId("12D3KooWPjceQrSwdWXPyLLeABRXmuqt69Rg3sBYbU1Nft9HyQ6X")
[2022-06-28T12:02:54Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:02:54Z DEBUG multistream_select::dialer_select] Dialer: Received confirmation for protocol: /ipfs/id/1.0.0
[2022-06-28T12:02:54Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:54Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:02:54Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:02:54Z DEBUG libp2p_core::upgrade::apply] Successfully applied negotiated protocol
[2022-06-28T12:02:54Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:02:54Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:02:54Z DEBUG libp2p_core::upgrade::apply] Successfully applied negotiated protocol
[2022-06-28T12:02:54Z INFO client] Received { peer_id: PeerId("12D3KooWPjceQrSwdWXPyLLeABRXmuqt69Rg3sBYbU1Nft9HyQ6X"), info: IdentifyInfo { public_key: Ed25519(PublicKey(compressed): cecc157dc1ddd7295951c29888f095adb944d1b73d696e6df65d683bd4fc), protocol_version: "/TODO/0.0.1", agent_version: "rust-libp2p/0.36.1", listen_addrs: ["/ip4/114.254.0.89/tcp/4054", "/ip4/101.43.226.115/tcp/4001/p2p/12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN/p2p-circuit/p2p/12D3KooWPjceQrSwdWXPyLLeABRXmuqt69Rg3sBYbU1Nft9HyQ6X", "/ip4/127.0.0.1/tcp/34271", "/ip4/172.28.92.158/tcp/34271", "/ip4/101.43.226.115/tcp/4001/p2p/12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN/p2p-circuit/p2p/12D3KooWPjceQrSwdWXPyLLeABRXmuqt69Rg3sBYbU1Nft9HyQ6X"], protocols: ["/libp2p/circuit/relay/0.2.0/stop", "/ipfs/ping/1.0.0", "/ipfs/id/1.0.0", "/ipfs/id/push/1.0.0", "/libp2p/dcutr"], observed_addr: "/p2p/12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN" } }
[2022-06-28T12:02:54Z INFO client] RemoteInitiatedDirectConnectionUpgrade { remote_peer_id: PeerId("12D3KooWPjceQrSwdWXPyLLeABRXmuqt69Rg3sBYbU1Nft9HyQ6X"), remote_relayed_addr: "/ip4/101.43.226.115/tcp/4001/p2p/12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN/p2p-circuit/p2p/12D3KooWPjceQrSwdWXPyLLeABRXmuqt69Rg3sBYbU1Nft9HyQ6X" }
[2022-06-28T12:02:54Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:02:54Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:54Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:02:54Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:02:54Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:02:54Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:02:54Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:02:54Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:54Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:02:54Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:02:54Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:02:54Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:02:55Z DEBUG libp2p_ping] Ping sent to PeerId("12D3KooWPjceQrSwdWXPyLLeABRXmuqt69Rg3sBYbU1Nft9HyQ6X")
[2022-06-28T12:02:55Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:02:55Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:55Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:02:55Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:02:55Z DEBUG libp2p_dns] Dialing /ip4/114.254.0.89/tcp/4054/p2p/12D3KooWPjceQrSwdWXPyLLeABRXmuqt69Rg3sBYbU1Nft9HyQ6X
[2022-06-28T12:02:55Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:02:55Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:02:55Z DEBUG libp2p_tcp] dialing 114.254.0.89:4054
[2022-06-28T12:03:08Z DEBUG libp2p_ping] Ping received from PeerId("12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN")
[2022-06-28T12:03:08Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:03:08Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:03:08Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:03:08Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:03:08Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:03:08Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:03:08Z DEBUG libp2p_ping] Ping sent to PeerId("12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN")
[2022-06-28T12:03:08Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:03:08Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:03:08Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:03:08Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:03:08Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:03:08Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:03:10Z DEBUG libp2p_ping] Ping received from PeerId("12D3KooWPjceQrSwdWXPyLLeABRXmuqt69Rg3sBYbU1Nft9HyQ6X")
[2022-06-28T12:03:10Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:03:10Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:03:10Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:03:10Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:03:10Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:03:10Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:03:10Z DEBUG libp2p_ping] Ping sent to PeerId("12D3KooWPjceQrSwdWXPyLLeABRXmuqt69Rg3sBYbU1Nft9HyQ6X")
[2022-06-28T12:03:10Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:03:10Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:03:10Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:03:10Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:03:10Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:03:10Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:03:23Z DEBUG libp2p_ping] Ping received from PeerId("12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN")
[2022-06-28T12:03:23Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:03:23Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:03:23Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:03:23Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:03:23Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:03:23Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:03:23Z DEBUG libp2p_ping] Ping sent to PeerId("12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN")
[2022-06-28T12:03:23Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:03:23Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:03:23Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:03:23Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:03:23Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:03:23Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:03:24Z DEBUG libp2p_swarm] Connection closed with error KeepAliveTimeout: Connected { endpoint: Dialer { address: "/ip4/101.43.226.115/tcp/4001/p2p/12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN/p2p-circuit/p2p/12D3KooWPjceQrSwdWXPyLLeABRXmuqt69Rg3sBYbU1Nft9HyQ6X", role_override: Dialer }, peer_id: PeerId("12D3KooWPjceQrSwdWXPyLLeABRXmuqt69Rg3sBYbU1Nft9HyQ6X") }; Total (peer): 0.
[2022-06-28T12:03:24Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:03:24Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:03:24Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:03:24Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:03:24Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:03:24Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:03:34Z DEBUG libp2p_swarm] Connection closed with error KeepAliveTimeout: Connected { endpoint: Dialer { address: "/ip4/101.43.226.115/tcp/4001/p2p/12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN", role_override: Dialer }, peer_id: PeerId("12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN") }; Total (peer): 0.
[2022-06-28T12:03:34Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:03:34Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:03:34Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:03:34Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:03:34Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:03:34Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:05:06Z DEBUG libp2p_dns] Dial error: Transport(Os { code: 110, kind: TimedOut, message: "Connection timed out" }).
[2022-06-28T12:05:06Z DEBUG libp2p_swarm] Connection attempt to PeerId("12D3KooWPjceQrSwdWXPyLLeABRXmuqt69Rg3sBYbU1Nft9HyQ6X") failed with Transport([("/ip4/114.254.0.89/tcp/4054/p2p/12D3KooWPjceQrSwdWXPyLLeABRXmuqt69Rg3sBYbU1Nft9HyQ6X", Other(Custom { kind: Other, error: A(A(B(Transport(Os { code: 110, kind: TimedOut, message: "Connection timed out" })))) }))]).
[2022-06-28T12:05:06Z INFO client] Outgoing connection error to Some(PeerId("12D3KooWPjceQrSwdWXPyLLeABRXmuqt69Rg3sBYbU1Nft9HyQ6X")): Transport([("/ip4/114.254.0.89/tcp/4054/p2p/12D3KooWPjceQrSwdWXPyLLeABRXmuqt69Rg3sBYbU1Nft9HyQ6X", Other(Custom { kind: Other, error: A(A(B(Transport(Os { code: 110, kind: TimedOut, message: "Connection timed out" })))) }))])
[2022-06-28T12:05:06Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:05:06Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:05:06Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:05:06Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:05:06Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:05:06Z DEBUG netlink_proto::connection] sending messages
^C ListenerRUST_LOG=debug ./client --secret-key-seed 1 --mode listen --relay-address /ip4/101.43.226.115/tcp/4001/p2p/12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN
[2022-06-28T12:02:39Z INFO client] Local peer id: PeerId("12D3KooWPjceQrSwdWXPyLLeABRXmuqt69Rg3sBYbU1Nft9HyQ6X")
[2022-06-28T12:02:39Z DEBUG libp2p_tcp] listening on 0.0.0.0:0
[2022-06-28T12:02:39Z DEBUG netlink_proto::handle] handle: forwarding new request to connection
[2022-06-28T12:02:39Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:02:39Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:39Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:02:39Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:02:39Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:02:39Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:02:39Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:02:39Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:39Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:39Z DEBUG netlink_proto::protocol::protocol] handling messages (request id = RequestId { sequence_number: 1, port: 0 })
[2022-06-28T12:02:39Z DEBUG netlink_proto::protocol::protocol] handling response to request RequestId { sequence_number: 1, port: 0 }
[2022-06-28T12:02:39Z DEBUG netlink_proto::protocol::protocol] done handling response to request RequestId { sequence_number: 1, port: 0 }
[2022-06-28T12:02:39Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:39Z DEBUG netlink_proto::protocol::protocol] handling messages (request id = RequestId { sequence_number: 1, port: 0 })
[2022-06-28T12:02:39Z DEBUG netlink_proto::protocol::protocol] handling response to request RequestId { sequence_number: 1, port: 0 }
[2022-06-28T12:02:39Z DEBUG netlink_proto::protocol::protocol] done handling response to request RequestId { sequence_number: 1, port: 0 }
[2022-06-28T12:02:39Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:39Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:39Z DEBUG netlink_proto::protocol::protocol] handling messages (request id = RequestId { sequence_number: 1, port: 0 })
[2022-06-28T12:02:39Z DEBUG netlink_proto::protocol::protocol] handling response to request RequestId { sequence_number: 1, port: 0 }
[2022-06-28T12:02:39Z DEBUG netlink_proto::protocol::protocol] done handling response to request RequestId { sequence_number: 1, port: 0 }
[2022-06-28T12:02:39Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:39Z DEBUG netlink_proto::protocol::protocol] handling messages (request id = RequestId { sequence_number: 1, port: 0 })
[2022-06-28T12:02:39Z DEBUG netlink_proto::protocol::protocol] handling response to request RequestId { sequence_number: 1, port: 0 }
[2022-06-28T12:02:39Z DEBUG netlink_proto::protocol::protocol] done handling response to request RequestId { sequence_number: 1, port: 0 }
[2022-06-28T12:02:39Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:39Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:39Z DEBUG netlink_proto::protocol::protocol] handling messages (request id = RequestId { sequence_number: 1, port: 0 })
[2022-06-28T12:02:39Z DEBUG netlink_proto::protocol::protocol] handling response to request RequestId { sequence_number: 1, port: 0 }
[2022-06-28T12:02:39Z DEBUG netlink_proto::protocol::protocol] done handling response to request RequestId { sequence_number: 1, port: 0 }
[2022-06-28T12:02:39Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:39Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:02:39Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:02:39Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:02:39Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:02:39Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:02:39Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:39Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:02:39Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:02:39Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:02:39Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:02:39Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:02:39Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:39Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:02:39Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:02:39Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:02:39Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:02:39Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:02:39Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:39Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:02:39Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:02:39Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:02:39Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:02:39Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:02:39Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:39Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:02:39Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:02:39Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:02:39Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:02:39Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:02:39Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:39Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:02:39Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:02:39Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:02:39Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:02:39Z DEBUG libp2p_tcp] New listen address: /ip4/127.0.0.1/tcp/34271
[2022-06-28T12:02:39Z DEBUG libp2p_swarm] Listener ListenerId(1); New address: "/ip4/127.0.0.1/tcp/34271"
[2022-06-28T12:02:39Z INFO client] Listening on "/ip4/127.0.0.1/tcp/34271"
[2022-06-28T12:02:39Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:02:39Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:39Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:02:39Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:02:39Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:02:39Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:02:39Z DEBUG libp2p_tcp] New listen address: /ip4/172.28.92.158/tcp/34271
[2022-06-28T12:02:39Z DEBUG libp2p_swarm] Listener ListenerId(1); New address: "/ip4/172.28.92.158/tcp/34271"
[2022-06-28T12:02:39Z INFO client] Listening on "/ip4/172.28.92.158/tcp/34271"
[2022-06-28T12:02:39Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:02:39Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:39Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:02:39Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:02:39Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:02:39Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:02:39Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:02:39Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:39Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:02:39Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:02:39Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:02:39Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:02:39Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:02:39Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:39Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:02:39Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:02:39Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:02:39Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:02:39Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:02:39Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:39Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:02:39Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:02:39Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:02:39Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:02:39Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:02:39Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:39Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:02:39Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:02:39Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:02:39Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:02:40Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:02:40Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:40Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:02:40Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:02:40Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:02:40Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:02:40Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:02:40Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:40Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:02:40Z DEBUG libp2p_dns] Dialing /ip4/101.43.226.115/tcp/4001/p2p/12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN
[2022-06-28T12:02:40Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:02:40Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:02:40Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:02:40Z DEBUG libp2p_tcp] dialing 101.43.226.115:4001
[2022-06-28T12:02:40Z DEBUG multistream_select::dialer_select] Dialer: Proposed protocol: /noise
[2022-06-28T12:02:40Z DEBUG multistream_select::dialer_select] Dialer: Received confirmation for protocol: /noise
[2022-06-28T12:02:40Z DEBUG libp2p_core::upgrade::apply] Successfully applied negotiated protocol
[2022-06-28T12:02:40Z DEBUG multistream_select::dialer_select] Dialer: Proposed protocol: /yamux/1.0.0
[2022-06-28T12:02:40Z DEBUG multistream_select::dialer_select] Dialer: Received confirmation for protocol: /yamux/1.0.0
[2022-06-28T12:02:40Z DEBUG yamux::connection] new connection: eb66492d (Client)
[2022-06-28T12:02:40Z DEBUG libp2p_core::upgrade::apply] Successfully applied negotiated protocol
[2022-06-28T12:02:40Z DEBUG libp2p_swarm] Connection established: PeerId("12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN") Dialer { address: "/ip4/101.43.226.115/tcp/4001/p2p/12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN", role_override: Dialer }; Total (peer): 1. Total non-banned (peer): 1
[2022-06-28T12:02:40Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:02:40Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:40Z DEBUG multistream_select::listener_select] Listener: confirming protocol: /ipfs/ping/1.0.0
[2022-06-28T12:02:40Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:02:40Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:02:40Z DEBUG multistream_select::listener_select] Listener: sent confirmed protocol: /ipfs/ping/1.0.0
[2022-06-28T12:02:40Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:02:40Z DEBUG libp2p_core::upgrade::apply] Successfully applied negotiated protocol
[2022-06-28T12:02:40Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:02:40Z DEBUG yamux::connection] eb66492d: new outbound (Stream eb66492d/1) of (Connection eb66492d Client (streams 1))
[2022-06-28T12:02:40Z DEBUG multistream_select::dialer_select] Dialer: Proposed protocol: /ipfs/ping/1.0.0
[2022-06-28T12:02:40Z DEBUG yamux::connection] eb66492d: new outbound (Stream eb66492d/3) of (Connection eb66492d Client (streams 2))
[2022-06-28T12:02:40Z DEBUG multistream_select::dialer_select] Dialer: Proposed protocol: /ipfs/id/1.0.0
[2022-06-28T12:02:40Z DEBUG multistream_select::dialer_select] Dialer: Received confirmation for protocol: /ipfs/ping/1.0.0
[2022-06-28T12:02:40Z DEBUG libp2p_core::upgrade::apply] Successfully applied negotiated protocol
[2022-06-28T12:02:40Z DEBUG libp2p_ping] Ping received from PeerId("12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN")
[2022-06-28T12:02:40Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:02:40Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:40Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:02:40Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:02:40Z DEBUG multistream_select::dialer_select] Dialer: Received confirmation for protocol: /ipfs/id/1.0.0
[2022-06-28T12:02:40Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:02:40Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:02:40Z DEBUG libp2p_core::upgrade::apply] Successfully applied negotiated protocol
[2022-06-28T12:02:40Z DEBUG multistream_select::listener_select] Listener: confirming protocol: /ipfs/id/1.0.0
[2022-06-28T12:02:40Z INFO client] Relay told us our public address: "/ip4/114.254.0.89/tcp/4054"
[2022-06-28T12:02:40Z DEBUG multistream_select::listener_select] Listener: sent confirmed protocol: /ipfs/id/1.0.0
[2022-06-28T12:02:40Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:02:40Z DEBUG libp2p_core::upgrade::apply] Successfully applied negotiated protocol
[2022-06-28T12:02:40Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:40Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:02:40Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:02:40Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:02:40Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:02:40Z INFO client] Told relay its public address.
[2022-06-28T12:02:40Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:02:40Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:40Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:02:40Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:02:40Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:02:40Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:02:40Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:02:40Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:40Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:02:40Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:02:40Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:02:40Z DEBUG yamux::connection] eb66492d: new outbound (Stream eb66492d/5) of (Connection eb66492d Client (streams 2))
[2022-06-28T12:02:40Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:02:40Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:02:40Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:40Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:02:40Z DEBUG multistream_select::dialer_select] Dialer: Proposed protocol: /libp2p/circuit/relay/0.2.0/hop
[2022-06-28T12:02:40Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:02:40Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:02:40Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:02:40Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:02:40Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:40Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:02:40Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:02:40Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:02:40Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:02:41Z DEBUG multistream_select::dialer_select] Dialer: Received confirmation for protocol: /libp2p/circuit/relay/0.2.0/hop
[2022-06-28T12:02:41Z DEBUG libp2p_ping] Ping sent to PeerId("12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN")
[2022-06-28T12:02:41Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:02:41Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:41Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:02:41Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:02:41Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:02:41Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:02:41Z DEBUG libp2p_core::upgrade::apply] Successfully applied negotiated protocol
[2022-06-28T12:02:41Z INFO client] Relay accepted our reservation request.
[2022-06-28T12:02:41Z DEBUG libp2p_swarm] Listener ListenerId(2); New address: "/ip4/101.43.226.115/tcp/4001/p2p/12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN/p2p-circuit/p2p/12D3KooWPjceQrSwdWXPyLLeABRXmuqt69Rg3sBYbU1Nft9HyQ6X"
[2022-06-28T12:02:41Z INFO client] Listening on "/ip4/101.43.226.115/tcp/4001/p2p/12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN/p2p-circuit/p2p/12D3KooWPjceQrSwdWXPyLLeABRXmuqt69Rg3sBYbU1Nft9HyQ6X"
[2022-06-28T12:02:41Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:02:41Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:41Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:02:41Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:02:41Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:02:41Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:02:55Z DEBUG multistream_select::listener_select] Listener: confirming protocol: /libp2p/circuit/relay/0.2.0/stop
[2022-06-28T12:02:55Z DEBUG multistream_select::listener_select] Listener: sent confirmed protocol: /libp2p/circuit/relay/0.2.0/stop
[2022-06-28T12:02:55Z DEBUG libp2p_core::upgrade::apply] Successfully applied negotiated protocol
[2022-06-28T12:02:55Z INFO client] InboundCircuitEstablished { src_peer_id: PeerId("12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN"), limit: Some(Limit { duration: Some(120s), data_in_bytes: Some(131072) }) }
[2022-06-28T12:02:55Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:02:55Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:55Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:02:55Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:02:55Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:02:55Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:02:55Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:02:55Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:55Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:02:55Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:02:55Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:02:55Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:02:55Z DEBUG multistream_select::listener_select] Listener: confirming protocol: /noise
[2022-06-28T12:02:55Z DEBUG multistream_select::listener_select] Listener: sent confirmed protocol: /noise
[2022-06-28T12:02:55Z DEBUG libp2p_ping] Ping received from PeerId("12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN")
[2022-06-28T12:02:56Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:02:56Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:56Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:02:56Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:02:56Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:02:56Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:02:56Z DEBUG libp2p_core::upgrade::apply] Successfully applied negotiated protocol
[2022-06-28T12:02:56Z DEBUG multistream_select::listener_select] Listener: confirming protocol: /yamux/1.0.0
[2022-06-28T12:02:56Z DEBUG multistream_select::listener_select] Listener: sent confirmed protocol: /yamux/1.0.0
[2022-06-28T12:02:56Z DEBUG yamux::connection] new connection: 4ddcd705 (Server)
[2022-06-28T12:02:56Z DEBUG libp2p_core::upgrade::apply] Successfully applied negotiated protocol
[2022-06-28T12:02:56Z DEBUG yamux::connection] 4ddcd705: new outbound (Stream 4ddcd705/2) of (Connection 4ddcd705 Server (streams 0))
[2022-06-28T12:02:56Z DEBUG libp2p_swarm] Connection established: PeerId("12D3KooWH3uVF6wv47WnArKHk5p6cvgCJEb74UTmxztmQDc298L3") Listener { local_addr: "/ip4/101.43.226.115/tcp/4001/p2p/12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN/p2p-circuit", send_back_addr: "/p2p/12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN" }; Total (peer): 1. Total non-banned (peer): 1
[2022-06-28T12:02:56Z DEBUG multistream_select::dialer_select] Dialer: Proposed protocol: /ipfs/ping/1.0.0
[2022-06-28T12:02:56Z INFO client] Established connection to PeerId("12D3KooWH3uVF6wv47WnArKHk5p6cvgCJEb74UTmxztmQDc298L3") via Listener { local_addr: "/ip4/101.43.226.115/tcp/4001/p2p/12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN/p2p-circuit", send_back_addr: "/p2p/12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN" }
[2022-06-28T12:02:56Z DEBUG yamux::connection] 4ddcd705: new outbound (Stream 4ddcd705/4) of (Connection 4ddcd705 Server (streams 1))
[2022-06-28T12:02:56Z INFO client] InitiatedDirectConnectionUpgrade { remote_peer_id: PeerId("12D3KooWH3uVF6wv47WnArKHk5p6cvgCJEb74UTmxztmQDc298L3"), local_relayed_addr: "/ip4/101.43.226.115/tcp/4001/p2p/12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN/p2p-circuit" }
[2022-06-28T12:02:56Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:02:56Z DEBUG multistream_select::dialer_select] Dialer: Proposed protocol: /libp2p/dcutr
[2022-06-28T12:02:56Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:56Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:02:56Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:02:56Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:02:56Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:02:56Z DEBUG yamux::connection] 4ddcd705: new outbound (Stream 4ddcd705/6) of (Connection 4ddcd705 Server (streams 2))
[2022-06-28T12:02:56Z DEBUG multistream_select::dialer_select] Dialer: Proposed protocol: /ipfs/id/1.0.0
[2022-06-28T12:02:56Z DEBUG libp2p_ping] Ping sent to PeerId("12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN")
[2022-06-28T12:02:56Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:02:56Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:56Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:02:56Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:02:56Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:02:56Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:02:56Z DEBUG multistream_select::dialer_select] Dialer: Received confirmation for protocol: /ipfs/ping/1.0.0
[2022-06-28T12:02:56Z DEBUG libp2p_core::upgrade::apply] Successfully applied negotiated protocol
[2022-06-28T12:02:56Z DEBUG multistream_select::dialer_select] Dialer: Received confirmation for protocol: /libp2p/dcutr
[2022-06-28T12:02:56Z DEBUG multistream_select::dialer_select] Dialer: Received confirmation for protocol: /ipfs/id/1.0.0
[2022-06-28T12:02:56Z DEBUG libp2p_core::upgrade::apply] Successfully applied negotiated protocol
[2022-06-28T12:02:56Z DEBUG multistream_select::listener_select] Listener: confirming protocol: /ipfs/ping/1.0.0
[2022-06-28T12:02:56Z DEBUG multistream_select::listener_select] Listener: sent confirmed protocol: /ipfs/ping/1.0.0
[2022-06-28T12:02:56Z DEBUG libp2p_core::upgrade::apply] Successfully applied negotiated protocol
[2022-06-28T12:02:56Z INFO client] Received { peer_id: PeerId("12D3KooWH3uVF6wv47WnArKHk5p6cvgCJEb74UTmxztmQDc298L3"), info: IdentifyInfo { public_key: Ed25519(PublicKey(compressed): 6b79c57e6a95239282c4818e96112f3f3a401ba97a564c23852a3f1ea5fc), protocol_version: "/TODO/0.0.1", agent_version: "rust-libp2p/0.36.1", listen_addrs: ["/ip4/111.205.230.10/tcp/13189", "/ip4/127.0.0.1/tcp/41603", "/ip4/192.168.54.242/tcp/41603"], protocols: ["/libp2p/circuit/relay/0.2.0/stop", "/ipfs/ping/1.0.0", "/ipfs/id/1.0.0", "/ipfs/id/push/1.0.0", "/libp2p/dcutr"], observed_addr: "/ip4/101.43.226.115/tcp/4001/p2p/12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN/p2p-circuit/p2p/12D3KooWPjceQrSwdWXPyLLeABRXmuqt69Rg3sBYbU1Nft9HyQ6X" } }
[2022-06-28T12:02:56Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:02:56Z DEBUG multistream_select::listener_select] Listener: confirming protocol: /ipfs/id/1.0.0
[2022-06-28T12:02:56Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:56Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:02:56Z DEBUG multistream_select::listener_select] Listener: sent confirmed protocol: /ipfs/id/1.0.0
[2022-06-28T12:02:56Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:02:56Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:02:56Z DEBUG libp2p_core::upgrade::apply] Successfully applied negotiated protocol
[2022-06-28T12:02:56Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:02:56Z INFO client] Sent { peer_id: PeerId("12D3KooWH3uVF6wv47WnArKHk5p6cvgCJEb74UTmxztmQDc298L3") }
[2022-06-28T12:02:56Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:02:56Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:56Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:02:56Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:02:56Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:02:56Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:02:56Z DEBUG libp2p_ping] Ping received from PeerId("12D3KooWH3uVF6wv47WnArKHk5p6cvgCJEb74UTmxztmQDc298L3")
[2022-06-28T12:02:56Z DEBUG libp2p_ping] Ping sent to PeerId("12D3KooWH3uVF6wv47WnArKHk5p6cvgCJEb74UTmxztmQDc298L3")
[2022-06-28T12:02:56Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:02:56Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:56Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:02:56Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:02:56Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:02:56Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:02:56Z DEBUG libp2p_core::upgrade::apply] Successfully applied negotiated protocol
[2022-06-28T12:02:56Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:02:56Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:02:56Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:02:56Z DEBUG libp2p_dns] Dialing /ip4/111.205.230.10/tcp/13189/p2p/12D3KooWH3uVF6wv47WnArKHk5p6cvgCJEb74UTmxztmQDc298L3
[2022-06-28T12:02:56Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:02:56Z DEBUG libp2p_tcp] dialing 111.205.230.10:13189
[2022-06-28T12:02:56Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:02:56Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:02:56Z DEBUG libp2p_dns] Dialing /p2p/12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN/p2p/12D3KooWH3uVF6wv47WnArKHk5p6cvgCJEb74UTmxztmQDc298L3
[2022-06-28T12:02:56Z DEBUG libp2p_dns] Dial error: MultiaddrNotSupported("/p2p/12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN/p2p/12D3KooWH3uVF6wv47WnArKHk5p6cvgCJEb74UTmxztmQDc298L3").
[2022-06-28T12:03:11Z DEBUG libp2p_ping] Ping received from PeerId("12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN")
[2022-06-28T12:03:11Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:03:11Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:03:11Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:03:11Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:03:11Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:03:11Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:03:11Z DEBUG libp2p_ping] Ping sent to PeerId("12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN")
[2022-06-28T12:03:11Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:03:11Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:03:11Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:03:11Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:03:11Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:03:11Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:03:11Z DEBUG libp2p_ping] Ping received from PeerId("12D3KooWH3uVF6wv47WnArKHk5p6cvgCJEb74UTmxztmQDc298L3")
[2022-06-28T12:03:11Z DEBUG libp2p_ping] Ping sent to PeerId("12D3KooWH3uVF6wv47WnArKHk5p6cvgCJEb74UTmxztmQDc298L3")
[2022-06-28T12:03:11Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:03:11Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:03:11Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:03:11Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:03:11Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:03:11Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:03:26Z DEBUG libp2p_swarm] Connection closed with error KeepAliveTimeout: Connected { endpoint: Listener { local_addr: "/ip4/101.43.226.115/tcp/4001/p2p/12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN/p2p-circuit", send_back_addr: "/p2p/12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN" }, peer_id: PeerId("12D3KooWH3uVF6wv47WnArKHk5p6cvgCJEb74UTmxztmQDc298L3") }; Total (peer): 0.
[2022-06-28T12:03:26Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:03:26Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:03:26Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:03:26Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:03:26Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:03:26Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:03:26Z DEBUG libp2p_ping] Ping received from PeerId("12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN")
[2022-06-28T12:03:26Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:03:26Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:03:26Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:03:26Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:03:26Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:03:26Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:03:26Z DEBUG libp2p_ping] Ping sent to PeerId("12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN")
[2022-06-28T12:03:26Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:03:26Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:03:26Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:03:26Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:03:26Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:03:26Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:03:41Z DEBUG libp2p_ping] Ping received from PeerId("12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN")
[2022-06-28T12:03:41Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:03:41Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:03:41Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:03:41Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:03:41Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:03:41Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:03:41Z DEBUG libp2p_ping] Ping sent to PeerId("12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN")
[2022-06-28T12:03:41Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:03:41Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:03:41Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:03:41Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:03:41Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:03:41Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:03:56Z DEBUG libp2p_ping] Ping received from PeerId("12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN")
[2022-06-28T12:03:56Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:03:56Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:03:56Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:03:56Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:03:56Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:03:56Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:03:56Z DEBUG libp2p_ping] Ping sent to PeerId("12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN")
[2022-06-28T12:03:56Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:03:56Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:03:56Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:03:56Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:03:56Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:03:56Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:04:11Z DEBUG libp2p_ping] Ping received from PeerId("12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN")
[2022-06-28T12:04:11Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:04:11Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:04:11Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:04:11Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:04:11Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:04:11Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:04:12Z DEBUG libp2p_ping] Ping sent to PeerId("12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN")
[2022-06-28T12:04:12Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:04:12Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:04:12Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:04:12Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:04:12Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:04:12Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:04:26Z DEBUG libp2p_ping] Ping received from PeerId("12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN")
[2022-06-28T12:04:26Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:04:26Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:04:26Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:04:26Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:04:26Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:04:26Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:04:27Z DEBUG libp2p_ping] Ping sent to PeerId("12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN")
[2022-06-28T12:04:27Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:04:27Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:04:27Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:04:27Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:04:27Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:04:27Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:04:42Z DEBUG libp2p_ping] Ping received from PeerId("12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN")
[2022-06-28T12:04:42Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:04:42Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:04:42Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:04:42Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:04:42Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:04:42Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:04:42Z DEBUG libp2p_ping] Ping sent to PeerId("12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN")
[2022-06-28T12:04:42Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:04:42Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:04:42Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:04:42Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:04:42Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:04:42Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:04:57Z DEBUG libp2p_ping] Ping received from PeerId("12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN")
[2022-06-28T12:04:57Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:04:57Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:04:57Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:04:57Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:04:57Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:04:57Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:04:57Z DEBUG libp2p_ping] Ping sent to PeerId("12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN")
[2022-06-28T12:04:57Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:04:57Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:04:57Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:04:57Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:04:57Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:04:57Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:05:07Z DEBUG libp2p_dns] Dial error: Transport(Os { code: 110, kind: TimedOut, message: "Connection timed out" }).
[2022-06-28T12:05:07Z DEBUG libp2p_swarm] Connection attempt to PeerId("12D3KooWH3uVF6wv47WnArKHk5p6cvgCJEb74UTmxztmQDc298L3") failed with Transport([("/p2p/12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN/p2p/12D3KooWH3uVF6wv47WnArKHk5p6cvgCJEb74UTmxztmQDc298L3", Other(Custom { kind: Other, error: A(A(B(MultiaddrNotSupported("/p2p/12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN/p2p/12D3KooWH3uVF6wv47WnArKHk5p6cvgCJEb74UTmxztmQDc298L3")))) })), ("/ip4/111.205.230.10/tcp/13189/p2p/12D3KooWH3uVF6wv47WnArKHk5p6cvgCJEb74UTmxztmQDc298L3", Other(Custom { kind: Other, error: A(A(B(Transport(Os { code: 110, kind: TimedOut, message: "Connection timed out" })))) }))]).
[2022-06-28T12:05:07Z INFO client] Outgoing connection error to Some(PeerId("12D3KooWH3uVF6wv47WnArKHk5p6cvgCJEb74UTmxztmQDc298L3")): Transport([("/p2p/12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN/p2p/12D3KooWH3uVF6wv47WnArKHk5p6cvgCJEb74UTmxztmQDc298L3", Other(Custom { kind: Other, error: A(A(B(MultiaddrNotSupported("/p2p/12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN/p2p/12D3KooWH3uVF6wv47WnArKHk5p6cvgCJEb74UTmxztmQDc298L3")))) })), ("/ip4/111.205.230.10/tcp/13189/p2p/12D3KooWH3uVF6wv47WnArKHk5p6cvgCJEb74UTmxztmQDc298L3", Other(Custom { kind: Other, error: A(A(B(Transport(Os { code: 110, kind: TimedOut, message: "Connection timed out" })))) }))])
[2022-06-28T12:05:07Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:05:07Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:05:07Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:05:07Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:05:07Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:05:07Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:05:12Z DEBUG libp2p_ping] Ping received from PeerId("12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN")
[2022-06-28T12:05:12Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:05:12Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:05:12Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:05:12Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:05:12Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:05:12Z DEBUG netlink_proto::connection] sending messages
[2022-06-28T12:05:12Z DEBUG libp2p_ping] Ping sent to PeerId("12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN")
[2022-06-28T12:05:12Z DEBUG netlink_proto::connection] reading incoming messages
[2022-06-28T12:05:12Z DEBUG netlink_proto::codecs] NetlinkCodec: decoding next message
[2022-06-28T12:05:12Z DEBUG netlink_proto::connection] forwarding unsolicited messages to the connection handle
[2022-06-28T12:05:12Z DEBUG netlink_proto::connection] forwaring responses to previous requests to the connection handle
[2022-06-28T12:05:12Z DEBUG netlink_proto::connection] handling requests
[2022-06-28T12:05:12Z DEBUG netlink_proto::connection] sending messages
^C Relay Sever./relay_v2 --port 4001 --secret-key-seed 0
opt: Opt { use_ipv6: None, secret_key_seed: 0, port: 4001 }
Local peer id: PeerId("12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN")
Listening on "/ip4/127.0.0.1/tcp/4001"
Listening on "/ip4/10.0.24.12/tcp/4001"
ReservationReqAccepted { src_peer_id: PeerId("12D3KooWPjceQrSwdWXPyLLeABRXmuqt69Rg3sBYbU1Nft9HyQ6X"), renewed: false }
CircuitReqAccepted { src_peer_id: PeerId("12D3KooWH3uVF6wv47WnArKHk5p6cvgCJEb74UTmxztmQDc298L3"), dst_peer_id: PeerId("12D3KooWPjceQrSwdWXPyLLeABRXmuqt69Rg3sBYbU1Nft9HyQ6X") }
CircuitClosed { src_peer_id: PeerId("12D3KooWH3uVF6wv47WnArKHk5p6cvgCJEb74UTmxztmQDc298L3"), dst_peer_id: PeerId("12D3KooWPjceQrSwdWXPyLLeABRXmuqt69Rg3sBYbU1Nft9HyQ6X"), error: None }
^C |
Thanks @jellllly420. Unfortunately I don't see additional insights based on the new logs. The connection is timing out. That can be due to many reasons, e.g. the host itself, but maybe as well the NAT, e.g. being a symetric NAT or not adding port mappings in time. Are you able to reproduce the same failures in other setups? |
Friendly ping @jellllly420. |
Sorry for the delay. I finally found the reason why this happened is that one of my local laptop was under the subnet of my portable hotspot using cellular network, which means that it was behind a symmetric NAT. Sorry again for the delay. |
Thanks for reporting back @jellllly420! |
Summary
I followed the hole_punching tutorial, using a remote server running Ubuntu 20.04LTS as relay and two laptops running Ubuntu 20.04LTS on wsl2 as listener and dialer.
Eveything went well until the upgrade for the relayed connection. They both got each other's "observed address" and the circuit through relay server was already released. However, the connection went time out. Before that there was also
MultiaddrNotSupported
Error triggered by libp2p-dns.Expected behaviour
I expected it to work just as the tutorial says.
Actual behaviour
Listener Debug Output
Dialer Debug Output
Server Debug Output
Possible Solution
From the logs above, I suppose it's a libp2p-dns related bug?
Version
Would you like to work on fixing this bug?
Maybe after I know where the problem exactly locates?
Thanks to anyone who is willing to help.
The text was updated successfully, but these errors were encountered: