[INFO] fetching crate dbus-udisks2 0.2.0... [INFO] testing dbus-udisks2-0.2.0 against try#ce59db7a1b1b012fb2793c4641c1bdecad7a128b for pr-85530 [INFO] extracting crate dbus-udisks2 0.2.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate dbus-udisks2 0.2.0 on toolchain ce59db7a1b1b012fb2793c4641c1bdecad7a128b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate dbus-udisks2 0.2.0 [INFO] finished tweaking crates.io crate dbus-udisks2 0.2.0 [INFO] tweaked toml for crates.io crate dbus-udisks2 0.2.0 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded dbus v0.6.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 996272283e8a28c09f2aa054d21f2066057464f7c942911dcb57df748e6973b8 [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" "996272283e8a28c09f2aa054d21f2066057464f7c942911dcb57df748e6973b8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "996272283e8a28c09f2aa054d21f2066057464f7c942911dcb57df748e6973b8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "996272283e8a28c09f2aa054d21f2066057464f7c942911dcb57df748e6973b8", kill_on_drop: false }` [INFO] [stdout] 996272283e8a28c09f2aa054d21f2066057464f7c942911dcb57df748e6973b8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8171754334c817be1c8f15905bc6e407853e542dd0feef5341b34df7a2c3f707 [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" "8171754334c817be1c8f15905bc6e407853e542dd0feef5341b34df7a2c3f707", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.95 [INFO] [stderr] Compiling libdbus-sys v0.1.5 [INFO] [stderr] Compiling dbus v0.6.2 [INFO] [stderr] Compiling dbus-udisks2 v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/block.rs:59:85 [INFO] [stdout] | [INFO] [stdout] 59 | fn parse_from(path: &str, objects: &HashMap>>>) -> Option { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` 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 the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/drive.rs:39:85 [INFO] [stdout] | [INFO] [stdout] 39 | fn parse_from(path: &str, objects: &HashMap>>>) -> Option { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/drive.rs:53:63 [INFO] [stdout] | [INFO] [stdout] 53 | fn parse(&mut self, objects: &HashMap>>) { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/utils.rs:4:37 [INFO] [stdout] | [INFO] [stdout] 4 | pub fn get_string(arg: &Variant>) -> Option { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/utils.rs:10:34 [INFO] [stdout] | [INFO] [stdout] 10 | pub fn get_u64(arg: &Variant>) -> u64 { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/utils.rs:14:35 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn get_bool(arg: &Variant>) -> bool { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/utils.rs:18:43 [INFO] [stdout] | [INFO] [stdout] 18 | pub fn get_string_array(arg: &Variant>) -> Option> { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/utils.rs:26:41 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn get_byte_array(arg: &Variant>) -> Option { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/utils.rs:30:37 [INFO] [stdout] | [INFO] [stdout] 30 | pub fn atostr<'a>(array: Option + 'a>>) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/utils.rs:30:57 [INFO] [stdout] | [INFO] [stdout] 30 | pub fn atostr<'a>(array: Option + 'a>>) -> Option { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/utils.rs:43:20 [INFO] [stdout] | [INFO] [stdout] 43 | pub fn vva(value: &RefArg) -> Option { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/utils.rs:55:51 [INFO] [stdout] | [INFO] [stdout] 55 | pub fn get_array_of_byte_arrays(arg: &Variant>) -> Option> { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/utils.rs:63:85 [INFO] [stdout] | [INFO] [stdout] 63 | fn parse_from(path: &str, objects: &HashMap>>>) -> Option where Self: Sized; [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:26:53 [INFO] [stdout] | [INFO] [stdout] 26 | HashMap>>> [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.25s [INFO] running `Command { std: "docker" "inspect" "8171754334c817be1c8f15905bc6e407853e542dd0feef5341b34df7a2c3f707", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8171754334c817be1c8f15905bc6e407853e542dd0feef5341b34df7a2c3f707", kill_on_drop: false }` [INFO] [stdout] 8171754334c817be1c8f15905bc6e407853e542dd0feef5341b34df7a2c3f707 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 201360adf468638526aa643793ff653651807c9be2c7c22ab17537d8cc2701dd [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" "201360adf468638526aa643793ff653651807c9be2c7c22ab17537d8cc2701dd", kill_on_drop: false }` [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/block.rs:59:85 [INFO] [stdout] | [INFO] [stdout] 59 | fn parse_from(path: &str, objects: &HashMap>>>) -> Option { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` 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 the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling dbus-udisks2 v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/drive.rs:39:85 [INFO] [stdout] | [INFO] [stdout] 39 | fn parse_from(path: &str, objects: &HashMap>>>) -> Option { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/drive.rs:53:63 [INFO] [stdout] | [INFO] [stdout] 53 | fn parse(&mut self, objects: &HashMap>>) { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/utils.rs:4:37 [INFO] [stdout] | [INFO] [stdout] 4 | pub fn get_string(arg: &Variant>) -> Option { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/utils.rs:10:34 [INFO] [stdout] | [INFO] [stdout] 10 | pub fn get_u64(arg: &Variant>) -> u64 { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/utils.rs:14:35 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn get_bool(arg: &Variant>) -> bool { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/utils.rs:18:43 [INFO] [stdout] | [INFO] [stdout] 18 | pub fn get_string_array(arg: &Variant>) -> Option> { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/utils.rs:26:41 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn get_byte_array(arg: &Variant>) -> Option { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/utils.rs:30:37 [INFO] [stdout] | [INFO] [stdout] 30 | pub fn atostr<'a>(array: Option + 'a>>) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/utils.rs:30:57 [INFO] [stdout] | [INFO] [stdout] 30 | pub fn atostr<'a>(array: Option + 'a>>) -> Option { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/utils.rs:43:20 [INFO] [stdout] | [INFO] [stdout] 43 | pub fn vva(value: &RefArg) -> Option { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/utils.rs:55:51 [INFO] [stdout] | [INFO] [stdout] 55 | pub fn get_array_of_byte_arrays(arg: &Variant>) -> Option> { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/utils.rs:63:85 [INFO] [stdout] | [INFO] [stdout] 63 | fn parse_from(path: &str, objects: &HashMap>>>) -> Option where Self: Sized; [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:26:53 [INFO] [stdout] | [INFO] [stdout] 26 | HashMap>>> [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/block.rs:59:85 [INFO] [stdout] | [INFO] [stdout] 59 | fn parse_from(path: &str, objects: &HashMap>>>) -> Option { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` 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 the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/drive.rs:39:85 [INFO] [stdout] | [INFO] [stdout] 39 | fn parse_from(path: &str, objects: &HashMap>>>) -> Option { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/drive.rs:53:63 [INFO] [stdout] | [INFO] [stdout] 53 | fn parse(&mut self, objects: &HashMap>>) { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/utils.rs:4:37 [INFO] [stdout] | [INFO] [stdout] 4 | pub fn get_string(arg: &Variant>) -> Option { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/utils.rs:10:34 [INFO] [stdout] | [INFO] [stdout] 10 | pub fn get_u64(arg: &Variant>) -> u64 { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/utils.rs:14:35 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn get_bool(arg: &Variant>) -> bool { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/utils.rs:18:43 [INFO] [stdout] | [INFO] [stdout] 18 | pub fn get_string_array(arg: &Variant>) -> Option> { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/utils.rs:26:41 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn get_byte_array(arg: &Variant>) -> Option { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/utils.rs:30:37 [INFO] [stdout] | [INFO] [stdout] 30 | pub fn atostr<'a>(array: Option + 'a>>) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/utils.rs:30:57 [INFO] [stdout] | [INFO] [stdout] 30 | pub fn atostr<'a>(array: Option + 'a>>) -> Option { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/utils.rs:43:20 [INFO] [stdout] | [INFO] [stdout] 43 | pub fn vva(value: &RefArg) -> Option { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/utils.rs:55:51 [INFO] [stdout] | [INFO] [stdout] 55 | pub fn get_array_of_byte_arrays(arg: &Variant>) -> Option> { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/utils.rs:63:85 [INFO] [stdout] | [INFO] [stdout] 63 | fn parse_from(path: &str, objects: &HashMap>>>) -> Option where Self: Sized; [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:26:53 [INFO] [stdout] | [INFO] [stdout] 26 | HashMap>>> [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.08s [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "201360adf468638526aa643793ff653651807c9be2c7c22ab17537d8cc2701dd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "201360adf468638526aa643793ff653651807c9be2c7c22ab17537d8cc2701dd", kill_on_drop: false }` [INFO] [stdout] 201360adf468638526aa643793ff653651807c9be2c7c22ab17537d8cc2701dd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 4641a6c82f3e79b169b8c52e6413f6cbb926a574f9c39083b681e5f3fc17b255 [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" "4641a6c82f3e79b169b8c52e6413f6cbb926a574f9c39083b681e5f3fc17b255", kill_on_drop: false }` [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/block.rs:59:85 [INFO] [stderr] | [INFO] [stderr] 59 | fn parse_from(path: &str, objects: &HashMap>>>) -> Option { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` 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 the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/drive.rs:39:85 [INFO] [stderr] | [INFO] [stderr] 39 | fn parse_from(path: &str, objects: &HashMap>>>) -> Option { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/drive.rs:53:63 [INFO] [stderr] | [INFO] [stderr] 53 | fn parse(&mut self, objects: &HashMap>>) { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils.rs:4:37 [INFO] [stderr] | [INFO] [stderr] 4 | pub fn get_string(arg: &Variant>) -> Option { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils.rs:10:34 [INFO] [stderr] | [INFO] [stderr] 10 | pub fn get_u64(arg: &Variant>) -> u64 { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils.rs:14:35 [INFO] [stderr] | [INFO] [stderr] 14 | pub fn get_bool(arg: &Variant>) -> bool { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils.rs:18:43 [INFO] [stderr] | [INFO] [stderr] 18 | pub fn get_string_array(arg: &Variant>) -> Option> { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils.rs:26:41 [INFO] [stderr] | [INFO] [stderr] 26 | pub fn get_byte_array(arg: &Variant>) -> Option { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils.rs:30:37 [INFO] [stderr] | [INFO] [stderr] 30 | pub fn atostr<'a>(array: Option + 'a>>) -> Option { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'a` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils.rs:30:57 [INFO] [stderr] | [INFO] [stderr] 30 | pub fn atostr<'a>(array: Option + 'a>>) -> Option { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils.rs:43:20 [INFO] [stderr] | [INFO] [stderr] 43 | pub fn vva(value: &RefArg) -> Option { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils.rs:55:51 [INFO] [stderr] | [INFO] [stderr] 55 | pub fn get_array_of_byte_arrays(arg: &Variant>) -> Option> { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils.rs:63:85 [INFO] [stderr] | [INFO] [stderr] 63 | fn parse_from(path: &str, objects: &HashMap>>>) -> Option where Self: Sized; [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:26:53 [INFO] [stderr] | [INFO] [stderr] 26 | HashMap>>> [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: 14 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/block.rs:59:85 [INFO] [stderr] | [INFO] [stderr] 59 | fn parse_from(path: &str, objects: &HashMap>>>) -> Option { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` 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 the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/drive.rs:39:85 [INFO] [stderr] | [INFO] [stderr] 39 | fn parse_from(path: &str, objects: &HashMap>>>) -> Option { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/drive.rs:53:63 [INFO] [stderr] | [INFO] [stderr] 53 | fn parse(&mut self, objects: &HashMap>>) { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils.rs:4:37 [INFO] [stderr] | [INFO] [stderr] 4 | pub fn get_string(arg: &Variant>) -> Option { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils.rs:10:34 [INFO] [stderr] | [INFO] [stderr] 10 | pub fn get_u64(arg: &Variant>) -> u64 { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils.rs:14:35 [INFO] [stderr] | [INFO] [stderr] 14 | pub fn get_bool(arg: &Variant>) -> bool { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils.rs:18:43 [INFO] [stderr] | [INFO] [stderr] 18 | pub fn get_string_array(arg: &Variant>) -> Option> { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils.rs:26:41 [INFO] [stderr] | [INFO] [stderr] 26 | pub fn get_byte_array(arg: &Variant>) -> Option { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils.rs:30:37 [INFO] [stderr] | [INFO] [stderr] 30 | pub fn atostr<'a>(array: Option + 'a>>) -> Option { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'a` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils.rs:30:57 [INFO] [stderr] | [INFO] [stderr] 30 | pub fn atostr<'a>(array: Option + 'a>>) -> Option { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils.rs:43:20 [INFO] [stderr] | [INFO] [stderr] 43 | pub fn vva(value: &RefArg) -> Option { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils.rs:55:51 [INFO] [stderr] | [INFO] [stderr] 55 | pub fn get_array_of_byte_arrays(arg: &Variant>) -> Option> { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils.rs:63:85 [INFO] [stderr] | [INFO] [stderr] 63 | fn parse_from(path: &str, objects: &HashMap>>>) -> Option where Self: Sized; [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:26:53 [INFO] [stderr] | [INFO] [stderr] 26 | HashMap>>> [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: 14 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/dbus_udisks2-c356fc824083fcb8) [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] [stderr] Doc-tests dbus-udisks2 [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" "4641a6c82f3e79b169b8c52e6413f6cbb926a574f9c39083b681e5f3fc17b255", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4641a6c82f3e79b169b8c52e6413f6cbb926a574f9c39083b681e5f3fc17b255", kill_on_drop: false }` [INFO] [stdout] 4641a6c82f3e79b169b8c52e6413f6cbb926a574f9c39083b681e5f3fc17b255