[INFO] cloning repository https://github.com/dvorakmortonxd/RustyWolf
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dvorakmortonxd/RustyWolf" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdvorakmortonxd%2FRustyWolf", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdvorakmortonxd%2FRustyWolf'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f78a2d2a305682bff9e6df3b73f5acc43e1fac14
[INFO] checking dvorakmortonxd/RustyWolf/f78a2d2a305682bff9e6df3b73f5acc43e1fac14 against 4fcf39725a9c99bd495d8c73af83628a256ff9a9 for pr-162233-crater-rollup
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdvorakmortonxd%2FRustyWolf" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/dvorakmortonxd/RustyWolf
[INFO] finished tweaking git repo https://github.com/dvorakmortonxd/RustyWolf
[INFO] tweaked toml for git repo https://github.com/dvorakmortonxd/RustyWolf written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/dvorakmortonxd/RustyWolf on toolchain 4fcf39725a9c99bd495d8c73af83628a256ff9a9
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4fcf39725a9c99bd495d8c73af83628a256ff9a9" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/dvorakmortonxd/RustyWolf 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" "+4fcf39725a9c99bd495d8c73af83628a256ff9a9" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `RustyWolf` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-1-tc1/source/target/.../RustyWolf
[INFO] [stderr]    |                                                  ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `rusty-wolf`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:25:8
[INFO] [stderr]    |
[INFO] [stderr] 25 - name = "RustyWolf"
[INFO] [stderr] 25 + name = "rusty-wolf"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `rusty-wolf`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:31:20
[INFO] [stderr]    |
[INFO] [stderr] 31 ~ name = "RustyWolf"
[INFO] [stderr] 32 + [[bin]]
[INFO] [stderr] 33 + name = "rusty-wolf"
[INFO] [stderr] 34 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `RustyWolf` (manifest) generated 1 warning
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded wry v0.47.2
[INFO] [stderr]   Downloaded objc2-web-kit v0.2.2
[INFO] [stderr]   Downloaded kuchikiki v0.8.2
[INFO] [stderr]   Downloaded toml_edit v0.25.4+spec-1.1.0
[INFO] [stderr]   Downloaded zerocopy-derive v0.8.42
[INFO] [stderr]   Downloaded dlopen2 v0.7.0
[INFO] [stderr]   Downloaded zerocopy v0.8.42
[INFO] [stderr]   Downloaded webview2-com v0.33.0
[INFO] [stderr]   Downloaded tao v0.31.1
[INFO] [stderr]   Downloaded webview2-com-sys v0.33.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] ae4c9ebc62789d3de501f68c4ae4585fe08f0794b41ba331d881bcc06e66a8e8
[INFO] running `Command { std: "docker" "start" "ae4c9ebc62789d3de501f68c4ae4585fe08f0794b41ba331d881bcc06e66a8e8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ae4c9ebc62789d3de501f68c4ae4585fe08f0794b41ba331d881bcc06e66a8e8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ae4c9ebc62789d3de501f68c4ae4585fe08f0794b41ba331d881bcc06e66a8e8" "/opt/rustwide/cargo-home/bin/cargo" "+4fcf39725a9c99bd495d8c73af83628a256ff9a9" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ae4c9ebc62789d3de501f68c4ae4585fe08f0794b41ba331d881bcc06e66a8e8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ae4c9ebc62789d3de501f68c4ae4585fe08f0794b41ba331d881bcc06e66a8e8" "/opt/rustwide/cargo-home/bin/cargo" "+4fcf39725a9c99bd495d8c73af83628a256ff9a9" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: binary `RustyWolf` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../RustyWolf
[INFO] [stderr]    |                          ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `rusty-wolf`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:25:8
[INFO] [stderr]    |
[INFO] [stderr] 25 - name = "RustyWolf"
[INFO] [stderr] 25 + name = "rusty-wolf"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `rusty-wolf`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:31:20
[INFO] [stderr]    |
[INFO] [stderr] 31 ~ name = "RustyWolf"
[INFO] [stderr] 32 + [[bin]]
[INFO] [stderr] 33 + name = "rusty-wolf"
[INFO] [stderr] 34 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `RustyWolf` (manifest) generated 1 warning
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]     Checking bitflags v2.11.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling x11 v2.21.0
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]    Compiling field-offset v0.3.6
[INFO] [stderr]     Checking simd-adler32 v0.3.8
[INFO] [stderr]    Compiling gtk v0.18.2
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]    Compiling cfg-expr v0.15.8
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]    Compiling time-core v0.1.8
[INFO] [stderr]    Compiling num-conv v0.2.0
[INFO] [stderr]    Compiling cookie v0.18.1
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking anstream v1.0.0
[INFO] [stderr]     Checking fdeflate v0.3.7
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking webpki-roots v1.0.6
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]     Checking pxfm v0.1.28
[INFO] [stderr]    Compiling wry v0.47.2
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking webpki-roots v0.26.11
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]     Checking png v0.18.1
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking moxcms v0.8.1
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]    Compiling toml_datetime v0.6.3
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_edit v0.20.2
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]     Checking rustls-webpki v0.103.9
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling dlopen2_derive v0.4.3
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]     Checking dlopen2 v0.7.0
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]     Checking image v0.25.10
[INFO] [stderr]     Checking clap v4.6.0
[INFO] [stderr]    Compiling toml v0.8.2
[INFO] [stderr]    Compiling proc-macro-crate v2.0.2
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]    Compiling glib-macros v0.18.5
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]    Compiling system-deps v6.2.2
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]    Compiling gtk3-macros v0.18.2
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]    Compiling glib-sys v0.18.1
[INFO] [stderr]    Compiling gobject-sys v0.18.0
[INFO] [stderr]    Compiling gio-sys v0.18.1
[INFO] [stderr]    Compiling gdk-sys v0.18.2
[INFO] [stderr]    Compiling pango-sys v0.18.0
[INFO] [stderr]    Compiling cairo-sys-rs v0.18.2
[INFO] [stderr]    Compiling gdk-pixbuf-sys v0.18.0
[INFO] [stderr]    Compiling atk-sys v0.18.2
[INFO] [stderr]    Compiling gtk-sys v0.18.2
[INFO] [stderr]    Compiling javascriptcore-rs-sys v1.1.1
[INFO] [stderr]    Compiling soup3-sys v0.5.0
[INFO] [stderr]    Compiling webkit2gtk-sys v2.0.1
[INFO] [stderr]    Compiling gdkx11-sys v0.18.2
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking icu_properties v2.1.2
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking gdkwayland-sys v0.18.2
[INFO] [stderr]     Checking glib v0.18.5
[INFO] [stderr]     Checking ureq v2.12.1
[INFO] [stderr]     Checking gio v0.18.4
[INFO] [stderr]     Checking cairo-rs v0.18.5
[INFO] [stderr]     Checking atk v0.18.2
[INFO] [stderr]     Checking javascriptcore-rs v1.1.2
[INFO] [stderr]     Checking gdk-pixbuf v0.18.5
[INFO] [stderr]     Checking pango v0.18.3
[INFO] [stderr]     Checking soup3 v0.5.0
[INFO] [stderr]     Checking gdk v0.18.2
[INFO] [stderr]     Checking gdkx11 v0.18.2
[INFO] [stderr]     Checking webkit2gtk v2.0.1
[INFO] [stderr]     Checking tao v0.31.1
[INFO] [stderr]     Checking RustyWolf v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: cannot find module or crate `gtk` in this scope
[INFO] [stdout]   --> src/webview.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use gtk::prelude::*;
[INFO] [stdout]    |     ^^^ use of unresolved module or unlinked crate `gtk`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `gtk`, use `cargo add gtk` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gtk` in this scope
[INFO] [stdout]   --> src/webview.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use gtk::prelude::*;
[INFO] [stdout]    |     ^^^ use of unresolved module or unlinked crate `gtk`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `gtk`, use `cargo add gtk` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `super::normalize_url`, `super::sanitize_filename`, `super::should_open_new_tab_url`
[INFO] [stdout]     --> src/webview.rs:2146:17
[INFO] [stdout]      |
[INFO] [stdout] 2146 |     use super::{normalize_url, sanitize_filename, should_open_new_tab_url};
[INFO] [stdout]      |                 ^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gtk` in this scope
[INFO] [stdout]     --> src/webview.rs:1816:18
[INFO] [stdout]      |
[INFO] [stdout] 1816 |     let chrome = gtk::Box::new(gtk::Orientation::Vertical, 0);
[INFO] [stdout]      |                  ^^^ use of unresolved module or unlinked crate `gtk`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `gtk`, use `cargo add gtk` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]      |
[INFO] [stdout]    2 + use std::boxed::Box;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `Box`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 1816 -     let chrome = gtk::Box::new(gtk::Orientation::Vertical, 0);
[INFO] [stdout] 1816 +     let chrome = Box::new(gtk::Orientation::Vertical, 0);
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gtk` in this scope
[INFO] [stdout]     --> src/webview.rs:1816:32
[INFO] [stdout]      |
[INFO] [stdout] 1816 |     let chrome = gtk::Box::new(gtk::Orientation::Vertical, 0);
[INFO] [stdout]      |                                ^^^ use of unresolved module or unlinked crate `gtk`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `gtk`, use `cargo add gtk` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]      |
[INFO] [stdout]    2 + use image::metadata::Orientation;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `Orientation`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 1816 -     let chrome = gtk::Box::new(gtk::Orientation::Vertical, 0);
[INFO] [stdout] 1816 +     let chrome = gtk::Box::new(Orientation::Vertical, 0);
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gtk` in this scope
[INFO] [stdout]     --> src/webview.rs:1820:19
[INFO] [stdout]      |
[INFO] [stdout] 1820 |     let content = gtk::Box::new(gtk::Orientation::Vertical, 0);
[INFO] [stdout]      |                   ^^^ use of unresolved module or unlinked crate `gtk`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `gtk`, use `cargo add gtk` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]      |
[INFO] [stdout]    2 + use std::boxed::Box;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `Box`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 1820 -     let content = gtk::Box::new(gtk::Orientation::Vertical, 0);
[INFO] [stdout] 1820 +     let content = Box::new(gtk::Orientation::Vertical, 0);
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gtk` in this scope
[INFO] [stdout]     --> src/webview.rs:1820:33
[INFO] [stdout]      |
[INFO] [stdout] 1820 |     let content = gtk::Box::new(gtk::Orientation::Vertical, 0);
[INFO] [stdout]      |                                 ^^^ use of unresolved module or unlinked crate `gtk`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `gtk`, use `cargo add gtk` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]      |
[INFO] [stdout]    2 + use image::metadata::Orientation;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `Orientation`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 1820 -     let content = gtk::Box::new(gtk::Orientation::Vertical, 0);
[INFO] [stdout] 1820 +     let content = gtk::Box::new(Orientation::Vertical, 0);
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gtk` in this scope
[INFO] [stdout]     --> src/webview.rs:1816:18
[INFO] [stdout]      |
[INFO] [stdout] 1816 |     let chrome = gtk::Box::new(gtk::Orientation::Vertical, 0);
[INFO] [stdout]      |                  ^^^ use of unresolved module or unlinked crate `gtk`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `gtk`, use `cargo add gtk` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]      |
[INFO] [stdout]    2 + use std::boxed::Box;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `Box`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 1816 -     let chrome = gtk::Box::new(gtk::Orientation::Vertical, 0);
[INFO] [stdout] 1816 +     let chrome = Box::new(gtk::Orientation::Vertical, 0);
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gtk` in this scope
[INFO] [stdout]     --> src/webview.rs:1816:32
[INFO] [stdout]      |
[INFO] [stdout] 1816 |     let chrome = gtk::Box::new(gtk::Orientation::Vertical, 0);
[INFO] [stdout]      |                                ^^^ use of unresolved module or unlinked crate `gtk`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `gtk`, use `cargo add gtk` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]      |
[INFO] [stdout]    2 + use image::metadata::Orientation;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `Orientation`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 1816 -     let chrome = gtk::Box::new(gtk::Orientation::Vertical, 0);
[INFO] [stdout] 1816 +     let chrome = gtk::Box::new(Orientation::Vertical, 0);
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gtk` in this scope
[INFO] [stdout]     --> src/webview.rs:1820:19
[INFO] [stdout]      |
[INFO] [stdout] 1820 |     let content = gtk::Box::new(gtk::Orientation::Vertical, 0);
[INFO] [stdout]      |                   ^^^ use of unresolved module or unlinked crate `gtk`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `gtk`, use `cargo add gtk` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]      |
[INFO] [stdout]    2 + use std::boxed::Box;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `Box`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 1820 -     let content = gtk::Box::new(gtk::Orientation::Vertical, 0);
[INFO] [stdout] 1820 +     let content = Box::new(gtk::Orientation::Vertical, 0);
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gtk` in this scope
[INFO] [stdout]     --> src/webview.rs:1820:33
[INFO] [stdout]      |
[INFO] [stdout] 1820 |     let content = gtk::Box::new(gtk::Orientation::Vertical, 0);
[INFO] [stdout]      |                                 ^^^ use of unresolved module or unlinked crate `gtk`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `gtk`, use `cargo add gtk` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]      |
[INFO] [stdout]    2 + use image::metadata::Orientation;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `Orientation`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 1820 -     let content = gtk::Box::new(gtk::Orientation::Vertical, 0);
[INFO] [stdout] 1820 +     let content = gtk::Box::new(Orientation::Vertical, 0);
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `pack_start` found for reference `&gtk::auto::box_::Box` in the current scope
[INFO] [stdout]     --> src/webview.rs:1824:10
[INFO] [stdout]      |
[INFO] [stdout] 1824 |     vbox.pack_start(&chrome, false, false, 0);
[INFO] [stdout]      |          ^^^^^^^^^^ method not found in `&gtk::auto::box_::Box`
[INFO] [stdout]      |
[INFO] [stdout]      = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `BoxExt` which provides `pack_start` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]      |
[INFO] [stdout]    2 + use gtk::auto::box_::BoxExt;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `pack_start` found for reference `&gtk::auto::box_::Box` in the current scope
[INFO] [stdout]     --> src/webview.rs:1824:10
[INFO] [stdout]      |
[INFO] [stdout] 1824 |     vbox.pack_start(&chrome, false, false, 0);
[INFO] [stdout]      |          ^^^^^^^^^^ method not found in `&gtk::auto::box_::Box`
[INFO] [stdout]      |
[INFO] [stdout]      = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `BoxExt` which provides `pack_start` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]      |
[INFO] [stdout]    2 + use gtk::auto::box_::BoxExt;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `pack_start` found for reference `&gtk::auto::box_::Box` in the current scope
[INFO] [stdout]     --> src/webview.rs:1825:10
[INFO] [stdout]      |
[INFO] [stdout] 1825 |     vbox.pack_start(&content, true, true, 0);
[INFO] [stdout]      |          ^^^^^^^^^^ method not found in `&gtk::auto::box_::Box`
[INFO] [stdout]      |
[INFO] [stdout]      = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `BoxExt` which provides `pack_start` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]      |
[INFO] [stdout]    2 + use gtk::auto::box_::BoxExt;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `pack_start` found for reference `&gtk::auto::box_::Box` in the current scope
[INFO] [stdout]     --> src/webview.rs:1825:10
[INFO] [stdout]      |
[INFO] [stdout] 1825 |     vbox.pack_start(&content, true, true, 0);
[INFO] [stdout]      |          ^^^^^^^^^^ method not found in `&gtk::auto::box_::Box`
[INFO] [stdout]      |
[INFO] [stdout]      = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `BoxExt` which provides `pack_start` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]      |
[INFO] [stdout]    2 + use gtk::auto::box_::BoxExt;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `show_all` found for reference `&gtk::auto::box_::Box` in the current scope
[INFO] [stdout]     --> src/webview.rs:1829:10
[INFO] [stdout]      |
[INFO] [stdout] 1829 |     vbox.show_all();
[INFO] [stdout]      |          ^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `WidgetExt` which provides `show_all` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]      |
[INFO] [stdout]    2 + use gtk::auto::widget::WidgetExt;
[INFO] [stdout]      |
[INFO] [stdout] help: there is a method `show` with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 1829 -     vbox.show_all();
[INFO] [stdout] 1829 +     vbox.show();
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `show_all` found for reference `&gtk::auto::box_::Box` in the current scope
[INFO] [stdout]     --> src/webview.rs:1829:10
[INFO] [stdout]      |
[INFO] [stdout] 1829 |     vbox.show_all();
[INFO] [stdout]      |          ^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `WidgetExt` which provides `show_all` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]      |
[INFO] [stdout]    2 + use gtk::auto::widget::WidgetExt;
[INFO] [stdout]      |
[INFO] [stdout] help: there is a method `show` with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 1829 -     vbox.show_all();
[INFO] [stdout] 1829 +     vbox.show();
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gtk` in this scope
[INFO] [stdout]   --> src/webview.rs:68:34
[INFO] [stdout]    |
[INFO] [stdout] 68 |     gtk_chrome_container: Option<gtk::Box>,
[INFO] [stdout]    |                                  ^^^ use of unresolved module or unlinked crate `gtk`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `gtk`, use `cargo add gtk` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `RustyWolf` (bin "RustyWolf") due to 15 previous errors
[INFO] [stdout] error[E0433]: cannot find module or crate `gtk` in this scope
[INFO] [stdout]   --> src/webview.rs:70:35
[INFO] [stdout]    |
[INFO] [stdout] 70 |     gtk_content_container: Option<gtk::Box>,
[INFO] [stdout]    |                                   ^^^ use of unresolved module or unlinked crate `gtk`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `gtk`, use `cargo add gtk` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0433]: cannot find module or crate `gtk` in this scope
[INFO] [stdout]     --> src/webview.rs:1248:63
[INFO] [stdout]      |
[INFO] [stdout] 1248 |     #[cfg(target_os = "linux")] gtk_chrome_container: Option<&gtk::Box>,
[INFO] [stdout]      |                                                               ^^^ use of unresolved module or unlinked crate `gtk`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `gtk`, use `cargo add gtk` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gtk` in this scope
[INFO] [stdout]     --> src/webview.rs:1366:64
[INFO] [stdout]      |
[INFO] [stdout] 1366 |     #[cfg(target_os = "linux")] gtk_content_container: Option<&gtk::Box>,
[INFO] [stdout]      |                                                                ^^^ use of unresolved module or unlinked crate `gtk`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `gtk`, use `cargo add gtk` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gtk` in this scope
[INFO] [stdout]     --> src/webview.rs:1811:64
[INFO] [stdout]      |
[INFO] [stdout] 1811 | fn create_linux_webview_containers(window: &Window) -> Result<(gtk::Box, gtk::Box)> {
[INFO] [stdout]      |                                                                ^^^ use of unresolved module or unlinked crate `gtk`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `gtk`, use `cargo add gtk` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gtk` in this scope
[INFO] [stdout]     --> src/webview.rs:1811:74
[INFO] [stdout]      |
[INFO] [stdout] 1811 | fn create_linux_webview_containers(window: &Window) -> Result<(gtk::Box, gtk::Box)> {
[INFO] [stdout]      |                                                                          ^^^ use of unresolved module or unlinked crate `gtk`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `gtk`, use `cargo add gtk` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gtk` in this scope
[INFO] [stdout]     --> src/webview.rs:1835:50
[INFO] [stdout]      |
[INFO] [stdout] 1835 | fn set_linux_chrome_container_height(container: &gtk::Box, chrome_h: f64) {
[INFO] [stdout]      |                                                  ^^^ use of unresolved module or unlinked crate `gtk`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `gtk`, use `cargo add gtk` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gtk` in this scope
[INFO] [stdout]   --> src/webview.rs:68:34
[INFO] [stdout]    |
[INFO] [stdout] 68 |     gtk_chrome_container: Option<gtk::Box>,
[INFO] [stdout]    |                                  ^^^ use of unresolved module or unlinked crate `gtk`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `gtk`, use `cargo add gtk` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gtk` in this scope
[INFO] [stdout]   --> src/webview.rs:70:35
[INFO] [stdout]    |
[INFO] [stdout] 70 |     gtk_content_container: Option<gtk::Box>,
[INFO] [stdout]    |                                   ^^^ use of unresolved module or unlinked crate `gtk`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `gtk`, use `cargo add gtk` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gtk` in this scope
[INFO] [stdout]     --> src/webview.rs:1248:63
[INFO] [stdout]      |
[INFO] [stdout] 1248 |     #[cfg(target_os = "linux")] gtk_chrome_container: Option<&gtk::Box>,
[INFO] [stdout]      |                                                               ^^^ use of unresolved module or unlinked crate `gtk`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `gtk`, use `cargo add gtk` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gtk` in this scope
[INFO] [stdout]     --> src/webview.rs:1366:64
[INFO] [stdout]      |
[INFO] [stdout] 1366 |     #[cfg(target_os = "linux")] gtk_content_container: Option<&gtk::Box>,
[INFO] [stdout]      |                                                                ^^^ use of unresolved module or unlinked crate `gtk`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `gtk`, use `cargo add gtk` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gtk` in this scope
[INFO] [stdout]     --> src/webview.rs:1811:64
[INFO] [stdout]      |
[INFO] [stdout] 1811 | fn create_linux_webview_containers(window: &Window) -> Result<(gtk::Box, gtk::Box)> {
[INFO] [stdout]      |                                                                ^^^ use of unresolved module or unlinked crate `gtk`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `gtk`, use `cargo add gtk` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gtk` in this scope
[INFO] [stdout]     --> src/webview.rs:1811:74
[INFO] [stdout]      |
[INFO] [stdout] 1811 | fn create_linux_webview_containers(window: &Window) -> Result<(gtk::Box, gtk::Box)> {
[INFO] [stdout]      |                                                                          ^^^ use of unresolved module or unlinked crate `gtk`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `gtk`, use `cargo add gtk` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gtk` in this scope
[INFO] [stdout]     --> src/webview.rs:1835:50
[INFO] [stdout]      |
[INFO] [stdout] 1835 | fn set_linux_chrome_container_height(container: &gtk::Box, chrome_h: f64) {
[INFO] [stdout]      |                                                  ^^^ use of unresolved module or unlinked crate `gtk`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `gtk`, use `cargo add gtk` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `RustyWolf` (bin "RustyWolf" test) due to 16 previous errors
[INFO] running `Command { std: "docker" "inspect" "ae4c9ebc62789d3de501f68c4ae4585fe08f0794b41ba331d881bcc06e66a8e8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ae4c9ebc62789d3de501f68c4ae4585fe08f0794b41ba331d881bcc06e66a8e8", kill_on_drop: false }`
[INFO] [stdout] ae4c9ebc62789d3de501f68c4ae4585fe08f0794b41ba331d881bcc06e66a8e8
