Dec 19 21:18:32.578 INFO checking WojciechKarpiel/bloatkill against try#e70472fc501b855c9080f3772432c10fe20b8866 for pr-56955 Dec 19 21:18:32.578 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56955/worker-4/try#e70472fc501b855c9080f3772432c10fe20b8866:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-56955/sources/try#e70472fc501b855c9080f3772432c10fe20b8866/gh/WojciechKarpiel/bloatkill:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e70472fc501b855c9080f3772432c10fe20b8866-alt" "check" "--frozen" "--all" "--all-targets"` Dec 19 21:18:32.814 INFO [stdout] 084fb71e898b5b7fb96a4b3dddf787acfa567846b9c6504a7465d941c665e2ce Dec 19 21:18:32.816 INFO running `"docker" "start" "-a" "084fb71e898b5b7fb96a4b3dddf787acfa567846b9c6504a7465d941c665e2ce"` Dec 19 21:18:33.430 INFO [stderr] Checking bloatkill v0.1.0 (/opt/crater/workdir) Dec 19 21:18:33.659 INFO [stderr] warning: unnecessary parentheses around `if` condition Dec 19 21:18:33.659 INFO [stderr] --> src/main.rs:41:24 Dec 19 21:18:33.659 INFO [stderr] | Dec 19 21:18:33.659 INFO [stderr] 41 | if (a > memory_consumption_threshold_bytes) { Dec 19 21:18:33.659 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Dec 19 21:18:33.659 INFO [stderr] | Dec 19 21:18:33.659 INFO [stderr] = note: #[warn(unused_parens)] on by default Dec 19 21:18:33.659 INFO [stderr] Dec 19 21:18:33.659 INFO [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? (see issue #27812) Dec 19 21:18:33.659 INFO [stderr] --> src/main.rs:2:1 Dec 19 21:18:33.659 INFO [stderr] | Dec 19 21:18:33.659 INFO [stderr] 2 | extern crate libc; Dec 19 21:18:33.659 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Dec 19 21:18:33.659 INFO [stderr] | Dec 19 21:18:33.659 INFO [stderr] = help: add #![feature(rustc_private)] to the crate attributes to enable Dec 19 21:18:33.659 INFO [stderr] Dec 19 21:18:33.659 INFO [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? (see issue #27812) Dec 19 21:18:33.659 INFO [stderr] --> src/main.rs:8:12 Dec 19 21:18:33.659 INFO [stderr] | Dec 19 21:18:33.659 INFO [stderr] 8 | use libc::{kill, SIGTERM}; //todo może SIGKILL xD Dec 19 21:18:33.659 INFO [stderr] | ^^^^ Dec 19 21:18:33.659 INFO [stderr] | Dec 19 21:18:33.659 INFO [stderr] = help: add #![feature(rustc_private)] to the crate attributes to enable Dec 19 21:18:33.659 INFO [stderr] Dec 19 21:18:33.659 INFO [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? (see issue #27812) Dec 19 21:18:33.659 INFO [stderr] --> src/main.rs:8:18 Dec 19 21:18:33.659 INFO [stderr] | Dec 19 21:18:33.659 INFO [stderr] 8 | use libc::{kill, SIGTERM}; //todo może SIGKILL xD Dec 19 21:18:33.659 INFO [stderr] | ^^^^^^^ Dec 19 21:18:33.659 INFO [stderr] | Dec 19 21:18:33.659 INFO [stderr] = help: add #![feature(rustc_private)] to the crate attributes to enable Dec 19 21:18:33.659 INFO [stderr] Dec 19 21:18:33.659 INFO [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? (see issue #27812) Dec 19 21:18:33.659 INFO [stderr] --> src/main.rs:44:29 Dec 19 21:18:33.659 INFO [stderr] | Dec 19 21:18:33.659 INFO [stderr] 44 | kill(pid, SIGTERM); Dec 19 21:18:33.659 INFO [stderr] | ^^^^ Dec 19 21:18:33.659 INFO [stderr] | Dec 19 21:18:33.659 INFO [stderr] = help: add #![feature(rustc_private)] to the crate attributes to enable Dec 19 21:18:33.659 INFO [stderr] Dec 19 21:18:33.659 INFO [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? (see issue #27812) Dec 19 21:18:33.659 INFO [stderr] --> src/main.rs:44:39 Dec 19 21:18:33.659 INFO [stderr] | Dec 19 21:18:33.659 INFO [stderr] 44 | kill(pid, SIGTERM); Dec 19 21:18:33.659 INFO [stderr] | ^^^^^^^ Dec 19 21:18:33.659 INFO [stderr] | Dec 19 21:18:33.659 INFO [stderr] = help: add #![feature(rustc_private)] to the crate attributes to enable Dec 19 21:18:33.659 INFO [stderr] Dec 19 21:18:33.692 INFO [stderr] error: aborting due to 5 previous errors Dec 19 21:18:33.692 INFO [stderr] Dec 19 21:18:33.692 INFO [stderr] For more information about this error, try `rustc --explain E0658`. Dec 19 21:18:33.699 INFO [stderr] error: Could not compile `bloatkill`. Dec 19 21:18:33.699 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 19 21:18:33.702 INFO [stderr] warning: unnecessary parentheses around `if` condition Dec 19 21:18:33.702 INFO [stderr] --> src/main.rs:41:24 Dec 19 21:18:33.702 INFO [stderr] | Dec 19 21:18:33.702 INFO [stderr] 41 | if (a > memory_consumption_threshold_bytes) { Dec 19 21:18:33.702 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Dec 19 21:18:33.702 INFO [stderr] | Dec 19 21:18:33.702 INFO [stderr] = note: #[warn(unused_parens)] on by default Dec 19 21:18:33.702 INFO [stderr] Dec 19 21:18:33.703 INFO [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? (see issue #27812) Dec 19 21:18:33.703 INFO [stderr] --> src/main.rs:2:1 Dec 19 21:18:33.703 INFO [stderr] | Dec 19 21:18:33.703 INFO [stderr] 2 | extern crate libc; Dec 19 21:18:33.703 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Dec 19 21:18:33.703 INFO [stderr] | Dec 19 21:18:33.703 INFO [stderr] = help: add #![feature(rustc_private)] to the crate attributes to enable Dec 19 21:18:33.703 INFO [stderr] Dec 19 21:18:33.703 INFO [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? (see issue #27812) Dec 19 21:18:33.703 INFO [stderr] --> src/main.rs:8:12 Dec 19 21:18:33.703 INFO [stderr] | Dec 19 21:18:33.703 INFO [stderr] 8 | use libc::{kill, SIGTERM}; //todo może SIGKILL xD Dec 19 21:18:33.703 INFO [stderr] | ^^^^ Dec 19 21:18:33.703 INFO [stderr] | Dec 19 21:18:33.703 INFO [stderr] = help: add #![feature(rustc_private)] to the crate attributes to enable Dec 19 21:18:33.703 INFO [stderr] Dec 19 21:18:33.703 INFO [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? (see issue #27812) Dec 19 21:18:33.703 INFO [stderr] --> src/main.rs:8:18 Dec 19 21:18:33.703 INFO [stderr] | Dec 19 21:18:33.703 INFO [stderr] 8 | use libc::{kill, SIGTERM}; //todo może SIGKILL xD Dec 19 21:18:33.703 INFO [stderr] | ^^^^^^^ Dec 19 21:18:33.703 INFO [stderr] | Dec 19 21:18:33.703 INFO [stderr] = help: add #![feature(rustc_private)] to the crate attributes to enable Dec 19 21:18:33.703 INFO [stderr] Dec 19 21:18:33.708 INFO [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? (see issue #27812) Dec 19 21:18:33.708 INFO [stderr] --> src/main.rs:44:29 Dec 19 21:18:33.708 INFO [stderr] | Dec 19 21:18:33.708 INFO [stderr] 44 | kill(pid, SIGTERM); Dec 19 21:18:33.708 INFO [stderr] | ^^^^ Dec 19 21:18:33.708 INFO [stderr] | Dec 19 21:18:33.708 INFO [stderr] = help: add #![feature(rustc_private)] to the crate attributes to enable Dec 19 21:18:33.708 INFO [stderr] Dec 19 21:18:33.708 INFO [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? (see issue #27812) Dec 19 21:18:33.708 INFO [stderr] --> src/main.rs:44:39 Dec 19 21:18:33.708 INFO [stderr] | Dec 19 21:18:33.708 INFO [stderr] 44 | kill(pid, SIGTERM); Dec 19 21:18:33.708 INFO [stderr] | ^^^^^^^ Dec 19 21:18:33.708 INFO [stderr] | Dec 19 21:18:33.708 INFO [stderr] = help: add #![feature(rustc_private)] to the crate attributes to enable Dec 19 21:18:33.708 INFO [stderr] Dec 19 21:18:33.736 INFO [stderr] error: aborting due to 5 previous errors Dec 19 21:18:33.736 INFO [stderr] Dec 19 21:18:33.736 INFO [stderr] For more information about this error, try `rustc --explain E0658`. Dec 19 21:18:33.756 INFO [stderr] error: Could not compile `bloatkill`. Dec 19 21:18:33.757 INFO [stderr] Dec 19 21:18:33.757 INFO [stderr] To learn more, run the command again with --verbose. Dec 19 21:18:33.974 INFO running `"docker" "inspect" "084fb71e898b5b7fb96a4b3dddf787acfa567846b9c6504a7465d941c665e2ce"` Dec 19 21:18:34.108 INFO running `"docker" "rm" "-f" "084fb71e898b5b7fb96a4b3dddf787acfa567846b9c6504a7465d941c665e2ce"` Dec 19 21:18:34.192 INFO [stdout] 084fb71e898b5b7fb96a4b3dddf787acfa567846b9c6504a7465d941c665e2ce