Nov 18 12:18:05.202 INFO testing google-cloudbuild1-cli-1.0.7+20171205 against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 18 12:18:05.204 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-3/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/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:18:05.593 INFO [stdout] 77c9045cdbd72598e4be69641ccb5cce169626f2c35ed3d930f4401a6fc0337f Nov 18 12:18:05.603 INFO running `"docker" "start" "-a" "77c9045cdbd72598e4be69641ccb5cce169626f2c35ed3d930f4401a6fc0337f"` Nov 18 12:18:06.858 INFO [stderr] usermod: no changes Nov 18 12:18:06.895 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 12:18:06.895 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 12:18:06.895 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 12:18:06.895 INFO [stderr] files will be included as a binary target: Nov 18 12:18:06.895 INFO [stderr] Nov 18 12:18:06.895 INFO [stderr] * /source/src/main.rs Nov 18 12:18:06.895 INFO [stderr] Nov 18 12:18:06.895 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 12:18:06.895 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 12:18:06.895 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 12:18:06.895 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 12:18:06.895 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 12:18:06.895 INFO [stderr] Nov 18 12:18:06.895 INFO [stderr] For more information on this warning you can consult Nov 18 12:18:06.895 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 12:18:06.895 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `cloudbuild1`, Nov 18 12:18:06.895 INFO [stderr] please set bin.path in Cargo.toml Nov 18 12:18:07.038 INFO [stderr] Compiling google-cloudbuild1 v1.0.8+20181011 Nov 18 12:18:14.431 INFO [stderr] Compiling google-cloudbuild1-cli v1.0.7+20171205 (/source) Nov 18 12:18:35.595 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 28.71s Nov 18 12:18:35.607 INFO [stderr] su: No module specific data is present Nov 18 12:18:36.275 INFO running `"docker" "inspect" "77c9045cdbd72598e4be69641ccb5cce169626f2c35ed3d930f4401a6fc0337f"` Nov 18 12:18:36.583 INFO running `"docker" "rm" "-f" "77c9045cdbd72598e4be69641ccb5cce169626f2c35ed3d930f4401a6fc0337f"` Nov 18 12:18:36.875 INFO [stdout] 77c9045cdbd72598e4be69641ccb5cce169626f2c35ed3d930f4401a6fc0337f Nov 18 12:18:36.879 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-3/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/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:18:37.306 INFO [stdout] 2c76b79d62d6555fbad8d0f923de41f1038ebe218878074f5a4c93735fcc89c8 Nov 18 12:18:37.313 INFO running `"docker" "start" "-a" "2c76b79d62d6555fbad8d0f923de41f1038ebe218878074f5a4c93735fcc89c8"` Nov 18 12:18:38.283 INFO [stderr] usermod: no changes Nov 18 12:18:38.351 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 12:18:38.351 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 12:18:38.351 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 12:18:38.351 INFO [stderr] files will be included as a binary target: Nov 18 12:18:38.351 INFO [stderr] Nov 18 12:18:38.351 INFO [stderr] * /source/src/main.rs Nov 18 12:18:38.351 INFO [stderr] Nov 18 12:18:38.351 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 12:18:38.351 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 12:18:38.351 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 12:18:38.351 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 12:18:38.351 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 12:18:38.351 INFO [stderr] Nov 18 12:18:38.351 INFO [stderr] For more information on this warning you can consult Nov 18 12:18:38.351 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 12:18:38.351 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `cloudbuild1`, Nov 18 12:18:38.351 INFO [stderr] please set bin.path in Cargo.toml Nov 18 12:18:38.523 INFO [stderr] Compiling google-cloudbuild1-cli v1.0.7+20171205 (/source) Nov 18 12:18:44.255 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.94s Nov 18 12:18:44.270 INFO [stderr] su: No module specific data is present Nov 18 12:18:44.780 INFO running `"docker" "inspect" "2c76b79d62d6555fbad8d0f923de41f1038ebe218878074f5a4c93735fcc89c8"` Nov 18 12:18:45.063 INFO running `"docker" "rm" "-f" "2c76b79d62d6555fbad8d0f923de41f1038ebe218878074f5a4c93735fcc89c8"` Nov 18 12:18:45.334 INFO [stdout] 2c76b79d62d6555fbad8d0f923de41f1038ebe218878074f5a4c93735fcc89c8 Nov 18 12:18:45.338 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-3/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/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:18:45.888 INFO [stdout] 87215c7b53396a528cbcaf16f5de105c62b61ea621046054c6b1681a55db7bf6 Nov 18 12:18:45.893 INFO running `"docker" "start" "-a" "87215c7b53396a528cbcaf16f5de105c62b61ea621046054c6b1681a55db7bf6"` Nov 18 12:18:46.986 INFO [stderr] usermod: no changes Nov 18 12:18:47.075 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 12:18:47.075 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 12:18:47.075 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 12:18:47.075 INFO [stderr] files will be included as a binary target: Nov 18 12:18:47.075 INFO [stderr] Nov 18 12:18:47.075 INFO [stderr] * /source/src/main.rs Nov 18 12:18:47.075 INFO [stderr] Nov 18 12:18:47.075 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 12:18:47.075 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 12:18:47.075 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 12:18:47.075 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 12:18:47.075 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 12:18:47.075 INFO [stderr] Nov 18 12:18:47.075 INFO [stderr] For more information on this warning you can consult Nov 18 12:18:47.075 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 12:18:47.075 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `cloudbuild1`, Nov 18 12:18:47.075 INFO [stderr] please set bin.path in Cargo.toml Nov 18 12:18:47.258 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.23s Nov 18 12:18:47.268 INFO [stderr] Running /target/debug/deps/cloudbuild1-029e16105f9c66af Nov 18 12:18:47.271 INFO [stdout] Nov 18 12:18:47.271 INFO [stdout] running 0 tests Nov 18 12:18:47.271 INFO [stdout] Nov 18 12:18:47.271 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 18 12:18:47.271 INFO [stdout] Nov 18 12:18:47.279 INFO [stderr] su: No module specific data is present Nov 18 12:18:48.228 INFO running `"docker" "inspect" "87215c7b53396a528cbcaf16f5de105c62b61ea621046054c6b1681a55db7bf6"` Nov 18 12:18:48.509 INFO running `"docker" "rm" "-f" "87215c7b53396a528cbcaf16f5de105c62b61ea621046054c6b1681a55db7bf6"` Nov 18 12:18:48.839 INFO [stdout] 87215c7b53396a528cbcaf16f5de105c62b61ea621046054c6b1681a55db7bf6