Oct 16 07:34:23.219 INFO testing google-surveys2-cli-1.0.7+20170407 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 07:34:23.221 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 07:34:23.581 INFO blam! 6ca39fd2fea27af85111cec644496aaa5240139d0ae7d9f56167f17e2e5cb055 Oct 16 07:34:23.583 INFO running `"docker" "start" "-a" "6ca39fd2fea27af85111cec644496aaa5240139d0ae7d9f56167f17e2e5cb055"` Oct 16 07:34:25.015 INFO kablam! usermod: no changes Oct 16 07:34:25.051 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 07:34:25.051 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 07:34:25.051 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 07:34:25.051 INFO kablam! files will be included as a binary target: Oct 16 07:34:25.051 INFO kablam! Oct 16 07:34:25.051 INFO kablam! * /source/src/main.rs Oct 16 07:34:25.051 INFO kablam! Oct 16 07:34:25.051 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 07:34:25.051 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 07:34:25.051 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 07:34:25.051 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 07:34:25.051 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 07:34:25.051 INFO kablam! Oct 16 07:34:25.051 INFO kablam! For more information on this warning you can consult Oct 16 07:34:25.051 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 07:34:25.051 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `surveys2`, Oct 16 07:34:25.051 INFO kablam! please set bin.path in Cargo.toml Oct 16 07:34:25.354 INFO kablam! Compiling yup-hyper-mock v2.0.0 Oct 16 07:34:25.356 INFO kablam! Compiling hyper-native-tls v0.3.0 Oct 16 07:34:25.356 INFO kablam! Compiling hyper-rustls v0.6.2 Oct 16 07:34:31.346 INFO kablam! Compiling yup-oauth2 v1.0.9 Oct 16 07:34:37.771 INFO kablam! Compiling google-surveys2 v1.0.8+20180508 Oct 16 07:34:43.888 INFO kablam! Compiling google-surveys2-cli v1.0.7+20170407 (/source) Oct 16 07:34:49.779 INFO kablam! error[E0412]: cannot find type `MobileAppPanel` in module `api` Oct 16 07:34:49.780 INFO kablam! --> src/main.rs:202:31 Oct 16 07:34:49.780 INFO kablam! | Oct 16 07:34:49.781 INFO kablam! 202 | let mut request: api::MobileAppPanel = json::value::from_value(object).unwrap(); Oct 16 07:34:49.782 INFO kablam! | ^^^^^^^^^^^^^^ not found in `api` Oct 16 07:34:49.787 INFO kablam! Oct 16 07:34:50.169 INFO kablam! error[E0599]: no method named `mobileapppanels` found for type `api::Surveys>` in the current scope Oct 16 07:34:50.170 INFO kablam! --> src/main.rs:51:33 Oct 16 07:34:50.171 INFO kablam! | Oct 16 07:34:50.171 INFO kablam! 51 | let mut call = self.hub.mobileapppanels().get(opt.value_of("panel-id").unwrap_or("")); Oct 16 07:34:50.171 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 07:34:50.172 INFO kablam! Oct 16 07:34:50.202 INFO kablam! error[E0599]: no method named `mobileapppanels` found for type `api::Surveys>` in the current scope Oct 16 07:34:50.202 INFO kablam! --> src/main.rs:103:33 Oct 16 07:34:50.202 INFO kablam! | Oct 16 07:34:50.203 INFO kablam! 103 | let mut call = self.hub.mobileapppanels().list(); Oct 16 07:34:50.203 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 07:34:50.203 INFO kablam! Oct 16 07:34:50.219 INFO kablam! error[E0599]: no method named `mobileapppanels` found for type `api::Surveys>` in the current scope Oct 16 07:34:50.219 INFO kablam! --> src/main.rs:203:33 Oct 16 07:34:50.220 INFO kablam! | Oct 16 07:34:50.220 INFO kablam! 203 | let mut call = self.hub.mobileapppanels().update(request, opt.value_of("panel-id").unwrap_or("")); Oct 16 07:34:50.220 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 07:34:50.221 INFO kablam! Oct 16 07:34:50.575 INFO kablam! error: aborting due to 4 previous errors Oct 16 07:34:50.575 INFO kablam! Oct 16 07:34:50.576 INFO kablam! Some errors occurred: E0412, E0599. Oct 16 07:34:50.576 INFO kablam! For more information about an error, try `rustc --explain E0412`. Oct 16 07:34:50.595 INFO kablam! error: Could not compile `google-surveys2-cli`. Oct 16 07:34:50.595 INFO kablam! Oct 16 07:34:50.595 INFO kablam! To learn more, run the command again with --verbose. Oct 16 07:34:50.596 INFO kablam! su: No module specific data is present Oct 16 07:34:51.452 INFO running `"docker" "rm" "-f" "6ca39fd2fea27af85111cec644496aaa5240139d0ae7d9f56167f17e2e5cb055"` Oct 16 07:34:51.711 INFO blam! 6ca39fd2fea27af85111cec644496aaa5240139d0ae7d9f56167f17e2e5cb055