[INFO] fetching crate dbus-udisks2 0.2.0... [INFO] checking dbus-udisks2-0.2.0 against try#b20a093d9fb1ffaa04ae9852cb034864a992bafd for pr-85073 [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 b20a093d9fb1ffaa04ae9852cb034864a992bafd [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b20a093d9fb1ffaa04ae9852cb034864a992bafd" "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" "+b20a093d9fb1ffaa04ae9852cb034864a992bafd" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b20a093d9fb1ffaa04ae9852cb034864a992bafd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded libdbus-sys v0.1.5 [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" "+b20a093d9fb1ffaa04ae9852cb034864a992bafd" "metadata" "--no-deps" "--format-version=1", 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] e44c8942bff9241dfb346f908a1a4a50abd4d84cacb8251235b9783fb49760f5 [INFO] running `Command { std: "docker" "start" "-a" "e44c8942bff9241dfb346f908a1a4a50abd4d84cacb8251235b9783fb49760f5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e44c8942bff9241dfb346f908a1a4a50abd4d84cacb8251235b9783fb49760f5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e44c8942bff9241dfb346f908a1a4a50abd4d84cacb8251235b9783fb49760f5", kill_on_drop: false }` [INFO] [stdout] e44c8942bff9241dfb346f908a1a4a50abd4d84cacb8251235b9783fb49760f5 [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" "+b20a093d9fb1ffaa04ae9852cb034864a992bafd" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c405f8ec24675bde706df8a0dc28a324525e90a3093f685c6f4808c033bf086d [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" "c405f8ec24675bde706df8a0dc28a324525e90a3093f685c6f4808c033bf086d", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.94 [INFO] [stderr] Compiling libdbus-sys v0.1.5 [INFO] [stderr] Checking dbus v0.6.2 [INFO] [stderr] Checking 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: 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] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.26s [INFO] running `Command { std: "docker" "inspect" "c405f8ec24675bde706df8a0dc28a324525e90a3093f685c6f4808c033bf086d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c405f8ec24675bde706df8a0dc28a324525e90a3093f685c6f4808c033bf086d", kill_on_drop: false }` [INFO] [stdout] c405f8ec24675bde706df8a0dc28a324525e90a3093f685c6f4808c033bf086d