Oct 13 16:20:52.047 INFO checking cucumber-0.3.1 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 16:20:52.047 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-7/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 13 16:20:52.257 INFO blam! 0c08e9a36e09b08c0fb879a612c3af2529611521f59a9e3629975701849e3049 Oct 13 16:20:52.261 INFO running `"docker" "start" "-a" "0c08e9a36e09b08c0fb879a612c3af2529611521f59a9e3629975701849e3049"` Oct 13 16:20:52.832 INFO kablam! usermod: no changes Oct 13 16:20:52.973 INFO kablam! Compiling syntex_pos v0.39.0 Oct 13 16:20:54.880 INFO kablam! Compiling syntex_errors v0.39.0 Oct 13 16:20:57.982 INFO kablam! Compiling syntex_syntax v0.39.0 Oct 13 16:21:33.358 INFO kablam! Compiling aster v0.22.1 Oct 13 16:21:33.358 INFO kablam! Compiling syntex v0.39.0 Oct 13 16:21:33.358 INFO kablam! Compiling quasi v0.16.0 Oct 13 16:21:33.359 INFO kablam! Compiling serde_codegen_internals v0.4.0 Oct 13 16:21:37.360 INFO kablam! Compiling quasi_codegen v0.16.0 Oct 13 16:21:40.368 INFO kablam! Compiling serde_codegen v0.7.15 Oct 13 16:21:52.734 INFO kablam! Compiling cucumber v0.3.1 (/source) Oct 13 16:21:57.476 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 13 16:21:57.476 INFO kablam! --> src/event/request.rs:15:5 Oct 13 16:21:57.476 INFO kablam! | Oct 13 16:21:57.476 INFO kablam! 15 | use std::ascii::AsciiExt; Oct 13 16:21:57.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 16:21:57.476 INFO kablam! | Oct 13 16:21:57.476 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 16:21:57.476 INFO kablam! Oct 13 16:21:57.684 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 13 16:21:57.685 INFO kablam! --> src/event/request.rs:15:5 Oct 13 16:21:57.685 INFO kablam! | Oct 13 16:21:57.685 INFO kablam! 15 | use std::ascii::AsciiExt; Oct 13 16:21:57.685 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 16:21:57.685 INFO kablam! | Oct 13 16:21:57.685 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 16:21:57.686 INFO kablam! Oct 13 16:21:57.888 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 13 16:21:57.888 INFO kablam! --> src/event/request.rs:15:5 Oct 13 16:21:57.888 INFO kablam! | Oct 13 16:21:57.888 INFO kablam! 15 | use std::ascii::AsciiExt; Oct 13 16:21:57.888 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 16:21:57.888 INFO kablam! | Oct 13 16:21:57.888 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 16:21:57.888 INFO kablam! Oct 13 16:21:58.264 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 13 16:21:58.264 INFO kablam! --> src/event/request.rs:15:5 Oct 13 16:21:58.264 INFO kablam! | Oct 13 16:21:58.264 INFO kablam! 15 | use std::ascii::AsciiExt; Oct 13 16:21:58.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 16:21:58.264 INFO kablam! | Oct 13 16:21:58.264 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 16:21:58.264 INFO kablam! Oct 13 16:21:59.852 INFO kablam! warning: unused import: `PathBuf` Oct 13 16:21:59.852 INFO kablam! --> features/support/fs.rs:6:23 Oct 13 16:21:59.852 INFO kablam! | Oct 13 16:21:59.852 INFO kablam! 6 | use std::path::{Path, PathBuf}; Oct 13 16:21:59.853 INFO kablam! | ^^^^^^^ Oct 13 16:21:59.853 INFO kablam! | Oct 13 16:21:59.853 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 16:21:59.853 INFO kablam! Oct 13 16:21:59.884 INFO kablam! warning: unreachable expression Oct 13 16:21:59.884 INFO kablam! --> features/step_definitions/project_steps.rs:29:15 Oct 13 16:21:59.884 INFO kablam! | Oct 13 16:21:59.884 INFO kablam! 29 | None => return panic!("There was no project to add steps to"), Oct 13 16:21:59.884 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 16:21:59.884 INFO kablam! | Oct 13 16:21:59.884 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 13 16:21:59.884 INFO kablam! Oct 13 16:21:59.884 INFO kablam! warning: unreachable expression Oct 13 16:21:59.884 INFO kablam! --> features/step_definitions/project_steps.rs:40:15 Oct 13 16:21:59.884 INFO kablam! | Oct 13 16:21:59.884 INFO kablam! 40 | None => return panic!("There was no project to compile"), Oct 13 16:21:59.884 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 16:21:59.884 INFO kablam! Oct 13 16:21:59.888 INFO kablam! warning: unreachable expression Oct 13 16:21:59.888 INFO kablam! --> features/step_definitions/project_steps.rs:62:15 Oct 13 16:21:59.888 INFO kablam! | Oct 13 16:21:59.888 INFO kablam! 62 | None => return panic!("There was no project to compile"), Oct 13 16:21:59.888 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 16:21:59.888 INFO kablam! Oct 13 16:22:00.053 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 07s Oct 13 16:22:00.058 INFO kablam! su: No module specific data is present Oct 13 16:22:00.382 INFO running `"docker" "rm" "-f" "0c08e9a36e09b08c0fb879a612c3af2529611521f59a9e3629975701849e3049"` Oct 13 16:22:00.491 INFO blam! 0c08e9a36e09b08c0fb879a612c3af2529611521f59a9e3629975701849e3049