Oct 27 14:32:18.541 INFO checking tmpshare-1.0.1 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 14:32:18.541 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 27 14:32:18.727 INFO blam! 53e0fb981ebe1a615b3b69bb516823dfb570c684f962c6a871b859f07e0687cc Oct 27 14:32:18.732 INFO running `"docker" "start" "-a" "53e0fb981ebe1a615b3b69bb516823dfb570c684f962c6a871b859f07e0687cc"` Oct 27 14:32:19.531 INFO kablam! usermod: no changes Oct 27 14:32:19.839 INFO kablam! Compiling byteorder v1.2.7 Oct 27 14:32:19.839 INFO kablam! Checking crc8 v0.1.1 Oct 27 14:32:19.839 INFO kablam! Compiling isatty v0.1.9 Oct 27 14:32:19.843 INFO kablam! Compiling md6 v1.1.1 Oct 27 14:32:19.844 INFO kablam! Compiling blake v1.1.1 Oct 27 14:32:19.850 INFO kablam! Compiling rocket v0.3.17 Oct 27 14:32:19.850 INFO kablam! Compiling rocket_codegen v0.3.17 Oct 27 14:32:19.875 INFO kablam! Checking tabwriter v1.1.0 Oct 27 14:32:21.975 INFO kablam! Compiling httparse v1.3.3 Oct 27 14:32:21.975 INFO kablam! Compiling mime v0.2.6 Oct 27 14:32:22.107 INFO kablam! Compiling toml v0.4.8 Oct 27 14:32:22.788 INFO kablam! Checking shaman v0.1.0 Oct 27 14:32:22.797 INFO kablam! Checking tiny-keccak v1.4.2 Oct 27 14:32:24.227 INFO kablam! Compiling base64 v0.9.3 Oct 27 14:32:24.379 INFO kablam! Compiling base64 v0.6.0 Oct 27 14:32:27.279 INFO kablam! Compiling rayon v0.7.1 Oct 27 14:32:27.339 INFO kablam! Checking upspin v0.0.1-pre Oct 27 14:32:28.047 INFO kablam! Checking checksums v0.5.5 Oct 27 14:32:28.231 INFO kablam! Compiling hyper v0.10.15 Oct 27 14:32:36.331 INFO kablam! Compiling ring v0.11.0 Oct 27 14:32:48.583 INFO kablam! Checking cookie v0.9.2 Oct 27 14:33:25.578 INFO kablam! Checking tmpshare v1.0.1 (/source) Oct 27 14:33:34.659 INFO kablam! warning: use of deprecated Rocket attribute `error` (deprecated since v0.3.15) Oct 27 14:33:34.659 INFO kablam! --> src/http.rs:98:1 Oct 27 14:33:34.659 INFO kablam! | Oct 27 14:33:34.659 INFO kablam! 98 | #[error(404)] Oct 27 14:33:34.659 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 14:33:34.659 INFO kablam! | Oct 27 14:33:34.659 INFO kablam! = help: the `error` attribute was replaced by the `catch` attribute: `#[catch(..)]` Oct 27 14:33:34.659 INFO kablam! Oct 27 14:33:34.675 INFO kablam! warning: use of deprecated Rocket macro `errors` (deprecated since v0.3.15) Oct 27 14:33:34.675 INFO kablam! --> src/http.rs:114:24 Oct 27 14:33:34.675 INFO kablam! | Oct 27 14:33:34.675 INFO kablam! 114 | .catch(errors![not_found]) Oct 27 14:33:34.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 14:33:34.675 INFO kablam! | Oct 27 14:33:34.675 INFO kablam! = help: the `errors` macro was replaced by the `catchers` macro: `catchers![..]` Oct 27 14:33:34.675 INFO kablam! Oct 27 14:33:34.811 INFO kablam! warning: use of deprecated Rocket attribute `error` (deprecated since v0.3.15) Oct 27 14:33:34.811 INFO kablam! --> src/http.rs:98:1 Oct 27 14:33:34.811 INFO kablam! | Oct 27 14:33:34.811 INFO kablam! 98 | #[error(404)] Oct 27 14:33:34.811 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 14:33:34.812 INFO kablam! | Oct 27 14:33:34.812 INFO kablam! = help: the `error` attribute was replaced by the `catch` attribute: `#[catch(..)]` Oct 27 14:33:34.812 INFO kablam! Oct 27 14:33:34.812 INFO kablam! warning: use of deprecated Rocket macro `errors` (deprecated since v0.3.15) Oct 27 14:33:34.812 INFO kablam! --> src/http.rs:114:24 Oct 27 14:33:34.812 INFO kablam! | Oct 27 14:33:34.812 INFO kablam! 114 | .catch(errors![not_found]) Oct 27 14:33:34.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 14:33:34.812 INFO kablam! | Oct 27 14:33:34.812 INFO kablam! = help: the `errors` macro was replaced by the `catchers` macro: `catchers![..]` Oct 27 14:33:34.812 INFO kablam! Oct 27 14:33:50.823 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 31s Oct 27 14:33:50.840 INFO kablam! su: No module specific data is present Oct 27 14:33:51.255 INFO running `"docker" "rm" "-f" "53e0fb981ebe1a615b3b69bb516823dfb570c684f962c6a871b859f07e0687cc"` Oct 27 14:33:51.453 INFO blam! 53e0fb981ebe1a615b3b69bb516823dfb570c684f962c6a871b859f07e0687cc