[INFO] crate libimagnotification 0.9.3 is already in cache
[INFO] checking libimagnotification-0.9.3 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate libimagnotification 0.9.3 into /workspace/builds/worker-5/source
[INFO] validating manifest of crates.io crate libimagnotification 0.9.3 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate libimagnotification 0.9.3
[INFO] finished tweaking crates.io crate libimagnotification 0.9.3
[INFO] tweaked toml for crates.io crate libimagnotification 0.9.3 written to /workspace/builds/worker-5/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] dfa19029b73e119380d584c59f8fbc133c30cdb6f7bb0283d0fc94e05958abda
[INFO] running `"docker" "start" "-a" "dfa19029b73e119380d584c59f8fbc133c30cdb6f7bb0283d0fc94e05958abda"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]    Compiling libdbus-sys v0.2.1
[INFO] [stderr]     Checking libimagerror v0.9.3
[INFO] [stderr]     Checking dbus v0.6.5
[INFO] [stderr]     Checking notify-rust v3.6.3
[INFO] [stderr]     Checking libimagnotification v0.9.3 (/opt/rustwide/workdir)
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/result_notification.rs:60:63
[INFO] [stderr]    |
[INFO] [stderr] 60 |             fn trace_notify(urgency: NotificationUrgency, e: &Error, u: usize) -> Result<()> {
[INFO] [stderr]    |                                                               ^^^^^ help: use `dyn`: `dyn Error`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/result_notification.rs:170:30
[INFO] [stderr]     |
[INFO] [stderr] 170 |     fn notify_with(self, n: &Notificator<T>) -> Self;
[INFO] [stderr]     |                              ^^^^^^^^^^^^^^ help: use `dyn`: `dyn Notificator<T>`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/result_notification.rs:176:37
[INFO] [stderr]     |
[INFO] [stderr] 176 |     fn notify_on_err_with(self, n: &Notificator<E>) -> Self;
[INFO] [stderr]     |                                     ^^^^^^^^^^^^^^ help: use `dyn`: `dyn Notificator<E>`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/result_notification.rs:185:30
[INFO] [stderr]     |
[INFO] [stderr] 185 |     fn notify_with(self, n: &Notificator<T>) -> Self {
[INFO] [stderr]     |                              ^^^^^^^^^^^^^^ help: use `dyn`: `dyn Notificator<T>`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/result_notification.rs:193:37
[INFO] [stderr]     |
[INFO] [stderr] 193 |     fn notify_on_err_with(self, n: &Notificator<E>) -> Self {
[INFO] [stderr]     |                                     ^^^^^^^^^^^^^^ help: use `dyn`: `dyn Notificator<E>`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]   --> src/result_notification.rs:65:26
[INFO] [stderr]    |
[INFO] [stderr] 65 |                 n.body(e.description());
[INFO] [stderr]    |                          ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting
[INFO] [stderr]   --> src/result_notification.rs:71:23
[INFO] [stderr]    |
[INFO] [stderr] 71 |                     e.cause().map(|cause| trace_notify(urgency, cause, u - 1));
[INFO] [stderr]    |                       ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/result_notification.rs:60:63
[INFO] [stderr]    |
[INFO] [stderr] 60 |             fn trace_notify(urgency: NotificationUrgency, e: &Error, u: usize) -> Result<()> {
[INFO] [stderr]    |                                                               ^^^^^ help: use `dyn`: `dyn Error`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/result_notification.rs:170:30
[INFO] [stderr]     |
[INFO] [stderr] 170 |     fn notify_with(self, n: &Notificator<T>) -> Self;
[INFO] [stderr]     |                              ^^^^^^^^^^^^^^ help: use `dyn`: `dyn Notificator<T>`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/result_notification.rs:176:37
[INFO] [stderr]     |
[INFO] [stderr] 176 |     fn notify_on_err_with(self, n: &Notificator<E>) -> Self;
[INFO] [stderr]     |                                     ^^^^^^^^^^^^^^ help: use `dyn`: `dyn Notificator<E>`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/result_notification.rs:185:30
[INFO] [stderr]     |
[INFO] [stderr] 185 |     fn notify_with(self, n: &Notificator<T>) -> Self {
[INFO] [stderr]     |                              ^^^^^^^^^^^^^^ help: use `dyn`: `dyn Notificator<T>`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/result_notification.rs:193:37
[INFO] [stderr]     |
[INFO] [stderr] 193 |     fn notify_on_err_with(self, n: &Notificator<E>) -> Self {
[INFO] [stderr]     |                                     ^^^^^^^^^^^^^^ help: use `dyn`: `dyn Notificator<E>`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]   --> src/result_notification.rs:65:26
[INFO] [stderr]    |
[INFO] [stderr] 65 |                 n.body(e.description());
[INFO] [stderr]    |                          ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting
[INFO] [stderr]   --> src/result_notification.rs:71:23
[INFO] [stderr]    |
[INFO] [stderr] 71 |                     e.cause().map(|cause| trace_notify(urgency, cause, u - 1));
[INFO] [stderr]    |                       ^^^^^
[INFO] [stderr] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 6.54s
[INFO] running `"docker" "inspect" "dfa19029b73e119380d584c59f8fbc133c30cdb6f7bb0283d0fc94e05958abda"`
[INFO] running `"docker" "rm" "-f" "dfa19029b73e119380d584c59f8fbc133c30cdb6f7bb0283d0fc94e05958abda"`
[INFO] [stdout] dfa19029b73e119380d584c59f8fbc133c30cdb6f7bb0283d0fc94e05958abda
