[INFO] fetching crate r3bl_tui 0.3.10... [INFO] checking r3bl_tui-0.3.10 against master#8424f8e8cdf07010967a57584fd647b30e930d4d for pr-120095 [INFO] extracting crate r3bl_tui 0.3.10 into /workspace/builds/worker-3-tc1/source [INFO] validating manifest of crates.io crate r3bl_tui 0.3.10 on toolchain 8424f8e8cdf07010967a57584fd647b30e930d4d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8424f8e8cdf07010967a57584fd647b30e930d4d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-3-tc1/source/rust-toolchain.toml [INFO] started tweaking crates.io crate r3bl_tui 0.3.10 [INFO] finished tweaking crates.io crate r3bl_tui 0.3.10 [INFO] tweaked toml for crates.io crate r3bl_tui 0.3.10 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] crate crates.io crate r3bl_tui 0.3.10 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8424f8e8cdf07010967a57584fd647b30e930d4d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded r3bl_redux v0.2.6 [INFO] [stderr] Downloaded r3bl_rs_utils_macro v0.9.7 [INFO] [stderr] Downloaded csscolorparser v0.6.2 [INFO] [stderr] Downloaded copypasta-ext v0.4.4 [INFO] [stderr] Downloaded r3bl_simple_logger v0.1.3 [INFO] [stderr] Downloaded colorgrad v0.6.2 [INFO] [stderr] Downloaded reedline v0.25.0 [INFO] [stderr] Downloaded r3bl_rs_utils_core v0.9.9 [INFO] [stderr] Downloaded r3bl_ansi_color v0.6.9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+8424f8e8cdf07010967a57584fd647b30e930d4d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3abf15a32346f160845b3a62a38f14082e711b2876720362f98f36c106f704e1 [INFO] running `Command { std: "docker" "start" "-a" "3abf15a32346f160845b3a62a38f14082e711b2876720362f98f36c106f704e1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3abf15a32346f160845b3a62a38f14082e711b2876720362f98f36c106f704e1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3abf15a32346f160845b3a62a38f14082e711b2876720362f98f36c106f704e1", kill_on_drop: false }` [INFO] [stdout] 3abf15a32346f160845b3a62a38f14082e711b2876720362f98f36c106f704e1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+8424f8e8cdf07010967a57584fd647b30e930d4d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ece4fd4440d7738c131a554223e4e4a75b6493cd4dda41f6a576e3b8f314bb66 [INFO] running `Command { std: "docker" "start" "-a" "ece4fd4440d7738c131a554223e4e4a75b6493cd4dda41f6a576e3b8f314bb66", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.149 [INFO] [stderr] Compiling serde v1.0.190 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Compiling futures-core v0.3.29 [INFO] [stderr] Compiling smallvec v1.11.1 [INFO] [stderr] Compiling lock_api v0.4.11 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling time-core v0.1.2 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling syn v2.0.38 [INFO] [stderr] Compiling wayland-scanner v0.29.5 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling rustix v0.38.21 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling wayland-sys v0.29.5 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling time-macros v0.2.15 [INFO] [stderr] Checking linux-raw-sys v0.4.10 [INFO] [stderr] Compiling proc-macro-utils v0.8.0 [INFO] [stderr] Compiling interpolator v0.5.0 [INFO] [stderr] Compiling serde_json v1.0.107 [INFO] [stderr] Compiling collection_literals v1.0.1 [INFO] [stderr] Checking nix v0.24.3 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Compiling powerfmt v0.2.0 [INFO] [stderr] Compiling futures-channel v0.3.29 [INFO] [stderr] Compiling bitflags v2.4.1 [INFO] [stderr] Checking signal-hook-registry v1.4.1 [INFO] [stderr] Compiling futures-util v0.3.29 [INFO] [stderr] Compiling deranged v0.3.9 [INFO] [stderr] Checking futures-sink v0.3.29 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Checking mio v0.8.9 [INFO] [stderr] Compiling safemem v0.3.3 [INFO] [stderr] Compiling siphasher v0.3.11 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Compiling getrandom v0.2.10 [INFO] [stderr] Compiling async-trait v0.1.74 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling signal-hook v0.3.17 [INFO] [stderr] Compiling wayland-client v0.29.5 [INFO] [stderr] Compiling wayland-protocols v0.29.5 [INFO] [stderr] Compiling phf_shared v0.11.2 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling line-wrap v0.1.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling smithay-client-toolkit v0.16.1 [INFO] [stderr] Compiling pin-project-lite v0.2.13 [INFO] [stderr] Compiling base64 v0.21.5 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling is_ci v1.1.1 [INFO] [stderr] Compiling linked-hash-map v0.5.6 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling walkdir v2.4.0 [INFO] [stderr] Checking signal-hook-mio v0.2.3 [INFO] [stderr] Compiling flate2 v1.0.28 [INFO] [stderr] Compiling is-terminal v0.4.9 [INFO] [stderr] Compiling r3bl_ansi_color v0.6.9 [INFO] [stderr] Compiling socket2 v0.5.5 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling time v0.3.30 [INFO] [stderr] Checking xcursor v0.3.4 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Checking gethostname v0.2.3 [INFO] [stderr] Checking memmap2 v0.5.10 [INFO] [stderr] Compiling futures-task v0.3.29 [INFO] [stderr] Checking quick-xml v0.30.0 [INFO] [stderr] Compiling phf_generator v0.11.2 [INFO] [stderr] Checking either v1.9.0 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling termcolor v1.3.0 [INFO] [stderr] Checking iana-time-zone v0.1.58 [INFO] [stderr] Compiling onig_sys v69.8.1 [INFO] [stderr] Compiling bytes v1.5.0 [INFO] [stderr] Compiling diff v0.1.13 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling regex-syntax v0.7.5 [INFO] [stderr] Checking chrono v0.4.31 [INFO] [stderr] Compiling pretty_assertions v1.4.0 [INFO] [stderr] Compiling crossterm v0.27.0 [INFO] [stderr] Compiling unicode-width v0.1.11 [INFO] [stderr] Checking unicode-segmentation v1.10.1 [INFO] [stderr] Checking yansi v0.5.1 [INFO] [stderr] Compiling copypasta-ext v0.4.4 [INFO] [stderr] Checking wayland-commons v0.29.5 [INFO] [stderr] Checking x11rb-protocol v0.10.0 [INFO] [stderr] Compiling r3bl_simple_logger v0.1.3 [INFO] [stderr] Checking vte v0.11.1 [INFO] [stderr] Checking strum v0.25.0 [INFO] [stderr] Checking hashbrown v0.14.2 [INFO] [stderr] Checking itertools v0.10.5 [INFO] [stderr] Checking nu-ansi-term v0.49.0 [INFO] [stderr] Checking unicode-linebreak v0.1.5 [INFO] [stderr] Checking smawk v0.3.2 [INFO] [stderr] Checking dashmap v5.5.3 [INFO] [stderr] Checking textwrap v0.16.0 [INFO] [stderr] Checking strip-ansi-escapes v0.2.0 [INFO] [stderr] Checking wayland-cursor v0.29.5 [INFO] [stderr] Compiling serde_derive v1.0.190 [INFO] [stderr] Compiling derive-where v1.2.5 [INFO] [stderr] Compiling thiserror-impl v1.0.50 [INFO] [stderr] Compiling futures-macro v0.3.29 [INFO] [stderr] Compiling tokio-macros v2.1.0 [INFO] [stderr] Compiling phf_macros v0.11.2 [INFO] [stderr] Compiling strum_macros v0.25.3 [INFO] [stderr] Compiling serial_test_derive v2.0.0 [INFO] [stderr] Compiling tokio v1.33.0 [INFO] [stderr] Checking phf v0.11.2 [INFO] [stderr] Checking csscolorparser v0.6.2 [INFO] [stderr] Checking colorgrad v0.6.2 [INFO] [stderr] Checking thiserror v1.0.50 [INFO] [stderr] Compiling quote-use-macros v0.7.2 [INFO] [stderr] Compiling quote-use v0.7.2 [INFO] [stderr] Compiling attribute-derive-macro v0.6.1 [INFO] [stderr] Compiling onig v6.4.0 [INFO] [stderr] Compiling attribute-derive v0.6.1 [INFO] [stderr] Checking futures-executor v0.3.29 [INFO] [stderr] Compiling get-size-derive v0.1.3 [INFO] [stderr] Checking futures v0.3.29 [INFO] [stderr] Checking serial_test v2.0.0 [INFO] [stderr] Compiling get-size v0.1.4 [INFO] [stderr] Checking x11rb v0.10.1 [INFO] [stderr] Checking x11-clipboard v0.7.1 [INFO] [stderr] Checking bincode v1.3.3 [INFO] [stderr] Checking plist v1.5.1 [INFO] [stderr] Checking syntect v5.1.0 [INFO] [stderr] Checking which v4.4.2 [INFO] [stderr] Checking fd-lock v3.0.13 [INFO] [stderr] Checking reedline v0.25.0 [INFO] [stderr] Checking r3bl_rs_utils_core v0.9.9 [INFO] [stderr] Checking smithay-clipboard v0.6.6 [INFO] [stderr] Checking copypasta v0.8.2 [INFO] [stderr] Compiling r3bl_rs_utils_macro v0.9.7 [INFO] [stderr] Checking r3bl_redux v0.2.6 [INFO] [stderr] Checking r3bl_tui v0.3.10 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `editor_component_impl::*` [INFO] [stdout] --> src/tui/editor/editor_component/editor_component_struct.rs:176:9 [INFO] [stdout] | [INFO] [stdout] 176 | pub use editor_component_impl::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `constructor::*` [INFO] [stdout] --> src/tui/editor/editor_component/editor_component_struct.rs:213:9 [INFO] [stdout] | [INFO] [stdout] 213 | pub use constructor::*; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `layout_macros::*` [INFO] [stdout] --> src/tui/rsx/mod.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 23 | pub use layout_macros::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `render_macros::*` [INFO] [stdout] --> src/tui/rsx/mod.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | pub use render_macros::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `termion_backend::*` [INFO] [stdout] --> src/tui/terminal_lib_backends/mod.rs:91:9 [INFO] [stdout] | [INFO] [stdout] 91 | pub use termion_backend::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `editor_component_impl::*` [INFO] [stdout] --> src/tui/editor/editor_component/editor_component_struct.rs:176:9 [INFO] [stdout] | [INFO] [stdout] 176 | pub use editor_component_impl::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `constructor::*` [INFO] [stdout] --> src/tui/editor/editor_component/editor_component_struct.rs:213:9 [INFO] [stdout] | [INFO] [stdout] 213 | pub use constructor::*; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `layout_macros::*` [INFO] [stdout] --> src/tui/rsx/mod.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 23 | pub use layout_macros::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `render_macros::*` [INFO] [stdout] --> src/tui/rsx/mod.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | pub use render_macros::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `termion_backend::*` [INFO] [stdout] --> src/tui/terminal_lib_backends/mod.rs:91:9 [INFO] [stdout] | [INFO] [stdout] 91 | pub use termion_backend::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 22.90s [INFO] running `Command { std: "docker" "inspect" "ece4fd4440d7738c131a554223e4e4a75b6493cd4dda41f6a576e3b8f314bb66", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ece4fd4440d7738c131a554223e4e4a75b6493cd4dda41f6a576e3b8f314bb66", kill_on_drop: false }` [INFO] [stdout] ece4fd4440d7738c131a554223e4e4a75b6493cd4dda41f6a576e3b8f314bb66 [INFO] checking r3bl_tui-0.3.10 against try#047472f299946caf090d1b5608ae4bd9f0416256+rustflags=-Ddereferencing_mut_binding for pr-120095 [INFO] extracting crate r3bl_tui 0.3.10 into /workspace/builds/worker-3-tc2/source [INFO] validating manifest of crates.io crate r3bl_tui 0.3.10 on toolchain 047472f299946caf090d1b5608ae4bd9f0416256 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+047472f299946caf090d1b5608ae4bd9f0416256" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-3-tc2/source/rust-toolchain.toml [INFO] started tweaking crates.io crate r3bl_tui 0.3.10 [INFO] finished tweaking crates.io crate r3bl_tui 0.3.10 [INFO] tweaked toml for crates.io crate r3bl_tui 0.3.10 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] crate crates.io crate r3bl_tui 0.3.10 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+047472f299946caf090d1b5608ae4bd9f0416256" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+047472f299946caf090d1b5608ae4bd9f0416256" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 439c34f693888bfb4a80260ea99fc1d9629066ec9c5e02eccd35bb688f6e1434 [INFO] running `Command { std: "docker" "start" "-a" "439c34f693888bfb4a80260ea99fc1d9629066ec9c5e02eccd35bb688f6e1434", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "439c34f693888bfb4a80260ea99fc1d9629066ec9c5e02eccd35bb688f6e1434", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "439c34f693888bfb4a80260ea99fc1d9629066ec9c5e02eccd35bb688f6e1434", kill_on_drop: false }` [INFO] [stdout] 439c34f693888bfb4a80260ea99fc1d9629066ec9c5e02eccd35bb688f6e1434 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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 -Ddereferencing_mut_binding" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+047472f299946caf090d1b5608ae4bd9f0416256" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] be908ac77d5ebf66f3a7ed964c63b33c9bcbea05cf09fdfed26d6481a85f237e [INFO] running `Command { std: "docker" "start" "-a" "be908ac77d5ebf66f3a7ed964c63b33c9bcbea05cf09fdfed26d6481a85f237e", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.149 [INFO] [stderr] Compiling serde v1.0.190 [INFO] [stderr] Compiling futures-core v0.3.29 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Compiling smallvec v1.11.1 [INFO] [stderr] Compiling lock_api v0.4.11 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling time-core v0.1.2 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling syn v2.0.38 [INFO] [stderr] Compiling wayland-scanner v0.29.5 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling rustix v0.38.21 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling wayland-sys v0.29.5 [INFO] [stderr] Checking linux-raw-sys v0.4.10 [INFO] [stderr] Compiling time-macros v0.2.15 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling proc-macro-utils v0.8.0 [INFO] [stderr] Compiling interpolator v0.5.0 [INFO] [stderr] Compiling serde_json v1.0.107 [INFO] [stderr] Compiling collection_literals v1.0.1 [INFO] [stderr] Checking nix v0.24.3 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Compiling futures-channel v0.3.29 [INFO] [stderr] Compiling powerfmt v0.2.0 [INFO] [stderr] Compiling bitflags v2.4.1 [INFO] [stderr] Checking signal-hook-registry v1.4.1 [INFO] [stderr] Compiling deranged v0.3.9 [INFO] [stderr] Compiling futures-util v0.3.29 [INFO] [stderr] Checking futures-sink v0.3.29 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Checking mio v0.8.9 [INFO] [stderr] Compiling async-trait v0.1.74 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling safemem v0.3.3 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling siphasher v0.3.11 [INFO] [stderr] Compiling line-wrap v0.1.1 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Compiling getrandom v0.2.10 [INFO] [stderr] Compiling phf_shared v0.11.2 [INFO] [stderr] Checking signal-hook v0.3.17 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling wayland-client v0.29.5 [INFO] [stderr] Compiling wayland-protocols v0.29.5 [INFO] [stderr] Compiling smithay-client-toolkit v0.16.1 [INFO] [stderr] Compiling is_ci v1.1.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling linked-hash-map v0.5.6 [INFO] [stderr] Compiling pin-project-lite v0.2.13 [INFO] [stderr] Compiling base64 v0.21.5 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling walkdir v2.4.0 [INFO] [stderr] Compiling is-terminal v0.4.9 [INFO] [stderr] Checking xcursor v0.3.4 [INFO] [stderr] Compiling signal-hook-mio v0.2.3 [INFO] [stderr] Compiling r3bl_ansi_color v0.6.9 [INFO] [stderr] Compiling flate2 v1.0.28 [INFO] [stderr] Compiling socket2 v0.5.5 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling time v0.3.30 [INFO] [stderr] Compiling futures-task v0.3.29 [INFO] [stderr] Checking memmap2 v0.5.10 [INFO] [stderr] Compiling phf_generator v0.11.2 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Checking gethostname v0.2.3 [INFO] [stderr] Compiling onig_sys v69.8.1 [INFO] [stderr] Checking quick-xml v0.30.0 [INFO] [stderr] Checking iana-time-zone v0.1.58 [INFO] [stderr] Compiling diff v0.1.13 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling termcolor v1.3.0 [INFO] [stderr] Checking either v1.9.0 [INFO] [stderr] Compiling regex-syntax v0.7.5 [INFO] [stderr] Compiling bytes v1.5.0 [INFO] [stderr] Compiling pretty_assertions v1.4.0 [INFO] [stderr] Compiling chrono v0.4.31 [INFO] [stderr] Compiling crossterm v0.27.0 [INFO] [stderr] Checking yansi v0.5.1 [INFO] [stderr] Compiling unicode-width v0.1.11 [INFO] [stderr] Checking unicode-segmentation v1.10.1 [INFO] [stderr] Compiling copypasta-ext v0.4.4 [INFO] [stderr] Checking vte v0.11.1 [INFO] [stderr] Checking strum v0.25.0 [INFO] [stderr] Checking hashbrown v0.14.2 [INFO] [stderr] Checking itertools v0.10.5 [INFO] [stderr] Checking unicode-linebreak v0.1.5 [INFO] [stderr] Checking wayland-commons v0.29.5 [INFO] [stderr] Checking x11rb-protocol v0.10.0 [INFO] [stderr] Compiling r3bl_simple_logger v0.1.3 [INFO] [stderr] Checking nu-ansi-term v0.49.0 [INFO] [stderr] Checking strip-ansi-escapes v0.2.0 [INFO] [stderr] Checking smawk v0.3.2 [INFO] [stderr] Checking textwrap v0.16.0 [INFO] [stderr] Checking dashmap v5.5.3 [INFO] [stderr] Checking wayland-cursor v0.29.5 [INFO] [stderr] Compiling serde_derive v1.0.190 [INFO] [stderr] Compiling derive-where v1.2.5 [INFO] [stderr] Compiling thiserror-impl v1.0.50 [INFO] [stderr] Compiling futures-macro v0.3.29 [INFO] [stderr] Compiling tokio-macros v2.1.0 [INFO] [stderr] Compiling phf_macros v0.11.2 [INFO] [stderr] Compiling strum_macros v0.25.3 [INFO] [stderr] Compiling serial_test_derive v2.0.0 [INFO] [stderr] Checking phf v0.11.2 [INFO] [stderr] Compiling tokio v1.33.0 [INFO] [stderr] Checking csscolorparser v0.6.2 [INFO] [stderr] Checking colorgrad v0.6.2 [INFO] [stderr] Checking thiserror v1.0.50 [INFO] [stderr] Compiling quote-use-macros v0.7.2 [INFO] [stderr] Compiling onig v6.4.0 [INFO] [stderr] Compiling quote-use v0.7.2 [INFO] [stderr] Compiling attribute-derive-macro v0.6.1 [INFO] [stderr] Checking futures-executor v0.3.29 [INFO] [stderr] Checking futures v0.3.29 [INFO] [stderr] Checking serial_test v2.0.0 [INFO] [stderr] Compiling attribute-derive v0.6.1 [INFO] [stderr] Compiling get-size-derive v0.1.3 [INFO] [stderr] Checking x11rb v0.10.1 [INFO] [stderr] Compiling get-size v0.1.4 [INFO] [stderr] Checking plist v1.5.1 [INFO] [stderr] Checking bincode v1.3.3 [INFO] [stderr] Checking x11-clipboard v0.7.1 [INFO] [stderr] Checking syntect v5.1.0 [INFO] [stderr] Checking which v4.4.2 [INFO] [stderr] Checking fd-lock v3.0.13 [INFO] [stderr] Checking reedline v0.25.0 [INFO] [stderr] Checking r3bl_rs_utils_core v0.9.9 [INFO] [stderr] Checking smithay-clipboard v0.6.6 [INFO] [stderr] Checking copypasta v0.8.2 [INFO] [stderr] Compiling r3bl_rs_utils_macro v0.9.7 [INFO] [stderr] Checking r3bl_redux v0.2.6 [INFO] [stderr] Checking r3bl_tui v0.3.10 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `editor_component_impl::*` [INFO] [stdout] --> src/tui/editor/editor_component/editor_component_struct.rs:176:9 [INFO] [stdout] | [INFO] [stdout] 176 | pub use editor_component_impl::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `constructor::*` [INFO] [stdout] --> src/tui/editor/editor_component/editor_component_struct.rs:213:9 [INFO] [stdout] | [INFO] [stdout] 213 | pub use constructor::*; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `layout_macros::*` [INFO] [stdout] --> src/tui/rsx/mod.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 23 | pub use layout_macros::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `render_macros::*` [INFO] [stdout] --> src/tui/rsx/mod.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | pub use render_macros::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `termion_backend::*` [INFO] [stdout] --> src/tui/terminal_lib_backends/mod.rs:91:9 [INFO] [stdout] | [INFO] [stdout] 91 | pub use termion_backend::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `editor_component_impl::*` [INFO] [stdout] --> src/tui/editor/editor_component/editor_component_struct.rs:176:9 [INFO] [stdout] | [INFO] [stdout] 176 | pub use editor_component_impl::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `constructor::*` [INFO] [stdout] --> src/tui/editor/editor_component/editor_component_struct.rs:213:9 [INFO] [stdout] | [INFO] [stdout] 213 | pub use constructor::*; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `layout_macros::*` [INFO] [stdout] --> src/tui/rsx/mod.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 23 | pub use layout_macros::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `render_macros::*` [INFO] [stdout] --> src/tui/rsx/mod.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | pub use render_macros::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `termion_backend::*` [INFO] [stdout] --> src/tui/terminal_lib_backends/mod.rs:91:9 [INFO] [stdout] | [INFO] [stdout] 91 | pub use termion_backend::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: dereferencing `mut` binding [INFO] [stdout] --> src/tui/color_wheel/color_wheel_struct.rs:444:41 [INFO] [stdout] | [INFO] [stdout] 444 | if let GradientKind::Lolcat(mut lolcat) = self.get_gradient_kind() { [INFO] [stdout] | ^^^^^^^^^^ `mut` dereferences the type of this binding [INFO] [stdout] | [INFO] [stdout] help: this will change in edition 2024 [INFO] [stdout] --> src/tui/color_wheel/color_wheel_struct.rs:444:41 [INFO] [stdout] | [INFO] [stdout] 444 | if let GradientKind::Lolcat(mut lolcat) = self.get_gradient_kind() { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] = note: requested on the command line with `-D dereferencing-mut-binding` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: dereferencing `mut` binding [INFO] [stdout] --> src/tui/color_wheel/color_wheel_struct.rs:444:41 [INFO] [stdout] | [INFO] [stdout] 444 | if let GradientKind::Lolcat(mut lolcat) = self.get_gradient_kind() { [INFO] [stdout] | ^^^^^^^^^^ `mut` dereferences the type of this binding [INFO] [stdout] | [INFO] [stdout] help: this will change in edition 2024 [INFO] [stdout] --> src/tui/color_wheel/color_wheel_struct.rs:444:41 [INFO] [stdout] | [INFO] [stdout] 444 | if let GradientKind::Lolcat(mut lolcat) = self.get_gradient_kind() { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] = note: requested on the command line with `-D dereferencing-mut-binding` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error; 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `r3bl_tui` (lib) due to 2 previous errors; 5 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 1 previous error; 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `r3bl_tui` (lib test) due to 2 previous errors; 5 warnings emitted [INFO] running `Command { std: "docker" "inspect" "be908ac77d5ebf66f3a7ed964c63b33c9bcbea05cf09fdfed26d6481a85f237e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "be908ac77d5ebf66f3a7ed964c63b33c9bcbea05cf09fdfed26d6481a85f237e", kill_on_drop: false }` [INFO] [stdout] be908ac77d5ebf66f3a7ed964c63b33c9bcbea05cf09fdfed26d6481a85f237e