Dec 15 15:30:19.592 INFO testing ev-dice-0.5.1 against try#aa49d8ef14939ddec0e34b346b60174a5673d48f for pr-56550 Dec 15 15:30:19.592 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-2/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/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 15 15:30:20.279 INFO [stdout] 37c4e9c40e818830383109fb09545ea5475479752e49ea64c4a9b02925e9933c Dec 15 15:30:20.299 INFO running `"docker" "start" "-a" "37c4e9c40e818830383109fb09545ea5475479752e49ea64c4a9b02925e9933c"` Dec 15 15:30:21.426 INFO [stderr] usermod: no changes Dec 15 15:30:21.475 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 15 15:30:21.475 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 15 15:30:21.475 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 15 15:30:21.475 INFO [stderr] files will be included as a binary target: Dec 15 15:30:21.475 INFO [stderr] Dec 15 15:30:21.475 INFO [stderr] * /source/src/main.rs Dec 15 15:30:21.475 INFO [stderr] Dec 15 15:30:21.475 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 15 15:30:21.475 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 15 15:30:21.475 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 15 15:30:21.475 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 15 15:30:21.475 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 15 15:30:21.475 INFO [stderr] Dec 15 15:30:21.475 INFO [stderr] For more information on this warning you can consult Dec 15 15:30:21.475 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 15 15:30:21.475 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `ev`, Dec 15 15:30:21.475 INFO [stderr] please set bin.path in Cargo.toml Dec 15 15:30:21.493 INFO [stderr] Compiling ev-dice v0.5.1 (/source) Dec 15 15:30:23.357 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.91s Dec 15 15:30:23.361 INFO [stderr] su: No module specific data is present Dec 15 15:30:24.381 INFO running `"docker" "inspect" "37c4e9c40e818830383109fb09545ea5475479752e49ea64c4a9b02925e9933c"` Dec 15 15:30:24.720 INFO running `"docker" "rm" "-f" "37c4e9c40e818830383109fb09545ea5475479752e49ea64c4a9b02925e9933c"` Dec 15 15:30:24.996 INFO [stdout] 37c4e9c40e818830383109fb09545ea5475479752e49ea64c4a9b02925e9933c Dec 15 15:30:24.999 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-2/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/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 15 15:30:25.322 INFO [stdout] 3c80b958875da95a048bcc04e166e82044d70f9d476b0f39f5b5dd9053f2f3e8 Dec 15 15:30:25.325 INFO running `"docker" "start" "-a" "3c80b958875da95a048bcc04e166e82044d70f9d476b0f39f5b5dd9053f2f3e8"` Dec 15 15:30:26.369 INFO [stderr] usermod: no changes Dec 15 15:30:26.439 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 15 15:30:26.439 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 15 15:30:26.439 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 15 15:30:26.439 INFO [stderr] files will be included as a binary target: Dec 15 15:30:26.439 INFO [stderr] Dec 15 15:30:26.439 INFO [stderr] * /source/src/main.rs Dec 15 15:30:26.439 INFO [stderr] Dec 15 15:30:26.439 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 15 15:30:26.439 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 15 15:30:26.439 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 15 15:30:26.439 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 15 15:30:26.439 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 15 15:30:26.439 INFO [stderr] Dec 15 15:30:26.439 INFO [stderr] For more information on this warning you can consult Dec 15 15:30:26.439 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 15 15:30:26.439 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `ev`, Dec 15 15:30:26.439 INFO [stderr] please set bin.path in Cargo.toml Dec 15 15:30:26.455 INFO [stderr] Compiling ev-dice v0.5.1 (/source) Dec 15 15:30:28.379 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.98s Dec 15 15:30:28.383 INFO [stderr] su: No module specific data is present Dec 15 15:30:29.208 INFO running `"docker" "inspect" "3c80b958875da95a048bcc04e166e82044d70f9d476b0f39f5b5dd9053f2f3e8"` Dec 15 15:30:29.449 INFO running `"docker" "rm" "-f" "3c80b958875da95a048bcc04e166e82044d70f9d476b0f39f5b5dd9053f2f3e8"` Dec 15 15:30:29.714 INFO [stdout] 3c80b958875da95a048bcc04e166e82044d70f9d476b0f39f5b5dd9053f2f3e8 Dec 15 15:30:29.718 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-2/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/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 15 15:30:30.091 INFO [stdout] 8169356605b60b549c52427d98abe7a35dda1ad5773b258bfdd8d21d7845c80e Dec 15 15:30:30.095 INFO running `"docker" "start" "-a" "8169356605b60b549c52427d98abe7a35dda1ad5773b258bfdd8d21d7845c80e"` Dec 15 15:30:31.372 INFO [stderr] usermod: no changes Dec 15 15:30:31.439 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 15 15:30:31.439 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 15 15:30:31.439 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 15 15:30:31.439 INFO [stderr] files will be included as a binary target: Dec 15 15:30:31.439 INFO [stderr] Dec 15 15:30:31.439 INFO [stderr] * /source/src/main.rs Dec 15 15:30:31.439 INFO [stderr] Dec 15 15:30:31.439 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 15 15:30:31.439 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 15 15:30:31.439 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 15 15:30:31.439 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 15 15:30:31.439 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 15 15:30:31.439 INFO [stderr] Dec 15 15:30:31.439 INFO [stderr] For more information on this warning you can consult Dec 15 15:30:31.439 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 15 15:30:31.439 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `ev`, Dec 15 15:30:31.439 INFO [stderr] please set bin.path in Cargo.toml Dec 15 15:30:31.439 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s Dec 15 15:30:31.439 INFO [stderr] Running /target/debug/deps/ev-e49440067689c34a Dec 15 15:30:31.442 INFO [stderr] su: No module specific data is present Dec 15 15:30:31.442 INFO [stdout] Dec 15 15:30:31.442 INFO [stdout] running 3 tests Dec 15 15:30:31.442 INFO [stdout] test test_roll ... ok Dec 15 15:30:31.442 INFO [stdout] test test_print ... ok Dec 15 15:30:31.442 INFO [stdout] test test_parse ... ok Dec 15 15:30:31.442 INFO [stdout] Dec 15 15:30:31.442 INFO [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 15 15:30:31.442 INFO [stdout] Dec 15 15:30:32.291 INFO running `"docker" "inspect" "8169356605b60b549c52427d98abe7a35dda1ad5773b258bfdd8d21d7845c80e"` Dec 15 15:30:32.593 INFO running `"docker" "rm" "-f" "8169356605b60b549c52427d98abe7a35dda1ad5773b258bfdd8d21d7845c80e"` Dec 15 15:30:32.883 INFO [stdout] 8169356605b60b549c52427d98abe7a35dda1ad5773b258bfdd8d21d7845c80e