[INFO] fetching crate ab_glyph 0.2.31...
[INFO] testing ab_glyph-0.2.31 against 1.90.0 for beta-1.91-2
[INFO] extracting crate ab_glyph 0.2.31 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate ab_glyph 0.2.31
[INFO] finished tweaking crates.io crate ab_glyph 0.2.31
[INFO] tweaked toml for crates.io crate ab_glyph 0.2.31 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate ab_glyph 0.2.31 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 ab_glyph 0.2.31 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] 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] a6d0f7baf5ad2c66925415e2d1f1ac724b8bab3d612c897e935dc2a507ebce59
[INFO] running `Command { std: "docker" "start" "-a" "a6d0f7baf5ad2c66925415e2d1f1ac724b8bab3d612c897e935dc2a507ebce59", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a6d0f7baf5ad2c66925415e2d1f1ac724b8bab3d612c897e935dc2a507ebce59", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a6d0f7baf5ad2c66925415e2d1f1ac724b8bab3d612c897e935dc2a507ebce59", kill_on_drop: false }`
[INFO] [stdout] a6d0f7baf5ad2c66925415e2d1f1ac724b8bab3d612c897e935dc2a507ebce59
[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] fc956cec15f3a1b07418f193f3e4007838a6dc19e0e703914f413b80a7a2bee3
[INFO] running `Command { std: "docker" "start" "-a" "fc956cec15f3a1b07418f193f3e4007838a6dc19e0e703914f413b80a7a2bee3", kill_on_drop: false }`
[INFO] [stderr]    Compiling ttf-parser v0.25.1
[INFO] [stderr]    Compiling ab_glyph_rasterizer v0.1.9
[INFO] [stderr]    Compiling owned_ttf_parser v0.25.0
[INFO] [stderr]    Compiling ab_glyph v0.2.31 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/font.rs:207:27
[INFO] [stdout]     |
[INFO] [stdout] 207 |     fn glyph_raster_image(&self, id: GlyphId, pixel_size: u16) -> Option<crate::GlyphImage> {
[INFO] [stdout]     |                           ^^^^^ the lifetime is elided here              ----------------- the same lifetime is hidden 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] 207 |     fn glyph_raster_image(&self, id: GlyphId, pixel_size: u16) -> Option<crate::GlyphImage<'_>> {
[INFO] [stdout]     |                                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/font.rs:224:28
[INFO] [stdout]     |
[INFO] [stdout] 224 |     fn glyph_raster_image2(&self, id: GlyphId, pixel_size: u16) -> Option<v2::GlyphImage>;
[INFO] [stdout]     |                            ^^^^^ the lifetime is elided here              -------------- the same lifetime is hidden 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] 224 |     fn glyph_raster_image2(&self, id: GlyphId, pixel_size: u16) -> Option<v2::GlyphImage<'_>>;
[INFO] [stdout]     |                                                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/font.rs:231:24
[INFO] [stdout]     |
[INFO] [stdout] 231 |     fn glyph_svg_image(&self, id: GlyphId) -> Option<GlyphSvg> {
[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] 231 |     fn glyph_svg_image(&self, id: GlyphId) -> Option<GlyphSvg<'_>> {
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/font.rs:397:28
[INFO] [stdout]     |
[INFO] [stdout] 397 |     fn glyph_raster_image2(&self, id: GlyphId, size: u16) -> Option<v2::GlyphImage> {
[INFO] [stdout]     |                            ^^^^^ the lifetime is elided here        -------------- the same lifetime is hidden 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] 397 |     fn glyph_raster_image2(&self, id: GlyphId, size: u16) -> Option<v2::GlyphImage<'_>> {
[INFO] [stdout]     |                                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/font.rs:402:24
[INFO] [stdout]     |
[INFO] [stdout] 402 |     fn glyph_svg_image(&self, id: GlyphId) -> Option<GlyphSvg> {
[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] 402 |     fn glyph_svg_image(&self, id: GlyphId) -> Option<GlyphSvg<'_>> {
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/font_arc.rs:145:28
[INFO] [stdout]     |
[INFO] [stdout] 145 |     fn glyph_raster_image2(&self, id: GlyphId, size: u16) -> Option<v2::GlyphImage> {
[INFO] [stdout]     |                            ^^^^^ the lifetime is elided here        -------------- the same lifetime is hidden 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] 145 |     fn glyph_raster_image2(&self, id: GlyphId, size: u16) -> Option<v2::GlyphImage<'_>> {
[INFO] [stdout]     |                                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/font_arc.rs:150:24
[INFO] [stdout]     |
[INFO] [stdout] 150 |     fn glyph_svg_image(&self, id: GlyphId) -> Option<crate::GlyphSvg> {
[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] 150 |     fn glyph_svg_image(&self, id: GlyphId) -> Option<crate::GlyphSvg<'_>> {
[INFO] [stdout]     |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ttfp.rs:327:36
[INFO] [stdout]     |
[INFO] [stdout] 327 |             fn glyph_raster_image2(&self, id: GlyphId, size: u16) -> Option<v2::GlyphImage> {
[INFO] [stdout]     |                                    ^^^^^ the lifetime is elided here        -------------- the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 369 | impl_font!(FontRef<'_>);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_font` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 327 |             fn glyph_raster_image2(&self, id: GlyphId, size: u16) -> Option<v2::GlyphImage<'_>> {
[INFO] [stdout]     |                                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ttfp.rs:351:32
[INFO] [stdout]     |
[INFO] [stdout] 351 |             fn glyph_svg_image(&self, id: GlyphId) -> Option<GlyphSvg> {
[INFO] [stdout]     |                                ^^^^^                         -------- the same lifetime is hidden here
[INFO] [stdout]     |                                |
[INFO] [stdout]     |                                the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 369 | impl_font!(FontRef<'_>);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_font` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 351 |             fn glyph_svg_image(&self, id: GlyphId) -> Option<GlyphSvg<'_>> {
[INFO] [stdout]     |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ttfp.rs:327:36
[INFO] [stdout]     |
[INFO] [stdout] 327 |             fn glyph_raster_image2(&self, id: GlyphId, size: u16) -> Option<v2::GlyphImage> {
[INFO] [stdout]     |                                    ^^^^^ the lifetime is elided here        -------------- the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 370 | impl_font!(FontVec);
[INFO] [stdout]     | ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_font` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 327 |             fn glyph_raster_image2(&self, id: GlyphId, size: u16) -> Option<v2::GlyphImage<'_>> {
[INFO] [stdout]     |                                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ttfp.rs:351:32
[INFO] [stdout]     |
[INFO] [stdout] 351 |             fn glyph_svg_image(&self, id: GlyphId) -> Option<GlyphSvg> {
[INFO] [stdout]     |                                ^^^^^                         -------- the same lifetime is hidden here
[INFO] [stdout]     |                                |
[INFO] [stdout]     |                                the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 370 | impl_font!(FontVec);
[INFO] [stdout]     | ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_font` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 351 |             fn glyph_svg_image(&self, id: GlyphId) -> Option<GlyphSvg<'_>> {
[INFO] [stdout]     |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.59s
[INFO] running `Command { std: "docker" "inspect" "fc956cec15f3a1b07418f193f3e4007838a6dc19e0e703914f413b80a7a2bee3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fc956cec15f3a1b07418f193f3e4007838a6dc19e0e703914f413b80a7a2bee3", kill_on_drop: false }`
[INFO] [stdout] fc956cec15f3a1b07418f193f3e4007838a6dc19e0e703914f413b80a7a2bee3
[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] 8e8046b6ca000a8b801b026db5d98917c3c405faff534bf9f8a77d9970a3f4f9
[INFO] running `Command { std: "docker" "start" "-a" "8e8046b6ca000a8b801b026db5d98917c3c405faff534bf9f8a77d9970a3f4f9", kill_on_drop: false }`
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/font.rs:207:27
[INFO] [stdout]     |
[INFO] [stdout] 207 |     fn glyph_raster_image(&self, id: GlyphId, pixel_size: u16) -> Option<crate::GlyphImage> {
[INFO] [stdout]     |                           ^^^^^ the lifetime is elided here              ----------------- the same lifetime is hidden 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] 207 |     fn glyph_raster_image(&self, id: GlyphId, pixel_size: u16) -> Option<crate::GlyphImage<'_>> {
[INFO] [stdout]     |                                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/font.rs:224:28
[INFO] [stdout]     |
[INFO] [stdout] 224 |     fn glyph_raster_image2(&self, id: GlyphId, pixel_size: u16) -> Option<v2::GlyphImage>;
[INFO] [stdout]     |                            ^^^^^ the lifetime is elided here              -------------- the same lifetime is hidden 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] 224 |     fn glyph_raster_image2(&self, id: GlyphId, pixel_size: u16) -> Option<v2::GlyphImage<'_>>;
[INFO] [stdout]     |                                                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/font.rs:231:24
[INFO] [stdout]     |
[INFO] [stdout] 231 |     fn glyph_svg_image(&self, id: GlyphId) -> Option<GlyphSvg> {
[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] 231 |     fn glyph_svg_image(&self, id: GlyphId) -> Option<GlyphSvg<'_>> {
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/font.rs:397:28
[INFO] [stdout]     |
[INFO] [stdout] 397 |     fn glyph_raster_image2(&self, id: GlyphId, size: u16) -> Option<v2::GlyphImage> {
[INFO] [stdout]     |                            ^^^^^ the lifetime is elided here        -------------- the same lifetime is hidden 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] 397 |     fn glyph_raster_image2(&self, id: GlyphId, size: u16) -> Option<v2::GlyphImage<'_>> {
[INFO] [stdout]     |                                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/font.rs:402:24
[INFO] [stdout]     |
[INFO] [stdout] 402 |     fn glyph_svg_image(&self, id: GlyphId) -> Option<GlyphSvg> {
[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] 402 |     fn glyph_svg_image(&self, id: GlyphId) -> Option<GlyphSvg<'_>> {
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/font_arc.rs:145:28
[INFO] [stdout]     |
[INFO] [stdout] 145 |     fn glyph_raster_image2(&self, id: GlyphId, size: u16) -> Option<v2::GlyphImage> {
[INFO] [stdout]     |                            ^^^^^ the lifetime is elided here        -------------- the same lifetime is hidden 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] 145 |     fn glyph_raster_image2(&self, id: GlyphId, size: u16) -> Option<v2::GlyphImage<'_>> {
[INFO] [stdout]     |                                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/font_arc.rs:150:24
[INFO] [stdout]     |
[INFO] [stdout] 150 |     fn glyph_svg_image(&self, id: GlyphId) -> Option<crate::GlyphSvg> {
[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] 150 |     fn glyph_svg_image(&self, id: GlyphId) -> Option<crate::GlyphSvg<'_>> {
[INFO] [stdout]     |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ttfp.rs:327:36
[INFO] [stdout]     |
[INFO] [stdout] 327 |             fn glyph_raster_image2(&self, id: GlyphId, size: u16) -> Option<v2::GlyphImage> {
[INFO] [stdout]     |                                    ^^^^^ the lifetime is elided here        -------------- the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 369 | impl_font!(FontRef<'_>);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_font` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 327 |             fn glyph_raster_image2(&self, id: GlyphId, size: u16) -> Option<v2::GlyphImage<'_>> {
[INFO] [stdout]     |                                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ttfp.rs:351:32
[INFO] [stdout]     |
[INFO] [stdout] 351 |             fn glyph_svg_image(&self, id: GlyphId) -> Option<GlyphSvg> {
[INFO] [stdout]     |                                ^^^^^                         -------- the same lifetime is hidden here
[INFO] [stdout]     |                                |
[INFO] [stdout]     |                                the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 369 | impl_font!(FontRef<'_>);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_font` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 351 |             fn glyph_svg_image(&self, id: GlyphId) -> Option<GlyphSvg<'_>> {
[INFO] [stdout]     |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling ab_glyph v0.2.31 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ttfp.rs:327:36
[INFO] [stdout]     |
[INFO] [stdout] 327 |             fn glyph_raster_image2(&self, id: GlyphId, size: u16) -> Option<v2::GlyphImage> {
[INFO] [stdout]     |                                    ^^^^^ the lifetime is elided here        -------------- the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 370 | impl_font!(FontVec);
[INFO] [stdout]     | ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_font` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 327 |             fn glyph_raster_image2(&self, id: GlyphId, size: u16) -> Option<v2::GlyphImage<'_>> {
[INFO] [stdout]     |                                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ttfp.rs:351:32
[INFO] [stdout]     |
[INFO] [stdout] 351 |             fn glyph_svg_image(&self, id: GlyphId) -> Option<GlyphSvg> {
[INFO] [stdout]     |                                ^^^^^                         -------- the same lifetime is hidden here
[INFO] [stdout]     |                                |
[INFO] [stdout]     |                                the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 370 | impl_font!(FontVec);
[INFO] [stdout]     | ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_font` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 351 |             fn glyph_svg_image(&self, id: GlyphId) -> Option<GlyphSvg<'_>> {
[INFO] [stdout]     |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/font.rs:207:27
[INFO] [stdout]     |
[INFO] [stdout] 207 |     fn glyph_raster_image(&self, id: GlyphId, pixel_size: u16) -> Option<crate::GlyphImage> {
[INFO] [stdout]     |                           ^^^^^ the lifetime is elided here              ----------------- the same lifetime is hidden 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] 207 |     fn glyph_raster_image(&self, id: GlyphId, pixel_size: u16) -> Option<crate::GlyphImage<'_>> {
[INFO] [stdout]     |                                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/font.rs:224:28
[INFO] [stdout]     |
[INFO] [stdout] 224 |     fn glyph_raster_image2(&self, id: GlyphId, pixel_size: u16) -> Option<v2::GlyphImage>;
[INFO] [stdout]     |                            ^^^^^ the lifetime is elided here              -------------- the same lifetime is hidden 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] 224 |     fn glyph_raster_image2(&self, id: GlyphId, pixel_size: u16) -> Option<v2::GlyphImage<'_>>;
[INFO] [stdout]     |                                                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/font.rs:231:24
[INFO] [stdout]     |
[INFO] [stdout] 231 |     fn glyph_svg_image(&self, id: GlyphId) -> Option<GlyphSvg> {
[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] 231 |     fn glyph_svg_image(&self, id: GlyphId) -> Option<GlyphSvg<'_>> {
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/font.rs:397:28
[INFO] [stdout]     |
[INFO] [stdout] 397 |     fn glyph_raster_image2(&self, id: GlyphId, size: u16) -> Option<v2::GlyphImage> {
[INFO] [stdout]     |                            ^^^^^ the lifetime is elided here        -------------- the same lifetime is hidden 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] 397 |     fn glyph_raster_image2(&self, id: GlyphId, size: u16) -> Option<v2::GlyphImage<'_>> {
[INFO] [stdout]     |                                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/font.rs:402:24
[INFO] [stdout]     |
[INFO] [stdout] 402 |     fn glyph_svg_image(&self, id: GlyphId) -> Option<GlyphSvg> {
[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] 402 |     fn glyph_svg_image(&self, id: GlyphId) -> Option<GlyphSvg<'_>> {
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/font_arc.rs:145:28
[INFO] [stdout]     |
[INFO] [stdout] 145 |     fn glyph_raster_image2(&self, id: GlyphId, size: u16) -> Option<v2::GlyphImage> {
[INFO] [stdout]     |                            ^^^^^ the lifetime is elided here        -------------- the same lifetime is hidden 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] 145 |     fn glyph_raster_image2(&self, id: GlyphId, size: u16) -> Option<v2::GlyphImage<'_>> {
[INFO] [stdout]     |                                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/font_arc.rs:150:24
[INFO] [stdout]     |
[INFO] [stdout] 150 |     fn glyph_svg_image(&self, id: GlyphId) -> Option<crate::GlyphSvg> {
[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] 150 |     fn glyph_svg_image(&self, id: GlyphId) -> Option<crate::GlyphSvg<'_>> {
[INFO] [stdout]     |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ttfp.rs:327:36
[INFO] [stdout]     |
[INFO] [stdout] 327 |             fn glyph_raster_image2(&self, id: GlyphId, size: u16) -> Option<v2::GlyphImage> {
[INFO] [stdout]     |                                    ^^^^^ the lifetime is elided here        -------------- the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 369 | impl_font!(FontRef<'_>);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_font` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 327 |             fn glyph_raster_image2(&self, id: GlyphId, size: u16) -> Option<v2::GlyphImage<'_>> {
[INFO] [stdout]     |                                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ttfp.rs:351:32
[INFO] [stdout]     |
[INFO] [stdout] 351 |             fn glyph_svg_image(&self, id: GlyphId) -> Option<GlyphSvg> {
[INFO] [stdout]     |                                ^^^^^                         -------- the same lifetime is hidden here
[INFO] [stdout]     |                                |
[INFO] [stdout]     |                                the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 369 | impl_font!(FontRef<'_>);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_font` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 351 |             fn glyph_svg_image(&self, id: GlyphId) -> Option<GlyphSvg<'_>> {
[INFO] [stdout]     |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ttfp.rs:327:36
[INFO] [stdout]     |
[INFO] [stdout] 327 |             fn glyph_raster_image2(&self, id: GlyphId, size: u16) -> Option<v2::GlyphImage> {
[INFO] [stdout]     |                                    ^^^^^ the lifetime is elided here        -------------- the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 370 | impl_font!(FontVec);
[INFO] [stdout]     | ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_font` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 327 |             fn glyph_raster_image2(&self, id: GlyphId, size: u16) -> Option<v2::GlyphImage<'_>> {
[INFO] [stdout]     |                                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ttfp.rs:351:32
[INFO] [stdout]     |
[INFO] [stdout] 351 |             fn glyph_svg_image(&self, id: GlyphId) -> Option<GlyphSvg> {
[INFO] [stdout]     |                                ^^^^^                         -------- the same lifetime is hidden here
[INFO] [stdout]     |                                |
[INFO] [stdout]     |                                the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 370 | impl_font!(FontVec);
[INFO] [stdout]     | ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_font` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 351 |             fn glyph_svg_image(&self, id: GlyphId) -> Option<GlyphSvg<'_>> {
[INFO] [stdout]     |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.37s
[INFO] running `Command { std: "docker" "inspect" "8e8046b6ca000a8b801b026db5d98917c3c405faff534bf9f8a77d9970a3f4f9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8e8046b6ca000a8b801b026db5d98917c3c405faff534bf9f8a77d9970a3f4f9", kill_on_drop: false }`
[INFO] [stdout] 8e8046b6ca000a8b801b026db5d98917c3c405faff534bf9f8a77d9970a3f4f9
[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", kill_on_drop: false }`
[INFO] [stdout] b875da16d2de475680fd189a5c91f90a5d1c7638afd5137a081baf89d07e1f43
[INFO] running `Command { std: "docker" "start" "-a" "b875da16d2de475680fd189a5c91f90a5d1c7638afd5137a081baf89d07e1f43", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/font.rs:207:27
[INFO] [stderr]     |
[INFO] [stderr] 207 |     fn glyph_raster_image(&self, id: GlyphId, pixel_size: u16) -> Option<crate::GlyphImage> {
[INFO] [stderr]     |                           ^^^^^ the lifetime is elided here              ----------------- the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 207 |     fn glyph_raster_image(&self, id: GlyphId, pixel_size: u16) -> Option<crate::GlyphImage<'_>> {
[INFO] [stderr]     |                                                                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/font.rs:224:28
[INFO] [stderr]     |
[INFO] [stderr] 224 |     fn glyph_raster_image2(&self, id: GlyphId, pixel_size: u16) -> Option<v2::GlyphImage>;
[INFO] [stderr]     |                            ^^^^^ the lifetime is elided here              -------------- the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 224 |     fn glyph_raster_image2(&self, id: GlyphId, pixel_size: u16) -> Option<v2::GlyphImage<'_>>;
[INFO] [stderr]     |                                                                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/font.rs:231:24
[INFO] [stderr]     |
[INFO] [stderr] 231 |     fn glyph_svg_image(&self, id: GlyphId) -> Option<GlyphSvg> {
[INFO] [stderr]     |                        ^^^^^                         -------- the same lifetime is hidden here
[INFO] [stderr]     |                        |
[INFO] [stderr]     |                        the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 231 |     fn glyph_svg_image(&self, id: GlyphId) -> Option<GlyphSvg<'_>> {
[INFO] [stderr]     |                                                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/font.rs:397:28
[INFO] [stderr]     |
[INFO] [stderr] 397 |     fn glyph_raster_image2(&self, id: GlyphId, size: u16) -> Option<v2::GlyphImage> {
[INFO] [stderr]     |                            ^^^^^ the lifetime is elided here        -------------- the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 397 |     fn glyph_raster_image2(&self, id: GlyphId, size: u16) -> Option<v2::GlyphImage<'_>> {
[INFO] [stderr]     |                                                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/font.rs:402:24
[INFO] [stderr]     |
[INFO] [stderr] 402 |     fn glyph_svg_image(&self, id: GlyphId) -> Option<GlyphSvg> {
[INFO] [stderr]     |                        ^^^^^                         -------- the same lifetime is hidden here
[INFO] [stderr]     |                        |
[INFO] [stderr]     |                        the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 402 |     fn glyph_svg_image(&self, id: GlyphId) -> Option<GlyphSvg<'_>> {
[INFO] [stderr]     |                                                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/font_arc.rs:145:28
[INFO] [stderr]     |
[INFO] [stderr] 145 |     fn glyph_raster_image2(&self, id: GlyphId, size: u16) -> Option<v2::GlyphImage> {
[INFO] [stderr]     |                            ^^^^^ the lifetime is elided here        -------------- the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 145 |     fn glyph_raster_image2(&self, id: GlyphId, size: u16) -> Option<v2::GlyphImage<'_>> {
[INFO] [stderr]     |                                                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/font_arc.rs:150:24
[INFO] [stderr]     |
[INFO] [stderr] 150 |     fn glyph_svg_image(&self, id: GlyphId) -> Option<crate::GlyphSvg> {
[INFO] [stderr]     |                        ^^^^^                         --------------- the same lifetime is hidden here
[INFO] [stderr]     |                        |
[INFO] [stderr]     |                        the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 150 |     fn glyph_svg_image(&self, id: GlyphId) -> Option<crate::GlyphSvg<'_>> {
[INFO] [stderr]     |                                                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/ttfp.rs:327:36
[INFO] [stderr]     |
[INFO] [stderr] 327 |             fn glyph_raster_image2(&self, id: GlyphId, size: u16) -> Option<v2::GlyphImage> {
[INFO] [stderr]     |                                    ^^^^^ the lifetime is elided here        -------------- the same lifetime is hidden here
[INFO] [stderr] ...
[INFO] [stderr] 369 | impl_font!(FontRef<'_>);
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_font` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 327 |             fn glyph_raster_image2(&self, id: GlyphId, size: u16) -> Option<v2::GlyphImage<'_>> {
[INFO] [stderr]     |                                                                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/ttfp.rs:351:32
[INFO] [stderr]     |
[INFO] [stderr] 351 |             fn glyph_svg_image(&self, id: GlyphId) -> Option<GlyphSvg> {
[INFO] [stderr]     |                                ^^^^^                         -------- the same lifetime is hidden here
[INFO] [stderr]     |                                |
[INFO] [stderr]     |                                the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 369 | impl_font!(FontRef<'_>);
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_font` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 351 |             fn glyph_svg_image(&self, id: GlyphId) -> Option<GlyphSvg<'_>> {
[INFO] [stderr]     |                                                                      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/ttfp.rs:327:36
[INFO] [stderr]     |
[INFO] [stderr] 327 |             fn glyph_raster_image2(&self, id: GlyphId, size: u16) -> Option<v2::GlyphImage> {
[INFO] [stderr]     |                                    ^^^^^ the lifetime is elided here        -------------- the same lifetime is hidden here
[INFO] [stderr] ...
[INFO] [stderr] 370 | impl_font!(FontVec);
[INFO] [stderr]     | ------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_font` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 327 |             fn glyph_raster_image2(&self, id: GlyphId, size: u16) -> Option<v2::GlyphImage<'_>> {
[INFO] [stderr]     |                                                                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/ttfp.rs:351:32
[INFO] [stderr]     |
[INFO] [stderr] 351 |             fn glyph_svg_image(&self, id: GlyphId) -> Option<GlyphSvg> {
[INFO] [stderr]     |                                ^^^^^                         -------- the same lifetime is hidden here
[INFO] [stderr]     |                                |
[INFO] [stderr]     |                                the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 370 | impl_font!(FontVec);
[INFO] [stderr]     | ------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_font` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 351 |             fn glyph_svg_image(&self, id: GlyphId) -> Option<GlyphSvg<'_>> {
[INFO] [stderr]     |                                                                      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `ab_glyph` (lib) generated 11 warnings
[INFO] [stderr] warning: `ab_glyph` (lib test) generated 11 warnings (11 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ab_glyph-f9ce765e746afa5b)
[INFO] [stderr]    Doc-tests ab_glyph
[INFO] [stdout] 
[INFO] [stdout] running 25 tests
[INFO] [stdout] test src/font.rs - font::Font::as_scaled (line 271) ... FAILED
[INFO] [stdout] test src/font_arc.rs - font_arc::FontArc::new (line 24) ... FAILED
[INFO] [stdout] test src/glyph.rs - glyph::GlyphId (line 6) ... FAILED
[INFO] [stdout] test src/font_arc.rs - font_arc::FontArc (line 10) ... FAILED
[INFO] [stdout] test src/scale.rs - scale::ScaleFont (line 60) ... FAILED
[INFO] [stdout] test src/font_arc.rs - font_arc::FontArc::try_from_vec (line 40) ... FAILED
[INFO] [stdout] test src/font.rs - font::Font::font_data (line 308) ... FAILED
[INFO] [stdout] test src/glyph.rs - glyph::GlyphId::with_scale_and_position (line 21) ... FAILED
[INFO] [stdout] test src/font.rs - font::Font::codepoint_ids (line 175) ... FAILED
[INFO] [stdout] test src/font_arc.rs - font_arc::FontArc::try_from_slice (line 55) ... FAILED
[INFO] [stdout] test src/ttfp.rs - ttfp::FontRef<'font>::try_from_slice_and_index (line 68) ... FAILED
[INFO] [stdout] test src/scale.rs - scale::ScaleFont::scaled_glyph (line 142) ... FAILED
[INFO] [stdout] test src/font.rs - font::Font::italic_angle (line 108) ... FAILED
[INFO] [stdout] test src/glyph.rs - glyph::GlyphId::with_scale (line 42) ... FAILED
[INFO] [stdout] test src/ttfp.rs - ttfp::FontRef (line 26) ... FAILED
[INFO] [stdout] test src/ttfp.rs - ttfp::FontVec::as_slice (line 149) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 4) ... FAILED
[INFO] [stdout] test src/ttfp.rs - ttfp::FontRef<'font>::try_from_slice (line 51) ... FAILED
[INFO] [stdout] test src/ttfp.rs - ttfp::FontVec (line 89) ... FAILED
[INFO] [stdout] test src/ttfp.rs - ttfp::FontVec::into_vec (line 166) ... FAILED
[INFO] [stdout] test src/ttfp.rs - ttfp::FontVec::try_from_vec_and_index (line 132) ... FAILED
[INFO] [stdout] test src/scale.rs - scale::PxScale (line 15) ... ok
[INFO] [stdout] test src/ttfp.rs - ttfp::FontVec::try_from_vec (line 114) ... FAILED
[INFO] [stdout] test src/variable.rs - variable::VariableFont::variations (line 33) ... FAILED
[INFO] [stdout] test src/variable.rs - variable::VariableFont::set_variation (line 15) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/font.rs - font::Font::as_scaled (line 271) stdout ----
[INFO] [stdout] error: couldn't read `src/../../dev/fonts/Exo2-Light.otf`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/font.rs:275:36
[INFO] [stdout]   |
[INFO] [stdout] 6 | let font = FontRef::try_from_slice(include_bytes!("../../dev/fonts/Exo2-Light.otf"))?;
[INFO] [stdout]   |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/font_arc.rs - font_arc::FontArc::new (line 24) stdout ----
[INFO] [stdout] error: couldn't read `src/../../dev/fonts/Exo2-Light.otf`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/font_arc.rs:28:17
[INFO] [stdout]   |
[INFO] [stdout] 6 | let font_data = include_bytes!("../../dev/fonts/Exo2-Light.otf").to_vec();
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/glyph.rs - glyph::GlyphId (line 6) stdout ----
[INFO] [stdout] error: couldn't read `src/../../dev/fonts/Exo2-Light.otf`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/glyph.rs:10:36
[INFO] [stdout]   |
[INFO] [stdout] 6 | let font = FontRef::try_from_slice(include_bytes!("../../dev/fonts/Exo2-Light.otf"))?;
[INFO] [stdout]   |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/font_arc.rs - font_arc::FontArc (line 10) stdout ----
[INFO] [stdout] error: couldn't read `src/../../dev/fonts/Exo2-Light.otf`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/font_arc.rs:15:36
[INFO] [stdout]   |
[INFO] [stdout] 7 | let font = FontArc::try_from_slice(include_bytes!("../../dev/fonts/Exo2-Light.otf"))?;
[INFO] [stdout]   |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/scale.rs - scale::ScaleFont (line 60) stdout ----
[INFO] [stdout] error: couldn't read `src/../../dev/fonts/Exo2-Light.otf`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/scale.rs:65:36
[INFO] [stdout]   |
[INFO] [stdout] 7 | let font = FontRef::try_from_slice(include_bytes!("../../dev/fonts/Exo2-Light.otf"))?;
[INFO] [stdout]   |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/font_arc.rs - font_arc::FontArc::try_from_vec (line 40) stdout ----
[INFO] [stdout] error: couldn't read `src/../../dev/fonts/Exo2-Light.otf`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/font_arc.rs:44:23
[INFO] [stdout]   |
[INFO] [stdout] 6 | let owned_font_data = include_bytes!("../../dev/fonts/Exo2-Light.otf").to_vec();
[INFO] [stdout]   |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/font.rs - font::Font::font_data (line 308) stdout ----
[INFO] [stdout] error: couldn't read `src/../../dev/fonts/Exo2-Light.otf`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/font.rs:312:23
[INFO] [stdout]   |
[INFO] [stdout] 6 | let owned_font_data = include_bytes!("../../dev/fonts/Exo2-Light.otf");
[INFO] [stdout]   |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/glyph.rs - glyph::GlyphId::with_scale_and_position (line 21) stdout ----
[INFO] [stdout] error: couldn't read `src/../../dev/fonts/Exo2-Light.otf`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/glyph.rs:24:36
[INFO] [stdout]   |
[INFO] [stdout] 6 | let font = FontRef::try_from_slice(include_bytes!("../../dev/fonts/Exo2-Light.otf")).unwrap();
[INFO] [stdout]   |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/font.rs - font::Font::codepoint_ids (line 175) stdout ----
[INFO] [stdout] error: couldn't read `src/../../dev/fonts/Exo2-Light.otf`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/font.rs:180:36
[INFO] [stdout]   |
[INFO] [stdout] 7 | let font = FontRef::try_from_slice(include_bytes!("../../dev/fonts/Exo2-Light.otf"))?;
[INFO] [stdout]   |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/font_arc.rs - font_arc::FontArc::try_from_slice (line 55) stdout ----
[INFO] [stdout] error: couldn't read `src/../../dev/fonts/Exo2-Light.otf`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/font_arc.rs:59:36
[INFO] [stdout]   |
[INFO] [stdout] 6 | let font = FontArc::try_from_slice(include_bytes!("../../dev/fonts/Exo2-Light.otf"))?;
[INFO] [stdout]   |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ttfp.rs - ttfp::FontRef<'font>::try_from_slice_and_index (line 68) stdout ----
[INFO] [stdout] error: couldn't read `src/../../dev/fonts/Exo2-Light.otf`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/ttfp.rs:73:39
[INFO] [stdout]   |
[INFO] [stdout] 7 |     FontRef::try_from_slice_and_index(include_bytes!("../../dev/fonts/Exo2-Light.otf"), 0)?;
[INFO] [stdout]   |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/scale.rs - scale::ScaleFont::scaled_glyph (line 142) stdout ----
[INFO] [stdout] error: couldn't read `src/../../dev/fonts/Exo2-Light.otf`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/scale.rs:145:36
[INFO] [stdout]   |
[INFO] [stdout] 6 | let font = FontRef::try_from_slice(include_bytes!("../../dev/fonts/Exo2-Light.otf")).unwrap();
[INFO] [stdout]   |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/font.rs - font::Font::italic_angle (line 108) stdout ----
[INFO] [stdout] error: couldn't read `src/../../dev/fonts/OpenSans-Italic.ttf`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/font.rs:113:29
[INFO] [stdout]   |
[INFO] [stdout] 7 |     FontRef::try_from_slice(include_bytes!("../../dev/fonts/OpenSans-Italic.ttf"))?;
[INFO] [stdout]   |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../../dev/fonts/Exo2-Light.otf`: No such file or directory (os error 2)
[INFO] [stdout]   --> src/font.rs:116:42
[INFO] [stdout]    |
[INFO] [stdout] 10 | let other_font = FontRef::try_from_slice(include_bytes!("../../dev/fonts/Exo2-Light.otf"))?;
[INFO] [stdout]    |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/glyph.rs - glyph::GlyphId::with_scale (line 42) stdout ----
[INFO] [stdout] error: couldn't read `src/../../dev/fonts/Exo2-Light.otf`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/glyph.rs:45:36
[INFO] [stdout]   |
[INFO] [stdout] 6 | let font = FontRef::try_from_slice(include_bytes!("../../dev/fonts/Exo2-Light.otf")).unwrap();
[INFO] [stdout]   |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ttfp.rs - ttfp::FontRef (line 26) stdout ----
[INFO] [stdout] error: couldn't read `src/../../dev/fonts/Exo2-Light.otf`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/ttfp.rs:31:36
[INFO] [stdout]   |
[INFO] [stdout] 7 | let font = FontRef::try_from_slice(include_bytes!("../../dev/fonts/Exo2-Light.otf"))?;
[INFO] [stdout]   |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ttfp.rs - ttfp::FontVec::as_slice (line 149) stdout ----
[INFO] [stdout] error: couldn't read `src/../../dev/fonts/Exo2-Light.otf`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/ttfp.rs:153:23
[INFO] [stdout]   |
[INFO] [stdout] 6 | let owned_font_data = include_bytes!("../../dev/fonts/Exo2-Light.otf").to_vec();
[INFO] [stdout]   |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 4) stdout ----
[INFO] [stdout] error: couldn't read `src/../../dev/fonts/Exo2-Light.otf`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/lib.rs:9:36
[INFO] [stdout]   |
[INFO] [stdout] 7 | let font = FontRef::try_from_slice(include_bytes!("../../dev/fonts/Exo2-Light.otf"))?;
[INFO] [stdout]   |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ttfp.rs - ttfp::FontRef<'font>::try_from_slice (line 51) stdout ----
[INFO] [stdout] error: couldn't read `src/../../dev/fonts/Exo2-Light.otf`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/ttfp.rs:55:36
[INFO] [stdout]   |
[INFO] [stdout] 6 | let font = FontRef::try_from_slice(include_bytes!("../../dev/fonts/Exo2-Light.otf"))?;
[INFO] [stdout]   |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ttfp.rs - ttfp::FontVec (line 89) stdout ----
[INFO] [stdout] error: couldn't read `src/../../dev/fonts/Exo2-Light.otf`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/ttfp.rs:94:23
[INFO] [stdout]   |
[INFO] [stdout] 7 | let owned_font_data = include_bytes!("../../dev/fonts/Exo2-Light.otf").to_vec();
[INFO] [stdout]   |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ttfp.rs - ttfp::FontVec::into_vec (line 166) stdout ----
[INFO] [stdout] error: couldn't read `src/../../dev/fonts/Exo2-Light.otf`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/ttfp.rs:170:23
[INFO] [stdout]   |
[INFO] [stdout] 6 | let owned_font_data = include_bytes!("../../dev/fonts/Exo2-Light.otf").to_vec();
[INFO] [stdout]   |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ttfp.rs - ttfp::FontVec::try_from_vec_and_index (line 132) stdout ----
[INFO] [stdout] error: couldn't read `src/../../dev/fonts/Exo2-Light.otf`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/ttfp.rs:136:23
[INFO] [stdout]   |
[INFO] [stdout] 6 | let owned_font_data = include_bytes!("../../dev/fonts/Exo2-Light.otf").to_vec();
[INFO] [stdout]   |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ttfp.rs - ttfp::FontVec::try_from_vec (line 114) stdout ----
[INFO] [stdout] error: couldn't read `src/../../dev/fonts/Exo2-Light.otf`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/ttfp.rs:118:23
[INFO] [stdout]   |
[INFO] [stdout] 6 | let owned_font_data = include_bytes!("../../dev/fonts/Exo2-Light.otf").to_vec();
[INFO] [stdout]   |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/variable.rs - variable::VariableFont::variations (line 33) stdout ----
[INFO] [stdout] error: couldn't read `src/../../dev/fonts/Cantarell-VF.otf`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/variable.rs:38:36
[INFO] [stdout]   |
[INFO] [stdout] 7 | let font = FontRef::try_from_slice(include_bytes!("../../dev/fonts/Cantarell-VF.otf"))?;
[INFO] [stdout]   |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/variable.rs - variable::VariableFont::set_variation (line 15) stdout ----
[INFO] [stdout] error: couldn't read `src/../../dev/fonts/Cantarell-VF.otf`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/variable.rs:20:40
[INFO] [stdout]   |
[INFO] [stdout] 7 | let mut font = FontRef::try_from_slice(include_bytes!("../../dev/fonts/Cantarell-VF.otf"))?;
[INFO] [stdout]   |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/font.rs - font::Font::as_scaled (line 271)
[INFO] [stdout]     src/font.rs - font::Font::codepoint_ids (line 175)
[INFO] [stdout]     src/font.rs - font::Font::font_data (line 308)
[INFO] [stdout]     src/font.rs - font::Font::italic_angle (line 108)
[INFO] [stdout]     src/font_arc.rs - font_arc::FontArc (line 10)
[INFO] [stdout]     src/font_arc.rs - font_arc::FontArc::new (line 24)
[INFO] [stdout]     src/font_arc.rs - font_arc::FontArc::try_from_slice (line 55)
[INFO] [stdout]     src/font_arc.rs - font_arc::FontArc::try_from_vec (line 40)
[INFO] [stdout]     src/glyph.rs - glyph::GlyphId (line 6)
[INFO] [stdout]     src/glyph.rs - glyph::GlyphId::with_scale (line 42)
[INFO] [stdout]     src/glyph.rs - glyph::GlyphId::with_scale_and_position (line 21)
[INFO] [stdout]     src/lib.rs - (line 4)
[INFO] [stdout]     src/scale.rs - scale::ScaleFont (line 60)
[INFO] [stdout]     src/scale.rs - scale::ScaleFont::scaled_glyph (line 142)
[INFO] [stdout]     src/ttfp.rs - ttfp::FontRef (line 26)
[INFO] [stdout]     src/ttfp.rs - ttfp::FontRef<'font>::try_from_slice (line 51)
[INFO] [stdout]     src/ttfp.rs - ttfp::FontRef<'font>::try_from_slice_and_index (line 68)
[INFO] [stdout]     src/ttfp.rs - ttfp::FontVec (line 89)
[INFO] [stdout]     src/ttfp.rs - ttfp::FontVec::as_slice (line 149)
[INFO] [stdout]     src/ttfp.rs - ttfp::FontVec::into_vec (line 166)
[INFO] [stdout]     src/ttfp.rs - ttfp::FontVec::try_from_vec (line 114)
[INFO] [stdout]     src/ttfp.rs - ttfp::FontVec::try_from_vec_and_index (line 132)
[INFO] [stdout]     src/variable.rs - variable::VariableFont::set_variation (line 15)
[INFO] [stdout]     src/variable.rs - variable::VariableFont::variations (line 33)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 24 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.40s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "b875da16d2de475680fd189a5c91f90a5d1c7638afd5137a081baf89d07e1f43", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b875da16d2de475680fd189a5c91f90a5d1c7638afd5137a081baf89d07e1f43", kill_on_drop: false }`
[INFO] [stdout] b875da16d2de475680fd189a5c91f90a5d1c7638afd5137a081baf89d07e1f43
