Dec 14 01:21:38.948 INFO testing bionikspoon/minigrep against try#aa49d8ef14939ddec0e34b346b60174a5673d48f for pr-56550 Dec 14 01:21:38.948 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-1/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-56550/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/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 +aa49d8ef14939ddec0e34b346b60174a5673d48f-alt build --frozen" "-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"` Dec 14 01:21:39.403 INFO [stdout] 9368d8a224e7c56527c391e2e64d846c654aa2d3fa851eb81025b6418ea248cb Dec 14 01:21:39.411 INFO running `"docker" "start" "-a" "9368d8a224e7c56527c391e2e64d846c654aa2d3fa851eb81025b6418ea248cb"` Dec 14 01:21:40.775 INFO [stderr] usermod: no changes Dec 14 01:21:40.830 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 14 01:21:40.831 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 14 01:21:40.831 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 14 01:21:40.831 INFO [stderr] files will be included as a binary target: Dec 14 01:21:40.831 INFO [stderr] Dec 14 01:21:40.831 INFO [stderr] * /source/src/main.rs Dec 14 01:21:40.831 INFO [stderr] Dec 14 01:21:40.831 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 14 01:21:40.831 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 14 01:21:40.831 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 14 01:21:40.831 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 14 01:21:40.831 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 14 01:21:40.831 INFO [stderr] Dec 14 01:21:40.831 INFO [stderr] For more information on this warning you can consult Dec 14 01:21:40.831 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 14 01:21:40.831 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `minigrep`, Dec 14 01:21:40.831 INFO [stderr] please set bin.path in Cargo.toml Dec 14 01:21:40.843 INFO [stderr] Compiling minigrep_lib v0.1.0 (/source) Dec 14 01:21:42.707 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.90s Dec 14 01:21:42.710 INFO [stderr] su: No module specific data is present Dec 14 01:21:43.708 INFO running `"docker" "inspect" "9368d8a224e7c56527c391e2e64d846c654aa2d3fa851eb81025b6418ea248cb"` Dec 14 01:21:44.003 INFO running `"docker" "rm" "-f" "9368d8a224e7c56527c391e2e64d846c654aa2d3fa851eb81025b6418ea248cb"` Dec 14 01:21:44.359 INFO [stdout] 9368d8a224e7c56527c391e2e64d846c654aa2d3fa851eb81025b6418ea248cb Dec 14 01:21:44.363 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-1/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-56550/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/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 +aa49d8ef14939ddec0e34b346b60174a5673d48f-alt test --frozen --no-run" "-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"` Dec 14 01:21:44.803 INFO [stdout] 354c0d3ca8770d2dd7d07885dd243e4d16ce96ec4a911b2234f8b4f3bf4322d3 Dec 14 01:21:44.808 INFO running `"docker" "start" "-a" "354c0d3ca8770d2dd7d07885dd243e4d16ce96ec4a911b2234f8b4f3bf4322d3"` Dec 14 01:21:46.139 INFO [stderr] usermod: no changes Dec 14 01:21:46.199 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 14 01:21:46.199 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 14 01:21:46.199 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 14 01:21:46.199 INFO [stderr] files will be included as a binary target: Dec 14 01:21:46.199 INFO [stderr] Dec 14 01:21:46.199 INFO [stderr] * /source/src/main.rs Dec 14 01:21:46.199 INFO [stderr] Dec 14 01:21:46.199 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 14 01:21:46.199 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 14 01:21:46.199 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 14 01:21:46.199 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 14 01:21:46.199 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 14 01:21:46.199 INFO [stderr] Dec 14 01:21:46.199 INFO [stderr] For more information on this warning you can consult Dec 14 01:21:46.199 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 14 01:21:46.199 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `minigrep`, Dec 14 01:21:46.199 INFO [stderr] please set bin.path in Cargo.toml Dec 14 01:21:46.199 INFO [stderr] Compiling minigrep_lib v0.1.0 (/source) Dec 14 01:21:48.124 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.95s Dec 14 01:21:48.127 INFO [stderr] su: No module specific data is present Dec 14 01:21:48.992 INFO running `"docker" "inspect" "354c0d3ca8770d2dd7d07885dd243e4d16ce96ec4a911b2234f8b4f3bf4322d3"` Dec 14 01:21:49.209 INFO running `"docker" "rm" "-f" "354c0d3ca8770d2dd7d07885dd243e4d16ce96ec4a911b2234f8b4f3bf4322d3"` Dec 14 01:21:49.539 INFO [stdout] 354c0d3ca8770d2dd7d07885dd243e4d16ce96ec4a911b2234f8b4f3bf4322d3 Dec 14 01:21:49.547 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-1/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-56550/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/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 +aa49d8ef14939ddec0e34b346b60174a5673d48f-alt test --frozen" "-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"` Dec 14 01:21:50.055 INFO [stdout] 17e2e714af6724f03ce0e217b42cd6f72cd7866cf2a94243301248bc13669ced Dec 14 01:21:50.063 INFO running `"docker" "start" "-a" "17e2e714af6724f03ce0e217b42cd6f72cd7866cf2a94243301248bc13669ced"` Dec 14 01:21:51.199 INFO [stderr] usermod: no changes Dec 14 01:21:51.241 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 14 01:21:51.241 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 14 01:21:51.241 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 14 01:21:51.241 INFO [stderr] files will be included as a binary target: Dec 14 01:21:51.241 INFO [stderr] Dec 14 01:21:51.241 INFO [stderr] * /source/src/main.rs Dec 14 01:21:51.241 INFO [stderr] Dec 14 01:21:51.241 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 14 01:21:51.241 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 14 01:21:51.241 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 14 01:21:51.241 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 14 01:21:51.241 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 14 01:21:51.241 INFO [stderr] Dec 14 01:21:51.241 INFO [stderr] For more information on this warning you can consult Dec 14 01:21:51.241 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 14 01:21:51.241 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `minigrep`, Dec 14 01:21:51.241 INFO [stderr] please set bin.path in Cargo.toml Dec 14 01:21:51.241 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s Dec 14 01:21:51.247 INFO [stderr] Running /target/debug/deps/minigrep_lib-ea0e6815d91e7c91 Dec 14 01:21:51.251 INFO [stdout] Dec 14 01:21:51.251 INFO [stdout] running 2 tests Dec 14 01:21:51.251 INFO [stdout] test tests::search_has_one_result ... ok Dec 14 01:21:51.263 INFO [stdout] test tests::case_insensitive ... ok Dec 14 01:21:51.263 INFO [stderr] Running /target/debug/deps/minigrep-aff77973f979cfa2 Dec 14 01:21:51.263 INFO [stdout] Dec 14 01:21:51.263 INFO [stderr] Doc-tests minigrep_lib Dec 14 01:21:51.263 INFO [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 14 01:21:51.263 INFO [stdout] Dec 14 01:21:51.263 INFO [stdout] Dec 14 01:21:51.263 INFO [stdout] running 0 tests Dec 14 01:21:51.263 INFO [stdout] Dec 14 01:21:51.263 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 14 01:21:51.263 INFO [stdout] Dec 14 01:21:51.983 INFO [stdout] Dec 14 01:21:51.983 INFO [stdout] running 0 tests Dec 14 01:21:51.983 INFO [stdout] Dec 14 01:21:51.983 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 14 01:21:51.983 INFO [stdout] Dec 14 01:21:51.989 INFO [stderr] su: No module specific data is present Dec 14 01:21:52.796 INFO running `"docker" "inspect" "17e2e714af6724f03ce0e217b42cd6f72cd7866cf2a94243301248bc13669ced"` Dec 14 01:21:53.121 INFO running `"docker" "rm" "-f" "17e2e714af6724f03ce0e217b42cd6f72cd7866cf2a94243301248bc13669ced"` Dec 14 01:21:53.365 INFO [stdout] 17e2e714af6724f03ce0e217b42cd6f72cd7866cf2a94243301248bc13669ced