Dec 05 19:15:43.573 INFO testing jswrenn/turnout-for-what against master#906deae0790bd18681b937fe9a141a3c26cf1855 for pr-56514 Dec 05 19:15:43.574 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-3/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/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 19:15:44.158 INFO [stdout] 27caf2aa7ac534a74300b0d64d0756cf1b8f599bd9be078b16fb4064f876c514 Dec 05 19:15:44.160 INFO running `"docker" "start" "-a" "27caf2aa7ac534a74300b0d64d0756cf1b8f599bd9be078b16fb4064f876c514"` Dec 05 19:15:45.957 INFO [stderr] usermod: no changes Dec 05 19:15:46.048 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 05 19:15:46.048 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 05 19:15:46.048 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 05 19:15:46.048 INFO [stderr] files will be included as a binary target: Dec 05 19:15:46.048 INFO [stderr] Dec 05 19:15:46.048 INFO [stderr] * /source/src/main.rs Dec 05 19:15:46.048 INFO [stderr] Dec 05 19:15:46.048 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 05 19:15:46.048 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 05 19:15:46.048 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 05 19:15:46.048 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 05 19:15:46.048 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 05 19:15:46.048 INFO [stderr] Dec 05 19:15:46.048 INFO [stderr] For more information on this warning you can consult Dec 05 19:15:46.048 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 05 19:15:46.048 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `tfw`, Dec 05 19:15:46.048 INFO [stderr] please set bin.path in Cargo.toml Dec 05 19:15:46.104 INFO [stderr] Compiling turnout-for-what v0.2.0 (/source) Dec 05 19:15:48.010 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.03s Dec 05 19:15:48.023 INFO [stderr] su: No module specific data is present Dec 05 19:15:48.508 INFO running `"docker" "inspect" "27caf2aa7ac534a74300b0d64d0756cf1b8f599bd9be078b16fb4064f876c514"` Dec 05 19:15:48.820 INFO running `"docker" "rm" "-f" "27caf2aa7ac534a74300b0d64d0756cf1b8f599bd9be078b16fb4064f876c514"` Dec 05 19:15:49.124 INFO [stdout] 27caf2aa7ac534a74300b0d64d0756cf1b8f599bd9be078b16fb4064f876c514 Dec 05 19:15:49.130 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-3/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/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 19:15:49.618 INFO [stdout] 87fca77dc3bd0cdf502c9ed4aead38145c09cce0b1e54fe9edf03479fda4cec2 Dec 05 19:15:49.620 INFO running `"docker" "start" "-a" "87fca77dc3bd0cdf502c9ed4aead38145c09cce0b1e54fe9edf03479fda4cec2"` Dec 05 19:15:51.128 INFO [stderr] usermod: no changes Dec 05 19:15:51.164 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 05 19:15:51.164 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 05 19:15:51.164 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 05 19:15:51.164 INFO [stderr] files will be included as a binary target: Dec 05 19:15:51.164 INFO [stderr] Dec 05 19:15:51.164 INFO [stderr] * /source/src/main.rs Dec 05 19:15:51.164 INFO [stderr] Dec 05 19:15:51.164 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 05 19:15:51.164 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 05 19:15:51.164 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 05 19:15:51.164 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 05 19:15:51.164 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 05 19:15:51.165 INFO [stderr] Dec 05 19:15:51.165 INFO [stderr] For more information on this warning you can consult Dec 05 19:15:51.165 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 05 19:15:51.165 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `tfw`, Dec 05 19:15:51.165 INFO [stderr] please set bin.path in Cargo.toml Dec 05 19:15:51.192 INFO [stderr] Compiling turnout-for-what v0.2.0 (/source) Dec 05 19:15:52.152 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.00s Dec 05 19:15:52.156 INFO [stderr] su: No module specific data is present Dec 05 19:15:52.760 INFO running `"docker" "inspect" "87fca77dc3bd0cdf502c9ed4aead38145c09cce0b1e54fe9edf03479fda4cec2"` Dec 05 19:15:53.076 INFO running `"docker" "rm" "-f" "87fca77dc3bd0cdf502c9ed4aead38145c09cce0b1e54fe9edf03479fda4cec2"` Dec 05 19:15:53.312 INFO [stdout] 87fca77dc3bd0cdf502c9ed4aead38145c09cce0b1e54fe9edf03479fda4cec2 Dec 05 19:15:53.314 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-3/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/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 19:15:53.786 INFO [stdout] 51e0f83bbcd1d348a0818ec974b15985bbfde344e01beca18633359e59acf8d5 Dec 05 19:15:53.790 INFO running `"docker" "start" "-a" "51e0f83bbcd1d348a0818ec974b15985bbfde344e01beca18633359e59acf8d5"` Dec 05 19:15:55.208 INFO [stderr] usermod: no changes Dec 05 19:15:55.244 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 05 19:15:55.244 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 05 19:15:55.244 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 05 19:15:55.244 INFO [stderr] files will be included as a binary target: Dec 05 19:15:55.244 INFO [stderr] Dec 05 19:15:55.244 INFO [stderr] * /source/src/main.rs Dec 05 19:15:55.244 INFO [stderr] Dec 05 19:15:55.244 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 05 19:15:55.244 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 05 19:15:55.244 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 05 19:15:55.244 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 05 19:15:55.244 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 05 19:15:55.244 INFO [stderr] Dec 05 19:15:55.244 INFO [stderr] For more information on this warning you can consult Dec 05 19:15:55.244 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 05 19:15:55.244 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `tfw`, Dec 05 19:15:55.244 INFO [stderr] please set bin.path in Cargo.toml Dec 05 19:15:55.272 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s Dec 05 19:15:55.288 INFO [stderr] Running /target/debug/deps/tfw-b64d3398ed560c27 Dec 05 19:15:55.290 INFO [stdout] Dec 05 19:15:55.290 INFO [stdout] running 0 tests Dec 05 19:15:55.290 INFO [stdout] Dec 05 19:15:55.290 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 05 19:15:55.290 INFO [stdout] Dec 05 19:15:55.292 INFO [stderr] su: No module specific data is present Dec 05 19:15:56.252 INFO running `"docker" "inspect" "51e0f83bbcd1d348a0818ec974b15985bbfde344e01beca18633359e59acf8d5"` Dec 05 19:15:56.658 INFO running `"docker" "rm" "-f" "51e0f83bbcd1d348a0818ec974b15985bbfde344e01beca18633359e59acf8d5"` Dec 05 19:15:56.960 INFO [stdout] 51e0f83bbcd1d348a0818ec974b15985bbfde344e01beca18633359e59acf8d5