Sep 21 11:16:31.212 INFO checking dkregistry-0.1.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 11:16:31.212 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 11:16:31.212 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-4/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 11:16:31.333 INFO blam! 83c4cb0ca529b6e274f5e301084cfabd520548d04eec11184b43a21c70961cd3 Sep 21 11:16:31.335 INFO running `"docker" "start" "-a" "83c4cb0ca529b6e274f5e301084cfabd520548d04eec11184b43a21c70961cd3"` Sep 21 11:16:31.931 INFO kablam! usermod: no changes Sep 21 11:16:32.207 INFO kablam! Checking strum v0.6.0 Sep 21 11:16:32.211 INFO kablam! Compiling strum_macros v0.6.1 Sep 21 11:16:32.213 INFO kablam! Checking spectral v0.6.0 Sep 21 11:16:32.214 INFO kablam! Compiling ring v0.11.0 Sep 21 11:16:39.282 INFO kablam! Checking webpki v0.14.0 Sep 21 11:16:40.119 INFO kablam! Checking rustls v0.9.0 Sep 21 11:16:40.119 INFO kablam! Checking webpki-roots v0.11.0 Sep 21 11:16:44.413 INFO kablam! Checking tokio-rustls v0.2.4 Sep 21 11:16:46.451 INFO kablam! Checking hyper-rustls v0.8.0 Sep 21 11:16:48.723 INFO kablam! Checking dkregistry v0.1.0 (/source) Sep 21 11:16:52.614 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Sep 21 11:16:52.614 INFO kablam! --> src/v2/catalog.rs:44:23 Sep 21 11:16:52.614 INFO kablam! | Sep 21 11:16:52.614 INFO kablam! 44 | .map(|rs| futures::stream::iter(rs.into_iter())) Sep 21 11:16:52.614 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:16:52.614 INFO kablam! | Sep 21 11:16:52.614 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 11:16:52.614 INFO kablam! Sep 21 11:16:52.614 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Sep 21 11:16:52.614 INFO kablam! --> src/v2/tags.rs:51:23 Sep 21 11:16:52.614 INFO kablam! | Sep 21 11:16:52.614 INFO kablam! 51 | .map(|rs| futures::stream::iter(rs.into_iter())) Sep 21 11:16:52.614 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:16:52.614 INFO kablam! Sep 21 11:16:53.178 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Sep 21 11:16:53.178 INFO kablam! --> src/v2/catalog.rs:44:23 Sep 21 11:16:53.178 INFO kablam! | Sep 21 11:16:53.178 INFO kablam! 44 | .map(|rs| futures::stream::iter(rs.into_iter())) Sep 21 11:16:53.178 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:16:53.178 INFO kablam! | Sep 21 11:16:53.178 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 11:16:53.178 INFO kablam! Sep 21 11:16:53.178 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Sep 21 11:16:53.178 INFO kablam! --> src/v2/tags.rs:51:23 Sep 21 11:16:53.178 INFO kablam! | Sep 21 11:16:53.178 INFO kablam! 51 | .map(|rs| futures::stream::iter(rs.into_iter())) Sep 21 11:16:53.178 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:16:53.178 INFO kablam! Sep 21 11:17:07.818 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 21 11:17:07.818 INFO kablam! --> examples/trace.rs:27:16 Sep 21 11:17:07.818 INFO kablam! | Sep 21 11:17:07.818 INFO kablam! 27 | let home = env::home_dir().unwrap_or("/root".into()); Sep 21 11:17:07.818 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 11:17:07.818 INFO kablam! | Sep 21 11:17:07.818 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 11:17:07.818 INFO kablam! Sep 21 11:17:08.634 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 21 11:17:08.634 INFO kablam! --> examples/image.rs:27:16 Sep 21 11:17:08.634 INFO kablam! | Sep 21 11:17:08.634 INFO kablam! 27 | let home = env::home_dir().unwrap_or("/root".into()); Sep 21 11:17:08.634 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 11:17:08.634 INFO kablam! | Sep 21 11:17:08.634 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 11:17:08.634 INFO kablam! Sep 21 11:17:08.835 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 36.89s Sep 21 11:17:08.864 INFO kablam! su: No module specific data is present Sep 21 11:17:09.980 INFO running `"docker" "rm" "-f" "83c4cb0ca529b6e274f5e301084cfabd520548d04eec11184b43a21c70961cd3"` Sep 21 11:17:10.079 INFO blam! 83c4cb0ca529b6e274f5e301084cfabd520548d04eec11184b43a21c70961cd3