Nov 18 10:58:02.745 INFO testing google-oslogin1_beta-cli-1.0.7+20171120 against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 18 10:58:02.745 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 10:58:03.112 INFO [stdout] d8a6050f03b6f381b77f097febfa3d7a93e1c23cc88e1420f59fb139e214dfb6 Nov 18 10:58:03.115 INFO running `"docker" "start" "-a" "d8a6050f03b6f381b77f097febfa3d7a93e1c23cc88e1420f59fb139e214dfb6"` Nov 18 10:58:04.420 INFO [stderr] usermod: no changes Nov 18 10:58:04.451 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 10:58:04.451 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 10:58:04.451 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 10:58:04.451 INFO [stderr] files will be included as a binary target: Nov 18 10:58:04.451 INFO [stderr] Nov 18 10:58:04.451 INFO [stderr] * /source/src/main.rs Nov 18 10:58:04.451 INFO [stderr] Nov 18 10:58:04.451 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 10:58:04.451 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 10:58:04.451 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 10:58:04.451 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 10:58:04.451 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 10:58:04.451 INFO [stderr] Nov 18 10:58:04.451 INFO [stderr] For more information on this warning you can consult Nov 18 10:58:04.451 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 10:58:04.451 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `oslogin1-beta`, Nov 18 10:58:04.451 INFO [stderr] please set bin.path in Cargo.toml Nov 18 10:58:04.587 INFO [stderr] Compiling google-oslogin1_beta v1.0.8+20181008 Nov 18 10:58:08.960 INFO [stderr] Compiling google-oslogin1_beta-cli v1.0.7+20171120 (/source) Nov 18 10:58:22.183 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 17.74s Nov 18 10:58:22.196 INFO [stderr] su: No module specific data is present Nov 18 10:58:22.647 INFO running `"docker" "inspect" "d8a6050f03b6f381b77f097febfa3d7a93e1c23cc88e1420f59fb139e214dfb6"` Nov 18 10:58:22.708 INFO running `"docker" "rm" "-f" "d8a6050f03b6f381b77f097febfa3d7a93e1c23cc88e1420f59fb139e214dfb6"` Nov 18 10:58:22.777 INFO [stdout] d8a6050f03b6f381b77f097febfa3d7a93e1c23cc88e1420f59fb139e214dfb6 Nov 18 10:58:22.779 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 10:58:22.927 INFO [stdout] 3c814b826e028262d6da857e2a23daa0b42e6f65c618a2c369a2bd295a83066b Nov 18 10:58:22.931 INFO running `"docker" "start" "-a" "3c814b826e028262d6da857e2a23daa0b42e6f65c618a2c369a2bd295a83066b"` Nov 18 10:58:23.400 INFO [stderr] usermod: no changes Nov 18 10:58:23.471 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 10:58:23.471 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 10:58:23.472 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 10:58:23.472 INFO [stderr] files will be included as a binary target: Nov 18 10:58:23.472 INFO [stderr] Nov 18 10:58:23.473 INFO [stderr] * /source/src/main.rs Nov 18 10:58:23.473 INFO [stderr] Nov 18 10:58:23.473 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 10:58:23.473 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 10:58:23.474 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 10:58:23.474 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 10:58:23.475 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 10:58:23.475 INFO [stderr] Nov 18 10:58:23.475 INFO [stderr] For more information on this warning you can consult Nov 18 10:58:23.475 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 10:58:23.476 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `oslogin1-beta`, Nov 18 10:58:23.476 INFO [stderr] please set bin.path in Cargo.toml Nov 18 10:58:23.560 INFO [stderr] Compiling google-oslogin1_beta-cli v1.0.7+20171120 (/source) Nov 18 10:58:28.559 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.13s Nov 18 10:58:28.572 INFO [stderr] su: No module specific data is present Nov 18 10:58:29.283 INFO running `"docker" "inspect" "3c814b826e028262d6da857e2a23daa0b42e6f65c618a2c369a2bd295a83066b"` Nov 18 10:58:29.544 INFO running `"docker" "rm" "-f" "3c814b826e028262d6da857e2a23daa0b42e6f65c618a2c369a2bd295a83066b"` Nov 18 10:58:29.658 INFO [stdout] 3c814b826e028262d6da857e2a23daa0b42e6f65c618a2c369a2bd295a83066b Nov 18 10:58:29.671 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 10:58:30.039 INFO [stdout] 5c1d7fd98dec7dca4654215b03fdb8dac9ff4c0270e8344f3801fd5a80ce0d5e Nov 18 10:58:30.041 INFO running `"docker" "start" "-a" "5c1d7fd98dec7dca4654215b03fdb8dac9ff4c0270e8344f3801fd5a80ce0d5e"` Nov 18 10:58:30.526 INFO [stderr] usermod: no changes Nov 18 10:58:30.580 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 10:58:30.580 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 10:58:30.580 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 10:58:30.580 INFO [stderr] files will be included as a binary target: Nov 18 10:58:30.581 INFO [stderr] Nov 18 10:58:30.581 INFO [stderr] * /source/src/main.rs Nov 18 10:58:30.581 INFO [stderr] Nov 18 10:58:30.582 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 10:58:30.582 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 10:58:30.582 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 10:58:30.582 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 10:58:30.583 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 10:58:30.583 INFO [stderr] Nov 18 10:58:30.583 INFO [stderr] For more information on this warning you can consult Nov 18 10:58:30.583 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 10:58:30.584 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `oslogin1-beta`, Nov 18 10:58:30.584 INFO [stderr] please set bin.path in Cargo.toml Nov 18 10:58:30.693 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.14s Nov 18 10:58:30.710 INFO [stderr] Running /target/debug/deps/oslogin1_beta-15d7baa56b73d731 Nov 18 10:58:30.712 INFO [stdout] Nov 18 10:58:30.712 INFO [stdout] running 0 tests Nov 18 10:58:30.712 INFO [stdout] Nov 18 10:58:30.712 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 18 10:58:30.712 INFO [stdout] Nov 18 10:58:30.715 INFO [stderr] su: No module specific data is present Nov 18 10:58:31.041 INFO running `"docker" "inspect" "5c1d7fd98dec7dca4654215b03fdb8dac9ff4c0270e8344f3801fd5a80ce0d5e"` Nov 18 10:58:31.163 INFO running `"docker" "rm" "-f" "5c1d7fd98dec7dca4654215b03fdb8dac9ff4c0270e8344f3801fd5a80ce0d5e"` Nov 18 10:58:31.295 INFO [stdout] 5c1d7fd98dec7dca4654215b03fdb8dac9ff4c0270e8344f3801fd5a80ce0d5e