Sep 04 07:24:21.407 INFO checking saml2aws-auto-1.6.0 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 07:24:21.407 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 07:24:21.407 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-2/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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=500" "-e" "CMD=cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 07:24:21.591 INFO blam! b6db5403e3201e8c8880dbc7d7101e8194a27ebb0d845444661657e8f7c0b87a Sep 04 07:24:21.593 INFO running `"docker" "start" "-a" "b6db5403e3201e8c8880dbc7d7101e8194a27ebb0d845444661657e8f7c0b87a"` Sep 04 07:24:22.920 INFO kablam! Checking rust-gmp v0.3.2 Sep 04 07:24:22.921 INFO kablam! Checking dbus v0.2.3 Sep 04 07:24:22.921 INFO kablam! Checking rpassword v2.0.0 Sep 04 07:24:22.921 INFO kablam! Checking termios v0.3.0 Sep 04 07:24:22.921 INFO kablam! Checking arrayvec v0.4.7 Sep 04 07:24:22.924 INFO kablam! Checking cookie v0.10.1 Sep 04 07:24:22.926 INFO kablam! Checking serde-xml-rs v0.2.1 Sep 04 07:24:22.928 INFO kablam! Compiling string_cache v0.7.3 Sep 04 07:24:24.355 INFO kablam! Compiling markup5ever v0.7.2 Sep 04 07:24:25.441 INFO kablam! Compiling cssparser-macros v0.3.4 Sep 04 07:24:26.389 INFO kablam! Compiling selectors v0.19.0 Sep 04 07:24:26.578 INFO kablam! Checking crossterm v0.2.2 Sep 04 07:24:28.569 INFO kablam! Checking crossbeam-epoch v0.5.2 Sep 04 07:24:31.134 INFO kablam! Checking crossbeam-deque v0.6.1 Sep 04 07:24:32.198 INFO kablam! Checking secret-service v0.4.0 Sep 04 07:24:33.500 INFO kablam! Checking tokio-threadpool v0.1.6 Sep 04 07:24:35.821 INFO kablam! Checking keyring v0.6.0 Sep 04 07:24:36.576 INFO kablam! Checking cssparser v0.23.10 Sep 04 07:24:38.114 INFO kablam! Checking tokio-fs v0.1.3 Sep 04 07:24:40.440 INFO kablam! Checking tokio v0.1.8 Sep 04 07:24:43.245 INFO kablam! Checking tokio-core v0.1.17 Sep 04 07:24:45.870 INFO kablam! Checking html5ever v0.22.3 Sep 04 07:24:48.687 INFO kablam! Checking hyper v0.11.27 Sep 04 07:24:48.687 INFO kablam! Checking tokio-tls v0.1.4 Sep 04 07:24:53.929 INFO kablam! Checking scraper v0.6.0 Sep 04 07:25:00.427 INFO kablam! Checking hyper-tls v0.1.4 Sep 04 07:25:02.449 INFO kablam! Checking reqwest v0.8.8 Sep 04 07:25:05.903 INFO kablam! Checking saml2aws-auto v1.6.0 (file:///source) Sep 04 07:25:11.378 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Sep 04 07:25:11.378 INFO kablam! --> src/aws/credentials.rs:8:20 Sep 04 07:25:11.378 INFO kablam! | Sep 04 07:25:11.378 INFO kablam! 8 | let filename = env::home_dir().unwrap().join(".aws"); Sep 04 07:25:11.378 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 07:25:11.378 INFO kablam! | Sep 04 07:25:11.378 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 07:25:11.378 INFO kablam! Sep 04 07:25:11.379 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Sep 04 07:25:11.379 INFO kablam! --> src/config.rs:41:20 Sep 04 07:25:11.379 INFO kablam! | Sep 04 07:25:11.379 INFO kablam! 41 | let mut path = env::home_dir().unwrap(); Sep 04 07:25:11.379 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 07:25:11.379 INFO kablam! Sep 04 07:25:11.386 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Sep 04 07:25:11.386 INFO kablam! --> src/aws/credentials.rs:8:20 Sep 04 07:25:11.386 INFO kablam! | Sep 04 07:25:11.386 INFO kablam! 8 | let filename = env::home_dir().unwrap().join(".aws"); Sep 04 07:25:11.386 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 07:25:11.386 INFO kablam! | Sep 04 07:25:11.386 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 07:25:11.386 INFO kablam! Sep 04 07:25:11.386 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Sep 04 07:25:11.386 INFO kablam! --> src/config.rs:41:20 Sep 04 07:25:11.386 INFO kablam! | Sep 04 07:25:11.386 INFO kablam! 41 | let mut path = env::home_dir().unwrap(); Sep 04 07:25:11.386 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 07:25:11.386 INFO kablam! Sep 04 07:25:13.034 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 50.63s Sep 04 07:25:13.049 INFO kablam! su: No module specific data is present Sep 04 07:25:13.622 INFO running `"docker" "rm" "-f" "b6db5403e3201e8c8880dbc7d7101e8194a27ebb0d845444661657e8f7c0b87a"` Sep 04 07:25:13.769 INFO blam! b6db5403e3201e8c8880dbc7d7101e8194a27ebb0d845444661657e8f7c0b87a