Dec 13 17:42:03.992 INFO testing haxelion/bcmp-cli against try#aa49d8ef14939ddec0e34b346b60174a5673d48f for pr-56550 Dec 13 17:42:03.992 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-0/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-56550/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/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 +aa49d8ef14939ddec0e34b346b60174a5673d48f-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 17:42:04.351 INFO [stdout] 0ba138f96c9d70a0f193d01d1d28bd3c634f123b846997b2d7b1274996e96e68 Dec 13 17:42:04.351 INFO running `"docker" "start" "-a" "0ba138f96c9d70a0f193d01d1d28bd3c634f123b846997b2d7b1274996e96e68"` Dec 13 17:42:06.095 INFO [stderr] usermod: no changes Dec 13 17:42:06.137 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 13 17:42:06.150 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 13 17:42:06.150 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 13 17:42:06.150 INFO [stderr] files will be included as a binary target: Dec 13 17:42:06.150 INFO [stderr] Dec 13 17:42:06.150 INFO [stderr] * /source/src/main.rs Dec 13 17:42:06.150 INFO [stderr] Dec 13 17:42:06.150 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 13 17:42:06.150 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 13 17:42:06.150 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 13 17:42:06.150 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 13 17:42:06.150 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 13 17:42:06.151 INFO [stderr] Dec 13 17:42:06.151 INFO [stderr] For more information on this warning you can consult Dec 13 17:42:06.151 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 13 17:42:06.151 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `bcmp`, Dec 13 17:42:06.151 INFO [stderr] please set bin.path in Cargo.toml Dec 13 17:42:06.210 INFO [stderr] Compiling syn v0.11.9 Dec 13 17:42:06.211 INFO [stderr] Compiling clap v2.24.0 Dec 13 17:42:11.351 INFO [stderr] Compiling bytepack_derive v0.2.0 Dec 13 17:42:14.065 INFO [stderr] Compiling bytepack v0.3.1 Dec 13 17:42:14.754 INFO [stderr] Compiling bcmp v0.4.0 Dec 13 17:42:33.058 INFO [stderr] Compiling bcmp-cli v0.1.0 (/source) Dec 13 17:42:35.599 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 29.47s Dec 13 17:42:35.607 INFO [stderr] su: No module specific data is present Dec 13 17:42:36.182 INFO running `"docker" "inspect" "0ba138f96c9d70a0f193d01d1d28bd3c634f123b846997b2d7b1274996e96e68"` Dec 13 17:42:36.283 INFO running `"docker" "rm" "-f" "0ba138f96c9d70a0f193d01d1d28bd3c634f123b846997b2d7b1274996e96e68"` Dec 13 17:42:36.386 INFO [stdout] 0ba138f96c9d70a0f193d01d1d28bd3c634f123b846997b2d7b1274996e96e68 Dec 13 17:42:36.388 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-0/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-56550/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/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 +aa49d8ef14939ddec0e34b346b60174a5673d48f-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 17:42:36.663 INFO [stdout] 6f09fc1911b392f3a1b65ad124dfe92b7ebb0d615ef0dc02e45c0a248b73c221 Dec 13 17:42:36.663 INFO running `"docker" "start" "-a" "6f09fc1911b392f3a1b65ad124dfe92b7ebb0d615ef0dc02e45c0a248b73c221"` Dec 13 17:42:37.056 INFO [stderr] usermod: no changes Dec 13 17:42:37.077 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 13 17:42:37.077 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 13 17:42:37.077 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 13 17:42:37.077 INFO [stderr] files will be included as a binary target: Dec 13 17:42:37.077 INFO [stderr] Dec 13 17:42:37.077 INFO [stderr] * /source/src/main.rs Dec 13 17:42:37.077 INFO [stderr] Dec 13 17:42:37.077 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 13 17:42:37.077 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 13 17:42:37.077 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 13 17:42:37.077 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 13 17:42:37.077 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 13 17:42:37.077 INFO [stderr] Dec 13 17:42:37.077 INFO [stderr] For more information on this warning you can consult Dec 13 17:42:37.077 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 13 17:42:37.077 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `bcmp`, Dec 13 17:42:37.077 INFO [stderr] please set bin.path in Cargo.toml Dec 13 17:42:37.104 INFO [stderr] Compiling bcmp-cli v0.1.0 (/source) Dec 13 17:42:38.059 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.98s Dec 13 17:42:38.062 INFO [stderr] su: No module specific data is present Dec 13 17:42:38.432 INFO running `"docker" "inspect" "6f09fc1911b392f3a1b65ad124dfe92b7ebb0d615ef0dc02e45c0a248b73c221"` Dec 13 17:42:38.543 INFO running `"docker" "rm" "-f" "6f09fc1911b392f3a1b65ad124dfe92b7ebb0d615ef0dc02e45c0a248b73c221"` Dec 13 17:42:38.626 INFO [stdout] 6f09fc1911b392f3a1b65ad124dfe92b7ebb0d615ef0dc02e45c0a248b73c221 Dec 13 17:42:38.630 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-0/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-56550/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/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 +aa49d8ef14939ddec0e34b346b60174a5673d48f-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 17:42:38.861 INFO [stdout] a52f0ac8f8d4bf45ad0d4a10ee81e1effc50488d81c659e41581978a73a7101a Dec 13 17:42:38.863 INFO running `"docker" "start" "-a" "a52f0ac8f8d4bf45ad0d4a10ee81e1effc50488d81c659e41581978a73a7101a"` Dec 13 17:42:39.288 INFO [stderr] usermod: no changes Dec 13 17:42:39.315 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 13 17:42:39.315 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 13 17:42:39.315 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 13 17:42:39.315 INFO [stderr] files will be included as a binary target: Dec 13 17:42:39.315 INFO [stderr] Dec 13 17:42:39.315 INFO [stderr] * /source/src/main.rs Dec 13 17:42:39.315 INFO [stderr] Dec 13 17:42:39.315 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 13 17:42:39.315 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 13 17:42:39.315 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 13 17:42:39.315 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 13 17:42:39.315 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 13 17:42:39.315 INFO [stderr] Dec 13 17:42:39.315 INFO [stderr] For more information on this warning you can consult Dec 13 17:42:39.315 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 13 17:42:39.315 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `bcmp`, Dec 13 17:42:39.315 INFO [stderr] please set bin.path in Cargo.toml Dec 13 17:42:39.347 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s Dec 13 17:42:39.349 INFO [stderr] Running /target/debug/deps/bcmp-1bc25f2d65a3e355 Dec 13 17:42:39.352 INFO [stdout] Dec 13 17:42:39.352 INFO [stdout] running 0 tests Dec 13 17:42:39.352 INFO [stdout] Dec 13 17:42:39.352 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 13 17:42:39.352 INFO [stdout] Dec 13 17:42:39.354 INFO [stderr] su: No module specific data is present Dec 13 17:42:39.886 INFO running `"docker" "inspect" "a52f0ac8f8d4bf45ad0d4a10ee81e1effc50488d81c659e41581978a73a7101a"` Dec 13 17:42:40.173 INFO running `"docker" "rm" "-f" "a52f0ac8f8d4bf45ad0d4a10ee81e1effc50488d81c659e41581978a73a7101a"` Dec 13 17:42:40.473 INFO [stdout] a52f0ac8f8d4bf45ad0d4a10ee81e1effc50488d81c659e41581978a73a7101a