Oct 13 15:58:34.058 INFO checking dkregistry-0.1.0 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 15:58:34.058 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-5/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-alt check --frozen --all --all-targets" "-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"` Oct 13 15:58:34.303 INFO blam! abf718487bb8f81f91b0a6551257a6af9ab464940de4ad807098746a6c533f5f Oct 13 15:58:34.308 INFO running `"docker" "start" "-a" "abf718487bb8f81f91b0a6551257a6af9ab464940de4ad807098746a6c533f5f"` Oct 13 15:58:35.492 INFO kablam! usermod: no changes Oct 13 15:58:35.888 INFO kablam! Checking strum v0.6.0 Oct 13 15:58:35.893 INFO kablam! Compiling strum_macros v0.6.1 Oct 13 15:58:35.904 INFO kablam! Compiling ring v0.11.0 Oct 13 15:58:49.543 INFO kablam! Checking webpki v0.14.0 Oct 13 15:58:50.685 INFO kablam! Checking rustls v0.9.0 Oct 13 15:58:50.686 INFO kablam! Checking webpki-roots v0.11.0 Oct 13 15:58:54.683 INFO kablam! Checking tokio-rustls v0.2.4 Oct 13 15:58:59.638 INFO kablam! Checking hyper-rustls v0.8.0 Oct 13 15:59:05.101 INFO kablam! Checking dkregistry v0.1.0 (/source) Oct 13 15:59:16.852 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Oct 13 15:59:16.853 INFO kablam! --> src/v2/catalog.rs:44:23 Oct 13 15:59:16.854 INFO kablam! | Oct 13 15:59:16.855 INFO kablam! 44 | .map(|rs| futures::stream::iter(rs.into_iter())) Oct 13 15:59:16.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 15:59:16.856 INFO kablam! | Oct 13 15:59:16.856 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 15:59:16.857 INFO kablam! Oct 13 15:59:16.857 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Oct 13 15:59:16.858 INFO kablam! --> src/v2/tags.rs:51:23 Oct 13 15:59:16.859 INFO kablam! | Oct 13 15:59:16.859 INFO kablam! 51 | .map(|rs| futures::stream::iter(rs.into_iter())) Oct 13 15:59:16.860 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 15:59:16.860 INFO kablam! Oct 13 15:59:17.299 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Oct 13 15:59:17.299 INFO kablam! --> src/v2/catalog.rs:44:23 Oct 13 15:59:17.300 INFO kablam! | Oct 13 15:59:17.300 INFO kablam! 44 | .map(|rs| futures::stream::iter(rs.into_iter())) Oct 13 15:59:17.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 15:59:17.300 INFO kablam! | Oct 13 15:59:17.300 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 15:59:17.300 INFO kablam! Oct 13 15:59:17.301 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Oct 13 15:59:17.301 INFO kablam! --> src/v2/tags.rs:51:23 Oct 13 15:59:17.301 INFO kablam! | Oct 13 15:59:17.301 INFO kablam! 51 | .map(|rs| futures::stream::iter(rs.into_iter())) Oct 13 15:59:17.301 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 15:59:17.301 INFO kablam! Oct 13 16:00:06.044 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. Oct 13 16:00:06.044 INFO kablam! --> examples/image.rs:27:16 Oct 13 16:00:06.044 INFO kablam! | Oct 13 16:00:06.044 INFO kablam! 27 | let home = env::home_dir().unwrap_or("/root".into()); Oct 13 16:00:06.044 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 16:00:06.044 INFO kablam! | Oct 13 16:00:06.044 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 16:00:06.044 INFO kablam! Oct 13 16:00:06.432 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. Oct 13 16:00:06.432 INFO kablam! --> examples/trace.rs:27:16 Oct 13 16:00:06.432 INFO kablam! | Oct 13 16:00:06.432 INFO kablam! 27 | let home = env::home_dir().unwrap_or("/root".into()); Oct 13 16:00:06.432 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 16:00:06.432 INFO kablam! | Oct 13 16:00:06.432 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 16:00:06.432 INFO kablam! Oct 13 16:00:07.001 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 31s Oct 13 16:00:07.024 INFO kablam! su: No module specific data is present Oct 13 16:00:07.862 INFO running `"docker" "rm" "-f" "abf718487bb8f81f91b0a6551257a6af9ab464940de4ad807098746a6c533f5f"` Oct 13 16:00:08.184 INFO blam! abf718487bb8f81f91b0a6551257a6af9ab464940de4ad807098746a6c533f5f