[INFO] cloning repository https://github.com/ventos/connection-example-using-quinn-fork
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ventos/connection-example-using-quinn-fork" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fventos%2Fconnection-example-using-quinn-fork", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fventos%2Fconnection-example-using-quinn-fork'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e3f9bb56a4edda79105723d0dac9d57c0c5db3e0
[INFO] checking ventos/connection-example-using-quinn-fork against try#db4e1d23234d93b5e96ecc768b35d9090c32cddf for pr-149901
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fventos%2Fconnection-example-using-quinn-fork" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ventos/connection-example-using-quinn-fork
[INFO] finished tweaking git repo https://github.com/ventos/connection-example-using-quinn-fork
[INFO] tweaked toml for git repo https://github.com/ventos/connection-example-using-quinn-fork written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ventos/connection-example-using-quinn-fork on toolchain db4e1d23234d93b5e96ecc768b35d9090c32cddf
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db4e1d23234d93b5e96ecc768b35d9090c32cddf" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ventos/connection-example-using-quinn-fork already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db4e1d23234d93b5e96ecc768b35d9090c32cddf" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating git repository `https://github.com/ventos/quinn.git`
[INFO] [stderr]     Updating git repository `https://github.com/nickrum/socket2.git`
[INFO] [stderr]     Updating git repository `https://github.com/rustls/rustls-platform-verifier.git`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rcgen v0.13.1
[INFO] [stderr]   Downloaded rustls v0.23.16
[INFO] [stderr]   Downloaded webpki-roots v0.26.6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db4e1d23234d93b5e96ecc768b35d9090c32cddf" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a0b12d5f8e84c831c47677d622877cacefc47d387e730fd2da0461dea0211e41
[INFO] running `Command { std: "docker" "start" "-a" "a0b12d5f8e84c831c47677d622877cacefc47d387e730fd2da0461dea0211e41", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a0b12d5f8e84c831c47677d622877cacefc47d387e730fd2da0461dea0211e41", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a0b12d5f8e84c831c47677d622877cacefc47d387e730fd2da0461dea0211e41", kill_on_drop: false }`
[INFO] [stdout] a0b12d5f8e84c831c47677d622877cacefc47d387e730fd2da0461dea0211e41
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db4e1d23234d93b5e96ecc768b35d9090c32cddf" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f9af8fb9d4f8e56a870952072ebbd668df23acc70a3de8c304c99a1a11737c4b
[INFO] running `Command { std: "docker" "start" "-a" "f9af8fb9d4f8e56a870952072ebbd668df23acc70a3de8c304c99a1a11737c4b", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.89
[INFO] [stderr]    Compiling libc v0.2.161
[INFO] [stderr]    Compiling unicode-ident v1.0.13
[INFO] [stderr]     Checking rustls-pki-types v1.10.0
[INFO] [stderr]     Checking once_cell v1.20.2
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]    Compiling rustls v0.23.16
[INFO] [stderr]    Compiling thiserror v1.0.65
[INFO] [stderr]    Compiling cc v1.1.31
[INFO] [stderr]     Checking zeroize v1.8.1
[INFO] [stderr]     Checking bytes v1.8.0
[INFO] [stderr]    Compiling quinn-udp v0.5.6 (https://github.com/ventos/quinn.git#20d12421)
[INFO] [stderr]     Checking deranged v0.3.11
[INFO] [stderr]     Checking tinyvec v1.8.0
[INFO] [stderr]     Checking rustc-hash v2.0.0
[INFO] [stderr]     Checking base64 v0.22.1
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]     Checking pem v3.0.4
[INFO] [stderr]     Checking rustls-pemfile v2.2.0
[INFO] [stderr]     Checking rustls-native-certs v0.7.3
[INFO] [stderr]     Checking time v0.3.36
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking socket2 v0.5.7 (https://github.com/nickrum/socket2.git?rev=07b150c8930622f75f43ae7ba2af6872adea61cb#07b150c8)
[INFO] [stderr]    Compiling syn v2.0.85
[INFO] [stderr]     Checking yasna v0.5.2
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling thiserror-impl v1.0.65
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]     Checking tokio v1.41.0
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking rustls-webpki v0.102.8
[INFO] [stderr]     Checking rcgen v0.13.1
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking rustls-platform-verifier v0.3.4 (https://github.com/rustls/rustls-platform-verifier.git?rev=4c758e18653377b8abe5871fadfac9452b3c543d#4c758e18)
[INFO] [stderr]     Checking quinn-proto v0.11.8 (https://github.com/ventos/quinn.git#20d12421)
[INFO] [stderr]     Checking quinn v0.11.5 (https://github.com/ventos/quinn.git#20d12421)
[INFO] [stdout] error[E0432]: unresolved import `tokio::io::Interest`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/quinn-b805273ef14c2286/20d1242/quinn/src/runtime/tokio.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     io::Interest,
[INFO] [stdout]    |     ^^^^^^^^^^^^ no `Interest` in `io`
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider importing this struct instead:
[INFO] [stdout]            tracing::subscriber::Interest
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `UdpSocket` in `net`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/quinn-b805273ef14c2286/20d1242/quinn/src/runtime/tokio.rs:33:29
[INFO] [stdout]    |
[INFO] [stdout] 33 |             io: tokio::net::UdpSocket::from_std(sock)?,
[INFO] [stdout]    |                             ^^^^^^^^^ could not find `UdpSocket` in `net`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::net::UdpSocket;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `UdpSocket`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 33 -             io: tokio::net::UdpSocket::from_std(sock)?,
[INFO] [stdout] 33 +             io: UdpSocket::from_std(sock)?,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `UdpSocket` in module `tokio::net`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/quinn-b805273ef14c2286/20d1242/quinn/src/runtime/tokio.rs:53:21
[INFO] [stdout]    |
[INFO] [stdout] 53 |     io: tokio::net::UdpSocket,
[INFO] [stdout]    |                     ^^^^^^^^^ not found in `tokio::net`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::net::UdpSocket;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `UdpSocket`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 53 -     io: tokio::net::UdpSocket,
[INFO] [stdout] 53 +     io: UdpSocket,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `quinn` (lib) due to 3 previous errors
[INFO] running `Command { std: "docker" "inspect" "f9af8fb9d4f8e56a870952072ebbd668df23acc70a3de8c304c99a1a11737c4b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f9af8fb9d4f8e56a870952072ebbd668df23acc70a3de8c304c99a1a11737c4b", kill_on_drop: false }`
[INFO] [stdout] f9af8fb9d4f8e56a870952072ebbd668df23acc70a3de8c304c99a1a11737c4b
