[INFO] fetching crate libimagnotification 0.9.3... [INFO] checking libimagnotification-0.9.3 against try#1c5262aa6c045a581fb974488793f09ed51fc498 for pr-78376 [INFO] extracting crate libimagnotification 0.9.3 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate libimagnotification 0.9.3 on toolchain 1c5262aa6c045a581fb974488793f09ed51fc498 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1c5262aa6c045a581fb974488793f09ed51fc498" "read-manifest" "--manifest-path" "Cargo.toml", 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-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1c5262aa6c045a581fb974488793f09ed51fc498" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1c5262aa6c045a581fb974488793f09ed51fc498" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded dbus v0.6.5 [INFO] [stderr] Downloaded mac-notification-sys v0.3.0 [INFO] [stderr] Downloaded libdbus-sys v0.2.1 [INFO] [stderr] Downloaded notify-rust v3.6.3 [INFO] [stderr] Downloaded libimagerror v0.9.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+1c5262aa6c045a581fb974488793f09ed51fc498" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5d166f243f5de45e1d4fa056df734f6f8ce823ebf29aa421ba59d467035f695f [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" "5d166f243f5de45e1d4fa056df734f6f8ce823ebf29aa421ba59d467035f695f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5d166f243f5de45e1d4fa056df734f6f8ce823ebf29aa421ba59d467035f695f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5d166f243f5de45e1d4fa056df734f6f8ce823ebf29aa421ba59d467035f695f", kill_on_drop: false }` [INFO] [stdout] 5d166f243f5de45e1d4fa056df734f6f8ce823ebf29aa421ba59d467035f695f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+1c5262aa6c045a581fb974488793f09ed51fc498" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dcb9c8a598b9e6aef0c09f75a017f62b0a501be06f788e3248e806187e6d375a [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" "dcb9c8a598b9e6aef0c09f75a017f62b0a501be06f788e3248e806187e6d375a", kill_on_drop: false }` [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling log v0.4.11 [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: 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: 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::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: 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: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.22s [INFO] running `Command { std: "docker" "inspect" "dcb9c8a598b9e6aef0c09f75a017f62b0a501be06f788e3248e806187e6d375a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dcb9c8a598b9e6aef0c09f75a017f62b0a501be06f788e3248e806187e6d375a", kill_on_drop: false }` [INFO] [stdout] dcb9c8a598b9e6aef0c09f75a017f62b0a501be06f788e3248e806187e6d375a