Nov 18 12:00:40.904 INFO testing google-customsearch1-cli-1.0.7+20170615 against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 18 12:00:40.904 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-0/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/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:00:41.388 INFO [stdout] 8e7b782bc215e54e6b214d3b7e1fa7ca9c77d1a2bc30ffdf68b74f185a59f698 Nov 18 12:00:41.391 INFO running `"docker" "start" "-a" "8e7b782bc215e54e6b214d3b7e1fa7ca9c77d1a2bc30ffdf68b74f185a59f698"` Nov 18 12:00:43.102 INFO [stderr] usermod: no changes Nov 18 12:00:43.163 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 12:00:43.163 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 12:00:43.163 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 12:00:43.163 INFO [stderr] files will be included as a binary target: Nov 18 12:00:43.163 INFO [stderr] Nov 18 12:00:43.163 INFO [stderr] * /source/src/main.rs Nov 18 12:00:43.163 INFO [stderr] Nov 18 12:00:43.163 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 12:00:43.163 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 12:00:43.163 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 12:00:43.163 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 12:00:43.163 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 12:00:43.163 INFO [stderr] Nov 18 12:00:43.163 INFO [stderr] For more information on this warning you can consult Nov 18 12:00:43.163 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 12:00:43.163 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `customsearch1`, Nov 18 12:00:43.163 INFO [stderr] please set bin.path in Cargo.toml Nov 18 12:00:43.376 INFO [stderr] Compiling google-customsearch1 v1.0.8+20181001 Nov 18 12:00:48.955 INFO [stderr] Compiling google-customsearch1-cli v1.0.7+20170615 (/source) Nov 18 12:01:01.371 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 18.24s Nov 18 12:01:01.380 INFO [stderr] su: No module specific data is present Nov 18 12:01:01.990 INFO running `"docker" "inspect" "8e7b782bc215e54e6b214d3b7e1fa7ca9c77d1a2bc30ffdf68b74f185a59f698"` Nov 18 12:01:02.197 INFO running `"docker" "rm" "-f" "8e7b782bc215e54e6b214d3b7e1fa7ca9c77d1a2bc30ffdf68b74f185a59f698"` Nov 18 12:01:02.415 INFO [stdout] 8e7b782bc215e54e6b214d3b7e1fa7ca9c77d1a2bc30ffdf68b74f185a59f698 Nov 18 12:01:02.422 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-0/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/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:01:02.818 INFO [stdout] 4fa289bfff063e149fe166e5cd0827fbd5e5182c5f0b23e7adbc109b898ac3ed Nov 18 12:01:02.994 INFO running `"docker" "start" "-a" "4fa289bfff063e149fe166e5cd0827fbd5e5182c5f0b23e7adbc109b898ac3ed"` Nov 18 12:01:03.959 INFO [stderr] usermod: no changes Nov 18 12:01:04.011 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 12:01:04.012 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 12:01:04.012 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 12:01:04.012 INFO [stderr] files will be included as a binary target: Nov 18 12:01:04.012 INFO [stderr] Nov 18 12:01:04.013 INFO [stderr] * /source/src/main.rs Nov 18 12:01:04.013 INFO [stderr] Nov 18 12:01:04.013 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 12:01:04.013 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 12:01:04.014 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 12:01:04.014 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 12:01:04.014 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 12:01:04.014 INFO [stderr] Nov 18 12:01:04.015 INFO [stderr] For more information on this warning you can consult Nov 18 12:01:04.015 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 12:01:04.015 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `customsearch1`, Nov 18 12:01:04.016 INFO [stderr] please set bin.path in Cargo.toml Nov 18 12:01:04.203 INFO [stderr] Compiling google-customsearch1-cli v1.0.7+20170615 (/source) Nov 18 12:01:07.937 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.96s Nov 18 12:01:07.955 INFO [stderr] su: No module specific data is present Nov 18 12:01:09.320 INFO running `"docker" "inspect" "4fa289bfff063e149fe166e5cd0827fbd5e5182c5f0b23e7adbc109b898ac3ed"` Nov 18 12:01:09.659 INFO running `"docker" "rm" "-f" "4fa289bfff063e149fe166e5cd0827fbd5e5182c5f0b23e7adbc109b898ac3ed"` Nov 18 12:01:09.995 INFO [stdout] 4fa289bfff063e149fe166e5cd0827fbd5e5182c5f0b23e7adbc109b898ac3ed Nov 18 12:01:10.002 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-0/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/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:01:10.441 INFO [stdout] b41b45552b559382a784611aaaa6bbc6df23772f6483d6422788627d06ef9c3e Nov 18 12:01:10.444 INFO running `"docker" "start" "-a" "b41b45552b559382a784611aaaa6bbc6df23772f6483d6422788627d06ef9c3e"` Nov 18 12:01:11.767 INFO [stderr] usermod: no changes Nov 18 12:01:11.831 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 12:01:11.832 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 12:01:11.832 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 12:01:11.832 INFO [stderr] files will be included as a binary target: Nov 18 12:01:11.832 INFO [stderr] Nov 18 12:01:11.833 INFO [stderr] * /source/src/main.rs Nov 18 12:01:11.833 INFO [stderr] Nov 18 12:01:11.833 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 12:01:11.834 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 12:01:11.834 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 12:01:11.834 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 12:01:11.834 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 12:01:11.835 INFO [stderr] Nov 18 12:01:11.835 INFO [stderr] For more information on this warning you can consult Nov 18 12:01:11.835 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 12:01:11.835 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `customsearch1`, Nov 18 12:01:11.836 INFO [stderr] please set bin.path in Cargo.toml Nov 18 12:01:12.007 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.20s Nov 18 12:01:12.024 INFO [stderr] Running /target/debug/deps/customsearch1-1b80ecd300bef600 Nov 18 12:01:12.029 INFO [stdout] Nov 18 12:01:12.029 INFO [stdout] running 0 tests Nov 18 12:01:12.033 INFO [stdout] Nov 18 12:01:12.033 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 18 12:01:12.033 INFO [stdout] Nov 18 12:01:12.034 INFO [stderr] su: No module specific data is present Nov 18 12:01:12.653 INFO running `"docker" "inspect" "b41b45552b559382a784611aaaa6bbc6df23772f6483d6422788627d06ef9c3e"` Nov 18 12:01:13.000 INFO running `"docker" "rm" "-f" "b41b45552b559382a784611aaaa6bbc6df23772f6483d6422788627d06ef9c3e"` Nov 18 12:01:13.283 INFO [stdout] b41b45552b559382a784611aaaa6bbc6df23772f6483d6422788627d06ef9c3e