Oct 21 14:33:31.680 INFO checking razielgn/ostrov against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 14:33:31.682 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192/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 21 14:33:32.056 INFO blam! a00898c67e61946ab0ed5b1810a8c931bfb3f4bbf92c45d54d887bdb9357d3f1 Oct 21 14:33:32.068 INFO running `"docker" "start" "-a" "a00898c67e61946ab0ed5b1810a8c931bfb3f4bbf92c45d54d887bdb9357d3f1"` Oct 21 14:33:32.659 INFO kablam! usermod: no changes Oct 21 14:33:32.724 INFO kablam! Checking bytecount v0.3.1 Oct 21 14:33:32.736 INFO kablam! Checking nom v4.0.0 Oct 21 14:33:34.614 INFO kablam! Checking nom_locate v0.3.0 Oct 21 14:33:35.087 INFO kablam! Checking ostrov v0.0.1 (/source) Oct 21 14:33:37.988 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 21 14:33:37.988 INFO kablam! --> benches/benchmarks.rs:2:1 Oct 21 14:33:37.988 INFO kablam! | Oct 21 14:33:37.988 INFO kablam! 2 | extern crate test; Oct 21 14:33:37.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 21 14:33:38.000 INFO kablam! | Oct 21 14:33:38.000 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 21 14:33:38.000 INFO kablam! Oct 21 14:33:38.000 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 21 14:33:38.000 INFO kablam! --> benches/benchmarks.rs:6:5 Oct 21 14:33:38.000 INFO kablam! | Oct 21 14:33:38.000 INFO kablam! 6 | use test::Bencher; Oct 21 14:33:38.000 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 14:33:38.000 INFO kablam! | Oct 21 14:33:38.000 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 21 14:33:38.000 INFO kablam! Oct 21 14:33:38.000 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 21 14:33:38.001 INFO kablam! --> benches/benchmarks.rs:37:30 Oct 21 14:33:38.001 INFO kablam! | Oct 21 14:33:38.001 INFO kablam! 37 | fn nested_evaluation(b: &mut Bencher) { Oct 21 14:33:38.001 INFO kablam! | ^^^^^^^ Oct 21 14:33:38.001 INFO kablam! | Oct 21 14:33:38.001 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 21 14:33:38.001 INFO kablam! Oct 21 14:33:38.001 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 21 14:33:38.001 INFO kablam! --> benches/benchmarks.rs:46:39 Oct 21 14:33:38.001 INFO kablam! | Oct 21 14:33:38.001 INFO kablam! 46 | fn nested_evaluation_bytecode(b: &mut Bencher) { Oct 21 14:33:38.001 INFO kablam! | ^^^^^^^ Oct 21 14:33:38.001 INFO kablam! | Oct 21 14:33:38.001 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 21 14:33:38.001 INFO kablam! Oct 21 14:33:38.001 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 21 14:33:38.001 INFO kablam! --> benches/benchmarks.rs:55:33 Oct 21 14:33:38.001 INFO kablam! | Oct 21 14:33:38.001 INFO kablam! 55 | fn procedure_evaluation(b: &mut Bencher) { Oct 21 14:33:38.001 INFO kablam! | ^^^^^^^ Oct 21 14:33:38.001 INFO kablam! | Oct 21 14:33:38.001 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 21 14:33:38.001 INFO kablam! Oct 21 14:33:38.040 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 21 14:33:38.040 INFO kablam! --> benches/benchmarks.rs:40:7 Oct 21 14:33:38.040 INFO kablam! | Oct 21 14:33:38.040 INFO kablam! 40 | b.iter(|| { Oct 21 14:33:38.040 INFO kablam! | ^^^^ Oct 21 14:33:38.048 INFO kablam! | Oct 21 14:33:38.048 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 21 14:33:38.048 INFO kablam! Oct 21 14:33:38.088 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 21 14:33:38.088 INFO kablam! --> benches/benchmarks.rs:49:7 Oct 21 14:33:38.088 INFO kablam! | Oct 21 14:33:38.088 INFO kablam! 49 | b.iter(|| { Oct 21 14:33:38.088 INFO kablam! | ^^^^ Oct 21 14:33:38.100 INFO kablam! | Oct 21 14:33:38.100 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 21 14:33:38.100 INFO kablam! Oct 21 14:33:38.100 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 21 14:33:38.100 INFO kablam! --> benches/benchmarks.rs:66:7 Oct 21 14:33:38.100 INFO kablam! | Oct 21 14:33:38.100 INFO kablam! 66 | b.iter(|| { Oct 21 14:33:38.100 INFO kablam! | ^^^^ Oct 21 14:33:38.100 INFO kablam! | Oct 21 14:33:38.100 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 21 14:33:38.100 INFO kablam! Oct 21 14:33:38.124 INFO kablam! error: aborting due to 8 previous errors Oct 21 14:33:38.124 INFO kablam! Oct 21 14:33:38.124 INFO kablam! For more information about this error, try `rustc --explain E0658`. Oct 21 14:33:38.152 INFO kablam! error: Could not compile `ostrov`. Oct 21 14:33:38.152 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 21 14:33:38.356 INFO kablam! warning: function `length_BadArity` should have a snake case name such as `length_bad_arity` Oct 21 14:33:38.356 INFO kablam! --> tests/eval_list_procedures.rs:19:1 Oct 21 14:33:38.356 INFO kablam! | Oct 21 14:33:38.356 INFO kablam! 19 | / fn length_BadArity() { Oct 21 14:33:38.356 INFO kablam! 20 | | assert_eval_err("(length '() '())", BadArity(Some("length".into()))); Oct 21 14:33:38.356 INFO kablam! 21 | | } Oct 21 14:33:38.356 INFO kablam! | |_^ Oct 21 14:33:38.356 INFO kablam! | Oct 21 14:33:38.356 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 14:33:38.356 INFO kablam! Oct 21 14:33:38.444 INFO kablam! error: build failed Oct 21 14:33:38.446 INFO kablam! su: No module specific data is present Oct 21 14:33:39.318 INFO running `"docker" "rm" "-f" "a00898c67e61946ab0ed5b1810a8c931bfb3f4bbf92c45d54d887bdb9357d3f1"` Oct 21 14:33:39.589 INFO blam! a00898c67e61946ab0ed5b1810a8c931bfb3f4bbf92c45d54d887bdb9357d3f1