[INFO] crate slack-hook 0.8.0 is already in cache
[INFO] checking slack-hook-0.8.0 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate slack-hook 0.8.0 into /workspace/builds/worker-6/source
[INFO] validating manifest of crates.io crate slack-hook 0.8.0 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate slack-hook 0.8.0
[INFO] finished tweaking crates.io crate slack-hook 0.8.0
[INFO] tweaked toml for crates.io crate slack-hook 0.8.0 written to /workspace/builds/worker-6/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 8409b2dd438ec5ee07aa80451450cb417049561fde00db082ccd14c76f91da97
[INFO] running `"docker" "start" "-a" "8409b2dd438ec5ee07aa80451450cb417049561fde00db082ccd14c76f91da97"`
[INFO] [stderr]    Compiling serde_derive v1.0.106
[INFO] [stderr]     Checking error-chain v0.11.0
[INFO] [stderr]     Checking hyper-tls v0.3.2
[INFO] [stderr]     Checking serde v1.0.106
[INFO] [stderr]     Checking serde_json v1.0.51
[INFO] [stderr]     Checking serde_urlencoded v0.5.5
[INFO] [stderr]     Checking url_serde v0.2.0
[INFO] [stderr]     Checking cookie_store v0.7.0
[INFO] [stderr]     Checking reqwest v0.9.24
[INFO] [stderr]     Checking slack-hook v0.8.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]   --> src/error.rs:1:1
[INFO] [stderr]    |
[INFO] [stderr] 1  | / error_chain! {
[INFO] [stderr] 2  | |     foreign_links {
[INFO] [stderr] 3  | |         Utf8(::std::str::Utf8Error) #[doc = "utf8 error, slack responses should be valid utf8"];
[INFO] [stderr] 4  | |         Serialize(::serde_json::error::Error) #[doc = "`serde_json::error::Error`"];
[INFO] [stderr] ...  |
[INFO] [stderr] 22 | |     }
[INFO] [stderr] 23 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr] note: the lint level is defined here
[INFO] [stderr]   --> src/lib.rs:3:24
[INFO] [stderr]    |
[INFO] [stderr] 3  | #![cfg_attr(test, deny(warnings))]
[INFO] [stderr]    |                        ^^^^^^^^
[INFO] [stderr]    = note: `#[deny(deprecated)]` implied by `#[deny(warnings)]`
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]   --> src/error.rs:1:1
[INFO] [stderr]    |
[INFO] [stderr] 1  | / error_chain! {
[INFO] [stderr] 2  | |     foreign_links {
[INFO] [stderr] 3  | |         Utf8(::std::str::Utf8Error) #[doc = "utf8 error, slack responses should be valid utf8"];
[INFO] [stderr] 4  | |         Serialize(::serde_json::error::Error) #[doc = "`serde_json::error::Error`"];
[INFO] [stderr] ...  |
[INFO] [stderr] 22 | |     }
[INFO] [stderr] 23 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]   --> src/error.rs:1:1
[INFO] [stderr]    |
[INFO] [stderr] 1  | / error_chain! {
[INFO] [stderr] 2  | |     foreign_links {
[INFO] [stderr] 3  | |         Utf8(::std::str::Utf8Error) #[doc = "utf8 error, slack responses should be valid utf8"];
[INFO] [stderr] 4  | |         Serialize(::serde_json::error::Error) #[doc = "`serde_json::error::Error`"];
[INFO] [stderr] ...  |
[INFO] [stderr] 22 | |     }
[INFO] [stderr] 23 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]   --> src/error.rs:1:1
[INFO] [stderr]    |
[INFO] [stderr] 1  | / error_chain! {
[INFO] [stderr] 2  | |     foreign_links {
[INFO] [stderr] 3  | |         Utf8(::std::str::Utf8Error) #[doc = "utf8 error, slack responses should be valid utf8"];
[INFO] [stderr] 4  | |         Serialize(::serde_json::error::Error) #[doc = "`serde_json::error::Error`"];
[INFO] [stderr] ...  |
[INFO] [stderr] 22 | |     }
[INFO] [stderr] 23 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting
[INFO] [stderr]   --> src/error.rs:1:1
[INFO] [stderr]    |
[INFO] [stderr] 1  | / error_chain! {
[INFO] [stderr] 2  | |     foreign_links {
[INFO] [stderr] 3  | |         Utf8(::std::str::Utf8Error) #[doc = "utf8 error, slack responses should be valid utf8"];
[INFO] [stderr] 4  | |         Serialize(::serde_json::error::Error) #[doc = "`serde_json::error::Error`"];
[INFO] [stderr] ...  |
[INFO] [stderr] 22 | |     }
[INFO] [stderr] 23 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 3 previous errors
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `slack-hook`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting
[INFO] [stderr]   --> src/error.rs:1:1
[INFO] [stderr]    |
[INFO] [stderr] 1  | / error_chain! {
[INFO] [stderr] 2  | |     foreign_links {
[INFO] [stderr] 3  | |         Utf8(::std::str::Utf8Error) #[doc = "utf8 error, slack responses should be valid utf8"];
[INFO] [stderr] 4  | |         Serialize(::serde_json::error::Error) #[doc = "`serde_json::error::Error`"];
[INFO] [stderr] ...  |
[INFO] [stderr] 22 | |     }
[INFO] [stderr] 23 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: build failed
[INFO] running `"docker" "inspect" "8409b2dd438ec5ee07aa80451450cb417049561fde00db082ccd14c76f91da97"`
[INFO] running `"docker" "rm" "-f" "8409b2dd438ec5ee07aa80451450cb417049561fde00db082ccd14c76f91da97"`
[INFO] [stdout] 8409b2dd438ec5ee07aa80451450cb417049561fde00db082ccd14c76f91da97
