Nov 17 01:59:14.967 INFO testing gnuvince/ev against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 17 01:59:14.969 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-6/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/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 01:59:15.436 INFO [stdout] 7086976040ee3a5270e9f1c41b40343659d96c47bc97710040010fd6a39a9be5 Nov 17 01:59:15.443 INFO running `"docker" "start" "-a" "7086976040ee3a5270e9f1c41b40343659d96c47bc97710040010fd6a39a9be5"` Nov 17 01:59:16.574 INFO [stderr] usermod: no changes Nov 17 01:59:16.617 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 17 01:59:16.618 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 17 01:59:16.618 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 17 01:59:16.618 INFO [stderr] files will be included as a binary target: Nov 17 01:59:16.619 INFO [stderr] Nov 17 01:59:16.619 INFO [stderr] * /source/src/main.rs Nov 17 01:59:16.619 INFO [stderr] Nov 17 01:59:16.619 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 17 01:59:16.620 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 17 01:59:16.620 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 17 01:59:16.620 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 17 01:59:16.620 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 17 01:59:16.621 INFO [stderr] Nov 17 01:59:16.621 INFO [stderr] For more information on this warning you can consult Nov 17 01:59:16.621 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 17 01:59:16.621 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `ev`, Nov 17 01:59:16.622 INFO [stderr] please set bin.path in Cargo.toml Nov 17 01:59:16.635 INFO [stderr] Compiling ev-dice v0.5.1 (/source) Nov 17 01:59:18.074 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.47s Nov 17 01:59:18.074 INFO [stderr] su: No module specific data is present Nov 17 01:59:18.697 INFO running `"docker" "inspect" "7086976040ee3a5270e9f1c41b40343659d96c47bc97710040010fd6a39a9be5"` Nov 17 01:59:18.907 INFO running `"docker" "rm" "-f" "7086976040ee3a5270e9f1c41b40343659d96c47bc97710040010fd6a39a9be5"` Nov 17 01:59:19.251 INFO [stdout] 7086976040ee3a5270e9f1c41b40343659d96c47bc97710040010fd6a39a9be5 Nov 17 01:59:19.254 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-6/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/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 01:59:19.727 INFO [stdout] fcd22374c099408119e9aa832980bee9caa38a0264bf029c4b727f25d104cec4 Nov 17 01:59:19.730 INFO running `"docker" "start" "-a" "fcd22374c099408119e9aa832980bee9caa38a0264bf029c4b727f25d104cec4"` Nov 17 01:59:21.222 INFO [stderr] usermod: no changes Nov 17 01:59:21.279 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 17 01:59:21.279 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 17 01:59:21.279 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 17 01:59:21.279 INFO [stderr] files will be included as a binary target: Nov 17 01:59:21.279 INFO [stderr] Nov 17 01:59:21.279 INFO [stderr] * /source/src/main.rs Nov 17 01:59:21.279 INFO [stderr] Nov 17 01:59:21.279 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 17 01:59:21.279 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 17 01:59:21.279 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 17 01:59:21.279 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 17 01:59:21.279 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 17 01:59:21.279 INFO [stderr] Nov 17 01:59:21.279 INFO [stderr] For more information on this warning you can consult Nov 17 01:59:21.279 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 17 01:59:21.279 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `ev`, Nov 17 01:59:21.279 INFO [stderr] please set bin.path in Cargo.toml Nov 17 01:59:21.291 INFO [stderr] Compiling ev-dice v0.5.1 (/source) Nov 17 01:59:22.799 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.55s Nov 17 01:59:22.801 INFO [stderr] su: No module specific data is present Nov 17 01:59:23.434 INFO running `"docker" "inspect" "fcd22374c099408119e9aa832980bee9caa38a0264bf029c4b727f25d104cec4"` Nov 17 01:59:23.645 INFO running `"docker" "rm" "-f" "fcd22374c099408119e9aa832980bee9caa38a0264bf029c4b727f25d104cec4"` Nov 17 01:59:23.802 INFO [stdout] fcd22374c099408119e9aa832980bee9caa38a0264bf029c4b727f25d104cec4 Nov 17 01:59:23.805 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-6/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/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 01:59:24.115 INFO [stdout] 0e4c23ace06f738eecf20f71d7e790160f1d5a44e1838a96cc1b000f31c52e76 Nov 17 01:59:24.117 INFO running `"docker" "start" "-a" "0e4c23ace06f738eecf20f71d7e790160f1d5a44e1838a96cc1b000f31c52e76"` Nov 17 01:59:25.148 INFO [stderr] usermod: no changes Nov 17 01:59:25.231 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 17 01:59:25.231 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 17 01:59:25.232 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 17 01:59:25.235 INFO [stderr] files will be included as a binary target: Nov 17 01:59:25.235 INFO [stderr] Nov 17 01:59:25.235 INFO [stderr] * /source/src/main.rs Nov 17 01:59:25.236 INFO [stderr] Nov 17 01:59:25.236 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 17 01:59:25.236 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 17 01:59:25.237 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 17 01:59:25.237 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 17 01:59:25.237 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 17 01:59:25.238 INFO [stderr] Nov 17 01:59:25.238 INFO [stderr] For more information on this warning you can consult Nov 17 01:59:25.238 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 17 01:59:25.238 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `ev`, Nov 17 01:59:25.239 INFO [stderr] please set bin.path in Cargo.toml Nov 17 01:59:25.247 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s Nov 17 01:59:25.247 INFO [stderr] Running /target/debug/deps/ev-9ef47335b5ec73fd Nov 17 01:59:25.255 INFO [stdout] Nov 17 01:59:25.255 INFO [stdout] running 3 tests Nov 17 01:59:25.256 INFO [stdout] test test_print ... ok Nov 17 01:59:25.256 INFO [stdout] test test_roll ... ok Nov 17 01:59:25.256 INFO [stdout] test test_parse ... ok Nov 17 01:59:25.256 INFO [stdout] Nov 17 01:59:25.256 INFO [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 01:59:25.256 INFO [stdout] Nov 17 01:59:25.258 INFO [stderr] su: No module specific data is present Nov 17 01:59:25.755 INFO running `"docker" "inspect" "0e4c23ace06f738eecf20f71d7e790160f1d5a44e1838a96cc1b000f31c52e76"` Nov 17 01:59:26.020 INFO running `"docker" "rm" "-f" "0e4c23ace06f738eecf20f71d7e790160f1d5a44e1838a96cc1b000f31c52e76"` Nov 17 01:59:26.311 INFO [stdout] 0e4c23ace06f738eecf20f71d7e790160f1d5a44e1838a96cc1b000f31c52e76