Sep 19 21:16:58.762 INFO checking rusoto_credential-0.12.0 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 21:16:58.762 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 21:16:58.762 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-0/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 21:16:58.986 INFO blam! 1e36a57d31cac45293aca158a3b849546cfadefb39b2d46af1afae601ddadf1e Sep 19 21:16:58.988 INFO running `"docker" "start" "-a" "1e36a57d31cac45293aca158a3b849546cfadefb39b2d46af1afae601ddadf1e"` Sep 19 21:16:59.872 INFO kablam! usermod: no changes Sep 19 21:17:00.063 INFO kablam! Checking hyper-tls v0.2.1 Sep 19 21:17:00.917 INFO kablam! Checking rusoto_credential v0.12.0 (/source) Sep 19 21:17:01.826 INFO kablam! error: use of deprecated item 'tokio_timer::Deadline': use Timeout instead Sep 19 21:17:01.826 INFO kablam! --> src/request.rs:10:5 Sep 19 21:17:01.826 INFO kablam! | Sep 19 21:17:01.826 INFO kablam! 10 | use tokio_timer::Deadline; Sep 19 21:17:01.826 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 19 21:17:01.826 INFO kablam! | Sep 19 21:17:01.826 INFO kablam! note: lint level defined here Sep 19 21:17:01.826 INFO kablam! --> src/lib.rs:6:45 Sep 19 21:17:01.826 INFO kablam! | Sep 19 21:17:01.826 INFO kablam! 6 | #![cfg_attr(not(feature = "unstable"), deny(warnings))] Sep 19 21:17:01.826 INFO kablam! | ^^^^^^^^ Sep 19 21:17:01.826 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 19 21:17:01.826 INFO kablam! Sep 19 21:17:01.826 INFO kablam! error: use of deprecated item 'tokio_timer::Deadline': use Timeout instead Sep 19 21:17:01.826 INFO kablam! --> src/request.rs:66:13 Sep 19 21:17:01.826 INFO kablam! | Sep 19 21:17:01.826 INFO kablam! 66 | Request(Deadline), Sep 19 21:17:01.826 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 21:17:01.826 INFO kablam! Sep 19 21:17:01.826 INFO kablam! error: use of deprecated item 'tokio_timer::Deadline': use Timeout instead Sep 19 21:17:01.826 INFO kablam! --> src/request.rs:119:48 Sep 19 21:17:01.826 INFO kablam! | Sep 19 21:17:01.826 INFO kablam! 119 | let inner = ClientFutureInner::Request(Deadline::new(future, deadline)); Sep 19 21:17:01.826 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 21:17:01.826 INFO kablam! Sep 19 21:17:02.060 INFO kablam! warning: #[test] attribute should not be used on macros. Use #[cfg(test)] instead. Sep 19 21:17:02.060 INFO kablam! --> src/static_provider.rs:152:5 Sep 19 21:17:02.060 INFO kablam! | Sep 19 21:17:02.060 INFO kablam! 152 | / quickcheck! { Sep 19 21:17:02.060 INFO kablam! 153 | | fn test_static_provider_secrets_not_in_debug( Sep 19 21:17:02.060 INFO kablam! 154 | | access_key: String, Sep 19 21:17:02.060 INFO kablam! 155 | | token: Option<()>, Sep 19 21:17:02.060 INFO kablam! ... | Sep 19 21:17:02.060 INFO kablam! 165 | | } Sep 19 21:17:02.060 INFO kablam! 166 | | } Sep 19 21:17:02.060 INFO kablam! | |_____^ Sep 19 21:17:02.060 INFO kablam! Sep 19 21:17:02.064 INFO kablam! warning: #[test] attribute should not be used on macros. Use #[cfg(test)] instead. Sep 19 21:17:02.064 INFO kablam! --> src/lib.rs:615:5 Sep 19 21:17:02.064 INFO kablam! | Sep 19 21:17:02.064 INFO kablam! 615 | / quickcheck! { Sep 19 21:17:02.064 INFO kablam! 616 | | fn test_aws_credentials_secrets_not_in_debug( Sep 19 21:17:02.064 INFO kablam! 617 | | key: String, Sep 19 21:17:02.064 INFO kablam! 618 | | valid_for: Option, Sep 19 21:17:02.064 INFO kablam! ... | Sep 19 21:17:02.064 INFO kablam! 628 | | } Sep 19 21:17:02.064 INFO kablam! 629 | | } Sep 19 21:17:02.064 INFO kablam! | |_____^ Sep 19 21:17:02.064 INFO kablam! Sep 19 21:17:02.121 INFO kablam! error: aborting due to 3 previous errors Sep 19 21:17:02.121 INFO kablam! Sep 19 21:17:02.133 INFO kablam! error: Could not compile `rusoto_credential`. Sep 19 21:17:02.134 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 21:17:02.143 INFO kablam! error: use of deprecated item 'tokio_timer::Deadline': use Timeout instead Sep 19 21:17:02.143 INFO kablam! --> src/request.rs:10:5 Sep 19 21:17:02.143 INFO kablam! | Sep 19 21:17:02.143 INFO kablam! 10 | use tokio_timer::Deadline; Sep 19 21:17:02.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 19 21:17:02.143 INFO kablam! | Sep 19 21:17:02.143 INFO kablam! note: lint level defined here Sep 19 21:17:02.143 INFO kablam! --> src/lib.rs:6:45 Sep 19 21:17:02.143 INFO kablam! | Sep 19 21:17:02.143 INFO kablam! 6 | #![cfg_attr(not(feature = "unstable"), deny(warnings))] Sep 19 21:17:02.143 INFO kablam! | ^^^^^^^^ Sep 19 21:17:02.143 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 19 21:17:02.143 INFO kablam! Sep 19 21:17:02.143 INFO kablam! error: use of deprecated item 'tokio_timer::Deadline': use Timeout instead Sep 19 21:17:02.143 INFO kablam! --> src/request.rs:66:13 Sep 19 21:17:02.143 INFO kablam! | Sep 19 21:17:02.143 INFO kablam! 66 | Request(Deadline), Sep 19 21:17:02.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 21:17:02.143 INFO kablam! Sep 19 21:17:02.144 INFO kablam! error: use of deprecated item 'tokio_timer::Deadline': use Timeout instead Sep 19 21:17:02.144 INFO kablam! --> src/request.rs:119:48 Sep 19 21:17:02.144 INFO kablam! | Sep 19 21:17:02.144 INFO kablam! 119 | let inner = ClientFutureInner::Request(Deadline::new(future, deadline)); Sep 19 21:17:02.144 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 21:17:02.144 INFO kablam! Sep 19 21:17:02.449 INFO kablam! error: aborting due to 3 previous errors Sep 19 21:17:02.449 INFO kablam! Sep 19 21:17:02.470 INFO kablam! error: Could not compile `rusoto_credential`. Sep 19 21:17:02.470 INFO kablam! Sep 19 21:17:02.470 INFO kablam! To learn more, run the command again with --verbose. Sep 19 21:17:02.471 INFO kablam! su: No module specific data is present Sep 19 21:17:03.136 INFO running `"docker" "rm" "-f" "1e36a57d31cac45293aca158a3b849546cfadefb39b2d46af1afae601ddadf1e"` Sep 19 21:17:03.232 INFO blam! 1e36a57d31cac45293aca158a3b849546cfadefb39b2d46af1afae601ddadf1e