Oct 22 04:53:02.278 INFO checking actix-httpbin-0.1.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 04:53:02.280 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 22 04:53:02.604 INFO blam! 8f735a528b6e1ed44ac39ac1524360f84871e22d0e1fa42329004a423da405d6 Oct 22 04:53:02.606 INFO running `"docker" "start" "-a" "8f735a528b6e1ed44ac39ac1524360f84871e22d0e1fa42329004a423da405d6"` Oct 22 04:53:04.268 INFO kablam! usermod: no changes Oct 22 04:53:04.820 INFO kablam! Compiling actix-web v0.6.15 Oct 22 04:53:04.836 INFO kablam! Compiling serde_json v1.0.32 Oct 22 04:53:04.856 INFO kablam! Checking tera v0.11.18 Oct 22 04:53:04.856 INFO kablam! Checking trust-dns-proto v0.3.3 Oct 22 04:53:04.856 INFO kablam! Checking tokio-signal v0.1.5 Oct 22 04:53:15.654 INFO kablam! Compiling cargo_metadata v0.5.8 Oct 22 04:53:23.972 INFO kablam! Compiling skeptic v0.13.3 Oct 22 04:53:24.204 INFO kablam! Checking trust-dns-resolver v0.8.2 Oct 22 04:53:30.240 INFO kablam! Compiling actix v0.5.8 Oct 22 04:54:00.924 INFO kablam! Checking actix-web-httpauth v0.0.2 Oct 22 04:54:10.558 INFO kablam! Checking actix-httpbin v0.1.0 (/source) Oct 22 04:54:24.344 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 22 04:54:24.344 INFO kablam! --> src/handlers/dynamic/mod.rs:46:13 Oct 22 04:54:24.344 INFO kablam! | Oct 22 04:54:24.344 INFO kablam! 46 | context.add("links", &(0..total).collect::>()); Oct 22 04:54:24.344 INFO kablam! | ^^^ Oct 22 04:54:24.344 INFO kablam! | Oct 22 04:54:24.344 INFO kablam! = note: #[warn(deprecated)] on by default Oct 22 04:54:24.344 INFO kablam! Oct 22 04:54:24.364 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 22 04:54:24.364 INFO kablam! --> src/handlers/dynamic/mod.rs:47:13 Oct 22 04:54:24.364 INFO kablam! | Oct 22 04:54:24.364 INFO kablam! 47 | context.add("total", &total); Oct 22 04:54:24.364 INFO kablam! | ^^^ Oct 22 04:54:24.364 INFO kablam! Oct 22 04:54:24.364 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 22 04:54:24.364 INFO kablam! --> src/handlers/dynamic/mod.rs:48:13 Oct 22 04:54:24.364 INFO kablam! | Oct 22 04:54:24.364 INFO kablam! 48 | context.add("current", ¤t); Oct 22 04:54:24.364 INFO kablam! | ^^^ Oct 22 04:54:24.364 INFO kablam! Oct 22 04:54:24.500 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 22 04:54:24.500 INFO kablam! --> src/handlers/dynamic/mod.rs:46:13 Oct 22 04:54:24.500 INFO kablam! | Oct 22 04:54:24.500 INFO kablam! 46 | context.add("links", &(0..total).collect::>()); Oct 22 04:54:24.500 INFO kablam! | ^^^ Oct 22 04:54:24.500 INFO kablam! | Oct 22 04:54:24.500 INFO kablam! = note: #[warn(deprecated)] on by default Oct 22 04:54:24.500 INFO kablam! Oct 22 04:54:24.500 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 22 04:54:24.500 INFO kablam! --> src/handlers/dynamic/mod.rs:47:13 Oct 22 04:54:24.500 INFO kablam! | Oct 22 04:54:24.500 INFO kablam! 47 | context.add("total", &total); Oct 22 04:54:24.500 INFO kablam! | ^^^ Oct 22 04:54:24.500 INFO kablam! Oct 22 04:54:24.501 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 22 04:54:24.501 INFO kablam! --> src/handlers/dynamic/mod.rs:48:13 Oct 22 04:54:24.501 INFO kablam! | Oct 22 04:54:24.501 INFO kablam! 48 | context.add("current", ¤t); Oct 22 04:54:24.501 INFO kablam! | ^^^ Oct 22 04:54:24.501 INFO kablam! Oct 22 04:54:24.960 INFO kablam! warning: type alias is never used: `JsonValueFuture` Oct 22 04:54:24.960 INFO kablam! --> src/response/formatters/json_value.rs:8:1 Oct 22 04:54:24.960 INFO kablam! | Oct 22 04:54:24.960 INFO kablam! 8 | pub type JsonValueFuture = Future; Oct 22 04:54:24.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 04:54:24.960 INFO kablam! | Oct 22 04:54:24.960 INFO kablam! = note: #[warn(dead_code)] on by default Oct 22 04:54:24.960 INFO kablam! Oct 22 04:54:25.164 INFO kablam! warning: type alias is never used: `JsonValueFuture` Oct 22 04:54:25.164 INFO kablam! --> src/response/formatters/json_value.rs:8:1 Oct 22 04:54:25.164 INFO kablam! | Oct 22 04:54:25.164 INFO kablam! 8 | pub type JsonValueFuture = Future; Oct 22 04:54:25.164 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 04:54:25.164 INFO kablam! | Oct 22 04:54:25.164 INFO kablam! = note: #[warn(dead_code)] on by default Oct 22 04:54:25.164 INFO kablam! Oct 22 04:54:25.248 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 20s Oct 22 04:54:25.271 INFO kablam! su: No module specific data is present Oct 22 04:54:25.905 INFO running `"docker" "rm" "-f" "8f735a528b6e1ed44ac39ac1524360f84871e22d0e1fa42329004a423da405d6"` Oct 22 04:54:26.268 INFO blam! 8f735a528b6e1ed44ac39ac1524360f84871e22d0e1fa42329004a423da405d6