Nov 18 10:52:21.025 INFO testing google-replicapool1_beta2-cli-1.0.7+20160512 against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 18 10:52:21.025 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:52:21.425 INFO [stdout] 451b06393f842227763ff160d0776ea9c6244d0bdb33b5dda2a62a054794b8c6 Nov 18 10:52:21.427 INFO running `"docker" "start" "-a" "451b06393f842227763ff160d0776ea9c6244d0bdb33b5dda2a62a054794b8c6"` Nov 18 10:52:23.582 INFO [stderr] usermod: no changes Nov 18 10:52:23.655 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 10:52:23.655 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 10:52:23.655 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 10:52:23.655 INFO [stderr] files will be included as a binary target: Nov 18 10:52:23.655 INFO [stderr] Nov 18 10:52:23.655 INFO [stderr] * /source/src/main.rs Nov 18 10:52:23.655 INFO [stderr] Nov 18 10:52:23.655 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 10:52:23.655 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 10:52:23.655 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 10:52:23.655 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 10:52:23.655 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 10:52:23.655 INFO [stderr] Nov 18 10:52:23.655 INFO [stderr] For more information on this warning you can consult Nov 18 10:52:23.655 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 10:52:23.655 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `replicapool1-beta2`, Nov 18 10:52:23.655 INFO [stderr] please set bin.path in Cargo.toml Nov 18 10:52:23.809 INFO [stderr] Compiling google-replicapool1_beta2 v1.0.8+20160512 Nov 18 10:52:30.093 INFO [stderr] Compiling google-replicapool1_beta2-cli v1.0.7+20160512 (/source) Nov 18 10:52:47.690 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 24.08s Nov 18 10:52:47.695 INFO [stderr] su: No module specific data is present Nov 18 10:52:48.228 INFO running `"docker" "inspect" "451b06393f842227763ff160d0776ea9c6244d0bdb33b5dda2a62a054794b8c6"` Nov 18 10:52:48.417 INFO running `"docker" "rm" "-f" "451b06393f842227763ff160d0776ea9c6244d0bdb33b5dda2a62a054794b8c6"` Nov 18 10:52:48.765 INFO [stdout] 451b06393f842227763ff160d0776ea9c6244d0bdb33b5dda2a62a054794b8c6 Nov 18 10:52:48.775 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:52:49.108 INFO [stdout] 1050390d17f58c696f0ea6787d32e3d7586e2d8dba1df28289dfda4ba9d3b85b Nov 18 10:52:49.112 INFO running `"docker" "start" "-a" "1050390d17f58c696f0ea6787d32e3d7586e2d8dba1df28289dfda4ba9d3b85b"` Nov 18 10:52:51.091 INFO [stderr] usermod: no changes Nov 18 10:52:51.152 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 10:52:51.152 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 10:52:51.152 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 10:52:51.152 INFO [stderr] files will be included as a binary target: Nov 18 10:52:51.152 INFO [stderr] Nov 18 10:52:51.152 INFO [stderr] * /source/src/main.rs Nov 18 10:52:51.152 INFO [stderr] Nov 18 10:52:51.152 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 10:52:51.152 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 10:52:51.152 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 10:52:51.152 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 10:52:51.152 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 10:52:51.152 INFO [stderr] Nov 18 10:52:51.152 INFO [stderr] For more information on this warning you can consult Nov 18 10:52:51.155 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 10:52:51.155 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `replicapool1-beta2`, Nov 18 10:52:51.155 INFO [stderr] please set bin.path in Cargo.toml Nov 18 10:52:51.325 INFO [stderr] Compiling google-replicapool1_beta2-cli v1.0.7+20160512 (/source) Nov 18 10:52:57.343 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.21s Nov 18 10:52:57.371 INFO [stderr] su: No module specific data is present Nov 18 10:52:58.033 INFO running `"docker" "inspect" "1050390d17f58c696f0ea6787d32e3d7586e2d8dba1df28289dfda4ba9d3b85b"` Nov 18 10:52:58.378 INFO running `"docker" "rm" "-f" "1050390d17f58c696f0ea6787d32e3d7586e2d8dba1df28289dfda4ba9d3b85b"` Nov 18 10:52:58.647 INFO [stdout] 1050390d17f58c696f0ea6787d32e3d7586e2d8dba1df28289dfda4ba9d3b85b Nov 18 10:52:58.654 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:52:59.107 INFO [stdout] 73b1aa7e4fa5f9263d09fd71bf932b97f9a5b3623b76c9685577b7ba400800a4 Nov 18 10:52:59.109 INFO running `"docker" "start" "-a" "73b1aa7e4fa5f9263d09fd71bf932b97f9a5b3623b76c9685577b7ba400800a4"` Nov 18 10:53:00.902 INFO [stderr] usermod: no changes Nov 18 10:53:00.967 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 10:53:00.967 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 10:53:00.968 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 10:53:00.968 INFO [stderr] files will be included as a binary target: Nov 18 10:53:00.968 INFO [stderr] Nov 18 10:53:00.968 INFO [stderr] * /source/src/main.rs Nov 18 10:53:00.969 INFO [stderr] Nov 18 10:53:00.969 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 10:53:00.969 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 10:53:00.969 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 10:53:00.970 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 10:53:00.970 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 10:53:00.970 INFO [stderr] Nov 18 10:53:00.970 INFO [stderr] For more information on this warning you can consult Nov 18 10:53:00.971 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 10:53:00.971 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `replicapool1-beta2`, Nov 18 10:53:00.971 INFO [stderr] please set bin.path in Cargo.toml Nov 18 10:53:01.151 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.23s Nov 18 10:53:01.167 INFO [stdout] Nov 18 10:53:01.167 INFO [stdout] running 0 tests Nov 18 10:53:01.167 INFO [stdout] Nov 18 10:53:01.167 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 18 10:53:01.167 INFO [stdout] Nov 18 10:53:01.167 INFO [stderr] Running /target/debug/deps/replicapool1_beta2-47653ac7a1273777 Nov 18 10:53:01.169 INFO [stderr] su: No module specific data is present Nov 18 10:53:02.297 INFO running `"docker" "inspect" "73b1aa7e4fa5f9263d09fd71bf932b97f9a5b3623b76c9685577b7ba400800a4"` Nov 18 10:53:02.580 INFO running `"docker" "rm" "-f" "73b1aa7e4fa5f9263d09fd71bf932b97f9a5b3623b76c9685577b7ba400800a4"` Nov 18 10:53:02.937 INFO [stdout] 73b1aa7e4fa5f9263d09fd71bf932b97f9a5b3623b76c9685577b7ba400800a4