Oct 16 09:28:40.319 INFO testing google-androidmanagement1-cli-1.0.7+20171127 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 09:28:40.319 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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"` Oct 16 09:28:40.752 INFO blam! ff65007c8b5ee30f168d2d0fd9dd0271bbb04994773181c7229d8dd0a8bbcb05 Oct 16 09:28:40.755 INFO running `"docker" "start" "-a" "ff65007c8b5ee30f168d2d0fd9dd0271bbb04994773181c7229d8dd0a8bbcb05"` Oct 16 09:28:41.847 INFO kablam! usermod: no changes Oct 16 09:28:41.891 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 09:28:41.891 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 09:28:41.891 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 09:28:41.891 INFO kablam! files will be included as a binary target: Oct 16 09:28:41.891 INFO kablam! Oct 16 09:28:41.891 INFO kablam! * /source/src/main.rs Oct 16 09:28:41.891 INFO kablam! Oct 16 09:28:41.891 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 09:28:41.891 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 09:28:41.891 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 09:28:41.891 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 09:28:41.891 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 09:28:41.891 INFO kablam! Oct 16 09:28:41.891 INFO kablam! For more information on this warning you can consult Oct 16 09:28:41.891 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 09:28:41.891 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `androidmanagement1`, Oct 16 09:28:41.891 INFO kablam! please set bin.path in Cargo.toml Oct 16 09:28:42.069 INFO kablam! Compiling google-androidmanagement1 v1.0.8+20181001 Oct 16 09:28:53.263 INFO kablam! Compiling google-androidmanagement1-cli v1.0.7+20171127 (/source) Oct 16 09:29:20.998 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 39.12s Oct 16 09:29:21.008 INFO kablam! su: No module specific data is present Oct 16 09:29:21.941 INFO running `"docker" "rm" "-f" "ff65007c8b5ee30f168d2d0fd9dd0271bbb04994773181c7229d8dd0a8bbcb05"` Oct 16 09:29:22.253 INFO blam! ff65007c8b5ee30f168d2d0fd9dd0271bbb04994773181c7229d8dd0a8bbcb05 Oct 16 09:29:22.271 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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"` Oct 16 09:29:22.661 INFO blam! b49a2e5557fb90264ea9ab7840379f469eb8a8b1a1a6cc1d3fdf8f8fccacf777 Oct 16 09:29:22.675 INFO running `"docker" "start" "-a" "b49a2e5557fb90264ea9ab7840379f469eb8a8b1a1a6cc1d3fdf8f8fccacf777"` Oct 16 09:29:23.966 INFO kablam! usermod: no changes Oct 16 09:29:24.027 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 09:29:24.027 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 09:29:24.027 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 09:29:24.027 INFO kablam! files will be included as a binary target: Oct 16 09:29:24.027 INFO kablam! Oct 16 09:29:24.027 INFO kablam! * /source/src/main.rs Oct 16 09:29:24.027 INFO kablam! Oct 16 09:29:24.027 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 09:29:24.027 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 09:29:24.027 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 09:29:24.027 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 09:29:24.027 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 09:29:24.027 INFO kablam! Oct 16 09:29:24.027 INFO kablam! For more information on this warning you can consult Oct 16 09:29:24.027 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 09:29:24.027 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `androidmanagement1`, Oct 16 09:29:24.027 INFO kablam! please set bin.path in Cargo.toml Oct 16 09:29:24.207 INFO kablam! Compiling google-androidmanagement1-cli v1.0.7+20171127 (/source) Oct 16 09:29:30.675 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.68s Oct 16 09:29:30.691 INFO kablam! su: No module specific data is present Oct 16 09:29:31.529 INFO running `"docker" "rm" "-f" "b49a2e5557fb90264ea9ab7840379f469eb8a8b1a1a6cc1d3fdf8f8fccacf777"` Oct 16 09:29:31.850 INFO blam! b49a2e5557fb90264ea9ab7840379f469eb8a8b1a1a6cc1d3fdf8f8fccacf777 Oct 16 09:29:31.863 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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"` Oct 16 09:29:32.248 INFO blam! 03859474ba39516b11964cf52e064faa32eb1f80e69022cc1974e1ec6509fbfd Oct 16 09:29:32.250 INFO running `"docker" "start" "-a" "03859474ba39516b11964cf52e064faa32eb1f80e69022cc1974e1ec6509fbfd"` Oct 16 09:29:33.554 INFO kablam! usermod: no changes Oct 16 09:29:33.587 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 09:29:33.587 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 09:29:33.587 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 09:29:33.587 INFO kablam! files will be included as a binary target: Oct 16 09:29:33.587 INFO kablam! Oct 16 09:29:33.587 INFO kablam! * /source/src/main.rs Oct 16 09:29:33.587 INFO kablam! Oct 16 09:29:33.587 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 09:29:33.587 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 09:29:33.587 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 09:29:33.587 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 09:29:33.587 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 09:29:33.587 INFO kablam! Oct 16 09:29:33.587 INFO kablam! For more information on this warning you can consult Oct 16 09:29:33.587 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 09:29:33.587 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `androidmanagement1`, Oct 16 09:29:33.587 INFO kablam! please set bin.path in Cargo.toml Oct 16 09:29:33.713 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.14s Oct 16 09:29:33.731 INFO kablam! Running /target/debug/deps/androidmanagement1-81b9492cd467ac5f Oct 16 09:29:33.732 INFO blam! Oct 16 09:29:33.732 INFO blam! running 0 tests Oct 16 09:29:33.733 INFO blam! Oct 16 09:29:33.733 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 09:29:33.733 INFO blam! Oct 16 09:29:33.739 INFO kablam! su: No module specific data is present Oct 16 09:29:34.239 INFO running `"docker" "rm" "-f" "03859474ba39516b11964cf52e064faa32eb1f80e69022cc1974e1ec6509fbfd"` Oct 16 09:29:34.552 INFO blam! 03859474ba39516b11964cf52e064faa32eb1f80e69022cc1974e1ec6509fbfd