Sendmsg error: Os { code: 99, kind: AddrNotAvailable, message: "Cannot assign requested address" }

Issue Report

Environment

  • Operating System: Ubuntu 20.04
  • Pulsar/Advanced CLI/Docker: Docker

Problem

After updating the farmer to jan-24 build a message shown might be releavent to a problem or not I want to report it anyway I can not find any report regarding to this.

subspace-node-1    | 2024-01-25T05:31:26.566622Z Accepting new connection 5/100 
subspace-node-1    | 2024-01-25T05:31:28.003629Z [Consensus] 💤 Idle (40 peers), best: #1249908 (0xb688…fa63), finalized #1200580 (0x5508…221a), ⬇ 45.8kiB/s ⬆ 67.9kiB/s     
subspace-node-1    | 2024-01-25T05:31:29.544225Z [Consensus] ✨ Imported #1249909 (0xf0f0…ea54)     
subspace-node-1    | 2024-01-25T05:31:33.003928Z [Consensus] 💤 Idle (40 peers), best: #1249909 (0xf0f0…ea54), finalized #1200580 (0x5508…221a), ⬇ 75.9kiB/s ⬆ 166.9kiB/s     
subspace-node-1    | 2024-01-25T05:31:33.622774Z [Consensus] ✨ Imported #1249910 (0xd81a…3df0)     
subspace-node-1    | 2024-01-25T05:31:34.845026Z [Consensus] ✨ Imported #1249910 (0x3f12…c841)     
subspace-node-1    | 2024-01-25T05:31:37.112052Z [Consensus] ✨ Imported #1249911 (0x0339…2860)     
subspace-node-1    | 2024-01-25T05:31:37.994690Z sendmsg error: Os { code: 99, kind: AddrNotAvailable, message: "Cannot assign requested address" }, Transmit: { destination: [2600:6c67:877f:5e00:4976:3c5f:1de7:3f35]:30433, src_ip: None, enc: Some(Ect0), len: 1200, segment_size: None } 
subspace-node-1    | 2024-01-25T05:31:38.004170Z [Consensus] 💤 Idle (40 peers), best: #1249911 (0x0339…2860), finalized #1200580 (0x5508…221a), ⬇ 66.1kiB/s ⬆ 171.9kiB/s     
subspace-node-1    | 2024-01-25T05:31:38.084405Z [Consensus] ✨ Imported #1249912 (0x9bee…62d8)     
subspace-node-1    | 2024-01-25T05:31:38.425441Z [Consensus] ✨ Imported #1249911 (0x18f1…9f99)     
subspace-node-1    | 2024-01-25T05:31:38.750291Z [Consensus] ✨ Imported #1249912 (0x8b29…e1a9)     
subspace-node-1    | 2024-01-25T05:31:43.004811Z [Consensus] 💤 Idle (40 peers), best: #1249912 (0x9bee…62d8), finalized #1200580 (0x5508…221a), ⬇ 46.2kiB/s ⬆ 100.7kiB/s     
subspace-node-1    | 2024-01-25T05:31:48.005172Z [Consensus] 💤 Idle (40 peers), best: #1249912 (0x9bee…62d8), finalized #1200580 (0x5508…221a), ⬇ 62.2kiB/s ⬆ 111.4kiB/s     
subspace-node-1    | 2024-01-25T05:31:48.293676Z [Consensus] ✨ Imported #1249913 (0x7f73…10c2)     

With latest release of Space Acres I have enabled IPv6, which results in QUIC warnings like you mentioned for anyone who doesn’t have IPv6 networking.

This is expected and safe to ignore for now, it should not have been logged at all: sendmsg error is too loud for a library code · Issue #1750 · quinn-rs/quinn · GitHub

1 Like