Dec 18 04:50:57.674 INFO checking WojciechKarpiel/bloatkill against try#0b8c5828f68d7b2840b81fa51239346dc97fef5a for pr-54252 Dec 18 04:50:57.675 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-54252/worker-5/try#0b8c5828f68d7b2840b81fa51239346dc97fef5a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-54252/sources/try#0b8c5828f68d7b2840b81fa51239346dc97fef5a/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" "+0b8c5828f68d7b2840b81fa51239346dc97fef5a-alt" "check" "--frozen" "--all" "--all-targets"` Dec 18 04:50:58.005 INFO [stdout] 5675a2303fb900e6921b36b5bc62236decaf86dc6ece8c7aa20e7efa747333f8 Dec 18 04:50:58.007 INFO running `"docker" "start" "-a" "5675a2303fb900e6921b36b5bc62236decaf86dc6ece8c7aa20e7efa747333f8"` Dec 18 04:50:58.910 INFO [stderr] Checking bloatkill v0.1.0 (/opt/crater/workdir) Dec 18 04:50:59.072 INFO [stderr] warning: unnecessary parentheses around `if` condition Dec 18 04:50:59.072 INFO [stderr] --> src/main.rs:41:24 Dec 18 04:50:59.072 INFO [stderr] | Dec 18 04:50:59.072 INFO [stderr] 41 | if (a > memory_consumption_threshold_bytes) { Dec 18 04:50:59.072 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Dec 18 04:50:59.072 INFO [stderr] | Dec 18 04:50:59.072 INFO [stderr] = note: #[warn(unused_parens)] on by default Dec 18 04:50:59.072 INFO [stderr] Dec 18 04:50:59.072 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 18 04:50:59.072 INFO [stderr] --> src/main.rs:2:1 Dec 18 04:50:59.072 INFO [stderr] | Dec 18 04:50:59.072 INFO [stderr] 2 | extern crate libc; Dec 18 04:50:59.072 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Dec 18 04:50:59.074 INFO [stderr] | Dec 18 04:50:59.074 INFO [stderr] = help: add #![feature(rustc_private)] to the crate attributes to enable Dec 18 04:50:59.074 INFO [stderr] Dec 18 04:50:59.074 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 18 04:50:59.074 INFO [stderr] --> src/main.rs:8:12 Dec 18 04:50:59.074 INFO [stderr] | Dec 18 04:50:59.074 INFO [stderr] 8 | use libc::{kill, SIGTERM}; //todo może SIGKILL xD Dec 18 04:50:59.074 INFO [stderr] | ^^^^ Dec 18 04:50:59.074 INFO [stderr] | Dec 18 04:50:59.074 INFO [stderr] = help: add #![feature(rustc_private)] to the crate attributes to enable Dec 18 04:50:59.074 INFO [stderr] Dec 18 04:50:59.075 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 18 04:50:59.075 INFO [stderr] --> src/main.rs:8:18 Dec 18 04:50:59.075 INFO [stderr] | Dec 18 04:50:59.075 INFO [stderr] 8 | use libc::{kill, SIGTERM}; //todo może SIGKILL xD Dec 18 04:50:59.075 INFO [stderr] | ^^^^^^^ Dec 18 04:50:59.075 INFO [stderr] | Dec 18 04:50:59.075 INFO [stderr] = help: add #![feature(rustc_private)] to the crate attributes to enable Dec 18 04:50:59.075 INFO [stderr] Dec 18 04:50:59.075 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 18 04:50:59.075 INFO [stderr] --> src/main.rs:44:29 Dec 18 04:50:59.075 INFO [stderr] | Dec 18 04:50:59.075 INFO [stderr] 44 | kill(pid, SIGTERM); Dec 18 04:50:59.075 INFO [stderr] | ^^^^ Dec 18 04:50:59.075 INFO [stderr] | Dec 18 04:50:59.075 INFO [stderr] = help: add #![feature(rustc_private)] to the crate attributes to enable Dec 18 04:50:59.075 INFO [stderr] Dec 18 04:50:59.075 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 18 04:50:59.075 INFO [stderr] --> src/main.rs:44:39 Dec 18 04:50:59.075 INFO [stderr] | Dec 18 04:50:59.075 INFO [stderr] 44 | kill(pid, SIGTERM); Dec 18 04:50:59.075 INFO [stderr] | ^^^^^^^ Dec 18 04:50:59.075 INFO [stderr] | Dec 18 04:50:59.075 INFO [stderr] = help: add #![feature(rustc_private)] to the crate attributes to enable Dec 18 04:50:59.075 INFO [stderr] Dec 18 04:50:59.097 INFO [stderr] error: aborting due to 5 previous errors Dec 18 04:50:59.097 INFO [stderr] Dec 18 04:50:59.097 INFO [stderr] For more information about this error, try `rustc --explain E0658`. Dec 18 04:50:59.102 INFO [stderr] error: Could not compile `bloatkill`. Dec 18 04:50:59.102 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 18 04:50:59.125 INFO [stderr] warning: unnecessary parentheses around `if` condition Dec 18 04:50:59.125 INFO [stderr] --> src/main.rs:41:24 Dec 18 04:50:59.125 INFO [stderr] | Dec 18 04:50:59.125 INFO [stderr] 41 | if (a > memory_consumption_threshold_bytes) { Dec 18 04:50:59.125 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Dec 18 04:50:59.125 INFO [stderr] | Dec 18 04:50:59.125 INFO [stderr] = note: #[warn(unused_parens)] on by default Dec 18 04:50:59.125 INFO [stderr] Dec 18 04:50:59.126 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 18 04:50:59.126 INFO [stderr] --> src/main.rs:2:1 Dec 18 04:50:59.126 INFO [stderr] | Dec 18 04:50:59.126 INFO [stderr] 2 | extern crate libc; Dec 18 04:50:59.126 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Dec 18 04:50:59.126 INFO [stderr] | Dec 18 04:50:59.126 INFO [stderr] = help: add #![feature(rustc_private)] to the crate attributes to enable Dec 18 04:50:59.126 INFO [stderr] Dec 18 04:50:59.127 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 18 04:50:59.127 INFO [stderr] --> src/main.rs:8:12 Dec 18 04:50:59.127 INFO [stderr] | Dec 18 04:50:59.127 INFO [stderr] 8 | use libc::{kill, SIGTERM}; //todo może SIGKILL xD Dec 18 04:50:59.127 INFO [stderr] | ^^^^ Dec 18 04:50:59.127 INFO [stderr] | Dec 18 04:50:59.127 INFO [stderr] = help: add #![feature(rustc_private)] to the crate attributes to enable Dec 18 04:50:59.127 INFO [stderr] Dec 18 04:50:59.127 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 18 04:50:59.127 INFO [stderr] --> src/main.rs:8:18 Dec 18 04:50:59.127 INFO [stderr] | Dec 18 04:50:59.127 INFO [stderr] 8 | use libc::{kill, SIGTERM}; //todo może SIGKILL xD Dec 18 04:50:59.127 INFO [stderr] | ^^^^^^^ Dec 18 04:50:59.127 INFO [stderr] | Dec 18 04:50:59.127 INFO [stderr] = help: add #![feature(rustc_private)] to the crate attributes to enable Dec 18 04:50:59.127 INFO [stderr] Dec 18 04:50:59.127 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 18 04:50:59.127 INFO [stderr] --> src/main.rs:44:29 Dec 18 04:50:59.127 INFO [stderr] | Dec 18 04:50:59.127 INFO [stderr] 44 | kill(pid, SIGTERM); Dec 18 04:50:59.127 INFO [stderr] | ^^^^ Dec 18 04:50:59.127 INFO [stderr] | Dec 18 04:50:59.127 INFO [stderr] = help: add #![feature(rustc_private)] to the crate attributes to enable Dec 18 04:50:59.127 INFO [stderr] Dec 18 04:50:59.127 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 18 04:50:59.127 INFO [stderr] --> src/main.rs:44:39 Dec 18 04:50:59.127 INFO [stderr] | Dec 18 04:50:59.127 INFO [stderr] 44 | kill(pid, SIGTERM); Dec 18 04:50:59.127 INFO [stderr] | ^^^^^^^ Dec 18 04:50:59.127 INFO [stderr] | Dec 18 04:50:59.127 INFO [stderr] = help: add #![feature(rustc_private)] to the crate attributes to enable Dec 18 04:50:59.127 INFO [stderr] Dec 18 04:50:59.161 INFO [stderr] error: aborting due to 5 previous errors Dec 18 04:50:59.161 INFO [stderr] Dec 18 04:50:59.161 INFO [stderr] For more information about this error, try `rustc --explain E0658`. Dec 18 04:50:59.168 INFO [stderr] error: Could not compile `bloatkill`. Dec 18 04:50:59.168 INFO [stderr] Dec 18 04:50:59.168 INFO [stderr] To learn more, run the command again with --verbose. Dec 18 04:50:59.402 INFO running `"docker" "inspect" "5675a2303fb900e6921b36b5bc62236decaf86dc6ece8c7aa20e7efa747333f8"` Dec 18 04:50:59.494 INFO running `"docker" "rm" "-f" "5675a2303fb900e6921b36b5bc62236decaf86dc6ece8c7aa20e7efa747333f8"` Dec 18 04:50:59.551 INFO [stdout] 5675a2303fb900e6921b36b5bc62236decaf86dc6ece8c7aa20e7efa747333f8