Dec 15 15:30:20.547 INFO testing ev-dice-0.5.1 against master#bd47d6825bf4090517549d33cfef10d3300b4a75 for pr-56550 Dec 15 15:30:20.547 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-1/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/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 15 15:30:21.035 INFO [stdout] ccaf10a120f54f8e01fb5af10d757542a4a101ccefb56184a8baa6fa01e53930 Dec 15 15:30:21.037 INFO running `"docker" "start" "-a" "ccaf10a120f54f8e01fb5af10d757542a4a101ccefb56184a8baa6fa01e53930"` Dec 15 15:30:22.187 INFO [stderr] usermod: no changes Dec 15 15:30:22.247 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 15 15:30:22.247 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 15 15:30:22.247 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 15 15:30:22.247 INFO [stderr] files will be included as a binary target: Dec 15 15:30:22.247 INFO [stderr] Dec 15 15:30:22.247 INFO [stderr] * /source/src/main.rs Dec 15 15:30:22.247 INFO [stderr] Dec 15 15:30:22.247 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 15 15:30:22.247 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 15 15:30:22.247 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 15 15:30:22.247 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 15 15:30:22.247 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 15 15:30:22.247 INFO [stderr] Dec 15 15:30:22.247 INFO [stderr] For more information on this warning you can consult Dec 15 15:30:22.247 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 15 15:30:22.247 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `ev`, Dec 15 15:30:22.247 INFO [stderr] please set bin.path in Cargo.toml Dec 15 15:30:22.247 INFO [stderr] Compiling ev-dice v0.5.1 (/source) Dec 15 15:30:23.971 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.75s Dec 15 15:30:23.972 INFO [stderr] su: No module specific data is present Dec 15 15:30:24.627 INFO running `"docker" "inspect" "ccaf10a120f54f8e01fb5af10d757542a4a101ccefb56184a8baa6fa01e53930"` Dec 15 15:30:24.835 INFO running `"docker" "rm" "-f" "ccaf10a120f54f8e01fb5af10d757542a4a101ccefb56184a8baa6fa01e53930"` Dec 15 15:30:25.243 INFO [stdout] ccaf10a120f54f8e01fb5af10d757542a4a101ccefb56184a8baa6fa01e53930 Dec 15 15:30:25.247 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-1/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/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 15 15:30:25.663 INFO [stdout] b129c60d0ddb6f28db1d5d4bc08293a1e8e1f542c420630859f826122eb01a19 Dec 15 15:30:25.668 INFO running `"docker" "start" "-a" "b129c60d0ddb6f28db1d5d4bc08293a1e8e1f542c420630859f826122eb01a19"` Dec 15 15:30:27.162 INFO [stderr] usermod: no changes Dec 15 15:30:27.223 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 15 15:30:27.223 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 15 15:30:27.223 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 15 15:30:27.223 INFO [stderr] files will be included as a binary target: Dec 15 15:30:27.223 INFO [stderr] Dec 15 15:30:27.223 INFO [stderr] * /source/src/main.rs Dec 15 15:30:27.223 INFO [stderr] Dec 15 15:30:27.223 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 15 15:30:27.223 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 15 15:30:27.223 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 15 15:30:27.223 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 15 15:30:27.223 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 15 15:30:27.223 INFO [stderr] Dec 15 15:30:27.223 INFO [stderr] For more information on this warning you can consult Dec 15 15:30:27.223 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 15 15:30:27.223 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `ev`, Dec 15 15:30:27.223 INFO [stderr] please set bin.path in Cargo.toml Dec 15 15:30:27.243 INFO [stderr] Compiling ev-dice v0.5.1 (/source) Dec 15 15:30:29.149 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.95s Dec 15 15:30:29.173 INFO [stderr] su: No module specific data is present Dec 15 15:30:29.933 INFO running `"docker" "inspect" "b129c60d0ddb6f28db1d5d4bc08293a1e8e1f542c420630859f826122eb01a19"` Dec 15 15:30:30.177 INFO running `"docker" "rm" "-f" "b129c60d0ddb6f28db1d5d4bc08293a1e8e1f542c420630859f826122eb01a19"` Dec 15 15:30:30.535 INFO [stdout] b129c60d0ddb6f28db1d5d4bc08293a1e8e1f542c420630859f826122eb01a19 Dec 15 15:30:30.537 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-1/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/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 15 15:30:30.961 INFO [stdout] e76551e926a319c49db9a61d406dec3b169d3e16cfbe0f16045279aaa03fb1d9 Dec 15 15:30:30.963 INFO running `"docker" "start" "-a" "e76551e926a319c49db9a61d406dec3b169d3e16cfbe0f16045279aaa03fb1d9"` Dec 15 15:30:32.402 INFO [stderr] usermod: no changes Dec 15 15:30:32.487 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 15 15:30:32.487 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 15 15:30:32.487 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 15 15:30:32.487 INFO [stderr] files will be included as a binary target: Dec 15 15:30:32.487 INFO [stderr] Dec 15 15:30:32.487 INFO [stderr] * /source/src/main.rs Dec 15 15:30:32.487 INFO [stderr] Dec 15 15:30:32.487 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 15 15:30:32.487 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 15 15:30:32.487 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 15 15:30:32.487 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 15 15:30:32.487 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 15 15:30:32.487 INFO [stderr] Dec 15 15:30:32.487 INFO [stderr] For more information on this warning you can consult Dec 15 15:30:32.487 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 15 15:30:32.487 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `ev`, Dec 15 15:30:32.487 INFO [stderr] please set bin.path in Cargo.toml Dec 15 15:30:32.491 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s Dec 15 15:30:32.491 INFO [stderr] Running /target/debug/deps/ev-fd8b48188b1bdbf2 Dec 15 15:30:32.491 INFO [stdout] Dec 15 15:30:32.491 INFO [stdout] running 3 tests Dec 15 15:30:32.491 INFO [stdout] test test_roll ... ok Dec 15 15:30:32.491 INFO [stdout] test test_print ... ok Dec 15 15:30:32.491 INFO [stdout] test test_parse ... ok Dec 15 15:30:32.491 INFO [stdout] Dec 15 15:30:32.491 INFO [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 15 15:30:32.491 INFO [stdout] Dec 15 15:30:32.499 INFO [stderr] su: No module specific data is present Dec 15 15:30:33.658 INFO running `"docker" "inspect" "e76551e926a319c49db9a61d406dec3b169d3e16cfbe0f16045279aaa03fb1d9"` Dec 15 15:30:34.051 INFO running `"docker" "rm" "-f" "e76551e926a319c49db9a61d406dec3b169d3e16cfbe0f16045279aaa03fb1d9"` Dec 15 15:30:34.415 INFO [stdout] e76551e926a319c49db9a61d406dec3b169d3e16cfbe0f16045279aaa03fb1d9