Skip to content

/opstak/bin/server p2p log #490

@prz23

Description

@prz23

I have locally launched an op-node that is normally synchronized on Sepolia, and then I made it opp2p_connectPeer to my opstack/bin/server/. In the logs, I always see ping failures, but it can receive pings and discuss the p2p protocol.
Ping failure also leads to the connection being closed.

2025-01-14T18:03:22.471620Z DEBUG netlink_proto::connection: forwarding unsolicited messages to the connection handle    
2025-01-14T18:03:22.471633Z DEBUG netlink_proto::connection: forwaring responses to previous requests to the connection handle    
2025-01-14T18:03:22.471643Z DEBUG netlink_proto::connection: handling requests    
2025-01-14T18:03:22.471653Z DEBUG netlink_proto::connection: sending messages    
2025-01-14T18:03:22.471721Z DEBUG libp2p_tcp: Incoming connection from /ip4/172.22.0.9/tcp/9222 at /ip4/172.17.0.1/tcp/9876    
2025-01-14T18:03:22.471774Z DEBUG netlink_proto::connection: reading incoming messages    
2025-01-14T18:03:22.471785Z DEBUG netlink_proto::codecs: NetlinkCodec: decoding next message    
2025-01-14T18:03:22.471797Z DEBUG netlink_proto::connection: forwarding unsolicited messages to the connection handle    
2025-01-14T18:03:22.471807Z DEBUG netlink_proto::connection: forwaring responses to previous requests to the connection handle    
2025-01-14T18:03:22.471817Z DEBUG netlink_proto::connection: handling requests    
2025-01-14T18:03:22.471826Z DEBUG netlink_proto::connection: sending messages    
2025-01-14T18:03:22.472052Z DEBUG multistream_select::listener_select: Listener: confirming protocol: /noise    
2025-01-14T18:03:22.472124Z DEBUG multistream_select::listener_select: Listener: sent confirmed protocol: /noise    
2025-01-14T18:03:22.501513Z DEBUG netlink_proto::connection: reading incoming messages    
2025-01-14T18:03:22.501562Z DEBUG netlink_proto::codecs: NetlinkCodec: decoding next message    
2025-01-14T18:03:22.501584Z DEBUG netlink_proto::connection: forwarding unsolicited messages to the connection handle    
2025-01-14T18:03:22.501603Z DEBUG netlink_proto::connection: forwaring responses to previous requests to the connection handle    
2025-01-14T18:03:22.501620Z DEBUG netlink_proto::connection: handling requests    
2025-01-14T18:03:22.501637Z DEBUG netlink_proto::connection: sending messages    
2025-01-14T18:03:22.501719Z DEBUG libp2p_tcp: Incoming connection from /ip4/172.22.0.9/tcp/9222 at /ip4/172.31.0.1/tcp/9876    
2025-01-14T18:03:22.501775Z DEBUG netlink_proto::connection: reading incoming messages    
2025-01-14T18:03:22.501793Z DEBUG netlink_proto::codecs: NetlinkCodec: decoding next message    
2025-01-14T18:03:22.501811Z DEBUG netlink_proto::connection: forwarding unsolicited messages to the connection handle    
2025-01-14T18:03:22.501828Z DEBUG netlink_proto::connection: forwaring responses to previous requests to the connection handle    
2025-01-14T18:03:22.501844Z DEBUG netlink_proto::connection: handling requests    
2025-01-14T18:03:22.501860Z DEBUG netlink_proto::connection: sending messages    
2025-01-14T18:03:22.502070Z DEBUG multistream_select::listener_select: Listener: confirming protocol: /noise    
2025-01-14T18:03:22.502145Z DEBUG multistream_select::listener_select: Listener: sent confirmed protocol: /noise    
2025-01-14T18:03:22.519556Z DEBUG multistream_select::listener_select: Listener: rejecting protocol: /yamux/1.0.0    
2025-01-14T18:03:22.551712Z DEBUG multistream_select::listener_select: Listener: rejecting protocol: /yamux/1.0.0    
2025-01-14T18:03:22.560254Z DEBUG multistream_select::listener_select: Listener: confirming protocol: /mplex/6.7.0    
2025-01-14T18:03:22.560339Z DEBUG multistream_select::listener_select: Listener: sent confirmed protocol: /mplex/6.7.0    
2025-01-14T18:03:22.560352Z DEBUG libp2p_mplex::io: New multiplexed connection: e319cd4af53d7a97    
2025-01-14T18:03:22.560621Z DEBUG libp2p_swarm: Connection established: PeerId("16Uiu2HAm27xADvbUS3fx6eiEM6T6TVrsk87WzFchU3XdoemQgFp4") Listener { local_addr: "/ip4/172.17.0.1/tcp/9876", send_back_addr: "/ip4/172.22.0.9/tcp/9222" }; Total (peer): 1.    
2025-01-14T18:03:22.560727Z DEBUG libp2p_mplex::io: e319cd4af53d7a97: New outbound substream: (0/initiator) (total 1)    
2025-01-14T18:03:22.560751Z DEBUG multistream_select::dialer_select: Dialer: Proposed protocol: /meshsub/1.1.0    
2025-01-14T18:03:22.560789Z DEBUG libp2p_mplex::io: e319cd4af53d7a97: New outbound substream: (1/initiator) (total 2)    
2025-01-14T18:03:22.560803Z DEBUG multistream_select::dialer_select: Dialer: Proposed protocol: /ipfs/ping/1.0.0    
2025-01-14T18:03:22.596287Z DEBUG multistream_select::listener_select: Listener: confirming protocol: /mplex/6.7.0    
2025-01-14T18:03:22.596405Z DEBUG multistream_select::listener_select: Listener: sent confirmed protocol: /mplex/6.7.0    
2025-01-14T18:03:22.596421Z DEBUG libp2p_mplex::io: New multiplexed connection: 8bb8ec350d4d45bb    
2025-01-14T18:03:22.596602Z DEBUG libp2p_swarm: Connection established: PeerId("16Uiu2HAm27xADvbUS3fx6eiEM6T6TVrsk87WzFchU3XdoemQgFp4") Listener { local_addr: "/ip4/172.31.0.1/tcp/9876", send_back_addr: "/ip4/172.22.0.9/tcp/9222" }; Total (peer): 2.    
2025-01-14T18:03:22.596700Z DEBUG libp2p_mplex::io: 8bb8ec350d4d45bb: New outbound substream: (0/initiator) (total 1)    
2025-01-14T18:03:22.596725Z DEBUG multistream_select::dialer_select: Dialer: Proposed protocol: /ipfs/ping/1.0.0    
2025-01-14T18:03:22.605413Z DEBUG libp2p_mplex::io: 8bb8ec350d4d45bb: Multiplexed connection failed: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" }    
2025-01-14T18:03:22.605490Z DEBUG libp2p_ping::handler: Ping failure: Other { error: Upgrade(Select(ProtocolError(IoError(Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" })))) }    
2025-01-14T18:03:22.605658Z DEBUG libp2p_swarm: Connection closed with error IO(Custom { kind: Other, error: Custom { kind: ConnectionReset, error: "Connection reset by peer (os error 104)" } }): Connected { endpoint: Listener { local_addr: "/ip4/172.31.0.1/tcp/9876", send_back_addr: "/ip4/172.22.0.9/tcp/9222" }, peer_id: PeerId("16Uiu2HAm27xADvbUS3fx6eiEM6T6TVrsk87WzFchU3XdoemQgFp4") }; Total (peer): 1.    
2025-01-14T18:03:22.605828Z DEBUG multistream_select::dialer_select: Dialer: Received confirmation for protocol: /meshsub/1.1.0    
2025-01-14T18:03:22.605987Z DEBUG multistream_select::dialer_select: Dialer: Received confirmation for protocol: /ipfs/ping/1.0.0    
2025-01-14T18:03:22.606045Z DEBUG libp2p_mplex::io: e319cd4af53d7a97: New inbound substream: (0/receiver) (total 3)    
2025-01-14T18:03:22.606116Z DEBUG multistream_select::listener_select: Listener: rejecting protocol: /ipfs/id/1.0.0    
2025-01-14T18:03:22.648397Z DEBUG libp2p_mplex::io: e319cd4af53d7a97: Substream (0/receiver) reset by remote.    
2025-01-14T18:03:22.648480Z DEBUG libp2p_ping: Ping sent to PeerId("16Uiu2HAm27xADvbUS3fx6eiEM6T6TVrsk87WzFchU3XdoemQgFp4")    
2025-01-14T18:03:32.648699Z DEBUG libp2p_mplex::io: e319cd4af53d7a97: Substream (1/initiator) closed by remote (Open -> RecvClosed)    
2025-01-14T18:03:37.648567Z DEBUG libp2p_ping::handler: Ping failure: Other { error: Kind(UnexpectedEof) }    
2025-01-14T18:03:37.648617Z DEBUG libp2p_mplex::io: e319cd4af53d7a97: New outbound substream: (2/initiator) (total 2)    
2025-01-14T18:03:37.648642Z DEBUG multistream_select::dialer_select: Dialer: Proposed protocol: /ipfs/ping/1.0.0    
2025-01-14T18:03:37.696629Z DEBUG multistream_select::dialer_select: Dialer: Received confirmation for protocol: /ipfs/ping/1.0.0    
2025-01-14T18:03:37.740536Z DEBUG libp2p_ping: Ping sent to PeerId("16Uiu2HAm27xADvbUS3fx6eiEM6T6TVrsk87WzFchU3XdoemQgFp4")    
2025-01-14T18:03:38.250923Z DEBUG netlink_proto::connection: reading incoming messages    
2025-01-14T18:03:38.250966Z DEBUG netlink_proto::codecs: NetlinkCodec: decoding next message    
2025-01-14T18:03:38.250998Z DEBUG netlink_proto::codecs: NetlinkCodec: decoding next message    
2025-01-14T18:03:38.251026Z DEBUG netlink_proto::protocol::protocol: handling messages (request id = RequestId { sequence_number: 0, port: 0 })    
2025-01-14T18:03:38.251045Z DEBUG netlink_proto::codecs: NetlinkCodec: decoding next message    
2025-01-14T18:03:38.251068Z DEBUG netlink_proto::connection: forwarding unsolicited messages to the connection handle    
2025-01-14T18:03:38.251085Z DEBUG netlink_proto::connection: forwaring responses to previous requests to the connection handle    
2025-01-14T18:03:38.251101Z DEBUG netlink_proto::connection: handling requests    
2025-01-14T18:03:38.251118Z DEBUG netlink_proto::connection: sending messages    
2025-01-14T18:03:38.251145Z DEBUG netlink_proto::connection: reading incoming messages    
2025-01-14T18:03:38.251156Z DEBUG netlink_proto::codecs: NetlinkCodec: decoding next message    
2025-01-14T18:03:38.251172Z DEBUG netlink_proto::connection: forwarding unsolicited messages to the connection handle    
2025-01-14T18:03:38.251189Z DEBUG netlink_proto::connection: forwaring responses to previous requests to the connection handle    
2025-01-14T18:03:38.251206Z DEBUG netlink_proto::connection: handling requests    
2025-01-14T18:03:38.251222Z DEBUG netlink_proto::connection: sending messages    
2025-01-14T18:03:38.251252Z DEBUG netlink_proto::connection: reading incoming messages    
2025-01-14T18:03:38.251263Z DEBUG netlink_proto::codecs: NetlinkCodec: decoding next message    
2025-01-14T18:03:38.251279Z DEBUG netlink_proto::connection: forwarding unsolicited messages to the connection handle    
2025-01-14T18:03:38.251294Z DEBUG netlink_proto::connection: forwaring responses to previous requests to the connection handle    
2025-01-14T18:03:38.251310Z DEBUG netlink_proto::connection: handling requests    
2025-01-14T18:03:38.251325Z DEBUG netlink_proto::connection: sending messages    
2025-01-14T18:03:47.741416Z DEBUG libp2p_mplex::io: e319cd4af53d7a97: Substream (2/initiator) closed by remote (Open -> RecvClosed)    
2025-01-14T18:03:49.983400Z DEBUG netlink_proto::connection: reading incoming messages    
2025-01-14T18:03:49.983455Z DEBUG netlink_proto::codecs: NetlinkCodec: decoding next message    
2025-01-14T18:03:49.983492Z DEBUG netlink_proto::codecs: NetlinkCodec: decoding next message    
2025-01-14T18:03:49.983524Z DEBUG netlink_proto::protocol::protocol: handling messages (request id = RequestId { sequence_number: 0, port: 0 })    
2025-01-14T18:03:49.983547Z DEBUG netlink_proto::codecs: NetlinkCodec: decoding next message    
2025-01-14T18:03:49.983570Z DEBUG netlink_proto::connection: forwarding unsolicited messages to the connection handle    
2025-01-14T18:03:49.983590Z DEBUG netlink_proto::connection: forwaring responses to previous requests to the connection handle    
2025-01-14T18:03:49.983607Z DEBUG netlink_proto::connection: handling requests    
2025-01-14T18:03:49.983623Z DEBUG netlink_proto::connection: sending messages    
2025-01-14T18:03:49.983648Z DEBUG netlink_proto::connection: reading incoming messages    
2025-01-14T18:03:49.983664Z DEBUG netlink_proto::codecs: NetlinkCodec: decoding next message    
2025-01-14T18:03:49.983680Z DEBUG netlink_proto::connection: forwarding unsolicited messages to the connection handle    
2025-01-14T18:03:49.983697Z DEBUG netlink_proto::connection: forwaring responses to previous requests to the connection handle    
2025-01-14T18:03:49.983714Z DEBUG netlink_proto::connection: handling requests    
2025-01-14T18:03:49.983729Z DEBUG netlink_proto::connection: sending messages    
2025-01-14T18:03:49.983766Z DEBUG netlink_proto::connection: reading incoming messages    
2025-01-14T18:03:49.983783Z DEBUG netlink_proto::codecs: NetlinkCodec: decoding next message    
2025-01-14T18:03:49.983799Z DEBUG netlink_proto::connection: forwarding unsolicited messages to the connection handle    
2025-01-14T18:03:49.983816Z DEBUG netlink_proto::connection: forwaring responses to previous requests to the connection handle    
2025-01-14T18:03:49.983833Z DEBUG netlink_proto::connection: handling requests    
2025-01-14T18:03:49.983848Z DEBUG netlink_proto::connection: sending messages    
2025-01-14T18:03:52.740670Z DEBUG libp2p_ping::handler: Ping failure: Other { error: Kind(UnexpectedEof) }    
2025-01-14T18:03:52.740719Z DEBUG libp2p_mplex::io: e319cd4af53d7a97: New outbound substream: (3/initiator) (total 2)    
2025-01-14T18:03:52.740749Z DEBUG multistream_select::dialer_select: Dialer: Proposed protocol: /ipfs/ping/1.0.0    
2025-01-14T18:03:52.796800Z DEBUG multistream_select::dialer_select: Dialer: Received confirmation for protocol: /ipfs/ping/1.0.0    
2025-01-14T18:03:52.840534Z DEBUG libp2p_ping: Ping sent to PeerId("16Uiu2HAm27xADvbUS3fx6eiEM6T6TVrsk87WzFchU3XdoemQgFp4")

Here is the log of connecting to the op-node:
1
2

Here is the log of connecting to another opstack/bin/server:
3
4
5

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions