[INFO] fetching crate kas 0.6.0... [INFO] checking kas-0.6.0 against master#3aedcf06b73fc36feeebca3d579e1d2a6c40acc5 for pr-65819 [INFO] extracting crate kas 0.6.0 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate kas 0.6.0 on toolchain 3aedcf06b73fc36feeebca3d579e1d2a6c40acc5 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate kas 0.6.0 [INFO] finished tweaking crates.io crate kas 0.6.0 [INFO] tweaked toml for crates.io crate kas 0.6.0 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "rustops/crates-build-env@sha256:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 23432b8331ca8f99d0ccec67d8ddf79f21bab179b10f1d1fe927f1acb5e72f83 [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" "23432b8331ca8f99d0ccec67d8ddf79f21bab179b10f1d1fe927f1acb5e72f83", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "23432b8331ca8f99d0ccec67d8ddf79f21bab179b10f1d1fe927f1acb5e72f83", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "23432b8331ca8f99d0ccec67d8ddf79f21bab179b10f1d1fe927f1acb5e72f83", kill_on_drop: false }` [INFO] [stdout] 23432b8331ca8f99d0ccec67d8ddf79f21bab179b10f1d1fe927f1acb5e72f83 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "rustops/crates-build-env@sha256:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3429e836b931d771d1d0fd7d4b044070e0db6b8cfe416b956cca98cbd62928b4 [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" "3429e836b931d771d1d0fd7d4b044070e0db6b8cfe416b956cca98cbd62928b4", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.69 [INFO] [stderr] Checking ttf-parser v0.12.0 [INFO] [stderr] Checking linear-map v1.2.0 [INFO] [stderr] Compiling kas-macros v0.6.0 [INFO] [stderr] Compiling thiserror-impl v1.0.24 [INFO] [stderr] Checking thiserror v1.0.24 [INFO] [stderr] Checking kas-text v0.2.1 [INFO] [stderr] Checking kas v0.6.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/window.rs:18:3 [INFO] [stdout] | [INFO] [stdout] 18 | #[handler(send=noauto, generics = <> where W: Widget)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 19 | #[derive(Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(legacy_derive_helpers)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/stack.rs:33:3 [INFO] [stdout] | [INFO] [stdout] 33 | #[handler(send=noauto, msg=::Msg)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 34 | #[widget(children=noauto)] [INFO] [stdout] 35 | #[derive(Clone, Default, Debug, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/splitter.rs:72:3 [INFO] [stdout] | [INFO] [stdout] 72 | #[handler(send=noauto, msg=::Msg)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 73 | #[widget(children=noauto)] [INFO] [stdout] 74 | #[derive(Clone, Default, Debug, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/slider.rs:84:3 [INFO] [stdout] | [INFO] [stdout] 84 | #[handler(send=noauto, msg = T)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 85 | #[widget(config(key_nav = true))] [INFO] [stdout] 86 | #[derive(Clone, Debug, Default, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/separator.rs:18:3 [INFO] [stdout] | [INFO] [stdout] 18 | #[handler(msg=M)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 19 | #[derive(Clone, Debug, Default, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/scrollbar.rs:17:3 [INFO] [stdout] | [INFO] [stdout] 17 | #[handler(send=noauto, msg = u32)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 18 | #[derive(Clone, Debug, Default, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/scroll.rs:25:3 [INFO] [stdout] | [INFO] [stdout] 25 | #[widget(config=noauto)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 26 | #[handler(send=noauto, msg = ::Msg)] [INFO] [stdout] 27 | #[derive(Clone, Debug, Default, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/radiobox.rs:184:3 [INFO] [stdout] | [INFO] [stdout] 184 | #[layout(row, area=radiobox)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 187 | #[derive(Clone, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/radiobox.rs:18:3 [INFO] [stdout] | [INFO] [stdout] 18 | #[handler(handle=noauto)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 19 | #[widget(config=noauto)] [INFO] [stdout] 20 | #[derive(Clone, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/menu/submenu.rs:16:3 [INFO] [stdout] | [INFO] [stdout] 16 | #[widget(config=noauto)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 17 | #[handler(noauto)] [INFO] [stdout] 18 | #[derive(Clone, Debug, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/menu/menubar.rs:21:3 [INFO] [stdout] | [INFO] [stdout] 21 | #[handler(noauto)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 22 | #[derive(Clone, Debug, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/menu/menu_frame.rs:11:3 [INFO] [stdout] | [INFO] [stdout] 11 | #[handler(msg = ::Msg)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 12 | #[derive(Clone, Debug, Default, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/menu/menu_entry.rs:110:3 [INFO] [stdout] | [INFO] [stdout] 110 | #[handler(msg = M, generics = <> where M: From)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 111 | #[widget(config=noauto)] [INFO] [stdout] 112 | #[derive(Clone, Default, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/menu/menu_entry.rs:18:3 [INFO] [stdout] | [INFO] [stdout] 18 | #[widget(config=noauto)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 19 | #[handler(handle=noauto)] [INFO] [stdout] 20 | #[derive(Clone, Debug, Default, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/list.rs:88:3 [INFO] [stdout] | [INFO] [stdout] 88 | #[handler(send=noauto, msg=::Msg)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 89 | #[widget(children=noauto)] [INFO] [stdout] 90 | #[derive(Clone, Default, Debug, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/frame.rs:14:3 [INFO] [stdout] | [INFO] [stdout] 14 | #[handler(msg = ::Msg)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 15 | #[derive(Clone, Debug, Default, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/editbox.rs:151:3 [INFO] [stdout] | [INFO] [stdout] 151 | #[widget(config(key_nav = true, cursor_icon = event::CursorIcon::Text))] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 152 | #[handler(handle=noauto, generics = <> where G: EditGuard)] [INFO] [stdout] 153 | #[derive(Clone, Default, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/drag.rs:28:3 [INFO] [stdout] | [INFO] [stdout] 28 | #[handler(handle=noauto)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 29 | #[derive(Clone, Debug, Default, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/dialog.rs:23:3 [INFO] [stdout] | [INFO] [stdout] 23 | #[layout(column)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 24 | #[widget(config=noauto)] [INFO] [stdout] 25 | #[derive(Clone, Debug, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/combobox.rs:372:3 [INFO] [stdout] | [INFO] [stdout] 372 | #[layout(single)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 373 | #[handler(msg=u64)] [INFO] [stdout] 374 | #[derive(Clone, Debug, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/combobox.rs:18:3 [INFO] [stdout] | [INFO] [stdout] 18 | #[widget(config(key_nav = true))] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 19 | #[handler(noauto)] [INFO] [stdout] 20 | #[derive(Clone, Debug, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/checkbox.rs:146:3 [INFO] [stdout] | [INFO] [stdout] 146 | #[layout(row, area=checkbox)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 149 | #[derive(Clone, Default, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/checkbox.rs:15:3 [INFO] [stdout] | [INFO] [stdout] 15 | #[widget(config(key_nav = true))] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 16 | #[handler(handle=noauto)] [INFO] [stdout] 17 | #[derive(Clone, Default, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/button.rs:15:3 [INFO] [stdout] | [INFO] [stdout] 15 | #[handler(handle=noauto)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 16 | #[widget(config=noauto)] [INFO] [stdout] 17 | #[derive(Clone, Debug, Default, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/button.rs:16:3 [INFO] [stdout] | [INFO] [stdout] 16 | #[widget(config=noauto)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 17 | #[derive(Clone, Debug, Default, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/checkbox.rs:147:3 [INFO] [stdout] | [INFO] [stdout] 147 | #[handler(msg = M, generics = <> where M: From)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 148 | #[widget(config=noauto)] [INFO] [stdout] 149 | #[derive(Clone, Default, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/checkbox.rs:148:3 [INFO] [stdout] | [INFO] [stdout] 148 | #[widget(config=noauto)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 149 | #[derive(Clone, Default, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/checkbox.rs:16:3 [INFO] [stdout] | [INFO] [stdout] 16 | #[handler(handle=noauto)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 17 | #[derive(Clone, Default, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/combobox.rs:373:3 [INFO] [stdout] | [INFO] [stdout] 373 | #[handler(msg=u64)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 374 | #[derive(Clone, Debug, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/combobox.rs:19:3 [INFO] [stdout] | [INFO] [stdout] 19 | #[handler(noauto)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 20 | #[derive(Clone, Debug, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/dialog.rs:24:3 [INFO] [stdout] | [INFO] [stdout] 24 | #[widget(config=noauto)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 25 | #[derive(Clone, Debug, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/editbox.rs:152:3 [INFO] [stdout] | [INFO] [stdout] 152 | #[handler(handle=noauto, generics = <> where G: EditGuard)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 153 | #[derive(Clone, Default, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/list.rs:89:3 [INFO] [stdout] | [INFO] [stdout] 89 | #[widget(children=noauto)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 90 | #[derive(Clone, Default, Debug, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/menu/menu_entry.rs:111:3 [INFO] [stdout] | [INFO] [stdout] 111 | #[widget(config=noauto)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 112 | #[derive(Clone, Default, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/menu/menu_entry.rs:19:3 [INFO] [stdout] | [INFO] [stdout] 19 | #[handler(handle=noauto)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 20 | #[derive(Clone, Debug, Default, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/menu/submenu.rs:17:3 [INFO] [stdout] | [INFO] [stdout] 17 | #[handler(noauto)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 18 | #[derive(Clone, Debug, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/radiobox.rs:185:3 [INFO] [stdout] | [INFO] [stdout] 185 | #[handler(msg = M, generics = <> where M: From)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 186 | #[widget(config=noauto)] [INFO] [stdout] 187 | #[derive(Clone, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/radiobox.rs:186:3 [INFO] [stdout] | [INFO] [stdout] 186 | #[widget(config=noauto)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 187 | #[derive(Clone, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/radiobox.rs:19:3 [INFO] [stdout] | [INFO] [stdout] 19 | #[widget(config=noauto)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 20 | #[derive(Clone, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/scroll.rs:26:3 [INFO] [stdout] | [INFO] [stdout] 26 | #[handler(send=noauto, msg = ::Msg)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 27 | #[derive(Clone, Debug, Default, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/slider.rs:85:3 [INFO] [stdout] | [INFO] [stdout] 85 | #[widget(config(key_nav = true))] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 86 | #[derive(Clone, Debug, Default, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/splitter.rs:73:3 [INFO] [stdout] | [INFO] [stdout] 73 | #[widget(children=noauto)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 74 | #[derive(Clone, Default, Debug, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/stack.rs:34:3 [INFO] [stdout] | [INFO] [stdout] 34 | #[widget(children=noauto)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 35 | #[derive(Clone, Default, Debug, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/window.rs:18:3 [INFO] [stdout] | [INFO] [stdout] 18 | #[handler(send=noauto, generics = <> where W: Widget)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 19 | #[derive(Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(legacy_derive_helpers)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/stack.rs:33:3 [INFO] [stdout] | [INFO] [stdout] 33 | #[handler(send=noauto, msg=::Msg)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 34 | #[widget(children=noauto)] [INFO] [stdout] 35 | #[derive(Clone, Default, Debug, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/splitter.rs:72:3 [INFO] [stdout] | [INFO] [stdout] 72 | #[handler(send=noauto, msg=::Msg)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 73 | #[widget(children=noauto)] [INFO] [stdout] 74 | #[derive(Clone, Default, Debug, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/slider.rs:84:3 [INFO] [stdout] | [INFO] [stdout] 84 | #[handler(send=noauto, msg = T)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 85 | #[widget(config(key_nav = true))] [INFO] [stdout] 86 | #[derive(Clone, Debug, Default, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/separator.rs:18:3 [INFO] [stdout] | [INFO] [stdout] 18 | #[handler(msg=M)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 19 | #[derive(Clone, Debug, Default, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/scrollbar.rs:17:3 [INFO] [stdout] | [INFO] [stdout] 17 | #[handler(send=noauto, msg = u32)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 18 | #[derive(Clone, Debug, Default, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/scroll.rs:25:3 [INFO] [stdout] | [INFO] [stdout] 25 | #[widget(config=noauto)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 26 | #[handler(send=noauto, msg = ::Msg)] [INFO] [stdout] 27 | #[derive(Clone, Debug, Default, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/radiobox.rs:184:3 [INFO] [stdout] | [INFO] [stdout] 184 | #[layout(row, area=radiobox)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 187 | #[derive(Clone, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/radiobox.rs:18:3 [INFO] [stdout] | [INFO] [stdout] 18 | #[handler(handle=noauto)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 19 | #[widget(config=noauto)] [INFO] [stdout] 20 | #[derive(Clone, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/menu/submenu.rs:16:3 [INFO] [stdout] | [INFO] [stdout] 16 | #[widget(config=noauto)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 17 | #[handler(noauto)] [INFO] [stdout] 18 | #[derive(Clone, Debug, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/menu/menubar.rs:21:3 [INFO] [stdout] | [INFO] [stdout] 21 | #[handler(noauto)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 22 | #[derive(Clone, Debug, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/menu/menu_frame.rs:11:3 [INFO] [stdout] | [INFO] [stdout] 11 | #[handler(msg = ::Msg)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 12 | #[derive(Clone, Debug, Default, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/menu/menu_entry.rs:110:3 [INFO] [stdout] | [INFO] [stdout] 110 | #[handler(msg = M, generics = <> where M: From)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 111 | #[widget(config=noauto)] [INFO] [stdout] 112 | #[derive(Clone, Default, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/menu/menu_entry.rs:18:3 [INFO] [stdout] | [INFO] [stdout] 18 | #[widget(config=noauto)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 19 | #[handler(handle=noauto)] [INFO] [stdout] 20 | #[derive(Clone, Debug, Default, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/list.rs:88:3 [INFO] [stdout] | [INFO] [stdout] 88 | #[handler(send=noauto, msg=::Msg)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 89 | #[widget(children=noauto)] [INFO] [stdout] 90 | #[derive(Clone, Default, Debug, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/frame.rs:14:3 [INFO] [stdout] | [INFO] [stdout] 14 | #[handler(msg = ::Msg)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 15 | #[derive(Clone, Debug, Default, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/editbox.rs:151:3 [INFO] [stdout] | [INFO] [stdout] 151 | #[widget(config(key_nav = true, cursor_icon = event::CursorIcon::Text))] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 152 | #[handler(handle=noauto, generics = <> where G: EditGuard)] [INFO] [stdout] 153 | #[derive(Clone, Default, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/drag.rs:28:3 [INFO] [stdout] | [INFO] [stdout] 28 | #[handler(handle=noauto)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 29 | #[derive(Clone, Debug, Default, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/dialog.rs:23:3 [INFO] [stdout] | [INFO] [stdout] 23 | #[layout(column)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 24 | #[widget(config=noauto)] [INFO] [stdout] 25 | #[derive(Clone, Debug, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/combobox.rs:372:3 [INFO] [stdout] | [INFO] [stdout] 372 | #[layout(single)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 373 | #[handler(msg=u64)] [INFO] [stdout] 374 | #[derive(Clone, Debug, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/combobox.rs:18:3 [INFO] [stdout] | [INFO] [stdout] 18 | #[widget(config(key_nav = true))] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 19 | #[handler(noauto)] [INFO] [stdout] 20 | #[derive(Clone, Debug, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/checkbox.rs:146:3 [INFO] [stdout] | [INFO] [stdout] 146 | #[layout(row, area=checkbox)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 149 | #[derive(Clone, Default, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/checkbox.rs:15:3 [INFO] [stdout] | [INFO] [stdout] 15 | #[widget(config(key_nav = true))] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 16 | #[handler(handle=noauto)] [INFO] [stdout] 17 | #[derive(Clone, Default, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/button.rs:15:3 [INFO] [stdout] | [INFO] [stdout] 15 | #[handler(handle=noauto)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 16 | #[widget(config=noauto)] [INFO] [stdout] 17 | #[derive(Clone, Debug, Default, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/button.rs:16:3 [INFO] [stdout] | [INFO] [stdout] 16 | #[widget(config=noauto)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 17 | #[derive(Clone, Debug, Default, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/checkbox.rs:147:3 [INFO] [stdout] | [INFO] [stdout] 147 | #[handler(msg = M, generics = <> where M: From)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 148 | #[widget(config=noauto)] [INFO] [stdout] 149 | #[derive(Clone, Default, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/checkbox.rs:148:3 [INFO] [stdout] | [INFO] [stdout] 148 | #[widget(config=noauto)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 149 | #[derive(Clone, Default, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/checkbox.rs:16:3 [INFO] [stdout] | [INFO] [stdout] 16 | #[handler(handle=noauto)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 17 | #[derive(Clone, Default, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/combobox.rs:373:3 [INFO] [stdout] | [INFO] [stdout] 373 | #[handler(msg=u64)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 374 | #[derive(Clone, Debug, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/combobox.rs:19:3 [INFO] [stdout] | [INFO] [stdout] 19 | #[handler(noauto)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 20 | #[derive(Clone, Debug, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/dialog.rs:24:3 [INFO] [stdout] | [INFO] [stdout] 24 | #[widget(config=noauto)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 25 | #[derive(Clone, Debug, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/editbox.rs:152:3 [INFO] [stdout] | [INFO] [stdout] 152 | #[handler(handle=noauto, generics = <> where G: EditGuard)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 153 | #[derive(Clone, Default, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/list.rs:89:3 [INFO] [stdout] | [INFO] [stdout] 89 | #[widget(children=noauto)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 90 | #[derive(Clone, Default, Debug, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/menu/menu_entry.rs:111:3 [INFO] [stdout] | [INFO] [stdout] 111 | #[widget(config=noauto)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 112 | #[derive(Clone, Default, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/menu/menu_entry.rs:19:3 [INFO] [stdout] | [INFO] [stdout] 19 | #[handler(handle=noauto)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 20 | #[derive(Clone, Debug, Default, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/menu/submenu.rs:17:3 [INFO] [stdout] | [INFO] [stdout] 17 | #[handler(noauto)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 18 | #[derive(Clone, Debug, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/radiobox.rs:185:3 [INFO] [stdout] | [INFO] [stdout] 185 | #[handler(msg = M, generics = <> where M: From)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 186 | #[widget(config=noauto)] [INFO] [stdout] 187 | #[derive(Clone, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/radiobox.rs:186:3 [INFO] [stdout] | [INFO] [stdout] 186 | #[widget(config=noauto)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 187 | #[derive(Clone, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/radiobox.rs:19:3 [INFO] [stdout] | [INFO] [stdout] 19 | #[widget(config=noauto)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 20 | #[derive(Clone, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/scroll.rs:26:3 [INFO] [stdout] | [INFO] [stdout] 26 | #[handler(send=noauto, msg = ::Msg)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 27 | #[derive(Clone, Debug, Default, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/slider.rs:85:3 [INFO] [stdout] | [INFO] [stdout] 85 | #[widget(config(key_nav = true))] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 86 | #[derive(Clone, Debug, Default, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/splitter.rs:73:3 [INFO] [stdout] | [INFO] [stdout] 73 | #[widget(children=noauto)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 74 | #[derive(Clone, Default, Debug, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/widget/stack.rs:34:3 [INFO] [stdout] | [INFO] [stdout] 34 | #[widget(children=noauto)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 35 | #[derive(Clone, Default, Debug, Widget)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/traits/widget.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | Any::is::(self.as_any()) [INFO] [stdout] | ^^^ help: use `dyn`: `` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/traits/widget.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | Any::downcast_ref::(self.as_any()) [INFO] [stdout] | ^^^ help: use `dyn`: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/traits/widget.rs:33:9 [INFO] [stdout] | [INFO] [stdout] 33 | Any::downcast_mut::(self.as_any_mut()) [INFO] [stdout] | ^^^ help: use `dyn`: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/traits/widget.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | Any::is::(self.as_any()) [INFO] [stdout] | ^^^ help: use `dyn`: `` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/traits/widget.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | Any::downcast_ref::(self.as_any()) [INFO] [stdout] | ^^^ help: use `dyn`: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/traits/widget.rs:33:9 [INFO] [stdout] | [INFO] [stdout] 33 | Any::downcast_mut::(self.as_any_mut()) [INFO] [stdout] | ^^^ help: use `dyn`: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicU32::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/event/update.rs:32:22 [INFO] [stdout] | [INFO] [stdout] 32 | if COUNT.compare_and_swap(c, h, Ordering::Relaxed) == c { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicU32::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/event/update.rs:32:22 [INFO] [stdout] | [INFO] [stdout] 32 | if COUNT.compare_and_swap(c, h, Ordering::Relaxed) == c { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 47 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 47 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 25.20s [INFO] running `Command { std: "docker" "inspect" "3429e836b931d771d1d0fd7d4b044070e0db6b8cfe416b956cca98cbd62928b4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3429e836b931d771d1d0fd7d4b044070e0db6b8cfe416b956cca98cbd62928b4", kill_on_drop: false }` [INFO] [stdout] 3429e836b931d771d1d0fd7d4b044070e0db6b8cfe416b956cca98cbd62928b4