[INFO] fetching crate kessler 0.1.2... [INFO] checking kessler-0.1.2 against try#377afada703be70d3fdff9164a481570a3cba7fe for pr-113240 [INFO] extracting crate kessler 0.1.2 into /workspace/builds/worker-6-tc2/source [INFO] validating manifest of crates.io crate kessler 0.1.2 on toolchain 377afada703be70d3fdff9164a481570a3cba7fe [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+377afada703be70d3fdff9164a481570a3cba7fe" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate kessler 0.1.2 [INFO] finished tweaking crates.io crate kessler 0.1.2 [INFO] tweaked toml for crates.io crate kessler 0.1.2 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+377afada703be70d3fdff9164a481570a3cba7fe" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+377afada703be70d3fdff9164a481570a3cba7fe" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:a420fdec406141845121210faa381f8029b0be6d4170deff7c4445a424f67918" "/opt/rustwide/cargo-home/bin/cargo" "+377afada703be70d3fdff9164a481570a3cba7fe" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f48e22d35bec3f0d40ece43365be8bd1f5082018a5d43a98a626892266472c91 [INFO] running `Command { std: "docker" "start" "-a" "f48e22d35bec3f0d40ece43365be8bd1f5082018a5d43a98a626892266472c91", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f48e22d35bec3f0d40ece43365be8bd1f5082018a5d43a98a626892266472c91", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f48e22d35bec3f0d40ece43365be8bd1f5082018a5d43a98a626892266472c91", kill_on_drop: false }` [INFO] [stdout] f48e22d35bec3f0d40ece43365be8bd1f5082018a5d43a98a626892266472c91 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:a420fdec406141845121210faa381f8029b0be6d4170deff7c4445a424f67918" "/opt/rustwide/cargo-home/bin/cargo" "+377afada703be70d3fdff9164a481570a3cba7fe" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1ff726d66f8eb1d8a133345832140cf81ed78bfa81043968c4794ce3900e5c37 [INFO] running `Command { std: "docker" "start" "-a" "1ff726d66f8eb1d8a133345832140cf81ed78bfa81043968c4794ce3900e5c37", kill_on_drop: false }` [INFO] [stderr] Compiling libm v0.2.7 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.16 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling libc v0.2.147 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling memoffset v0.9.0 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling base64 v0.21.2 [INFO] [stderr] Compiling openssl-sys v0.9.90 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling percent-encoding v2.3.0 [INFO] [stderr] Compiling serde v1.0.164 [INFO] [stderr] Compiling thiserror-impl v1.0.40 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling openssl v0.10.55 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling unicode-bidi v0.3.13 [INFO] [stderr] Compiling native-tls v0.2.11 [INFO] [stderr] Compiling miniz_oxide v0.7.1 [INFO] [stderr] Compiling form_urlencoded v1.2.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.15 [INFO] [stderr] Compiling log v0.4.19 [INFO] [stderr] Compiling anyhow v1.0.71 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling rustls-pemfile v1.0.3 [INFO] [stderr] Compiling rustls-native-certs v0.6.3 [INFO] [stderr] Checking rawpointer v0.2.1 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling rayon-core v1.11.0 [INFO] [stderr] Compiling matrixmultiply v0.3.7 [INFO] [stderr] Compiling walkdir v2.3.3 [INFO] [stderr] Checking lapack-sys v0.12.1 [INFO] [stderr] Checking either v1.8.1 [INFO] [stderr] Compiling xattr v0.2.3 [INFO] [stderr] Compiling filetime v0.2.21 [INFO] [stderr] Compiling dirs-sys v0.3.7 [INFO] [stderr] Compiling ndarray v0.14.0 [INFO] [stderr] Checking matrixmultiply v0.2.4 [INFO] [stderr] Checking crossbeam-channel v0.5.8 [INFO] [stderr] Compiling tar v0.4.38 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling flate2 v1.0.26 [INFO] [stderr] Compiling dirs v3.0.2 [INFO] [stderr] Checking cblas-sys v0.1.4 [INFO] [stderr] Checking crossbeam-deque v0.8.3 [INFO] [stderr] Compiling idna v0.4.0 [INFO] [stderr] Checking rayon v1.7.0 [INFO] [stderr] Compiling url v2.4.0 [INFO] [stderr] Checking num-complex v0.3.1 [INFO] [stderr] Checking approx v0.4.0 [INFO] [stderr] Checking rand_distr v0.4.3 [INFO] [stderr] Compiling thiserror v1.0.40 [INFO] [stderr] Checking num-complex v0.4.3 [INFO] [stderr] Checking lapack v0.18.0 [INFO] [stderr] Checking cauchy v0.4.0 [INFO] [stderr] Checking ndarray v0.15.6 [INFO] [stderr] Checking ndarray-rand v0.13.0 [INFO] [stderr] Checking lax v0.2.0 [INFO] [stderr] Compiling ureq v2.7.1 [INFO] [stderr] Compiling openblas-build v0.10.8 [INFO] [stderr] Compiling openblas-src v0.10.8 [INFO] [stderr] Checking blas-src v0.8.0 [INFO] [stderr] Checking ndarray-linalg v0.14.1 [INFO] [stderr] Checking kessler v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.21s [INFO] running `Command { std: "docker" "inspect" "1ff726d66f8eb1d8a133345832140cf81ed78bfa81043968c4794ce3900e5c37", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1ff726d66f8eb1d8a133345832140cf81ed78bfa81043968c4794ce3900e5c37", kill_on_drop: false }` [INFO] [stdout] 1ff726d66f8eb1d8a133345832140cf81ed78bfa81043968c4794ce3900e5c37