Oct 28 01:26:28.635 INFO checking actix-httpbin-0.1.0 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 28 01:26:28.636 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 28 01:26:29.158 INFO blam! 003090bf0198af49dc219d32df792c3217f96ff389c9414f3381e9c30a547e6b Oct 28 01:26:29.160 INFO running `"docker" "start" "-a" "003090bf0198af49dc219d32df792c3217f96ff389c9414f3381e9c30a547e6b"` Oct 28 01:26:30.828 INFO kablam! usermod: no changes Oct 28 01:26:31.487 INFO kablam! Checking uuid v0.6.5 Oct 28 01:26:31.487 INFO kablam! Compiling serde_json v1.0.32 Oct 28 01:26:31.501 INFO kablam! Checking linked-hash-map v0.5.1 Oct 28 01:26:31.501 INFO kablam! Checking tera v0.11.18 Oct 28 01:26:39.807 INFO kablam! Compiling cargo_metadata v0.5.8 Oct 28 01:26:47.179 INFO kablam! Compiling skeptic v0.13.3 Oct 28 01:26:54.532 INFO kablam! Compiling actix v0.5.8 Oct 28 01:27:08.161 INFO kablam! Checking actix-web v0.6.15 Oct 28 01:27:24.751 INFO kablam! Checking actix-web-httpauth v0.0.2 Oct 28 01:27:35.171 INFO kablam! Checking actix-httpbin v0.1.0 (/source) Oct 28 01:27:54.920 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 28 01:27:54.920 INFO kablam! --> src/handlers/dynamic/mod.rs:46:13 Oct 28 01:27:54.920 INFO kablam! | Oct 28 01:27:54.920 INFO kablam! 46 | context.add("links", &(0..total).collect::>()); Oct 28 01:27:54.920 INFO kablam! | ^^^ Oct 28 01:27:54.920 INFO kablam! | Oct 28 01:27:54.920 INFO kablam! = note: #[warn(deprecated)] on by default Oct 28 01:27:54.920 INFO kablam! Oct 28 01:27:54.921 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 28 01:27:54.921 INFO kablam! --> src/handlers/dynamic/mod.rs:47:13 Oct 28 01:27:54.922 INFO kablam! | Oct 28 01:27:54.922 INFO kablam! 47 | context.add("total", &total); Oct 28 01:27:54.922 INFO kablam! | ^^^ Oct 28 01:27:54.922 INFO kablam! Oct 28 01:27:54.922 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 28 01:27:54.922 INFO kablam! --> src/handlers/dynamic/mod.rs:48:13 Oct 28 01:27:54.922 INFO kablam! | Oct 28 01:27:54.922 INFO kablam! 48 | context.add("current", ¤t); Oct 28 01:27:54.922 INFO kablam! | ^^^ Oct 28 01:27:54.922 INFO kablam! Oct 28 01:27:55.884 INFO kablam! warning: type alias is never used: `JsonValueFuture` Oct 28 01:27:55.885 INFO kablam! --> src/response/formatters/json_value.rs:8:1 Oct 28 01:27:55.885 INFO kablam! | Oct 28 01:27:55.885 INFO kablam! 8 | pub type JsonValueFuture = Future; Oct 28 01:27:55.886 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 01:27:55.886 INFO kablam! | Oct 28 01:27:55.886 INFO kablam! = note: #[warn(dead_code)] on by default Oct 28 01:27:55.886 INFO kablam! Oct 28 01:27:56.715 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 28 01:27:56.715 INFO kablam! --> src/handlers/dynamic/mod.rs:46:13 Oct 28 01:27:56.715 INFO kablam! | Oct 28 01:27:56.715 INFO kablam! 46 | context.add("links", &(0..total).collect::>()); Oct 28 01:27:56.715 INFO kablam! | ^^^ Oct 28 01:27:56.715 INFO kablam! | Oct 28 01:27:56.715 INFO kablam! = note: #[warn(deprecated)] on by default Oct 28 01:27:56.715 INFO kablam! Oct 28 01:27:56.715 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 28 01:27:56.715 INFO kablam! --> src/handlers/dynamic/mod.rs:47:13 Oct 28 01:27:56.715 INFO kablam! | Oct 28 01:27:56.715 INFO kablam! 47 | context.add("total", &total); Oct 28 01:27:56.715 INFO kablam! | ^^^ Oct 28 01:27:56.715 INFO kablam! Oct 28 01:27:56.715 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 28 01:27:56.715 INFO kablam! --> src/handlers/dynamic/mod.rs:48:13 Oct 28 01:27:56.715 INFO kablam! | Oct 28 01:27:56.715 INFO kablam! 48 | context.add("current", ¤t); Oct 28 01:27:56.715 INFO kablam! | ^^^ Oct 28 01:27:56.715 INFO kablam! Oct 28 01:27:57.169 INFO kablam! warning: type alias is never used: `JsonValueFuture` Oct 28 01:27:57.169 INFO kablam! --> src/response/formatters/json_value.rs:8:1 Oct 28 01:27:57.169 INFO kablam! | Oct 28 01:27:57.169 INFO kablam! 8 | pub type JsonValueFuture = Future; Oct 28 01:27:57.169 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 01:27:57.169 INFO kablam! | Oct 28 01:27:57.170 INFO kablam! = note: #[warn(dead_code)] on by default Oct 28 01:27:57.170 INFO kablam! Oct 28 01:27:57.247 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 26s Oct 28 01:27:57.267 INFO kablam! su: No module specific data is present Oct 28 01:27:58.066 INFO running `"docker" "rm" "-f" "003090bf0198af49dc219d32df792c3217f96ff389c9414f3381e9c30a547e6b"` Oct 28 01:27:58.419 INFO blam! 003090bf0198af49dc219d32df792c3217f96ff389c9414f3381e9c30a547e6b