Nov 18 12:06:03.183 INFO testing google-consumersurveys2-cli-1.0.7+20170407 against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 18 12:06:03.185 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-5/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/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:06:03.700 INFO [stdout] 65f64a8cb2e674a57eaad647b309a0e34e0b22163d32991fe5269cdc3875d0d5 Nov 18 12:06:03.703 INFO running `"docker" "start" "-a" "65f64a8cb2e674a57eaad647b309a0e34e0b22163d32991fe5269cdc3875d0d5"` Nov 18 12:06:05.558 INFO [stderr] usermod: no changes Nov 18 12:06:05.635 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 12:06:05.635 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 12:06:05.635 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 12:06:05.635 INFO [stderr] files will be included as a binary target: Nov 18 12:06:05.635 INFO [stderr] Nov 18 12:06:05.635 INFO [stderr] * /source/src/main.rs Nov 18 12:06:05.635 INFO [stderr] Nov 18 12:06:05.635 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 12:06:05.635 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 12:06:05.635 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 12:06:05.635 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 12:06:05.635 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 12:06:05.635 INFO [stderr] Nov 18 12:06:05.635 INFO [stderr] For more information on this warning you can consult Nov 18 12:06:05.635 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 12:06:05.635 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `consumersurveys2`, Nov 18 12:06:05.635 INFO [stderr] please set bin.path in Cargo.toml Nov 18 12:06:05.832 INFO [stderr] Compiling google-consumersurveys2 v1.0.8+20170407 Nov 18 12:06:12.703 INFO [stderr] Compiling google-consumersurveys2-cli v1.0.7+20170407 (/source) Nov 18 12:06:29.527 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 23.93s Nov 18 12:06:29.544 INFO [stderr] su: No module specific data is present Nov 18 12:06:30.125 INFO running `"docker" "inspect" "65f64a8cb2e674a57eaad647b309a0e34e0b22163d32991fe5269cdc3875d0d5"` Nov 18 12:06:30.538 INFO running `"docker" "rm" "-f" "65f64a8cb2e674a57eaad647b309a0e34e0b22163d32991fe5269cdc3875d0d5"` Nov 18 12:06:30.749 INFO [stdout] 65f64a8cb2e674a57eaad647b309a0e34e0b22163d32991fe5269cdc3875d0d5 Nov 18 12:06:30.754 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-5/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/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:06:31.169 INFO [stdout] 18f1650f537a1d6a7b8d407ff54afbaca4825037ffb7a72de107ada182b14d83 Nov 18 12:06:31.171 INFO running `"docker" "start" "-a" "18f1650f537a1d6a7b8d407ff54afbaca4825037ffb7a72de107ada182b14d83"` Nov 18 12:06:32.535 INFO [stderr] usermod: no changes Nov 18 12:06:32.579 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 12:06:32.580 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 12:06:32.580 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 12:06:32.580 INFO [stderr] files will be included as a binary target: Nov 18 12:06:32.580 INFO [stderr] Nov 18 12:06:32.581 INFO [stderr] * /source/src/main.rs Nov 18 12:06:32.581 INFO [stderr] Nov 18 12:06:32.581 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 12:06:32.581 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 12:06:32.582 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 12:06:32.582 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 12:06:32.582 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 12:06:32.583 INFO [stderr] Nov 18 12:06:32.583 INFO [stderr] For more information on this warning you can consult Nov 18 12:06:32.583 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 12:06:32.583 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `consumersurveys2`, Nov 18 12:06:32.584 INFO [stderr] please set bin.path in Cargo.toml Nov 18 12:06:32.776 INFO [stderr] Compiling google-consumersurveys2-cli v1.0.7+20170407 (/source) Nov 18 12:06:38.667 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.11s Nov 18 12:06:38.679 INFO [stderr] su: No module specific data is present Nov 18 12:06:39.461 INFO running `"docker" "inspect" "18f1650f537a1d6a7b8d407ff54afbaca4825037ffb7a72de107ada182b14d83"` Nov 18 12:06:39.769 INFO running `"docker" "rm" "-f" "18f1650f537a1d6a7b8d407ff54afbaca4825037ffb7a72de107ada182b14d83"` Nov 18 12:06:40.003 INFO [stdout] 18f1650f537a1d6a7b8d407ff54afbaca4825037ffb7a72de107ada182b14d83 Nov 18 12:06:40.010 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-5/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/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:06:40.476 INFO [stdout] edf1c550ece832a17e6f17cb88369d3c76739e69194ee0591a048a6954a781aa Nov 18 12:06:40.478 INFO running `"docker" "start" "-a" "edf1c550ece832a17e6f17cb88369d3c76739e69194ee0591a048a6954a781aa"` Nov 18 12:06:41.945 INFO [stderr] usermod: no changes Nov 18 12:06:42.010 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 12:06:42.010 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 12:06:42.010 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 12:06:42.010 INFO [stderr] files will be included as a binary target: Nov 18 12:06:42.010 INFO [stderr] Nov 18 12:06:42.010 INFO [stderr] * /source/src/main.rs Nov 18 12:06:42.010 INFO [stderr] Nov 18 12:06:42.010 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 12:06:42.010 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 12:06:42.010 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 12:06:42.010 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 12:06:42.010 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 12:06:42.010 INFO [stderr] Nov 18 12:06:42.010 INFO [stderr] For more information on this warning you can consult Nov 18 12:06:42.010 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 12:06:42.010 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `consumersurveys2`, Nov 18 12:06:42.010 INFO [stderr] please set bin.path in Cargo.toml Nov 18 12:06:42.203 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.21s Nov 18 12:06:42.219 INFO [stdout] Nov 18 12:06:42.220 INFO [stdout] running 0 tests Nov 18 12:06:42.220 INFO [stdout] Nov 18 12:06:42.220 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 18 12:06:42.220 INFO [stdout] Nov 18 12:06:42.221 INFO [stderr] Running /target/debug/deps/consumersurveys2-132d6e48e517b9e4 Nov 18 12:06:42.221 INFO [stderr] su: No module specific data is present Nov 18 12:06:43.260 INFO running `"docker" "inspect" "edf1c550ece832a17e6f17cb88369d3c76739e69194ee0591a048a6954a781aa"` Nov 18 12:06:43.508 INFO running `"docker" "rm" "-f" "edf1c550ece832a17e6f17cb88369d3c76739e69194ee0591a048a6954a781aa"` Nov 18 12:06:43.871 INFO [stdout] edf1c550ece832a17e6f17cb88369d3c76739e69194ee0591a048a6954a781aa