[INFO] fetching crate reequestty-ui 0.5.1...
[INFO] testing reequestty-ui-0.5.1 against 1.90.0 for beta-1.91-3
[INFO] extracting crate reequestty-ui 0.5.1 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate reequestty-ui 0.5.1
[INFO] finished tweaking crates.io crate reequestty-ui 0.5.1
[INFO] tweaked toml for crates.io crate reequestty-ui 0.5.1 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate reequestty-ui 0.5.1 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate reequestty-ui 0.5.1 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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded textwrap v0.15.2
[INFO] [stderr]   Downloaded termion v1.5.6
[INFO] [stderr]   Downloaded serde_yaml v0.8.26
[INFO] [stderr]   Downloaded bitflags v2.9.2
[INFO] [stderr]   Downloaded crossterm v0.25.0
[INFO] [stderr]   Downloaded mio v0.8.11
[INFO] [stderr]   Downloaded insta v1.11.0
[INFO] [stderr]   Downloaded numtoa v0.1.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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 736930b7434fcd1be7e947ebc7e1e3077fdef78a18f1b45ea638570bbc7bf1d2
[INFO] running `Command { std: "docker" "start" "-a" "736930b7434fcd1be7e947ebc7e1e3077fdef78a18f1b45ea638570bbc7bf1d2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "736930b7434fcd1be7e947ebc7e1e3077fdef78a18f1b45ea638570bbc7bf1d2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "736930b7434fcd1be7e947ebc7e1e3077fdef78a18f1b45ea638570bbc7bf1d2", kill_on_drop: false }`
[INFO] [stdout] 736930b7434fcd1be7e947ebc7e1e3077fdef78a18f1b45ea638570bbc7bf1d2
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] df1a5a25da410a73acff6996c252d51c76778f79138249b449d252123ffb3ea4
[INFO] running `Command { std: "docker" "start" "-a" "df1a5a25da410a73acff6996c252d51c76778f79138249b449d252123ffb3ea4", kill_on_drop: false }`
[INFO] [stderr]    Compiling textwrap v0.15.2
[INFO] [stderr]    Compiling reequestty-ui v0.5.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]   --> src/symbols.rs:94:5
[INFO] [stdout]    |
[INFO] [stdout] 94 |     /// `'❯' U+276F`
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 95 |     pointer: '❯',
[INFO] [stdout]    |     ------------ rustdoc does not generate documentation for expression fields
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `//` for a plain comment
[INFO] [stdout]    = note: `#[warn(unused_doc_comments)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]   --> src/symbols.rs:96:5
[INFO] [stdout]    |
[INFO] [stdout] 96 |     /// `'›' U+203A`
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 97 |     arrow: '›',
[INFO] [stdout]    |     ---------- rustdoc does not generate documentation for expression fields
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `//` for a plain comment
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]   --> src/symbols.rs:98:5
[INFO] [stdout]    |
[INFO] [stdout] 98 |     /// `'✔' U+2714`
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 99 |     completed: '✔',
[INFO] [stdout]    |     -------------- rustdoc does not generate documentation for expression fields
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `//` for a plain comment
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/symbols.rs:100:5
[INFO] [stdout]     |
[INFO] [stdout] 100 |     /// `'·' U+00B7`
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 101 |     middle_dot: '·',
[INFO] [stdout]     |     --------------- rustdoc does not generate documentation for expression fields
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `//` for a plain comment
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/symbols.rs:102:5
[INFO] [stdout]     |
[INFO] [stdout] 102 |     /// `'✖' U+2716`
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 103 |     cross: '✖',
[INFO] [stdout]     |     ---------- rustdoc does not generate documentation for expression fields
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `//` for a plain comment
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/symbols.rs:104:5
[INFO] [stdout]     |
[INFO] [stdout] 104 |     /// `'┐' U+2510`
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 105 |     box_top_right: '┐',
[INFO] [stdout]     |     ------------------ rustdoc does not generate documentation for expression fields
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `//` for a plain comment
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/symbols.rs:106:5
[INFO] [stdout]     |
[INFO] [stdout] 106 |     /// `'┌' U+250C`
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 107 |     box_top_left: '┌',
[INFO] [stdout]     |     ----------------- rustdoc does not generate documentation for expression fields
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `//` for a plain comment
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/symbols.rs:108:5
[INFO] [stdout]     |
[INFO] [stdout] 108 |     /// `'┘' U+2518`
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 109 |     box_bottom_right: '┘',
[INFO] [stdout]     |     --------------------- rustdoc does not generate documentation for expression fields
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `//` for a plain comment
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/symbols.rs:110:5
[INFO] [stdout]     |
[INFO] [stdout] 110 |     /// `'└' U+2514`
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 111 |     box_bottom_left: '└',
[INFO] [stdout]     |     -------------------- rustdoc does not generate documentation for expression fields
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `//` for a plain comment
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/symbols.rs:112:5
[INFO] [stdout]     |
[INFO] [stdout] 112 |     /// `'─' U+2500`
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 113 |     box_horizontal: '─',
[INFO] [stdout]     |     ------------------- rustdoc does not generate documentation for expression fields
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `//` for a plain comment
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/symbols.rs:114:5
[INFO] [stdout]     |
[INFO] [stdout] 114 |     /// `'│' U+2502`
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 115 |     box_vertical: '│',
[INFO] [stdout]     |     ----------------- rustdoc does not generate documentation for expression fields
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `//` for a plain comment
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
[INFO] running `Command { std: "docker" "inspect" "df1a5a25da410a73acff6996c252d51c76778f79138249b449d252123ffb3ea4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "df1a5a25da410a73acff6996c252d51c76778f79138249b449d252123ffb3ea4", kill_on_drop: false }`
[INFO] [stdout] df1a5a25da410a73acff6996c252d51c76778f79138249b449d252123ffb3ea4
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7521fc7d0a363f15d74ddece215dd9d82feb901157724ebbbebf1da91559de4f
[INFO] running `Command { std: "docker" "start" "-a" "7521fc7d0a363f15d74ddece215dd9d82feb901157724ebbbebf1da91559de4f", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling serde_json v1.0.143
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]   --> src/symbols.rs:94:5
[INFO] [stdout]    |
[INFO] [stdout] 94 |     /// `'❯' U+276F`
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 95 |     pointer: '❯',
[INFO] [stdout]    |     ------------ rustdoc does not generate documentation for expression fields
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `//` for a plain comment
[INFO] [stdout]    = note: `#[warn(unused_doc_comments)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]   --> src/symbols.rs:96:5
[INFO] [stdout]    |
[INFO] [stdout] 96 |     /// `'›' U+203A`
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 97 |     arrow: '›',
[INFO] [stdout]    |     ---------- rustdoc does not generate documentation for expression fields
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `//` for a plain comment
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]   --> src/symbols.rs:98:5
[INFO] [stdout]    |
[INFO] [stdout] 98 |     /// `'✔' U+2714`
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 99 |     completed: '✔',
[INFO] [stdout]    |     -------------- rustdoc does not generate documentation for expression fields
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `//` for a plain comment
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/symbols.rs:100:5
[INFO] [stdout]     |
[INFO] [stdout] 100 |     /// `'·' U+00B7`
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 101 |     middle_dot: '·',
[INFO] [stdout]     |     --------------- rustdoc does not generate documentation for expression fields
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `//` for a plain comment
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/symbols.rs:102:5
[INFO] [stdout]     |
[INFO] [stdout] 102 |     /// `'✖' U+2716`
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 103 |     cross: '✖',
[INFO] [stdout]     |     ---------- rustdoc does not generate documentation for expression fields
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `//` for a plain comment
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/symbols.rs:104:5
[INFO] [stdout]     |
[INFO] [stdout] 104 |     /// `'┐' U+2510`
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 105 |     box_top_right: '┐',
[INFO] [stdout]     |     ------------------ rustdoc does not generate documentation for expression fields
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `//` for a plain comment
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/symbols.rs:106:5
[INFO] [stdout]     |
[INFO] [stdout] 106 |     /// `'┌' U+250C`
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 107 |     box_top_left: '┌',
[INFO] [stdout]     |     ----------------- rustdoc does not generate documentation for expression fields
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `//` for a plain comment
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/symbols.rs:108:5
[INFO] [stdout]     |
[INFO] [stdout] 108 |     /// `'┘' U+2518`
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 109 |     box_bottom_right: '┘',
[INFO] [stdout]     |     --------------------- rustdoc does not generate documentation for expression fields
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `//` for a plain comment
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/symbols.rs:110:5
[INFO] [stdout]     |
[INFO] [stdout] 110 |     /// `'└' U+2514`
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 111 |     box_bottom_left: '└',
[INFO] [stdout]     |     -------------------- rustdoc does not generate documentation for expression fields
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `//` for a plain comment
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/symbols.rs:112:5
[INFO] [stdout]     |
[INFO] [stdout] 112 |     /// `'─' U+2500`
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 113 |     box_horizontal: '─',
[INFO] [stdout]     |     ------------------- rustdoc does not generate documentation for expression fields
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `//` for a plain comment
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/symbols.rs:114:5
[INFO] [stdout]     |
[INFO] [stdout] 114 |     /// `'│' U+2502`
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 115 |     box_vertical: '│',
[INFO] [stdout]     |     ----------------- rustdoc does not generate documentation for expression fields
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `//` for a plain comment
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling serde_yaml v0.8.26
[INFO] [stderr]    Compiling insta v1.11.0
[INFO] [stderr]    Compiling reequestty-ui v0.5.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: could not find `assert_backend_snapshot` in the crate root
[INFO] [stdout]    --> src/char_input.rs:204:16
[INFO] [stdout]     |
[INFO] [stdout] 204 |         crate::assert_backend_snapshot!(backend);
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^ could not find `assert_backend_snapshot` in the crate root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:68:14
[INFO] [stdout]     |
[INFO] [stdout]  65 | #[cfg(any(feature = "crossterm", feature = "termion"))]
[INFO] [stdout]     |          -------------------------------------------- the item is gated here
[INFO] [stdout] ...
[INFO] [stdout]  68 | macro_rules! assert_backend_snapshot {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `assert_backend_snapshot` in the crate root
[INFO] [stdout]    --> src/input.rs:426:16
[INFO] [stdout]     |
[INFO] [stdout] 426 |         crate::assert_backend_snapshot!(*backend);
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^ could not find `assert_backend_snapshot` in the crate root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:68:14
[INFO] [stdout]     |
[INFO] [stdout]  65 | #[cfg(any(feature = "crossterm", feature = "termion"))]
[INFO] [stdout]     |          -------------------------------------------- the item is gated here
[INFO] [stdout] ...
[INFO] [stdout]  68 | macro_rules! assert_backend_snapshot {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `assert_backend_snapshot` in the crate root
[INFO] [stdout]    --> src/input.rs:451:16
[INFO] [stdout]     |
[INFO] [stdout] 451 |         crate::assert_backend_snapshot!(backend);
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^ could not find `assert_backend_snapshot` in the crate root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:68:14
[INFO] [stdout]     |
[INFO] [stdout]  65 | #[cfg(any(feature = "crossterm", feature = "termion"))]
[INFO] [stdout]     |          -------------------------------------------- the item is gated here
[INFO] [stdout] ...
[INFO] [stdout]  68 | macro_rules! assert_backend_snapshot {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `assert_backend_snapshot` in the crate root
[INFO] [stdout]    --> src/input.rs:466:16
[INFO] [stdout]     |
[INFO] [stdout] 466 |         crate::assert_backend_snapshot!(backend);
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^ could not find `assert_backend_snapshot` in the crate root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:68:14
[INFO] [stdout]     |
[INFO] [stdout]  65 | #[cfg(any(feature = "crossterm", feature = "termion"))]
[INFO] [stdout]     |          -------------------------------------------- the item is gated here
[INFO] [stdout] ...
[INFO] [stdout]  68 | macro_rules! assert_backend_snapshot {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `assert_backend_snapshot` in the crate root
[INFO] [stdout]    --> src/input.rs:481:16
[INFO] [stdout]     |
[INFO] [stdout] 481 |         crate::assert_backend_snapshot!(backend);
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^ could not find `assert_backend_snapshot` in the crate root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:68:14
[INFO] [stdout]     |
[INFO] [stdout]  65 | #[cfg(any(feature = "crossterm", feature = "termion"))]
[INFO] [stdout]     |          -------------------------------------------- the item is gated here
[INFO] [stdout] ...
[INFO] [stdout]  68 | macro_rules! assert_backend_snapshot {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `assert_backend_snapshot` in the crate root
[INFO] [stdout]    --> src/input.rs:502:16
[INFO] [stdout]     |
[INFO] [stdout] 502 |         crate::assert_backend_snapshot!(backend);
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^ could not find `assert_backend_snapshot` in the crate root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:68:14
[INFO] [stdout]     |
[INFO] [stdout]  65 | #[cfg(any(feature = "crossterm", feature = "termion"))]
[INFO] [stdout]     |          -------------------------------------------- the item is gated here
[INFO] [stdout] ...
[INFO] [stdout]  68 | macro_rules! assert_backend_snapshot {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `assert_backend_snapshot` in the crate root
[INFO] [stdout]    --> src/input.rs:524:16
[INFO] [stdout]     |
[INFO] [stdout] 524 |         crate::assert_backend_snapshot!(backend);
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^ could not find `assert_backend_snapshot` in the crate root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:68:14
[INFO] [stdout]     |
[INFO] [stdout]  65 | #[cfg(any(feature = "crossterm", feature = "termion"))]
[INFO] [stdout]     |          -------------------------------------------- the item is gated here
[INFO] [stdout] ...
[INFO] [stdout]  68 | macro_rules! assert_backend_snapshot {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `assert_backend_snapshot` in the crate root
[INFO] [stdout]    --> src/input.rs:544:16
[INFO] [stdout]     |
[INFO] [stdout] 544 |         crate::assert_backend_snapshot!(backend);
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^ could not find `assert_backend_snapshot` in the crate root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:68:14
[INFO] [stdout]     |
[INFO] [stdout]  65 | #[cfg(any(feature = "crossterm", feature = "termion"))]
[INFO] [stdout]     |          -------------------------------------------- the item is gated here
[INFO] [stdout] ...
[INFO] [stdout]  68 | macro_rules! assert_backend_snapshot {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `assert_backend_snapshot` in the crate root
[INFO] [stdout]    --> src/prompt.rs:261:20
[INFO] [stdout]     |
[INFO] [stdout] 261 |             crate::assert_backend_snapshot!(backend);
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^ could not find `assert_backend_snapshot` in the crate root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:68:14
[INFO] [stdout]     |
[INFO] [stdout]  65 | #[cfg(any(feature = "crossterm", feature = "termion"))]
[INFO] [stdout]     |          -------------------------------------------- the item is gated here
[INFO] [stdout] ...
[INFO] [stdout]  68 | macro_rules! assert_backend_snapshot {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `assert_backend_snapshot` in the crate root
[INFO] [stdout]    --> src/select/tests.rs:541:12
[INFO] [stdout]     |
[INFO] [stdout] 541 |     crate::assert_backend_snapshot!(backend);
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^ could not find `assert_backend_snapshot` in the crate root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:68:14
[INFO] [stdout]     |
[INFO] [stdout]  65 | #[cfg(any(feature = "crossterm", feature = "termion"))]
[INFO] [stdout]     |          -------------------------------------------- the item is gated here
[INFO] [stdout] ...
[INFO] [stdout]  68 | macro_rules! assert_backend_snapshot {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `assert_backend_snapshot` in the crate root
[INFO] [stdout]    --> src/select/tests.rs:554:12
[INFO] [stdout]     |
[INFO] [stdout] 554 |     crate::assert_backend_snapshot!(backend);
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^ could not find `assert_backend_snapshot` in the crate root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:68:14
[INFO] [stdout]     |
[INFO] [stdout]  65 | #[cfg(any(feature = "crossterm", feature = "termion"))]
[INFO] [stdout]     |          -------------------------------------------- the item is gated here
[INFO] [stdout] ...
[INFO] [stdout]  68 | macro_rules! assert_backend_snapshot {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `assert_backend_snapshot` in the crate root
[INFO] [stdout]    --> src/select/tests.rs:569:12
[INFO] [stdout]     |
[INFO] [stdout] 569 |     crate::assert_backend_snapshot!(backend);
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^ could not find `assert_backend_snapshot` in the crate root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:68:14
[INFO] [stdout]     |
[INFO] [stdout]  65 | #[cfg(any(feature = "crossterm", feature = "termion"))]
[INFO] [stdout]     |          -------------------------------------------- the item is gated here
[INFO] [stdout] ...
[INFO] [stdout]  68 | macro_rules! assert_backend_snapshot {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `assert_backend_snapshot` in the crate root
[INFO] [stdout]    --> src/select/tests.rs:592:12
[INFO] [stdout]     |
[INFO] [stdout] 592 |     crate::assert_backend_snapshot!(backend);
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^ could not find `assert_backend_snapshot` in the crate root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:68:14
[INFO] [stdout]     |
[INFO] [stdout]  65 | #[cfg(any(feature = "crossterm", feature = "termion"))]
[INFO] [stdout]     |          -------------------------------------------- the item is gated here
[INFO] [stdout] ...
[INFO] [stdout]  68 | macro_rules! assert_backend_snapshot {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `assert_backend_snapshot` in the crate root
[INFO] [stdout]    --> src/string_input.rs:508:20
[INFO] [stdout]     |
[INFO] [stdout] 508 |             crate::assert_backend_snapshot!(backend);
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^ could not find `assert_backend_snapshot` in the crate root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:68:14
[INFO] [stdout]     |
[INFO] [stdout]  65 | #[cfg(any(feature = "crossterm", feature = "termion"))]
[INFO] [stdout]     |          -------------------------------------------- the item is gated here
[INFO] [stdout] ...
[INFO] [stdout]  68 | macro_rules! assert_backend_snapshot {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `assert_backend_snapshot` in the crate root
[INFO] [stdout]    --> src/text.rs:223:16
[INFO] [stdout]     |
[INFO] [stdout] 223 |         crate::assert_backend_snapshot!(backend);
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^ could not find `assert_backend_snapshot` in the crate root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:68:14
[INFO] [stdout]     |
[INFO] [stdout]  65 | #[cfg(any(feature = "crossterm", feature = "termion"))]
[INFO] [stdout]     |          -------------------------------------------- the item is gated here
[INFO] [stdout] ...
[INFO] [stdout]  68 | macro_rules! assert_backend_snapshot {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `assert_backend_snapshot` in the crate root
[INFO] [stdout]    --> src/text.rs:236:16
[INFO] [stdout]     |
[INFO] [stdout] 236 |         crate::assert_backend_snapshot!(backend);
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^ could not find `assert_backend_snapshot` in the crate root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:68:14
[INFO] [stdout]     |
[INFO] [stdout]  65 | #[cfg(any(feature = "crossterm", feature = "termion"))]
[INFO] [stdout]     |          -------------------------------------------- the item is gated here
[INFO] [stdout] ...
[INFO] [stdout]  68 | macro_rules! assert_backend_snapshot {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `assert_backend_snapshot` in the crate root
[INFO] [stdout]    --> src/text.rs:245:16
[INFO] [stdout]     |
[INFO] [stdout] 245 |         crate::assert_backend_snapshot!(backend);
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^ could not find `assert_backend_snapshot` in the crate root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:68:14
[INFO] [stdout]     |
[INFO] [stdout]  65 | #[cfg(any(feature = "crossterm", feature = "termion"))]
[INFO] [stdout]     |          -------------------------------------------- the item is gated here
[INFO] [stdout] ...
[INFO] [stdout]  68 | macro_rules! assert_backend_snapshot {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]   --> src/symbols.rs:94:5
[INFO] [stdout]    |
[INFO] [stdout] 94 |     /// `'❯' U+276F`
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 95 |     pointer: '❯',
[INFO] [stdout]    |     ------------ rustdoc does not generate documentation for expression fields
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `//` for a plain comment
[INFO] [stdout]    = note: `#[warn(unused_doc_comments)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]   --> src/symbols.rs:96:5
[INFO] [stdout]    |
[INFO] [stdout] 96 |     /// `'›' U+203A`
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 97 |     arrow: '›',
[INFO] [stdout]    |     ---------- rustdoc does not generate documentation for expression fields
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `//` for a plain comment
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]   --> src/symbols.rs:98:5
[INFO] [stdout]    |
[INFO] [stdout] 98 |     /// `'✔' U+2714`
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 99 |     completed: '✔',
[INFO] [stdout]    |     -------------- rustdoc does not generate documentation for expression fields
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `//` for a plain comment
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/symbols.rs:100:5
[INFO] [stdout]     |
[INFO] [stdout] 100 |     /// `'·' U+00B7`
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 101 |     middle_dot: '·',
[INFO] [stdout]     |     --------------- rustdoc does not generate documentation for expression fields
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `//` for a plain comment
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/symbols.rs:102:5
[INFO] [stdout]     |
[INFO] [stdout] 102 |     /// `'✖' U+2716`
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 103 |     cross: '✖',
[INFO] [stdout]     |     ---------- rustdoc does not generate documentation for expression fields
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `//` for a plain comment
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/symbols.rs:104:5
[INFO] [stdout]     |
[INFO] [stdout] 104 |     /// `'┐' U+2510`
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 105 |     box_top_right: '┐',
[INFO] [stdout]     |     ------------------ rustdoc does not generate documentation for expression fields
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `//` for a plain comment
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/symbols.rs:106:5
[INFO] [stdout]     |
[INFO] [stdout] 106 |     /// `'┌' U+250C`
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 107 |     box_top_left: '┌',
[INFO] [stdout]     |     ----------------- rustdoc does not generate documentation for expression fields
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `//` for a plain comment
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/symbols.rs:108:5
[INFO] [stdout]     |
[INFO] [stdout] 108 |     /// `'┘' U+2518`
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 109 |     box_bottom_right: '┘',
[INFO] [stdout]     |     --------------------- rustdoc does not generate documentation for expression fields
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `//` for a plain comment
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/symbols.rs:110:5
[INFO] [stdout]     |
[INFO] [stdout] 110 |     /// `'└' U+2514`
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 111 |     box_bottom_left: '└',
[INFO] [stdout]     |     -------------------- rustdoc does not generate documentation for expression fields
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `//` for a plain comment
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/symbols.rs:112:5
[INFO] [stdout]     |
[INFO] [stdout] 112 |     /// `'─' U+2500`
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 113 |     box_horizontal: '─',
[INFO] [stdout]     |     ------------------- rustdoc does not generate documentation for expression fields
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `//` for a plain comment
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/symbols.rs:114:5
[INFO] [stdout]     |
[INFO] [stdout] 114 |     /// `'│' U+2502`
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 115 |     box_vertical: '│',
[INFO] [stdout]     |     ----------------- rustdoc does not generate documentation for expression fields
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `//` for a plain comment
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `reequestty-ui` (lib test) due to 17 previous errors; 11 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "7521fc7d0a363f15d74ddece215dd9d82feb901157724ebbbebf1da91559de4f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7521fc7d0a363f15d74ddece215dd9d82feb901157724ebbbebf1da91559de4f", kill_on_drop: false }`
[INFO] [stdout] 7521fc7d0a363f15d74ddece215dd9d82feb901157724ebbbebf1da91559de4f
