[INFO] fetching crate ttf-parser 0.25.1...
[INFO] testing ttf-parser-0.25.1 against master#ec6f9a5b4413f74386267ef8efc93712c2ce6db6 for pr-155739-1
[INFO] extracting crate ttf-parser 0.25.1 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate ttf-parser 0.25.1
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate ttf-parser 0.25.1
[INFO] tweaked toml for crates.io crate ttf-parser 0.25.1 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate ttf-parser 0.25.1 on toolchain ec6f9a5b4413f74386267ef8efc93712c2ce6db6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate ttf-parser 0.25.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded xmlwriter v0.1.0
[INFO] [stderr]   Downloaded core_maths v0.1.0
[INFO] [stderr]   Downloaded tiny-skia-path v0.11.4
[INFO] [stderr]   Downloaded strict-num v0.1.1
[INFO] [stderr]   Downloaded bytemuck v1.20.0
[INFO] [stderr]   Downloaded libm v0.2.11
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e9f2dacc8aabecdd36ae6ac5c50838447af874794c105f7f01ec59583072cab8
[INFO] running `Command { std: "docker" "start" "-a" "e9f2dacc8aabecdd36ae6ac5c50838447af874794c105f7f01ec59583072cab8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e9f2dacc8aabecdd36ae6ac5c50838447af874794c105f7f01ec59583072cab8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e9f2dacc8aabecdd36ae6ac5c50838447af874794c105f7f01ec59583072cab8", kill_on_drop: false }`
[INFO] [stdout] e9f2dacc8aabecdd36ae6ac5c50838447af874794c105f7f01ec59583072cab8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b296b36c278f38ddc76907afd809952a88f1c6595a4b02bd791aa847360d39ec
[INFO] running `Command { std: "docker" "start" "-a" "b296b36c278f38ddc76907afd809952a88f1c6595a4b02bd791aa847360d39ec", kill_on_drop: false }`
[INFO] [stderr]    Compiling ttf-parser v0.25.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:2204:9
[INFO] [stdout]      |
[INFO] [stdout] 2204 |         &self,
[INFO] [stdout]      |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 2207 |     ) -> Option<RasterGlyphImage> {
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^ 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] 2207 |     ) -> Option<RasterGlyphImage<'_>> {
[INFO] [stdout]      |                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tables/cff/cff1.rs:802:29
[INFO] [stdout]     |
[INFO] [stdout] 802 | fn parse_cid_metadata(data: &[u8], top_dict: TopDict, number_of_glyphs: u16) -> Option<FontKind> {
[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] 802 | fn parse_cid_metadata(data: &[u8], top_dict: TopDict, number_of_glyphs: u16) -> Option<FontKind<'_>> {
[INFO] [stdout]     |                                                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tables/glyf.rs:485:17
[INFO] [stdout]     |
[INFO] [stdout] 485 |     glyph_data: &[u8],
[INFO] [stdout]     |                 ^^^^^ the lifetime is elided here
[INFO] [stdout] 486 |     number_of_contours: NonZeroU16,
[INFO] [stdout] 487 | ) -> Option<GlyphPointsIter> {
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^ 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] 487 | ) -> Option<GlyphPointsIter<'_>> {
[INFO] [stdout]     |                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tables/stat.rs:420:9
[INFO] [stdout]     |
[INFO] [stdout] 420 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 423 |     ) -> Option<AxisValueSubtable> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^ 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] 423 |     ) -> Option<AxisValueSubtable<'_>> {
[INFO] [stdout]     |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tables/gpos.rs:910:16
[INFO] [stdout]     |
[INFO] [stdout] 910 |     pub fn get(&self, row: u16, col: u16) -> Option<Anchor> {
[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] 910 |     pub fn get(&self, row: u16, col: u16) -> Option<Anchor<'_>> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/tables/math.rs:48:24
[INFO] [stdout]    |
[INFO] [stdout] 48 |     fn get(self, data: &[u8]) -> MathValue {
[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] 48 |     fn get(self, data: &[u8]) -> MathValue<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/var_store.rs:63:27
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub fn region_indices(&self, index: u16) -> Option<LazyArray16<u16>> {
[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] 63 |     pub fn region_indices(&self, index: u16) -> Option<LazyArray16<'_, u16>> {
[INFO] [stdout]    |                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
[INFO] running `Command { std: "docker" "inspect" "b296b36c278f38ddc76907afd809952a88f1c6595a4b02bd791aa847360d39ec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b296b36c278f38ddc76907afd809952a88f1c6595a4b02bd791aa847360d39ec", kill_on_drop: false }`
[INFO] [stdout] b296b36c278f38ddc76907afd809952a88f1c6595a4b02bd791aa847360d39ec
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7730d7c5a0f8d1281e802ed102a491833897b6c4a4ff401ef7d14fb3abf71370
[INFO] running `Command { std: "docker" "start" "-a" "7730d7c5a0f8d1281e802ed102a491833897b6c4a4ff401ef7d14fb3abf71370", kill_on_drop: false }`
[INFO] [stderr]    Compiling arrayref v0.3.9
[INFO] [stderr]    Compiling bytemuck v1.20.0
[INFO] [stderr]    Compiling strict-num v0.1.1
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling pico-args v0.5.0
[INFO] [stderr]    Compiling xmlwriter v0.1.0
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:2204:9
[INFO] [stdout]      |
[INFO] [stdout] 2204 |         &self,
[INFO] [stdout]      |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 2207 |     ) -> Option<RasterGlyphImage> {
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^ 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] 2207 |     ) -> Option<RasterGlyphImage<'_>> {
[INFO] [stdout]      |                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tables/cff/cff1.rs:802:29
[INFO] [stdout]     |
[INFO] [stdout] 802 | fn parse_cid_metadata(data: &[u8], top_dict: TopDict, number_of_glyphs: u16) -> Option<FontKind> {
[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] 802 | fn parse_cid_metadata(data: &[u8], top_dict: TopDict, number_of_glyphs: u16) -> Option<FontKind<'_>> {
[INFO] [stdout]     |                                                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tables/glyf.rs:485:17
[INFO] [stdout]     |
[INFO] [stdout] 485 |     glyph_data: &[u8],
[INFO] [stdout]     |                 ^^^^^ the lifetime is elided here
[INFO] [stdout] 486 |     number_of_contours: NonZeroU16,
[INFO] [stdout] 487 | ) -> Option<GlyphPointsIter> {
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^ 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] 487 | ) -> Option<GlyphPointsIter<'_>> {
[INFO] [stdout]     |                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tables/stat.rs:420:9
[INFO] [stdout]     |
[INFO] [stdout] 420 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 423 |     ) -> Option<AxisValueSubtable> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^ 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] 423 |     ) -> Option<AxisValueSubtable<'_>> {
[INFO] [stdout]     |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tables/gpos.rs:910:16
[INFO] [stdout]     |
[INFO] [stdout] 910 |     pub fn get(&self, row: u16, col: u16) -> Option<Anchor> {
[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] 910 |     pub fn get(&self, row: u16, col: u16) -> Option<Anchor<'_>> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/tables/math.rs:48:24
[INFO] [stdout]    |
[INFO] [stdout] 48 |     fn get(self, data: &[u8]) -> MathValue {
[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] 48 |     fn get(self, data: &[u8]) -> MathValue<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/var_store.rs:63:27
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub fn region_indices(&self, index: u16) -> Option<LazyArray16<u16>> {
[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] 63 |     pub fn region_indices(&self, index: u16) -> Option<LazyArray16<'_, u16>> {
[INFO] [stdout]    |                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling tiny-skia-path v0.11.4
[INFO] [stderr]    Compiling ttf-parser v0.25.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:2204:9
[INFO] [stdout]      |
[INFO] [stdout] 2204 |         &self,
[INFO] [stdout]      |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 2207 |     ) -> Option<RasterGlyphImage> {
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^ 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] 2207 |     ) -> Option<RasterGlyphImage<'_>> {
[INFO] [stdout]      |                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tables/cff/cff1.rs:802:29
[INFO] [stdout]     |
[INFO] [stdout] 802 | fn parse_cid_metadata(data: &[u8], top_dict: TopDict, number_of_glyphs: u16) -> Option<FontKind> {
[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] 802 | fn parse_cid_metadata(data: &[u8], top_dict: TopDict, number_of_glyphs: u16) -> Option<FontKind<'_>> {
[INFO] [stdout]     |                                                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tables/glyf.rs:485:17
[INFO] [stdout]     |
[INFO] [stdout] 485 |     glyph_data: &[u8],
[INFO] [stdout]     |                 ^^^^^ the lifetime is elided here
[INFO] [stdout] 486 |     number_of_contours: NonZeroU16,
[INFO] [stdout] 487 | ) -> Option<GlyphPointsIter> {
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^ 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] 487 | ) -> Option<GlyphPointsIter<'_>> {
[INFO] [stdout]     |                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tables/stat.rs:420:9
[INFO] [stdout]     |
[INFO] [stdout] 420 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 423 |     ) -> Option<AxisValueSubtable> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^ 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] 423 |     ) -> Option<AxisValueSubtable<'_>> {
[INFO] [stdout]     |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tables/gpos.rs:910:16
[INFO] [stdout]     |
[INFO] [stdout] 910 |     pub fn get(&self, row: u16, col: u16) -> Option<Anchor> {
[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] 910 |     pub fn get(&self, row: u16, col: u16) -> Option<Anchor<'_>> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/tables/math.rs:48:24
[INFO] [stdout]    |
[INFO] [stdout] 48 |     fn get(self, data: &[u8]) -> MathValue {
[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] 48 |     fn get(self, data: &[u8]) -> MathValue<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/var_store.rs:63:27
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub fn region_indices(&self, index: u16) -> Option<LazyArray16<u16>> {
[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] 63 |     pub fn region_indices(&self, index: u16) -> Option<LazyArray16<'_, u16>> {
[INFO] [stdout]    |                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 4.11s
[INFO] running `Command { std: "docker" "inspect" "7730d7c5a0f8d1281e802ed102a491833897b6c4a4ff401ef7d14fb3abf71370", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7730d7c5a0f8d1281e802ed102a491833897b6c4a4ff401ef7d14fb3abf71370", kill_on_drop: false }`
[INFO] [stdout] 7730d7c5a0f8d1281e802ed102a491833897b6c4a4ff401ef7d14fb3abf71370
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 7febea312918c724bef7c9abf8a1ea0387604fc76da8aa390df7f557cc742405
[INFO] running `Command { std: "docker" "start" "-a" "7febea312918c724bef7c9abf8a1ea0387604fc76da8aa390df7f557cc742405", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/lib.rs:2204:9
[INFO] [stderr]      |
[INFO] [stderr] 2204 |         &self,
[INFO] [stderr]      |         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 2207 |     ) -> Option<RasterGlyphImage> {
[INFO] [stderr]      |                 ^^^^^^^^^^^^^^^^ 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] 2207 |     ) -> Option<RasterGlyphImage<'_>> {
[INFO] [stderr]      |                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/tables/cff/cff1.rs:802:29
[INFO] [stderr]     |
[INFO] [stderr] 802 | fn parse_cid_metadata(data: &[u8], top_dict: TopDict, number_of_glyphs: u16) -> Option<FontKind> {
[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] 802 | fn parse_cid_metadata(data: &[u8], top_dict: TopDict, number_of_glyphs: u16) -> Option<FontKind<'_>> {
[INFO] [stderr]     |                                                                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/tables/glyf.rs:485:17
[INFO] [stderr]     |
[INFO] [stderr] 485 |     glyph_data: &[u8],
[INFO] [stderr]     |                 ^^^^^ the lifetime is elided here
[INFO] [stderr] 486 |     number_of_contours: NonZeroU16,
[INFO] [stderr] 487 | ) -> Option<GlyphPointsIter> {
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^ 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] 487 | ) -> Option<GlyphPointsIter<'_>> {
[INFO] [stderr]     |                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/tables/stat.rs:420:9
[INFO] [stderr]     |
[INFO] [stderr] 420 |         &self,
[INFO] [stderr]     |         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 423 |     ) -> Option<AxisValueSubtable> {
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^ 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] 423 |     ) -> Option<AxisValueSubtable<'_>> {
[INFO] [stderr]     |                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/tables/gpos.rs:910:16
[INFO] [stderr]     |
[INFO] [stderr] 910 |     pub fn get(&self, row: u16, col: u16) -> Option<Anchor> {
[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] 910 |     pub fn get(&self, row: u16, col: u16) -> Option<Anchor<'_>> {
[INFO] [stderr]     |                                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/tables/math.rs:48:24
[INFO] [stderr]    |
[INFO] [stderr] 48 |     fn get(self, data: &[u8]) -> MathValue {
[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] 48 |     fn get(self, data: &[u8]) -> MathValue<'_> {
[INFO] [stderr]    |                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/var_store.rs:63:27
[INFO] [stderr]    |
[INFO] [stderr] 63 |     pub fn region_indices(&self, index: u16) -> Option<LazyArray16<u16>> {
[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] 63 |     pub fn region_indices(&self, index: u16) -> Option<LazyArray16<'_, u16>> {
[INFO] [stderr]    |                                                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: `ttf-parser` (lib) generated 7 warnings (run `cargo fix --lib -p ttf-parser` to apply 7 suggestions)
[INFO] [stderr] warning: `ttf-parser` (lib test) generated 7 warnings (7 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ttf_parser-75544669fb36bf03)
[INFO] [stdout] 
[INFO] [stdout] running 37 tests
[INFO] [stdout] test tables::cff::cff1::tests::private_dict_negative_char_strings_offset ... ok
[INFO] [stdout] test tables::cff::cff1::tests::negative_private_dict_offset_and_size ... ok
[INFO] [stdout] test tables::cff::dict::tests::parse_dict_number ... ok
[INFO] [stdout] test tables::cff::index::tests::parse_offset_size ... ok
[INFO] [stdout] test tables::cff::cff1::tests::private_dict_size_overflow ... ok
[INFO] [stdout] test tables::gvar::packed_deltas::tests::non_default_scalar ... ok
[INFO] [stdout] test tables::gvar::packed_deltas::tests::invalid_number_of_pairs ... ok
[INFO] [stdout] test tables::gvar::packed_deltas::tests::mixed_runs ... ok
[INFO] [stdout] test tables::gvar::packed_deltas::tests::empty ... ok
[INFO] [stdout] test tables::gvar::packed_deltas::tests::two_deltas ... ok
[INFO] [stdout] test tables::gvar::packed_deltas::tests::unexpected_end_of_data_4 ... ok
[INFO] [stdout] test tables::gvar::packed_deltas::tests::unexpected_end_of_data_6 ... ok
[INFO] [stdout] test tables::gvar::packed_deltas::tests::unexpected_end_of_data_7 ... ok
[INFO] [stdout] test tables::gvar::packed_deltas::tests::single_long_delta ... ok
[INFO] [stdout] test tables::gvar::packed_points::tests::more_than_127_points ... ok
[INFO] [stdout] test tables::gvar::packed_deltas::tests::single_run ... ok
[INFO] [stdout] test tables::gvar::packed_deltas::tests::too_many_pairs ... ok
[INFO] [stdout] test tables::gvar::packed_points::tests::empty ... ok
[INFO] [stdout] test tables::gvar::packed_points::tests::long_points ... ok
[INFO] [stdout] test tables::gvar::packed_points::tests::set_0_and_2 ... ok
[INFO] [stdout] test tables::gvar::packed_points::tests::set_1_and_3 ... ok
[INFO] [stdout] test tables::gvar::packed_points::tests::set_2_5_7 ... ok
[INFO] [stdout] test tables::gvar::packed_points::tests::single_point ... ok
[INFO] [stdout] test tables::gvar::packed_deltas::tests::zero_words ... ok
[INFO] [stdout] test tables::gvar::packed_deltas::tests::runs_overflow ... ok
[INFO] [stdout] test tables::gvar::packed_deltas::tests::unexpected_end_of_data_3 ... ok
[INFO] [stdout] test tables::gvar::packed_deltas::tests::delta_after_zeros ... ok
[INFO] [stdout] test tables::gvar::packed_deltas::tests::single_delta ... ok
[INFO] [stdout] test tables::gvar::packed_points::tests::multiple_runs ... ok
[INFO] [stdout] test tables::gvar::packed_deltas::tests::zero_runs ... ok
[INFO] [stdout] test tables::gvar::packed_points::tests::runs_overflow ... ok
[INFO] [stdout] test tables::gvar::packed_deltas::tests::zeros ... ok
[INFO] [stdout] test tables::gvar::packed_points::tests::set_1_and_2 ... ok
[INFO] [stdout] test tables::cff::cff1::tests::private_dict_no_char_strings_offset_operand ... ok
[INFO] [stdout] test tables::gvar::packed_deltas::tests::unexpected_end_of_data_1 ... ok
[INFO] [stdout] test tables::gvar::packed_deltas::tests::unexpected_end_of_data_2 ... ok
[INFO] [stdout] test tables::gvar::packed_points::tests::single_zero_control ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 37 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/bitmap.rs (/opt/rustwide/target/debug/deps/bitmap-52c6bbdd30b8a591)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test bitmap_font ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/tables/main.rs (/opt/rustwide/target/debug/deps/tables-cf5177fe88f5ca65)
[INFO] [stdout] 
[INFO] [stdout] running 149 tests
[INFO] [stdout] test aat::format0::not_enough_glyphs ... ok
[INFO] [stdout] test aat::format10::single ... ok
[INFO] [stdout] test aat::format0::too_many_glyphs ... ok
[INFO] [stdout] test aat::format10::u32_value_size ... ok
[INFO] [stdout] test aat::format10::unsupported_value_size ... ok
[INFO] [stdout] test aat::format2::range ... ok
[INFO] [stdout] test aat::format10::invalid_value_size ... ok
[INFO] [stdout] test aat::format2::single ... ok
[INFO] [stdout] test aat::format0::single ... ok
[INFO] [stdout] test aat::format4::range ... ok
[INFO] [stdout] test aat::format4::single ... ok
[INFO] [stdout] test aat::format6::ignore_termination ... ok
[INFO] [stdout] test aat::format6::invalid_segment_size ... ok
[INFO] [stdout] test aat::format6::multiple ... ok
[INFO] [stdout] test aat::format6::no_segments ... ok
[INFO] [stdout] test aat::format6::only_termination ... ok
[INFO] [stdout] test aat::format8::non_zero_first ... ok
[INFO] [stdout] test aat::format8::single ... ok
[INFO] [stdout] test ankr::two_glyphs ... ok
[INFO] [stdout] test ankr::two_points ... ok
[INFO] [stdout] test cff1::bbox_overflow ... ok
[INFO] [stdout] test cff1::curve_to_with_two_sets_of_coords ... ok
[INFO] [stdout] test cff1::curve_to_with_invalid_num_of_coords_1 ... ok
[INFO] [stdout] test cff1::endchar_in_subr ... ok
[INFO] [stdout] test cff1::global_subr ... ok
[INFO] [stdout] test cff1::endchar_in_subr_with_extra_data_1 ... ok
[INFO] [stdout] test cff1::hh_curve_to ... ok
[INFO] [stdout] test cff1::hh_curve_to_with_not_enough_coords ... ok
[INFO] [stdout] test cff1::hh_curve_to_with_y ... ok
[INFO] [stdout] test cff1::endchar_in_subr_with_extra_data_2 ... ok
[INFO] [stdout] test aat::format6::single ... ok
[INFO] [stdout] test cff1::hline_to_without_coords ... ok
[INFO] [stdout] test cff1::hline_to_with_two_coords ... ok
[INFO] [stdout] test cff1::hmove_to_with_too_many_coords ... ok
[INFO] [stdout] test cff1::hmove_to ... ok
[INFO] [stdout] test cff1::hh_curve_to_with_too_many_coords ... ok
[INFO] [stdout] test cff1::hline_to ... ok
[INFO] [stdout] test cff1::hline_to_with_three_coords ... ok
[INFO] [stdout] test cff1::line_to_with_odd_number_of_coord ... ok
[INFO] [stdout] test cff1::line_to_without_move_to ... ok
[INFO] [stdout] test cff1::line_to_with_single_coord ... ok
[INFO] [stdout] test cff1::hmove_to_with_not_enough_coords ... ok
[INFO] [stdout] test cff1::line_to_with_multiple_pairs ... ok
[INFO] [stdout] test cff1::hmove_to_with_width ... ok
[INFO] [stdout] test ankr::single ... ok
[INFO] [stdout] test cff1::invalid_char_string_offset ... ok
[INFO] [stdout] test cff1::line_to ... ok
[INFO] [stdout] test cff1::local_subr ... ok
[INFO] [stdout] test cff1::curve_to ... ok
[INFO] [stdout] test cff1::move_to_with_not_enough_coords ... ok
[INFO] [stdout] test cff1::move_to_with_width ... ok
[INFO] [stdout] test ankr::empty ... ok
[INFO] [stdout] test cff1::move_to ... ok
[INFO] [stdout] test cff1::only_endchar ... ok
[INFO] [stdout] test cff1::multiple_endchar ... ok
[INFO] [stdout] test cff1::non_default_header_size ... ok
[INFO] [stdout] test cff1::operands_overflow ... ok
[INFO] [stdout] test cff1::recursive_local_subr ... ok
[INFO] [stdout] test cff1::recursive_mixed_subr ... ok
[INFO] [stdout] test cff1::move_to_with_too_many_coords ... ok
[INFO] [stdout] test cff1::curve_to_with_invalid_num_of_coords_2 ... ok
[INFO] [stdout] test cff1::operands_overflow_with_4_byte_ints ... ok
[INFO] [stdout] test cff1::recursive_global_subr ... ok
[INFO] [stdout] test cff1::reserved_operator ... ok
[INFO] [stdout] test cff1::subr_without_return ... ok
[INFO] [stdout] test cff1::unsupported_version ... ok
[INFO] [stdout] test cff1::seac_with_not_enough_data ... ok
[INFO] [stdout] test cff1::vline_to ... ok
[INFO] [stdout] test cff1::vline_to_with_two_coords ... ok
[INFO] [stdout] test cff1::two_vmove_to_with_width ... ok
[INFO] [stdout] test cff1::vline_to_without_coords ... ok
[INFO] [stdout] test cff1::vv_curve_to ... ok
[INFO] [stdout] test cff1::vmove_to ... ok
[INFO] [stdout] test cff1::vv_curve_to_with_not_enough_coords ... ok
[INFO] [stdout] test cff1::vv_curve_to_with_too_many_coords ... ok
[INFO] [stdout] test cff1::vv_curve_to_with_x ... ok
[INFO] [stdout] test cff1::zero_char_string_offset ... ok
[INFO] [stdout] test cff1::vmove_to_with_not_enough_coords ... ok
[INFO] [stdout] test cff1::vline_to_with_three_coords ... ok
[INFO] [stdout] test cff1::vmove_to_with_width ... ok
[INFO] [stdout] test cff1::vmove_to_with_too_many_coords ... ok
[INFO] [stdout] test cmap::format2::collect_codepoints ... ok
[INFO] [stdout] test cmap::format2::codepoint_at_range_end ... ok
[INFO] [stdout] test cmap::format0::maps_not_all_256_codepoints ... ok
[INFO] [stdout] test cmap::format4::codepoint_out_of_range ... ok
[INFO] [stdout] test cmap::format4::collect_codepoints ... ok
[INFO] [stdout] test colr::basic ... ok
[INFO] [stdout] test cmap::format4::continuous_range ... ok
[INFO] [stdout] test cmap::format4::invalid_length ... ok
[INFO] [stdout] test colr::colr1_static::linear_gradient ... ok
[INFO] [stdout] test cmap::format4::invalid_offset ... ok
[INFO] [stdout] test cmap::format4::invalid_segment_count ... ok
[INFO] [stdout] test colr::colr1_static::rotate ... ok
[INFO] [stdout] test cmap::format4::multiple_ranges ... ok
[INFO] [stdout] test cmap::format4::no_end_codes ... ok
[INFO] [stdout] test colr::colr1_static::radial_gradient ... ok
[INFO] [stdout] test cmap::format4::only_end_segments ... ok
[INFO] [stdout] test cmap::format4::single_glyph ... ok
[INFO] [stdout] test cmap::format4::unordered_chars_and_ids ... ok
[INFO] [stdout] test cmap::format4::unordered_ids ... ok
[INFO] [stdout] test colr::colr1_static::rotate_around_center ... ok
[INFO] [stdout] test cmap::format4::zero ... ok
[INFO] [stdout] test colr::colr1_static::scale ... ok
[INFO] [stdout] test colr::colr1_static::scale_around_center ... ok
[INFO] [stdout] test colr::colr1_static::skew ... ok
[INFO] [stdout] test colr::colr1_static::skew_around_center ... ok
[INFO] [stdout] test colr::colr1_static::sweep_gradient ... ok
[INFO] [stdout] test colr::colr1_static::composite ... ok
[INFO] [stdout] test colr::colr1_static::cyclic_dependency ... ok
[INFO] [stdout] test colr::colr1_variable::radial_gradient ... ok
[INFO] [stdout] test colr::colr1_static::transform ... ok
[INFO] [stdout] test colr::colr1_static::translate ... ok
[INFO] [stdout] test colr::colr1_variable::rotate ... ok
[INFO] [stdout] test colr::colr1_variable::rotate_around_center ... ok
[INFO] [stdout] test colr::colr1_variable::scale ... ok
[INFO] [stdout] test colr::colr1_variable::scale_around_center ... ok
[INFO] [stdout] test font_collection_num_fonts_overflow_1 ... ok
[INFO] [stdout] test colr::colr1_variable::skew ... ok
[INFO] [stdout] test colr::colr1_variable::sweep_gradient ... ok
[INFO] [stdout] test colr::colr1_variable::translate ... ok
[INFO] [stdout] test colr::colr1_variable::skew_around_center ... ok
[INFO] [stdout] test empty_font_collection ... ok
[INFO] [stdout] test hmtx::no_additional_side_bearings ... ok
[INFO] [stdout] test empty_font ... ok
[INFO] [stdout] test glyf::endless_loop ... ok
[INFO] [stdout] test font_index_overflow ... ok
[INFO] [stdout] test feat::basic ... ok
[INFO] [stdout] test hmtx::glyph_out_of_bounds_0 ... ok
[INFO] [stdout] test hmtx::glyph_out_of_bounds_1 ... ok
[INFO] [stdout] test hmtx::less_metrics_than_glyphs ... ok
[INFO] [stdout] test font_index_overflow_on_regular_font ... ok
[INFO] [stdout] test hmtx::empty ... ok
[INFO] [stdout] test hmtx::simple_case ... ok
[INFO] [stdout] test colr::colr1_variable::transform ... ok
[INFO] [stdout] test hmtx::smaller_than_glyphs_count ... ok
[INFO] [stdout] test hmtx::zero_metrics ... ok
[INFO] [stdout] test maxp::version_05 ... ok
[INFO] [stdout] test maxp::unknown_version ... ok
[INFO] [stdout] test maxp::zero_glyphs ... ok
[INFO] [stdout] test sbix::single_glyph ... ok
[INFO] [stdout] test trak::basic ... ok
[INFO] [stdout] test maxp::version_1_trimmed ... ok
[INFO] [stdout] test zero_tables ... ok
[INFO] [stdout] test maxp::version_1_full ... ok
[INFO] [stdout] test tables_count_overflow ... ok
[INFO] [stdout] test trak::empty ... ok
[INFO] [stdout] test sbix::duplicate_glyph ... ok
[INFO] [stdout] test sbix::recursive ... ok
[INFO] [stdout] test font_collection_num_fonts_overflow_2 - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 149 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests ttf_parser
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test src/lib.rs - Tag::from_bytes (line 213) ... ok
[INFO] [stdout] test src/lib.rs - Variation (line 190) ... ok
[INFO] [stdout] test src/lib.rs - Face<'a>::outline_glyph (line 2088) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.52s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "7febea312918c724bef7c9abf8a1ea0387604fc76da8aa390df7f557cc742405", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7febea312918c724bef7c9abf8a1ea0387604fc76da8aa390df7f557cc742405", kill_on_drop: false }`
[INFO] [stdout] 7febea312918c724bef7c9abf8a1ea0387604fc76da8aa390df7f557cc742405
