[INFO] cloning repository https://github.com/kim-company/quichex
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kim-company/quichex" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkim-company%2Fquichex", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkim-company%2Fquichex'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4d3d06df70f13f013f018f66af8ad405e0dee812
[INFO] checking kim-company/quichex against try#bac5816c5f3d02cebd0599070af62d1782530294 for pr-150408
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkim-company%2Fquichex" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/kim-company/quichex
[INFO] finished tweaking git repo https://github.com/kim-company/quichex
[INFO] tweaked toml for git repo https://github.com/kim-company/quichex written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kim-company/quichex on toolchain bac5816c5f3d02cebd0599070af62d1782530294
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bac5816c5f3d02cebd0599070af62d1782530294" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kim-company/quichex 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" "+bac5816c5f3d02cebd0599070af62d1782530294" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+bac5816c5f3d02cebd0599070af62d1782530294" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 940e3a9c1204612e4ade68e98e2bf2baefefd62e222770b58465238b74f35f22
[INFO] running `Command { std: "docker" "start" "-a" "940e3a9c1204612e4ade68e98e2bf2baefefd62e222770b58465238b74f35f22", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "940e3a9c1204612e4ade68e98e2bf2baefefd62e222770b58465238b74f35f22", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "940e3a9c1204612e4ade68e98e2bf2baefefd62e222770b58465238b74f35f22", kill_on_drop: false }`
[INFO] [stdout] 940e3a9c1204612e4ade68e98e2bf2baefefd62e222770b58465238b74f35f22
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+bac5816c5f3d02cebd0599070af62d1782530294" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 55ce760649d608f1e46ae4ef8192d781ec738be6dafdea02c45ea9b58fee6df7
[INFO] running `Command { std: "docker" "start" "-a" "55ce760649d608f1e46ae4ef8192d781ec738be6dafdea02c45ea9b58fee6df7", kill_on_drop: false }`
[INFO] [stderr]    Compiling find-msvc-tools v0.1.5
[INFO] [stderr]    Compiling regex-lite v0.1.8
[INFO] [stderr]    Compiling inventory v0.3.21
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking libloading v0.8.9
[INFO] [stderr]     Checking octets v0.3.3
[INFO] [stderr]     Checking debug_panic v0.2.1
[INFO] [stderr]    Compiling syn v2.0.110
[INFO] [stderr]     Checking intrusive-collections v0.9.7
[INFO] [stderr]    Compiling cc v1.2.47
[INFO] [stderr]    Compiling rustler v0.37.0
[INFO] [stderr]    Compiling cmake v0.1.54
[INFO] [stderr]    Compiling quiche v0.24.6
[INFO] [stderr]    Compiling rustler_codegen v0.37.0
[INFO] [stderr]    Compiling enum_dispatch v0.3.13
[INFO] [stderr]     Checking quichex_nif v0.1.0 (/opt/rustwide/workdir/native/quichex_nif)
[INFO] [stdout] warning: field `stream_recv_buffer_size` is never read
[INFO] [stdout]   --> native/quichex_nif/src/resources.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct ConnectionResource {
[INFO] [stdout]    |            ------------------ field in this struct
[INFO] [stdout] 11 |     pub inner: Arc<Mutex<quiche::Connection>>,
[INFO] [stdout] 12 |     pub stream_recv_buffer_size: usize,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `stream_recv_buffer_size` is never read
[INFO] [stdout]   --> native/quichex_nif/src/resources.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct ConnectionResource {
[INFO] [stdout]    |            ------------------ field in this struct
[INFO] [stdout] 11 |     pub inner: Arc<Mutex<quiche::Connection>>,
[INFO] [stdout] 12 |     pub stream_recv_buffer_size: usize,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.38s
[INFO] running `Command { std: "docker" "inspect" "55ce760649d608f1e46ae4ef8192d781ec738be6dafdea02c45ea9b58fee6df7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "55ce760649d608f1e46ae4ef8192d781ec738be6dafdea02c45ea9b58fee6df7", kill_on_drop: false }`
[INFO] [stdout] 55ce760649d608f1e46ae4ef8192d781ec738be6dafdea02c45ea9b58fee6df7
