[INFO] crate notify 5.0.0-pre.3 is already in cache [INFO] testing notify-5.0.0-pre.3 against beta-2020-07-24 for beta-1.46-1 [INFO] extracting crate notify 5.0.0-pre.3 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate notify 5.0.0-pre.3 on toolchain beta-2020-07-24 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate notify 5.0.0-pre.3 [INFO] finished tweaking crates.io crate notify 5.0.0-pre.3 [INFO] tweaked toml for crates.io crate notify 5.0.0-pre.3 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate crates.io crate notify 5.0.0-pre.3 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7ebb77f13bc25b7ce5713e53151ce21bc24fef4aa71d30a05dc7b2bf0fd729ba [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" "7ebb77f13bc25b7ce5713e53151ce21bc24fef4aa71d30a05dc7b2bf0fd729ba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7ebb77f13bc25b7ce5713e53151ce21bc24fef4aa71d30a05dc7b2bf0fd729ba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7ebb77f13bc25b7ce5713e53151ce21bc24fef4aa71d30a05dc7b2bf0fd729ba", kill_on_drop: false }` [INFO] [stdout] 7ebb77f13bc25b7ce5713e53151ce21bc24fef4aa71d30a05dc7b2bf0fd729ba [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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=warn" "-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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 14fa566d9d5a0e83a8a259e8cc529a27d351ac2316e7ec91ae9c23f9fba447d6 [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" "14fa566d9d5a0e83a8a259e8cc529a27d351ac2316e7ec91ae9c23f9fba447d6", kill_on_drop: false }` [INFO] [stderr] Compiling inotify-sys v0.1.3 [INFO] [stderr] Compiling filetime v0.2.10 [INFO] [stderr] Compiling mio v0.6.22 [INFO] [stderr] Compiling inotify v0.8.3 [INFO] [stderr] Compiling mio-extras v2.0.6 [INFO] [stderr] Compiling notify v5.0.0-pre.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: the trait `anymap::any::CloneToAny` cannot be made into an object [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:15:8 [INFO] [stdout] | [INFO] [stdout] 15 | fn clone_to_any_send(&self) -> Box where Self: Send; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ the trait cannot be made into an object because method `clone_to_any_send` references the `Self` type in its `where` clause [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(where_clauses_object_safety)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #51443 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the trait `anymap::any::CloneToAny` cannot be made into an object [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:18:8 [INFO] [stdout] | [INFO] [stdout] 18 | fn clone_to_any_sync(&self) -> Box where Self: Sync; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ the trait cannot be made into an object because method `clone_to_any_sync` references the `Self` type in its `where` clause [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #51443 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the trait `anymap::any::CloneToAny` cannot be made into an object [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:21:8 [INFO] [stdout] | [INFO] [stdout] 21 | fn clone_to_any_send_sync(&self) -> Box where Self: Send + Sync; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ the trait cannot be made into an object because method `clone_to_any_send_sync` references the `Self` type in its `where` clause [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #51443 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.66s [INFO] running `Command { std: "docker" "inspect" "14fa566d9d5a0e83a8a259e8cc529a27d351ac2316e7ec91ae9c23f9fba447d6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "14fa566d9d5a0e83a8a259e8cc529a27d351ac2316e7ec91ae9c23f9fba447d6", kill_on_drop: false }` [INFO] [stdout] 14fa566d9d5a0e83a8a259e8cc529a27d351ac2316e7ec91ae9c23f9fba447d6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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=warn" "-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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c611f5a38116eb81232dfe0501978bd5cb2ca72f93eb13680ef43462951f0115 [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" "c611f5a38116eb81232dfe0501978bd5cb2ca72f93eb13680ef43462951f0115", kill_on_drop: false }` [INFO] [stderr] Compiling serde_json v1.0.55 [INFO] [stdout] warning: the trait `anymap::any::CloneToAny` cannot be made into an object [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:15:8 [INFO] [stdout] | [INFO] [stdout] 15 | fn clone_to_any_send(&self) -> Box where Self: Send; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ the trait cannot be made into an object because method `clone_to_any_send` references the `Self` type in its `where` clause [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(where_clauses_object_safety)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #51443 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the trait `anymap::any::CloneToAny` cannot be made into an object [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:18:8 [INFO] [stdout] | [INFO] [stdout] 18 | fn clone_to_any_sync(&self) -> Box where Self: Sync; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ the trait cannot be made into an object because method `clone_to_any_sync` references the `Self` type in its `where` clause [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #51443 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the trait `anymap::any::CloneToAny` cannot be made into an object [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:21:8 [INFO] [stdout] | [INFO] [stdout] 21 | fn clone_to_any_send_sync(&self) -> Box where Self: Send + Sync; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ the trait cannot be made into an object because method `clone_to_any_send_sync` references the `Self` type in its `where` clause [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #51443 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling notify v5.0.0-pre.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `serde_json::json` [INFO] [stdout] --> tests/serialise-events.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use serde_json::json; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the trait `anymap::any::CloneToAny` cannot be made into an object [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:15:8 [INFO] [stdout] | [INFO] [stdout] 15 | fn clone_to_any_send(&self) -> Box where Self: Send; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ the trait cannot be made into an object because method `clone_to_any_send` references the `Self` type in its `where` clause [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(where_clauses_object_safety)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #51443 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the trait `anymap::any::CloneToAny` cannot be made into an object [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:18:8 [INFO] [stdout] | [INFO] [stdout] 18 | fn clone_to_any_sync(&self) -> Box where Self: Sync; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ the trait cannot be made into an object because method `clone_to_any_sync` references the `Self` type in its `where` clause [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #51443 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the trait `anymap::any::CloneToAny` cannot be made into an object [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:21:8 [INFO] [stdout] | [INFO] [stdout] 21 | fn clone_to_any_send_sync(&self) -> Box where Self: Send + Sync; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ the trait cannot be made into an object because method `clone_to_any_send_sync` references the `Self` type in its `where` clause [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #51443 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the trait `anymap::any::CloneToAny` cannot be made into an object [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:15:8 [INFO] [stdout] | [INFO] [stdout] 15 | fn clone_to_any_send(&self) -> Box where Self: Send; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ the trait cannot be made into an object because method `clone_to_any_send` references the `Self` type in its `where` clause [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(where_clauses_object_safety)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #51443 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the trait `anymap::any::CloneToAny` cannot be made into an object [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:18:8 [INFO] [stdout] | [INFO] [stdout] 18 | fn clone_to_any_sync(&self) -> Box where Self: Sync; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ the trait cannot be made into an object because method `clone_to_any_sync` references the `Self` type in its `where` clause [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #51443 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the trait `anymap::any::CloneToAny` cannot be made into an object [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:21:8 [INFO] [stdout] | [INFO] [stdout] 21 | fn clone_to_any_send_sync(&self) -> Box where Self: Send + Sync; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ the trait cannot be made into an object because method `clone_to_any_send_sync` references the `Self` type in its `where` clause [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #51443 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 5.63s [INFO] running `Command { std: "docker" "inspect" "c611f5a38116eb81232dfe0501978bd5cb2ca72f93eb13680ef43462951f0115", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c611f5a38116eb81232dfe0501978bd5cb2ca72f93eb13680ef43462951f0115", kill_on_drop: false }` [INFO] [stdout] c611f5a38116eb81232dfe0501978bd5cb2ca72f93eb13680ef43462951f0115 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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=warn" "-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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 3cbfe8c049db45ae73aa915d43a377ac92138ea4e71ae123682e1b3320996e01 [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" "3cbfe8c049db45ae73aa915d43a377ac92138ea4e71ae123682e1b3320996e01", kill_on_drop: false }` [INFO] [stderr] warning: the trait `anymap::any::CloneToAny` cannot be made into an object [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:15:8 [INFO] [stderr] | [INFO] [stderr] 15 | fn clone_to_any_send(&self) -> Box where Self: Send; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ the trait cannot be made into an object because method `clone_to_any_send` references the `Self` type in its `where` clause [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(where_clauses_object_safety)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #51443 [INFO] [stderr] [INFO] [stderr] warning: the trait `anymap::any::CloneToAny` cannot be made into an object [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:15:8 [INFO] [stderr] | [INFO] [stderr] 15 | fn clone_to_any_send(&self) -> Box where Self: Send; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ the trait cannot be made into an object because method `clone_to_any_send` references the `Self` type in its `where` clause [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(where_clauses_object_safety)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #51443 [INFO] [stderr] [INFO] [stderr] warning: the trait `anymap::any::CloneToAny` cannot be made into an object [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:18:8 [INFO] [stderr] | [INFO] [stderr] 18 | fn clone_to_any_sync(&self) -> Box where Self: Sync; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ the trait cannot be made into an object because method `clone_to_any_sync` references the `Self` type in its `where` clause [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #51443 [INFO] [stderr] [INFO] [stderr] warning: the trait `anymap::any::CloneToAny` cannot be made into an object [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:21:8 [INFO] [stderr] | [INFO] [stderr] 21 | fn clone_to_any_send_sync(&self) -> Box where Self: Send + Sync; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ the trait cannot be made into an object because method `clone_to_any_send_sync` references the `Self` type in its `where` clause [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #51443 [INFO] [stderr] [INFO] [stderr] warning: the trait `anymap::any::CloneToAny` cannot be made into an object [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:18:8 [INFO] [stderr] | [INFO] [stderr] 18 | fn clone_to_any_sync(&self) -> Box where Self: Sync; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ the trait cannot be made into an object because method `clone_to_any_sync` references the `Self` type in its `where` clause [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #51443 [INFO] [stderr] [INFO] [stderr] warning: the trait `anymap::any::CloneToAny` cannot be made into an object [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:21:8 [INFO] [stderr] | [INFO] [stderr] 21 | fn clone_to_any_send_sync(&self) -> Box where Self: Send + Sync; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ the trait cannot be made into an object because method `clone_to_any_send_sync` references the `Self` type in its `where` clause [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #51443 [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: unused import: `serde_json::json` [INFO] [stderr] --> tests/serialise-events.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use serde_json::json; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the trait `anymap::any::CloneToAny` cannot be made into an object [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:15:8 [INFO] [stderr] | [INFO] [stderr] 15 | fn clone_to_any_send(&self) -> Box where Self: Send; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ the trait cannot be made into an object because method `clone_to_any_send` references the `Self` type in its `where` clause [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(where_clauses_object_safety)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #51443 [INFO] [stderr] [INFO] [stderr] warning: the trait `anymap::any::CloneToAny` cannot be made into an object [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:18:8 [INFO] [stderr] | [INFO] [stderr] 18 | fn clone_to_any_sync(&self) -> Box where Self: Sync; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ the trait cannot be made into an object because method `clone_to_any_sync` references the `Self` type in its `where` clause [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #51443 [INFO] [stderr] [INFO] [stderr] warning: the trait `anymap::any::CloneToAny` cannot be made into an object [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:21:8 [INFO] [stderr] | [INFO] [stderr] 21 | fn clone_to_any_send_sync(&self) -> Box where Self: Send + Sync; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ the trait cannot be made into an object because method `clone_to_any_send_sync` references the `Self` type in its `where` clause [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #51443 [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/notify-bfd8a0ec2a6625f6 [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Running /opt/rustwide/target/debug/deps/serialise_events-e7e5ffb97df80c7f [INFO] [stdout] test error::display_formatted_errors ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test events_are_debuggable ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests notify [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test src/lib.rs - (line 49) ... ok [INFO] [stdout] test src/lib.rs - (line 78) ... ok [INFO] [stdout] test src/lib.rs - (line 22) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "3cbfe8c049db45ae73aa915d43a377ac92138ea4e71ae123682e1b3320996e01", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3cbfe8c049db45ae73aa915d43a377ac92138ea4e71ae123682e1b3320996e01", kill_on_drop: false }` [INFO] [stdout] 3cbfe8c049db45ae73aa915d43a377ac92138ea4e71ae123682e1b3320996e01