Created
December 24, 2025 01:52
-
-
Save kustomzone/dc8d32cf4daa65413dbd8fd2ca98b574 to your computer and use it in GitHub Desktop.
Dec24-Invite-Win10-old-config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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:39:52.064079Z 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:39:53.193715Z 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:39:53.194531Z 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:39:53.194738Z 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:39:53.194928Z 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:39:53.195624Z 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:39:53.195740Z 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:39:53.195843Z 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:39:53.196337Z INFO freenet::node: Node will be listening at 0.0.0.0:62250 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:39:53.196546Z 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:39:53.196719Z 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:39:53.196726Z 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:39:53.196736Z 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:39:53.197031Z 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:39:53.426018Z 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:39:53.426033Z 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:39:53.426312Z 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:39:53.669263Z 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:39:53.669522Z INFO freenet::ring::connection_manager: try_set_own_addr: initialized own address, addr: 127.0.0.1:62250 | |
| at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\ring\connection_manager.rs:471 | |
| 2025-12-24T01:39:53.671465Z 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:39:53.674800Z 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:39:53.674814Z 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:39:53.674838Z 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:39:53.676119Z 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:39:53.676129Z 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:39:53.676391Z INFO freenet_core::transport::send_debug: UDP socket bound successfully, bind_addr: 0.0.0.0:62250, 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: 4srMKJw9GuJfxpFim | |
| 2025-12-24T01:39:53.677846Z 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:39:53.678715Z INFO freenet::node::network_bridge::p2p_protoc: Network listener opened - ready to receive connections, listening_port: 62250, listening_ip: 0.0.0.0, is_gateway: false, peer_key: 4srMKJw9GuJfxpFim, 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: 4srMKJw9GuJfxpFim | |
| 2025-12-24T01:39:53.679234Z 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:39:53.680764Z INFO freenet::operations::connect: Attempting network join using connect, gateway: CurJAAXnMTgciL6A, tx: 01KD706F6GXW9H44X9N94HEM80, 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: 4srMKJw9GuJfxpFim | |
| 2025-12-24T01:39:53.681592Z INFO freenet::node::network_bridge::p2p_protoc: No existing connection - establishing connection before sending message, tx: 01KD706F6GXW9H44X9N94HEM80, 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: 4srMKJw9GuJfxpFim | |
| 2025-12-24T01:39:53.682246Z INFO freenet::node::network_bridge::p2p_protoc: connect_peer: registered new pending connection, tx: 01KD706F6GXW9H44X9N94HEM80, remote: 5.9.111.215:31337, pending: 1, pending_txs: [01KD706F6GXW9H44X9N94HEM80], 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: 4srMKJw9GuJfxpFim | |
| 2025-12-24T01:39:53.687450Z INFO freenet::node::network_bridge::handshake: handshake: sending command, cmd: Connect { peer: CurJAAXnMTgciL6A@5.9.111.215:31337 (@ 0.923911415153386), transaction: 01KD706F6GXW9H44X9N94HEM80, 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: 4srMKJw9GuJfxpFim | |
| 2025-12-24T01:39:53.688128Z 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:39:53.688931Z 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:39:54.128341Z INFO freenet::transport::connection_handler: Outbound handshake completed (ack path), peer_addr: 5.9.111.215:31337, attempts: 3, 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:39:54.128637Z 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:39:54.136077Z 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:39:54.136097Z INFO freenet::node::network_bridge::p2p_protoc: handle_handshake_action: received handshake event, event: OutboundEstablished { transaction: 01KD706F6GXW9H44X9N94HEM80, 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: 4srMKJw9GuJfxpFim | |
| 2025-12-24T01:39:54.137714Z INFO freenet::node::network_bridge::p2p_protoc: Outbound connection established, remote: 5.9.111.215:31337, transient: false, transaction: 01KD706F6GXW9H44X9N94HEM80 | |
| 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: 4srMKJw9GuJfxpFim | |
| 2025-12-24T01:39:54.138330Z INFO freenet::node::network_bridge::p2p_protoc: handle_successful_connection: connection established, remote: 5.9.111.215:31337, callbacks: 1, pending_txs: [01KD706F6GXW9H44X9N94HEM80], 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: 4srMKJw9GuJfxpFim | |
| 2025-12-24T01:39:54.139180Z 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: 4srMKJw9GuJfxpFim | |
| 2025-12-24T01:39:54.139793Z 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: 4srMKJw9GuJfxpFim | |
| 2025-12-24T01:39:54.140583Z 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: 4srMKJw9GuJfxpFim | |
| 2025-12-24T01:39:54.141222Z INFO freenet::ring: Adding connection to peer, peer: CurJAAXnMTgciL6A, peer_location: 0.923911415153386, this: Some(127.0.0.1:62250), 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: 4srMKJw9GuJfxpFim | |
| 2025-12-24T01:39:54.206575Z 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:39:54.548471Z INFO freenet::node::network_bridge::p2p_protoc: process_message called - processing network message, tx: 01KD706F6GXW9H44X9N94HEM80, tx_type: Connect, msg_type: Message {ObservedAddress { address: 118.149.71.29:62525 }}, source_addr: Some(5.9.111.215:31337), peer: Some(127.0.0.1:62250) | |
| 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: 4srMKJw9GuJfxpFim | |
| 2025-12-24T01:39:54.548907Z INFO freenet::node::network_bridge::p2p_protoc: process_message called - processing network message, tx: 01KD706F6GXW9H44X9N94HEM80, tx_type: Connect, msg_type: Message {ConnectResponse { acceptor: CurJAAXnMTgciL6A@<unknown> }}, source_addr: Some(5.9.111.215:31337), peer: Some(127.0.0.1:62250) | |
| 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: 4srMKJw9GuJfxpFim | |
| 2025-12-24T01:39:54.549006Z INFO freenet::operations::connect: connect: updated own_addr and location from observed address, tx: 01KD706F6GXW9H44X9N94HEM80, observed_address: 118.149.71.29:62525, 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: 01KD706F6GXW9H44X9N94HEM80, tx_type: connect | |
| in freenet::node::network_bridge::p2p_protoc::process_network_message with transaction: 01KD706F6GXW9H44X9N94HEM80, tx_type: connect | |
| in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 4srMKJw9GuJfxpFim | |
| 2025-12-24T01:39:54.563783Z 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: 01KD706F6GXW9H44X9N94HEM80, tx_type: connect | |
| in freenet::node::network_bridge::p2p_protoc::process_network_message with transaction: 01KD706F6GXW9H44X9N94HEM80, tx_type: connect | |
| in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 4srMKJw9GuJfxpFim | |
| 2025-12-24T01:39:54.568896Z INFO freenet::operations::connect: connect: register_acceptance result, tx: 01KD706F6GXW9H44X9N94HEM80, 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: 01KD706F6GXW9H44X9N94HEM80, tx_type: connect | |
| in freenet::node::network_bridge::p2p_protoc::process_network_message with transaction: 01KD706F6GXW9H44X9N94HEM80, tx_type: connect | |
| in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 4srMKJw9GuJfxpFim | |
| 2025-12-24T01:39:54.569683Z 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: 01KD706F6GXW9H44X9N94HEM80, tx_type: connect | |
| in freenet::node::network_bridge::p2p_protoc::process_network_message with transaction: 01KD706F6GXW9H44X9N94HEM80, tx_type: connect | |
| in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 4srMKJw9GuJfxpFim | |
| 2025-12-24T01:39:54.574016Z 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: 01KD706F6GXW9H44X9N94HEM80, tx_type: connect | |
| in freenet::node::network_bridge::p2p_protoc::process_network_message with transaction: 01KD706F6GXW9H44X9N94HEM80, tx_type: connect | |
| in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 4srMKJw9GuJfxpFim | |
| 2025-12-24T01:39:54.574049Z 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: 4srMKJw9GuJfxpFim | |
| 2025-12-24T01:39:54.575391Z INFO freenet::node::network_bridge::handshake: handshake: sending command, cmd: ExpectInbound { peer: 4srMKJw9GuJfxpFim@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: 4srMKJw9GuJfxpFim | |
| 2025-12-24T01:39:54.576008Z 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: 4srMKJw9GuJfxpFim | |
| 2025-12-24T01:39:54.576661Z INFO freenet::node::network_bridge::p2p_protoc: connect_peer: reusing existing transport / promoting transient if present, tx: 01KD706F6GXW9H44X9N94HEM80, 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: 4srMKJw9GuJfxpFim | |
| 2025-12-24T01:39:54.577278Z INFO freenet::node::network_bridge::p2p_protoc: connect_peer: transport entry already has pub_key, tx: 01KD706F6GXW9H44X9N94HEM80, 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: 4srMKJw9GuJfxpFim | |
| 2025-12-24T01:39:54.577952Z INFO freenet::operations::connect: connect joined peer, peer_id: 5.9.111.215:31337, tx: 01KD706F6GXW9H44X9N94HEM80, elapsed_ms: 897 | |
| 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: 01KD706F6GXW9H44X9N94HEM80, tx_type: connect | |
| in freenet::node::network_bridge::p2p_protoc::process_network_message with transaction: 01KD706F6GXW9H44X9N94HEM80, tx_type: connect | |
| in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 4srMKJw9GuJfxpFim | |
| 2025-12-24T01:39:55.201466Z 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:39:55.201728Z 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:39:55.208172Z 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:39:55.208726Z 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:39:55.653353Z INFO freenet::node::network_bridge::p2p_protoc: process_message called - processing network message, tx: 01KD706GP1N856J9BKSCTVVP00, tx_type: Connect, msg_type: Message {ObservedAddress { address: 118.149.71.29:62525 }}, source_addr: Some(5.9.111.215:31337), peer: Some(118.149.71.29:62525) | |
| 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: 4srMKJw9GuJfxpFim | |
| 2025-12-24T01:39:55.653768Z INFO freenet::node::network_bridge::p2p_protoc: process_message called - processing network message, tx: 01KD706GP8SMEYJ0A3JQHJQQ80, tx_type: Connect, msg_type: Message {ObservedAddress { address: 118.149.71.29:62525 }}, source_addr: Some(5.9.111.215:31337), peer: Some(118.149.71.29:62525) | |
| 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: 4srMKJw9GuJfxpFim | |
| 2025-12-24T01:39:55.653809Z INFO freenet::operations::connect: connect: updated own_addr and location from observed address, tx: 01KD706GP1N856J9BKSCTVVP00, observed_address: 118.149.71.29:62525, 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: 01KD706GP1N856J9BKSCTVVP00, tx_type: connect | |
| in freenet::node::network_bridge::p2p_protoc::process_network_message with transaction: 01KD706GP1N856J9BKSCTVVP00, tx_type: connect | |
| in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 4srMKJw9GuJfxpFim | |
| 2025-12-24T01:39:55.655053Z INFO freenet::operations::connect: connect: updated own_addr and location from observed address, tx: 01KD706GP8SMEYJ0A3JQHJQQ80, observed_address: 118.149.71.29:62525, 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: 01KD706GP8SMEYJ0A3JQHJQQ80, tx_type: connect | |
| in freenet::node::network_bridge::p2p_protoc::process_network_message with transaction: 01KD706GP8SMEYJ0A3JQHJQQ80, tx_type: connect | |
| in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 4srMKJw9GuJfxpFim | |
| 2025-12-24T01:39:57.112198Z INFO freenet::node::op_state_manager: notify_node_event: queuing node event, event: ClientDisconnected (client: 2) | |
| at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\op_state_manager.rs:387 | |
| in freenet::client_events::process_client_request | |
| in freenet::node::p2p_impl::client_event_handling | |
| 2025-12-24T01:39:57.112529Z INFO freenet::node::network_bridge::p2p_protoc: handle_notification_msg: Received NodeEvent notification, event: ClientDisconnected (client: 2) | |
| 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: 4srMKJw9GuJfxpFim | |
| 2025-12-24T01:39:57.147583Z INFO freenet::node::op_state_manager: notify_node_event: queuing node event, event: ClientDisconnected (client: 4) | |
| at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\op_state_manager.rs:387 | |
| in freenet::client_events::process_client_request | |
| in freenet::node::p2p_impl::client_event_handling | |
| 2025-12-24T01:39:57.147921Z INFO freenet::node::network_bridge::p2p_protoc: handle_notification_msg: Received NodeEvent notification, event: ClientDisconnected (client: 4) | |
| 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: 4srMKJw9GuJfxpFim | |
| 2025-12-24T01:39:57.161951Z INFO freenet::node::op_state_manager: notify_node_event: queuing node event, event: ClientDisconnected (client: 7) | |
| at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\op_state_manager.rs:387 | |
| in freenet::client_events::process_client_request | |
| in freenet::node::p2p_impl::client_event_handling | |
| 2025-12-24T01:39:57.162287Z INFO freenet::node::network_bridge::p2p_protoc: handle_notification_msg: Received NodeEvent notification, event: ClientDisconnected (client: 7) | |
| 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: 4srMKJw9GuJfxpFim | |
| 2025-12-24T01:39:57.164882Z INFO freenet::node::op_state_manager: notify_node_event: queuing node event, event: ClientDisconnected (client: 9) | |
| at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\node\op_state_manager.rs:387 | |
| in freenet::client_events::process_client_request | |
| in freenet::node::p2p_impl::client_event_handling | |
| 2025-12-24T01:39:57.165305Z INFO freenet::node::network_bridge::p2p_protoc: handle_notification_msg: Received NodeEvent notification, event: ClientDisconnected (client: 9) | |
| 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: 4srMKJw9GuJfxpFim | |
| 2025-12-24T01:40:03.609719Z INFO freenet::node::request_router: Created new operation - starting network request, transaction: 01KD706RWSCMVV570SZTBWKN82, resource: Get { key: ContractInstanceId("GYUEM9mdEhGLLb6XwMRm2XoKFo69RAdQPct1PjSG2CjY"), return_contract_code: true, subscribe: false }, client: 10, request: req-9 | |
| 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:40:03.610181Z INFO freenet::client_events::session_actor: Registered transaction 01KD706RWSCMVV570SZTBWKN82 for client 10 (request req-9), 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:40:03.974459Z 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:40:03.984717Z INFO freenet::node::network_bridge::p2p_protoc: process_message called - processing network message, tx: 01KD706RWSCMVV570SZTBWKN82, tx_type: Get, msg_type: Message {Get::Request(id: 01KD706RWSCMVV570SZTBWKN82, instance_id: GYUEM9mdEhGLLb6XwMRm2XoKFo69RAdQPct1PjSG2CjY, htl: 9)}, source_addr: Some(5.9.111.215:31337), peer: Some(118.149.71.29:62525) | |
| 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: 4srMKJw9GuJfxpFim | |
| 2025-12-24T01:40:03.985091Z INFO freenet::operations::get: GET Request received, tx: 01KD706RWSCMVV570SZTBWKN82, instance_id: GYUEM9mdEhGLLb6XwMRm2XoKFo69RAdQPct1PjSG2CjY, peer_addr: CurJAAXnMTgciL6A@5.9.111.215:31337 (@ 0.923911415153386), fetch_contract: true, htl: 9, skip: {5.9.111.215:31337}, phase: "request" | |
| at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\operations\get.rs:694 | |
| in freenet::node::network_bridge::p2p_protoc::process_network_message with transaction: 01KD706RWSCMVV570SZTBWKN82, tx_type: get | |
| in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 4srMKJw9GuJfxpFim | |
| 2025-12-24T01:40:03.985504Z WARN freenet::operations::get: Contract not found while processing a get request, tx: 01KD706RWSCMVV570SZTBWKN82, instance_id: GYUEM9mdEhGLLb6XwMRm2XoKFo69RAdQPct1PjSG2CjY, peer_addr: 4srMKJw9GuJfxpFim@118.149.71.29:62525 (@ 0.14241606578628427), phase: "forward" | |
| at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\operations\get.rs:1554 | |
| in freenet::node::network_bridge::p2p_protoc::process_network_message with transaction: 01KD706RWSCMVV570SZTBWKN82, tx_type: get | |
| in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 4srMKJw9GuJfxpFim | |
| 2025-12-24T01:40:03.985855Z WARN freenet::operations::get: No other peers found while trying to get the contract, tx: 01KD706RWSCMVV570SZTBWKN82, instance_id: GYUEM9mdEhGLLb6XwMRm2XoKFo69RAdQPct1PjSG2CjY, peer_addr: 4srMKJw9GuJfxpFim@118.149.71.29:62525 (@ 0.14241606578628427), phase: "error" | |
| at C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\freenet-0.1.58\src\operations\get.rs:1586 | |
| in freenet::node::network_bridge::p2p_protoc::process_network_message with transaction: 01KD706RWSCMVV570SZTBWKN82, tx_type: get | |
| in freenet::node::network_bridge::p2p_protoc::network_event_listener with peer: 4srMKJw9GuJfxpFim | |
| PS C:\Temp> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment