[INFO] cloning repository https://github.com/pizzacat83/sabatora
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pizzacat83/sabatora" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpizzacat83%2Fsabatora", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpizzacat83%2Fsabatora'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a5f8716452ab077028397e2587e4215ab271a506
[INFO] checking pizzacat83/sabatora against try#95813608313bff49cfc1afc393a946a3c085b772 for pr-148946
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpizzacat83%2Fsabatora" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-7-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/pizzacat83/sabatora
[INFO] finished tweaking git repo https://github.com/pizzacat83/sabatora
[INFO] tweaked toml for git repo https://github.com/pizzacat83/sabatora written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/pizzacat83/sabatora on toolchain 95813608313bff49cfc1afc393a946a3c085b772
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+95813608313bff49cfc1afc393a946a3c085b772" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/pizzacat83/sabatora 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" "+95813608313bff49cfc1afc393a946a3c085b772" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating git repository `https://github.com/hikalium/wasabi.git`
[INFO] [stderr]     Updating git repository `https://github.com/yewstack/yew/`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded gloo-net v0.5.0
[INFO] [stderr]   Downloaded tokise v0.2.0
[INFO] [stderr]   Downloaded gloo-worker v0.5.0
[INFO] [stderr]   Downloaded implicit-clone v0.5.1
[INFO] [stderr]   Downloaded gloo v0.11.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+95813608313bff49cfc1afc393a946a3c085b772" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] cf7b5dcdec885c0f4d20b172cea8c3bc8d12e6b4164a16d20dea2fb75024d38f
[INFO] running `Command { std: "docker" "start" "-a" "cf7b5dcdec885c0f4d20b172cea8c3bc8d12e6b4164a16d20dea2fb75024d38f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cf7b5dcdec885c0f4d20b172cea8c3bc8d12e6b4164a16d20dea2fb75024d38f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cf7b5dcdec885c0f4d20b172cea8c3bc8d12e6b4164a16d20dea2fb75024d38f", kill_on_drop: false }`
[INFO] [stdout] cf7b5dcdec885c0f4d20b172cea8c3bc8d12e6b4164a16d20dea2fb75024d38f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+95813608313bff49cfc1afc393a946a3c085b772" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 35f2752d67ea593e5bb29d711bcef0beb9b2dd96a72404cc2d529e9d6a61f83b
[INFO] running `Command { std: "docker" "start" "-a" "35f2752d67ea593e5bb29d711bcef0beb9b2dd96a72404cc2d529e9d6a61f83b", kill_on_drop: false }`
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.100
[INFO] [stderr]    Compiling bumpalo v3.17.0
[INFO] [stderr]    Compiling wasm-bindgen v0.2.100
[INFO] [stderr]    Compiling az v1.2.1
[INFO] [stderr]     Checking saba_core v0.1.0 (/opt/rustwide/workdir/saba_core)
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling indexmap v2.9.0
[INFO] [stderr]     Checking micromath v2.1.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking sabi v0.1.0 (https://github.com/hikalium/wasabi.git?branch=for_saba#abf27c6f)
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking float-cmp v0.9.0
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling prettyplease v0.2.25
[INFO] [stderr]     Checking tokio v1.44.2
[INFO] [stdout] warning: unused import: `super::cssom`
[INFO] [stdout]  --> saba_core/src/renderer/css/parser.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use super::cssom;
[INFO] [stdout]   |     ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `alloc::string::String`
[INFO] [stdout]  --> saba_core/src/renderer/css/parser.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use alloc::string::String;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `vec`
[INFO] [stdout]  --> saba_core/src/renderer/css/parser.rs:4:13
[INFO] [stdout]   |
[INFO] [stdout] 4 | use alloc::{vec, vec::Vec};
[INFO] [stdout]   |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ToString`
[INFO] [stdout]  --> saba_core/src/renderer/dom/node.rs:6:22
[INFO] [stdout]   |
[INFO] [stdout] 6 |     string::{String, ToString},
[INFO] [stdout]   |                      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `mem`
[INFO] [stdout]  --> saba_core/src/renderer/layout/box_tree.rs:4:27
[INFO] [stdout]   |
[INFO] [stdout] 4 | use core::{cell::RefCell, mem};
[INFO] [stdout]   |                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ElementKind`
[INFO] [stdout]  --> saba_core/src/renderer/layout/box_tree.rs:6:43
[INFO] [stdout]   |
[INFO] [stdout] 6 | use crate::renderer::dom::node::{Element, ElementKind, NodeData};
[INFO] [stdout]   |                                           ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `ElementKind` and `css::cssom::CssStyleSheet`
[INFO] [stdout]  --> saba_core/src/renderer/layout/layout_object.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 |         css::cssom::CssStyleSheet,
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 9 |         dom::node::{ElementKind, Node},
[INFO] [stdout]   |                     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `alloc::vec`
[INFO] [stdout]  --> saba_core/src/renderer/layout/layout_view.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use alloc::vec;
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `alloc::vec::Vec`
[INFO] [stdout]  --> saba_core/src/renderer/layout/layout_view.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use alloc::vec::Vec;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `DisplayItem` and `self`
[INFO] [stdout]  --> saba_core/src/renderer/layout/layout_view.rs:7:27
[INFO] [stdout]   |
[INFO] [stdout] 7 | use crate::display_item::{self, DisplayItem};
[INFO] [stdout]   |                           ^^^^  ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `LayoutPoint` and `LayoutSize`
[INFO] [stdout]   --> saba_core/src/renderer/layout/layout_view.rs:15:42
[INFO] [stdout]    |
[INFO] [stdout] 15 | use super::layout_object::{LayoutObject, LayoutPoint, LayoutSize};
[INFO] [stdout]    |                                          ^^^^^^^^^^^  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `ElementKind` and `Element`
[INFO] [stdout]  --> saba_core/src/renderer/layout/line.rs:4:34
[INFO] [stdout]   |
[INFO] [stdout] 4 | use crate::renderer::dom::node::{Element, ElementKind};
[INFO] [stdout]   |                                  ^^^^^^^  ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `alloc::string::String`
[INFO] [stdout]  --> saba_core/src/renderer/layout/line.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use alloc::string::String;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `ComputedStyle`, `DisplayType`, and `layout_view::LayoutView`
[INFO] [stdout]   --> saba_core/src/renderer/layout/line.rs:11:22
[INFO] [stdout]    |
[INFO] [stdout] 11 |     computed_style::{ComputedStyle, DisplayType},
[INFO] [stdout]    |                      ^^^^^^^^^^^^^  ^^^^^^^^^^^
[INFO] [stdout] 12 |     layout_view::LayoutView,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self`
[INFO] [stdout]  --> saba_core/src/renderer/layout/paint.rs:1:27
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::display_item::{self, DisplayItem};
[INFO] [stdout]   |                           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `ComputedStyle` and `DisplayType`
[INFO] [stdout]  --> saba_core/src/renderer/layout/paint.rs:2:47
[INFO] [stdout]   |
[INFO] [stdout] 2 | use crate::renderer::layout::computed_style::{ComputedStyle, DisplayType};
[INFO] [stdout]   |                                               ^^^^^^^^^^^^^  ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `alloc::vec`
[INFO] [stdout]  --> saba_core/src/renderer/layout/paint.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use alloc::vec;
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `LayoutPoint`
[INFO] [stdout]  --> saba_core/src/renderer/layout/position.rs:4:21
[INFO] [stdout]   |
[INFO] [stdout] 4 |     layout_object::{LayoutPoint, LayoutSize},
[INFO] [stdout]   |                     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `alloc::vec`
[INFO] [stdout]  --> saba_core/src/renderer/page.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use alloc::vec;
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `ComputedStyle` and `DisplayType`
[INFO] [stdout]  --> saba_core/src/renderer/page.rs:9:40
[INFO] [stdout]   |
[INFO] [stdout] 9 |     renderer::layout::computed_style::{ComputedStyle, DisplayType},
[INFO] [stdout]   |                                        ^^^^^^^^^^^^^  ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking hashbrown v0.15.2
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]     Checking diff v0.1.13
[INFO] [stderr]     Checking yansi v1.0.1
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> saba_core/src/renderer/html/parser.rs:288:13
[INFO] [stdout]     |
[INFO] [stdout] 288 |             _ => unimplemented!(),
[INFO] [stdout]     |             ^ no value can reach this
[INFO] [stdout]     |
[INFO] [stdout] note: multiple earlier patterns match some of the same values
[INFO] [stdout]    --> saba_core/src/renderer/html/parser.rs:288:13
[INFO] [stdout]     |
[INFO] [stdout]  55 |             InsertionMode::Initial => match token {
[INFO] [stdout]     |             ---------------------- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout]  69 |             InsertionMode::BeforeHtml => {
[INFO] [stdout]     |             ------------------------- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout]  86 |             InsertionMode::BeforeHead => match token {
[INFO] [stdout]     |             ------------------------- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout]  95 |             InsertionMode::InHead => match token {
[INFO] [stdout]     |             --------------------- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 288 |             _ => unimplemented!(),
[INFO] [stdout]     |             ^ ...and 5 other patterns collectively make this unreachable
[INFO] [stdout]     = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling syn v2.0.91
[INFO] [stdout] warning: unused variable: `max_width`
[INFO] [stdout]   --> saba_core/src/renderer/layout/line.rs:21:47
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub fn split_inline_box(tree: Vec<InlineBox>, max_width: i64) -> Vec<LineBox> {
[INFO] [stdout]    |                                               ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_max_width`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking pretty_assertions v1.4.1
[INFO] [stdout] warning: unused import: `alloc::string::String`
[INFO] [stdout]  --> saba_core/src/renderer/css/parser.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use alloc::string::String;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ToString`
[INFO] [stdout]  --> saba_core/src/renderer/dom/node.rs:6:22
[INFO] [stdout]   |
[INFO] [stdout] 6 |     string::{String, ToString},
[INFO] [stdout]   |                      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `mem`
[INFO] [stdout]  --> saba_core/src/renderer/layout/box_tree.rs:4:27
[INFO] [stdout]   |
[INFO] [stdout] 4 | use core::{cell::RefCell, mem};
[INFO] [stdout]   |                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `ElementKind` and `css::cssom::CssStyleSheet`
[INFO] [stdout]  --> saba_core/src/renderer/layout/layout_object.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 |         css::cssom::CssStyleSheet,
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 9 |         dom::node::{ElementKind, Node},
[INFO] [stdout]   |                     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `alloc::vec`
[INFO] [stdout]  --> saba_core/src/renderer/layout/layout_view.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use alloc::vec;
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `alloc::vec::Vec`
[INFO] [stdout]  --> saba_core/src/renderer/layout/layout_view.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use alloc::vec::Vec;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `DisplayItem` and `self`
[INFO] [stdout]  --> saba_core/src/renderer/layout/layout_view.rs:7:27
[INFO] [stdout]   |
[INFO] [stdout] 7 | use crate::display_item::{self, DisplayItem};
[INFO] [stdout]   |                           ^^^^  ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `LayoutPoint` and `LayoutSize`
[INFO] [stdout]   --> saba_core/src/renderer/layout/layout_view.rs:15:42
[INFO] [stdout]    |
[INFO] [stdout] 15 | use super::layout_object::{LayoutObject, LayoutPoint, LayoutSize};
[INFO] [stdout]    |                                          ^^^^^^^^^^^  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `StyleSheetParser` and `token::CssTokenizer`
[INFO] [stdout]    --> saba_core/src/renderer/layout/layout_view.rs:104:44
[INFO] [stdout]     |
[INFO] [stdout] 104 |             parser::{parse_css_stylesheet, StyleSheetParser},
[INFO] [stdout]     |                                            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 105 |             token::CssTokenizer,
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `ElementKind` and `Element`
[INFO] [stdout]  --> saba_core/src/renderer/layout/line.rs:4:34
[INFO] [stdout]   |
[INFO] [stdout] 4 | use crate::renderer::dom::node::{Element, ElementKind};
[INFO] [stdout]   |                                  ^^^^^^^  ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `alloc::string::String`
[INFO] [stdout]  --> saba_core/src/renderer/layout/line.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use alloc::string::String;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `layout_view::LayoutView`
[INFO] [stdout]   --> saba_core/src/renderer/layout/line.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 |     layout_view::LayoutView,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self`
[INFO] [stdout]  --> saba_core/src/renderer/layout/paint.rs:1:27
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::display_item::{self, DisplayItem};
[INFO] [stdout]   |                           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `ComputedStyle` and `DisplayType`
[INFO] [stdout]  --> saba_core/src/renderer/layout/paint.rs:2:47
[INFO] [stdout]   |
[INFO] [stdout] 2 | use crate::renderer::layout::computed_style::{ComputedStyle, DisplayType};
[INFO] [stdout]   |                                               ^^^^^^^^^^^^^  ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `alloc::vec`
[INFO] [stdout]  --> saba_core/src/renderer/layout/paint.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use alloc::vec;
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::display_item::DisplayItem`
[INFO] [stdout]   --> saba_core/src/renderer/layout/paint.rs:95:9
[INFO] [stdout]    |
[INFO] [stdout] 95 |     use crate::display_item::DisplayItem;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `ElementKind` and `Element`
[INFO] [stdout]   --> saba_core/src/renderer/layout/paint.rs:96:38
[INFO] [stdout]    |
[INFO] [stdout] 96 |     use crate::renderer::dom::node::{Element, ElementKind};
[INFO] [stdout]    |                                      ^^^^^^^  ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `ComputedStyle` and `DisplayType`
[INFO] [stdout]   --> saba_core/src/renderer/layout/paint.rs:97:51
[INFO] [stdout]    |
[INFO] [stdout] 97 |     use crate::renderer::layout::computed_style::{ComputedStyle, DisplayType};
[INFO] [stdout]    |                                                   ^^^^^^^^^^^^^  ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::renderer::layout::layout_object::LayoutPoint`
[INFO] [stdout]   --> saba_core/src/renderer/layout/paint.rs:98:9
[INFO] [stdout]    |
[INFO] [stdout] 98 |     use crate::renderer::layout::layout_object::LayoutPoint;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::super::box_tree::*`
[INFO] [stdout]    --> saba_core/src/renderer/layout/paint.rs:100:9
[INFO] [stdout]     |
[INFO] [stdout] 100 |     use super::super::box_tree::*;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]    --> saba_core/src/renderer/layout/paint.rs:101:9
[INFO] [stdout]     |
[INFO] [stdout] 101 |     use super::*;
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot test inner items
[INFO] [stdout]    --> saba_core/src/renderer/layout/paint.rs:105:9
[INFO] [stdout]     |
[INFO] [stdout] 105 |         #[test]
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unnameable_test_items)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `LayoutPoint`
[INFO] [stdout]  --> saba_core/src/renderer/layout/position.rs:4:21
[INFO] [stdout]   |
[INFO] [stdout] 4 |     layout_object::{LayoutPoint, LayoutSize},
[INFO] [stdout]   |                     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `alloc::vec`
[INFO] [stdout]  --> saba_core/src/renderer/page.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use alloc::vec;
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `ComputedStyle` and `DisplayType`
[INFO] [stdout]  --> saba_core/src/renderer/page.rs:9:40
[INFO] [stdout]   |
[INFO] [stdout] 9 |     renderer::layout::computed_style::{ComputedStyle, DisplayType},
[INFO] [stdout]   |                                        ^^^^^^^^^^^^^  ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> saba_core/src/renderer/html/parser.rs:288:13
[INFO] [stdout]     |
[INFO] [stdout] 288 |             _ => unimplemented!(),
[INFO] [stdout]     |             ^ no value can reach this
[INFO] [stdout]     |
[INFO] [stdout] note: multiple earlier patterns match some of the same values
[INFO] [stdout]    --> saba_core/src/renderer/html/parser.rs:288:13
[INFO] [stdout]     |
[INFO] [stdout]  55 |             InsertionMode::Initial => match token {
[INFO] [stdout]     |             ---------------------- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout]  69 |             InsertionMode::BeforeHtml => {
[INFO] [stdout]     |             ------------------------- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout]  86 |             InsertionMode::BeforeHead => match token {
[INFO] [stdout]     |             ------------------------- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout]  95 |             InsertionMode::InHead => match token {
[INFO] [stdout]     |             --------------------- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 288 |             _ => unimplemented!(),
[INFO] [stdout]     |             ^ ...and 5 other patterns collectively make this unreachable
[INFO] [stdout]     = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `html`
[INFO] [stdout]    --> saba_core/src/renderer/layout/box_tree.rs:304:13
[INFO] [stdout]     |
[INFO] [stdout] 304 |         let html = r#"<a href="https://app.example">before div<p>inside div</p>after div</a>"#;
[INFO] [stdout]     |             ^^^^ help: if this is intentional, prefix it with an underscore: `_html`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `expected`
[INFO] [stdout]    --> saba_core/src/renderer/layout/box_tree.rs:305:13
[INFO] [stdout]     |
[INFO] [stdout] 305 |         let expected = BlockBox {
[INFO] [stdout]     |             ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_expected`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `max_width`
[INFO] [stdout]   --> saba_core/src/renderer/layout/line.rs:21:47
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub fn split_inline_box(tree: Vec<InlineBox>, max_width: i64) -> Vec<LineBox> {
[INFO] [stdout]    |                                               ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_max_width`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_simple` is never used
[INFO] [stdout]    --> saba_core/src/renderer/layout/paint.rs:106:12
[INFO] [stdout]     |
[INFO] [stdout] 106 |         fn test_simple() {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking embedded-graphics-core v0.4.0
[INFO] [stderr]     Checking embedded-graphics v0.8.1
[INFO] [stderr]     Checking tokio-stream v0.1.17
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]    Compiling wasm-bindgen-backend v0.2.100
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling font v0.1.0 (https://github.com/hikalium/wasabi.git?branch=for_saba#abf27c6f)
[INFO] [stderr]    Compiling gloo-worker-macros v0.1.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling implicit-clone-derive v0.1.2
[INFO] [stderr]    Compiling yew-macro v0.21.0 (https://github.com/yewstack/yew/#b0d06562)
[INFO] [stderr]     Checking noli v0.1.0 (https://github.com/hikalium/wasabi.git?branch=for_saba#abf27c6f)
[INFO] [stderr]     Checking implicit-clone v0.5.1
[INFO] [stderr]     Checking ui_wasabi v0.1.0 (/opt/rustwide/workdir/ui/wasabi)
[INFO] [stderr]     Checking net_wasabi v0.1.0 (/opt/rustwide/workdir/net/wasabi)
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.100
[INFO] [stdout] warning: unused import: `alloc::vec`
[INFO] [stdout]  --> ui/wasabi/src/app.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use alloc::vec;
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `ComputedStyle` and `DisplayType`
[INFO] [stdout]  --> ui/wasabi/src/app.rs:9:51
[INFO] [stdout]   |
[INFO] [stdout] 9 | use saba_core::renderer::layout::computed_style::{ComputedStyle, DisplayType};
[INFO] [stdout]   |                                                   ^^^^^^^^^^^^^  ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `saba_core::renderer::layout::layout_object::LayoutPoint`
[INFO] [stdout]   --> ui/wasabi/src/app.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use saba_core::renderer::layout::layout_object::LayoutPoint;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `core::f32::consts::LN_10`
[INFO] [stdout]  --> net/wasabi/src/http.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use core::f32::consts::LN_10;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `core::f32::consts::LN_10`
[INFO] [stdout]  --> net/wasabi/src/http.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use core::f32::consts::LN_10;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `err`
[INFO] [stdout]   --> net/wasabi/src/http.rs:50:61
[INFO] [stdout]    |
[INFO] [stdout] 50 |             let bytes_read = stream.read(&mut buf).map_err(|err| {
[INFO] [stdout]    |                                                             ^^^ help: if this is intentional, prefix it with an underscore: `_err`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `err`
[INFO] [stdout]   --> net/wasabi/src/http.rs:45:23
[INFO] [stdout]    |
[INFO] [stdout] 45 |             .map_err(|err| Error::Network("Failed to send a reqyestr to TCP stream".to_string()))?;
[INFO] [stdout]    |                       ^^^ help: if this is intentional, prefix it with an underscore: `_err`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `err`
[INFO] [stdout]   --> net/wasabi/src/http.rs:28:23
[INFO] [stdout]    |
[INFO] [stdout] 28 |             .map_err(|err| Error::Network("Failed to connect to TCP stream".to_string()))?;
[INFO] [stdout]    |                       ^^^ help: if this is intentional, prefix it with an underscore: `_err`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `alloc::vec`
[INFO] [stdout]  --> ui/wasabi/src/app.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use alloc::vec;
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `err`
[INFO] [stdout]   --> net/wasabi/src/http.rs:50:61
[INFO] [stdout]    |
[INFO] [stdout] 50 |             let bytes_read = stream.read(&mut buf).map_err(|err| {
[INFO] [stdout]    |                                                             ^^^ help: if this is intentional, prefix it with an underscore: `_err`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `err`
[INFO] [stdout]   --> net/wasabi/src/http.rs:45:23
[INFO] [stdout]    |
[INFO] [stdout] 45 |             .map_err(|err| Error::Network("Failed to send a reqyestr to TCP stream".to_string()))?;
[INFO] [stdout]    |                       ^^^ help: if this is intentional, prefix it with an underscore: `_err`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `ComputedStyle` and `DisplayType`
[INFO] [stdout]  --> ui/wasabi/src/app.rs:9:51
[INFO] [stdout]   |
[INFO] [stdout] 9 | use saba_core::renderer::layout::computed_style::{ComputedStyle, DisplayType};
[INFO] [stdout]   |                                                   ^^^^^^^^^^^^^  ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `saba_core::renderer::layout::layout_object::LayoutPoint`
[INFO] [stdout]   --> ui/wasabi/src/app.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use saba_core::renderer::layout::layout_object::LayoutPoint;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `err`
[INFO] [stdout]   --> net/wasabi/src/http.rs:28:23
[INFO] [stdout]    |
[INFO] [stdout] 28 |             .map_err(|err| Error::Network("Failed to connect to TCP stream".to_string()))?;
[INFO] [stdout]    |                       ^^^ help: if this is intentional, prefix it with an underscore: `_err`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `style`
[INFO] [stdout]   --> ui/wasabi/src/app.rs:86:21
[INFO] [stdout]    |
[INFO] [stdout] 86 |                     style,
[INFO] [stdout]    |                     ^^^^^ help: try ignoring the field: `style: _`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking saba v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `style`
[INFO] [stdout]   --> ui/wasabi/src/app.rs:86:21
[INFO] [stdout]    |
[INFO] [stdout] 86 |                     style,
[INFO] [stdout]    |                     ^^^^^ help: try ignoring the field: `style: _`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stdout] warning: unexpected `cfg` condition name: `target_ps`
[INFO] [stdout]  --> src/main.rs:2:17
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![cfg_attr(not(target_ps = "linux"), no_main)]
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_ps, values("linux"))'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_ps, values(\"linux\"))");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]   |
[INFO] [stdout] 2 - #![cfg_attr(not(target_ps = "linux"), no_main)]
[INFO] [stdout] 2 + #![cfg_attr(not(target_os = "linux"), no_main)]
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `alloc::string::ToString`
[INFO] [stdout]  --> src/main.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use alloc::string::ToString;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `net_wasabi::http::HttpClient`
[INFO] [stdout]  --> src/main.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use net_wasabi::http::HttpClient;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `target_ps`
[INFO] [stdout]  --> src/main.rs:2:17
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![cfg_attr(not(target_ps = "linux"), no_main)]
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_ps, values("linux"))'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_ps, values(\"linux\"))");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]   |
[INFO] [stdout] 2 - #![cfg_attr(not(target_ps = "linux"), no_main)]
[INFO] [stdout] 2 + #![cfg_attr(not(target_os = "linux"), no_main)]
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `alloc::string::ToString`
[INFO] [stdout]  --> src/main.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use alloc::string::ToString;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `net_wasabi::http::HttpClient`
[INFO] [stdout]  --> src/main.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use net_wasabi::http::HttpClient;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking pin-project v1.1.10
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking thiserror v2.0.12
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.100
[INFO] [stderr]     Checking js-sys v0.3.77
[INFO] [stderr]     Checking console_error_panic_hook v0.1.7
[INFO] [stderr]     Checking serde v1.0.219
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking pinned v0.1.0
[INFO] [stderr]     Checking tokise v0.2.0
[INFO] [stderr]     Checking serde_json v1.0.140
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking web-sys v0.3.77
[INFO] [stderr]     Checking wasm-bindgen-futures v0.4.50
[INFO] [stderr]     Checking serde-wasm-bindgen v0.6.5
[INFO] [stderr]     Checking gloo-timers v0.3.0
[INFO] [stderr]     Checking gloo-utils v0.2.0
[INFO] [stderr]     Checking gloo-events v0.2.0
[INFO] [stderr]     Checking gloo-render v0.2.0
[INFO] [stderr]     Checking gloo-dialogs v0.2.0
[INFO] [stderr]     Checking gloo-worker v0.5.0
[INFO] [stderr]     Checking gloo-net v0.5.0
[INFO] [stderr]     Checking gloo-console v0.3.0
[INFO] [stderr]     Checking gloo-storage v0.3.0
[INFO] [stderr]     Checking gloo-history v0.2.2
[INFO] [stderr]     Checking gloo-file v0.3.0
[INFO] [stderr]     Checking gloo v0.11.0
[INFO] [stderr]     Checking yew v0.21.0 (https://github.com/yewstack/yew/#b0d06562)
[INFO] [stderr]     Checking visualizer v0.1.0 (/opt/rustwide/workdir/visualizer)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.47s
[INFO] running `Command { std: "docker" "inspect" "35f2752d67ea593e5bb29d711bcef0beb9b2dd96a72404cc2d529e9d6a61f83b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "35f2752d67ea593e5bb29d711bcef0beb9b2dd96a72404cc2d529e9d6a61f83b", kill_on_drop: false }`
[INFO] [stdout] 35f2752d67ea593e5bb29d711bcef0beb9b2dd96a72404cc2d529e9d6a61f83b
