Nov 03 07:48:58.911 INFO checking google-androidenterprise1-cli-1.0.7+20171206 against master#f6e9a6e41cd9b1fb687e296b5a6d4c6ad399f862 for pr-55517 Nov 03 07:48:58.912 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55517/worker-1/master#f6e9a6e41cd9b1fb687e296b5a6d4c6ad399f862:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55517/master#f6e9a6e41cd9b1fb687e296b5a6d4c6ad399f862:/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 +f6e9a6e41cd9b1fb687e296b5a6d4c6ad399f862-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"` Nov 03 07:48:59.117 INFO blam! c8378049323ab4b21468f6d518a5fb044e89e930a8c93df1155b3e81947717aa Nov 03 07:48:59.120 INFO running `"docker" "start" "-a" "c8378049323ab4b21468f6d518a5fb044e89e930a8c93df1155b3e81947717aa"` Nov 03 07:48:59.992 INFO kablam! usermod: no changes Nov 03 07:49:00.048 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 03 07:49:00.048 INFO kablam! disables Cargo from automatically inferring other binary targets. Nov 03 07:49:00.048 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Nov 03 07:49:00.048 INFO kablam! files will be included as a binary target: Nov 03 07:49:00.048 INFO kablam! Nov 03 07:49:00.048 INFO kablam! * /source/src/main.rs Nov 03 07:49:00.048 INFO kablam! Nov 03 07:49:00.048 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Nov 03 07:49:00.048 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Nov 03 07:49:00.048 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Nov 03 07:49:00.048 INFO kablam! section. You may also move the files to a location where Cargo would not Nov 03 07:49:00.048 INFO kablam! automatically infer them to be a target, such as in subfolders. Nov 03 07:49:00.048 INFO kablam! Nov 03 07:49:00.048 INFO kablam! For more information on this warning you can consult Nov 03 07:49:00.048 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Nov 03 07:49:00.048 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `androidenterprise1`, Nov 03 07:49:00.048 INFO kablam! please set bin.path in Cargo.toml Nov 03 07:49:00.176 INFO kablam! Checking google-androidenterprise1 v1.0.8+20181003 Nov 03 07:49:13.226 INFO kablam! Checking google-androidenterprise1-cli v1.0.7+20171206 (/source) Nov 03 07:49:22.100 INFO kablam! error[E0599]: no method named `delete` found for type `api::EnterpriseMethods<'_, hyper::Client, oauth2::Authenticator>` in the current scope Nov 03 07:49:22.100 INFO kablam! --> src/main.rs:671:47 Nov 03 07:49:22.100 INFO kablam! | Nov 03 07:49:22.100 INFO kablam! 671 | let mut call = self.hub.enterprises().delete(opt.value_of("enterprise-id").unwrap_or("")); Nov 03 07:49:22.100 INFO kablam! | ^^^^^^ Nov 03 07:49:22.100 INFO kablam! Nov 03 07:49:22.188 INFO kablam! error[E0599]: no method named `insert` found for type `api::EnterpriseMethods<'_, hyper::Client, oauth2::Authenticator>` in the current scope Nov 03 07:49:22.188 INFO kablam! --> src/main.rs:1107:47 Nov 03 07:49:22.188 INFO kablam! | Nov 03 07:49:22.188 INFO kablam! 1107 | let mut call = self.hub.enterprises().insert(request, opt.value_of("token").unwrap_or("")); Nov 03 07:49:22.188 INFO kablam! | ^^^^^^ Nov 03 07:49:22.188 INFO kablam! Nov 03 07:49:22.444 INFO kablam! error[E0599]: no method named `delete` found for type `api::EnterpriseMethods<'_, hyper::Client, oauth2::Authenticator>` in the current scope Nov 03 07:49:22.444 INFO kablam! --> src/main.rs:671:47 Nov 03 07:49:22.444 INFO kablam! | Nov 03 07:49:22.444 INFO kablam! 671 | let mut call = self.hub.enterprises().delete(opt.value_of("enterprise-id").unwrap_or("")); Nov 03 07:49:22.444 INFO kablam! | ^^^^^^ Nov 03 07:49:22.444 INFO kablam! Nov 03 07:49:22.524 INFO kablam! error[E0599]: no method named `insert` found for type `api::EnterpriseMethods<'_, hyper::Client, oauth2::Authenticator>` in the current scope Nov 03 07:49:22.524 INFO kablam! --> src/main.rs:1107:47 Nov 03 07:49:22.524 INFO kablam! | Nov 03 07:49:22.524 INFO kablam! 1107 | let mut call = self.hub.enterprises().insert(request, opt.value_of("token").unwrap_or("")); Nov 03 07:49:22.524 INFO kablam! | ^^^^^^ Nov 03 07:49:22.524 INFO kablam! Nov 03 07:49:23.660 INFO kablam! error: aborting due to 2 previous errors Nov 03 07:49:23.660 INFO kablam! Nov 03 07:49:23.660 INFO kablam! For more information about this error, try `rustc --explain E0599`. Nov 03 07:49:23.673 INFO kablam! error: Could not compile `google-androidenterprise1-cli`. Nov 03 07:49:23.673 INFO kablam! warning: build failed, waiting for other jobs to finish... Nov 03 07:49:23.984 INFO kablam! error: aborting due to 2 previous errors Nov 03 07:49:23.984 INFO kablam! Nov 03 07:49:23.984 INFO kablam! For more information about this error, try `rustc --explain E0599`. Nov 03 07:49:24.013 INFO kablam! error: Could not compile `google-androidenterprise1-cli`. Nov 03 07:49:24.013 INFO kablam! Nov 03 07:49:24.013 INFO kablam! To learn more, run the command again with --verbose. Nov 03 07:49:24.015 INFO kablam! su: No module specific data is present Nov 03 07:49:24.540 INFO running `"docker" "rm" "-f" "c8378049323ab4b21468f6d518a5fb044e89e930a8c93df1155b3e81947717aa"` Nov 03 07:49:24.720 INFO blam! c8378049323ab4b21468f6d518a5fb044e89e930a8c93df1155b3e81947717aa