Skip to content

Instantly share code, notes, and snippets.

@kustomzone
Created December 24, 2025 01:53
Show Gist options
  • Select an option

  • Save kustomzone/24bdc04190d4811d2b181b5c21aa29d2 to your computer and use it in GitHub Desktop.

Select an option

Save kustomzone/24bdc04190d4811d2b181b5c21aa29d2 to your computer and use it in GitHub Desktop.
Dec24-Invite-Win10-new-config
PS C:\Temp> freenet
warning: some trace filter directives would enable traces that are disabled statically
| `debug` would enable the DEBUG level for all targets
= note: the static max level is `info`
= help: to enable DEBUG logging, remove the `max_level_info` feature from the `tracing` crate
2025-12-24T01:43:48.107972Z INFO freenet: Tokio runtime configured with bounded blocking thread pool, max_blocking_threads: 24
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\bin\freenet.rs:232
2025-12-24T01:43:49.850112Z INFO freenet::config: Replacing local gateways with gateways from remote index, gateway_count: 1
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\config\mod.rs:344
2025-12-24T01:43:49.850491Z WARN freenet::config: Failed to save updated gateways to file, error: The system cannot find the path specified. (os error 3), file: "C:\\Users\\Administrator\\AppData\\Local\\The Freenet Project Inc\\Freenet\\config\\gateways.toml"
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\config\mod.rs:351
2025-12-24T01:43:49.851631Z INFO freenet::config: Persisting configuration, path: "C:\\Users\\Administrator\\AppData\\Local\\The Freenet Project Inc\\Freenet\\config\\config.toml"
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\config\mod.rs:485
2025-12-24T01:43:49.852062Z INFO freenet: Freenet node starting, version: "0.1.58", git_commit: , build_timestamp: "2025-12-23T23:45:02Z"
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\bin\freenet.rs:51
2025-12-24T01:43:49.852217Z INFO freenet: Starting freenet node in network mode
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\bin\freenet.rs:78
2025-12-24T01:43:49.852409Z INFO freenet::diagnostics::thread_explosion: Thread monitor started (checking every 10s), initial: 0, expected: 12, tid_range: none
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\bin\freenet.rs:101
2025-12-24T01:43:49.852996Z INFO freenet::server: HTTP gateway listening on 127.0.0.1:7509
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\server\mod.rs:85
2025-12-24T01:43:49.853128Z INFO freenet: Initializing node configuration
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\bin\freenet.rs:186
2025-12-24T01:43:49.853230Z INFO freenet::node: Loading node configuration for mode network
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\mod.rs:139
2025-12-24T01:43:49.853738Z INFO freenet::node: Node will be listening at 0.0.0.0:60965 internal address
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\mod.rs:177
2025-12-24T01:43:49.853949Z INFO freenet::node::network_bridge: Created event loop notification channel pair, channel_id: 0
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge.rs:110
2025-12-24T01:43:49.854111Z INFO freenet::node::p2p_impl: Actor-based client management infrastructure installed with result router
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\p2p_impl.rs:226
2025-12-24T01:43:49.854133Z INFO freenet::node::p2p_impl: Session actor starting
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\p2p_impl.rs:212
2025-12-24T01:43:49.854143Z INFO freenet::node::p2p_impl: Result router starting
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\p2p_impl.rs:221
2025-12-24T01:43:49.854425Z INFO freenet::ring: Connection maintenance task starting, is_gateway: false
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\ring\mod.rs:438
in freenet::ring::connection_maintenance
2025-12-24T01:43:50.088406Z INFO freenet::contract::handler: Creating RuntimePool for contract execution, pool_size: 12, available_parallelism: 12
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\contract\handler.rs:111
2025-12-24T01:43:50.088422Z INFO freenet::contract::executor: Op request mediator starting
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\contract\executor.rs:402
in freenet::node::p2p_impl::op_request_mediator
2025-12-24T01:43:50.088663Z INFO freenet::contract::storages::redb: Loading contract store, db_path: "C:\\Users\\Administrator\\AppData\\Local\\The Freenet Project Inc\\Freenet\\data\\db\\db", phase: "store_init"
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\contract\storages\redb.rs:22
2025-12-24T01:43:50.376596Z INFO freenet::contract::executor::runtime: Created RuntimePool with 12 executors sharing one database connection, pool_size: 12
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\contract\executor\runtime.rs:112
2025-12-24T01:43:50.376843Z INFO freenet::ring::connection_manager: try_set_own_addr: initialized own address, addr: 127.0.0.1:60965
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\ring\connection_manager.rs:471
2025-12-24T01:43:50.378966Z INFO freenet::node::p2p_impl: P2P layer configured with MessageProcessor - network processing decoupled from client handling
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\p2p_impl.rs:268
2025-12-24T01:43:50.382499Z INFO freenet::node::p2p_impl: Contract executor task starting
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\p2p_impl.rs:273
in freenet::node::p2p_impl::contract_handling
2025-12-24T01:43:50.382512Z INFO freenet::node: Starting node
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\mod.rs:1565
2025-12-24T01:43:50.382558Z INFO freenet::node::p2p_impl: Client events task starting
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\p2p_impl.rs:294
in freenet::node::p2p_impl::client_event_handling
2025-12-24T01:43:50.384239Z INFO freenet::node::p2p_impl: Starting aggressive connection acquisition phase (target: 10 connections)
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\p2p_impl.rs:57
2025-12-24T01:43:50.384245Z INFO freenet::operations::connect: Starting initial join procedure with 1 gateways
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\operations\connect.rs:1480
2025-12-24T01:43:50.384494Z INFO freenet_core::transport::send_debug: UDP socket bound successfully, bind_addr: 0.0.0.0:60965, is_gateway: false
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\transport\connection_handler.rs:97
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:43:50.386217Z INFO freenet::operations::connect: Below bootstrap threshold (0 < 4), attempting to connect to 1 gateways
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\operations\connect.rs:1499
2025-12-24T01:43:50.387245Z INFO freenet::node::network_bridge::p2p_protoc: Network listener opened - ready to receive connections, listening_port: 60965, listening_ip: 0.0.0.0, is_gateway: false, peer_key: 2cZLiEsWWCZaxpRK9, phase: "startup"
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\p2p_protoc.rs:351
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:43:50.387773Z INFO freenet::operations::connect: Attempting connection to gateway, gateway: CurJAAXnMTgciL6A@5.9.111.215:31337 (@ 0.923911415153386)
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\operations\connect.rs:1511
2025-12-24T01:43:50.389375Z INFO freenet::operations::connect: Attempting network join using connect, gateway: CurJAAXnMTgciL6A, tx: 01KD70DPBNCZNK0HZ9XBN9CEG0, target_connections: 10, ttl: 10
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\operations\connect.rs:1438
in freenet::operations::connect::join_ring_request with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:43:50.390316Z INFO freenet::node::network_bridge::p2p_protoc: No existing connection - establishing connection before sending message, tx: 01KD70DPBNCZNK0HZ9XBN9CEG0, peer_addr: 5.9.111.215:31337, peer: CurJAAXnMTgciL6A@5.9.111.215:31337 (@ 0.923911415153386), active_connections: 0, phase: "connect"
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\p2p_protoc.rs:547
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:43:50.391118Z INFO freenet::node::network_bridge::p2p_protoc: connect_peer: registered new pending connection, tx: 01KD70DPBNCZNK0HZ9XBN9CEG0, remote: 5.9.111.215:31337, pending: 1, pending_txs: [01KD70DPBNCZNK0HZ9XBN9CEG0], transient: false
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\p2p_protoc.rs:1851
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:43:50.391743Z INFO freenet::node::network_bridge::handshake: handshake: sending command, cmd: Connect { peer: CurJAAXnMTgciL6A@5.9.111.215:31337 (@ 0.923911415153386), transaction: 01KD70DPBNCZNK0HZ9XBN9CEG0, transient: false }
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\handshake.rs:76
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:43:50.392416Z INFO freenet::transport::connection_handler: Attempting to establish connection, peer_addr: 5.9.111.215:31337, direction: "outbound"
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\transport\connection_handler.rs:836
2025-12-24T01:43:50.392994Z INFO freenet::transport::connection_handler: Starting outbound handshake (NAT traversal), peer_addr: 5.9.111.215:31337, direction: "outbound"
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\transport\connection_handler.rs:1086
2025-12-24T01:43:50.758598Z INFO freenet::transport::connection_handler: Outbound handshake completed (ack path), peer_addr: 5.9.111.215:31337, attempts: 2, direction: "outbound"
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\transport\connection_handler.rs:1249
2025-12-24T01:43:50.758929Z INFO freenet::transport::connection_handler: Connection established, peer_addr: 5.9.111.215:31337, direction: "outbound"
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\transport\connection_handler.rs:723
2025-12-24T01:43:50.764069Z INFO freenet_core::transport::keepalive_lifecycle: Keep-alive task STARTED for connection, remote: 5.9.111.215:31337
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\transport\peer_connection.rs:193
2025-12-24T01:43:50.764078Z INFO freenet::node::network_bridge::p2p_protoc: handle_handshake_action: received handshake event, event: OutboundEstablished { transaction: 01KD70DPBNCZNK0HZ9XBN9CEG0, peer: CurJAAXnMTgciL6A@5.9.111.215:31337 (@ 0.923911415153386), connection: PeerConnection { remote_conn: 5.9.111.215:31337 }, transient: false }
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\p2p_protoc.rs:1929
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:43:50.766284Z INFO freenet::node::network_bridge::p2p_protoc: Outbound connection established, remote: 5.9.111.215:31337, transient: false, transaction: 01KD70DPBNCZNK0HZ9XBN9CEG0
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\p2p_protoc.rs:1987
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:43:50.767043Z INFO freenet::node::network_bridge::p2p_protoc: handle_successful_connection: connection established, remote: 5.9.111.215:31337, callbacks: 1, pending_txs: [01KD70DPBNCZNK0HZ9XBN9CEG0], remaining_checks: None
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\p2p_protoc.rs:2150
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:43:50.770490Z INFO freenet::node::network_bridge::p2p_protoc: handle_successful_connection: inserted new connection entry, peer_id: Some(CurJAAXnMTgciL6A@5.9.111.215:31337 (@ 0.923911415153386)), peer_addr: 5.9.111.215:31337, is_transient: false
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\p2p_protoc.rs:2257
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:43:50.771168Z INFO freenet::node::network_bridge::p2p_protoc: handle_successful_connection: evaluating promotion to ring, peer_addr: 5.9.111.215:31337, loc: 0.923911415153386, pending_loc_known: false
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\p2p_protoc.rs:2265
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:43:50.772028Z INFO freenet::node::network_bridge::p2p_protoc: handle_successful_connection: promoting connection into ring, peer_addr: 5.9.111.215:31337, loc: 0.923911415153386
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\p2p_protoc.rs:2292
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:43:50.772664Z INFO freenet::ring: Adding connection to peer, peer: CurJAAXnMTgciL6A, peer_location: 0.923911415153386, this: Some(127.0.0.1:60965), was_reserved: true
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\ring\mod.rs:220
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:43:50.912988Z INFO freenet::node::p2p_impl: Connection progress: 1/10 (elapsed: 0s)
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\p2p_impl.rs:87
2025-12-24T01:43:51.131823Z INFO freenet::node::network_bridge::p2p_protoc: process_message called - processing network message, tx: 01KD70DPBNCZNK0HZ9XBN9CEG0, tx_type: Connect, msg_type: Message {ObservedAddress { address: 118.149.71.29:62472 }}, source_addr: Some(5.9.111.215:31337), peer: Some(127.0.0.1:60965)
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\p2p_protoc.rs:1567
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:43:51.132193Z INFO freenet::node::network_bridge::p2p_protoc: process_message called - processing network message, tx: 01KD70DPBNCZNK0HZ9XBN9CEG0, tx_type: Connect, msg_type: Message {ConnectResponse { acceptor: CurJAAXnMTgciL6A@<unknown> }}, source_addr: Some(5.9.111.215:31337), peer: Some(127.0.0.1:60965)
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\p2p_protoc.rs:1567
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:43:51.132276Z INFO freenet::operations::connect: connect: updated own_addr and location from observed address, tx: 01KD70DPBNCZNK0HZ9XBN9CEG0, observed_address: 118.149.71.29:62472, location: 0.14241606578628427
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\operations\connect.rs:1292
in freenet::node::handle_connect_op_request with transaction: 01KD70DPBNCZNK0HZ9XBN9CEG0, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::process_network_message with transaction: 01KD70DPBNCZNK0HZ9XBN9CEG0, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:43:51.146799Z INFO freenet::operations::connect: connect: joiner received ConnectResponse, acceptor_pub_key: CurJAAXnMTgciL6A, acceptor_loc: Some(Location(0.923911415153386)), target_connections: 10, accepted_count: 0
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\operations\connect.rs:832
in freenet::node::handle_connect_op_request with transaction: 01KD70DPBNCZNK0HZ9XBN9CEG0, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::process_network_message with transaction: 01KD70DPBNCZNK0HZ9XBN9CEG0, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:43:51.151924Z INFO freenet::operations::connect: connect: register_acceptance result, tx: 01KD70DPBNCZNK0HZ9XBN9CEG0, satisfied: false, accepted_count: 1, target_connections: 10
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\operations\connect.rs:843
in freenet::node::handle_connect_op_request with transaction: 01KD70DPBNCZNK0HZ9XBN9CEG0, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::process_network_message with transaction: 01KD70DPBNCZNK0HZ9XBN9CEG0, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:43:51.152755Z INFO freenet::node::op_state_manager: notify_node_event: queuing node event, event: ExpectPeerConnection (from 5.9.111.215:31337)
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\op_state_manager.rs:387
in freenet::node::handle_connect_op_request with transaction: 01KD70DPBNCZNK0HZ9XBN9CEG0, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::process_network_message with transaction: 01KD70DPBNCZNK0HZ9XBN9CEG0, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:43:51.156639Z INFO freenet::node::op_state_manager: notify_node_event: queuing node event, event: ConnectPeer (to CurJAAXnMTgciL6A@5.9.111.215:31337 (@ 0.923911415153386))
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\op_state_manager.rs:387
in freenet::node::handle_connect_op_request with transaction: 01KD70DPBNCZNK0HZ9XBN9CEG0, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::process_network_message with transaction: 01KD70DPBNCZNK0HZ9XBN9CEG0, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:43:51.156662Z INFO freenet::node::network_bridge::p2p_protoc: handle_notification_msg: Received NodeEvent notification, event: ExpectPeerConnection (from 5.9.111.215:31337)
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\p2p_protoc.rs:2532
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:43:51.158373Z INFO freenet::node::network_bridge::handshake: handshake: sending command, cmd: ExpectInbound { peer: 2cZLiEsWWCZaxpRK9@5.9.111.215:31337 (@ 0.923911415153386), transaction: None, transient: false }
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\handshake.rs:76
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:43:51.158996Z INFO freenet::node::network_bridge::p2p_protoc: handle_notification_msg: Received NodeEvent notification, event: ConnectPeer (to CurJAAXnMTgciL6A@5.9.111.215:31337 (@ 0.923911415153386))
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\p2p_protoc.rs:2532
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:43:51.159847Z INFO freenet::node::network_bridge::p2p_protoc: connect_peer: reusing existing transport / promoting transient if present, tx: 01KD70DPBNCZNK0HZ9XBN9CEG0, remote: CurJAAXnMTgciL6A@5.9.111.215:31337 (@ 0.923911415153386), transient: false
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\p2p_protoc.rs:1703
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:43:51.160509Z INFO freenet::node::network_bridge::p2p_protoc: connect_peer: transport entry already has pub_key, tx: 01KD70DPBNCZNK0HZ9XBN9CEG0, peer_addr: 5.9.111.215:31337, existing_pub_key: Some(CurJAAXnMTgciL6A)
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\p2p_protoc.rs:1783
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:43:51.161408Z INFO freenet::operations::connect: connect joined peer, peer_id: 5.9.111.215:31337, tx: 01KD70DPBNCZNK0HZ9XBN9CEG0, elapsed_ms: 772
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\operations\connect.rs:1198
in freenet::node::handle_connect_op_request with transaction: 01KD70DPBNCZNK0HZ9XBN9CEG0, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::process_network_message with transaction: 01KD70DPBNCZNK0HZ9XBN9CEG0, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:43:51.860094Z INFO freenet::ring: Successfully initiated connection acquisition, active_connections: 1
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\ring\mod.rs:539
in freenet::ring::connection_maintenance
2025-12-24T01:43:51.860379Z WARN freenet::ring: Neighbor filtering removed all candidates; using all connections, current_connections: 1, connections_considered: 1, live_tx_peers: 1
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\ring\mod.rs:581
in freenet::ring::connection_maintenance
2025-12-24T01:43:51.861150Z INFO freenet::ring: Successfully initiated connection acquisition, active_connections: 2
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\ring\mod.rs:539
in freenet::ring::connection_maintenance
2025-12-24T01:43:51.862130Z WARN freenet::ring: Neighbor filtering removed all candidates; using all connections, current_connections: 1, connections_considered: 1, live_tx_peers: 1
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\ring\mod.rs:581
in freenet::ring::connection_maintenance
2025-12-24T01:43:52.206990Z INFO freenet::node::network_bridge::p2p_protoc: process_message called - processing network message, tx: 01KD70DQSMXQRXX4WCCDBN8D00, tx_type: Connect, msg_type: Message {ObservedAddress { address: 118.149.71.29:62472 }}, source_addr: Some(5.9.111.215:31337), peer: Some(118.149.71.29:62472)
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\p2p_protoc.rs:1567
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:43:52.207517Z INFO freenet::node::network_bridge::p2p_protoc: process_message called - processing network message, tx: 01KD70DQSMXQRXX4WCCDBN8D00, tx_type: Connect, msg_type: Message {ConnectResponse { acceptor: CurJAAXnMTgciL6A@<unknown> }}, source_addr: Some(5.9.111.215:31337), peer: Some(118.149.71.29:62472)
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\p2p_protoc.rs:1567
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:43:52.207535Z INFO freenet::operations::connect: connect: updated own_addr and location from observed address, tx: 01KD70DQSMXQRXX4WCCDBN8D00, observed_address: 118.149.71.29:62472, location: 0.14241606578628427
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\operations\connect.rs:1292
in freenet::node::handle_connect_op_request with transaction: 01KD70DQSMXQRXX4WCCDBN8D00, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::process_network_message with transaction: 01KD70DQSMXQRXX4WCCDBN8D00, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:43:52.213787Z INFO freenet::operations::connect: connect: joiner received ConnectResponse, acceptor_pub_key: CurJAAXnMTgciL6A, acceptor_loc: Some(Location(0.923911415153386)), target_connections: 10, accepted_count: 0
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\operations\connect.rs:832
in freenet::node::handle_connect_op_request with transaction: 01KD70DQSMXQRXX4WCCDBN8D00, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::process_network_message with transaction: 01KD70DQSMXQRXX4WCCDBN8D00, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:43:52.214514Z INFO freenet::operations::connect: connect: register_acceptance result, tx: 01KD70DQSMXQRXX4WCCDBN8D00, satisfied: false, accepted_count: 1, target_connections: 10
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\operations\connect.rs:843
in freenet::node::handle_connect_op_request with transaction: 01KD70DQSMXQRXX4WCCDBN8D00, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::process_network_message with transaction: 01KD70DQSMXQRXX4WCCDBN8D00, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:43:52.215282Z INFO freenet::node::network_bridge::p2p_protoc: process_message called - processing network message, tx: 01KD70DQSNY1M6G8GFKGFDE0R0, tx_type: Connect, msg_type: Message {ObservedAddress { address: 118.149.71.29:62472 }}, source_addr: Some(5.9.111.215:31337), peer: Some(118.149.71.29:62472)
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\p2p_protoc.rs:1567
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:43:52.215450Z INFO freenet::node::op_state_manager: notify_node_event: queuing node event, event: ExpectPeerConnection (from 5.9.111.215:31337)
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\op_state_manager.rs:387
in freenet::node::handle_connect_op_request with transaction: 01KD70DQSMXQRXX4WCCDBN8D00, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::process_network_message with transaction: 01KD70DQSMXQRXX4WCCDBN8D00, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:43:52.216165Z INFO freenet::operations::connect: connect: updated own_addr and location from observed address, tx: 01KD70DQSNY1M6G8GFKGFDE0R0, observed_address: 118.149.71.29:62472, location: 0.14241606578628427
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\operations\connect.rs:1292
in freenet::node::handle_connect_op_request with transaction: 01KD70DQSNY1M6G8GFKGFDE0R0, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::process_network_message with transaction: 01KD70DQSNY1M6G8GFKGFDE0R0, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:43:52.220512Z INFO freenet::node::network_bridge::p2p_protoc: handle_notification_msg: Received NodeEvent notification, event: ExpectPeerConnection (from 5.9.111.215:31337)
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\p2p_protoc.rs:2532
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:43:52.220507Z INFO freenet::node::op_state_manager: notify_node_event: queuing node event, event: ConnectPeer (to CurJAAXnMTgciL6A@5.9.111.215:31337 (@ 0.923911415153386))
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\op_state_manager.rs:387
in freenet::node::handle_connect_op_request with transaction: 01KD70DQSMXQRXX4WCCDBN8D00, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::process_network_message with transaction: 01KD70DQSMXQRXX4WCCDBN8D00, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:43:52.222110Z INFO freenet::node::network_bridge::handshake: handshake: sending command, cmd: ExpectInbound { peer: 2cZLiEsWWCZaxpRK9@5.9.111.215:31337 (@ 0.923911415153386), transaction: None, transient: false }
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\handshake.rs:76
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:43:52.223475Z INFO freenet::node::network_bridge::p2p_protoc: handle_notification_msg: Received NodeEvent notification, event: ConnectPeer (to CurJAAXnMTgciL6A@5.9.111.215:31337 (@ 0.923911415153386))
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\p2p_protoc.rs:2532
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:43:52.224142Z INFO freenet::node::network_bridge::p2p_protoc: connect_peer: reusing existing transport / promoting transient if present, tx: 01KD70DQSMXQRXX4WCCDBN8D00, remote: CurJAAXnMTgciL6A@5.9.111.215:31337 (@ 0.923911415153386), transient: false
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\p2p_protoc.rs:1703
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:43:52.225058Z INFO freenet::node::network_bridge::p2p_protoc: connect_peer: transport entry already has pub_key, tx: 01KD70DQSMXQRXX4WCCDBN8D00, peer_addr: 5.9.111.215:31337, existing_pub_key: Some(CurJAAXnMTgciL6A)
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\p2p_protoc.rs:1783
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:43:52.225737Z INFO freenet::node::network_bridge::p2p_protoc: process_message called - processing network message, tx: 01KD70DQSNY1M6G8GFKGFDE0R0, tx_type: Connect, msg_type: Message {ConnectResponse { acceptor: CurJAAXnMTgciL6A@<unknown> }}, source_addr: Some(5.9.111.215:31337), peer: Some(118.149.71.29:62472)
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\p2p_protoc.rs:1567
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:43:52.225742Z INFO freenet::operations::connect: connect joined peer, peer_id: 5.9.111.215:31337, tx: 01KD70DQSMXQRXX4WCCDBN8D00, elapsed_ms: 365
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\operations\connect.rs:1198
in freenet::node::handle_connect_op_request with transaction: 01KD70DQSMXQRXX4WCCDBN8D00, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::process_network_message with transaction: 01KD70DQSMXQRXX4WCCDBN8D00, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:43:52.226639Z INFO freenet::operations::connect: connect: joiner received ConnectResponse, acceptor_pub_key: CurJAAXnMTgciL6A, acceptor_loc: Some(Location(0.923911415153386)), target_connections: 10, accepted_count: 0
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\operations\connect.rs:832
in freenet::node::handle_connect_op_request with transaction: 01KD70DQSNY1M6G8GFKGFDE0R0, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::process_network_message with transaction: 01KD70DQSNY1M6G8GFKGFDE0R0, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:43:52.228313Z INFO freenet::operations::connect: connect: register_acceptance result, tx: 01KD70DQSNY1M6G8GFKGFDE0R0, satisfied: false, accepted_count: 1, target_connections: 10
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\operations\connect.rs:843
in freenet::node::handle_connect_op_request with transaction: 01KD70DQSNY1M6G8GFKGFDE0R0, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::process_network_message with transaction: 01KD70DQSNY1M6G8GFKGFDE0R0, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:43:52.229046Z INFO freenet::node::op_state_manager: notify_node_event: queuing node event, event: ExpectPeerConnection (from 5.9.111.215:31337)
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\op_state_manager.rs:387
in freenet::node::handle_connect_op_request with transaction: 01KD70DQSNY1M6G8GFKGFDE0R0, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::process_network_message with transaction: 01KD70DQSNY1M6G8GFKGFDE0R0, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:43:52.229930Z INFO freenet::node::op_state_manager: notify_node_event: queuing node event, event: ConnectPeer (to CurJAAXnMTgciL6A@5.9.111.215:31337 (@ 0.923911415153386))
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\op_state_manager.rs:387
in freenet::node::handle_connect_op_request with transaction: 01KD70DQSNY1M6G8GFKGFDE0R0, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::process_network_message with transaction: 01KD70DQSNY1M6G8GFKGFDE0R0, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:43:52.229943Z INFO freenet::node::network_bridge::p2p_protoc: handle_notification_msg: Received NodeEvent notification, event: ExpectPeerConnection (from 5.9.111.215:31337)
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\p2p_protoc.rs:2532
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:43:52.239404Z INFO freenet::node::network_bridge::handshake: handshake: sending command, cmd: ExpectInbound { peer: 2cZLiEsWWCZaxpRK9@5.9.111.215:31337 (@ 0.923911415153386), transaction: None, transient: false }
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\handshake.rs:76
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:43:52.242596Z INFO freenet::node::network_bridge::p2p_protoc: handle_notification_msg: Received NodeEvent notification, event: ConnectPeer (to CurJAAXnMTgciL6A@5.9.111.215:31337 (@ 0.923911415153386))
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\p2p_protoc.rs:2532
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:43:52.243239Z INFO freenet::node::network_bridge::p2p_protoc: connect_peer: reusing existing transport / promoting transient if present, tx: 01KD70DQSNY1M6G8GFKGFDE0R0, remote: CurJAAXnMTgciL6A@5.9.111.215:31337 (@ 0.923911415153386), transient: false
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\p2p_protoc.rs:1703
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:43:52.244005Z INFO freenet::node::network_bridge::p2p_protoc: connect_peer: transport entry already has pub_key, tx: 01KD70DQSNY1M6G8GFKGFDE0R0, peer_addr: 5.9.111.215:31337, existing_pub_key: Some(CurJAAXnMTgciL6A)
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\p2p_protoc.rs:1783
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:43:52.244646Z INFO freenet::operations::connect: connect joined peer, peer_id: 5.9.111.215:31337, tx: 01KD70DQSNY1M6G8GFKGFDE0R0, elapsed_ms: 383
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\operations\connect.rs:1198
in freenet::node::handle_connect_op_request with transaction: 01KD70DQSNY1M6G8GFKGFDE0R0, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::process_network_message with transaction: 01KD70DQSNY1M6G8GFKGFDE0R0, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:43:58.593902Z INFO freenet::node::request_router: Created new operation - starting network request, transaction: 01KD70DYC1SNPFRJM522SY3202, resource: Get { key: ContractInstanceId("raAqMhMG7KUpXBU2SxgCQ3Vh4PYjttxdSWd9ftV7RLv"), return_contract_code: true, subscribe: false }, client: 2, request: req-1
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\request_router.rs:319
in freenet::client_events::process_client_request
in freenet::node::p2p_impl::client_event_handling
2025-12-24T01:43:58.594293Z INFO freenet::client_events::session_actor: Registered transaction 01KD70DYC1SNPFRJM522SY3202 for client 2 (request req-1), total clients: 1
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\client_events\session_actor.rs:152
2025-12-24T01:44:00.613136Z INFO freenet::node::p2p_impl: Aggressive connection phase complete. Final connections: 1/10 (took 10s)
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\p2p_impl.rs:113
2025-12-24T01:44:49.863844Z INFO freenet::ring: Successfully initiated connection acquisition, active_connections: 3
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\ring\mod.rs:539
in freenet::ring::connection_maintenance
2025-12-24T01:44:49.864093Z WARN freenet::ring: Neighbor filtering removed all candidates; using all connections, current_connections: 1, connections_considered: 1, live_tx_peers: 1
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\ring\mod.rs:581
in freenet::ring::connection_maintenance
2025-12-24T01:44:49.864597Z WARN freenet::ring: Neighbor filtering removed all candidates; using all connections, current_connections: 1, connections_considered: 1, live_tx_peers: 1
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\ring\mod.rs:581
in freenet::ring::connection_maintenance
2025-12-24T01:44:50.207490Z INFO freenet::node::network_bridge::p2p_protoc: process_message called - processing network message, tx: 01KD70FGE779Z5QJWKGQSG7EG0, tx_type: Connect, msg_type: Message {ObservedAddress { address: 118.149.71.29:62472 }}, source_addr: Some(5.9.111.215:31337), peer: Some(118.149.71.29:62472)
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\p2p_protoc.rs:1567
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:44:50.207911Z INFO freenet::node::network_bridge::p2p_protoc: process_message called - processing network message, tx: 01KD70FGE779Z5QJWKGQSG7EG0, tx_type: Connect, msg_type: Message {ConnectResponse { acceptor: CurJAAXnMTgciL6A@<unknown> }}, source_addr: Some(5.9.111.215:31337), peer: Some(118.149.71.29:62472)
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\p2p_protoc.rs:1567
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:44:50.207954Z INFO freenet::operations::connect: connect: updated own_addr and location from observed address, tx: 01KD70FGE779Z5QJWKGQSG7EG0, observed_address: 118.149.71.29:62472, location: 0.14241606578628427
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\operations\connect.rs:1292
in freenet::node::handle_connect_op_request with transaction: 01KD70FGE779Z5QJWKGQSG7EG0, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::process_network_message with transaction: 01KD70FGE779Z5QJWKGQSG7EG0, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:44:50.221028Z INFO freenet::operations::connect: connect: joiner received ConnectResponse, acceptor_pub_key: CurJAAXnMTgciL6A, acceptor_loc: Some(Location(0.923911415153386)), target_connections: 10, accepted_count: 0
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\operations\connect.rs:832
in freenet::node::handle_connect_op_request with transaction: 01KD70FGE779Z5QJWKGQSG7EG0, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::process_network_message with transaction: 01KD70FGE779Z5QJWKGQSG7EG0, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:44:50.221422Z INFO freenet::operations::connect: connect: register_acceptance result, tx: 01KD70FGE779Z5QJWKGQSG7EG0, satisfied: false, accepted_count: 1, target_connections: 10
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\operations\connect.rs:843
in freenet::node::handle_connect_op_request with transaction: 01KD70FGE779Z5QJWKGQSG7EG0, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::process_network_message with transaction: 01KD70FGE779Z5QJWKGQSG7EG0, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:44:50.221816Z INFO freenet::node::op_state_manager: notify_node_event: queuing node event, event: ExpectPeerConnection (from 5.9.111.215:31337)
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\op_state_manager.rs:387
in freenet::node::handle_connect_op_request with transaction: 01KD70FGE779Z5QJWKGQSG7EG0, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::process_network_message with transaction: 01KD70FGE779Z5QJWKGQSG7EG0, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:44:50.222179Z INFO freenet::node::op_state_manager: notify_node_event: queuing node event, event: ConnectPeer (to CurJAAXnMTgciL6A@5.9.111.215:31337 (@ 0.923911415153386))
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\op_state_manager.rs:387
in freenet::node::handle_connect_op_request with transaction: 01KD70FGE779Z5QJWKGQSG7EG0, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::process_network_message with transaction: 01KD70FGE779Z5QJWKGQSG7EG0, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:44:50.222197Z INFO freenet::node::network_bridge::p2p_protoc: handle_notification_msg: Received NodeEvent notification, event: ExpectPeerConnection (from 5.9.111.215:31337)
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\p2p_protoc.rs:2532
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:44:50.222767Z INFO freenet::node::network_bridge::handshake: handshake: sending command, cmd: ExpectInbound { peer: 2cZLiEsWWCZaxpRK9@5.9.111.215:31337 (@ 0.923911415153386), transaction: None, transient: false }
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\handshake.rs:76
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:44:50.223016Z INFO freenet::node::network_bridge::p2p_protoc: handle_notification_msg: Received NodeEvent notification, event: ConnectPeer (to CurJAAXnMTgciL6A@5.9.111.215:31337 (@ 0.923911415153386))
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\p2p_protoc.rs:2532
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:44:50.223261Z INFO freenet::node::network_bridge::p2p_protoc: connect_peer: reusing existing transport / promoting transient if present, tx: 01KD70FGE779Z5QJWKGQSG7EG0, remote: CurJAAXnMTgciL6A@5.9.111.215:31337 (@ 0.923911415153386), transient: false
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\p2p_protoc.rs:1703
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:44:50.223517Z INFO freenet::node::network_bridge::p2p_protoc: connect_peer: transport entry already has pub_key, tx: 01KD70FGE779Z5QJWKGQSG7EG0, peer_addr: 5.9.111.215:31337, existing_pub_key: Some(CurJAAXnMTgciL6A)
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\p2p_protoc.rs:1783
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:44:50.223787Z INFO freenet::operations::connect: connect joined peer, peer_id: 5.9.111.215:31337, tx: 01KD70FGE779Z5QJWKGQSG7EG0, elapsed_ms: 360
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\operations\connect.rs:1198
in freenet::node::handle_connect_op_request with transaction: 01KD70FGE779Z5QJWKGQSG7EG0, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::process_network_message with transaction: 01KD70FGE779Z5QJWKGQSG7EG0, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:44:55.095454Z INFO freenet::node::op_state_manager: Transaction timed out, tx: 01KD70DQSNY1M6G8GFKGFDE0R0, tx_type: Connect, elapsed_ms: 63234, ttl_ms: 60000
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\op_state_manager.rs:867
in freenet::node::op_state_manager::garbage_cleanup_task
2025-12-24T01:44:55.095805Z INFO freenet::node::op_state_manager: Transaction timed out, tx: 01KD70DQSMXQRXX4WCCDBN8D00, tx_type: Connect, elapsed_ms: 63235, ttl_ms: 60000
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\op_state_manager.rs:867
in freenet::node::op_state_manager::garbage_cleanup_task
2025-12-24T01:44:55.095818Z INFO freenet::node::network_bridge::p2p_protoc: handle_notification_msg: Received NodeEvent notification, event: Transaction timed out (01KD70DQSNY1M6G8GFKGFDE0R0)
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\p2p_protoc.rs:2532
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:44:55.096175Z INFO freenet::node::op_state_manager: Transaction timed out, tx: 01KD70DPBNCZNK0HZ9XBN9CEG0, tx_type: Connect, elapsed_ms: 64707, ttl_ms: 60000
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\op_state_manager.rs:867
in freenet::node::op_state_manager::garbage_cleanup_task
2025-12-24T01:44:55.096435Z INFO freenet::node::network_bridge::p2p_protoc: handle_notification_msg: Received NodeEvent notification, event: Transaction timed out (01KD70DQSMXQRXX4WCCDBN8D00)
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\p2p_protoc.rs:2532
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:44:55.096912Z INFO freenet::node::network_bridge::p2p_protoc: handle_notification_msg: Received NodeEvent notification, event: Transaction timed out (01KD70DPBNCZNK0HZ9XBN9CEG0)
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\p2p_protoc.rs:2532
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:45:00.097715Z INFO freenet::node::op_state_manager: Transaction timed out, tx: 01KD70DYC1SNPFRJM522SY3202, tx_type: Get, elapsed_ms: 61504, ttl_ms: 60000
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\op_state_manager.rs:867
in freenet::node::op_state_manager::garbage_cleanup_task
2025-12-24T01:45:00.098072Z INFO freenet::node::network_bridge::p2p_protoc: handle_notification_msg: Received NodeEvent notification, event: Transaction timed out (01KD70DYC1SNPFRJM522SY3202)
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\p2p_protoc.rs:2532
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:45:07.525281Z WARN freenet::transport::ledbat: LEDBAT retransmission timeout - reset to 1*MSS, old_cwnd_kb: 2, new_cwnd_kb: 2
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\transport\ledbat.rs:489
in freenet::transport::peer_connection::peer_connection
2025-12-24T01:45:15.025308Z WARN freenet::transport::ledbat: LEDBAT retransmission timeout - reset to 1*MSS, old_cwnd_kb: 2, new_cwnd_kb: 2
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\transport\ledbat.rs:489
in freenet::transport::peer_connection::peer_connection
2025-12-24T01:45:49.870020Z INFO freenet::ring: Successfully initiated connection acquisition, active_connections: 2
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\ring\mod.rs:539
in freenet::ring::connection_maintenance
2025-12-24T01:45:49.870322Z WARN freenet::ring: Neighbor filtering removed all candidates; using all connections, current_connections: 1, connections_considered: 1, live_tx_peers: 1
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\ring\mod.rs:581
in freenet::ring::connection_maintenance
2025-12-24T01:45:49.870789Z INFO freenet::ring: Successfully initiated connection acquisition, active_connections: 3
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\ring\mod.rs:539
in freenet::ring::connection_maintenance
2025-12-24T01:45:49.870958Z WARN freenet::ring: Neighbor filtering removed all candidates; using all connections, current_connections: 1, connections_considered: 1, live_tx_peers: 1
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\ring\mod.rs:581
in freenet::ring::connection_maintenance
2025-12-24T01:45:50.101846Z INFO freenet::node::op_state_manager: Transaction timed out, tx: 01KD70FGE779Z5QJWKGQSG7EG0, tx_type: Connect, elapsed_ms: 60238, ttl_ms: 60000
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\op_state_manager.rs:867
in freenet::node::op_state_manager::garbage_cleanup_task
2025-12-24T01:45:50.102226Z INFO freenet::node::network_bridge::p2p_protoc: handle_notification_msg: Received NodeEvent notification, event: Transaction timed out (01KD70FGE779Z5QJWKGQSG7EG0)
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\p2p_protoc.rs:2532
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:45:50.207307Z INFO freenet::node::network_bridge::p2p_protoc: process_message called - processing network message, tx: 01KD70HB1D6RXXJHHEJ1TJSW00, tx_type: Connect, msg_type: Message {ObservedAddress { address: 118.149.71.29:62472 }}, source_addr: Some(5.9.111.215:31337), peer: Some(118.149.71.29:62472)
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\p2p_protoc.rs:1567
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:45:50.207696Z INFO freenet::node::network_bridge::p2p_protoc: process_message called - processing network message, tx: 01KD70HB1D6RXXJHHEJ1TJSW00, tx_type: Connect, msg_type: Message {ConnectResponse { acceptor: CurJAAXnMTgciL6A@<unknown> }}, source_addr: Some(5.9.111.215:31337), peer: Some(118.149.71.29:62472)
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\p2p_protoc.rs:1567
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:45:50.207746Z INFO freenet::operations::connect: connect: updated own_addr and location from observed address, tx: 01KD70HB1D6RXXJHHEJ1TJSW00, observed_address: 118.149.71.29:62472, location: 0.14241606578628427
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\operations\connect.rs:1292
in freenet::node::handle_connect_op_request with transaction: 01KD70HB1D6RXXJHHEJ1TJSW00, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::process_network_message with transaction: 01KD70HB1D6RXXJHHEJ1TJSW00, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:45:50.211608Z INFO freenet::operations::connect: connect: joiner received ConnectResponse, acceptor_pub_key: CurJAAXnMTgciL6A, acceptor_loc: Some(Location(0.923911415153386)), target_connections: 10, accepted_count: 0
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\operations\connect.rs:832
in freenet::node::handle_connect_op_request with transaction: 01KD70HB1D6RXXJHHEJ1TJSW00, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::process_network_message with transaction: 01KD70HB1D6RXXJHHEJ1TJSW00, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:45:50.211948Z INFO freenet::operations::connect: connect: register_acceptance result, tx: 01KD70HB1D6RXXJHHEJ1TJSW00, satisfied: false, accepted_count: 1, target_connections: 10
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\operations\connect.rs:843
in freenet::node::handle_connect_op_request with transaction: 01KD70HB1D6RXXJHHEJ1TJSW00, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::process_network_message with transaction: 01KD70HB1D6RXXJHHEJ1TJSW00, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:45:50.212300Z INFO freenet::node::op_state_manager: notify_node_event: queuing node event, event: ExpectPeerConnection (from 5.9.111.215:31337)
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\op_state_manager.rs:387
in freenet::node::handle_connect_op_request with transaction: 01KD70HB1D6RXXJHHEJ1TJSW00, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::process_network_message with transaction: 01KD70HB1D6RXXJHHEJ1TJSW00, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:45:50.212628Z INFO freenet::node::op_state_manager: notify_node_event: queuing node event, event: ConnectPeer (to CurJAAXnMTgciL6A@5.9.111.215:31337 (@ 0.923911415153386))
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\op_state_manager.rs:387
in freenet::node::handle_connect_op_request with transaction: 01KD70HB1D6RXXJHHEJ1TJSW00, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::process_network_message with transaction: 01KD70HB1D6RXXJHHEJ1TJSW00, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:45:50.212646Z INFO freenet::node::network_bridge::p2p_protoc: handle_notification_msg: Received NodeEvent notification, event: ExpectPeerConnection (from 5.9.111.215:31337)
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\p2p_protoc.rs:2532
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:45:50.213241Z INFO freenet::node::network_bridge::handshake: handshake: sending command, cmd: ExpectInbound { peer: 2cZLiEsWWCZaxpRK9@5.9.111.215:31337 (@ 0.923911415153386), transaction: None, transient: false }
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\handshake.rs:76
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:45:50.213518Z INFO freenet::node::network_bridge::p2p_protoc: handle_notification_msg: Received NodeEvent notification, event: ConnectPeer (to CurJAAXnMTgciL6A@5.9.111.215:31337 (@ 0.923911415153386))
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\p2p_protoc.rs:2532
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:45:50.213916Z INFO freenet::node::network_bridge::p2p_protoc: connect_peer: reusing existing transport / promoting transient if present, tx: 01KD70HB1D6RXXJHHEJ1TJSW00, remote: CurJAAXnMTgciL6A@5.9.111.215:31337 (@ 0.923911415153386), transient: false
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\p2p_protoc.rs:1703
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:45:50.214277Z INFO freenet::node::network_bridge::p2p_protoc: connect_peer: transport entry already has pub_key, tx: 01KD70HB1D6RXXJHHEJ1TJSW00, peer_addr: 5.9.111.215:31337, existing_pub_key: Some(CurJAAXnMTgciL6A)
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\p2p_protoc.rs:1783
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:45:50.214940Z INFO freenet::operations::connect: connect joined peer, peer_id: 5.9.111.215:31337, tx: 01KD70HB1D6RXXJHHEJ1TJSW00, elapsed_ms: 345
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\operations\connect.rs:1198
in freenet::node::handle_connect_op_request with transaction: 01KD70HB1D6RXXJHHEJ1TJSW00, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::process_network_message with transaction: 01KD70HB1D6RXXJHHEJ1TJSW00, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:45:50.217290Z INFO freenet::node::network_bridge::p2p_protoc: process_message called - processing network message, tx: 01KD70HB1EWYYAAHV5GHE2XW00, tx_type: Connect, msg_type: Message {ObservedAddress { address: 118.149.71.29:62472 }}, source_addr: Some(5.9.111.215:31337), peer: Some(118.149.71.29:62472)
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\p2p_protoc.rs:1567
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:45:50.217573Z INFO freenet::node::network_bridge::p2p_protoc: process_message called - processing network message, tx: 01KD70HB1EWYYAAHV5GHE2XW00, tx_type: Connect, msg_type: Message {ConnectResponse { acceptor: CurJAAXnMTgciL6A@<unknown> }}, source_addr: Some(5.9.111.215:31337), peer: Some(118.149.71.29:62472)
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\p2p_protoc.rs:1567
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:45:50.217594Z INFO freenet::operations::connect: connect: updated own_addr and location from observed address, tx: 01KD70HB1EWYYAAHV5GHE2XW00, observed_address: 118.149.71.29:62472, location: 0.14241606578628427
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\operations\connect.rs:1292
in freenet::node::handle_connect_op_request with transaction: 01KD70HB1EWYYAAHV5GHE2XW00, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::process_network_message with transaction: 01KD70HB1EWYYAAHV5GHE2XW00, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:45:50.228646Z INFO freenet::operations::connect: connect: joiner received ConnectResponse, acceptor_pub_key: CurJAAXnMTgciL6A, acceptor_loc: Some(Location(0.923911415153386)), target_connections: 10, accepted_count: 0
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\operations\connect.rs:832
in freenet::node::handle_connect_op_request with transaction: 01KD70HB1EWYYAAHV5GHE2XW00, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::process_network_message with transaction: 01KD70HB1EWYYAAHV5GHE2XW00, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:45:50.229130Z INFO freenet::operations::connect: connect: register_acceptance result, tx: 01KD70HB1EWYYAAHV5GHE2XW00, satisfied: false, accepted_count: 1, target_connections: 10
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\operations\connect.rs:843
in freenet::node::handle_connect_op_request with transaction: 01KD70HB1EWYYAAHV5GHE2XW00, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::process_network_message with transaction: 01KD70HB1EWYYAAHV5GHE2XW00, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:45:50.229498Z INFO freenet::node::op_state_manager: notify_node_event: queuing node event, event: ExpectPeerConnection (from 5.9.111.215:31337)
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\op_state_manager.rs:387
in freenet::node::handle_connect_op_request with transaction: 01KD70HB1EWYYAAHV5GHE2XW00, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::process_network_message with transaction: 01KD70HB1EWYYAAHV5GHE2XW00, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:45:50.229833Z INFO freenet::node::op_state_manager: notify_node_event: queuing node event, event: ConnectPeer (to CurJAAXnMTgciL6A@5.9.111.215:31337 (@ 0.923911415153386))
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\op_state_manager.rs:387
in freenet::node::handle_connect_op_request with transaction: 01KD70HB1EWYYAAHV5GHE2XW00, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::process_network_message with transaction: 01KD70HB1EWYYAAHV5GHE2XW00, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:45:50.229847Z INFO freenet::node::network_bridge::p2p_protoc: handle_notification_msg: Received NodeEvent notification, event: ExpectPeerConnection (from 5.9.111.215:31337)
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\p2p_protoc.rs:2532
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:45:50.230421Z INFO freenet::node::network_bridge::handshake: handshake: sending command, cmd: ExpectInbound { peer: 2cZLiEsWWCZaxpRK9@5.9.111.215:31337 (@ 0.923911415153386), transaction: None, transient: false }
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\handshake.rs:76
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:45:50.230670Z INFO freenet::node::network_bridge::p2p_protoc: handle_notification_msg: Received NodeEvent notification, event: ConnectPeer (to CurJAAXnMTgciL6A@5.9.111.215:31337 (@ 0.923911415153386))
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\p2p_protoc.rs:2532
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:45:50.230916Z INFO freenet::node::network_bridge::p2p_protoc: connect_peer: reusing existing transport / promoting transient if present, tx: 01KD70HB1EWYYAAHV5GHE2XW00, remote: CurJAAXnMTgciL6A@5.9.111.215:31337 (@ 0.923911415153386), transient: false
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\p2p_protoc.rs:1703
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:45:50.231171Z INFO freenet::node::network_bridge::p2p_protoc: connect_peer: transport entry already has pub_key, tx: 01KD70HB1EWYYAAHV5GHE2XW00, peer_addr: 5.9.111.215:31337, existing_pub_key: Some(CurJAAXnMTgciL6A)
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\p2p_protoc.rs:1783
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:45:50.231521Z INFO freenet::operations::connect: connect joined peer, peer_id: 5.9.111.215:31337, tx: 01KD70HB1EWYYAAHV5GHE2XW00, elapsed_ms: 361
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\operations\connect.rs:1198
in freenet::node::handle_connect_op_request with transaction: 01KD70HB1EWYYAAHV5GHE2XW00, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::process_network_message with transaction: 01KD70HB1EWYYAAHV5GHE2XW00, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:46:27.340942Z WARN freenet::transport::ledbat: LEDBAT retransmission timeout - reset to 1*MSS, old_cwnd_kb: 2, new_cwnd_kb: 2
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\transport\ledbat.rs:489
in freenet::transport::peer_connection::peer_connection
2025-12-24T01:46:49.035081Z WARN freenet::transport::ledbat: LEDBAT retransmission timeout - reset to 1*MSS, old_cwnd_kb: 2, new_cwnd_kb: 2
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\transport\ledbat.rs:489
in freenet::transport::peer_connection::peer_connection
2025-12-24T01:46:49.866281Z INFO freenet::ring: Successfully initiated connection acquisition, active_connections: 3
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\ring\mod.rs:539
in freenet::ring::connection_maintenance
2025-12-24T01:46:49.866573Z WARN freenet::ring: Neighbor filtering removed all candidates; using all connections, current_connections: 1, connections_considered: 1, live_tx_peers: 1
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\ring\mod.rs:581
in freenet::ring::connection_maintenance
2025-12-24T01:46:49.871876Z WARN freenet::ring: Neighbor filtering removed all candidates; using all connections, current_connections: 1, connections_considered: 1, live_tx_peers: 1
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\ring\mod.rs:581
in freenet::ring::connection_maintenance
2025-12-24T01:46:50.099800Z INFO freenet::node::op_state_manager: Transaction timed out, tx: 01KD70HB1EWYYAAHV5GHE2XW00, tx_type: Connect, elapsed_ms: 60229, ttl_ms: 60000
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\op_state_manager.rs:867
in freenet::node::op_state_manager::garbage_cleanup_task
2025-12-24T01:46:50.100116Z INFO freenet::node::op_state_manager: Transaction timed out, tx: 01KD70HB1D6RXXJHHEJ1TJSW00, tx_type: Connect, elapsed_ms: 60231, ttl_ms: 60000
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\op_state_manager.rs:867
in freenet::node::op_state_manager::garbage_cleanup_task
2025-12-24T01:46:50.100137Z INFO freenet::node::network_bridge::p2p_protoc: handle_notification_msg: Received NodeEvent notification, event: Transaction timed out (01KD70HB1EWYYAAHV5GHE2XW00)
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\p2p_protoc.rs:2532
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:46:50.106040Z INFO freenet::node::network_bridge::p2p_protoc: handle_notification_msg: Received NodeEvent notification, event: Transaction timed out (01KD70HB1D6RXXJHHEJ1TJSW00)
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\p2p_protoc.rs:2532
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:46:50.239304Z INFO freenet::node::network_bridge::p2p_protoc: process_message called - processing network message, tx: 01KD70K5MA4Y7GD3XJWNTG7ER0, tx_type: Connect, msg_type: Message {ObservedAddress { address: 118.149.71.29:62472 }}, source_addr: Some(5.9.111.215:31337), peer: Some(118.149.71.29:62472)
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\p2p_protoc.rs:1567
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:46:50.239656Z INFO freenet::node::network_bridge::p2p_protoc: process_message called - processing network message, tx: 01KD70K5MA4Y7GD3XJWNTG7ER0, tx_type: Connect, msg_type: Message {ConnectResponse { acceptor: CurJAAXnMTgciL6A@<unknown> }}, source_addr: Some(5.9.111.215:31337), peer: Some(118.149.71.29:62472)
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\p2p_protoc.rs:1567
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:46:50.239717Z INFO freenet::operations::connect: connect: updated own_addr and location from observed address, tx: 01KD70K5MA4Y7GD3XJWNTG7ER0, observed_address: 118.149.71.29:62472, location: 0.14241606578628427
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\operations\connect.rs:1292
in freenet::node::handle_connect_op_request with transaction: 01KD70K5MA4Y7GD3XJWNTG7ER0, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::process_network_message with transaction: 01KD70K5MA4Y7GD3XJWNTG7ER0, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:46:50.254385Z INFO freenet::operations::connect: connect: joiner received ConnectResponse, acceptor_pub_key: CurJAAXnMTgciL6A, acceptor_loc: Some(Location(0.923911415153386)), target_connections: 10, accepted_count: 0
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\operations\connect.rs:832
in freenet::node::handle_connect_op_request with transaction: 01KD70K5MA4Y7GD3XJWNTG7ER0, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::process_network_message with transaction: 01KD70K5MA4Y7GD3XJWNTG7ER0, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:46:50.256538Z INFO freenet::operations::connect: connect: register_acceptance result, tx: 01KD70K5MA4Y7GD3XJWNTG7ER0, satisfied: false, accepted_count: 1, target_connections: 10
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\operations\connect.rs:843
in freenet::node::handle_connect_op_request with transaction: 01KD70K5MA4Y7GD3XJWNTG7ER0, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::process_network_message with transaction: 01KD70K5MA4Y7GD3XJWNTG7ER0, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:46:50.260038Z INFO freenet::node::op_state_manager: notify_node_event: queuing node event, event: ExpectPeerConnection (from 5.9.111.215:31337)
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\op_state_manager.rs:387
in freenet::node::handle_connect_op_request with transaction: 01KD70K5MA4Y7GD3XJWNTG7ER0, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::process_network_message with transaction: 01KD70K5MA4Y7GD3XJWNTG7ER0, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:46:50.260851Z INFO freenet::node::network_bridge::p2p_protoc: handle_notification_msg: Received NodeEvent notification, event: ExpectPeerConnection (from 5.9.111.215:31337)
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\p2p_protoc.rs:2532
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:46:50.260850Z INFO freenet::node::op_state_manager: notify_node_event: queuing node event, event: ConnectPeer (to CurJAAXnMTgciL6A@5.9.111.215:31337 (@ 0.923911415153386))
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\op_state_manager.rs:387
in freenet::node::handle_connect_op_request with transaction: 01KD70K5MA4Y7GD3XJWNTG7ER0, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::process_network_message with transaction: 01KD70K5MA4Y7GD3XJWNTG7ER0, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:46:50.261476Z INFO freenet::node::network_bridge::handshake: handshake: sending command, cmd: ExpectInbound { peer: 2cZLiEsWWCZaxpRK9@5.9.111.215:31337 (@ 0.923911415153386), transaction: None, transient: false }
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\handshake.rs:76
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:46:50.263067Z INFO freenet::node::network_bridge::p2p_protoc: handle_notification_msg: Received NodeEvent notification, event: ConnectPeer (to CurJAAXnMTgciL6A@5.9.111.215:31337 (@ 0.923911415153386))
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\p2p_protoc.rs:2532
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:46:50.264111Z INFO freenet::node::network_bridge::p2p_protoc: connect_peer: reusing existing transport / promoting transient if present, tx: 01KD70K5MA4Y7GD3XJWNTG7ER0, remote: CurJAAXnMTgciL6A@5.9.111.215:31337 (@ 0.923911415153386), transient: false
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\p2p_protoc.rs:1703
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:46:50.264778Z INFO freenet::node::network_bridge::p2p_protoc: connect_peer: transport entry already has pub_key, tx: 01KD70K5MA4Y7GD3XJWNTG7ER0, peer_addr: 5.9.111.215:31337, existing_pub_key: Some(CurJAAXnMTgciL6A)
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\p2p_protoc.rs:1783
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:46:50.265525Z INFO freenet::operations::connect: connect joined peer, peer_id: 5.9.111.215:31337, tx: 01KD70K5MA4Y7GD3XJWNTG7ER0, elapsed_ms: 399
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\operations\connect.rs:1198
in freenet::node::handle_connect_op_request with transaction: 01KD70K5MA4Y7GD3XJWNTG7ER0, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::process_network_message with transaction: 01KD70K5MA4Y7GD3XJWNTG7ER0, tx_type: connect
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:47:06.881842Z INFO freenet::node::network_bridge::p2p_protoc: process_message called - processing network message, tx: 01KD70DYC1SNPFRJM522SY3202, tx_type: Get, msg_type: Message {Get::Response(id: 01KD70DYC1SNPFRJM522SY3202, instance_id: raAqMhMG7KUpXBU2SxgCQ3Vh4PYjttxdSWd9ftV7RLv, result: Found(raAqMhMG7KUpXBU2SxgCQ3Vh4PYjttxdSWd9ftV7RLv))}, source_addr: Some(5.9.111.215:31337), peer: Some(118.149.71.29:62472)
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\network_bridge\p2p_protoc.rs:1567
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:47:06.882309Z INFO freenet::operations::get: GET Response received with state, tx: 01KD70DYC1SNPFRJM522SY3202, contract: raAqMhMG7KUpXBU2SxgCQ3Vh4PYjttxdSWd9ftV7RLv, state: Some(ReceivedRequest { requester: Some(CurJAAXnMTgciL6A@5.9.111.215:31337 (@ 0.923911415153386)) }), phase: "response"
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\operations\get.rs:1188
in freenet::node::network_bridge::p2p_protoc::process_network_message with transaction: 01KD70DYC1SNPFRJM522SY3202, tx_type: get
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:47:06.884829Z ERROR freenet::node: Network operation failed: unexpected operation state
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\mod.rs:1221
in freenet::node::network_bridge::p2p_protoc::process_network_message with transaction: 01KD70DYC1SNPFRJM522SY3202, tx_type: get
in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 2cZLiEsWWCZaxpRK9
2025-12-24T01:47:06.889751Z INFO freenet::client_events::session_actor: Session actor attempting to deliver result for transaction 01KD70DYC1SNPFRJM522SY3202, registered transactions: 1
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\client_events\session_actor.rs:272
2025-12-24T01:47:06.890366Z INFO freenet::client_events::session_actor: Delivering result for transaction 01KD70DYC1SNPFRJM522SY3202 to 1 clients
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\client_events\session_actor.rs:202
2025-12-24T01:47:06.891273Z ERROR freenet::server::path_handlers: error getting contract `raAqMhMG7KUpXBU2SxgCQ3Vh4PYjttxdSWd9ftV7RLv`: client error: error while executing operation in the network: unexpected operation state
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\server\path_handlers.rs:156
2025-12-24T01:47:06.891850Z ERROR tower_http::trace::on_failure: response failed, classification: Status code: 500 Internal Server Error, latency: 188298 ms
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\tower-http-0.6.8\src\trace\on_failure.rs:93
2025-12-24T01:47:07.461428Z WARN freenet::transport::ledbat: LEDBAT retransmission timeout - reset to 1*MSS, old_cwnd_kb: 2, new_cwnd_kb: 2
at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\transport\ledbat.rs:489
in freenet::transport::peer_connection::peer_connection
PS C:\Temp>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment