Nov 18 12:45:44.155 INFO testing google-abusiveexperiencereport1-cli-1.0.7+20171129 against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 18 12:45:44.156 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-2/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 18 12:45:44.672 INFO [stdout] bdc4978f389daee9a9edc79b8b9df1a36efc8881fb8194e7dc532e6500977b06 Nov 18 12:45:44.675 INFO running `"docker" "start" "-a" "bdc4978f389daee9a9edc79b8b9df1a36efc8881fb8194e7dc532e6500977b06"` Nov 18 12:45:47.037 INFO [stderr] usermod: no changes Nov 18 12:45:47.103 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 12:45:47.103 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 12:45:47.103 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 12:45:47.103 INFO [stderr] files will be included as a binary target: Nov 18 12:45:47.103 INFO [stderr] Nov 18 12:45:47.103 INFO [stderr] * /source/src/main.rs Nov 18 12:45:47.103 INFO [stderr] Nov 18 12:45:47.103 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 12:45:47.103 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 12:45:47.103 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 12:45:47.103 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 12:45:47.103 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 12:45:47.103 INFO [stderr] Nov 18 12:45:47.103 INFO [stderr] For more information on this warning you can consult Nov 18 12:45:47.103 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 12:45:47.103 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `abusiveexperiencereport1`, Nov 18 12:45:47.103 INFO [stderr] please set bin.path in Cargo.toml Nov 18 12:45:47.303 INFO [stderr] Compiling google-abusiveexperiencereport1 v1.0.8+20180904 Nov 18 12:45:52.141 INFO [stderr] Compiling google-abusiveexperiencereport1-cli v1.0.7+20171129 (/source) Nov 18 12:46:05.258 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 18.19s Nov 18 12:46:05.277 INFO [stderr] su: No module specific data is present Nov 18 12:46:05.917 INFO running `"docker" "inspect" "bdc4978f389daee9a9edc79b8b9df1a36efc8881fb8194e7dc532e6500977b06"` Nov 18 12:46:06.340 INFO running `"docker" "rm" "-f" "bdc4978f389daee9a9edc79b8b9df1a36efc8881fb8194e7dc532e6500977b06"` Nov 18 12:46:06.632 INFO [stdout] bdc4978f389daee9a9edc79b8b9df1a36efc8881fb8194e7dc532e6500977b06 Nov 18 12:46:06.638 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-2/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 18 12:46:07.035 INFO [stdout] 9d1cd0ec9ba22107aa1a7b08bc89787b46a32441871c9cdda43dabeee3d241a6 Nov 18 12:46:07.039 INFO running `"docker" "start" "-a" "9d1cd0ec9ba22107aa1a7b08bc89787b46a32441871c9cdda43dabeee3d241a6"` Nov 18 12:46:08.027 INFO [stderr] usermod: no changes Nov 18 12:46:08.087 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 12:46:08.087 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 12:46:08.087 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 12:46:08.087 INFO [stderr] files will be included as a binary target: Nov 18 12:46:08.087 INFO [stderr] Nov 18 12:46:08.087 INFO [stderr] * /source/src/main.rs Nov 18 12:46:08.087 INFO [stderr] Nov 18 12:46:08.087 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 12:46:08.087 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 12:46:08.087 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 12:46:08.087 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 12:46:08.087 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 12:46:08.087 INFO [stderr] Nov 18 12:46:08.087 INFO [stderr] For more information on this warning you can consult Nov 18 12:46:08.087 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 12:46:08.087 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `abusiveexperiencereport1`, Nov 18 12:46:08.087 INFO [stderr] please set bin.path in Cargo.toml Nov 18 12:46:08.251 INFO [stderr] Compiling google-abusiveexperiencereport1-cli v1.0.7+20171129 (/source) Nov 18 12:46:13.836 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.77s Nov 18 12:46:13.854 INFO [stderr] su: No module specific data is present Nov 18 12:46:14.657 INFO running `"docker" "inspect" "9d1cd0ec9ba22107aa1a7b08bc89787b46a32441871c9cdda43dabeee3d241a6"` Nov 18 12:46:14.933 INFO running `"docker" "rm" "-f" "9d1cd0ec9ba22107aa1a7b08bc89787b46a32441871c9cdda43dabeee3d241a6"` Nov 18 12:46:15.213 INFO [stdout] 9d1cd0ec9ba22107aa1a7b08bc89787b46a32441871c9cdda43dabeee3d241a6 Nov 18 12:46:15.224 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-2/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 18 12:46:15.581 INFO [stdout] b575bef90f4e5ff70c3094938151aa47af9637e587f7805a4aac9f07ce472f5a Nov 18 12:46:15.587 INFO running `"docker" "start" "-a" "b575bef90f4e5ff70c3094938151aa47af9637e587f7805a4aac9f07ce472f5a"` Nov 18 12:46:17.642 INFO [stderr] usermod: no changes Nov 18 12:46:17.699 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 12:46:17.699 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 12:46:17.699 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 12:46:17.699 INFO [stderr] files will be included as a binary target: Nov 18 12:46:17.699 INFO [stderr] Nov 18 12:46:17.699 INFO [stderr] * /source/src/main.rs Nov 18 12:46:17.699 INFO [stderr] Nov 18 12:46:17.699 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 12:46:17.699 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 12:46:17.699 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 12:46:17.699 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 12:46:17.699 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 12:46:17.699 INFO [stderr] Nov 18 12:46:17.699 INFO [stderr] For more information on this warning you can consult Nov 18 12:46:17.699 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 12:46:17.699 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `abusiveexperiencereport1`, Nov 18 12:46:17.699 INFO [stderr] please set bin.path in Cargo.toml Nov 18 12:46:17.895 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.23s Nov 18 12:46:17.901 INFO [stderr] Running /target/debug/deps/abusiveexperiencereport1-34c3b2aa37c5c2dc Nov 18 12:46:17.904 INFO [stdout] Nov 18 12:46:17.904 INFO [stdout] running 0 tests Nov 18 12:46:17.904 INFO [stdout] Nov 18 12:46:17.904 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 18 12:46:17.904 INFO [stdout] Nov 18 12:46:17.907 INFO [stderr] su: No module specific data is present Nov 18 12:46:19.163 INFO running `"docker" "inspect" "b575bef90f4e5ff70c3094938151aa47af9637e587f7805a4aac9f07ce472f5a"` Nov 18 12:46:19.529 INFO running `"docker" "rm" "-f" "b575bef90f4e5ff70c3094938151aa47af9637e587f7805a4aac9f07ce472f5a"` Nov 18 12:46:19.850 INFO [stdout] b575bef90f4e5ff70c3094938151aa47af9637e587f7805a4aac9f07ce472f5a