Nov 18 11:09:40.445 INFO testing google-gan1_beta1-cli-1.0.7+20130205 against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 18 11:09:40.445 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 11:09:40.872 INFO [stdout] 635591b277f5e80c4f57a64bf2ed7c9b61a4d73e03fc96e545587f7e3b803dc6 Nov 18 11:09:40.877 INFO running `"docker" "start" "-a" "635591b277f5e80c4f57a64bf2ed7c9b61a4d73e03fc96e545587f7e3b803dc6"` Nov 18 11:09:42.375 INFO [stderr] usermod: no changes Nov 18 11:09:42.467 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 11:09:42.467 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 11:09:42.467 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 11:09:42.467 INFO [stderr] files will be included as a binary target: Nov 18 11:09:42.467 INFO [stderr] Nov 18 11:09:42.467 INFO [stderr] * /source/src/main.rs Nov 18 11:09:42.467 INFO [stderr] Nov 18 11:09:42.467 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 11:09:42.467 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 11:09:42.467 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 11:09:42.467 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 11:09:42.467 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 11:09:42.467 INFO [stderr] Nov 18 11:09:42.467 INFO [stderr] For more information on this warning you can consult Nov 18 11:09:42.467 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 11:09:42.467 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `gan1-beta1`, Nov 18 11:09:42.467 INFO [stderr] please set bin.path in Cargo.toml Nov 18 11:09:42.683 INFO [stderr] Compiling google-gan1_beta1 v1.0.8+20130205 Nov 18 11:09:51.064 INFO [stderr] Compiling google-gan1_beta1-cli v1.0.7+20130205 (/source) Nov 18 11:10:09.605 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 27.20s Nov 18 11:10:09.631 INFO [stderr] su: No module specific data is present Nov 18 11:10:10.187 INFO running `"docker" "inspect" "635591b277f5e80c4f57a64bf2ed7c9b61a4d73e03fc96e545587f7e3b803dc6"` Nov 18 11:10:10.415 INFO running `"docker" "rm" "-f" "635591b277f5e80c4f57a64bf2ed7c9b61a4d73e03fc96e545587f7e3b803dc6"` Nov 18 11:10:10.806 INFO [stdout] 635591b277f5e80c4f57a64bf2ed7c9b61a4d73e03fc96e545587f7e3b803dc6 Nov 18 11:10:10.810 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 11:10:11.288 INFO [stdout] 2baf3018640bf087fe5da7a4f785726049544a4c2605f9025fc5cc1c20e145e1 Nov 18 11:10:11.291 INFO running `"docker" "start" "-a" "2baf3018640bf087fe5da7a4f785726049544a4c2605f9025fc5cc1c20e145e1"` Nov 18 11:10:13.083 INFO [stderr] usermod: no changes Nov 18 11:10:13.157 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 11:10:13.157 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 11:10:13.157 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 11:10:13.157 INFO [stderr] files will be included as a binary target: Nov 18 11:10:13.157 INFO [stderr] Nov 18 11:10:13.158 INFO [stderr] * /source/src/main.rs Nov 18 11:10:13.158 INFO [stderr] Nov 18 11:10:13.158 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 11:10:13.158 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 11:10:13.158 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 11:10:13.158 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 11:10:13.158 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 11:10:13.158 INFO [stderr] Nov 18 11:10:13.158 INFO [stderr] For more information on this warning you can consult Nov 18 11:10:13.158 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 11:10:13.158 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `gan1-beta1`, Nov 18 11:10:13.158 INFO [stderr] please set bin.path in Cargo.toml Nov 18 11:10:13.351 INFO [stderr] Compiling google-gan1_beta1-cli v1.0.7+20130205 (/source) Nov 18 11:10:19.163 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.03s Nov 18 11:10:19.175 INFO [stderr] su: No module specific data is present Nov 18 11:10:20.154 INFO running `"docker" "inspect" "2baf3018640bf087fe5da7a4f785726049544a4c2605f9025fc5cc1c20e145e1"` Nov 18 11:10:20.547 INFO running `"docker" "rm" "-f" "2baf3018640bf087fe5da7a4f785726049544a4c2605f9025fc5cc1c20e145e1"` Nov 18 11:10:20.951 INFO [stdout] 2baf3018640bf087fe5da7a4f785726049544a4c2605f9025fc5cc1c20e145e1 Nov 18 11:10:20.955 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 11:10:21.278 INFO [stdout] d7749ee2e40e833bd7cf645ecc25652a2c12314a12e99413cfabdb570a507cc4 Nov 18 11:10:21.283 INFO running `"docker" "start" "-a" "d7749ee2e40e833bd7cf645ecc25652a2c12314a12e99413cfabdb570a507cc4"` Nov 18 11:10:22.524 INFO [stderr] usermod: no changes Nov 18 11:10:22.587 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 11:10:22.587 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 11:10:22.588 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 11:10:22.588 INFO [stderr] files will be included as a binary target: Nov 18 11:10:22.588 INFO [stderr] Nov 18 11:10:22.588 INFO [stderr] * /source/src/main.rs Nov 18 11:10:22.589 INFO [stderr] Nov 18 11:10:22.589 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 11:10:22.589 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 11:10:22.590 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 11:10:22.590 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 11:10:22.590 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 11:10:22.590 INFO [stderr] Nov 18 11:10:22.591 INFO [stderr] For more information on this warning you can consult Nov 18 11:10:22.591 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 11:10:22.591 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `gan1-beta1`, Nov 18 11:10:22.591 INFO [stderr] please set bin.path in Cargo.toml Nov 18 11:10:22.771 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.22s Nov 18 11:10:22.772 INFO [stderr] Running /target/debug/deps/gan1_beta1-0f0904acb5bed116 Nov 18 11:10:22.772 INFO [stdout] Nov 18 11:10:22.772 INFO [stdout] running 0 tests Nov 18 11:10:22.773 INFO [stdout] Nov 18 11:10:22.773 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 18 11:10:22.773 INFO [stdout] Nov 18 11:10:22.783 INFO [stderr] su: No module specific data is present Nov 18 11:10:23.633 INFO running `"docker" "inspect" "d7749ee2e40e833bd7cf645ecc25652a2c12314a12e99413cfabdb570a507cc4"` Nov 18 11:10:23.904 INFO running `"docker" "rm" "-f" "d7749ee2e40e833bd7cf645ecc25652a2c12314a12e99413cfabdb570a507cc4"` Nov 18 11:10:24.191 INFO [stdout] d7749ee2e40e833bd7cf645ecc25652a2c12314a12e99413cfabdb570a507cc4