Sep 19 21:17:00.365 INFO checking rusoto_credential-0.12.0 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 21:17:00.365 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 21:17:00.365 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-2/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-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:17:00.544 INFO blam! e63530d7bc61afdcd49bb868d6cefbacaba5b08736c0fbb1c0b99f85547930b8 Sep 19 21:17:00.545 INFO running `"docker" "start" "-a" "e63530d7bc61afdcd49bb868d6cefbacaba5b08736c0fbb1c0b99f85547930b8"` Sep 19 21:17:01.389 INFO kablam! usermod: no changes Sep 19 21:17:01.597 INFO kablam! Checking hyper-tls v0.2.1 Sep 19 21:17:02.530 INFO kablam! Checking rusoto_credential v0.12.0 (/source) Sep 19 21:17:03.437 INFO kablam! error: use of deprecated item 'tokio_timer::Deadline': use Timeout instead Sep 19 21:17:03.437 INFO kablam! --> src/request.rs:10:5 Sep 19 21:17:03.438 INFO kablam! | Sep 19 21:17:03.438 INFO kablam! 10 | use tokio_timer::Deadline; Sep 19 21:17:03.438 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 19 21:17:03.438 INFO kablam! | Sep 19 21:17:03.438 INFO kablam! note: lint level defined here Sep 19 21:17:03.438 INFO kablam! --> src/lib.rs:6:45 Sep 19 21:17:03.438 INFO kablam! | Sep 19 21:17:03.438 INFO kablam! 6 | #![cfg_attr(not(feature = "unstable"), deny(warnings))] Sep 19 21:17:03.438 INFO kablam! | ^^^^^^^^ Sep 19 21:17:03.438 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 19 21:17:03.438 INFO kablam! Sep 19 21:17:03.438 INFO kablam! error: use of deprecated item 'tokio_timer::Deadline': use Timeout instead Sep 19 21:17:03.438 INFO kablam! --> src/request.rs:66:13 Sep 19 21:17:03.438 INFO kablam! | Sep 19 21:17:03.438 INFO kablam! 66 | Request(Deadline), Sep 19 21:17:03.438 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 21:17:03.438 INFO kablam! Sep 19 21:17:03.439 INFO kablam! error: use of deprecated item 'tokio_timer::Deadline': use Timeout instead Sep 19 21:17:03.439 INFO kablam! --> src/request.rs:119:48 Sep 19 21:17:03.439 INFO kablam! | Sep 19 21:17:03.439 INFO kablam! 119 | let inner = ClientFutureInner::Request(Deadline::new(future, deadline)); Sep 19 21:17:03.439 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 21:17:03.439 INFO kablam! Sep 19 21:17:03.587 INFO kablam! warning: #[test] attribute should not be used on macros. Use #[cfg(test)] instead. Sep 19 21:17:03.587 INFO kablam! --> src/static_provider.rs:152:5 Sep 19 21:17:03.587 INFO kablam! | Sep 19 21:17:03.587 INFO kablam! 152 | / quickcheck! { Sep 19 21:17:03.587 INFO kablam! 153 | | fn test_static_provider_secrets_not_in_debug( Sep 19 21:17:03.587 INFO kablam! 154 | | access_key: String, Sep 19 21:17:03.587 INFO kablam! 155 | | token: Option<()>, Sep 19 21:17:03.587 INFO kablam! ... | Sep 19 21:17:03.587 INFO kablam! 165 | | } Sep 19 21:17:03.587 INFO kablam! 166 | | } Sep 19 21:17:03.587 INFO kablam! | |_____^ Sep 19 21:17:03.587 INFO kablam! Sep 19 21:17:03.591 INFO kablam! warning: #[test] attribute should not be used on macros. Use #[cfg(test)] instead. Sep 19 21:17:03.591 INFO kablam! --> src/lib.rs:615:5 Sep 19 21:17:03.591 INFO kablam! | Sep 19 21:17:03.591 INFO kablam! 615 | / quickcheck! { Sep 19 21:17:03.591 INFO kablam! 616 | | fn test_aws_credentials_secrets_not_in_debug( Sep 19 21:17:03.591 INFO kablam! 617 | | key: String, Sep 19 21:17:03.591 INFO kablam! 618 | | valid_for: Option, Sep 19 21:17:03.591 INFO kablam! ... | Sep 19 21:17:03.592 INFO kablam! 628 | | } Sep 19 21:17:03.592 INFO kablam! 629 | | } Sep 19 21:17:03.592 INFO kablam! | |_____^ Sep 19 21:17:03.592 INFO kablam! Sep 19 21:17:03.682 INFO kablam! error: use of deprecated item 'tokio_timer::Deadline': use Timeout instead Sep 19 21:17:03.682 INFO kablam! --> src/request.rs:10:5 Sep 19 21:17:03.682 INFO kablam! | Sep 19 21:17:03.682 INFO kablam! 10 | use tokio_timer::Deadline; Sep 19 21:17:03.682 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 19 21:17:03.682 INFO kablam! | Sep 19 21:17:03.682 INFO kablam! note: lint level defined here Sep 19 21:17:03.682 INFO kablam! --> src/lib.rs:6:45 Sep 19 21:17:03.682 INFO kablam! | Sep 19 21:17:03.682 INFO kablam! 6 | #![cfg_attr(not(feature = "unstable"), deny(warnings))] Sep 19 21:17:03.682 INFO kablam! | ^^^^^^^^ Sep 19 21:17:03.682 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 19 21:17:03.682 INFO kablam! Sep 19 21:17:03.682 INFO kablam! error: use of deprecated item 'tokio_timer::Deadline': use Timeout instead Sep 19 21:17:03.682 INFO kablam! --> src/request.rs:66:13 Sep 19 21:17:03.682 INFO kablam! | Sep 19 21:17:03.682 INFO kablam! 66 | Request(Deadline), Sep 19 21:17:03.682 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 21:17:03.682 INFO kablam! Sep 19 21:17:03.682 INFO kablam! error: use of deprecated item 'tokio_timer::Deadline': use Timeout instead Sep 19 21:17:03.682 INFO kablam! --> src/request.rs:119:48 Sep 19 21:17:03.682 INFO kablam! | Sep 19 21:17:03.682 INFO kablam! 119 | let inner = ClientFutureInner::Request(Deadline::new(future, deadline)); Sep 19 21:17:03.682 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 21:17:03.682 INFO kablam! Sep 19 21:17:03.712 INFO kablam! error: aborting due to 3 previous errors Sep 19 21:17:03.712 INFO kablam! Sep 19 21:17:03.725 INFO kablam! error: Could not compile `rusoto_credential`. Sep 19 21:17:03.725 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 21:17:04.040 INFO kablam! error: aborting due to 3 previous errors Sep 19 21:17:04.040 INFO kablam! Sep 19 21:17:04.059 INFO kablam! error: Could not compile `rusoto_credential`. Sep 19 21:17:04.059 INFO kablam! Sep 19 21:17:04.059 INFO kablam! To learn more, run the command again with --verbose. Sep 19 21:17:04.060 INFO kablam! su: No module specific data is present Sep 19 21:17:05.021 INFO running `"docker" "rm" "-f" "e63530d7bc61afdcd49bb868d6cefbacaba5b08736c0fbb1c0b99f85547930b8"` Sep 19 21:17:05.083 INFO blam! e63530d7bc61afdcd49bb868d6cefbacaba5b08736c0fbb1c0b99f85547930b8