[INFO] crate slack-hook 0.8.0 is already in cache
[INFO] checking slack-hook-0.8.0 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate slack-hook 0.8.0 into /workspace/builds/worker-14/source
[INFO] validating manifest of crates.io crate slack-hook 0.8.0 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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-14/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stdout] 6e44695c7d75c0c31a4b48f40227fa8915180bdccc308719748b92c0d283326a
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `"docker" "start" "-a" "6e44695c7d75c0c31a4b48f40227fa8915180bdccc308719748b92c0d283326a"`
[INFO] [stderr]     Checking url_serde v0.2.0
[INFO] [stderr]     Checking slack-hook v0.8.0 (/opt/rustwide/workdir)
[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::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] 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" "6e44695c7d75c0c31a4b48f40227fa8915180bdccc308719748b92c0d283326a"`
[INFO] running `"docker" "rm" "-f" "6e44695c7d75c0c31a4b48f40227fa8915180bdccc308719748b92c0d283326a"`
[INFO] [stdout] 6e44695c7d75c0c31a4b48f40227fa8915180bdccc308719748b92c0d283326a
