[INFO] fetching crate read-fonts 0.35.0...
[INFO] testing read-fonts-0.35.0 against 1.90.0 for beta-1.91-3
[INFO] extracting crate read-fonts 0.35.0 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate read-fonts 0.35.0
[INFO] finished tweaking crates.io crate read-fonts 0.35.0
[INFO] tweaked toml for crates.io crate read-fonts 0.35.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate read-fonts 0.35.0 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 read-fonts 0.35.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded core_maths v0.1.1
[INFO] [stderr]   Downloaded font-types v0.10.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] fbbfaedf0a7d44c1700d8c5ba3bfb707b6a4b9aa1a207076e4476df3f8c352e4
[INFO] running `Command { std: "docker" "start" "-a" "fbbfaedf0a7d44c1700d8c5ba3bfb707b6a4b9aa1a207076e4476df3f8c352e4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fbbfaedf0a7d44c1700d8c5ba3bfb707b6a4b9aa1a207076e4476df3f8c352e4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fbbfaedf0a7d44c1700d8c5ba3bfb707b6a4b9aa1a207076e4476df3f8c352e4", kill_on_drop: false }`
[INFO] [stdout] fbbfaedf0a7d44c1700d8c5ba3bfb707b6a4b9aa1a207076e4476df3f8c352e4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 7026c424bad5fe2fb719d4e2c3a90cbc12d23053aec091fdb6f91cc6e0ab6693
[INFO] running `Command { std: "docker" "start" "-a" "7026c424bad5fe2fb719d4e2c3a90cbc12d23053aec091fdb6f91cc6e0ab6693", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling bytemuck_derive v1.10.1
[INFO] [stderr]    Compiling bytemuck v1.23.2
[INFO] [stderr]    Compiling font-types v0.10.0
[INFO] [stderr]    Compiling read-fonts v0.35.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/tables/../../generated/generated_cvar.rs:95:36
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub fn tuple_variation_headers(&self) -> VarLenArray<'a, TupleVariationHeader> {
[INFO] [stdout]    |                                    ^^^^^                     -------------------- the same lifetime is hidden here
[INFO] [stdout]    |                                    |
[INFO] [stdout]    |                                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub fn tuple_variation_headers(&self) -> VarLenArray<'a, TupleVariationHeader<'_>> {
[INFO] [stdout]    |                                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tables/../../generated/generated_gvar.rs:661:36
[INFO] [stdout]     |
[INFO] [stdout] 661 |     pub fn tuple_variation_headers(&self) -> VarLenArray<'a, TupleVariationHeader> {
[INFO] [stdout]     |                                    ^^^^^                     -------------------- the same lifetime is hidden here
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 661 |     pub fn tuple_variation_headers(&self) -> VarLenArray<'a, TupleVariationHeader<'_>> {
[INFO] [stdout]     |                                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.43s
[INFO] running `Command { std: "docker" "inspect" "7026c424bad5fe2fb719d4e2c3a90cbc12d23053aec091fdb6f91cc6e0ab6693", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7026c424bad5fe2fb719d4e2c3a90cbc12d23053aec091fdb6f91cc6e0ab6693", kill_on_drop: false }`
[INFO] [stdout] 7026c424bad5fe2fb719d4e2c3a90cbc12d23053aec091fdb6f91cc6e0ab6693
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] ece414e5de60e81cafb59bc17b9527ea232332b9537eadced7dde8c92b4a9ed3
[INFO] running `Command { std: "docker" "start" "-a" "ece414e5de60e81cafb59bc17b9527ea232332b9537eadced7dde8c92b4a9ed3", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling zerocopy v0.8.26
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling serde_json v1.0.143
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling regex-syntax v0.8.6
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling csv-core v0.1.12
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling half v1.8.3
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling regex-automata v0.4.10
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling criterion-plot v0.4.5
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/tables/../../generated/generated_cvar.rs:95:36
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub fn tuple_variation_headers(&self) -> VarLenArray<'a, TupleVariationHeader> {
[INFO] [stdout]    |                                    ^^^^^                     -------------------- the same lifetime is hidden here
[INFO] [stdout]    |                                    |
[INFO] [stdout]    |                                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub fn tuple_variation_headers(&self) -> VarLenArray<'a, TupleVariationHeader<'_>> {
[INFO] [stdout]    |                                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tables/../../generated/generated_gvar.rs:661:36
[INFO] [stdout]     |
[INFO] [stdout] 661 |     pub fn tuple_variation_headers(&self) -> VarLenArray<'a, TupleVariationHeader> {
[INFO] [stdout]     |                                    ^^^^^                     -------------------- the same lifetime is hidden here
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 661 |     pub fn tuple_variation_headers(&self) -> VarLenArray<'a, TupleVariationHeader<'_>> {
[INFO] [stdout]     |                                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling regex v1.11.2
[INFO] [stderr]    Compiling csv v1.3.1
[INFO] [stderr]    Compiling serde_cbor v0.11.2
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion v0.3.6
[INFO] [stderr]    Compiling read-fonts v0.35.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/array.rs:187:9
[INFO] [stdout]     |
[INFO] [stdout] 187 |     use font_test_data::bebuffer::BeBuffer;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/read.rs:161:9
[INFO] [stdout]     |
[INFO] [stdout] 161 |     use font_test_data::bebuffer::BeBuffer;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]   --> src/tables/dsig.rs:47:9
[INFO] [stdout]    |
[INFO] [stdout] 47 |     use font_test_data::bebuffer::BeBuffer;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/loca.rs:140:9
[INFO] [stdout]     |
[INFO] [stdout] 140 |     use font_test_data::bebuffer::BeBuffer;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/postscript/charset.rs:391:9
[INFO] [stdout]     |
[INFO] [stdout] 391 |     use font_test_data::bebuffer::BeBuffer;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]   --> src/tables/postscript/fd_select.rs:42:9
[INFO] [stdout]    |
[INFO] [stdout] 42 |     use font_test_data::bebuffer::BeBuffer;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/postscript/index.rs:220:9
[INFO] [stdout]     |
[INFO] [stdout] 220 |     use font_test_data::bebuffer::BeBuffer;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/postscript/dict.rs:944:9
[INFO] [stdout]     |
[INFO] [stdout] 944 |     use font_test_data::bebuffer::BeBuffer;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]   --> src/tables/sbix.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 |     use font_test_data::bebuffer::BeBuffer;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `font_test_data`
[INFO] [stdout]     --> src/tables/gsub/closure.rs:1020:9
[INFO] [stdout]      |
[INFO] [stdout] 1020 |     use font_test_data::closure as test_data;
[INFO] [stdout]      |         ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/lib.rs:434:9
[INFO] [stdout]     |
[INFO] [stdout] 434 |     use font_test_data::{be_buffer, bebuffer::BeBuffer, ttc::TTC, AHEM};
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/aat.rs:533:9
[INFO] [stdout]     |
[INFO] [stdout] 533 |     use font_test_data::bebuffer::BeBuffer;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]   --> src/tables/ankr.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 25 |     use font_test_data::bebuffer::BeBuffer;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/avar.rs:155:9
[INFO] [stdout]     |
[INFO] [stdout] 155 |     use font_test_data::bebuffer::BeBuffer;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]  --> src/tables/base.rs:9:9
[INFO] [stdout]   |
[INFO] [stdout] 9 |     use font_test_data::bebuffer::BeBuffer;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `font_test_data`
[INFO] [stdout]    --> src/lib.rs:434:9
[INFO] [stdout]     |
[INFO] [stdout] 434 |     use font_test_data::{be_buffer, bebuffer::BeBuffer, ttc::TTC, AHEM};
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/cmap.rs:836:9
[INFO] [stdout]     |
[INFO] [stdout] 836 |     use font_test_data::{be_buffer, bebuffer::BeBuffer};
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]   --> src/tables/feat.rs:36:9
[INFO] [stdout]    |
[INFO] [stdout] 36 |     use font_test_data::bebuffer::BeBuffer;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]  --> src/tables/gasp.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 7 |     use font_test_data::bebuffer::BeBuffer;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `font_test_data`
[INFO] [stdout]    --> src/tables/cmap.rs:836:9
[INFO] [stdout]     |
[INFO] [stdout] 836 |     use font_test_data::{be_buffer, bebuffer::BeBuffer};
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `font_test_data`
[INFO] [stdout]  --> src/tables/../tests/test_gdef.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use font_test_data::gdef as test_data;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `font_test_data`
[INFO] [stdout]  --> src/tables/../tests/test_gpos.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use font_test_data::gpos as test_data;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/gvar.rs:290:9
[INFO] [stdout]     |
[INFO] [stdout] 290 |     use font_test_data::bebuffer::BeBuffer;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `font_test_data`
[INFO] [stdout]  --> src/tables/../tests/test_gsub.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use font_test_data::gsub as test_data;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/hdmx.rs:115:9
[INFO] [stdout]     |
[INFO] [stdout] 115 |     use font_test_data::{be_buffer, bebuffer::BeBuffer};
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]  --> src/tables/head.rs:9:9
[INFO] [stdout]   |
[INFO] [stdout] 9 |     use font_test_data::bebuffer::BeBuffer;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `font_test_data`
[INFO] [stdout]    --> src/tables/hdmx.rs:115:9
[INFO] [stdout]     |
[INFO] [stdout] 115 |     use font_test_data::{be_buffer, bebuffer::BeBuffer};
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]   --> src/tables/hmtx.rs:44:9
[INFO] [stdout]    |
[INFO] [stdout] 44 |     use font_test_data::{be_buffer, bebuffer::BeBuffer};
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/kern.rs:322:9
[INFO] [stdout]     |
[INFO] [stdout] 322 |     use font_test_data::bebuffer::BeBuffer;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/kerx.rs:379:9
[INFO] [stdout]     |
[INFO] [stdout] 379 |     use font_test_data::bebuffer::BeBuffer;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `font_test_data`
[INFO] [stdout]   --> src/tables/hmtx.rs:44:9
[INFO] [stdout]    |
[INFO] [stdout] 44 |     use font_test_data::{be_buffer, bebuffer::BeBuffer};
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]   --> src/tables/ltag.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 31 |     use font_test_data::bebuffer::BeBuffer;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `font_test_data`
[INFO] [stdout]  --> src/tables/layout/spec_tests.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use font_test_data::layout as test_data;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/post.rs:126:9
[INFO] [stdout]     |
[INFO] [stdout] 126 |     use font_test_data::{bebuffer::BeBuffer, post as test_data};
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `font_test_data`
[INFO] [stdout]   --> src/tables/meta.rs:83:9
[INFO] [stdout]    |
[INFO] [stdout] 83 |     use font_test_data::meta as test_data;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]   --> src/tables/svg.rs:38:9
[INFO] [stdout]    |
[INFO] [stdout] 38 |     use font_test_data::bebuffer::BeBuffer;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]   --> src/tables/trak.rs:42:9
[INFO] [stdout]    |
[INFO] [stdout] 42 |     use font_test_data::bebuffer::BeBuffer;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     --> src/tables/variations.rs:1621:9
[INFO] [stdout]      |
[INFO] [stdout] 1621 |     use font_test_data::bebuffer::BeBuffer;
[INFO] [stdout]      |         ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]   --> src/codegen_test.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 24 |     use font_test_data::bebuffer::BeBuffer;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/codegen_test.rs:192:9
[INFO] [stdout]     |
[INFO] [stdout] 192 |     use font_test_data::bebuffer::BeBuffer;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `font_test_data`
[INFO] [stdout]    --> src/tables/post.rs:126:9
[INFO] [stdout]     |
[INFO] [stdout] 126 |     use font_test_data::{bebuffer::BeBuffer, post as test_data};
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]   --> src/tables/cff2.rs:63:45
[INFO] [stdout]    |
[INFO] [stdout] 63 |         let cff2 = Cff2::read(FontData::new(font_test_data::cff2::EXAMPLE)).unwrap();
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     --> src/tables/cmap.rs:1240:19
[INFO] [stdout]      |
[INFO] [stdout] 1240 |         let buf = font_test_data::cmap::repetitive_cmap4();
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/gpos.rs:181:34
[INFO] [stdout]     |
[INFO] [stdout] 181 |         let data = FontData::new(font_test_data::gpos::PAIRPOSFORMAT2);
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     --> src/tables/gsub/closure.rs:1206:33
[INFO] [stdout]      |
[INFO] [stdout] 1206 |         let font = FontRef::new(font_test_data::closure::CONTEXT_ONLY_REACHABLE).unwrap();
[INFO] [stdout]      |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     --> src/tables/gsub/closure.rs:1228:33
[INFO] [stdout]      |
[INFO] [stdout] 1228 |         let font = FontRef::new(font_test_data::closure::CONTEXTUAL).unwrap();
[INFO] [stdout]      |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     --> src/tables/gsub/closure.rs:1240:33
[INFO] [stdout]      |
[INFO] [stdout] 1240 |         let font = FontRef::new(font_test_data::closure::CONTEXTUAL).unwrap();
[INFO] [stdout]      |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     --> src/tables/gsub/closure.rs:1255:33
[INFO] [stdout]      |
[INFO] [stdout] 1255 |         let font = FontRef::new(font_test_data::closure::CONTEXTUAL).unwrap();
[INFO] [stdout]      |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/gvar.rs:583:33
[INFO] [stdout]     |
[INFO] [stdout] 583 |         let font = FontRef::new(font_test_data::gvar::USE_MY_METRICS).unwrap();
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/layout.rs:869:13
[INFO] [stdout]     |
[INFO] [stdout] 869 |             font_test_data::gdef::MARKATTACHCLASSDEF_TABLE,
[INFO] [stdout]     |             ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/morx.rs:218:33
[INFO] [stdout]     |
[INFO] [stdout] 218 |         let font = FontRef::new(font_test_data::morx::FOUR).unwrap();
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/morx.rs:231:33
[INFO] [stdout]     |
[INFO] [stdout] 231 |         let font = FontRef::new(font_test_data::morx::FOUR).unwrap();
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/morx.rs:244:33
[INFO] [stdout]     |
[INFO] [stdout] 244 |         let font = FontRef::new(font_test_data::morx::EIGHTEEN).unwrap();
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/morx.rs:260:33
[INFO] [stdout]     |
[INFO] [stdout] 260 |         let font = FontRef::new(font_test_data::morx::FORTY_ONE).unwrap();
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/morx.rs:298:33
[INFO] [stdout]     |
[INFO] [stdout] 298 |         let font = FontRef::new(font_test_data::morx::ONE).unwrap();
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/morx.rs:313:33
[INFO] [stdout]     |
[INFO] [stdout] 313 |         let font = FontRef::new(font_test_data::morx::THIRTY_FOUR).unwrap();
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/postscript/blend.rs:163:25
[INFO] [stdout]     |
[INFO] [stdout] 163 |         let ivs_data = &font_test_data::cff2::EXAMPLE[18..];
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/postscript/stack.rs:436:25
[INFO] [stdout]     |
[INFO] [stdout] 436 |         let ivs_data = &font_test_data::cff2::EXAMPLE[18..];
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/postscript/charstring.rs:753:27
[INFO] [stdout]     |
[INFO] [stdout] 753 |         let charstring = &font_test_data::cff2::EXAMPLE[0xc8..=0xe1];
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/postscript/charstring.rs:756:53
[INFO] [stdout]     |
[INFO] [stdout] 756 |             ItemVariationStore::read(FontData::new(&font_test_data::cff2::EXAMPLE[18..])).unwrap();
[INFO] [stdout]     |                                                     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     --> src/tables/postscript/dict.rs:1030:30
[INFO] [stdout]      |
[INFO] [stdout] 1030 |         let top_dict_data = &font_test_data::cff2::EXAMPLE[5..12];
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     --> src/tables/postscript/dict.rs:1046:30
[INFO] [stdout]      |
[INFO] [stdout] 1046 |         let top_dict_data = &font_test_data::cff2::EXAMPLE[0x5..=0xB];
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     --> src/tables/postscript/dict.rs:1061:34
[INFO] [stdout]      |
[INFO] [stdout] 1061 |         let private_dict_data = &font_test_data::cff2::EXAMPLE[0x4f..=0xc0];
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     --> src/tables/postscript/dict.rs:1063:53
[INFO] [stdout]      |
[INFO] [stdout] 1063 |             ItemVariationStore::read(FontData::new(&font_test_data::cff2::EXAMPLE[18..])).unwrap();
[INFO] [stdout]      |                                                     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/varc.rs:374:33
[INFO] [stdout]     |
[INFO] [stdout] 374 |         let font = FontRef::new(font_test_data::varc::CJK_6868).unwrap();
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/varc.rs:381:33
[INFO] [stdout]     |
[INFO] [stdout] 381 |         let font = FontRef::new(font_test_data::varc::CONDITIONALS).unwrap();
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/varc.rs:393:33
[INFO] [stdout]     |
[INFO] [stdout] 393 |         let font = FontRef::new(font_test_data::varc::CONDITIONALS).unwrap();
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/varc.rs:413:33
[INFO] [stdout]     |
[INFO] [stdout] 413 |         let font = FontRef::new(font_test_data::varc::CONDITIONALS).unwrap();
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/varc.rs:426:33
[INFO] [stdout]     |
[INFO] [stdout] 426 |         let font = FontRef::new(font_test_data::varc::CONDITIONALS).unwrap();
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/varc.rs:446:33
[INFO] [stdout]     |
[INFO] [stdout] 446 |         let font = FontRef::new(font_test_data::varc::CONDITIONALS).unwrap();
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/varc.rs:466:33
[INFO] [stdout]     |
[INFO] [stdout] 466 |         let font = FontRef::new(font_test_data::varc::CONDITIONALS).unwrap();
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/varc.rs:480:33
[INFO] [stdout]     |
[INFO] [stdout] 480 |         let font = FontRef::new(font_test_data::varc::CONDITIONALS).unwrap();
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/varc.rs:491:33
[INFO] [stdout]     |
[INFO] [stdout] 491 |         let font = FontRef::new(font_test_data::varc::CJK_6868).unwrap();
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/varc.rs:637:33
[INFO] [stdout]     |
[INFO] [stdout] 637 |         let font = FontRef::new(font_test_data::varc::CJK_6868).unwrap();
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/varc.rs:676:33
[INFO] [stdout]     |
[INFO] [stdout] 676 |         let font = FontRef::new(font_test_data::varc::CJK_6868).unwrap();
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/lib.rs:470:25
[INFO] [stdout]     |
[INFO] [stdout] 470 |         let cff2_data = font_test_data::cff2::EXAMPLE;
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/lib.rs:471:25
[INFO] [stdout]     |
[INFO] [stdout] 471 |         let post_data = font_test_data::post::SIMPLE;
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/lib.rs:473:13
[INFO] [stdout]     |
[INFO] [stdout] 473 |             font_test_data::gdef::GDEF_HEADER,
[INFO] [stdout]     |             ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/lib.rs:474:13
[INFO] [stdout]     |
[INFO] [stdout] 474 |             font_test_data::gdef::GLYPHCLASSDEF_TABLE,
[INFO] [stdout]     |             ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/lib.rs:477:25
[INFO] [stdout]     |
[INFO] [stdout] 477 |         let gpos_data = font_test_data::gpos::SINGLEPOSFORMAT1;
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `TT_SFNT_VERSION`
[INFO] [stdout]    --> src/lib.rs:435:22
[INFO] [stdout]     |
[INFO] [stdout] 435 |     use types::{Tag, TT_SFNT_VERSION};
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/avar.rs:174:33
[INFO] [stdout]     |
[INFO] [stdout] 174 |         let font = FontRef::new(font_test_data::VAZIRMATN_VAR).unwrap();
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/avar.rs:241:33
[INFO] [stdout]     |
[INFO] [stdout] 241 |         let font = FontRef::new(font_test_data::VAZIRMATN_VAR).unwrap();
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/avar.rs:257:33
[INFO] [stdout]     |
[INFO] [stdout] 257 |         let font = FontRef::new(font_test_data::AVAR2_CHECKER).unwrap();
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]   --> src/tables/cbdt.rs:23:33
[INFO] [stdout]    |
[INFO] [stdout] 23 |         let font = FontRef::new(font_test_data::EMBEDDED_BITMAPS).unwrap();
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]   --> src/tables/cbdt.rs:65:33
[INFO] [stdout]    |
[INFO] [stdout] 65 |         let font = FontRef::new(font_test_data::CBDT).unwrap();
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/cff.rs:163:33
[INFO] [stdout]     |
[INFO] [stdout] 163 |         let font = FontRef::new(font_test_data::NOTO_SERIF_DISPLAY_TRIMMED).unwrap();
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/cff.rs:200:13
[INFO] [stdout]     |
[INFO] [stdout] 200 |             font_test_data::NOTO_SERIF_DISPLAY_TRIMMED,
[INFO] [stdout]     |             ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/cff.rs:207:26
[INFO] [stdout]     |
[INFO] [stdout] 207 |         test_glyph_names(font_test_data::MATERIAL_ICONS_SUBSET, &[".notdef", "_10k"]);
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]   --> src/tables/cff2.rs:73:33
[INFO] [stdout]    |
[INFO] [stdout] 73 |         let font = FontRef::new(font_test_data::CANTARELL_VF_TRIMMED).unwrap();
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/cmap.rs:843:33
[INFO] [stdout]     |
[INFO] [stdout] 843 |         let font = FontRef::new(font_test_data::VAZIRMATN_VAR).unwrap();
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/cmap.rs:850:33
[INFO] [stdout]     |
[INFO] [stdout] 850 |         let font = FontRef::new(font_test_data::SIMPLE_GLYF).unwrap();
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/cmap.rs:903:33
[INFO] [stdout]     |
[INFO] [stdout] 903 |         let font = FontRef::new(font_test_data::CMAP14_FONT1).unwrap();
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/cmap.rs:923:33
[INFO] [stdout]     |
[INFO] [stdout] 923 |         let font = FontRef::new(font_test_data::CMAP14_FONT1).unwrap();
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/cmap.rs:940:33
[INFO] [stdout]     |
[INFO] [stdout] 940 |         let font = FontRef::new(font_test_data::VAZIRMATN_VAR).unwrap();
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/cmap.rs:948:33
[INFO] [stdout]     |
[INFO] [stdout] 948 |         let font = FontRef::new(font_test_data::SIMPLE_GLYF).unwrap();
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/cmap.rs:960:33
[INFO] [stdout]     |
[INFO] [stdout] 960 |         let font = FontRef::new(font_test_data::VAZIRMATN_VAR).unwrap();
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     --> src/tables/cmap.rs:1010:33
[INFO] [stdout]      |
[INFO] [stdout] 1010 |         let font = FontRef::new(font_test_data::CMAP12_FONT1).unwrap();
[INFO] [stdout]      |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     --> src/tables/cmap.rs:1088:33
[INFO] [stdout]      |
[INFO] [stdout] 1088 |         let font = FontRef::new(font_test_data::CMAP12_FONT1).unwrap();
[INFO] [stdout]      |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     --> src/tables/cmap.rs:1194:33
[INFO] [stdout]      |
[INFO] [stdout] 1194 |         let font = FontRef::new(font_test_data::CMAP14_FONT1).unwrap();
[INFO] [stdout]      |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     --> src/tables/cmap.rs:1300:33
[INFO] [stdout]      |
[INFO] [stdout] 1300 |         let font = FontRef::new(font_test_data::VORG).unwrap();
[INFO] [stdout]      |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     --> src/tables/cmap.rs:1311:33
[INFO] [stdout]      |
[INFO] [stdout] 1311 |         let font = FontRef::new(font_test_data::CMAP12_FONT1).unwrap();
[INFO] [stdout]      |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     --> src/tables/cmap.rs:1322:33
[INFO] [stdout]      |
[INFO] [stdout] 1322 |         let font = FontRef::new(font_test_data::CMAP4_SYMBOL_PUA).unwrap();
[INFO] [stdout]      |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     --> src/tables/cmap.rs:1334:33
[INFO] [stdout]      |
[INFO] [stdout] 1334 |         let font = FontRef::new(font_test_data::CMAP14_FONT1).unwrap();
[INFO] [stdout]      |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/colr/closure.rs:607:33
[INFO] [stdout]     |
[INFO] [stdout] 607 |         let font = FontRef::new(font_test_data::COLRV0V1_VARIABLE).unwrap();
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/colr/closure.rs:642:33
[INFO] [stdout]     |
[INFO] [stdout] 642 |         let font = FontRef::new(font_test_data::COLRV0V1_VARIABLE).unwrap();
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/colr/closure.rs:657:33
[INFO] [stdout]     |
[INFO] [stdout] 657 |         let font = FontRef::new(font_test_data::COLRV0V1_VARIABLE).unwrap();
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/colr/closure.rs:699:33
[INFO] [stdout]     |
[INFO] [stdout] 699 |         let font = FontRef::new(font_test_data::COLRV0V1_VARIABLE).unwrap();
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]   --> src/tables/cpal.rs:12:33
[INFO] [stdout]    |
[INFO] [stdout] 12 |         let font = FontRef::new(font_test_data::COLR_GRADIENT_RECT).unwrap();
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/cvar.rs:108:33
[INFO] [stdout]     |
[INFO] [stdout] 108 |         let font = FontRef::new(font_test_data::CVAR).unwrap();
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/cvar.rs:222:33
[INFO] [stdout]     |
[INFO] [stdout] 222 |         let font = FontRef::new(font_test_data::CVAR).unwrap();
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]   --> src/tables/ebdt.rs:44:33
[INFO] [stdout]    |
[INFO] [stdout] 44 |         let font = FontRef::new(font_test_data::EMBEDDED_BITMAPS).unwrap();
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/ebdt.rs:101:33
[INFO] [stdout]     |
[INFO] [stdout] 101 |         let font = FontRef::new(font_test_data::EMBEDDED_BITMAPS).unwrap();
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/fvar.rs:150:33
[INFO] [stdout]     |
[INFO] [stdout] 150 |         let font = FontRef::new(font_test_data::VAZIRMATN_VAR).unwrap();
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/fvar.rs:164:33
[INFO] [stdout]     |
[INFO] [stdout] 164 |         let font = FontRef::new(font_test_data::VAZIRMATN_VAR).unwrap();
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/fvar.rs:186:33
[INFO] [stdout]     |
[INFO] [stdout] 186 |         let font = FontRef::new(font_test_data::VAZIRMATN_VAR).unwrap();
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/fvar.rs:222:40
[INFO] [stdout]     |
[INFO] [stdout] 222 |         let font = FontRef::from_index(font_test_data::VAZIRMATN_VAR, 0).unwrap();
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/fvar.rs:255:33
[INFO] [stdout]     |
[INFO] [stdout] 255 |         let font = FontRef::new(font_test_data::AVAR2_CHECKER).unwrap();
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/fvar.rs:283:33
[INFO] [stdout]     |
[INFO] [stdout] 283 |         let font = FontRef::new(font_test_data::AVAR2_CHECKER).unwrap();
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/glyf.rs:857:33
[INFO] [stdout]     |
[INFO] [stdout] 857 |         let font = FontRef::new(font_test_data::COLR_GRADIENT_RECT).unwrap();
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/glyf.rs:904:52
[INFO] [stdout]     |
[INFO] [stdout] 904 |         let gids_with_overlap: Vec<_> = all_glyphs(font_test_data::VAZIRMATN_VAR)
[INFO] [stdout]     |                                                    ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/glyf.rs:918:63
[INFO] [stdout]     |
[INFO] [stdout] 918 |         let gids_components_with_overlap: Vec<_> = all_glyphs(font_test_data::VAZIRMATN_VAR)
[INFO] [stdout]     |                                                               ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     --> src/tables/glyf.rs:1026:33
[INFO] [stdout]      |
[INFO] [stdout] 1026 |         let font = FontRef::new(font_test_data::CUBIC_GLYF).unwrap();
[INFO] [stdout]      |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/gvar.rs:416:33
[INFO] [stdout]     |
[INFO] [stdout] 416 |         let gvar = FontRef::new(font_test_data::VAZIRMATN_VAR)
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/gvar.rs:450:33
[INFO] [stdout]     |
[INFO] [stdout] 450 |         let gvar = FontRef::new(font_test_data::VAZIRMATN_VAR)
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/gvar.rs:474:33
[INFO] [stdout]     |
[INFO] [stdout] 474 |         let gvar = FontRef::new(font_test_data::VAZIRMATN_VAR)
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/gvar.rs:492:33
[INFO] [stdout]     |
[INFO] [stdout] 492 |         let font = FontRef::new(font_test_data::VAZIRMATN_VAR).unwrap();
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]   --> src/tables/head.rs:34:33
[INFO] [stdout]    |
[INFO] [stdout] 34 |         let head = FontRef::new(font_test_data::TINOS_SUBSET)
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]   --> src/tables/hmtx.rs:49:33
[INFO] [stdout]    |
[INFO] [stdout] 49 |         let font = FontRef::new(font_test_data::CBDT).unwrap();
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]   --> src/tables/hmtx.rs:88:33
[INFO] [stdout]    |
[INFO] [stdout] 88 |         let font = FontRef::new(font_test_data::VAZIRMATN_VAR).unwrap();
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]   --> src/tables/hvar.rs:53:33
[INFO] [stdout]    |
[INFO] [stdout] 53 |         let font = FontRef::new(font_test_data::VAZIRMATN_VAR).unwrap();
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]   --> src/tables/hvar.rs:90:33
[INFO] [stdout]    |
[INFO] [stdout] 90 |         let font = FontRef::new(font_test_data::HVAR_WITH_TRUNCATED_ADVANCE_INDEX_MAP).unwrap();
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]   --> src/tables/layout/feature.rs:26:33
[INFO] [stdout]    |
[INFO] [stdout] 26 |         let font = FontRef::new(font_test_data::NOTOSERIF_AUTOHINT_SHAPING).unwrap();
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/layout/script.rs:241:33
[INFO] [stdout]     |
[INFO] [stdout] 241 |         let font = FontRef::new(font_test_data::NOTOSERIFHEBREW_AUTOHINT_METRICS).unwrap();
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/layout/script.rs:305:33
[INFO] [stdout]     |
[INFO] [stdout] 305 |         let font = FontRef::new(font_test_data::NOTOSERIFHEBREW_AUTOHINT_METRICS).unwrap();
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/layout/script.rs:337:33
[INFO] [stdout]     |
[INFO] [stdout] 337 |         let font = FontRef::new(font_test_data::CANTARELL_VF_TRIMMED).unwrap();
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/layout/script.rs:349:33
[INFO] [stdout]     |
[INFO] [stdout] 349 |         let font = FontRef::new(font_test_data::CANTARELL_VF_TRIMMED).unwrap();
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/layout/script.rs:360:33
[INFO] [stdout]     |
[INFO] [stdout] 360 |         let font = FontRef::new(font_test_data::MATERIAL_SYMBOLS_SUBSET).unwrap();
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    --> src/tables/os2.rs:186:33
[INFO] [stdout]     |
[INFO] [stdout] 186 |         let font = FontRef::new(font_test_data::SIMPLE_GLYF).unwrap();
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     --> src/tables/postscript/dict.rs:1098:42
[INFO] [stdout]      |
[INFO] [stdout] 1098 |         let top_dict_data = FontRef::new(font_test_data::NOTO_SERIF_DISPLAY_TRIMMED)
[INFO] [stdout]      |                                          ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]   --> src/tables/stat.rs:47:33
[INFO] [stdout]    |
[INFO] [stdout] 47 |         let font = FontRef::new(font_test_data::VAZIRMATN_VAR).unwrap();
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     --> src/tables/variations.rs:1628:33
[INFO] [stdout]      |
[INFO] [stdout] 1628 |         let font = FontRef::new(font_test_data::VAZIRMATN_VAR).unwrap();
[INFO] [stdout]      |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     --> src/tables/variations.rs:1810:33
[INFO] [stdout]      |
[INFO] [stdout] 1810 |         let font = FontRef::new(font_test_data::COLRV0V1_VARIABLE).unwrap();
[INFO] [stdout]      |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     --> src/tables/variations.rs:1896:33
[INFO] [stdout]      |
[INFO] [stdout] 1896 |         let font = FontRef::new(font_test_data::VAZIRMATN_VAR).unwrap();
[INFO] [stdout]      |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]     --> src/tables/variations.rs:1925:33
[INFO] [stdout]      |
[INFO] [stdout] 1925 |         let font = FontRef::new(font_test_data::VAZIRMATN_VAR).unwrap();
[INFO] [stdout]      |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]   --> src/tables/vorg.rs:27:33
[INFO] [stdout]    |
[INFO] [stdout] 27 |         let font = FontRef::new(font_test_data::VORG).unwrap();
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `font_test_data`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `font_test_data`, use `cargo add font_test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `read-fonts` (lib test) due to 145 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "ece414e5de60e81cafb59bc17b9527ea232332b9537eadced7dde8c92b4a9ed3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ece414e5de60e81cafb59bc17b9527ea232332b9537eadced7dde8c92b4a9ed3", kill_on_drop: false }`
[INFO] [stdout] ece414e5de60e81cafb59bc17b9527ea232332b9537eadced7dde8c92b4a9ed3
