Nov 17 08:07:36.221 INFO testing bionikspoon/minigrep against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 17 08:07:36.221 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-7/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 17 08:07:36.637 INFO [stdout] 61e5548e3417f9ab99ef57b3c11203f32ff55ca6eb552d70486411f98a12ecd7 Nov 17 08:07:36.647 INFO running `"docker" "start" "-a" "61e5548e3417f9ab99ef57b3c11203f32ff55ca6eb552d70486411f98a12ecd7"` Nov 17 08:07:37.859 INFO [stderr] usermod: no changes Nov 17 08:07:37.917 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 17 08:07:37.917 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 17 08:07:37.917 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 17 08:07:37.917 INFO [stderr] files will be included as a binary target: Nov 17 08:07:37.917 INFO [stderr] Nov 17 08:07:37.917 INFO [stderr] * /source/src/main.rs Nov 17 08:07:37.917 INFO [stderr] Nov 17 08:07:37.917 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 17 08:07:37.917 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 17 08:07:37.917 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 17 08:07:37.917 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 17 08:07:37.917 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 17 08:07:37.917 INFO [stderr] Nov 17 08:07:37.917 INFO [stderr] For more information on this warning you can consult Nov 17 08:07:37.917 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 17 08:07:37.917 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `minigrep`, Nov 17 08:07:37.917 INFO [stderr] please set bin.path in Cargo.toml Nov 17 08:07:37.917 INFO [stderr] Compiling minigrep_lib v0.1.0 (/source) Nov 17 08:07:39.693 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.79s Nov 17 08:07:39.694 INFO [stderr] su: No module specific data is present Nov 17 08:07:40.967 INFO running `"docker" "inspect" "61e5548e3417f9ab99ef57b3c11203f32ff55ca6eb552d70486411f98a12ecd7"` Nov 17 08:07:41.321 INFO running `"docker" "rm" "-f" "61e5548e3417f9ab99ef57b3c11203f32ff55ca6eb552d70486411f98a12ecd7"` Nov 17 08:07:41.594 INFO [stdout] 61e5548e3417f9ab99ef57b3c11203f32ff55ca6eb552d70486411f98a12ecd7 Nov 17 08:07:41.600 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-7/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 17 08:07:42.055 INFO [stdout] b8ef3c4739ea5d34f8a97f38b9759098b87e8d827fe5aa65ef97b090577b3052 Nov 17 08:07:42.056 INFO running `"docker" "start" "-a" "b8ef3c4739ea5d34f8a97f38b9759098b87e8d827fe5aa65ef97b090577b3052"` Nov 17 08:07:43.199 INFO [stderr] usermod: no changes Nov 17 08:07:43.239 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 17 08:07:43.240 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 17 08:07:43.240 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 17 08:07:43.240 INFO [stderr] files will be included as a binary target: Nov 17 08:07:43.240 INFO [stderr] Nov 17 08:07:43.240 INFO [stderr] * /source/src/main.rs Nov 17 08:07:43.240 INFO [stderr] Nov 17 08:07:43.240 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 17 08:07:43.240 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 17 08:07:43.240 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 17 08:07:43.240 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 17 08:07:43.240 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 17 08:07:43.240 INFO [stderr] Nov 17 08:07:43.240 INFO [stderr] For more information on this warning you can consult Nov 17 08:07:43.240 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 17 08:07:43.240 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `minigrep`, Nov 17 08:07:43.240 INFO [stderr] please set bin.path in Cargo.toml Nov 17 08:07:43.240 INFO [stderr] Compiling minigrep_lib v0.1.0 (/source) Nov 17 08:07:45.079 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.85s Nov 17 08:07:45.080 INFO [stderr] su: No module specific data is present Nov 17 08:07:45.971 INFO running `"docker" "inspect" "b8ef3c4739ea5d34f8a97f38b9759098b87e8d827fe5aa65ef97b090577b3052"` Nov 17 08:07:46.403 INFO running `"docker" "rm" "-f" "b8ef3c4739ea5d34f8a97f38b9759098b87e8d827fe5aa65ef97b090577b3052"` Nov 17 08:07:46.726 INFO [stdout] b8ef3c4739ea5d34f8a97f38b9759098b87e8d827fe5aa65ef97b090577b3052 Nov 17 08:07:46.734 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-7/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 17 08:07:47.156 INFO [stdout] af63b2f42341c5fa3b6d7302e680113eb9b2fb7b6530c760e6e90e1092e83ab1 Nov 17 08:07:47.167 INFO running `"docker" "start" "-a" "af63b2f42341c5fa3b6d7302e680113eb9b2fb7b6530c760e6e90e1092e83ab1"` Nov 17 08:07:49.198 INFO [stderr] usermod: no changes Nov 17 08:07:49.275 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 17 08:07:49.275 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 17 08:07:49.275 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 17 08:07:49.275 INFO [stderr] files will be included as a binary target: Nov 17 08:07:49.275 INFO [stderr] Nov 17 08:07:49.275 INFO [stderr] * /source/src/main.rs Nov 17 08:07:49.275 INFO [stderr] Nov 17 08:07:49.275 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 17 08:07:49.275 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 17 08:07:49.275 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 17 08:07:49.275 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 17 08:07:49.275 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 17 08:07:49.275 INFO [stderr] Nov 17 08:07:49.275 INFO [stderr] For more information on this warning you can consult Nov 17 08:07:49.275 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 17 08:07:49.275 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `minigrep`, Nov 17 08:07:49.275 INFO [stderr] please set bin.path in Cargo.toml Nov 17 08:07:49.291 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s Nov 17 08:07:49.291 INFO [stderr] Running /target/debug/deps/minigrep_lib-cfd88231da30a69a Nov 17 08:07:49.291 INFO [stdout] Nov 17 08:07:49.291 INFO [stdout] running 2 tests Nov 17 08:07:49.291 INFO [stdout] test tests::case_insensitive ... ok Nov 17 08:07:49.291 INFO [stdout] test tests::search_has_one_result ... ok Nov 17 08:07:49.291 INFO [stdout] Nov 17 08:07:49.291 INFO [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 08:07:49.291 INFO [stdout] Nov 17 08:07:49.299 INFO [stderr] Running /target/debug/deps/minigrep-bfe3b63a495addc2 Nov 17 08:07:49.307 INFO [stdout] Nov 17 08:07:49.307 INFO [stdout] running 0 tests Nov 17 08:07:49.307 INFO [stdout] Nov 17 08:07:49.307 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 08:07:49.307 INFO [stdout] Nov 17 08:07:49.307 INFO [stderr] Doc-tests minigrep_lib Nov 17 08:07:49.878 INFO [stdout] Nov 17 08:07:49.878 INFO [stdout] running 0 tests Nov 17 08:07:49.878 INFO [stdout] Nov 17 08:07:49.878 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 08:07:49.878 INFO [stdout] Nov 17 08:07:49.886 INFO [stderr] su: No module specific data is present Nov 17 08:07:50.527 INFO running `"docker" "inspect" "af63b2f42341c5fa3b6d7302e680113eb9b2fb7b6530c760e6e90e1092e83ab1"` Nov 17 08:07:50.791 INFO running `"docker" "rm" "-f" "af63b2f42341c5fa3b6d7302e680113eb9b2fb7b6530c760e6e90e1092e83ab1"` Nov 17 08:07:51.116 INFO [stdout] af63b2f42341c5fa3b6d7302e680113eb9b2fb7b6530c760e6e90e1092e83ab1