Dec 05 21:55:35.305 INFO testing haxelion/bcmp-cli against try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468 for pr-56514 Dec 05 21:55:35.305 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-2/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-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 21:55:35.567 INFO [stdout] cbe54565228c56aaa15e0305a4dca0cf20befa4009a08c1403220b6a2d32551e Dec 05 21:55:35.569 INFO running `"docker" "start" "-a" "cbe54565228c56aaa15e0305a4dca0cf20befa4009a08c1403220b6a2d32551e"` Dec 05 21:55:36.297 INFO [stderr] usermod: no changes Dec 05 21:55:36.334 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 05 21:55:36.334 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 05 21:55:36.334 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 05 21:55:36.334 INFO [stderr] files will be included as a binary target: Dec 05 21:55:36.334 INFO [stderr] Dec 05 21:55:36.334 INFO [stderr] * /source/src/main.rs Dec 05 21:55:36.334 INFO [stderr] Dec 05 21:55:36.334 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 05 21:55:36.334 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 05 21:55:36.334 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 05 21:55:36.334 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 05 21:55:36.334 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 05 21:55:36.334 INFO [stderr] Dec 05 21:55:36.334 INFO [stderr] For more information on this warning you can consult Dec 05 21:55:36.334 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 05 21:55:36.334 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `bcmp`, Dec 05 21:55:36.334 INFO [stderr] please set bin.path in Cargo.toml Dec 05 21:55:36.382 INFO [stderr] Compiling syn v0.11.9 Dec 05 21:55:36.383 INFO [stderr] Compiling clap v2.24.0 Dec 05 21:55:40.283 INFO [stderr] Compiling bytepack_derive v0.2.0 Dec 05 21:55:41.620 INFO [stderr] Compiling bytepack v0.3.1 Dec 05 21:55:42.198 INFO [stderr] Compiling bcmp v0.4.0 Dec 05 21:55:54.017 INFO [stderr] Compiling bcmp-cli v0.1.0 (/source) Dec 05 21:55:56.306 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 19.98s Dec 05 21:55:56.311 INFO [stderr] su: No module specific data is present Dec 05 21:55:56.781 INFO running `"docker" "inspect" "cbe54565228c56aaa15e0305a4dca0cf20befa4009a08c1403220b6a2d32551e"` Dec 05 21:55:57.052 INFO running `"docker" "rm" "-f" "cbe54565228c56aaa15e0305a4dca0cf20befa4009a08c1403220b6a2d32551e"` Dec 05 21:55:57.347 INFO [stdout] cbe54565228c56aaa15e0305a4dca0cf20befa4009a08c1403220b6a2d32551e Dec 05 21:55:57.350 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-2/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-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 21:55:57.585 INFO [stdout] 70e058284265211cfb3c6bca5ddb6ef21fbdf41b5d5bcf5efae66ad6f750dca5 Dec 05 21:55:57.587 INFO running `"docker" "start" "-a" "70e058284265211cfb3c6bca5ddb6ef21fbdf41b5d5bcf5efae66ad6f750dca5"` Dec 05 21:55:58.015 INFO [stderr] usermod: no changes Dec 05 21:55:58.041 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 05 21:55:58.041 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 05 21:55:58.041 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 05 21:55:58.041 INFO [stderr] files will be included as a binary target: Dec 05 21:55:58.041 INFO [stderr] Dec 05 21:55:58.041 INFO [stderr] * /source/src/main.rs Dec 05 21:55:58.041 INFO [stderr] Dec 05 21:55:58.041 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 05 21:55:58.041 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 05 21:55:58.041 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 05 21:55:58.041 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 05 21:55:58.041 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 05 21:55:58.042 INFO [stderr] Dec 05 21:55:58.042 INFO [stderr] For more information on this warning you can consult Dec 05 21:55:58.042 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 05 21:55:58.042 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `bcmp`, Dec 05 21:55:58.042 INFO [stderr] please set bin.path in Cargo.toml Dec 05 21:55:58.071 INFO [stderr] Compiling bcmp-cli v0.1.0 (/source) Dec 05 21:55:59.065 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.03s Dec 05 21:55:59.072 INFO [stderr] su: No module specific data is present Dec 05 21:55:59.370 INFO running `"docker" "inspect" "70e058284265211cfb3c6bca5ddb6ef21fbdf41b5d5bcf5efae66ad6f750dca5"` Dec 05 21:55:59.568 INFO running `"docker" "rm" "-f" "70e058284265211cfb3c6bca5ddb6ef21fbdf41b5d5bcf5efae66ad6f750dca5"` Dec 05 21:55:59.888 INFO [stdout] 70e058284265211cfb3c6bca5ddb6ef21fbdf41b5d5bcf5efae66ad6f750dca5 Dec 05 21:55:59.894 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-2/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-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 21:56:00.228 INFO [stdout] 1ef25723bcdf08d812569be66f4e7cd71fff5125bc716f7a13d92cf1a548afae Dec 05 21:56:00.234 INFO running `"docker" "start" "-a" "1ef25723bcdf08d812569be66f4e7cd71fff5125bc716f7a13d92cf1a548afae"` Dec 05 21:56:00.875 INFO [stderr] usermod: no changes Dec 05 21:56:00.916 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 05 21:56:00.916 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 05 21:56:00.916 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 05 21:56:00.916 INFO [stderr] files will be included as a binary target: Dec 05 21:56:00.916 INFO [stderr] Dec 05 21:56:00.916 INFO [stderr] * /source/src/main.rs Dec 05 21:56:00.916 INFO [stderr] Dec 05 21:56:00.916 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 05 21:56:00.916 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 05 21:56:00.916 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 05 21:56:00.916 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 05 21:56:00.916 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 05 21:56:00.916 INFO [stderr] Dec 05 21:56:00.916 INFO [stderr] For more information on this warning you can consult Dec 05 21:56:00.916 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 05 21:56:00.916 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `bcmp`, Dec 05 21:56:00.916 INFO [stderr] please set bin.path in Cargo.toml Dec 05 21:56:00.947 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s Dec 05 21:56:00.948 INFO [stderr] Running /target/debug/deps/bcmp-3a6727e41af6b8c2 Dec 05 21:56:00.951 INFO [stdout] Dec 05 21:56:00.951 INFO [stdout] running 0 tests Dec 05 21:56:00.951 INFO [stdout] Dec 05 21:56:00.951 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 05 21:56:00.951 INFO [stdout] Dec 05 21:56:00.954 INFO [stderr] su: No module specific data is present Dec 05 21:56:01.329 INFO running `"docker" "inspect" "1ef25723bcdf08d812569be66f4e7cd71fff5125bc716f7a13d92cf1a548afae"` Dec 05 21:56:01.482 INFO running `"docker" "rm" "-f" "1ef25723bcdf08d812569be66f4e7cd71fff5125bc716f7a13d92cf1a548afae"` Dec 05 21:56:01.744 INFO [stdout] 1ef25723bcdf08d812569be66f4e7cd71fff5125bc716f7a13d92cf1a548afae