[INFO] fetching crate bubbles-rs 0.2.0... [INFO] checking bubbles-rs-0.2.0 against master#53ac4f8e2fc15e49ef3a04f98622a9b9db755fd4 for pr-110322-1 [INFO] extracting crate bubbles-rs 0.2.0 into /workspace/builds/worker-1-tc1/source [INFO] validating manifest of crates.io crate bubbles-rs 0.2.0 on toolchain 53ac4f8e2fc15e49ef3a04f98622a9b9db755fd4 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+53ac4f8e2fc15e49ef3a04f98622a9b9db755fd4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate bubbles-rs 0.2.0 [INFO] finished tweaking crates.io crate bubbles-rs 0.2.0 [INFO] tweaked toml for crates.io crate bubbles-rs 0.2.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] crate crates.io crate bubbles-rs 0.2.0 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" "+53ac4f8e2fc15e49ef3a04f98622a9b9db755fd4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: only one of `license` or `license-file` is necessary [INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression. [INFO] [stderr] `license-file` should be used if the package uses a non-standard license. [INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information. [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded fast-srgb8 v1.0.0 [INFO] [stderr] Downloaded proc-macro2 v1.0.46 [INFO] [stderr] Downloaded syn v1.0.102 [INFO] [stderr] Downloaded libc v0.2.135 [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:97d61d7686bf65f8ecb15491ab51835e82dc9176a96a831f143a431b191fc501" "/opt/rustwide/cargo-home/bin/cargo" "+53ac4f8e2fc15e49ef3a04f98622a9b9db755fd4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d59375038ffebef090c224a74b323fb8d1bc14ab27fae06493558e52ca38c6d4 [INFO] running `Command { std: "docker" "start" "-a" "d59375038ffebef090c224a74b323fb8d1bc14ab27fae06493558e52ca38c6d4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d59375038ffebef090c224a74b323fb8d1bc14ab27fae06493558e52ca38c6d4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d59375038ffebef090c224a74b323fb8d1bc14ab27fae06493558e52ca38c6d4", kill_on_drop: false }` [INFO] [stdout] d59375038ffebef090c224a74b323fb8d1bc14ab27fae06493558e52ca38c6d4 [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:97d61d7686bf65f8ecb15491ab51835e82dc9176a96a831f143a431b191fc501" "/opt/rustwide/cargo-home/bin/cargo" "+53ac4f8e2fc15e49ef3a04f98622a9b9db755fd4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 976d515ef717487d67d63331b7805c721f03e790774994f4502884e0810a5fea [INFO] running `Command { std: "docker" "start" "-a" "976d515ef717487d67d63331b7805c721f03e790774994f4502884e0810a5fea", kill_on_drop: false }` [INFO] [stderr] warning: only one of `license` or `license-file` is necessary [INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression. [INFO] [stderr] `license-file` should be used if the package uses a non-standard license. [INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information. [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling libc v0.2.135 [INFO] [stderr] Compiling proc-macro2 v1.0.46 [INFO] [stderr] Compiling unicode-ident v1.0.5 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling syn v1.0.102 [INFO] [stderr] Compiling serde v1.0.145 [INFO] [stderr] Compiling siphasher v0.3.10 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling signal-hook v0.3.14 [INFO] [stderr] Compiling phf_shared v0.11.1 [INFO] [stderr] Compiling parking_lot_core v0.9.3 [INFO] [stderr] Compiling phf_generator v0.11.1 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling lock_api v0.4.9 [INFO] [stderr] Checking smallvec v1.10.0 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling palette v0.6.1 [INFO] [stderr] Checking fast-srgb8 v1.0.0 [INFO] [stderr] Checking signal-hook-registry v1.4.0 [INFO] [stderr] Checking mio v0.8.4 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Checking signal-hook-mio v0.2.3 [INFO] [stderr] Checking crossterm v0.25.0 [INFO] [stderr] Checking approx v0.5.1 [INFO] [stderr] Compiling toml v0.5.9 [INFO] [stderr] Compiling find-crate v0.6.3 [INFO] [stderr] Compiling phf_macros v0.11.1 [INFO] [stderr] Compiling palette_derive v0.6.1 [INFO] [stderr] Checking phf v0.11.1 [INFO] [stderr] Checking bubbles-rs v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 25.16s [INFO] running `Command { std: "docker" "inspect" "976d515ef717487d67d63331b7805c721f03e790774994f4502884e0810a5fea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "976d515ef717487d67d63331b7805c721f03e790774994f4502884e0810a5fea", kill_on_drop: false }` [INFO] [stdout] 976d515ef717487d67d63331b7805c721f03e790774994f4502884e0810a5fea