[INFO] cloning repository https://github.com/daxpedda/quinn-repro
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/daxpedda/quinn-repro" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdaxpedda%2Fquinn-repro", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdaxpedda%2Fquinn-repro'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9d409a53ccff5181837a8324f17ac00ac279691c
[INFO] checking daxpedda/quinn-repro/9d409a53ccff5181837a8324f17ac00ac279691c against master#c9af9c1dc85a55e309345030ff9cb7ea247953fa for pr-151146
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdaxpedda%2Fquinn-repro" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/daxpedda/quinn-repro
[INFO] finished tweaking git repo https://github.com/daxpedda/quinn-repro
[INFO] tweaked toml for git repo https://github.com/daxpedda/quinn-repro written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/daxpedda/quinn-repro on toolchain c9af9c1dc85a55e309345030ff9cb7ea247953fa
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c9af9c1dc85a55e309345030ff9cb7ea247953fa" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/daxpedda/quinn-repro 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" "+c9af9c1dc85a55e309345030ff9cb7ea247953fa" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rcgen v0.8.9
[INFO] [stderr]   Downloaded anyhow v1.0.39
[INFO] [stderr]   Downloaded quinn v0.7.1
[INFO] [stderr]   Downloaded yasna v0.3.2
[INFO] [stderr]   Downloaded tracing-appender v0.1.2
[INFO] [stderr]   Downloaded quinn-proto v0.7.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+c9af9c1dc85a55e309345030ff9cb7ea247953fa" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3775c1163535e8ece556d5a7926b4882d7cee23aebebe6a2b6d9b84fcba672f9
[INFO] running `Command { std: "docker" "start" "-a" "3775c1163535e8ece556d5a7926b4882d7cee23aebebe6a2b6d9b84fcba672f9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3775c1163535e8ece556d5a7926b4882d7cee23aebebe6a2b6d9b84fcba672f9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3775c1163535e8ece556d5a7926b4882d7cee23aebebe6a2b6d9b84fcba672f9", kill_on_drop: false }`
[INFO] [stdout] 3775c1163535e8ece556d5a7926b4882d7cee23aebebe6a2b6d9b84fcba672f9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+c9af9c1dc85a55e309345030ff9cb7ea247953fa" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2145e348b8e3a3e4d76ecb1cfaa8e086de28435298a97a565d0d5e01e48ddf05
[INFO] running `Command { std: "docker" "start" "-a" "2145e348b8e3a3e4d76ecb1cfaa8e086de28435298a97a565d0d5e01e48ddf05", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.91
[INFO] [stderr]    Compiling syn v1.0.64
[INFO] [stderr]     Checking once_cell v1.7.2
[INFO] [stderr]    Compiling cc v1.0.67
[INFO] [stderr]    Compiling proc-macro-hack v0.5.19
[INFO] [stderr]    Compiling getrandom v0.2.2
[INFO] [stderr]     Checking pin-project-lite v0.2.6
[INFO] [stderr]    Compiling memchr v2.3.4
[INFO] [stderr]     Checking tracing-core v0.1.17
[INFO] [stderr]    Compiling proc-macro-nested v0.1.7
[INFO] [stderr]     Checking futures-core v0.3.13
[INFO] [stderr]     Checking futures-sink v0.3.13
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]    Compiling crossbeam-utils v0.8.3
[INFO] [stderr]     Checking smallvec v1.6.1
[INFO] [stderr]     Checking futures-io v0.3.13
[INFO] [stderr]     Checking futures-task v0.3.13
[INFO] [stderr]     Checking futures-channel v0.3.13
[INFO] [stderr]    Compiling tokio v1.4.0
[INFO] [stderr]     Checking regex-syntax v0.6.23
[INFO] [stderr]     Checking thread_local v1.1.3
[INFO] [stderr]     Checking tinyvec v1.1.1
[INFO] [stderr]     Checking sharded-slab v0.1.1
[INFO] [stderr]     Checking bytes v1.0.1
[INFO] [stderr]     Checking tracing-log v0.1.2
[INFO] [stderr]    Compiling anyhow v1.0.39
[INFO] [stderr]     Checking time v0.1.43
[INFO] [stderr]     Checking parking_lot_core v0.8.3
[INFO] [stderr]     Checking num_cpus v1.13.0
[INFO] [stderr]     Checking mio v0.7.11
[INFO] [stderr]     Checking socket2 v0.3.19
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]     Checking chrono v0.4.19
[INFO] [stderr]     Checking crossbeam-channel v0.5.0
[INFO] [stderr]     Checking rand_core v0.6.2
[INFO] [stderr]     Checking parking_lot v0.11.1
[INFO] [stderr]     Checking rand_chacha v0.3.0
[INFO] [stderr]     Checking regex v1.4.5
[INFO] [stderr]     Checking rand v0.8.3
[INFO] [stderr]     Checking yasna v0.3.2
[INFO] [stderr]     Checking tracing-subscriber v0.2.17
[INFO] [stderr]     Checking pem v0.8.3
[INFO] [stderr]     Checking tracing-appender v0.1.2
[INFO] [stderr]     Checking sct v0.6.0
[INFO] [stderr]     Checking webpki v0.21.4
[INFO] [stderr]     Checking rcgen v0.8.9
[INFO] [stderr]     Checking rustls v0.19.0
[INFO] [stderr]    Compiling futures-macro v0.3.13
[INFO] [stderr]    Compiling thiserror-impl v1.0.24
[INFO] [stderr]    Compiling tracing-attributes v0.1.15
[INFO] [stderr]    Compiling tokio-macros v1.1.0
[INFO] [stderr]     Checking futures-util v0.3.13
[INFO] [stderr]     Checking tracing v0.1.25
[INFO] [stderr]     Checking thiserror v1.0.24
[INFO] [stderr]     Checking quinn-proto v0.7.1
[INFO] [stderr]     Checking futures-executor v0.3.13
[INFO] [stderr]     Checking futures v0.3.13
[INFO] [stderr]     Checking quinn v0.7.1
[INFO] [stderr]     Checking quinn-repro v0.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `endpoint`
[INFO] [stdout]   --> src/main.rs:42:22
[INFO] [stdout]    |
[INFO] [stdout] 42 |                 let (endpoint, mut incoming) = server.bind(&"[::1]:5000".parse()?)?;
[INFO] [stdout]    |                      ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_endpoint`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `endpoint`
[INFO] [stdout]   --> src/main.rs:42:22
[INFO] [stdout]    |
[INFO] [stdout] 42 |                 let (endpoint, mut incoming) = server.bind(&"[::1]:5000".parse()?)?;
[INFO] [stdout]    |                      ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_endpoint`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.65s
[INFO] running `Command { std: "docker" "inspect" "2145e348b8e3a3e4d76ecb1cfaa8e086de28435298a97a565d0d5e01e48ddf05", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2145e348b8e3a3e4d76ecb1cfaa8e086de28435298a97a565d0d5e01e48ddf05", kill_on_drop: false }`
[INFO] [stdout] 2145e348b8e3a3e4d76ecb1cfaa8e086de28435298a97a565d0d5e01e48ddf05
