Oct 22 02:50:06.857 INFO checking google-androidenterprise1-cli-1.0.7+20171206 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 02:50:06.859 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 22 02:50:07.302 INFO blam! 01e0eefd16f45dd26c2844a6b931fa39fe7d543e30fafc1da538683eb4569b4d Oct 22 02:50:07.306 INFO running `"docker" "start" "-a" "01e0eefd16f45dd26c2844a6b931fa39fe7d543e30fafc1da538683eb4569b4d"` Oct 22 02:50:09.083 INFO kablam! usermod: no changes Oct 22 02:50:09.136 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 22 02:50:09.136 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 22 02:50:09.136 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 22 02:50:09.136 INFO kablam! files will be included as a binary target: Oct 22 02:50:09.136 INFO kablam! Oct 22 02:50:09.136 INFO kablam! * /source/src/main.rs Oct 22 02:50:09.136 INFO kablam! Oct 22 02:50:09.136 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 22 02:50:09.136 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 22 02:50:09.136 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 22 02:50:09.136 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 22 02:50:09.136 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 22 02:50:09.136 INFO kablam! Oct 22 02:50:09.136 INFO kablam! For more information on this warning you can consult Oct 22 02:50:09.136 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 22 02:50:09.136 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `androidenterprise1`, Oct 22 02:50:09.136 INFO kablam! please set bin.path in Cargo.toml Oct 22 02:50:09.344 INFO kablam! Checking google-androidenterprise1 v1.0.8+20181003 Oct 22 02:50:22.738 INFO kablam! Checking google-androidenterprise1-cli v1.0.7+20171206 (/source) Oct 22 02:50:29.548 INFO kablam! error[E0599]: no method named `delete` found for type `api::EnterpriseMethods<'_, hyper::Client, oauth2::Authenticator>` in the current scope Oct 22 02:50:29.548 INFO kablam! --> src/main.rs:671:47 Oct 22 02:50:29.548 INFO kablam! | Oct 22 02:50:29.548 INFO kablam! 671 | let mut call = self.hub.enterprises().delete(opt.value_of("enterprise-id").unwrap_or("")); Oct 22 02:50:29.548 INFO kablam! | ^^^^^^ Oct 22 02:50:29.548 INFO kablam! Oct 22 02:50:29.652 INFO kablam! error[E0599]: no method named `insert` found for type `api::EnterpriseMethods<'_, hyper::Client, oauth2::Authenticator>` in the current scope Oct 22 02:50:29.652 INFO kablam! --> src/main.rs:1107:47 Oct 22 02:50:29.652 INFO kablam! | Oct 22 02:50:29.652 INFO kablam! 1107 | let mut call = self.hub.enterprises().insert(request, opt.value_of("token").unwrap_or("")); Oct 22 02:50:29.652 INFO kablam! | ^^^^^^ Oct 22 02:50:29.652 INFO kablam! Oct 22 02:50:30.656 INFO kablam! error[E0599]: no method named `delete` found for type `api::EnterpriseMethods<'_, hyper::Client, oauth2::Authenticator>` in the current scope Oct 22 02:50:30.656 INFO kablam! --> src/main.rs:671:47 Oct 22 02:50:30.656 INFO kablam! | Oct 22 02:50:30.656 INFO kablam! 671 | let mut call = self.hub.enterprises().delete(opt.value_of("enterprise-id").unwrap_or("")); Oct 22 02:50:30.656 INFO kablam! | ^^^^^^ Oct 22 02:50:30.656 INFO kablam! Oct 22 02:50:30.786 INFO kablam! error[E0599]: no method named `insert` found for type `api::EnterpriseMethods<'_, hyper::Client, oauth2::Authenticator>` in the current scope Oct 22 02:50:30.787 INFO kablam! --> src/main.rs:1107:47 Oct 22 02:50:30.787 INFO kablam! | Oct 22 02:50:30.787 INFO kablam! 1107 | let mut call = self.hub.enterprises().insert(request, opt.value_of("token").unwrap_or("")); Oct 22 02:50:30.787 INFO kablam! | ^^^^^^ Oct 22 02:50:30.787 INFO kablam! Oct 22 02:50:31.028 INFO kablam! error: aborting due to 2 previous errors Oct 22 02:50:31.028 INFO kablam! Oct 22 02:50:31.028 INFO kablam! For more information about this error, try `rustc --explain E0599`. Oct 22 02:50:31.040 INFO kablam! error: Could not compile `google-androidenterprise1-cli`. Oct 22 02:50:31.040 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 22 02:50:32.065 INFO kablam! error: aborting due to 2 previous errors Oct 22 02:50:32.065 INFO kablam! Oct 22 02:50:32.065 INFO kablam! For more information about this error, try `rustc --explain E0599`. Oct 22 02:50:32.102 INFO kablam! error: Could not compile `google-androidenterprise1-cli`. Oct 22 02:50:32.102 INFO kablam! Oct 22 02:50:32.102 INFO kablam! To learn more, run the command again with --verbose. Oct 22 02:50:32.103 INFO kablam! su: No module specific data is present Oct 22 02:50:32.552 INFO running `"docker" "rm" "-f" "01e0eefd16f45dd26c2844a6b931fa39fe7d543e30fafc1da538683eb4569b4d"` Oct 22 02:50:32.745 INFO blam! 01e0eefd16f45dd26c2844a6b931fa39fe7d543e30fafc1da538683eb4569b4d