Oct 31 22:43:10.544 INFO checking razielgn/ostrov against master#05812fa8c588473f03e3fa7cf59cd84f4f37c715 for pr-55538 Oct 31 22:43:10.545 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-6/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-55538/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/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 +05812fa8c588473f03e3fa7cf59cd84f4f37c715-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 31 22:43:10.756 INFO blam! da054abdb3cebadfe784615bfe6bfd6f24c36d1311df455c6a9ca311ee6d2780 Oct 31 22:43:10.758 INFO running `"docker" "start" "-a" "da054abdb3cebadfe784615bfe6bfd6f24c36d1311df455c6a9ca311ee6d2780"` Oct 31 22:43:11.202 INFO kablam! usermod: no changes Oct 31 22:43:11.243 INFO kablam! Checking memchr v2.0.1 Oct 31 22:43:11.553 INFO kablam! Checking nom v4.0.0 Oct 31 22:43:13.642 INFO kablam! Checking nom_locate v0.3.0 Oct 31 22:43:14.245 INFO kablam! Checking ostrov v0.0.1 (/source) Oct 31 22:43:16.906 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 31 22:43:16.906 INFO kablam! --> benches/benchmarks.rs:2:1 Oct 31 22:43:16.906 INFO kablam! | Oct 31 22:43:16.906 INFO kablam! 2 | extern crate test; Oct 31 22:43:16.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 31 22:43:16.924 INFO kablam! | Oct 31 22:43:16.924 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 31 22:43:16.924 INFO kablam! Oct 31 22:43:16.924 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 31 22:43:16.924 INFO kablam! --> benches/benchmarks.rs:6:5 Oct 31 22:43:16.924 INFO kablam! | Oct 31 22:43:16.924 INFO kablam! 6 | use test::Bencher; Oct 31 22:43:16.924 INFO kablam! | ^^^^^^^^^^^^^ Oct 31 22:43:16.924 INFO kablam! | Oct 31 22:43:16.924 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 31 22:43:16.924 INFO kablam! Oct 31 22:43:16.924 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 31 22:43:16.924 INFO kablam! --> benches/benchmarks.rs:37:30 Oct 31 22:43:16.924 INFO kablam! | Oct 31 22:43:16.924 INFO kablam! 37 | fn nested_evaluation(b: &mut Bencher) { Oct 31 22:43:16.924 INFO kablam! | ^^^^^^^ Oct 31 22:43:16.924 INFO kablam! | Oct 31 22:43:16.924 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 31 22:43:16.924 INFO kablam! Oct 31 22:43:16.924 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 31 22:43:16.924 INFO kablam! --> benches/benchmarks.rs:46:39 Oct 31 22:43:16.924 INFO kablam! | Oct 31 22:43:16.924 INFO kablam! 46 | fn nested_evaluation_bytecode(b: &mut Bencher) { Oct 31 22:43:16.924 INFO kablam! | ^^^^^^^ Oct 31 22:43:16.924 INFO kablam! | Oct 31 22:43:16.924 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 31 22:43:16.924 INFO kablam! Oct 31 22:43:16.924 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 31 22:43:16.924 INFO kablam! --> benches/benchmarks.rs:55:33 Oct 31 22:43:16.924 INFO kablam! | Oct 31 22:43:16.924 INFO kablam! 55 | fn procedure_evaluation(b: &mut Bencher) { Oct 31 22:43:16.929 INFO kablam! | ^^^^^^^ Oct 31 22:43:16.929 INFO kablam! | Oct 31 22:43:16.929 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 31 22:43:16.929 INFO kablam! Oct 31 22:43:16.936 INFO kablam! warning: function `length_BadArity` should have a snake case name such as `length_bad_arity` Oct 31 22:43:16.936 INFO kablam! --> tests/eval_list_procedures.rs:19:1 Oct 31 22:43:16.936 INFO kablam! | Oct 31 22:43:16.936 INFO kablam! 19 | / fn length_BadArity() { Oct 31 22:43:16.936 INFO kablam! 20 | | assert_eval_err("(length '() '())", BadArity(Some("length".into()))); Oct 31 22:43:16.936 INFO kablam! 21 | | } Oct 31 22:43:16.936 INFO kablam! | |_^ Oct 31 22:43:16.936 INFO kablam! | Oct 31 22:43:16.936 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 31 22:43:16.936 INFO kablam! Oct 31 22:43:16.976 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 31 22:43:16.976 INFO kablam! --> benches/benchmarks.rs:40:7 Oct 31 22:43:16.976 INFO kablam! | Oct 31 22:43:16.976 INFO kablam! 40 | b.iter(|| { Oct 31 22:43:16.976 INFO kablam! | ^^^^ Oct 31 22:43:16.976 INFO kablam! | Oct 31 22:43:16.976 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 31 22:43:16.976 INFO kablam! Oct 31 22:43:16.988 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 31 22:43:16.988 INFO kablam! --> benches/benchmarks.rs:49:7 Oct 31 22:43:16.988 INFO kablam! | Oct 31 22:43:16.988 INFO kablam! 49 | b.iter(|| { Oct 31 22:43:16.988 INFO kablam! | ^^^^ Oct 31 22:43:16.988 INFO kablam! | Oct 31 22:43:16.988 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 31 22:43:16.988 INFO kablam! Oct 31 22:43:16.988 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Oct 31 22:43:16.988 INFO kablam! --> benches/benchmarks.rs:66:7 Oct 31 22:43:16.988 INFO kablam! | Oct 31 22:43:16.988 INFO kablam! 66 | b.iter(|| { Oct 31 22:43:16.988 INFO kablam! | ^^^^ Oct 31 22:43:16.988 INFO kablam! | Oct 31 22:43:16.988 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Oct 31 22:43:16.988 INFO kablam! Oct 31 22:43:16.991 INFO kablam! error: aborting due to 8 previous errors Oct 31 22:43:16.991 INFO kablam! Oct 31 22:43:16.991 INFO kablam! For more information about this error, try `rustc --explain E0658`. Oct 31 22:43:17.016 INFO kablam! error: Could not compile `ostrov`. Oct 31 22:43:17.016 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 31 22:43:18.069 INFO kablam! error: build failed Oct 31 22:43:18.071 INFO kablam! su: No module specific data is present Oct 31 22:43:18.701 INFO running `"docker" "rm" "-f" "da054abdb3cebadfe784615bfe6bfd6f24c36d1311df455c6a9ca311ee6d2780"` Oct 31 22:43:18.930 INFO blam! da054abdb3cebadfe784615bfe6bfd6f24c36d1311df455c6a9ca311ee6d2780