[INFO] fetching crate libimagnotification 0.9.3... [INFO] checking libimagnotification-0.9.3 against try#7b3565da729099dbe807466fcd118fb2815986e0 for pr-81789 [INFO] extracting crate libimagnotification 0.9.3 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate libimagnotification 0.9.3 on toolchain 7b3565da729099dbe807466fcd118fb2815986e0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+7b3565da729099dbe807466fcd118fb2815986e0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [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-9/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+7b3565da729099dbe807466fcd118fb2815986e0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+7b3565da729099dbe807466fcd118fb2815986e0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded libimagerror v0.9.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+7b3565da729099dbe807466fcd118fb2815986e0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cc5cac53f0c404f0f36b09a11479af575d48f755388df70927c71e68ce5f33d3 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "cc5cac53f0c404f0f36b09a11479af575d48f755388df70927c71e68ce5f33d3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cc5cac53f0c404f0f36b09a11479af575d48f755388df70927c71e68ce5f33d3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cc5cac53f0c404f0f36b09a11479af575d48f755388df70927c71e68ce5f33d3", kill_on_drop: false }` [INFO] [stdout] cc5cac53f0c404f0f36b09a11479af575d48f755388df70927c71e68ce5f33d3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+7b3565da729099dbe807466fcd118fb2815986e0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0ee6a0a91b8044c286382fb70ad2d0367b6f21f852aed76089b2cace63070d51 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "0ee6a0a91b8044c286382fb70ad2d0367b6f21f852aed76089b2cace63070d51", kill_on_drop: false }` [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] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/result_notification.rs:60:63 [INFO] [stdout] | [INFO] [stdout] 60 | fn trace_notify(urgency: NotificationUrgency, e: &Error, u: usize) -> Result<()> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/result_notification.rs:170:30 [INFO] [stdout] | [INFO] [stdout] 170 | fn notify_with(self, n: &Notificator) -> Self; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn Notificator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/result_notification.rs:176:37 [INFO] [stdout] | [INFO] [stdout] 176 | fn notify_on_err_with(self, n: &Notificator) -> Self; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn Notificator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/result_notification.rs:185:30 [INFO] [stdout] | [INFO] [stdout] 185 | fn notify_with(self, n: &Notificator) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn Notificator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/result_notification.rs:193:37 [INFO] [stdout] | [INFO] [stdout] 193 | fn notify_on_err_with(self, n: &Notificator) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn Notificator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/result_notification.rs:60:63 [INFO] [stdout] | [INFO] [stdout] 60 | fn trace_notify(urgency: NotificationUrgency, e: &Error, u: usize) -> Result<()> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/result_notification.rs:65:26 [INFO] [stdout] | [INFO] [stdout] 65 | n.body(e.description()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::cause`: replaced by Error::source, which can support downcasting [INFO] [stdout] --> src/result_notification.rs:71:23 [INFO] [stdout] | [INFO] [stdout] 71 | e.cause().map(|cause| trace_notify(urgency, cause, u - 1)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/result_notification.rs:170:30 [INFO] [stdout] | [INFO] [stdout] 170 | fn notify_with(self, n: &Notificator) -> Self; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn Notificator` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.59s [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/result_notification.rs:176:37 [INFO] [stdout] | [INFO] [stdout] 176 | fn notify_on_err_with(self, n: &Notificator) -> Self; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn Notificator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/result_notification.rs:185:30 [INFO] [stdout] | [INFO] [stdout] 185 | fn notify_with(self, n: &Notificator) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn Notificator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/result_notification.rs:193:37 [INFO] [stdout] | [INFO] [stdout] 193 | fn notify_on_err_with(self, n: &Notificator) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn Notificator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/result_notification.rs:65:26 [INFO] [stdout] | [INFO] [stdout] 65 | n.body(e.description()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::cause`: replaced by Error::source, which can support downcasting [INFO] [stdout] --> src/result_notification.rs:71:23 [INFO] [stdout] | [INFO] [stdout] 71 | e.cause().map(|cause| trace_notify(urgency, cause, u - 1)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "0ee6a0a91b8044c286382fb70ad2d0367b6f21f852aed76089b2cace63070d51", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0ee6a0a91b8044c286382fb70ad2d0367b6f21f852aed76089b2cace63070d51", kill_on_drop: false }` [INFO] [stdout] 0ee6a0a91b8044c286382fb70ad2d0367b6f21f852aed76089b2cace63070d51