Nov 18 10:49:32.025 INFO testing google-searchconsole1-cli-1.0.7+20171211 against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 18 10:49:32.025 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-7/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/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 10:49:32.483 INFO [stdout] 50614d631aaeb01aab0a72539dcb84c2cca8e9774a1d80b03f58c0d422d2bc7f Nov 18 10:49:32.485 INFO running `"docker" "start" "-a" "50614d631aaeb01aab0a72539dcb84c2cca8e9774a1d80b03f58c0d422d2bc7f"` Nov 18 10:49:33.977 INFO [stderr] usermod: no changes Nov 18 10:49:34.027 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 10:49:34.027 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 10:49:34.027 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 10:49:34.027 INFO [stderr] files will be included as a binary target: Nov 18 10:49:34.027 INFO [stderr] Nov 18 10:49:34.027 INFO [stderr] * /source/src/main.rs Nov 18 10:49:34.027 INFO [stderr] Nov 18 10:49:34.027 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 10:49:34.027 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 10:49:34.027 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 10:49:34.027 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 10:49:34.027 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 10:49:34.027 INFO [stderr] Nov 18 10:49:34.027 INFO [stderr] For more information on this warning you can consult Nov 18 10:49:34.027 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 10:49:34.027 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `searchconsole1`, Nov 18 10:49:34.027 INFO [stderr] please set bin.path in Cargo.toml Nov 18 10:49:34.179 INFO [stderr] Compiling google-searchconsole1 v1.0.8+20181010 Nov 18 10:49:39.159 INFO [stderr] Compiling google-searchconsole1-cli v1.0.7+20171211 (/source) Nov 18 10:49:50.490 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.49s Nov 18 10:49:50.502 INFO [stderr] su: No module specific data is present Nov 18 10:49:51.479 INFO running `"docker" "inspect" "50614d631aaeb01aab0a72539dcb84c2cca8e9774a1d80b03f58c0d422d2bc7f"` Nov 18 10:49:51.849 INFO running `"docker" "rm" "-f" "50614d631aaeb01aab0a72539dcb84c2cca8e9774a1d80b03f58c0d422d2bc7f"` Nov 18 10:49:52.159 INFO [stdout] 50614d631aaeb01aab0a72539dcb84c2cca8e9774a1d80b03f58c0d422d2bc7f Nov 18 10:49:52.163 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-7/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/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 10:49:52.635 INFO [stdout] ee0678df9b456f38331a645cd4e1bf60a9630e98d0e049c82e431f3bdd45e554 Nov 18 10:49:52.643 INFO running `"docker" "start" "-a" "ee0678df9b456f38331a645cd4e1bf60a9630e98d0e049c82e431f3bdd45e554"` Nov 18 10:49:53.926 INFO [stderr] usermod: no changes Nov 18 10:49:53.971 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 10:49:53.971 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 10:49:53.971 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 10:49:53.971 INFO [stderr] files will be included as a binary target: Nov 18 10:49:53.971 INFO [stderr] Nov 18 10:49:53.971 INFO [stderr] * /source/src/main.rs Nov 18 10:49:53.971 INFO [stderr] Nov 18 10:49:53.971 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 10:49:53.971 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 10:49:53.971 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 10:49:53.971 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 10:49:53.971 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 10:49:53.971 INFO [stderr] Nov 18 10:49:53.971 INFO [stderr] For more information on this warning you can consult Nov 18 10:49:53.971 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 10:49:53.971 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `searchconsole1`, Nov 18 10:49:53.971 INFO [stderr] please set bin.path in Cargo.toml Nov 18 10:49:54.155 INFO [stderr] Compiling google-searchconsole1-cli v1.0.7+20171211 (/source) Nov 18 10:49:59.640 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.69s Nov 18 10:49:59.655 INFO [stderr] su: No module specific data is present Nov 18 10:50:00.556 INFO running `"docker" "inspect" "ee0678df9b456f38331a645cd4e1bf60a9630e98d0e049c82e431f3bdd45e554"` Nov 18 10:50:00.869 INFO running `"docker" "rm" "-f" "ee0678df9b456f38331a645cd4e1bf60a9630e98d0e049c82e431f3bdd45e554"` Nov 18 10:50:01.155 INFO [stdout] ee0678df9b456f38331a645cd4e1bf60a9630e98d0e049c82e431f3bdd45e554 Nov 18 10:50:01.159 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-7/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/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 10:50:01.585 INFO [stdout] df85040bd9ae4dee8bb4708d1c720d46e9a3ec454d2d99ede7afb986274e67a9 Nov 18 10:50:01.588 INFO running `"docker" "start" "-a" "df85040bd9ae4dee8bb4708d1c720d46e9a3ec454d2d99ede7afb986274e67a9"` Nov 18 10:50:03.071 INFO [stderr] usermod: no changes Nov 18 10:50:03.134 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 10:50:03.134 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 10:50:03.134 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 10:50:03.134 INFO [stderr] files will be included as a binary target: Nov 18 10:50:03.134 INFO [stderr] Nov 18 10:50:03.134 INFO [stderr] * /source/src/main.rs Nov 18 10:50:03.134 INFO [stderr] Nov 18 10:50:03.134 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 10:50:03.134 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 10:50:03.134 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 10:50:03.134 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 10:50:03.134 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 10:50:03.134 INFO [stderr] Nov 18 10:50:03.134 INFO [stderr] For more information on this warning you can consult Nov 18 10:50:03.134 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 10:50:03.134 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `searchconsole1`, Nov 18 10:50:03.134 INFO [stderr] please set bin.path in Cargo.toml Nov 18 10:50:03.327 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.21s Nov 18 10:50:03.342 INFO [stderr] Running /target/debug/deps/searchconsole1-4b70d176b29147b4 Nov 18 10:50:03.355 INFO [stderr] su: No module specific data is present Nov 18 10:50:03.355 INFO [stdout] Nov 18 10:50:03.355 INFO [stdout] running 0 tests Nov 18 10:50:03.355 INFO [stdout] Nov 18 10:50:03.355 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 18 10:50:03.355 INFO [stdout] Nov 18 10:50:03.985 INFO running `"docker" "inspect" "df85040bd9ae4dee8bb4708d1c720d46e9a3ec454d2d99ede7afb986274e67a9"` Nov 18 10:50:04.193 INFO running `"docker" "rm" "-f" "df85040bd9ae4dee8bb4708d1c720d46e9a3ec454d2d99ede7afb986274e67a9"` Nov 18 10:50:04.423 INFO [stdout] df85040bd9ae4dee8bb4708d1c720d46e9a3ec454d2d99ede7afb986274e67a9