Nov 18 12:33:15.112 INFO testing google-androiddeviceprovisioning1-cli-1.0.7+20171202 against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 18 12:33:15.112 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-5/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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:33:15.596 INFO [stdout] 0624f685de192d2d030123eb8fec1fdd5a0ff332ee2c562d07b8d9ffe60b14b5 Nov 18 12:33:15.598 INFO running `"docker" "start" "-a" "0624f685de192d2d030123eb8fec1fdd5a0ff332ee2c562d07b8d9ffe60b14b5"` Nov 18 12:33:17.795 INFO [stderr] usermod: no changes Nov 18 12:33:17.841 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 12:33:17.841 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 12:33:17.841 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 12:33:17.841 INFO [stderr] files will be included as a binary target: Nov 18 12:33:17.842 INFO [stderr] Nov 18 12:33:17.842 INFO [stderr] * /source/src/main.rs Nov 18 12:33:17.842 INFO [stderr] Nov 18 12:33:17.842 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 12:33:17.842 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 12:33:17.842 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 12:33:17.842 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 12:33:17.842 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 12:33:17.842 INFO [stderr] Nov 18 12:33:17.842 INFO [stderr] For more information on this warning you can consult Nov 18 12:33:17.842 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 12:33:17.842 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `androiddeviceprovisioning1`, Nov 18 12:33:17.842 INFO [stderr] please set bin.path in Cargo.toml Nov 18 12:33:17.983 INFO [stderr] Compiling google-androiddeviceprovisioning1 v1.0.8+20181007 Nov 18 12:33:25.914 INFO [stderr] Compiling google-androiddeviceprovisioning1-cli v1.0.7+20171202 (/source) Nov 18 12:33:41.963 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 24.13s Nov 18 12:33:41.979 INFO [stderr] su: No module specific data is present Nov 18 12:33:43.294 INFO running `"docker" "inspect" "0624f685de192d2d030123eb8fec1fdd5a0ff332ee2c562d07b8d9ffe60b14b5"` Nov 18 12:33:43.651 INFO running `"docker" "rm" "-f" "0624f685de192d2d030123eb8fec1fdd5a0ff332ee2c562d07b8d9ffe60b14b5"` Nov 18 12:33:44.079 INFO [stdout] 0624f685de192d2d030123eb8fec1fdd5a0ff332ee2c562d07b8d9ffe60b14b5 Nov 18 12:33:44.086 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-5/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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:33:44.587 INFO [stdout] d7fbb1400844dea5ab7e3f3dff182cab2ee799eac7dac4a0a41918b24691adfb Nov 18 12:33:44.590 INFO running `"docker" "start" "-a" "d7fbb1400844dea5ab7e3f3dff182cab2ee799eac7dac4a0a41918b24691adfb"` Nov 18 12:33:47.251 INFO [stderr] usermod: no changes Nov 18 12:33:47.287 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 12:33:47.287 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 12:33:47.287 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 12:33:47.287 INFO [stderr] files will be included as a binary target: Nov 18 12:33:47.287 INFO [stderr] Nov 18 12:33:47.287 INFO [stderr] * /source/src/main.rs Nov 18 12:33:47.287 INFO [stderr] Nov 18 12:33:47.287 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 12:33:47.287 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 12:33:47.287 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 12:33:47.287 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 12:33:47.287 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 12:33:47.287 INFO [stderr] Nov 18 12:33:47.287 INFO [stderr] For more information on this warning you can consult Nov 18 12:33:47.287 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 12:33:47.287 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `androiddeviceprovisioning1`, Nov 18 12:33:47.287 INFO [stderr] please set bin.path in Cargo.toml Nov 18 12:33:47.528 INFO [stderr] Compiling google-androiddeviceprovisioning1-cli v1.0.7+20171202 (/source) Nov 18 12:33:52.724 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.45s Nov 18 12:33:52.737 INFO [stderr] su: No module specific data is present Nov 18 12:33:53.612 INFO running `"docker" "inspect" "d7fbb1400844dea5ab7e3f3dff182cab2ee799eac7dac4a0a41918b24691adfb"` Nov 18 12:33:53.931 INFO running `"docker" "rm" "-f" "d7fbb1400844dea5ab7e3f3dff182cab2ee799eac7dac4a0a41918b24691adfb"` Nov 18 12:33:54.319 INFO [stdout] d7fbb1400844dea5ab7e3f3dff182cab2ee799eac7dac4a0a41918b24691adfb Nov 18 12:33:54.328 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-5/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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:33:54.779 INFO [stdout] b7bfd45b7dc954cf9a03fcdb755f4bd506df7d772ba2a8ee2cb60deb7d5c39b0 Nov 18 12:33:54.782 INFO running `"docker" "start" "-a" "b7bfd45b7dc954cf9a03fcdb755f4bd506df7d772ba2a8ee2cb60deb7d5c39b0"` Nov 18 12:33:57.289 INFO [stderr] usermod: no changes Nov 18 12:33:57.359 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 12:33:57.359 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 12:33:57.359 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 12:33:57.359 INFO [stderr] files will be included as a binary target: Nov 18 12:33:57.359 INFO [stderr] Nov 18 12:33:57.359 INFO [stderr] * /source/src/main.rs Nov 18 12:33:57.359 INFO [stderr] Nov 18 12:33:57.359 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 12:33:57.359 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 12:33:57.359 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 12:33:57.359 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 12:33:57.359 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 12:33:57.359 INFO [stderr] Nov 18 12:33:57.359 INFO [stderr] For more information on this warning you can consult Nov 18 12:33:57.359 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 12:33:57.359 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `androiddeviceprovisioning1`, Nov 18 12:33:57.359 INFO [stderr] please set bin.path in Cargo.toml Nov 18 12:33:57.567 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.25s Nov 18 12:33:57.589 INFO [stderr] Running /target/debug/deps/androiddeviceprovisioning1-61228c72e570f072 Nov 18 12:33:57.601 INFO [stdout] Nov 18 12:33:57.601 INFO [stdout] running 0 tests Nov 18 12:33:57.601 INFO [stdout] Nov 18 12:33:57.601 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 18 12:33:57.601 INFO [stdout] Nov 18 12:33:57.604 INFO [stderr] su: No module specific data is present Nov 18 12:33:58.839 INFO running `"docker" "inspect" "b7bfd45b7dc954cf9a03fcdb755f4bd506df7d772ba2a8ee2cb60deb7d5c39b0"` Nov 18 12:33:59.144 INFO running `"docker" "rm" "-f" "b7bfd45b7dc954cf9a03fcdb755f4bd506df7d772ba2a8ee2cb60deb7d5c39b0"` Nov 18 12:33:59.499 INFO [stdout] b7bfd45b7dc954cf9a03fcdb755f4bd506df7d772ba2a8ee2cb60deb7d5c39b0