Oct 26 22:27:19.748 INFO checking razielgn/ostrov against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 22:27:19.749 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 26 22:27:19.936 INFO blam! 3ebb541300cc1a4c414c157befd8c8dda0825f1d145d62486a1f591f76943ffb Oct 26 22:27:19.939 INFO running `"docker" "start" "-a" "3ebb541300cc1a4c414c157befd8c8dda0825f1d145d62486a1f591f76943ffb"` Oct 26 22:27:20.343 INFO kablam! usermod: no changes Oct 26 22:27:20.379 INFO kablam! Checking bytecount v0.3.1 Oct 26 22:27:20.380 INFO kablam! Checking nom v4.0.0 Oct 26 22:27:22.291 INFO kablam! Checking nom_locate v0.3.0 Oct 26 22:27:22.887 INFO kablam! Checking ostrov v0.0.1 (/source) Oct 26 22:27:25.916 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 26 22:27:25.916 INFO kablam! --> benches/benchmarks.rs:2:1 Oct 26 22:27:25.916 INFO kablam! | Oct 26 22:27:25.916 INFO kablam! 2 | extern crate test; Oct 26 22:27:25.916 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 26 22:27:25.931 INFO kablam! | Oct 26 22:27:25.931 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 26 22:27:25.931 INFO kablam! Oct 26 22:27:25.931 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 26 22:27:25.931 INFO kablam! --> benches/benchmarks.rs:6:5 Oct 26 22:27:25.931 INFO kablam! | Oct 26 22:27:25.931 INFO kablam! 6 | use test::Bencher; Oct 26 22:27:25.931 INFO kablam! | ^^^^^^^^^^^^^ Oct 26 22:27:25.931 INFO kablam! | Oct 26 22:27:25.931 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 26 22:27:25.931 INFO kablam! Oct 26 22:27:25.931 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 26 22:27:25.931 INFO kablam! --> benches/benchmarks.rs:37:30 Oct 26 22:27:25.931 INFO kablam! | Oct 26 22:27:25.931 INFO kablam! 37 | fn nested_evaluation(b: &mut Bencher) { Oct 26 22:27:25.931 INFO kablam! | ^^^^^^^ Oct 26 22:27:25.931 INFO kablam! | Oct 26 22:27:25.931 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 26 22:27:25.931 INFO kablam! Oct 26 22:27:25.931 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 26 22:27:25.931 INFO kablam! --> benches/benchmarks.rs:46:39 Oct 26 22:27:25.931 INFO kablam! | Oct 26 22:27:25.931 INFO kablam! 46 | fn nested_evaluation_bytecode(b: &mut Bencher) { Oct 26 22:27:25.931 INFO kablam! | ^^^^^^^ Oct 26 22:27:25.931 INFO kablam! | Oct 26 22:27:25.931 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 26 22:27:25.931 INFO kablam! Oct 26 22:27:25.931 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 26 22:27:25.931 INFO kablam! --> benches/benchmarks.rs:55:33 Oct 26 22:27:25.931 INFO kablam! | Oct 26 22:27:25.931 INFO kablam! 55 | fn procedure_evaluation(b: &mut Bencher) { Oct 26 22:27:25.931 INFO kablam! | ^^^^^^^ Oct 26 22:27:25.931 INFO kablam! | Oct 26 22:27:25.931 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 26 22:27:25.931 INFO kablam! Oct 26 22:27:25.983 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 26 22:27:25.991 INFO kablam! --> benches/benchmarks.rs:40:7 Oct 26 22:27:25.994 INFO kablam! | Oct 26 22:27:25.995 INFO kablam! 40 | b.iter(|| { Oct 26 22:27:25.995 INFO kablam! | ^^^^ Oct 26 22:27:25.995 INFO kablam! | Oct 26 22:27:25.995 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 26 22:27:25.995 INFO kablam! Oct 26 22:27:26.017 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 26 22:27:26.018 INFO kablam! --> benches/benchmarks.rs:49:7 Oct 26 22:27:26.018 INFO kablam! | Oct 26 22:27:26.018 INFO kablam! 49 | b.iter(|| { Oct 26 22:27:26.018 INFO kablam! | ^^^^ Oct 26 22:27:26.018 INFO kablam! | Oct 26 22:27:26.018 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 26 22:27:26.021 INFO kablam! Oct 26 22:27:26.021 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 26 22:27:26.021 INFO kablam! --> benches/benchmarks.rs:66:7 Oct 26 22:27:26.021 INFO kablam! | Oct 26 22:27:26.021 INFO kablam! 66 | b.iter(|| { Oct 26 22:27:26.021 INFO kablam! | ^^^^ Oct 26 22:27:26.021 INFO kablam! | Oct 26 22:27:26.027 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 26 22:27:26.027 INFO kablam! Oct 26 22:27:26.028 INFO kablam! error: aborting due to 8 previous errors Oct 26 22:27:26.028 INFO kablam! Oct 26 22:27:26.028 INFO kablam! For more information about this error, try `rustc --explain E0658`. Oct 26 22:27:26.036 INFO kablam! error: Could not compile `ostrov`. Oct 26 22:27:26.036 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 26 22:27:26.172 INFO kablam! warning: function `length_BadArity` should have a snake case name such as `length_bad_arity` Oct 26 22:27:26.172 INFO kablam! --> tests/eval_list_procedures.rs:19:1 Oct 26 22:27:26.172 INFO kablam! | Oct 26 22:27:26.172 INFO kablam! 19 | / fn length_BadArity() { Oct 26 22:27:26.172 INFO kablam! 20 | | assert_eval_err("(length '() '())", BadArity(Some("length".into()))); Oct 26 22:27:26.172 INFO kablam! 21 | | } Oct 26 22:27:26.172 INFO kablam! | |_^ Oct 26 22:27:26.172 INFO kablam! | Oct 26 22:27:26.172 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 26 22:27:26.172 INFO kablam! Oct 26 22:27:26.832 INFO kablam! error: build failed Oct 26 22:27:26.834 INFO kablam! su: No module specific data is present Oct 26 22:27:27.545 INFO running `"docker" "rm" "-f" "3ebb541300cc1a4c414c157befd8c8dda0825f1d145d62486a1f591f76943ffb"` Oct 26 22:27:27.730 INFO blam! 3ebb541300cc1a4c414c157befd8c8dda0825f1d145d62486a1f591f76943ffb