[INFO] fetching crate fungui 0.1.1... [INFO] testing fungui-0.1.1 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate fungui 0.1.1 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate fungui 0.1.1 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate fungui 0.1.1 [INFO] finished tweaking crates.io crate fungui 0.1.1 [INFO] tweaked toml for crates.io crate fungui 0.1.1 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e5136c6541c2d8c9aaf0475091e482eae47f9bc51bbfcfbcd11ee17b831cda74 [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" "e5136c6541c2d8c9aaf0475091e482eae47f9bc51bbfcfbcd11ee17b831cda74", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e5136c6541c2d8c9aaf0475091e482eae47f9bc51bbfcfbcd11ee17b831cda74", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e5136c6541c2d8c9aaf0475091e482eae47f9bc51bbfcfbcd11ee17b831cda74", kill_on_drop: false }` [INFO] [stdout] e5136c6541c2d8c9aaf0475091e482eae47f9bc51bbfcfbcd11ee17b831cda74 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c3dba2a0d9db8020a89dd7f3a3ad87424b91a492554f4ea9a80687a978a0b330 [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" "c3dba2a0d9db8020a89dd7f3a3ad87424b91a492554f4ea9a80687a978a0b330", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling ascii v0.9.3 [INFO] [stderr] Compiling ref_filter_map v1.0.1 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling combine v3.8.1 [INFO] [stderr] Compiling fungui_syntax v0.1.1 [INFO] [stderr] Compiling fungui v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/style.rs:5:32 [INFO] [stdout] | [INFO] [stdout] 5 | pub(crate) type SFunc = Box Fn(&mut (Iterator, Error<'a>>> + 'a)) -> Result, Error<'a>> + 'static>; [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] 5 - pub(crate) type SFunc = Box Fn(&mut (Iterator, Error<'a>>> + 'a)) -> Result, Error<'a>> + 'static>; [INFO] [stdout] 5 + pub(crate) type SFunc = Box Fn(&mut (Iterator, Error<'a>>> + 'a)) -> Result, Error<'a>> + 'static>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/style.rs:5:49 [INFO] [stdout] | [INFO] [stdout] 5 | pub(crate) type SFunc = Box Fn(&mut (Iterator, Error<'a>>> + 'a)) -> Result, Error<'a>> + 'static>; [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] 5 - pub(crate) type SFunc = Box Fn(&mut (Iterator, Error<'a>>> + 'a)) -> Result, Error<'a>> + 'static>; [INFO] [stdout] 5 + pub(crate) type SFunc = Box Fn(&mut (dyn Iterator, Error<'a>>> + 'a)) -> Result, Error<'a>> + 'static>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/style.rs:13:54 [INFO] [stdout] | [INFO] [stdout] 13 | pub(crate) layouts: FnvHashMap<&'static str, Box Box>>>, [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] 13 - pub(crate) layouts: FnvHashMap<&'static str, Box Box>>>, [INFO] [stdout] 13 + pub(crate) layouts: FnvHashMap<&'static str, Box Box>>>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/style.rs:13:66 [INFO] [stdout] | [INFO] [stdout] 13 | pub(crate) layouts: FnvHashMap<&'static str, Box Box>>>, [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] 13 - pub(crate) layouts: FnvHashMap<&'static str, Box Box>>>, [INFO] [stdout] 13 + pub(crate) layouts: FnvHashMap<&'static str, Box Box>>>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:413:29 [INFO] [stdout] | [INFO] [stdout] 413 | F: for<'a> Fn(&mut (Iterator>> + 'a)) -> FResult<'a, Value> + 'static, [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] 413 - F: for<'a> Fn(&mut (Iterator>> + 'a)) -> FResult<'a, Value> + 'static, [INFO] [stdout] 413 + F: for<'a> Fn(&mut (dyn Iterator>> + 'a)) -> FResult<'a, Value> + 'static, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/layout.rs:232:107 [INFO] [stdout] | [INFO] [stdout] 232 | fn update_child_data(&mut self, styles: &Styles, nc: &NodeChain, rule: &Rule, data: &mut Box) -> DirtyFlags; [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] 232 - fn update_child_data(&mut self, styles: &Styles, nc: &NodeChain, rule: &Rule, data: &mut Box) -> DirtyFlags; [INFO] [stdout] 232 + fn update_child_data(&mut self, styles: &Styles, nc: &NodeChain, rule: &Rule, data: &mut Box) -> DirtyFlags; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/layout.rs:234:92 [INFO] [stdout] | [INFO] [stdout] 234 | fn reset_unset_child_data(&mut self, used_keys: &FnvHashSet, data: &mut Box) -> DirtyFlags; [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] 234 - fn reset_unset_child_data(&mut self, used_keys: &FnvHashSet, data: &mut Box) -> DirtyFlags; [INFO] [stdout] 234 + fn reset_unset_child_data(&mut self, used_keys: &FnvHashSet, data: &mut Box) -> DirtyFlags; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/layout.rs:239:90 [INFO] [stdout] | [INFO] [stdout] 239 | fn do_layout(&mut self, value: &NodeValue, _ext: &mut E::NodeData, data: &mut Box, current: Rect, flags: DirtyFlags) -> Rect; [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] 239 - fn do_layout(&mut self, value: &NodeValue, _ext: &mut E::NodeData, data: &mut Box, current: Rect, flags: DirtyFlags) -> Rect; [INFO] [stdout] 239 + fn do_layout(&mut self, value: &NodeValue, _ext: &mut E::NodeData, data: &mut Box, current: Rect, flags: DirtyFlags) -> Rect; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/layout.rs:240:94 [INFO] [stdout] | [INFO] [stdout] 240 | fn do_layout_end(&mut self, value: &NodeValue, _ext: &mut E::NodeData, data: &mut Box, current: Rect, flags: DirtyFlags) -> R... [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] 240 - fn do_layout_end(&mut self, value: &NodeValue, _ext: &mut E::NodeData, data: &mut Box, current: Rect, flags: DirtyFlags) -> Rect; [INFO] [stdout] 240 + fn do_layout_end(&mut self, value: &NodeValue, _ext: &mut E::NodeData, data: &mut Box, current: Rect, flags: DirtyFlags) -> Rect; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/layout.rs:255:107 [INFO] [stdout] | [INFO] [stdout] 255 | fn update_child_data(&mut self, styles: &Styles, nc: &NodeChain, rule: &Rule, data: &mut Box) -> DirtyFlags { [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] 255 - fn update_child_data(&mut self, styles: &Styles, nc: &NodeChain, rule: &Rule, data: &mut Box) -> DirtyFlags { [INFO] [stdout] 255 + fn update_child_data(&mut self, styles: &Styles, nc: &NodeChain, rule: &Rule, data: &mut Box) -> DirtyFlags { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/layout.rs:266:92 [INFO] [stdout] | [INFO] [stdout] 266 | fn reset_unset_child_data(&mut self, used_keys: &FnvHashSet, data: &mut Box) -> DirtyFlags { [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] 266 - fn reset_unset_child_data(&mut self, used_keys: &FnvHashSet, data: &mut Box) -> DirtyFlags { [INFO] [stdout] 266 + fn reset_unset_child_data(&mut self, used_keys: &FnvHashSet, data: &mut Box) -> DirtyFlags { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/layout.rs:284:89 [INFO] [stdout] | [INFO] [stdout] 284 | fn do_layout(&mut self, value: &NodeValue, ext: &mut E::NodeData, data: &mut Box, current: Rect, flags: DirtyFlags) -> Rect { [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] 284 - fn do_layout(&mut self, value: &NodeValue, ext: &mut E::NodeData, data: &mut Box, current: Rect, flags: DirtyFlags) -> Rect { [INFO] [stdout] 284 + fn do_layout(&mut self, value: &NodeValue, ext: &mut E::NodeData, data: &mut Box, current: Rect, flags: DirtyFlags) -> Rect { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/layout.rs:288:93 [INFO] [stdout] | [INFO] [stdout] 288 | fn do_layout_end(&mut self, value: &NodeValue, ext: &mut E::NodeData, data: &mut Box, current: Rect, flags: DirtyFlags) -> Re... [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] 288 - fn do_layout_end(&mut self, value: &NodeValue, ext: &mut E::NodeData, data: &mut Box, current: Rect, flags: DirtyFlags) -> Rect { [INFO] [stdout] 288 + fn do_layout_end(&mut self, value: &NodeValue, ext: &mut E::NodeData, data: &mut Box, current: Rect, flags: DirtyFlags) -> Rect { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 35.80s [INFO] running `Command { std: "docker" "inspect" "c3dba2a0d9db8020a89dd7f3a3ad87424b91a492554f4ea9a80687a978a0b330", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c3dba2a0d9db8020a89dd7f3a3ad87424b91a492554f4ea9a80687a978a0b330", kill_on_drop: false }` [INFO] [stdout] c3dba2a0d9db8020a89dd7f3a3ad87424b91a492554f4ea9a80687a978a0b330 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a9eea2233b9c4bff893f2284fd3b1729cb5a6d18cfca372e24e2266dff8adbbe [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" "a9eea2233b9c4bff893f2284fd3b1729cb5a6d18cfca372e24e2266dff8adbbe", kill_on_drop: false }` [INFO] [stderr] Compiling fungui v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/style.rs:5:32 [INFO] [stdout] | [INFO] [stdout] 5 | pub(crate) type SFunc = Box Fn(&mut (Iterator, Error<'a>>> + 'a)) -> Result, Error<'a>> + 'static>; [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] 5 - pub(crate) type SFunc = Box Fn(&mut (Iterator, Error<'a>>> + 'a)) -> Result, Error<'a>> + 'static>; [INFO] [stdout] 5 + pub(crate) type SFunc = Box Fn(&mut (Iterator, Error<'a>>> + 'a)) -> Result, Error<'a>> + 'static>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/style.rs:5:49 [INFO] [stdout] | [INFO] [stdout] 5 | pub(crate) type SFunc = Box Fn(&mut (Iterator, Error<'a>>> + 'a)) -> Result, Error<'a>> + 'static>; [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] 5 - pub(crate) type SFunc = Box Fn(&mut (Iterator, Error<'a>>> + 'a)) -> Result, Error<'a>> + 'static>; [INFO] [stdout] 5 + pub(crate) type SFunc = Box Fn(&mut (dyn Iterator, Error<'a>>> + 'a)) -> Result, Error<'a>> + 'static>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/style.rs:13:54 [INFO] [stdout] | [INFO] [stdout] 13 | pub(crate) layouts: FnvHashMap<&'static str, Box Box>>>, [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] 13 - pub(crate) layouts: FnvHashMap<&'static str, Box Box>>>, [INFO] [stdout] 13 + pub(crate) layouts: FnvHashMap<&'static str, Box Box>>>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/style.rs:13:66 [INFO] [stdout] | [INFO] [stdout] 13 | pub(crate) layouts: FnvHashMap<&'static str, Box Box>>>, [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] 13 - pub(crate) layouts: FnvHashMap<&'static str, Box Box>>>, [INFO] [stdout] 13 + pub(crate) layouts: FnvHashMap<&'static str, Box Box>>>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:413:29 [INFO] [stdout] | [INFO] [stdout] 413 | F: for<'a> Fn(&mut (Iterator>> + 'a)) -> FResult<'a, Value> + 'static, [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] 413 - F: for<'a> Fn(&mut (Iterator>> + 'a)) -> FResult<'a, Value> + 'static, [INFO] [stdout] 413 + F: for<'a> Fn(&mut (dyn Iterator>> + 'a)) -> FResult<'a, Value> + 'static, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/layout.rs:232:107 [INFO] [stdout] | [INFO] [stdout] 232 | fn update_child_data(&mut self, styles: &Styles, nc: &NodeChain, rule: &Rule, data: &mut Box) -> DirtyFlags; [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] 232 - fn update_child_data(&mut self, styles: &Styles, nc: &NodeChain, rule: &Rule, data: &mut Box) -> DirtyFlags; [INFO] [stdout] 232 + fn update_child_data(&mut self, styles: &Styles, nc: &NodeChain, rule: &Rule, data: &mut Box) -> DirtyFlags; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/layout.rs:234:92 [INFO] [stdout] | [INFO] [stdout] 234 | fn reset_unset_child_data(&mut self, used_keys: &FnvHashSet, data: &mut Box) -> DirtyFlags; [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] 234 - fn reset_unset_child_data(&mut self, used_keys: &FnvHashSet, data: &mut Box) -> DirtyFlags; [INFO] [stdout] 234 + fn reset_unset_child_data(&mut self, used_keys: &FnvHashSet, data: &mut Box) -> DirtyFlags; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/layout.rs:239:90 [INFO] [stdout] | [INFO] [stdout] 239 | fn do_layout(&mut self, value: &NodeValue, _ext: &mut E::NodeData, data: &mut Box, current: Rect, flags: DirtyFlags) -> Rect; [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] 239 - fn do_layout(&mut self, value: &NodeValue, _ext: &mut E::NodeData, data: &mut Box, current: Rect, flags: DirtyFlags) -> Rect; [INFO] [stdout] 239 + fn do_layout(&mut self, value: &NodeValue, _ext: &mut E::NodeData, data: &mut Box, current: Rect, flags: DirtyFlags) -> Rect; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/layout.rs:240:94 [INFO] [stdout] | [INFO] [stdout] 240 | fn do_layout_end(&mut self, value: &NodeValue, _ext: &mut E::NodeData, data: &mut Box, current: Rect, flags: DirtyFlags) -> R... [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] 240 - fn do_layout_end(&mut self, value: &NodeValue, _ext: &mut E::NodeData, data: &mut Box, current: Rect, flags: DirtyFlags) -> Rect; [INFO] [stdout] 240 + fn do_layout_end(&mut self, value: &NodeValue, _ext: &mut E::NodeData, data: &mut Box, current: Rect, flags: DirtyFlags) -> Rect; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/layout.rs:255:107 [INFO] [stdout] | [INFO] [stdout] 255 | fn update_child_data(&mut self, styles: &Styles, nc: &NodeChain, rule: &Rule, data: &mut Box) -> DirtyFlags { [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] 255 - fn update_child_data(&mut self, styles: &Styles, nc: &NodeChain, rule: &Rule, data: &mut Box) -> DirtyFlags { [INFO] [stdout] 255 + fn update_child_data(&mut self, styles: &Styles, nc: &NodeChain, rule: &Rule, data: &mut Box) -> DirtyFlags { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/layout.rs:266:92 [INFO] [stdout] | [INFO] [stdout] 266 | fn reset_unset_child_data(&mut self, used_keys: &FnvHashSet, data: &mut Box) -> DirtyFlags { [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] 266 - fn reset_unset_child_data(&mut self, used_keys: &FnvHashSet, data: &mut Box) -> DirtyFlags { [INFO] [stdout] 266 + fn reset_unset_child_data(&mut self, used_keys: &FnvHashSet, data: &mut Box) -> DirtyFlags { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/layout.rs:284:89 [INFO] [stdout] | [INFO] [stdout] 284 | fn do_layout(&mut self, value: &NodeValue, ext: &mut E::NodeData, data: &mut Box, current: Rect, flags: DirtyFlags) -> Rect { [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] 284 - fn do_layout(&mut self, value: &NodeValue, ext: &mut E::NodeData, data: &mut Box, current: Rect, flags: DirtyFlags) -> Rect { [INFO] [stdout] 284 + fn do_layout(&mut self, value: &NodeValue, ext: &mut E::NodeData, data: &mut Box, current: Rect, flags: DirtyFlags) -> Rect { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/layout.rs:288:93 [INFO] [stdout] | [INFO] [stdout] 288 | fn do_layout_end(&mut self, value: &NodeValue, ext: &mut E::NodeData, data: &mut Box, current: Rect, flags: DirtyFlags) -> Re... [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] 288 - fn do_layout_end(&mut self, value: &NodeValue, ext: &mut E::NodeData, data: &mut Box, current: Rect, flags: DirtyFlags) -> Rect { [INFO] [stdout] 288 + fn do_layout_end(&mut self, value: &NodeValue, ext: &mut E::NodeData, data: &mut Box, current: Rect, flags: DirtyFlags) -> Rect { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/style.rs:5:32 [INFO] [stdout] | [INFO] [stdout] 5 | pub(crate) type SFunc = Box Fn(&mut (Iterator, Error<'a>>> + 'a)) -> Result, Error<'a>> + 'static>; [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] 5 - pub(crate) type SFunc = Box Fn(&mut (Iterator, Error<'a>>> + 'a)) -> Result, Error<'a>> + 'static>; [INFO] [stdout] 5 + pub(crate) type SFunc = Box Fn(&mut (Iterator, Error<'a>>> + 'a)) -> Result, Error<'a>> + 'static>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/style.rs:5:49 [INFO] [stdout] | [INFO] [stdout] 5 | pub(crate) type SFunc = Box Fn(&mut (Iterator, Error<'a>>> + 'a)) -> Result, Error<'a>> + 'static>; [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] 5 - pub(crate) type SFunc = Box Fn(&mut (Iterator, Error<'a>>> + 'a)) -> Result, Error<'a>> + 'static>; [INFO] [stdout] 5 + pub(crate) type SFunc = Box Fn(&mut (dyn Iterator, Error<'a>>> + 'a)) -> Result, Error<'a>> + 'static>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/style.rs:13:54 [INFO] [stdout] | [INFO] [stdout] 13 | pub(crate) layouts: FnvHashMap<&'static str, Box Box>>>, [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] 13 - pub(crate) layouts: FnvHashMap<&'static str, Box Box>>>, [INFO] [stdout] 13 + pub(crate) layouts: FnvHashMap<&'static str, Box Box>>>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/style.rs:13:66 [INFO] [stdout] | [INFO] [stdout] 13 | pub(crate) layouts: FnvHashMap<&'static str, Box Box>>>, [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] 13 - pub(crate) layouts: FnvHashMap<&'static str, Box Box>>>, [INFO] [stdout] 13 + pub(crate) layouts: FnvHashMap<&'static str, Box Box>>>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:413:29 [INFO] [stdout] | [INFO] [stdout] 413 | F: for<'a> Fn(&mut (Iterator>> + 'a)) -> FResult<'a, Value> + 'static, [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] 413 - F: for<'a> Fn(&mut (Iterator>> + 'a)) -> FResult<'a, Value> + 'static, [INFO] [stdout] 413 + F: for<'a> Fn(&mut (dyn Iterator>> + 'a)) -> FResult<'a, Value> + 'static, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/layout.rs:232:107 [INFO] [stdout] | [INFO] [stdout] 232 | fn update_child_data(&mut self, styles: &Styles, nc: &NodeChain, rule: &Rule, data: &mut Box) -> DirtyFlags; [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] 232 - fn update_child_data(&mut self, styles: &Styles, nc: &NodeChain, rule: &Rule, data: &mut Box) -> DirtyFlags; [INFO] [stdout] 232 + fn update_child_data(&mut self, styles: &Styles, nc: &NodeChain, rule: &Rule, data: &mut Box) -> DirtyFlags; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/layout.rs:234:92 [INFO] [stdout] | [INFO] [stdout] 234 | fn reset_unset_child_data(&mut self, used_keys: &FnvHashSet, data: &mut Box) -> DirtyFlags; [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] 234 - fn reset_unset_child_data(&mut self, used_keys: &FnvHashSet, data: &mut Box) -> DirtyFlags; [INFO] [stdout] 234 + fn reset_unset_child_data(&mut self, used_keys: &FnvHashSet, data: &mut Box) -> DirtyFlags; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/layout.rs:239:90 [INFO] [stdout] | [INFO] [stdout] 239 | fn do_layout(&mut self, value: &NodeValue, _ext: &mut E::NodeData, data: &mut Box, current: Rect, flags: DirtyFlags) -> Rect; [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] 239 - fn do_layout(&mut self, value: &NodeValue, _ext: &mut E::NodeData, data: &mut Box, current: Rect, flags: DirtyFlags) -> Rect; [INFO] [stdout] 239 + fn do_layout(&mut self, value: &NodeValue, _ext: &mut E::NodeData, data: &mut Box, current: Rect, flags: DirtyFlags) -> Rect; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/layout.rs:240:94 [INFO] [stdout] | [INFO] [stdout] 240 | fn do_layout_end(&mut self, value: &NodeValue, _ext: &mut E::NodeData, data: &mut Box, current: Rect, flags: DirtyFlags) -> R... [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] 240 - fn do_layout_end(&mut self, value: &NodeValue, _ext: &mut E::NodeData, data: &mut Box, current: Rect, flags: DirtyFlags) -> Rect; [INFO] [stdout] 240 + fn do_layout_end(&mut self, value: &NodeValue, _ext: &mut E::NodeData, data: &mut Box, current: Rect, flags: DirtyFlags) -> Rect; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/layout.rs:255:107 [INFO] [stdout] | [INFO] [stdout] 255 | fn update_child_data(&mut self, styles: &Styles, nc: &NodeChain, rule: &Rule, data: &mut Box) -> DirtyFlags { [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] 255 - fn update_child_data(&mut self, styles: &Styles, nc: &NodeChain, rule: &Rule, data: &mut Box) -> DirtyFlags { [INFO] [stdout] 255 + fn update_child_data(&mut self, styles: &Styles, nc: &NodeChain, rule: &Rule, data: &mut Box) -> DirtyFlags { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/layout.rs:266:92 [INFO] [stdout] | [INFO] [stdout] 266 | fn reset_unset_child_data(&mut self, used_keys: &FnvHashSet, data: &mut Box) -> DirtyFlags { [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] 266 - fn reset_unset_child_data(&mut self, used_keys: &FnvHashSet, data: &mut Box) -> DirtyFlags { [INFO] [stdout] 266 + fn reset_unset_child_data(&mut self, used_keys: &FnvHashSet, data: &mut Box) -> DirtyFlags { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/layout.rs:284:89 [INFO] [stdout] | [INFO] [stdout] 284 | fn do_layout(&mut self, value: &NodeValue, ext: &mut E::NodeData, data: &mut Box, current: Rect, flags: DirtyFlags) -> Rect { [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] 284 - fn do_layout(&mut self, value: &NodeValue, ext: &mut E::NodeData, data: &mut Box, current: Rect, flags: DirtyFlags) -> Rect { [INFO] [stdout] 284 + fn do_layout(&mut self, value: &NodeValue, ext: &mut E::NodeData, data: &mut Box, current: Rect, flags: DirtyFlags) -> Rect { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/layout.rs:288:93 [INFO] [stdout] | [INFO] [stdout] 288 | fn do_layout_end(&mut self, value: &NodeValue, ext: &mut E::NodeData, data: &mut Box, current: Rect, flags: DirtyFlags) -> Re... [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] 288 - fn do_layout_end(&mut self, value: &NodeValue, ext: &mut E::NodeData, data: &mut Box, current: Rect, flags: DirtyFlags) -> Rect { [INFO] [stdout] 288 + fn do_layout_end(&mut self, value: &NodeValue, ext: &mut E::NodeData, data: &mut Box, current: Rect, flags: DirtyFlags) -> Rect { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/tests.rs:135:13 [INFO] [stdout] | [INFO] [stdout] 135 | let mut stdout = std::io::stdout(); [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4.67s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/fungui-1f30f667baa99dd8) [INFO] running `Command { std: "docker" "inspect" "a9eea2233b9c4bff893f2284fd3b1729cb5a6d18cfca372e24e2266dff8adbbe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a9eea2233b9c4bff893f2284fd3b1729cb5a6d18cfca372e24e2266dff8adbbe", kill_on_drop: false }` [INFO] [stdout] a9eea2233b9c4bff893f2284fd3b1729cb5a6d18cfca372e24e2266dff8adbbe [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 93cf506e5a889e56870f9627805058a126b4ef39e65a0a9c83a9791f99a8079a [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" "93cf506e5a889e56870f9627805058a126b4ef39e65a0a9c83a9791f99a8079a", kill_on_drop: false }` [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/style.rs:5:32 [INFO] [stderr] | [INFO] [stderr] 5 | pub(crate) type SFunc = Box Fn(&mut (Iterator, Error<'a>>> + 'a)) -> Result, Error<'a>> + 'static>; [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] 5 - pub(crate) type SFunc = Box Fn(&mut (Iterator, Error<'a>>> + 'a)) -> Result, Error<'a>> + 'static>; [INFO] [stderr] 5 + pub(crate) type SFunc = Box Fn(&mut (Iterator, Error<'a>>> + 'a)) -> Result, Error<'a>> + 'static>; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/style.rs:5:49 [INFO] [stderr] | [INFO] [stderr] 5 | pub(crate) type SFunc = Box Fn(&mut (Iterator, Error<'a>>> + 'a)) -> Result, Error<'a>> + 'static>; [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] 5 - pub(crate) type SFunc = Box Fn(&mut (Iterator, Error<'a>>> + 'a)) -> Result, Error<'a>> + 'static>; [INFO] [stderr] 5 + pub(crate) type SFunc = Box Fn(&mut (dyn Iterator, Error<'a>>> + 'a)) -> Result, Error<'a>> + 'static>; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/style.rs:13:54 [INFO] [stderr] | [INFO] [stderr] 13 | pub(crate) layouts: FnvHashMap<&'static str, Box Box>>>, [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] 13 - pub(crate) layouts: FnvHashMap<&'static str, Box Box>>>, [INFO] [stderr] 13 + pub(crate) layouts: FnvHashMap<&'static str, Box Box>>>, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/style.rs:13:66 [INFO] [stderr] | [INFO] [stderr] 13 | pub(crate) layouts: FnvHashMap<&'static str, Box Box>>>, [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] 13 - pub(crate) layouts: FnvHashMap<&'static str, Box Box>>>, [INFO] [stderr] 13 + pub(crate) layouts: FnvHashMap<&'static str, Box Box>>>, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:413:29 [INFO] [stderr] | [INFO] [stderr] 413 | F: for<'a> Fn(&mut (Iterator>> + 'a)) -> FResult<'a, Value> + 'static, [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] 413 - F: for<'a> Fn(&mut (Iterator>> + 'a)) -> FResult<'a, Value> + 'static, [INFO] [stderr] 413 + F: for<'a> Fn(&mut (dyn Iterator>> + 'a)) -> FResult<'a, Value> + 'static, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/layout.rs:232:107 [INFO] [stderr] | [INFO] [stderr] 232 | fn update_child_data(&mut self, styles: &Styles, nc: &NodeChain, rule: &Rule, data: &mut Box) -> DirtyFlags; [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] 232 - fn update_child_data(&mut self, styles: &Styles, nc: &NodeChain, rule: &Rule, data: &mut Box) -> DirtyFlags; [INFO] [stderr] 232 + fn update_child_data(&mut self, styles: &Styles, nc: &NodeChain, rule: &Rule, data: &mut Box) -> DirtyFlags; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/layout.rs:234:92 [INFO] [stderr] | [INFO] [stderr] 234 | fn reset_unset_child_data(&mut self, used_keys: &FnvHashSet, data: &mut Box) -> DirtyFlags; [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] 234 - fn reset_unset_child_data(&mut self, used_keys: &FnvHashSet, data: &mut Box) -> DirtyFlags; [INFO] [stderr] 234 + fn reset_unset_child_data(&mut self, used_keys: &FnvHashSet, data: &mut Box) -> DirtyFlags; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/layout.rs:239:90 [INFO] [stderr] | [INFO] [stderr] 239 | fn do_layout(&mut self, value: &NodeValue, _ext: &mut E::NodeData, data: &mut Box, current: Rect, flags: DirtyFlags) -> Rect; [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] 239 - fn do_layout(&mut self, value: &NodeValue, _ext: &mut E::NodeData, data: &mut Box, current: Rect, flags: DirtyFlags) -> Rect; [INFO] [stderr] 239 + fn do_layout(&mut self, value: &NodeValue, _ext: &mut E::NodeData, data: &mut Box, current: Rect, flags: DirtyFlags) -> Rect; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/layout.rs:240:94 [INFO] [stderr] | [INFO] [stderr] 240 | fn do_layout_end(&mut self, value: &NodeValue, _ext: &mut E::NodeData, data: &mut Box, current: Rect, flags: DirtyFlags) -> R... [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] 240 - fn do_layout_end(&mut self, value: &NodeValue, _ext: &mut E::NodeData, data: &mut Box, current: Rect, flags: DirtyFlags) -> Rect; [INFO] [stderr] 240 + fn do_layout_end(&mut self, value: &NodeValue, _ext: &mut E::NodeData, data: &mut Box, current: Rect, flags: DirtyFlags) -> Rect; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/layout.rs:255:107 [INFO] [stderr] | [INFO] [stderr] 255 | fn update_child_data(&mut self, styles: &Styles, nc: &NodeChain, rule: &Rule, data: &mut Box) -> DirtyFlags { [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] 255 - fn update_child_data(&mut self, styles: &Styles, nc: &NodeChain, rule: &Rule, data: &mut Box) -> DirtyFlags { [INFO] [stderr] 255 + fn update_child_data(&mut self, styles: &Styles, nc: &NodeChain, rule: &Rule, data: &mut Box) -> DirtyFlags { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/layout.rs:266:92 [INFO] [stderr] | [INFO] [stderr] 266 | fn reset_unset_child_data(&mut self, used_keys: &FnvHashSet, data: &mut Box) -> DirtyFlags { [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] 266 - fn reset_unset_child_data(&mut self, used_keys: &FnvHashSet, data: &mut Box) -> DirtyFlags { [INFO] [stderr] 266 + fn reset_unset_child_data(&mut self, used_keys: &FnvHashSet, data: &mut Box) -> DirtyFlags { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/layout.rs:284:89 [INFO] [stderr] | [INFO] [stderr] 284 | fn do_layout(&mut self, value: &NodeValue, ext: &mut E::NodeData, data: &mut Box, current: Rect, flags: DirtyFlags) -> Rect { [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] 284 - fn do_layout(&mut self, value: &NodeValue, ext: &mut E::NodeData, data: &mut Box, current: Rect, flags: DirtyFlags) -> Rect { [INFO] [stderr] 284 + fn do_layout(&mut self, value: &NodeValue, ext: &mut E::NodeData, data: &mut Box, current: Rect, flags: DirtyFlags) -> Rect { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/layout.rs:288:93 [INFO] [stderr] | [INFO] [stderr] 288 | fn do_layout_end(&mut self, value: &NodeValue, ext: &mut E::NodeData, data: &mut Box, current: Rect, flags: DirtyFlags) -> Re... [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] 288 - fn do_layout_end(&mut self, value: &NodeValue, ext: &mut E::NodeData, data: &mut Box, current: Rect, flags: DirtyFlags) -> Rect { [INFO] [stderr] 288 + fn do_layout_end(&mut self, value: &NodeValue, ext: &mut E::NodeData, data: &mut Box, current: Rect, flags: DirtyFlags) -> Rect { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/tests.rs:135:13 [INFO] [stderr] | [INFO] [stderr] 135 | let mut stdout = std::io::stdout(); [INFO] [stderr] | ----^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `fungui` (lib) generated 13 warnings [INFO] [stderr] warning: `fungui` (lib test) generated 14 warnings (13 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/fungui-1f30f667baa99dd8) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test macros::test_query_macro ... ok [INFO] [stdout] test tests::test ... ok [INFO] [stdout] test query::test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests fungui [INFO] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test src/layout.rs - layout::LayoutEngine (line 10) ... ignored [INFO] [stdout] test src/layout.rs - layout::LayoutEngine::style_properties (line 40) ... ignored [INFO] [stdout] test src/layout.rs - layout::LayoutEngine::update_child_data (line 88) ... ignored [INFO] [stdout] test src/layout.rs - layout::LayoutEngine::update_data (line 64) ... ignored [INFO] [stdout] test src/lib.rs - (line 142) ... ignored [INFO] [stdout] test src/lib.rs - Extension::style_properties (line 289) ... ignored [INFO] [stdout] test src/lib.rs - Extension::update_data (line 310) ... ignored [INFO] [stdout] test src/lib.rs - eval (line 575) ... ignored [INFO] [stdout] test src/macros.rs - macros::node (line 29) ... FAILED [INFO] [stdout] test src/macros.rs - macros::query (line 158) ... FAILED [INFO] [stdout] test src/macros.rs - macros::node (line 14) ... FAILED [INFO] [stdout] test src/lib.rs - (line 90) ... ok [INFO] [stdout] test src/lib.rs - (line 29) ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/macros.rs - macros::node (line 29) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: could not find `tests` in `fungui` [INFO] [stdout] --> src/macros.rs:32:30 [INFO] [stdout] | [INFO] [stdout] 4 | let _ : fungui::Node = [INFO] [stdout] | ^^^^^ could not find `tests` in `fungui` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/macros.rs - macros::query (line 158) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: could not find `tests` in `fungui` [INFO] [stdout] --> src/macros.rs:162:25 [INFO] [stdout] | [INFO] [stdout] 5 | let node : Node = [INFO] [stdout] | ^^^^^ could not find `tests` in `fungui` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/macros.rs - macros::node (line 14) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: could not find `tests` in `fungui` [INFO] [stdout] --> src/macros.rs:17:30 [INFO] [stdout] | [INFO] [stdout] 4 | let _ : fungui::Node = [INFO] [stdout] | ^^^^^ could not find `tests` in `fungui` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/macros.rs - macros::node (line 14) [INFO] [stdout] src/macros.rs - macros::node (line 29) [INFO] [stdout] src/macros.rs - macros::query (line 158) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 2 passed; 3 failed; 8 ignored; 0 measured; 0 filtered out; finished in 2.77s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `Command { std: "docker" "inspect" "93cf506e5a889e56870f9627805058a126b4ef39e65a0a9c83a9791f99a8079a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "93cf506e5a889e56870f9627805058a126b4ef39e65a0a9c83a9791f99a8079a", kill_on_drop: false }` [INFO] [stdout] 93cf506e5a889e56870f9627805058a126b4ef39e65a0a9c83a9791f99a8079a