[INFO] crate rocketchat-hooks 0.2.0 is already in cache [INFO] extracting crate rocketchat-hooks 0.2.0 into work/ex/pr-57321/sources/master#c0bbc3927e28c22edefe6a1353b5ecc95ea9a104/reg/rocketchat-hooks/0.2.0 [INFO] extracting crate rocketchat-hooks 0.2.0 into work/ex/pr-57321/sources/try#b9139d2caca1db46014a9c302d5c47cfae0d8ae0/reg/rocketchat-hooks/0.2.0 [INFO] validating manifest of rocketchat-hooks-0.2.0 on toolchain master#c0bbc3927e28c22edefe6a1353b5ecc95ea9a104 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c0bbc3927e28c22edefe6a1353b5ecc95ea9a104-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of rocketchat-hooks-0.2.0 on toolchain try#b9139d2caca1db46014a9c302d5c47cfae0d8ae0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+b9139d2caca1db46014a9c302d5c47cfae0d8ae0-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing rocketchat-hooks-0.2.0 [INFO] finished frobbing rocketchat-hooks-0.2.0 [INFO] frobbed toml for rocketchat-hooks-0.2.0 written to work/ex/pr-57321/sources/master#c0bbc3927e28c22edefe6a1353b5ecc95ea9a104/reg/rocketchat-hooks/0.2.0/Cargo.toml [INFO] started frobbing rocketchat-hooks-0.2.0 [INFO] finished frobbing rocketchat-hooks-0.2.0 [INFO] frobbed toml for rocketchat-hooks-0.2.0 written to work/ex/pr-57321/sources/try#b9139d2caca1db46014a9c302d5c47cfae0d8ae0/reg/rocketchat-hooks/0.2.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c0bbc3927e28c22edefe6a1353b5ecc95ea9a104-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+b9139d2caca1db46014a9c302d5c47cfae0d8ae0-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c0bbc3927e28c22edefe6a1353b5ecc95ea9a104-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+b9139d2caca1db46014a9c302d5c47cfae0d8ae0-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking rocketchat-hooks-0.2.0 against master#c0bbc3927e28c22edefe6a1353b5ecc95ea9a104 for pr-57321 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57321/worker-3/master#c0bbc3927e28c22edefe6a1353b5ecc95ea9a104:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57321/sources/master#c0bbc3927e28c22edefe6a1353b5ecc95ea9a104/reg/rocketchat-hooks/0.2.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c0bbc3927e28c22edefe6a1353b5ecc95ea9a104-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] c1d4f6958f5b4dff8c6c49a23c422928c849ced2652aff4c2fda5180ce2659fb [INFO] running `"docker" "start" "-a" "c1d4f6958f5b4dff8c6c49a23c422928c849ced2652aff4c2fda5180ce2659fb"` [INFO] [stderr] Compiling ring v0.12.1 [INFO] [stderr] Checking sct v0.2.0 [INFO] [stderr] Checking webpki v0.17.0 [INFO] [stderr] Checking ct-logs v0.2.0 [INFO] [stderr] Checking rustls v0.11.0 [INFO] [stderr] Checking webpki-roots v0.13.0 [INFO] [stderr] Checking tokio-rustls v0.4.0 [INFO] [stderr] Checking hyper-rustls v0.11.0 [INFO] [stderr] Checking rocketchat-hooks v0.2.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/lib.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | / error_chain! { [INFO] [stderr] 24 | | errors { [INFO] [stderr] 25 | | Status(t: hyper::StatusCode) { [INFO] [stderr] 26 | | description("invalid status code") [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/lib.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | / error_chain! { [INFO] [stderr] 24 | | errors { [INFO] [stderr] 25 | | Status(t: hyper::StatusCode) { [INFO] [stderr] 26 | | description("invalid status code") [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/lib.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | / error_chain! { [INFO] [stderr] 24 | | errors { [INFO] [stderr] 25 | | Status(t: hyper::StatusCode) { [INFO] [stderr] 26 | | description("invalid status code") [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/lib.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | / error_chain! { [INFO] [stderr] 24 | | errors { [INFO] [stderr] 25 | | Status(t: hyper::StatusCode) { [INFO] [stderr] 26 | | description("invalid status code") [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 20.83s [INFO] running `"docker" "inspect" "c1d4f6958f5b4dff8c6c49a23c422928c849ced2652aff4c2fda5180ce2659fb"` [INFO] running `"docker" "rm" "-f" "c1d4f6958f5b4dff8c6c49a23c422928c849ced2652aff4c2fda5180ce2659fb"` [INFO] [stdout] c1d4f6958f5b4dff8c6c49a23c422928c849ced2652aff4c2fda5180ce2659fb