Dec 18 04:50:58.460 INFO checking WojciechKarpiel/bloatkill against master#96d1334e567237b1507cd277938e7ae2de75ff51 for pr-54252 Dec 18 04:50:58.460 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-54252/worker-1/master#96d1334e567237b1507cd277938e7ae2de75ff51:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-54252/sources/master#96d1334e567237b1507cd277938e7ae2de75ff51/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" "+96d1334e567237b1507cd277938e7ae2de75ff51-alt" "check" "--frozen" "--all" "--all-targets"` Dec 18 04:50:58.686 INFO [stdout] c69f181a379c6fefa579208bdb6c4aee186fbc01edbc010abfea2a1d456df2b1 Dec 18 04:50:58.690 INFO running `"docker" "start" "-a" "c69f181a379c6fefa579208bdb6c4aee186fbc01edbc010abfea2a1d456df2b1"` Dec 18 04:50:59.354 INFO [stderr] Checking bloatkill v0.1.0 (/opt/crater/workdir) Dec 18 04:50:59.484 INFO [stderr] warning: unnecessary parentheses around `if` condition Dec 18 04:50:59.484 INFO [stderr] --> src/main.rs:41:24 Dec 18 04:50:59.484 INFO [stderr] | Dec 18 04:50:59.484 INFO [stderr] 41 | if (a > memory_consumption_threshold_bytes) { Dec 18 04:50:59.484 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Dec 18 04:50:59.484 INFO [stderr] | Dec 18 04:50:59.484 INFO [stderr] = note: #[warn(unused_parens)] on by default Dec 18 04:50:59.484 INFO [stderr] Dec 18 04:50:59.485 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.485 INFO [stderr] --> src/main.rs:2:1 Dec 18 04:50:59.485 INFO [stderr] | Dec 18 04:50:59.486 INFO [stderr] 2 | extern crate libc; Dec 18 04:50:59.486 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Dec 18 04:50:59.486 INFO [stderr] | Dec 18 04:50:59.486 INFO [stderr] = help: add #![feature(rustc_private)] to the crate attributes to enable Dec 18 04:50:59.486 INFO [stderr] Dec 18 04:50:59.486 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.486 INFO [stderr] --> src/main.rs:8:12 Dec 18 04:50:59.486 INFO [stderr] | Dec 18 04:50:59.486 INFO [stderr] 8 | use libc::{kill, SIGTERM}; //todo może SIGKILL xD Dec 18 04:50:59.486 INFO [stderr] | ^^^^ Dec 18 04:50:59.486 INFO [stderr] | Dec 18 04:50:59.486 INFO [stderr] = help: add #![feature(rustc_private)] to the crate attributes to enable Dec 18 04:50:59.486 INFO [stderr] Dec 18 04:50:59.486 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.486 INFO [stderr] --> src/main.rs:8:18 Dec 18 04:50:59.486 INFO [stderr] | Dec 18 04:50:59.486 INFO [stderr] 8 | use libc::{kill, SIGTERM}; //todo może SIGKILL xD Dec 18 04:50:59.486 INFO [stderr] | ^^^^^^^ Dec 18 04:50:59.486 INFO [stderr] | Dec 18 04:50:59.486 INFO [stderr] = help: add #![feature(rustc_private)] to the crate attributes to enable Dec 18 04:50:59.486 INFO [stderr] Dec 18 04:50:59.486 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.486 INFO [stderr] --> src/main.rs:44:29 Dec 18 04:50:59.486 INFO [stderr] | Dec 18 04:50:59.486 INFO [stderr] 44 | kill(pid, SIGTERM); Dec 18 04:50:59.486 INFO [stderr] | ^^^^ Dec 18 04:50:59.486 INFO [stderr] | Dec 18 04:50:59.486 INFO [stderr] = help: add #![feature(rustc_private)] to the crate attributes to enable Dec 18 04:50:59.486 INFO [stderr] Dec 18 04:50:59.486 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.486 INFO [stderr] --> src/main.rs:44:39 Dec 18 04:50:59.486 INFO [stderr] | Dec 18 04:50:59.486 INFO [stderr] 44 | kill(pid, SIGTERM); Dec 18 04:50:59.486 INFO [stderr] | ^^^^^^^ Dec 18 04:50:59.486 INFO [stderr] | Dec 18 04:50:59.486 INFO [stderr] = help: add #![feature(rustc_private)] to the crate attributes to enable Dec 18 04:50:59.486 INFO [stderr] Dec 18 04:50:59.502 INFO [stderr] warning: unnecessary parentheses around `if` condition Dec 18 04:50:59.502 INFO [stderr] --> src/main.rs:41:24 Dec 18 04:50:59.502 INFO [stderr] | Dec 18 04:50:59.502 INFO [stderr] 41 | if (a > memory_consumption_threshold_bytes) { Dec 18 04:50:59.502 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Dec 18 04:50:59.502 INFO [stderr] | Dec 18 04:50:59.502 INFO [stderr] = note: #[warn(unused_parens)] on by default Dec 18 04:50:59.503 INFO [stderr] Dec 18 04:50:59.504 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.504 INFO [stderr] --> src/main.rs:2:1 Dec 18 04:50:59.504 INFO [stderr] | Dec 18 04:50:59.504 INFO [stderr] 2 | extern crate libc; Dec 18 04:50:59.504 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Dec 18 04:50:59.504 INFO [stderr] | Dec 18 04:50:59.504 INFO [stderr] = help: add #![feature(rustc_private)] to the crate attributes to enable Dec 18 04:50:59.504 INFO [stderr] Dec 18 04:50:59.504 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.504 INFO [stderr] --> src/main.rs:8:12 Dec 18 04:50:59.504 INFO [stderr] | Dec 18 04:50:59.504 INFO [stderr] 8 | use libc::{kill, SIGTERM}; //todo może SIGKILL xD Dec 18 04:50:59.504 INFO [stderr] | ^^^^ Dec 18 04:50:59.504 INFO [stderr] | Dec 18 04:50:59.504 INFO [stderr] = help: add #![feature(rustc_private)] to the crate attributes to enable Dec 18 04:50:59.504 INFO [stderr] Dec 18 04:50:59.504 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.504 INFO [stderr] --> src/main.rs:8:18 Dec 18 04:50:59.504 INFO [stderr] | Dec 18 04:50:59.504 INFO [stderr] 8 | use libc::{kill, SIGTERM}; //todo może SIGKILL xD Dec 18 04:50:59.504 INFO [stderr] | ^^^^^^^ Dec 18 04:50:59.504 INFO [stderr] | Dec 18 04:50:59.504 INFO [stderr] = help: add #![feature(rustc_private)] to the crate attributes to enable Dec 18 04:50:59.504 INFO [stderr] Dec 18 04:50:59.504 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.504 INFO [stderr] --> src/main.rs:44:29 Dec 18 04:50:59.504 INFO [stderr] | Dec 18 04:50:59.504 INFO [stderr] 44 | kill(pid, SIGTERM); Dec 18 04:50:59.505 INFO [stderr] | ^^^^ Dec 18 04:50:59.505 INFO [stderr] | Dec 18 04:50:59.505 INFO [stderr] = help: add #![feature(rustc_private)] to the crate attributes to enable Dec 18 04:50:59.505 INFO [stderr] Dec 18 04:50:59.505 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.505 INFO [stderr] --> src/main.rs:44:39 Dec 18 04:50:59.505 INFO [stderr] | Dec 18 04:50:59.505 INFO [stderr] 44 | kill(pid, SIGTERM); Dec 18 04:50:59.505 INFO [stderr] | ^^^^^^^ Dec 18 04:50:59.505 INFO [stderr] | Dec 18 04:50:59.505 INFO [stderr] = help: add #![feature(rustc_private)] to the crate attributes to enable Dec 18 04:50:59.505 INFO [stderr] Dec 18 04:50:59.517 INFO [stderr] error: aborting due to 5 previous errors Dec 18 04:50:59.517 INFO [stderr] Dec 18 04:50:59.517 INFO [stderr] For more information about this error, try `rustc --explain E0658`. Dec 18 04:50:59.525 INFO [stderr] error: Could not compile `bloatkill`. Dec 18 04:50:59.525 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 18 04:50:59.533 INFO [stderr] error: aborting due to 5 previous errors Dec 18 04:50:59.533 INFO [stderr] Dec 18 04:50:59.533 INFO [stderr] For more information about this error, try `rustc --explain E0658`. Dec 18 04:50:59.539 INFO [stderr] error: Could not compile `bloatkill`. Dec 18 04:50:59.539 INFO [stderr] Dec 18 04:50:59.539 INFO [stderr] To learn more, run the command again with --verbose. Dec 18 04:50:59.777 INFO running `"docker" "inspect" "c69f181a379c6fefa579208bdb6c4aee186fbc01edbc010abfea2a1d456df2b1"` Dec 18 04:50:59.845 INFO running `"docker" "rm" "-f" "c69f181a379c6fefa579208bdb6c4aee186fbc01edbc010abfea2a1d456df2b1"` Dec 18 04:50:59.917 INFO [stdout] c69f181a379c6fefa579208bdb6c4aee186fbc01edbc010abfea2a1d456df2b1