Dec 13 17:42:08.028 INFO testing haxelion/bcmp-cli against master#bd47d6825bf4090517549d33cfef10d3300b4a75 for pr-56550 Dec 13 17:42:08.028 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-3/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/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 17:42:08.257 INFO [stdout] 33b2914ab8aafd241fecb68fc5f27e0ab5fa505778c859e359d94f1e8d547596 Dec 13 17:42:08.260 INFO running `"docker" "start" "-a" "33b2914ab8aafd241fecb68fc5f27e0ab5fa505778c859e359d94f1e8d547596"` Dec 13 17:42:08.795 INFO [stderr] usermod: no changes Dec 13 17:42:08.861 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 13 17:42:08.861 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 13 17:42:08.861 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 13 17:42:08.861 INFO [stderr] files will be included as a binary target: Dec 13 17:42:08.861 INFO [stderr] Dec 13 17:42:08.861 INFO [stderr] * /source/src/main.rs Dec 13 17:42:08.861 INFO [stderr] Dec 13 17:42:08.861 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 13 17:42:08.861 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 13 17:42:08.861 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 13 17:42:08.861 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 13 17:42:08.861 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 13 17:42:08.861 INFO [stderr] Dec 13 17:42:08.861 INFO [stderr] For more information on this warning you can consult Dec 13 17:42:08.861 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 13 17:42:08.861 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `bcmp`, Dec 13 17:42:08.861 INFO [stderr] please set bin.path in Cargo.toml Dec 13 17:42:08.972 INFO [stderr] Compiling syn v0.11.9 Dec 13 17:42:08.972 INFO [stderr] Compiling clap v2.24.0 Dec 13 17:42:14.624 INFO [stderr] Compiling bytepack_derive v0.2.0 Dec 13 17:42:16.691 INFO [stderr] Compiling bytepack v0.3.1 Dec 13 17:42:17.471 INFO [stderr] Compiling bcmp v0.4.0 Dec 13 17:42:34.588 INFO [stderr] Compiling bcmp-cli v0.1.0 (/source) Dec 13 17:42:36.831 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 28.01s Dec 13 17:42:36.835 INFO [stderr] su: No module specific data is present Dec 13 17:42:37.168 INFO running `"docker" "inspect" "33b2914ab8aafd241fecb68fc5f27e0ab5fa505778c859e359d94f1e8d547596"` Dec 13 17:42:37.304 INFO running `"docker" "rm" "-f" "33b2914ab8aafd241fecb68fc5f27e0ab5fa505778c859e359d94f1e8d547596"` Dec 13 17:42:37.431 INFO [stdout] 33b2914ab8aafd241fecb68fc5f27e0ab5fa505778c859e359d94f1e8d547596 Dec 13 17:42:37.629 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-3/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/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 17:42:37.898 INFO [stdout] 83dd6227459321d3b2efe0b997355742e08fcfbd62a3251e7286f35daa563a07 Dec 13 17:42:37.898 INFO running `"docker" "start" "-a" "83dd6227459321d3b2efe0b997355742e08fcfbd62a3251e7286f35daa563a07"` Dec 13 17:42:38.371 INFO [stderr] usermod: no changes Dec 13 17:42:38.372 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 13 17:42:38.372 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 13 17:42:38.372 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 13 17:42:38.372 INFO [stderr] files will be included as a binary target: Dec 13 17:42:38.372 INFO [stderr] Dec 13 17:42:38.372 INFO [stderr] * /source/src/main.rs Dec 13 17:42:38.372 INFO [stderr] Dec 13 17:42:38.372 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 13 17:42:38.372 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 13 17:42:38.372 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 13 17:42:38.372 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 13 17:42:38.372 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 13 17:42:38.372 INFO [stderr] Dec 13 17:42:38.372 INFO [stderr] For more information on this warning you can consult Dec 13 17:42:38.372 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 13 17:42:38.372 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `bcmp`, Dec 13 17:42:38.372 INFO [stderr] please set bin.path in Cargo.toml Dec 13 17:42:38.379 INFO [stderr] Compiling bcmp-cli v0.1.0 (/source) Dec 13 17:42:39.294 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.94s Dec 13 17:42:39.296 INFO [stderr] su: No module specific data is present Dec 13 17:42:39.884 INFO running `"docker" "inspect" "83dd6227459321d3b2efe0b997355742e08fcfbd62a3251e7286f35daa563a07"` Dec 13 17:42:40.219 INFO running `"docker" "rm" "-f" "83dd6227459321d3b2efe0b997355742e08fcfbd62a3251e7286f35daa563a07"` Dec 13 17:42:40.485 INFO [stdout] 83dd6227459321d3b2efe0b997355742e08fcfbd62a3251e7286f35daa563a07 Dec 13 17:42:40.490 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-3/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/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 17:42:40.931 INFO [stdout] 633cb9395d80f6942f315ed6feccaf350b1163045762dd0249ac6a545245042e Dec 13 17:42:40.931 INFO running `"docker" "start" "-a" "633cb9395d80f6942f315ed6feccaf350b1163045762dd0249ac6a545245042e"` Dec 13 17:42:42.190 INFO [stderr] usermod: no changes Dec 13 17:42:42.235 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 13 17:42:42.235 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 13 17:42:42.235 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 13 17:42:42.235 INFO [stderr] files will be included as a binary target: Dec 13 17:42:42.235 INFO [stderr] Dec 13 17:42:42.235 INFO [stderr] * /source/src/main.rs Dec 13 17:42:42.235 INFO [stderr] Dec 13 17:42:42.235 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 13 17:42:42.236 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 13 17:42:42.236 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 13 17:42:42.236 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 13 17:42:42.236 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 13 17:42:42.236 INFO [stderr] Dec 13 17:42:42.236 INFO [stderr] For more information on this warning you can consult Dec 13 17:42:42.236 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 13 17:42:42.236 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `bcmp`, Dec 13 17:42:42.236 INFO [stderr] please set bin.path in Cargo.toml Dec 13 17:42:42.236 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s Dec 13 17:42:42.277 INFO [stderr] Running /target/debug/deps/bcmp-3c27a79d5f15a1b8 Dec 13 17:42:42.277 INFO [stderr] su: No module specific data is present Dec 13 17:42:42.277 INFO [stdout] Dec 13 17:42:42.334 INFO [stdout] running 0 tests Dec 13 17:42:42.334 INFO [stdout] Dec 13 17:42:42.334 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 13 17:42:42.334 INFO [stdout] Dec 13 17:42:42.636 INFO running `"docker" "inspect" "633cb9395d80f6942f315ed6feccaf350b1163045762dd0249ac6a545245042e"` Dec 13 17:42:42.797 INFO running `"docker" "rm" "-f" "633cb9395d80f6942f315ed6feccaf350b1163045762dd0249ac6a545245042e"` Dec 13 17:42:42.902 INFO [stdout] 633cb9395d80f6942f315ed6feccaf350b1163045762dd0249ac6a545245042e