Oct 27 23:03:09.015 INFO checking dkregistry-0.1.0 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 23:03:09.017 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 23:03:09.459 INFO blam! 2848b700d45f86e142cc4a6bed0c095063d40116e09020050d5b661ccf06a961 Oct 27 23:03:09.464 INFO running `"docker" "start" "-a" "2848b700d45f86e142cc4a6bed0c095063d40116e09020050d5b661ccf06a961"` Oct 27 23:03:10.663 INFO kablam! usermod: no changes Oct 27 23:03:11.063 INFO kablam! Checking strum v0.6.0 Oct 27 23:03:11.071 INFO kablam! Compiling strum_macros v0.6.1 Oct 27 23:03:11.123 INFO kablam! Compiling ring v0.11.0 Oct 27 23:03:23.363 INFO kablam! Checking webpki v0.14.0 Oct 27 23:03:24.589 INFO kablam! Checking rustls v0.9.0 Oct 27 23:03:24.589 INFO kablam! Checking webpki-roots v0.11.0 Oct 27 23:03:28.687 INFO kablam! Checking tokio-rustls v0.2.4 Oct 27 23:03:34.130 INFO kablam! Checking hyper-rustls v0.8.0 Oct 27 23:03:39.575 INFO kablam! Checking dkregistry v0.1.0 (/source) Oct 27 23:03:50.907 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Oct 27 23:03:50.907 INFO kablam! --> src/v2/catalog.rs:44:23 Oct 27 23:03:50.907 INFO kablam! | Oct 27 23:03:50.907 INFO kablam! 44 | .map(|rs| futures::stream::iter(rs.into_iter())) Oct 27 23:03:50.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 23:03:50.907 INFO kablam! | Oct 27 23:03:50.907 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 23:03:50.908 INFO kablam! Oct 27 23:03:50.908 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Oct 27 23:03:50.909 INFO kablam! --> src/v2/tags.rs:51:23 Oct 27 23:03:50.909 INFO kablam! | Oct 27 23:03:50.909 INFO kablam! 51 | .map(|rs| futures::stream::iter(rs.into_iter())) Oct 27 23:03:50.909 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 23:03:50.909 INFO kablam! Oct 27 23:03:51.031 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Oct 27 23:03:51.031 INFO kablam! --> src/v2/catalog.rs:44:23 Oct 27 23:03:51.031 INFO kablam! | Oct 27 23:03:51.031 INFO kablam! 44 | .map(|rs| futures::stream::iter(rs.into_iter())) Oct 27 23:03:51.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 23:03:51.031 INFO kablam! | Oct 27 23:03:51.031 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 23:03:51.031 INFO kablam! Oct 27 23:03:51.031 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Oct 27 23:03:51.031 INFO kablam! --> src/v2/tags.rs:51:23 Oct 27 23:03:51.031 INFO kablam! | Oct 27 23:03:51.031 INFO kablam! 51 | .map(|rs| futures::stream::iter(rs.into_iter())) Oct 27 23:03:51.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 23:03:51.031 INFO kablam! Oct 27 23:04:39.395 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 27 23:04:39.395 INFO kablam! --> examples/trace.rs:27:16 Oct 27 23:04:39.395 INFO kablam! | Oct 27 23:04:39.395 INFO kablam! 27 | let home = env::home_dir().unwrap_or("/root".into()); Oct 27 23:04:39.395 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 23:04:39.395 INFO kablam! | Oct 27 23:04:39.395 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 23:04:39.395 INFO kablam! Oct 27 23:04:40.205 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 27 23:04:40.205 INFO kablam! --> examples/image.rs:27:16 Oct 27 23:04:40.205 INFO kablam! | Oct 27 23:04:40.205 INFO kablam! 27 | let home = env::home_dir().unwrap_or("/root".into()); Oct 27 23:04:40.205 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 23:04:40.205 INFO kablam! | Oct 27 23:04:40.205 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 23:04:40.205 INFO kablam! Oct 27 23:04:40.467 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 29s Oct 27 23:04:40.511 INFO kablam! su: No module specific data is present Oct 27 23:04:41.471 INFO running `"docker" "rm" "-f" "2848b700d45f86e142cc4a6bed0c095063d40116e09020050d5b661ccf06a961"` Oct 27 23:04:41.823 INFO blam! 2848b700d45f86e142cc4a6bed0c095063d40116e09020050d5b661ccf06a961