Dec 13 14:54:18.522 INFO testing jswrenn/turnout-for-what against master#bd47d6825bf4090517549d33cfef10d3300b4a75 for pr-56550 Dec 13 14:54:18.522 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-7/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/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 13 14:54:18.951 INFO [stdout] ca64e50f4229641de4c7c3a2973dd5532465dc2e95b747ae784155382a0993d0 Dec 13 14:54:18.957 INFO running `"docker" "start" "-a" "ca64e50f4229641de4c7c3a2973dd5532465dc2e95b747ae784155382a0993d0"` Dec 13 14:54:20.867 INFO [stderr] usermod: no changes Dec 13 14:54:20.912 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 13 14:54:20.912 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 13 14:54:20.912 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 13 14:54:20.912 INFO [stderr] files will be included as a binary target: Dec 13 14:54:20.912 INFO [stderr] Dec 13 14:54:20.912 INFO [stderr] * /source/src/main.rs Dec 13 14:54:20.912 INFO [stderr] Dec 13 14:54:20.912 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 13 14:54:20.912 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 13 14:54:20.912 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 13 14:54:20.912 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 13 14:54:20.912 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 13 14:54:20.912 INFO [stderr] Dec 13 14:54:20.912 INFO [stderr] For more information on this warning you can consult Dec 13 14:54:20.912 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 13 14:54:20.912 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `tfw`, Dec 13 14:54:20.912 INFO [stderr] please set bin.path in Cargo.toml Dec 13 14:54:20.967 INFO [stderr] Compiling turnout-for-what v0.2.0 (/source) Dec 13 14:54:23.073 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.18s Dec 13 14:54:23.077 INFO [stderr] su: No module specific data is present Dec 13 14:54:23.783 INFO running `"docker" "inspect" "ca64e50f4229641de4c7c3a2973dd5532465dc2e95b747ae784155382a0993d0"` Dec 13 14:54:24.177 INFO running `"docker" "rm" "-f" "ca64e50f4229641de4c7c3a2973dd5532465dc2e95b747ae784155382a0993d0"` Dec 13 14:54:24.486 INFO [stdout] ca64e50f4229641de4c7c3a2973dd5532465dc2e95b747ae784155382a0993d0 Dec 13 14:54:24.495 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-7/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/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 13 14:54:24.994 INFO [stdout] 842f352249a7194a3c0e7d58f108d72e31a9a5a47c18d228a079ce6866c66d47 Dec 13 14:54:24.996 INFO running `"docker" "start" "-a" "842f352249a7194a3c0e7d58f108d72e31a9a5a47c18d228a079ce6866c66d47"` Dec 13 14:54:26.875 INFO [stderr] usermod: no changes Dec 13 14:54:26.935 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 13 14:54:26.935 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 13 14:54:26.935 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 13 14:54:26.935 INFO [stderr] files will be included as a binary target: Dec 13 14:54:26.935 INFO [stderr] Dec 13 14:54:26.935 INFO [stderr] * /source/src/main.rs Dec 13 14:54:26.935 INFO [stderr] Dec 13 14:54:26.935 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 13 14:54:26.936 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 13 14:54:26.936 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 13 14:54:27.013 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 13 14:54:27.013 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 13 14:54:27.013 INFO [stderr] Dec 13 14:54:27.013 INFO [stderr] For more information on this warning you can consult Dec 13 14:54:27.013 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 13 14:54:27.013 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `tfw`, Dec 13 14:54:27.013 INFO [stderr] please set bin.path in Cargo.toml Dec 13 14:54:27.013 INFO [stderr] Compiling turnout-for-what v0.2.0 (/source) Dec 13 14:54:28.017 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.12s Dec 13 14:54:28.023 INFO [stderr] su: No module specific data is present Dec 13 14:54:28.631 INFO running `"docker" "inspect" "842f352249a7194a3c0e7d58f108d72e31a9a5a47c18d228a079ce6866c66d47"` Dec 13 14:54:28.888 INFO running `"docker" "rm" "-f" "842f352249a7194a3c0e7d58f108d72e31a9a5a47c18d228a079ce6866c66d47"` Dec 13 14:54:29.295 INFO [stdout] 842f352249a7194a3c0e7d58f108d72e31a9a5a47c18d228a079ce6866c66d47 Dec 13 14:54:29.297 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-7/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/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 13 14:54:29.832 INFO [stdout] f729e440be891f8d829240f510b27bd69ad8d16e1c75917b17ff244098f8cad4 Dec 13 14:54:29.835 INFO running `"docker" "start" "-a" "f729e440be891f8d829240f510b27bd69ad8d16e1c75917b17ff244098f8cad4"` Dec 13 14:54:31.607 INFO [stderr] usermod: no changes Dec 13 14:54:31.667 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 13 14:54:31.667 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 13 14:54:31.667 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 13 14:54:31.667 INFO [stderr] files will be included as a binary target: Dec 13 14:54:31.667 INFO [stderr] Dec 13 14:54:31.667 INFO [stderr] * /source/src/main.rs Dec 13 14:54:31.667 INFO [stderr] Dec 13 14:54:31.667 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 13 14:54:31.667 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 13 14:54:31.667 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 13 14:54:31.667 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 13 14:54:31.667 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 13 14:54:31.667 INFO [stderr] Dec 13 14:54:31.667 INFO [stderr] For more information on this warning you can consult Dec 13 14:54:31.667 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 13 14:54:31.667 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `tfw`, Dec 13 14:54:31.667 INFO [stderr] please set bin.path in Cargo.toml Dec 13 14:54:31.699 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.06s Dec 13 14:54:31.715 INFO [stderr] Running /target/debug/deps/tfw-50e5c4071e756300 Dec 13 14:54:31.721 INFO [stdout] Dec 13 14:54:31.721 INFO [stdout] running 0 tests Dec 13 14:54:31.721 INFO [stdout] Dec 13 14:54:31.721 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 13 14:54:31.721 INFO [stdout] Dec 13 14:54:31.727 INFO [stderr] su: No module specific data is present Dec 13 14:54:32.681 INFO running `"docker" "inspect" "f729e440be891f8d829240f510b27bd69ad8d16e1c75917b17ff244098f8cad4"` Dec 13 14:54:33.031 INFO running `"docker" "rm" "-f" "f729e440be891f8d829240f510b27bd69ad8d16e1c75917b17ff244098f8cad4"` Dec 13 14:54:33.523 INFO [stdout] f729e440be891f8d829240f510b27bd69ad8d16e1c75917b17ff244098f8cad4