Nov 18 11:00:19.338 INFO testing google-manager1_beta2-cli-1.0.7+20140915 against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 18 11:00:19.339 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-4/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/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 11:00:19.776 INFO [stdout] 376dbdffea96c23b5869490c4967dae04b14d31c2a04ce8ad00ba56d28b64684 Nov 18 11:00:19.778 INFO running `"docker" "start" "-a" "376dbdffea96c23b5869490c4967dae04b14d31c2a04ce8ad00ba56d28b64684"` Nov 18 11:00:21.917 INFO [stderr] usermod: no changes Nov 18 11:00:21.975 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 11:00:21.975 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 11:00:21.975 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 11:00:21.975 INFO [stderr] files will be included as a binary target: Nov 18 11:00:21.975 INFO [stderr] Nov 18 11:00:21.975 INFO [stderr] * /source/src/main.rs Nov 18 11:00:21.975 INFO [stderr] Nov 18 11:00:21.975 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 11:00:21.975 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 11:00:21.975 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 11:00:21.975 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 11:00:21.975 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 11:00:21.975 INFO [stderr] Nov 18 11:00:21.975 INFO [stderr] For more information on this warning you can consult Nov 18 11:00:21.975 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 11:00:21.975 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `manager1-beta2`, Nov 18 11:00:21.975 INFO [stderr] please set bin.path in Cargo.toml Nov 18 11:00:22.143 INFO [stderr] Compiling google-manager1_beta2 v1.0.8+20140915 Nov 18 11:00:30.162 INFO [stderr] Compiling google-manager1_beta2-cli v1.0.7+20140915 (/source) Nov 18 11:00:52.359 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 30.41s Nov 18 11:00:52.372 INFO [stderr] su: No module specific data is present Nov 18 11:00:53.417 INFO running `"docker" "inspect" "376dbdffea96c23b5869490c4967dae04b14d31c2a04ce8ad00ba56d28b64684"` Nov 18 11:00:53.747 INFO running `"docker" "rm" "-f" "376dbdffea96c23b5869490c4967dae04b14d31c2a04ce8ad00ba56d28b64684"` Nov 18 11:00:54.071 INFO [stdout] 376dbdffea96c23b5869490c4967dae04b14d31c2a04ce8ad00ba56d28b64684 Nov 18 11:00:54.080 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-4/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/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 11:00:54.652 INFO [stdout] 169461b323d16ec629dd78c9416ee8a08cea24298b1acad7ce985bd20384f2e0 Nov 18 11:00:54.655 INFO running `"docker" "start" "-a" "169461b323d16ec629dd78c9416ee8a08cea24298b1acad7ce985bd20384f2e0"` Nov 18 11:00:57.398 INFO [stderr] usermod: no changes Nov 18 11:00:57.471 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 11:00:57.471 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 11:00:57.471 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 11:00:57.471 INFO [stderr] files will be included as a binary target: Nov 18 11:00:57.471 INFO [stderr] Nov 18 11:00:57.471 INFO [stderr] * /source/src/main.rs Nov 18 11:00:57.471 INFO [stderr] Nov 18 11:00:57.471 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 11:00:57.471 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 11:00:57.471 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 11:00:57.471 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 11:00:57.471 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 11:00:57.471 INFO [stderr] Nov 18 11:00:57.471 INFO [stderr] For more information on this warning you can consult Nov 18 11:00:57.471 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 11:00:57.471 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `manager1-beta2`, Nov 18 11:00:57.471 INFO [stderr] please set bin.path in Cargo.toml Nov 18 11:00:57.664 INFO [stderr] Compiling google-manager1_beta2-cli v1.0.7+20140915 (/source) Nov 18 11:01:03.051 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.61s Nov 18 11:01:03.075 INFO [stderr] su: No module specific data is present Nov 18 11:01:03.914 INFO running `"docker" "inspect" "169461b323d16ec629dd78c9416ee8a08cea24298b1acad7ce985bd20384f2e0"` Nov 18 11:01:04.313 INFO running `"docker" "rm" "-f" "169461b323d16ec629dd78c9416ee8a08cea24298b1acad7ce985bd20384f2e0"` Nov 18 11:01:04.635 INFO [stdout] 169461b323d16ec629dd78c9416ee8a08cea24298b1acad7ce985bd20384f2e0 Nov 18 11:01:04.636 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-4/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/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 11:01:05.115 INFO [stdout] f268a786b396af4070af69ed1bfd4601f09dd7d864ea3eb4dd9f71c42914a722 Nov 18 11:01:05.123 INFO running `"docker" "start" "-a" "f268a786b396af4070af69ed1bfd4601f09dd7d864ea3eb4dd9f71c42914a722"` Nov 18 11:01:06.439 INFO [stderr] usermod: no changes Nov 18 11:01:06.483 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 11:01:06.483 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 11:01:06.483 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 11:01:06.483 INFO [stderr] files will be included as a binary target: Nov 18 11:01:06.483 INFO [stderr] Nov 18 11:01:06.483 INFO [stderr] * /source/src/main.rs Nov 18 11:01:06.483 INFO [stderr] Nov 18 11:01:06.483 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 11:01:06.483 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 11:01:06.483 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 11:01:06.483 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 11:01:06.483 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 11:01:06.483 INFO [stderr] Nov 18 11:01:06.483 INFO [stderr] For more information on this warning you can consult Nov 18 11:01:06.483 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 11:01:06.483 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `manager1-beta2`, Nov 18 11:01:06.483 INFO [stderr] please set bin.path in Cargo.toml Nov 18 11:01:06.691 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.23s Nov 18 11:01:06.703 INFO [stderr] Running /target/debug/deps/manager1_beta2-894c6f282940007b Nov 18 11:01:06.709 INFO [stdout] Nov 18 11:01:06.710 INFO [stdout] running 0 tests Nov 18 11:01:06.710 INFO [stdout] Nov 18 11:01:06.710 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 18 11:01:06.710 INFO [stdout] Nov 18 11:01:06.715 INFO [stderr] su: No module specific data is present Nov 18 11:01:07.943 INFO running `"docker" "inspect" "f268a786b396af4070af69ed1bfd4601f09dd7d864ea3eb4dd9f71c42914a722"` Nov 18 11:01:08.315 INFO running `"docker" "rm" "-f" "f268a786b396af4070af69ed1bfd4601f09dd7d864ea3eb4dd9f71c42914a722"` Nov 18 11:01:08.690 INFO [stdout] f268a786b396af4070af69ed1bfd4601f09dd7d864ea3eb4dd9f71c42914a722