Dec 14 01:21:39.118 INFO testing bionikspoon/minigrep against master#bd47d6825bf4090517549d33cfef10d3300b4a75 for pr-56550 Dec 14 01:21:39.119 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-4/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-56550/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/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 +bd47d6825bf4090517549d33cfef10d3300b4a75-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.548 INFO [stdout] 9f5c4b1ce4584f5ae23ff8cf5b57d4805c41616ef4d14a6e7fee73fa7cff8b3a Dec 14 01:21:39.555 INFO running `"docker" "start" "-a" "9f5c4b1ce4584f5ae23ff8cf5b57d4805c41616ef4d14a6e7fee73fa7cff8b3a"` Dec 14 01:21:40.983 INFO [stderr] usermod: no changes Dec 14 01:21:41.059 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 14 01:21:41.059 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 14 01:21:41.059 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 14 01:21:41.059 INFO [stderr] files will be included as a binary target: Dec 14 01:21:41.059 INFO [stderr] Dec 14 01:21:41.059 INFO [stderr] * /source/src/main.rs Dec 14 01:21:41.059 INFO [stderr] Dec 14 01:21:41.059 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 14 01:21:41.059 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 14 01:21:41.059 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 14 01:21:41.059 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 14 01:21:41.059 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 14 01:21:41.059 INFO [stderr] Dec 14 01:21:41.059 INFO [stderr] For more information on this warning you can consult Dec 14 01:21:41.059 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 14 01:21:41.059 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `minigrep`, Dec 14 01:21:41.059 INFO [stderr] please set bin.path in Cargo.toml Dec 14 01:21:41.059 INFO [stderr] Compiling minigrep_lib v0.1.0 (/source) Dec 14 01:21:43.067 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.05s Dec 14 01:21:43.070 INFO [stderr] su: No module specific data is present Dec 14 01:21:43.764 INFO running `"docker" "inspect" "9f5c4b1ce4584f5ae23ff8cf5b57d4805c41616ef4d14a6e7fee73fa7cff8b3a"` Dec 14 01:21:44.055 INFO running `"docker" "rm" "-f" "9f5c4b1ce4584f5ae23ff8cf5b57d4805c41616ef4d14a6e7fee73fa7cff8b3a"` Dec 14 01:21:44.347 INFO [stdout] 9f5c4b1ce4584f5ae23ff8cf5b57d4805c41616ef4d14a6e7fee73fa7cff8b3a Dec 14 01:21:44.349 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-4/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-56550/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/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 +bd47d6825bf4090517549d33cfef10d3300b4a75-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.883 INFO [stdout] f5f0d6a33ce95f25a903fd0a10fc79d03c8a166f64e101a12da2a56daad6d383 Dec 14 01:21:44.891 INFO running `"docker" "start" "-a" "f5f0d6a33ce95f25a903fd0a10fc79d03c8a166f64e101a12da2a56daad6d383"` Dec 14 01:21:46.335 INFO [stderr] usermod: no changes Dec 14 01:21:46.397 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 14 01:21:46.397 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 14 01:21:46.397 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 14 01:21:46.397 INFO [stderr] files will be included as a binary target: Dec 14 01:21:46.397 INFO [stderr] Dec 14 01:21:46.397 INFO [stderr] * /source/src/main.rs Dec 14 01:21:46.397 INFO [stderr] Dec 14 01:21:46.397 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 14 01:21:46.397 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 14 01:21:46.397 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 14 01:21:46.397 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 14 01:21:46.397 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 14 01:21:46.397 INFO [stderr] Dec 14 01:21:46.397 INFO [stderr] For more information on this warning you can consult Dec 14 01:21:46.397 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 14 01:21:46.397 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `minigrep`, Dec 14 01:21:46.397 INFO [stderr] please set bin.path in Cargo.toml Dec 14 01:21:46.403 INFO [stderr] Compiling minigrep_lib v0.1.0 (/source) Dec 14 01:21:48.364 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.00s Dec 14 01:21:48.368 INFO [stderr] su: No module specific data is present Dec 14 01:21:49.227 INFO running `"docker" "inspect" "f5f0d6a33ce95f25a903fd0a10fc79d03c8a166f64e101a12da2a56daad6d383"` Dec 14 01:21:49.522 INFO running `"docker" "rm" "-f" "f5f0d6a33ce95f25a903fd0a10fc79d03c8a166f64e101a12da2a56daad6d383"` Dec 14 01:21:49.963 INFO [stdout] f5f0d6a33ce95f25a903fd0a10fc79d03c8a166f64e101a12da2a56daad6d383 Dec 14 01:21:49.971 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-4/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-56550/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/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 +bd47d6825bf4090517549d33cfef10d3300b4a75-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.513 INFO [stdout] b502c6a73a3c3e2e4117e55b64868936623dcdbb10d9662396fdc8639d267569 Dec 14 01:21:50.523 INFO running `"docker" "start" "-a" "b502c6a73a3c3e2e4117e55b64868936623dcdbb10d9662396fdc8639d267569"` Dec 14 01:21:51.711 INFO [stderr] usermod: no changes Dec 14 01:21:51.767 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 14 01:21:51.767 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 14 01:21:51.767 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 14 01:21:51.767 INFO [stderr] files will be included as a binary target: Dec 14 01:21:51.767 INFO [stderr] Dec 14 01:21:51.767 INFO [stderr] * /source/src/main.rs Dec 14 01:21:51.767 INFO [stderr] Dec 14 01:21:51.767 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 14 01:21:51.767 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 14 01:21:51.767 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 14 01:21:51.767 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 14 01:21:51.767 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 14 01:21:51.767 INFO [stderr] Dec 14 01:21:51.767 INFO [stderr] For more information on this warning you can consult Dec 14 01:21:51.767 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 14 01:21:51.767 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `minigrep`, Dec 14 01:21:51.767 INFO [stderr] please set bin.path in Cargo.toml Dec 14 01:21:51.767 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s Dec 14 01:21:51.771 INFO [stderr] Running /target/debug/deps/minigrep_lib-2f582aef8ede2a53 Dec 14 01:21:51.772 INFO [stdout] Dec 14 01:21:51.772 INFO [stdout] running 2 tests Dec 14 01:21:51.775 INFO [stdout] test tests::case_insensitive ... ok Dec 14 01:21:51.775 INFO [stdout] test tests::search_has_one_result ... ok Dec 14 01:21:51.775 INFO [stdout] Dec 14 01:21:51.775 INFO [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 14 01:21:51.775 INFO [stdout] Dec 14 01:21:51.775 INFO [stderr] Running /target/debug/deps/minigrep-83df43ab78cda5ce Dec 14 01:21:51.787 INFO [stdout] Dec 14 01:21:51.787 INFO [stdout] running 0 tests Dec 14 01:21:51.787 INFO [stdout] Dec 14 01:21:51.787 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 14 01:21:51.787 INFO [stdout] Dec 14 01:21:51.788 INFO [stderr] Doc-tests minigrep_lib Dec 14 01:21:52.511 INFO [stderr] su: No module specific data is present Dec 14 01:21:52.511 INFO [stdout] Dec 14 01:21:52.511 INFO [stdout] running 0 tests Dec 14 01:21:52.511 INFO [stdout] Dec 14 01:21:52.511 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 14 01:21:52.511 INFO [stdout] Dec 14 01:21:53.215 INFO running `"docker" "inspect" "b502c6a73a3c3e2e4117e55b64868936623dcdbb10d9662396fdc8639d267569"` Dec 14 01:21:53.435 INFO running `"docker" "rm" "-f" "b502c6a73a3c3e2e4117e55b64868936623dcdbb10d9662396fdc8639d267569"` Dec 14 01:21:53.760 INFO [stdout] b502c6a73a3c3e2e4117e55b64868936623dcdbb10d9662396fdc8639d267569