[INFO] fetching crate libimagnotification 0.9.3... [INFO] testing libimagnotification-0.9.3 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate libimagnotification 0.9.3 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate libimagnotification 0.9.3 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "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-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded libdbus-sys v0.2.2 [INFO] [stderr] Downloaded dbus v0.6.5 [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-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1b7d7a029d1575c5134c8d7c486c538ec2629f9ac5dd95abd842f57e7e45947f [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" "1b7d7a029d1575c5134c8d7c486c538ec2629f9ac5dd95abd842f57e7e45947f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1b7d7a029d1575c5134c8d7c486c538ec2629f9ac5dd95abd842f57e7e45947f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1b7d7a029d1575c5134c8d7c486c538ec2629f9ac5dd95abd842f57e7e45947f", kill_on_drop: false }` [INFO] [stdout] 1b7d7a029d1575c5134c8d7c486c538ec2629f9ac5dd95abd842f57e7e45947f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 37093564df4c3687f4f4b2f9698a11807f15222f3d7f956243c18a89cf03c036 [INFO] running `Command { std: "docker" "start" "-a" "37093564df4c3687f4f4b2f9698a11807f15222f3d7f956243c18a89cf03c036", kill_on_drop: false }` [INFO] [stderr] Compiling libdbus-sys v0.2.2 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling libimagerror v0.9.3 [INFO] [stderr] Compiling dbus v0.6.5 [INFO] [stderr] Compiling notify-rust v3.6.3 [INFO] [stderr] Compiling libimagnotification v0.9.3 (/opt/rustwide/workdir) [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] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 170 - fn notify_with(self, n: &Notificator) -> Self; [INFO] [stdout] 170 + fn notify_with(self, n: &dyn Notificator) -> Self; [INFO] [stdout] | [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] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 176 - fn notify_on_err_with(self, n: &Notificator) -> Self; [INFO] [stdout] 176 + fn notify_on_err_with(self, n: &dyn Notificator) -> Self; [INFO] [stdout] | [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] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 185 - fn notify_with(self, n: &Notificator) -> Self { [INFO] [stdout] 185 + fn notify_with(self, n: &dyn Notificator) -> Self { [INFO] [stdout] | [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] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 193 - fn notify_on_err_with(self, n: &Notificator) -> Self { [INFO] [stdout] 193 + fn notify_on_err_with(self, n: &dyn Notificator) -> Self { [INFO] [stdout] | [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] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 60 - fn trace_notify(urgency: NotificationUrgency, e: &Error, u: usize) -> Result<()> { [INFO] [stdout] 60 + fn trace_notify(urgency: NotificationUrgency, e: &dyn Error, u: usize) -> Result<()> { [INFO] [stdout] | [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] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.49s [INFO] running `Command { std: "docker" "inspect" "37093564df4c3687f4f4b2f9698a11807f15222f3d7f956243c18a89cf03c036", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "37093564df4c3687f4f4b2f9698a11807f15222f3d7f956243c18a89cf03c036", kill_on_drop: false }` [INFO] [stdout] 37093564df4c3687f4f4b2f9698a11807f15222f3d7f956243c18a89cf03c036 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e6ad7b9be5792ec1d1e1b58aba548c5c0f74975331ecaf4c78c5faa3ea926ce3 [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" "e6ad7b9be5792ec1d1e1b58aba548c5c0f74975331ecaf4c78c5faa3ea926ce3", kill_on_drop: false }` [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] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 170 - fn notify_with(self, n: &Notificator) -> Self; [INFO] [stdout] 170 + fn notify_with(self, n: &dyn Notificator) -> Self; [INFO] [stdout] | [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] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 176 - fn notify_on_err_with(self, n: &Notificator) -> Self; [INFO] [stdout] 176 + fn notify_on_err_with(self, n: &dyn Notificator) -> Self; [INFO] [stdout] | [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] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 185 - fn notify_with(self, n: &Notificator) -> Self { [INFO] [stdout] 185 + fn notify_with(self, n: &dyn Notificator) -> Self { [INFO] [stdout] | [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] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 193 - fn notify_on_err_with(self, n: &Notificator) -> Self { [INFO] [stdout] 193 + fn notify_on_err_with(self, n: &dyn Notificator) -> Self { [INFO] [stdout] | [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] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 60 - fn trace_notify(urgency: NotificationUrgency, e: &Error, u: usize) -> Result<()> { [INFO] [stdout] 60 + fn trace_notify(urgency: NotificationUrgency, e: &dyn Error, u: usize) -> Result<()> { [INFO] [stdout] | [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] [stderr] Compiling libimagnotification v0.9.3 (/opt/rustwide/workdir) [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] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 170 - fn notify_with(self, n: &Notificator) -> Self; [INFO] [stdout] 170 + fn notify_with(self, n: &dyn Notificator) -> Self; [INFO] [stdout] | [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] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 176 - fn notify_on_err_with(self, n: &Notificator) -> Self; [INFO] [stdout] 176 + fn notify_on_err_with(self, n: &dyn Notificator) -> Self; [INFO] [stdout] | [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] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 185 - fn notify_with(self, n: &Notificator) -> Self { [INFO] [stdout] 185 + fn notify_with(self, n: &dyn Notificator) -> Self { [INFO] [stdout] | [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] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 193 - fn notify_on_err_with(self, n: &Notificator) -> Self { [INFO] [stdout] 193 + fn notify_on_err_with(self, n: &dyn Notificator) -> Self { [INFO] [stdout] | [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] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 60 - fn trace_notify(urgency: NotificationUrgency, e: &Error, u: usize) -> Result<()> { [INFO] [stdout] 60 + fn trace_notify(urgency: NotificationUrgency, e: &dyn Error, u: usize) -> Result<()> { [INFO] [stdout] | [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] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.26s [INFO] running `Command { std: "docker" "inspect" "e6ad7b9be5792ec1d1e1b58aba548c5c0f74975331ecaf4c78c5faa3ea926ce3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e6ad7b9be5792ec1d1e1b58aba548c5c0f74975331ecaf4c78c5faa3ea926ce3", kill_on_drop: false }` [INFO] [stdout] e6ad7b9be5792ec1d1e1b58aba548c5c0f74975331ecaf4c78c5faa3ea926ce3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 93d9d348d0ea4d6734fc324122b7cec65a91bf52ed45cec5c67051fd5c43f34d [INFO] running `Command { std: "docker" "start" "-a" "93d9d348d0ea4d6734fc324122b7cec65a91bf52ed45cec5c67051fd5c43f34d", kill_on_drop: false }` [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) -> Self; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 170 - fn notify_with(self, n: &Notificator) -> Self; [INFO] [stderr] 170 + fn notify_with(self, n: &dyn Notificator) -> Self; [INFO] [stderr] | [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) -> Self; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 176 - fn notify_on_err_with(self, n: &Notificator) -> Self; [INFO] [stderr] 176 + fn notify_on_err_with(self, n: &dyn Notificator) -> Self; [INFO] [stderr] | [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) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 185 - fn notify_with(self, n: &Notificator) -> Self { [INFO] [stderr] 185 + fn notify_with(self, n: &dyn Notificator) -> Self { [INFO] [stderr] | [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) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 193 - fn notify_on_err_with(self, n: &Notificator) -> Self { [INFO] [stderr] 193 + fn notify_on_err_with(self, n: &dyn Notificator) -> Self { [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] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 60 - fn trace_notify(urgency: NotificationUrgency, e: &Error, u: usize) -> Result<()> { [INFO] [stderr] 60 + fn trace_notify(urgency: NotificationUrgency, e: &dyn Error, u: usize) -> Result<()> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `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 associated function `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: `libimagnotification` (lib) generated 7 warnings [INFO] [stderr] warning: `libimagnotification` (lib test) generated 7 warnings (7 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/libimagnotification-5cb7b21225a69138) [INFO] [stdout] [INFO] [stderr] Doc-tests libimagnotification [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "93d9d348d0ea4d6734fc324122b7cec65a91bf52ed45cec5c67051fd5c43f34d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "93d9d348d0ea4d6734fc324122b7cec65a91bf52ed45cec5c67051fd5c43f34d", kill_on_drop: false }` [INFO] [stdout] 93d9d348d0ea4d6734fc324122b7cec65a91bf52ed45cec5c67051fd5c43f34d