You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This seems to be an instance of rust-lang/rust#54540 which apparently has gotten worse due to rust-lang/rust#75443 (which has been on nightly since 2020-08-14 and is now also a part of 1.46.0-beta.5. There seems to be an interaction with tracing, described in tokio-rs/tracing#616.
let results = future::join_all(peers.into_iter().map(|peer| asyncmove{let span = info_span!("peer", name = peer.name.as_str());let result = run(&peer, keylog).instrument(span).await;(peer, result)}));
Maybe info_span! is expanding to something wildly complex? Can't otherwise see how this would have anything to do with tracing (or indeed be an issue at all).
This seems to be an instance of rust-lang/rust#54540 which apparently has gotten worse due to rust-lang/rust#75443 (which has been on nightly since 2020-08-14 and is now also a part of 1.46.0-beta.5. There seems to be an interaction with tracing, described in tokio-rs/tracing#616.
First noticed in CI, for example https://github.com/djc/quinn/pull/837/checks?check_run_id=1017422950.
The text was updated successfully, but these errors were encountered: