Oct 27 23:24:56.192 INFO checking cucumber-0.3.1 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 23:24:56.193 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 23:24:56.424 INFO blam! 22111880774dcf60c156370054f04f9f1606d1d0b7914c820b6955f22939a104 Oct 27 23:24:56.429 INFO running `"docker" "start" "-a" "22111880774dcf60c156370054f04f9f1606d1d0b7914c820b6955f22939a104"` Oct 27 23:24:57.026 INFO kablam! usermod: no changes Oct 27 23:24:57.219 INFO kablam! Compiling syntex_pos v0.39.0 Oct 27 23:24:58.893 INFO kablam! Compiling syntex_errors v0.39.0 Oct 27 23:25:02.283 INFO kablam! Compiling syntex_syntax v0.39.0 Oct 27 23:25:37.473 INFO kablam! Compiling aster v0.22.1 Oct 27 23:25:37.473 INFO kablam! Compiling syntex v0.39.0 Oct 27 23:25:37.473 INFO kablam! Compiling serde_codegen_internals v0.4.0 Oct 27 23:25:37.473 INFO kablam! Compiling quasi v0.16.0 Oct 27 23:25:44.131 INFO kablam! Compiling quasi_codegen v0.16.0 Oct 27 23:25:47.363 INFO kablam! Compiling serde_codegen v0.7.15 Oct 27 23:26:00.242 INFO kablam! Compiling cucumber v0.3.1 (/source) Oct 27 23:26:06.351 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 27 23:26:06.351 INFO kablam! --> src/event/request.rs:15:5 Oct 27 23:26:06.351 INFO kablam! | Oct 27 23:26:06.351 INFO kablam! 15 | use std::ascii::AsciiExt; Oct 27 23:26:06.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 23:26:06.351 INFO kablam! | Oct 27 23:26:06.351 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 23:26:06.351 INFO kablam! Oct 27 23:26:06.703 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 27 23:26:06.703 INFO kablam! --> src/event/request.rs:15:5 Oct 27 23:26:06.703 INFO kablam! | Oct 27 23:26:06.703 INFO kablam! 15 | use std::ascii::AsciiExt; Oct 27 23:26:06.703 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 23:26:06.703 INFO kablam! | Oct 27 23:26:06.703 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 23:26:06.703 INFO kablam! Oct 27 23:26:06.831 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 27 23:26:06.831 INFO kablam! --> src/event/request.rs:15:5 Oct 27 23:26:06.831 INFO kablam! | Oct 27 23:26:06.831 INFO kablam! 15 | use std::ascii::AsciiExt; Oct 27 23:26:06.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 23:26:06.831 INFO kablam! | Oct 27 23:26:06.831 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 23:26:06.831 INFO kablam! Oct 27 23:26:07.301 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 27 23:26:07.301 INFO kablam! --> src/event/request.rs:15:5 Oct 27 23:26:07.301 INFO kablam! | Oct 27 23:26:07.301 INFO kablam! 15 | use std::ascii::AsciiExt; Oct 27 23:26:07.301 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 23:26:07.302 INFO kablam! | Oct 27 23:26:07.302 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 23:26:07.302 INFO kablam! Oct 27 23:26:08.907 INFO kablam! warning: unused import: `PathBuf` Oct 27 23:26:08.907 INFO kablam! --> features/support/fs.rs:6:23 Oct 27 23:26:08.907 INFO kablam! | Oct 27 23:26:08.907 INFO kablam! 6 | use std::path::{Path, PathBuf}; Oct 27 23:26:08.907 INFO kablam! | ^^^^^^^ Oct 27 23:26:08.907 INFO kablam! | Oct 27 23:26:08.907 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 23:26:08.907 INFO kablam! Oct 27 23:26:08.934 INFO kablam! warning: unreachable expression Oct 27 23:26:08.934 INFO kablam! --> features/step_definitions/project_steps.rs:29:15 Oct 27 23:26:08.934 INFO kablam! | Oct 27 23:26:08.934 INFO kablam! 29 | None => return panic!("There was no project to add steps to"), Oct 27 23:26:08.934 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 23:26:08.934 INFO kablam! | Oct 27 23:26:08.934 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 27 23:26:08.934 INFO kablam! Oct 27 23:26:08.937 INFO kablam! warning: unreachable expression Oct 27 23:26:08.937 INFO kablam! --> features/step_definitions/project_steps.rs:40:15 Oct 27 23:26:08.937 INFO kablam! | Oct 27 23:26:08.937 INFO kablam! 40 | None => return panic!("There was no project to compile"), Oct 27 23:26:08.938 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 23:26:08.938 INFO kablam! Oct 27 23:26:08.943 INFO kablam! warning: unreachable expression Oct 27 23:26:08.943 INFO kablam! --> features/step_definitions/project_steps.rs:62:15 Oct 27 23:26:08.943 INFO kablam! | Oct 27 23:26:08.943 INFO kablam! 62 | None => return panic!("There was no project to compile"), Oct 27 23:26:08.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 23:26:08.943 INFO kablam! Oct 27 23:26:09.122 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 12s Oct 27 23:26:09.129 INFO kablam! su: No module specific data is present Oct 27 23:26:09.535 INFO running `"docker" "rm" "-f" "22111880774dcf60c156370054f04f9f1606d1d0b7914c820b6955f22939a104"` Oct 27 23:26:09.836 INFO blam! 22111880774dcf60c156370054f04f9f1606d1d0b7914c820b6955f22939a104