[INFO] fetching crate stderr-logging 0.0.1... [INFO] checking stderr-logging-0.0.1 against try#55b3f428b4fac6790b1e8492e0b91ff2d80aec7c for pr-77035 [INFO] extracting crate stderr-logging 0.0.1 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate stderr-logging 0.0.1 on toolchain 55b3f428b4fac6790b1e8492e0b91ff2d80aec7c [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+55b3f428b4fac6790b1e8492e0b91ff2d80aec7c" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate stderr-logging 0.0.1 [INFO] finished tweaking crates.io crate stderr-logging 0.0.1 [INFO] tweaked toml for crates.io crate stderr-logging 0.0.1 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+55b3f428b4fac6790b1e8492e0b91ff2d80aec7c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+55b3f428b4fac6790b1e8492e0b91ff2d80aec7c" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rust-extra v0.0.13 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+55b3f428b4fac6790b1e8492e0b91ff2d80aec7c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 76e69cc08ae2261cfc4d31ae078613cf8b2362d74d8eb6a2bc70c9462158da5d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "76e69cc08ae2261cfc4d31ae078613cf8b2362d74d8eb6a2bc70c9462158da5d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "76e69cc08ae2261cfc4d31ae078613cf8b2362d74d8eb6a2bc70c9462158da5d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "76e69cc08ae2261cfc4d31ae078613cf8b2362d74d8eb6a2bc70c9462158da5d", kill_on_drop: false }` [INFO] [stdout] 76e69cc08ae2261cfc4d31ae078613cf8b2362d74d8eb6a2bc70c9462158da5d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+55b3f428b4fac6790b1e8492e0b91ff2d80aec7c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5e2c13418f210c63dc87f184a46d0004aa81c52bf0d6c898d9c67f61247b3476 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "5e2c13418f210c63dc87f184a46d0004aa81c52bf0d6c898d9c67f61247b3476", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.81 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking ansi_term v0.9.0 [INFO] [stderr] Checking lazy_static v0.2.11 [INFO] [stderr] Checking log v0.4.11 [INFO] [stderr] Checking log v0.3.9 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking rust-extra v0.0.13 [INFO] [stderr] Checking stderr-logging v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/supportsAnAnsiTerminal.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / lazy_static! [INFO] [stdout] 6 | | { [INFO] [stdout] 7 | | #[derive(Debug)] [INFO] [stdout] 8 | | pub static ref StandardOutSupportsAnAnsiTerminal: bool = [INFO] [stdout] ... | [INFO] [stdout] 17 | | }; [INFO] [stdout] 18 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/supportsAnAnsiTerminal.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / lazy_static! [INFO] [stdout] 6 | | { [INFO] [stdout] 7 | | #[derive(Debug)] [INFO] [stdout] 8 | | pub static ref StandardOutSupportsAnAnsiTerminal: bool = [INFO] [stdout] ... | [INFO] [stdout] 17 | | }; [INFO] [stdout] 18 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/supportsAnAnsiTerminal.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / lazy_static! [INFO] [stdout] 6 | | { [INFO] [stdout] 7 | | #[derive(Debug)] [INFO] [stdout] 8 | | pub static ref StandardOutSupportsAnAnsiTerminal: bool = [INFO] [stdout] ... | [INFO] [stdout] 17 | | }; [INFO] [stdout] 18 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/supportsAnAnsiTerminal.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / lazy_static! [INFO] [stdout] 6 | | { [INFO] [stdout] 7 | | #[derive(Debug)] [INFO] [stdout] 8 | | pub static ref StandardOutSupportsAnAnsiTerminal: bool = [INFO] [stdout] ... | [INFO] [stdout] 17 | | }; [INFO] [stdout] 18 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.72s [INFO] running `Command { std: "docker" "inspect" "5e2c13418f210c63dc87f184a46d0004aa81c52bf0d6c898d9c67f61247b3476", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5e2c13418f210c63dc87f184a46d0004aa81c52bf0d6c898d9c67f61247b3476", kill_on_drop: false }` [INFO] [stdout] 5e2c13418f210c63dc87f184a46d0004aa81c52bf0d6c898d9c67f61247b3476