Nov 18 10:56:23.214 INFO testing google-playcustomapp1-cli-1.0.7+20170622 against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 18 10:56:23.215 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-6/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/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:56:23.656 INFO [stdout] 4b153c89b7c774e14523711249a503a73bbf461c0db0cf098ede91b2ab7ae7c8 Nov 18 10:56:23.662 INFO running `"docker" "start" "-a" "4b153c89b7c774e14523711249a503a73bbf461c0db0cf098ede91b2ab7ae7c8"` Nov 18 10:56:25.459 INFO [stderr] usermod: no changes Nov 18 10:56:25.527 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 10:56:25.527 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 10:56:25.527 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 10:56:25.527 INFO [stderr] files will be included as a binary target: Nov 18 10:56:25.527 INFO [stderr] Nov 18 10:56:25.527 INFO [stderr] * /source/src/main.rs Nov 18 10:56:25.527 INFO [stderr] Nov 18 10:56:25.527 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 10:56:25.527 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 10:56:25.527 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 10:56:25.527 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 10:56:25.527 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 10:56:25.527 INFO [stderr] Nov 18 10:56:25.527 INFO [stderr] For more information on this warning you can consult Nov 18 10:56:25.527 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 10:56:25.527 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `playcustomapp1`, Nov 18 10:56:25.527 INFO [stderr] please set bin.path in Cargo.toml Nov 18 10:56:25.764 INFO [stderr] Compiling google-playcustomapp1 v1.0.8+20170622 Nov 18 10:56:30.112 INFO [stderr] Compiling google-playcustomapp1-cli v1.0.7+20170622 (/source) Nov 18 10:56:43.920 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 18.41s Nov 18 10:56:43.946 INFO [stderr] su: No module specific data is present Nov 18 10:56:45.080 INFO running `"docker" "inspect" "4b153c89b7c774e14523711249a503a73bbf461c0db0cf098ede91b2ab7ae7c8"` Nov 18 10:56:45.405 INFO running `"docker" "rm" "-f" "4b153c89b7c774e14523711249a503a73bbf461c0db0cf098ede91b2ab7ae7c8"` Nov 18 10:56:45.779 INFO [stdout] 4b153c89b7c774e14523711249a503a73bbf461c0db0cf098ede91b2ab7ae7c8 Nov 18 10:56:45.788 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-6/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/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:56:46.216 INFO [stdout] fd74e4d4590e5356a812e478f41a27e87d51fa20e90a735d50bd695da68ca137 Nov 18 10:56:46.219 INFO running `"docker" "start" "-a" "fd74e4d4590e5356a812e478f41a27e87d51fa20e90a735d50bd695da68ca137"` Nov 18 10:56:48.343 INFO [stderr] usermod: no changes Nov 18 10:56:48.391 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 10:56:48.391 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 10:56:48.391 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 10:56:48.391 INFO [stderr] files will be included as a binary target: Nov 18 10:56:48.391 INFO [stderr] Nov 18 10:56:48.391 INFO [stderr] * /source/src/main.rs Nov 18 10:56:48.391 INFO [stderr] Nov 18 10:56:48.391 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 10:56:48.391 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 10:56:48.391 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 10:56:48.391 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 10:56:48.391 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 10:56:48.391 INFO [stderr] Nov 18 10:56:48.391 INFO [stderr] For more information on this warning you can consult Nov 18 10:56:48.391 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 10:56:48.391 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `playcustomapp1`, Nov 18 10:56:48.391 INFO [stderr] please set bin.path in Cargo.toml Nov 18 10:56:48.609 INFO [stderr] Compiling google-playcustomapp1-cli v1.0.7+20170622 (/source) Nov 18 10:56:54.294 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.93s Nov 18 10:56:54.307 INFO [stderr] su: No module specific data is present Nov 18 10:56:55.427 INFO running `"docker" "inspect" "fd74e4d4590e5356a812e478f41a27e87d51fa20e90a735d50bd695da68ca137"` Nov 18 10:56:55.747 INFO running `"docker" "rm" "-f" "fd74e4d4590e5356a812e478f41a27e87d51fa20e90a735d50bd695da68ca137"` Nov 18 10:56:56.102 INFO [stdout] fd74e4d4590e5356a812e478f41a27e87d51fa20e90a735d50bd695da68ca137 Nov 18 10:56:56.107 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-6/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/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:56:56.611 INFO [stdout] cf4584a24854b5b39012841f14d51b24788dca97fd5f893a23a6b048c3edabab Nov 18 10:56:56.616 INFO running `"docker" "start" "-a" "cf4584a24854b5b39012841f14d51b24788dca97fd5f893a23a6b048c3edabab"` Nov 18 10:56:58.206 INFO [stderr] usermod: no changes Nov 18 10:56:58.319 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 10:56:58.320 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 10:56:58.320 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 10:56:58.320 INFO [stderr] files will be included as a binary target: Nov 18 10:56:58.321 INFO [stderr] Nov 18 10:56:58.321 INFO [stderr] * /source/src/main.rs Nov 18 10:56:58.321 INFO [stderr] Nov 18 10:56:58.321 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 10:56:58.322 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 10:56:58.322 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 10:56:58.322 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 10:56:58.322 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 10:56:58.323 INFO [stderr] Nov 18 10:56:58.323 INFO [stderr] For more information on this warning you can consult Nov 18 10:56:58.323 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 10:56:58.323 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `playcustomapp1`, Nov 18 10:56:58.324 INFO [stderr] please set bin.path in Cargo.toml Nov 18 10:56:58.535 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.31s Nov 18 10:56:58.591 INFO [stderr] Running /target/debug/deps/playcustomapp1-3fce18f6c488ff0c Nov 18 10:56:58.591 INFO [stderr] su: No module specific data is present Nov 18 10:56:58.591 INFO [stdout] Nov 18 10:56:58.591 INFO [stdout] running 0 tests Nov 18 10:56:58.591 INFO [stdout] Nov 18 10:56:58.591 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 18 10:56:58.591 INFO [stdout] Nov 18 10:56:59.796 INFO running `"docker" "inspect" "cf4584a24854b5b39012841f14d51b24788dca97fd5f893a23a6b048c3edabab"` Nov 18 10:57:00.085 INFO running `"docker" "rm" "-f" "cf4584a24854b5b39012841f14d51b24788dca97fd5f893a23a6b048c3edabab"` Nov 18 10:57:00.415 INFO [stdout] cf4584a24854b5b39012841f14d51b24788dca97fd5f893a23a6b048c3edabab