Nov 18 12:29:52.278 INFO testing google-androidmanagement1-cli-1.0.7+20171127 against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 18 12:29:52.278 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-7/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/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:29:52.700 INFO [stdout] cc873009929cd979530b2aa168e0254f81548b835c94147cdc95556daa31a943 Nov 18 12:29:52.702 INFO running `"docker" "start" "-a" "cc873009929cd979530b2aa168e0254f81548b835c94147cdc95556daa31a943"` Nov 18 12:29:54.331 INFO [stderr] usermod: no changes Nov 18 12:29:54.403 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 12:29:54.403 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 12:29:54.403 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 12:29:54.403 INFO [stderr] files will be included as a binary target: Nov 18 12:29:54.403 INFO [stderr] Nov 18 12:29:54.403 INFO [stderr] * /source/src/main.rs Nov 18 12:29:54.403 INFO [stderr] Nov 18 12:29:54.403 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 12:29:54.403 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 12:29:54.403 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 12:29:54.403 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 12:29:54.403 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 12:29:54.403 INFO [stderr] Nov 18 12:29:54.403 INFO [stderr] For more information on this warning you can consult Nov 18 12:29:54.403 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 12:29:54.403 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `androidmanagement1`, Nov 18 12:29:54.403 INFO [stderr] please set bin.path in Cargo.toml Nov 18 12:29:54.579 INFO [stderr] Compiling google-androidmanagement1 v1.0.8+20181001 Nov 18 12:30:06.435 INFO [stderr] Compiling google-androidmanagement1-cli v1.0.7+20171127 (/source) Nov 18 12:30:36.673 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 42.31s Nov 18 12:30:36.727 INFO [stderr] su: No module specific data is present Nov 18 12:30:38.091 INFO running `"docker" "inspect" "cc873009929cd979530b2aa168e0254f81548b835c94147cdc95556daa31a943"` Nov 18 12:30:38.459 INFO running `"docker" "rm" "-f" "cc873009929cd979530b2aa168e0254f81548b835c94147cdc95556daa31a943"` Nov 18 12:30:38.869 INFO [stdout] cc873009929cd979530b2aa168e0254f81548b835c94147cdc95556daa31a943 Nov 18 12:30:38.877 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-7/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/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:30:39.349 INFO [stdout] 298fa6ab737540def366ba754dec6394ed7f13122be910fcb41d1e9e07de1e6b Nov 18 12:30:39.351 INFO running `"docker" "start" "-a" "298fa6ab737540def366ba754dec6394ed7f13122be910fcb41d1e9e07de1e6b"` Nov 18 12:30:41.371 INFO [stderr] usermod: no changes Nov 18 12:30:41.461 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 12:30:41.461 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 12:30:41.461 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 12:30:41.461 INFO [stderr] files will be included as a binary target: Nov 18 12:30:41.461 INFO [stderr] Nov 18 12:30:41.461 INFO [stderr] * /source/src/main.rs Nov 18 12:30:41.461 INFO [stderr] Nov 18 12:30:41.461 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 12:30:41.461 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 12:30:41.461 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 12:30:41.461 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 12:30:41.461 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 12:30:41.461 INFO [stderr] Nov 18 12:30:41.461 INFO [stderr] For more information on this warning you can consult Nov 18 12:30:41.461 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 12:30:41.461 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `androidmanagement1`, Nov 18 12:30:41.461 INFO [stderr] please set bin.path in Cargo.toml Nov 18 12:30:41.633 INFO [stderr] Compiling google-androidmanagement1-cli v1.0.7+20171127 (/source) Nov 18 12:30:47.719 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.31s Nov 18 12:30:47.731 INFO [stderr] su: No module specific data is present Nov 18 12:30:48.808 INFO running `"docker" "inspect" "298fa6ab737540def366ba754dec6394ed7f13122be910fcb41d1e9e07de1e6b"` Nov 18 12:30:49.129 INFO running `"docker" "rm" "-f" "298fa6ab737540def366ba754dec6394ed7f13122be910fcb41d1e9e07de1e6b"` Nov 18 12:30:49.379 INFO [stdout] 298fa6ab737540def366ba754dec6394ed7f13122be910fcb41d1e9e07de1e6b Nov 18 12:30:49.387 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-7/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/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:30:49.768 INFO [stdout] b45657f81f856a46e851ed4cc1606a9fef68742a5c8e37049c96a80683de4627 Nov 18 12:30:49.773 INFO running `"docker" "start" "-a" "b45657f81f856a46e851ed4cc1606a9fef68742a5c8e37049c96a80683de4627"` Nov 18 12:30:51.077 INFO [stderr] usermod: no changes Nov 18 12:30:51.155 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 12:30:51.155 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 12:30:51.155 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 12:30:51.155 INFO [stderr] files will be included as a binary target: Nov 18 12:30:51.155 INFO [stderr] Nov 18 12:30:51.155 INFO [stderr] * /source/src/main.rs Nov 18 12:30:51.155 INFO [stderr] Nov 18 12:30:51.155 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 12:30:51.155 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 12:30:51.155 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 12:30:51.155 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 12:30:51.155 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 12:30:51.155 INFO [stderr] Nov 18 12:30:51.155 INFO [stderr] For more information on this warning you can consult Nov 18 12:30:51.155 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 12:30:51.155 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `androidmanagement1`, Nov 18 12:30:51.155 INFO [stderr] please set bin.path in Cargo.toml Nov 18 12:30:51.357 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.25s Nov 18 12:30:51.377 INFO [stderr] Running /target/debug/deps/androidmanagement1-ea612993f3fa4eae Nov 18 12:30:51.384 INFO [stdout] Nov 18 12:30:51.384 INFO [stdout] running 0 tests Nov 18 12:30:51.385 INFO [stdout] Nov 18 12:30:51.385 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 18 12:30:51.385 INFO [stdout] Nov 18 12:30:51.389 INFO [stderr] su: No module specific data is present Nov 18 12:30:52.601 INFO running `"docker" "inspect" "b45657f81f856a46e851ed4cc1606a9fef68742a5c8e37049c96a80683de4627"` Nov 18 12:30:52.873 INFO running `"docker" "rm" "-f" "b45657f81f856a46e851ed4cc1606a9fef68742a5c8e37049c96a80683de4627"` Nov 18 12:30:53.235 INFO [stdout] b45657f81f856a46e851ed4cc1606a9fef68742a5c8e37049c96a80683de4627