Dec 05 07:14:05.091 INFO testing sirlag/WordsWithEnemies against master#906deae0790bd18681b937fe9a141a3c26cf1855 for pr-56514 Dec 05 07:14:05.091 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-5/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/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 +906deae0790bd18681b937fe9a141a3c26cf1855-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 05 07:14:05.512 INFO [stdout] eef1d6499ffda6b92ded308d25d07ef10d7a40051095d2a0dfdd34c6815f87a9 Dec 05 07:14:05.515 INFO running `"docker" "start" "-a" "eef1d6499ffda6b92ded308d25d07ef10d7a40051095d2a0dfdd34c6815f87a9"` Dec 05 07:14:06.856 INFO [stderr] usermod: no changes Dec 05 07:14:06.905 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 05 07:14:06.905 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 05 07:14:06.905 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 05 07:14:06.905 INFO [stderr] files will be included as a binary target: Dec 05 07:14:06.905 INFO [stderr] Dec 05 07:14:06.905 INFO [stderr] * /source/src/main.rs Dec 05 07:14:06.905 INFO [stderr] Dec 05 07:14:06.905 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 05 07:14:06.905 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 05 07:14:06.905 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 05 07:14:06.905 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 05 07:14:06.905 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 05 07:14:06.905 INFO [stderr] Dec 05 07:14:06.905 INFO [stderr] For more information on this warning you can consult Dec 05 07:14:06.905 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 05 07:14:06.905 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `WWE`, Dec 05 07:14:06.905 INFO [stderr] please set bin.path in Cargo.toml Dec 05 07:14:06.908 INFO [stderr] Compiling WordsWithEnemies v0.0.1 (/source) Dec 05 07:14:07.204 INFO [stderr] warning: crate `WWE` should have a snake case name such as `wwe` Dec 05 07:14:07.205 INFO [stderr] | Dec 05 07:14:07.205 INFO [stderr] = note: #[warn(non_snake_case)] on by default Dec 05 07:14:07.205 INFO [stderr] Dec 05 07:14:07.748 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.86s Dec 05 07:14:07.752 INFO [stderr] su: No module specific data is present Dec 05 07:14:08.666 INFO running `"docker" "inspect" "eef1d6499ffda6b92ded308d25d07ef10d7a40051095d2a0dfdd34c6815f87a9"` Dec 05 07:14:09.010 INFO running `"docker" "rm" "-f" "eef1d6499ffda6b92ded308d25d07ef10d7a40051095d2a0dfdd34c6815f87a9"` Dec 05 07:14:09.327 INFO [stdout] eef1d6499ffda6b92ded308d25d07ef10d7a40051095d2a0dfdd34c6815f87a9 Dec 05 07:14:09.334 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-5/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/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 +906deae0790bd18681b937fe9a141a3c26cf1855-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 05 07:14:09.770 INFO [stdout] 59ed47bf59833b2728f58290f92e86d2adeb50bff01595a240e7c065efbf176c Dec 05 07:14:09.772 INFO running `"docker" "start" "-a" "59ed47bf59833b2728f58290f92e86d2adeb50bff01595a240e7c065efbf176c"` Dec 05 07:14:11.204 INFO [stderr] usermod: no changes Dec 05 07:14:11.272 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 05 07:14:11.272 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 05 07:14:11.272 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 05 07:14:11.272 INFO [stderr] files will be included as a binary target: Dec 05 07:14:11.272 INFO [stderr] Dec 05 07:14:11.272 INFO [stderr] * /source/src/main.rs Dec 05 07:14:11.272 INFO [stderr] Dec 05 07:14:11.272 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 05 07:14:11.272 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 05 07:14:11.272 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 05 07:14:11.272 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 05 07:14:11.272 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 05 07:14:11.272 INFO [stderr] Dec 05 07:14:11.272 INFO [stderr] For more information on this warning you can consult Dec 05 07:14:11.272 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 05 07:14:11.272 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `WWE`, Dec 05 07:14:11.272 INFO [stderr] please set bin.path in Cargo.toml Dec 05 07:14:11.284 INFO [stderr] Compiling WordsWithEnemies v0.0.1 (/source) Dec 05 07:14:11.656 INFO [stderr] warning: crate `WWE` should have a snake case name such as `wwe` Dec 05 07:14:11.664 INFO [stderr] | Dec 05 07:14:11.664 INFO [stderr] = note: #[warn(non_snake_case)] on by default Dec 05 07:14:11.664 INFO [stderr] Dec 05 07:14:12.014 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.78s Dec 05 07:14:12.014 INFO [stderr] su: No module specific data is present Dec 05 07:14:12.736 INFO running `"docker" "inspect" "59ed47bf59833b2728f58290f92e86d2adeb50bff01595a240e7c065efbf176c"` Dec 05 07:14:13.034 INFO running `"docker" "rm" "-f" "59ed47bf59833b2728f58290f92e86d2adeb50bff01595a240e7c065efbf176c"` Dec 05 07:14:13.256 INFO [stdout] 59ed47bf59833b2728f58290f92e86d2adeb50bff01595a240e7c065efbf176c Dec 05 07:14:13.266 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-5/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/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 +906deae0790bd18681b937fe9a141a3c26cf1855-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 05 07:14:13.726 INFO [stdout] 2822c7ca228b8bf0fa3df0f0d3ac5744856e3adf4e2d64ef65d1c8a671839c86 Dec 05 07:14:13.728 INFO running `"docker" "start" "-a" "2822c7ca228b8bf0fa3df0f0d3ac5744856e3adf4e2d64ef65d1c8a671839c86"` Dec 05 07:14:15.579 INFO [stderr] usermod: no changes Dec 05 07:14:15.640 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 05 07:14:15.640 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 05 07:14:15.640 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 05 07:14:15.640 INFO [stderr] files will be included as a binary target: Dec 05 07:14:15.640 INFO [stderr] Dec 05 07:14:15.640 INFO [stderr] * /source/src/main.rs Dec 05 07:14:15.640 INFO [stderr] Dec 05 07:14:15.640 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 05 07:14:15.640 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 05 07:14:15.640 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 05 07:14:15.640 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 05 07:14:15.640 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 05 07:14:15.640 INFO [stderr] Dec 05 07:14:15.640 INFO [stderr] For more information on this warning you can consult Dec 05 07:14:15.640 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 05 07:14:15.640 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `WWE`, Dec 05 07:14:15.640 INFO [stderr] please set bin.path in Cargo.toml Dec 05 07:14:15.642 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s Dec 05 07:14:15.648 INFO [stderr] Running /target/debug/deps/WWE-c51941681845368b Dec 05 07:14:15.658 INFO [stdout] Dec 05 07:14:15.658 INFO [stdout] running 0 tests Dec 05 07:14:15.658 INFO [stdout] Dec 05 07:14:15.658 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 05 07:14:15.658 INFO [stdout] Dec 05 07:14:15.660 INFO [stderr] su: No module specific data is present Dec 05 07:14:17.128 INFO running `"docker" "inspect" "2822c7ca228b8bf0fa3df0f0d3ac5744856e3adf4e2d64ef65d1c8a671839c86"` Dec 05 07:14:17.424 INFO running `"docker" "rm" "-f" "2822c7ca228b8bf0fa3df0f0d3ac5744856e3adf4e2d64ef65d1c8a671839c86"` Dec 05 07:14:17.768 INFO [stdout] 2822c7ca228b8bf0fa3df0f0d3ac5744856e3adf4e2d64ef65d1c8a671839c86