Dec 05 21:55:51.794 INFO testing haxelion/bcmp-cli against master#906deae0790bd18681b937fe9a141a3c26cf1855 for pr-56514 Dec 05 21:55:51.794 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-1/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/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 21:55:51.955 INFO [stdout] 5a196aab506473e359819004bf78aa1470fabb50c151e164fc71a1c69df783da Dec 05 21:55:51.957 INFO running `"docker" "start" "-a" "5a196aab506473e359819004bf78aa1470fabb50c151e164fc71a1c69df783da"` Dec 05 21:55:52.326 INFO [stderr] usermod: no changes Dec 05 21:55:52.345 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 05 21:55:52.345 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 05 21:55:52.345 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 05 21:55:52.345 INFO [stderr] files will be included as a binary target: Dec 05 21:55:52.345 INFO [stderr] Dec 05 21:55:52.345 INFO [stderr] * /source/src/main.rs Dec 05 21:55:52.345 INFO [stderr] Dec 05 21:55:52.345 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 05 21:55:52.345 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 05 21:55:52.345 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 05 21:55:52.345 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 05 21:55:52.345 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 05 21:55:52.345 INFO [stderr] Dec 05 21:55:52.345 INFO [stderr] For more information on this warning you can consult Dec 05 21:55:52.345 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 05 21:55:52.345 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `bcmp`, Dec 05 21:55:52.345 INFO [stderr] please set bin.path in Cargo.toml Dec 05 21:55:52.377 INFO [stderr] Compiling syn v0.11.9 Dec 05 21:55:52.377 INFO [stderr] Compiling clap v2.24.0 Dec 05 21:55:56.065 INFO [stderr] Compiling bytepack_derive v0.2.0 Dec 05 21:55:57.630 INFO [stderr] Compiling bytepack v0.3.1 Dec 05 21:55:58.134 INFO [stderr] Compiling bcmp v0.4.0 Dec 05 21:56:08.996 INFO [stderr] Compiling bcmp-cli v0.1.0 (/source) Dec 05 21:56:10.580 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 18.24s Dec 05 21:56:10.584 INFO [stderr] su: No module specific data is present Dec 05 21:56:10.841 INFO running `"docker" "inspect" "5a196aab506473e359819004bf78aa1470fabb50c151e164fc71a1c69df783da"` Dec 05 21:56:10.944 INFO running `"docker" "rm" "-f" "5a196aab506473e359819004bf78aa1470fabb50c151e164fc71a1c69df783da"` Dec 05 21:56:11.040 INFO [stdout] 5a196aab506473e359819004bf78aa1470fabb50c151e164fc71a1c69df783da Dec 05 21:56:11.046 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-1/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/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 21:56:11.206 INFO [stdout] df0f16c3c4bd213207f5b7d90a4a391a642704d95aa25b5c6012599befa65d57 Dec 05 21:56:11.210 INFO running `"docker" "start" "-a" "df0f16c3c4bd213207f5b7d90a4a391a642704d95aa25b5c6012599befa65d57"` Dec 05 21:56:11.645 INFO [stderr] usermod: no changes Dec 05 21:56:11.671 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 05 21:56:11.671 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 05 21:56:11.671 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 05 21:56:11.671 INFO [stderr] files will be included as a binary target: Dec 05 21:56:11.671 INFO [stderr] Dec 05 21:56:11.671 INFO [stderr] * /source/src/main.rs Dec 05 21:56:11.671 INFO [stderr] Dec 05 21:56:11.671 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 05 21:56:11.671 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 05 21:56:11.671 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 05 21:56:11.671 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 05 21:56:11.671 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 05 21:56:11.671 INFO [stderr] Dec 05 21:56:11.671 INFO [stderr] For more information on this warning you can consult Dec 05 21:56:11.671 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 05 21:56:11.671 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `bcmp`, Dec 05 21:56:11.671 INFO [stderr] please set bin.path in Cargo.toml Dec 05 21:56:11.703 INFO [stderr] Compiling bcmp-cli v0.1.0 (/source) Dec 05 21:56:12.665 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.00s Dec 05 21:56:12.669 INFO [stderr] su: No module specific data is present Dec 05 21:56:13.493 INFO running `"docker" "inspect" "df0f16c3c4bd213207f5b7d90a4a391a642704d95aa25b5c6012599befa65d57"` Dec 05 21:56:13.727 INFO running `"docker" "rm" "-f" "df0f16c3c4bd213207f5b7d90a4a391a642704d95aa25b5c6012599befa65d57"` Dec 05 21:56:13.976 INFO [stdout] df0f16c3c4bd213207f5b7d90a4a391a642704d95aa25b5c6012599befa65d57 Dec 05 21:56:13.976 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-1/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/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 21:56:14.328 INFO [stdout] f75783f3ef8b5cae9850cd687fbc30b87cd3a7542e121166a25f9cb6fbb0407b Dec 05 21:56:14.336 INFO running `"docker" "start" "-a" "f75783f3ef8b5cae9850cd687fbc30b87cd3a7542e121166a25f9cb6fbb0407b"` Dec 05 21:56:15.688 INFO [stderr] usermod: no changes Dec 05 21:56:15.763 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 05 21:56:15.763 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 05 21:56:15.763 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 05 21:56:15.763 INFO [stderr] files will be included as a binary target: Dec 05 21:56:15.763 INFO [stderr] Dec 05 21:56:15.763 INFO [stderr] * /source/src/main.rs Dec 05 21:56:15.763 INFO [stderr] Dec 05 21:56:15.763 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 05 21:56:15.763 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 05 21:56:15.763 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 05 21:56:15.763 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 05 21:56:15.763 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 05 21:56:15.763 INFO [stderr] Dec 05 21:56:15.763 INFO [stderr] For more information on this warning you can consult Dec 05 21:56:15.763 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 05 21:56:15.763 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `bcmp`, Dec 05 21:56:15.763 INFO [stderr] please set bin.path in Cargo.toml Dec 05 21:56:15.833 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.12s Dec 05 21:56:15.845 INFO [stderr] Running /target/debug/deps/bcmp-248e03663eefb7b9 Dec 05 21:56:15.847 INFO [stdout] Dec 05 21:56:15.847 INFO [stdout] running 0 tests Dec 05 21:56:15.847 INFO [stdout] Dec 05 21:56:15.847 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 05 21:56:15.847 INFO [stdout] Dec 05 21:56:15.849 INFO [stderr] su: No module specific data is present Dec 05 21:56:17.278 INFO running `"docker" "inspect" "f75783f3ef8b5cae9850cd687fbc30b87cd3a7542e121166a25f9cb6fbb0407b"` Dec 05 21:56:17.532 INFO running `"docker" "rm" "-f" "f75783f3ef8b5cae9850cd687fbc30b87cd3a7542e121166a25f9cb6fbb0407b"` Dec 05 21:56:17.803 INFO [stdout] f75783f3ef8b5cae9850cd687fbc30b87cd3a7542e121166a25f9cb6fbb0407b