Nov 18 10:40:28.997 INFO testing google-surveys2-cli-1.0.7+20170407 against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 18 10:40:28.999 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-2/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/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 10:40:29.499 INFO [stdout] f9737fd586fd00320dc7836e1f481c449b743220f8e53c9dff67cbe96eddea03 Nov 18 10:40:29.502 INFO running `"docker" "start" "-a" "f9737fd586fd00320dc7836e1f481c449b743220f8e53c9dff67cbe96eddea03"` Nov 18 10:40:31.703 INFO [stderr] usermod: no changes Nov 18 10:40:31.767 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 10:40:31.767 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 10:40:31.767 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 10:40:31.767 INFO [stderr] files will be included as a binary target: Nov 18 10:40:31.767 INFO [stderr] Nov 18 10:40:31.767 INFO [stderr] * /source/src/main.rs Nov 18 10:40:31.767 INFO [stderr] Nov 18 10:40:31.767 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 10:40:31.767 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 10:40:31.767 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 10:40:31.767 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 10:40:31.767 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 10:40:31.767 INFO [stderr] Nov 18 10:40:31.767 INFO [stderr] For more information on this warning you can consult Nov 18 10:40:31.767 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 10:40:31.767 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `surveys2`, Nov 18 10:40:31.767 INFO [stderr] please set bin.path in Cargo.toml Nov 18 10:40:31.997 INFO [stderr] Compiling google-surveys2 v1.0.8+20180508 Nov 18 10:40:38.718 INFO [stderr] Compiling google-surveys2-cli v1.0.7+20170407 (/source) Nov 18 10:40:43.411 INFO [stderr] error[E0412]: cannot find type `MobileAppPanel` in module `api` Nov 18 10:40:43.411 INFO [stderr] --> src/main.rs:202:31 Nov 18 10:40:43.411 INFO [stderr] | Nov 18 10:40:43.411 INFO [stderr] 202 | let mut request: api::MobileAppPanel = json::value::from_value(object).unwrap(); Nov 18 10:40:43.411 INFO [stderr] | ^^^^^^^^^^^^^^ not found in `api` Nov 18 10:40:43.411 INFO [stderr] Nov 18 10:40:43.748 INFO [stderr] error[E0599]: no method named `mobileapppanels` found for type `api::Surveys>` in the current scope Nov 18 10:40:43.749 INFO [stderr] --> src/main.rs:51:33 Nov 18 10:40:43.749 INFO [stderr] | Nov 18 10:40:43.749 INFO [stderr] 51 | let mut call = self.hub.mobileapppanels().get(opt.value_of("panel-id").unwrap_or("")); Nov 18 10:40:43.749 INFO [stderr] | ^^^^^^^^^^^^^^^ Nov 18 10:40:43.749 INFO [stderr] Nov 18 10:40:43.780 INFO [stderr] error[E0599]: no method named `mobileapppanels` found for type `api::Surveys>` in the current scope Nov 18 10:40:43.780 INFO [stderr] --> src/main.rs:103:33 Nov 18 10:40:43.780 INFO [stderr] | Nov 18 10:40:43.780 INFO [stderr] 103 | let mut call = self.hub.mobileapppanels().list(); Nov 18 10:40:43.780 INFO [stderr] | ^^^^^^^^^^^^^^^ Nov 18 10:40:43.780 INFO [stderr] Nov 18 10:40:43.799 INFO [stderr] error[E0599]: no method named `mobileapppanels` found for type `api::Surveys>` in the current scope Nov 18 10:40:43.800 INFO [stderr] --> src/main.rs:203:33 Nov 18 10:40:43.800 INFO [stderr] | Nov 18 10:40:43.800 INFO [stderr] 203 | let mut call = self.hub.mobileapppanels().update(request, opt.value_of("panel-id").unwrap_or("")); Nov 18 10:40:43.800 INFO [stderr] | ^^^^^^^^^^^^^^^ Nov 18 10:40:43.801 INFO [stderr] Nov 18 10:40:44.187 INFO [stderr] error: aborting due to 4 previous errors Nov 18 10:40:44.188 INFO [stderr] Nov 18 10:40:44.188 INFO [stderr] Some errors occurred: E0412, E0599. Nov 18 10:40:44.188 INFO [stderr] For more information about an error, try `rustc --explain E0412`. Nov 18 10:40:44.213 INFO [stderr] error: Could not compile `google-surveys2-cli`. Nov 18 10:40:44.213 INFO [stderr] Nov 18 10:40:44.213 INFO [stderr] To learn more, run the command again with --verbose. Nov 18 10:40:44.215 INFO [stderr] su: No module specific data is present Nov 18 10:40:45.311 INFO running `"docker" "inspect" "f9737fd586fd00320dc7836e1f481c449b743220f8e53c9dff67cbe96eddea03"` Nov 18 10:40:45.608 INFO running `"docker" "rm" "-f" "f9737fd586fd00320dc7836e1f481c449b743220f8e53c9dff67cbe96eddea03"` Nov 18 10:40:45.866 INFO [stdout] f9737fd586fd00320dc7836e1f481c449b743220f8e53c9dff67cbe96eddea03