Nov 18 00:50:19.316 INFO testing rusoto_cloudtrail-0.34.0 against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 18 00:50:19.317 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-1/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/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 00:50:19.928 INFO [stdout] 2135bc4b962d0b8e8ead2887b38f01fe34443e8b0ab5e4c074be050c8ea26e39 Nov 18 00:50:19.931 INFO running `"docker" "start" "-a" "2135bc4b962d0b8e8ead2887b38f01fe34443e8b0ab5e4c074be050c8ea26e39"` Nov 18 00:50:21.316 INFO [stderr] usermod: no changes Nov 18 00:50:21.601 INFO [stderr] Compiling rusoto_cloudtrail v0.34.0 (/source) Nov 18 00:50:29.672 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.31s Nov 18 00:50:29.685 INFO [stderr] su: No module specific data is present Nov 18 00:50:29.914 INFO running `"docker" "inspect" "2135bc4b962d0b8e8ead2887b38f01fe34443e8b0ab5e4c074be050c8ea26e39"` Nov 18 00:50:30.033 INFO running `"docker" "rm" "-f" "2135bc4b962d0b8e8ead2887b38f01fe34443e8b0ab5e4c074be050c8ea26e39"` Nov 18 00:50:30.113 INFO [stdout] 2135bc4b962d0b8e8ead2887b38f01fe34443e8b0ab5e4c074be050c8ea26e39 Nov 18 00:50:30.113 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-1/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/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 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"` Nov 18 00:50:30.307 INFO [stdout] ec1fd7b6418f0d083b24ffcf08f491e174d52aa9ad6ef7edc3d0d5a05ab667e2 Nov 18 00:50:30.310 INFO running `"docker" "start" "-a" "ec1fd7b6418f0d083b24ffcf08f491e174d52aa9ad6ef7edc3d0d5a05ab667e2"` Nov 18 00:50:30.795 INFO [stderr] usermod: no changes Nov 18 00:50:31.034 INFO [stderr] Compiling rusoto_core v0.35.0 Nov 18 00:50:34.063 INFO [stderr] error[E0432]: unresolved import `tls` Nov 18 00:50:34.064 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rusoto_core-0.35.0/src/request.rs:28:5 Nov 18 00:50:34.064 INFO [stderr] | Nov 18 00:50:34.065 INFO [stderr] 28 | use tls::HttpsConnector; Nov 18 00:50:34.065 INFO [stderr] | ^^^ Maybe a missing `extern crate tls;`? Nov 18 00:50:34.065 INFO [stderr] Nov 18 00:50:34.086 INFO [stderr] error[E0425]: cannot find value `connector` in this scope Nov 18 00:50:34.087 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rusoto_core-0.35.0/src/request.rs:319:33 Nov 18 00:50:34.087 INFO [stderr] | Nov 18 00:50:34.088 INFO [stderr] 319 | Ok(Self::from_connector(connector)) Nov 18 00:50:34.088 INFO [stderr] | ^^^^^^^^^ not found in this scope Nov 18 00:50:34.089 INFO [stderr] Nov 18 00:50:34.366 INFO [stderr] error[E0599]: no method named `lock` found for type `client::SHARED_CLIENT` in the current scope Nov 18 00:50:34.367 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rusoto_core-0.35.0/src/client.rs:24:38 Nov 18 00:50:34.367 INFO [stderr] | Nov 18 00:50:34.368 INFO [stderr] 11 | / lazy_static! { Nov 18 00:50:34.368 INFO [stderr] 12 | | static ref SHARED_CLIENT: Mutex>> = Nov 18 00:50:34.369 INFO [stderr] 13 | | Mutex::new(Weak::new()); Nov 18 00:50:34.369 INFO [stderr] 14 | | } Nov 18 00:50:34.370 INFO [stderr] | |_- method `lock` not found for this Nov 18 00:50:34.370 INFO [stderr] ... Nov 18 00:50:34.371 INFO [stderr] 24 | let mut lock = SHARED_CLIENT.lock().unwrap(); Nov 18 00:50:34.371 INFO [stderr] | ^^^^ Nov 18 00:50:34.372 INFO [stderr] | Nov 18 00:50:34.372 INFO [stderr] = help: items from traits can only be used if the trait is implemented and in scope Nov 18 00:50:34.373 INFO [stderr] = note: the following trait defines an item `lock`, perhaps you need to implement it: Nov 18 00:50:34.373 INFO [stderr] candidate #1: `lock_api::mutex::RawMutex` Nov 18 00:50:34.374 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Nov 18 00:50:34.374 INFO [stderr] Nov 18 00:50:34.627 INFO [stderr] error: aborting due to 3 previous errors Nov 18 00:50:34.628 INFO [stderr] Nov 18 00:50:34.629 INFO [stderr] Some errors occurred: E0425, E0432, E0599. Nov 18 00:50:34.629 INFO [stderr] For more information about an error, try `rustc --explain E0425`. Nov 18 00:50:34.655 INFO [stderr] error: Could not compile `rusoto_core`. Nov 18 00:50:34.656 INFO [stderr] Nov 18 00:50:34.656 INFO [stderr] To learn more, run the command again with --verbose. Nov 18 00:50:34.660 INFO [stderr] su: No module specific data is present Nov 18 00:50:35.040 INFO running `"docker" "inspect" "ec1fd7b6418f0d083b24ffcf08f491e174d52aa9ad6ef7edc3d0d5a05ab667e2"` Nov 18 00:50:35.168 INFO running `"docker" "rm" "-f" "ec1fd7b6418f0d083b24ffcf08f491e174d52aa9ad6ef7edc3d0d5a05ab667e2"` Nov 18 00:50:35.300 INFO [stdout] ec1fd7b6418f0d083b24ffcf08f491e174d52aa9ad6ef7edc3d0d5a05ab667e2