[INFO] fetching crate ratatui-widgets 0.3.0-alpha.0...
[INFO] checking ratatui-widgets-0.3.0-alpha.0 against master#39cb3386ddc6c71657418be28dbb3987eea4aa4b for pr-133536
[INFO] extracting crate ratatui-widgets 0.3.0-alpha.0 into /workspace/builds/worker-3-tc1/source
[INFO] validating manifest of crates.io crate ratatui-widgets 0.3.0-alpha.0 on toolchain 39cb3386ddc6c71657418be28dbb3987eea4aa4b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate ratatui-widgets 0.3.0-alpha.0
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate ratatui-widgets 0.3.0-alpha.0
[INFO] tweaked toml for crates.io crate ratatui-widgets 0.3.0-alpha.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] crate crates.io crate ratatui-widgets 0.3.0-alpha.0 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" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded line-clipping v0.2.1
[INFO] [stderr]   Downloaded unicode-truncate v2.0.0
[INFO] [stderr]   Downloaded instability v0.3.3
[INFO] [stderr]   Downloaded ratatui-core v0.1.0-alpha.0
[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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ca8d864923778eca41eeaefd4a6b5c1305136fac4d53ee89eb77b357258beb22
[INFO] running `Command { std: "docker" "start" "-a" "ca8d864923778eca41eeaefd4a6b5c1305136fac4d53ee89eb77b357258beb22", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ca8d864923778eca41eeaefd4a6b5c1305136fac4d53ee89eb77b357258beb22", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ca8d864923778eca41eeaefd4a6b5c1305136fac4d53ee89eb77b357258beb22", kill_on_drop: false }`
[INFO] [stdout] ca8d864923778eca41eeaefd4a6b5c1305136fac4d53ee89eb77b357258beb22
[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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 33de22dedd720696191adc5a0e065339228e85ad5a8205b23ca3f846e71c0a99
[INFO] running `Command { std: "docker" "start" "-a" "33de22dedd720696191adc5a0e065339228e85ad5a8205b23ca3f846e71c0a99", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustversion v1.0.18
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]    Compiling semver v1.0.23
[INFO] [stderr]    Compiling libc v0.2.166
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling cc v1.2.1
[INFO] [stderr]    Compiling syn v2.0.89
[INFO] [stderr]    Compiling winnow v0.6.20
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking foldhash v0.1.3
[INFO] [stderr]     Checking tracing-subscriber v0.3.18
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking bitflags v2.6.0
[INFO] [stderr]     Checking unicode-width v0.2.0
[INFO] [stderr]     Checking adler v1.0.2
[INFO] [stderr]    Compiling indoc v2.0.5
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]     Checking unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]     Checking gimli v0.28.1
[INFO] [stderr]    Compiling indexmap v2.6.0
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling rstest_macros v0.23.0
[INFO] [stderr]     Checking object v0.32.2
[INFO] [stderr]     Checking castaway v0.2.3
[INFO] [stderr]     Checking lru v0.12.5
[INFO] [stderr]     Checking miniz_oxide v0.7.4
[INFO] [stderr]     Checking unicode-truncate v2.0.0
[INFO] [stderr]     Checking compact_str v0.8.0
[INFO] [stderr]     Checking indenter v0.3.3
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]     Checking num_threads v0.1.7
[INFO] [stderr]    Compiling pretty_assertions v1.4.1
[INFO] [stderr]    Compiling relative-path v1.9.3
[INFO] [stderr]     Checking rustc-demangle v0.1.24
[INFO] [stderr]     Checking cassowary v0.3.0
[INFO] [stderr]     Checking owo-colors v3.5.0
[INFO] [stderr]     Checking tracing-error v0.2.0
[INFO] [stderr]     Checking time v0.3.36
[INFO] [stderr]     Checking line-clipping v0.2.1
[INFO] [stderr]     Checking futures-timer v3.0.3
[INFO] [stderr]    Compiling backtrace v0.3.71
[INFO] [stderr]     Checking color-spantrace v0.2.1
[INFO] [stderr]    Compiling toml_edit v0.22.22
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]     Checking addr2line v0.21.0
[INFO] [stderr]    Compiling proc-macro-crate v3.2.0
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]     Checking color-eyre v0.6.3
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]     Checking ratatui-core v0.1.0-alpha.0
[INFO] [stderr]    Compiling instability v0.3.3
[INFO] [stderr]     Checking ratatui-widgets v0.3.0-alpha.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking rstest v0.23.0
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ratatui`
[INFO] [stdout]   --> examples/block.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use ratatui::{
[INFO] [stdout]    |     ^^^^^^^ use of undeclared crate or module `ratatui`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ratatui`
[INFO] [stdout]   --> examples/barchart.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use ratatui::{
[INFO] [stdout]    |     ^^^^^^^ use of undeclared crate or module `ratatui`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ratatui`
[INFO] [stdout]   --> examples/block.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use ratatui::{
[INFO] [stdout]    |     ^^^^^^^ use of undeclared crate or module `ratatui`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ratatui`
[INFO] [stdout]   --> examples/barchart.rs:86:9
[INFO] [stdout]    |
[INFO] [stdout] 86 |     use ratatui::crossterm::event::{self, Event, KeyCode};
[INFO] [stdout]    |         ^^^^^^^ use of undeclared crate or module `ratatui`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ratatui`
[INFO] [stdout]   --> examples/barchart.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use ratatui::{
[INFO] [stdout]    |     ^^^^^^^ use of undeclared crate or module `ratatui`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ratatui`
[INFO] [stdout]   --> examples/block.rs:29:20
[INFO] [stdout]    |
[INFO] [stdout] 29 |     let terminal = ratatui::init();
[INFO] [stdout]    |                    ^^^^^^^ use of undeclared crate or module `ratatui`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ratatui`
[INFO] [stdout]   --> examples/block.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 31 |     ratatui::restore();
[INFO] [stdout]    |     ^^^^^^^ use of undeclared crate or module `ratatui`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ratatui`
[INFO] [stdout]   --> examples/barchart.rs:28:20
[INFO] [stdout]    |
[INFO] [stdout] 28 |     let terminal = ratatui::init();
[INFO] [stdout]    |                    ^^^^^^^ use of undeclared crate or module `ratatui`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ratatui`
[INFO] [stdout]   --> examples/barchart.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 |     ratatui::restore();
[INFO] [stdout]    |     ^^^^^^^ use of undeclared crate or module `ratatui`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ratatui-widgets` (example "block") due to 4 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `ratatui-widgets` (example "barchart") due to 5 previous errors
[INFO] running `Command { std: "docker" "inspect" "33de22dedd720696191adc5a0e065339228e85ad5a8205b23ca3f846e71c0a99", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "33de22dedd720696191adc5a0e065339228e85ad5a8205b23ca3f846e71c0a99", kill_on_drop: false }`
[INFO] [stdout] 33de22dedd720696191adc5a0e065339228e85ad5a8205b23ca3f846e71c0a99
