[INFO] fetching crate ttf-parser 0.25.1...
[INFO] testing ttf-parser-0.25.1 against master#d98a5da813da67eb189387b8ccfb73cf481275d8+rustflags=-Copt-level=3 for pr-138759
[INFO] extracting crate ttf-parser 0.25.1 into /workspace/builds/worker-4-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-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate ttf-parser 0.25.1 on toolchain d98a5da813da67eb189387b8ccfb73cf481275d8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "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" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "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.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3db14ea3f22c6ab4feac4dac1edc86164da2141db95eea970b94b32fdd294cbe
[INFO] running `Command { std: "docker" "start" "-a" "3db14ea3f22c6ab4feac4dac1edc86164da2141db95eea970b94b32fdd294cbe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3db14ea3f22c6ab4feac4dac1edc86164da2141db95eea970b94b32fdd294cbe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3db14ea3f22c6ab4feac4dac1edc86164da2141db95eea970b94b32fdd294cbe", kill_on_drop: false }`
[INFO] [stdout] 3db14ea3f22c6ab4feac4dac1edc86164da2141db95eea970b94b32fdd294cbe
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c8c78e0bedae68bb4176bff322db9ed438e69da1e7bbd7288a05896f4c5b5150
[INFO] running `Command { std: "docker" "start" "-a" "c8c78e0bedae68bb4176bff322db9ed438e69da1e7bbd7288a05896f4c5b5150", kill_on_drop: false }`
[INFO] [stderr]    Compiling ttf-parser v0.25.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]     --> src/lib.rs:2204:9
[INFO] [stdout]      |
[INFO] [stdout] 2204 |         &self,
[INFO] [stdout]      |         ^^^^^ this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 2207 |     ) -> Option<RasterGlyphImage> {
[INFO] [stdout]      |                 ---------------- the lifetime gets resolved as `'_`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]      |
[INFO] [stdout] 2207 |     ) -> Option<RasterGlyphImage<'_>> {
[INFO] [stdout]      |                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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]     |                             ^^^^^ this lifetime flows to the output                    -------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/tables/glyf.rs:485:17
[INFO] [stdout]     |
[INFO] [stdout] 485 |     glyph_data: &[u8],
[INFO] [stdout]     |                 ^^^^^ this lifetime flows to the output
[INFO] [stdout] 486 |     number_of_contours: NonZeroU16,
[INFO] [stdout] 487 | ) -> Option<GlyphPointsIter> {
[INFO] [stdout]     |             --------------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 487 | ) -> Option<GlyphPointsIter<'_>> {
[INFO] [stdout]     |                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/tables/stat.rs:420:9
[INFO] [stdout]     |
[INFO] [stdout] 420 |         &self,
[INFO] [stdout]     |         ^^^^^ this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 423 |     ) -> Option<AxisValueSubtable> {
[INFO] [stdout]     |                 ----------------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 423 |     ) -> Option<AxisValueSubtable<'_>> {
[INFO] [stdout]     |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 gets resolved as `'_`
[INFO] [stdout]     |                |
[INFO] [stdout]     |                this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/tables/math.rs:48:24
[INFO] [stdout]    |
[INFO] [stdout] 48 |     fn get(self, data: &[u8]) -> MathValue {
[INFO] [stdout]    |                        ^^^^^     --------- the lifetime gets resolved as `'_`
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 48 |     fn get(self, data: &[u8]) -> MathValue<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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 9.98s
[INFO] running `Command { std: "docker" "inspect" "c8c78e0bedae68bb4176bff322db9ed438e69da1e7bbd7288a05896f4c5b5150", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c8c78e0bedae68bb4176bff322db9ed438e69da1e7bbd7288a05896f4c5b5150", kill_on_drop: false }`
[INFO] [stdout] c8c78e0bedae68bb4176bff322db9ed438e69da1e7bbd7288a05896f4c5b5150
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5a61d092717a5cfdf54decd3336e918904632001c01694035396b86f9e4a977a
[INFO] running `Command { std: "docker" "start" "-a" "5a61d092717a5cfdf54decd3336e918904632001c01694035396b86f9e4a977a", kill_on_drop: false }`
[INFO] [stderr]    Compiling bytemuck v1.20.0
[INFO] [stderr]    Compiling strict-num v0.1.1
[INFO] [stderr]    Compiling arrayref v0.3.9
[INFO] [stderr]    Compiling xmlwriter v0.1.0
[INFO] [stderr]    Compiling pico-args v0.5.0
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]     --> src/lib.rs:2204:9
[INFO] [stdout]      |
[INFO] [stdout] 2204 |         &self,
[INFO] [stdout]      |         ^^^^^ this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 2207 |     ) -> Option<RasterGlyphImage> {
[INFO] [stdout]      |                 ---------------- the lifetime gets resolved as `'_`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]      |
[INFO] [stdout] 2207 |     ) -> Option<RasterGlyphImage<'_>> {
[INFO] [stdout]      |                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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]     |                             ^^^^^ this lifetime flows to the output                    -------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/tables/glyf.rs:485:17
[INFO] [stdout]     |
[INFO] [stdout] 485 |     glyph_data: &[u8],
[INFO] [stdout]     |                 ^^^^^ this lifetime flows to the output
[INFO] [stdout] 486 |     number_of_contours: NonZeroU16,
[INFO] [stdout] 487 | ) -> Option<GlyphPointsIter> {
[INFO] [stdout]     |             --------------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 487 | ) -> Option<GlyphPointsIter<'_>> {
[INFO] [stdout]     |                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/tables/stat.rs:420:9
[INFO] [stdout]     |
[INFO] [stdout] 420 |         &self,
[INFO] [stdout]     |         ^^^^^ this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 423 |     ) -> Option<AxisValueSubtable> {
[INFO] [stdout]     |                 ----------------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 423 |     ) -> Option<AxisValueSubtable<'_>> {
[INFO] [stdout]     |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 gets resolved as `'_`
[INFO] [stdout]     |                |
[INFO] [stdout]     |                this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/tables/math.rs:48:24
[INFO] [stdout]    |
[INFO] [stdout] 48 |     fn get(self, data: &[u8]) -> MathValue {
[INFO] [stdout]    |                        ^^^^^     --------- the lifetime gets resolved as `'_`
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 48 |     fn get(self, data: &[u8]) -> MathValue<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]     --> src/lib.rs:2204:9
[INFO] [stdout]      |
[INFO] [stdout] 2204 |         &self,
[INFO] [stdout]      |         ^^^^^ this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 2207 |     ) -> Option<RasterGlyphImage> {
[INFO] [stdout]      |                 ---------------- the lifetime gets resolved as `'_`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]      |
[INFO] [stdout] 2207 |     ) -> Option<RasterGlyphImage<'_>> {
[INFO] [stdout]      |                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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]     |                             ^^^^^ this lifetime flows to the output                    -------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/tables/glyf.rs:485:17
[INFO] [stdout]     |
[INFO] [stdout] 485 |     glyph_data: &[u8],
[INFO] [stdout]     |                 ^^^^^ this lifetime flows to the output
[INFO] [stdout] 486 |     number_of_contours: NonZeroU16,
[INFO] [stdout] 487 | ) -> Option<GlyphPointsIter> {
[INFO] [stdout]     |             --------------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 487 | ) -> Option<GlyphPointsIter<'_>> {
[INFO] [stdout]     |                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/tables/stat.rs:420:9
[INFO] [stdout]     |
[INFO] [stdout] 420 |         &self,
[INFO] [stdout]     |         ^^^^^ this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 423 |     ) -> Option<AxisValueSubtable> {
[INFO] [stdout]     |                 ----------------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 423 |     ) -> Option<AxisValueSubtable<'_>> {
[INFO] [stdout]     |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 gets resolved as `'_`
[INFO] [stdout]     |                |
[INFO] [stdout]     |                this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/tables/math.rs:48:24
[INFO] [stdout]    |
[INFO] [stdout] 48 |     fn get(self, data: &[u8]) -> MathValue {
[INFO] [stdout]    |                        ^^^^^     --------- the lifetime gets resolved as `'_`
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 48 |     fn get(self, data: &[u8]) -> MathValue<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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 12.95s
[INFO] running `Command { std: "docker" "inspect" "5a61d092717a5cfdf54decd3336e918904632001c01694035396b86f9e4a977a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5a61d092717a5cfdf54decd3336e918904632001c01694035396b86f9e4a977a", kill_on_drop: false }`
[INFO] [stdout] 5a61d092717a5cfdf54decd3336e918904632001c01694035396b86f9e4a977a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] e02ab5bc426b4772366d39e1eca66cfa0dab3e90a30b9b3c09add00b28c2a64a
[INFO] running `Command { std: "docker" "start" "-a" "e02ab5bc426b4772366d39e1eca66cfa0dab3e90a30b9b3c09add00b28c2a64a", kill_on_drop: false }`
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]     --> src/lib.rs:2204:9
[INFO] [stderr]      |
[INFO] [stderr] 2204 |         &self,
[INFO] [stderr]      |         ^^^^^ this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 2207 |     ) -> Option<RasterGlyphImage> {
[INFO] [stderr]      |                 ---------------- the lifetime gets resolved as `'_`
[INFO] [stderr]      |
[INFO] [stderr]      = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]      |
[INFO] [stderr] 2207 |     ) -> Option<RasterGlyphImage<'_>> {
[INFO] [stderr]      |                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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]     |                             ^^^^^ this lifetime flows to the output                    -------- the lifetime gets resolved as `'_`
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/tables/glyf.rs:485:17
[INFO] [stderr]     |
[INFO] [stderr] 485 |     glyph_data: &[u8],
[INFO] [stderr]     |                 ^^^^^ this lifetime flows to the output
[INFO] [stderr] 486 |     number_of_contours: NonZeroU16,
[INFO] [stderr] 487 | ) -> Option<GlyphPointsIter> {
[INFO] [stderr]     |             --------------- the lifetime gets resolved as `'_`
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 487 | ) -> Option<GlyphPointsIter<'_>> {
[INFO] [stderr]     |                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/tables/stat.rs:420:9
[INFO] [stderr]     |
[INFO] [stderr] 420 |         &self,
[INFO] [stderr]     |         ^^^^^ this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 423 |     ) -> Option<AxisValueSubtable> {
[INFO] [stderr]     |                 ----------------- the lifetime gets resolved as `'_`
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 423 |     ) -> Option<AxisValueSubtable<'_>> {
[INFO] [stderr]     |                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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 gets resolved as `'_`
[INFO] [stderr]     |                |
[INFO] [stderr]     |                this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 910 |     pub fn get(&self, row: u16, col: u16) -> Option<Anchor<'_>> {
[INFO] [stderr]     |                                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]   --> src/tables/math.rs:48:24
[INFO] [stderr]    |
[INFO] [stderr] 48 |     fn get(self, data: &[u8]) -> MathValue {
[INFO] [stderr]    |                        ^^^^^     --------- the lifetime gets resolved as `'_`
[INFO] [stderr]    |                        |
[INFO] [stderr]    |                        this lifetime flows to the output
[INFO] [stderr]    |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]    |
[INFO] [stderr] 48 |     fn get(self, data: &[u8]) -> MathValue<'_> {
[INFO] [stderr]    |                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stderr]    |                           |
[INFO] [stderr]    |                           this lifetime flows to the output
[INFO] [stderr]    |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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
[INFO] [stderr] warning: `ttf-parser` (lib test) generated 7 warnings (7 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ttf_parser-8ec0d8d96ce31e4c)
[INFO] [stdout] 
[INFO] [stdout] running 37 tests
[INFO] [stdout] test tables::cff::cff1::tests::negative_private_dict_offset_and_size ... ok
[INFO] [stdout] test tables::cff::cff1::tests::private_dict_size_overflow ... ok
[INFO] [stdout] test tables::cff::cff1::tests::private_dict_no_char_strings_offset_operand ... ok
[INFO] [stdout] test tables::cff::dict::tests::parse_dict_number ... ok
[INFO] [stdout] test tables::gvar::packed_deltas::tests::delta_after_zeros ... ok
[INFO] [stdout] test tables::gvar::packed_deltas::tests::empty ... ok
[INFO] [stdout] test tables::cff::cff1::tests::private_dict_negative_char_strings_offset ... 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::non_default_scalar ... ok
[INFO] [stdout] test tables::gvar::packed_deltas::tests::single_delta ... ok
[INFO] [stdout] test tables::gvar::packed_deltas::tests::single_long_delta ... ok
[INFO] [stdout] test tables::gvar::packed_deltas::tests::runs_overflow ... 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_deltas::tests::two_deltas ... 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_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::zero_runs ... ok
[INFO] [stdout] test tables::gvar::packed_deltas::tests::zero_words ... ok
[INFO] [stdout] test tables::gvar::packed_deltas::tests::zeros ... 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::more_than_127_points ... ok
[INFO] [stdout] test tables::gvar::packed_points::tests::multiple_runs ... ok
[INFO] [stdout] test tables::gvar::packed_points::tests::runs_overflow ... ok
[INFO] [stdout] test tables::gvar::packed_points::tests::set_0_and_2 ... ok
[INFO] [stdout] test tables::gvar::packed_deltas::tests::unexpected_end_of_data_3 ... ok
[INFO] [stdout] test tables::gvar::packed_points::tests::set_1_and_2 ... ok
[INFO] [stdout] test tables::gvar::packed_deltas::tests::unexpected_end_of_data_4 ... ok
[INFO] [stdout] test tables::gvar::packed_points::tests::set_1_and_3 ... ok
[INFO] [stdout] test tables::gvar::packed_points::tests::single_point ... ok
[INFO] [stdout] test tables::gvar::packed_points::tests::set_2_5_7 ... ok
[INFO] [stdout] test tables::gvar::packed_points::tests::single_zero_control ... ok
[INFO] [stdout] test tables::cff::index::tests::parse_offset_size ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 37 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/bitmap.rs (/opt/rustwide/target/debug/deps/bitmap-90a64164e953fb2b)
[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] [stdout] 
[INFO] [stdout] running 149 tests
[INFO] [stderr]      Running tests/tables/main.rs (/opt/rustwide/target/debug/deps/tables-4df11b635196ef9f)
[INFO] [stdout] test aat::format0::not_enough_glyphs ... ok
[INFO] [stdout] test aat::format0::too_many_glyphs ... ok
[INFO] [stdout] test aat::format0::single ... ok
[INFO] [stdout] test aat::format10::invalid_value_size ... ok
[INFO] [stdout] test aat::format10::single ... ok
[INFO] [stdout] test aat::format2::range ... ok
[INFO] [stdout] test aat::format10::unsupported_value_size ... ok
[INFO] [stdout] test aat::format4::range ... ok
[INFO] [stdout] test aat::format4::single ... ok
[INFO] [stdout] test aat::format6::invalid_segment_size ... ok
[INFO] [stdout] test aat::format6::only_termination ... ok
[INFO] [stdout] test aat::format6::multiple ... ok
[INFO] [stdout] test aat::format8::non_zero_first ... ok
[INFO] [stdout] test aat::format6::ignore_termination ... ok
[INFO] [stdout] test aat::format8::single ... ok
[INFO] [stdout] test aat::format6::single ... ok
[INFO] [stdout] test aat::format2::single ... ok
[INFO] [stdout] test aat::format6::no_segments ... ok
[INFO] [stdout] test aat::format10::u32_value_size ... ok
[INFO] [stdout] test ankr::single ... ok
[INFO] [stdout] test ankr::two_glyphs ... ok
[INFO] [stdout] test cff1::curve_to_with_invalid_num_of_coords_2 ... ok
[INFO] [stdout] test cff1::curve_to_with_two_sets_of_coords ... ok
[INFO] [stdout] test cff1::bbox_overflow ... ok
[INFO] [stdout] test cff1::endchar_in_subr_with_extra_data_1 ... ok
[INFO] [stdout] test cff1::global_subr ... ok
[INFO] [stdout] test cff1::endchar_in_subr_with_extra_data_2 ... 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::hline_to ... ok
[INFO] [stdout] test cff1::hline_to_with_three_coords ... ok
[INFO] [stdout] test cff1::hline_to_with_two_coords ... ok
[INFO] [stdout] test cff1::hline_to_without_coords ... ok
[INFO] [stdout] test cff1::hmove_to ... ok
[INFO] [stdout] test cff1::hmove_to_with_not_enough_coords ... ok
[INFO] [stdout] test cff1::hmove_to_with_too_many_coords ... ok
[INFO] [stdout] test cff1::hmove_to_with_width ... ok
[INFO] [stdout] test cff1::invalid_char_string_offset ... ok
[INFO] [stdout] test ankr::empty ... ok
[INFO] [stdout] test ankr::two_points ... ok
[INFO] [stdout] test cff1::curve_to ... ok
[INFO] [stdout] test cff1::curve_to_with_invalid_num_of_coords_1 ... ok
[INFO] [stdout] test cff1::local_subr ... ok
[INFO] [stdout] test cff1::endchar_in_subr ... ok
[INFO] [stdout] test cff1::line_to_without_move_to ... ok
[INFO] [stdout] test cff1::move_to_with_not_enough_coords ... ok
[INFO] [stdout] test cff1::move_to_with_too_many_coords ... ok
[INFO] [stdout] test cff1::move_to_with_width ... ok
[INFO] [stdout] test cff1::multiple_endchar ... ok
[INFO] [stdout] test cff1::non_default_header_size ... ok
[INFO] [stdout] test cff1::only_endchar ... ok
[INFO] [stdout] test cff1::operands_overflow ... ok
[INFO] [stdout] test cff1::operands_overflow_with_4_byte_ints ... ok
[INFO] [stdout] test cff1::recursive_global_subr ... ok
[INFO] [stdout] test cff1::recursive_local_subr ... ok
[INFO] [stdout] test cff1::recursive_mixed_subr ... ok
[INFO] [stdout] test cff1::seac_with_not_enough_data ... ok
[INFO] [stdout] test cff1::reserved_operator ... ok
[INFO] [stdout] test cff1::subr_without_return ... ok
[INFO] [stdout] test cff1::two_vmove_to_with_width ... ok
[INFO] [stdout] test cff1::vline_to ... ok
[INFO] [stdout] test cff1::unsupported_version ... ok
[INFO] [stdout] test cff1::vline_to_with_two_coords ... ok
[INFO] [stdout] test cff1::vline_to_with_three_coords ... ok
[INFO] [stdout] test cff1::vline_to_without_coords ... ok
[INFO] [stdout] test cff1::vmove_to ... ok
[INFO] [stdout] test cff1::vmove_to_with_too_many_coords ... ok
[INFO] [stdout] test cff1::vmove_to_with_not_enough_coords ... ok
[INFO] [stdout] test cff1::vv_curve_to ... ok
[INFO] [stdout] test cff1::vmove_to_with_width ... 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 cmap::format0::maps_not_all_256_codepoints ... ok
[INFO] [stdout] test cmap::format2::codepoint_at_range_end ... ok
[INFO] [stdout] test cff1::line_to ... ok
[INFO] [stdout] test cmap::format2::collect_codepoints ... ok
[INFO] [stdout] test cff1::line_to_with_single_coord ... ok
[INFO] [stdout] test cmap::format4::codepoint_out_of_range ... ok
[INFO] [stdout] test cmap::format4::collect_codepoints ... ok
[INFO] [stdout] test cmap::format4::continuous_range ... ok
[INFO] [stdout] test cmap::format4::invalid_segment_count ... ok
[INFO] [stdout] test cmap::format4::multiple_ranges ... ok
[INFO] [stdout] test cmap::format4::no_end_codes ... 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 cff1::line_to_with_multiple_pairs ... ok
[INFO] [stdout] test cmap::format4::unordered_ids ... ok
[INFO] [stdout] test cff1::line_to_with_odd_number_of_coord ... ok
[INFO] [stdout] test cff1::move_to ... ok
[INFO] [stdout] test cmap::format4::zero ... ok
[INFO] [stdout] test colr::colr1_static::composite ... ok
[INFO] [stdout] test colr::colr1_static::cyclic_dependency ... ok
[INFO] [stdout] test colr::colr1_static::linear_gradient ... ok
[INFO] [stdout] test colr::colr1_static::radial_gradient ... 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::rotate_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::transform ... ok
[INFO] [stdout] test colr::colr1_static::translate ... ok
[INFO] [stdout] test cmap::format4::invalid_length ... ok
[INFO] [stdout] test cmap::format4::invalid_offset ... ok
[INFO] [stdout] test colr::colr1_variable::radial_gradient ... ok
[INFO] [stdout] test colr::colr1_variable::rotate ... ok
[INFO] [stdout] test colr::colr1_variable::scale ... ok
[INFO] [stdout] test colr::colr1_variable::scale_around_center ... ok
[INFO] [stdout] test colr::colr1_variable::rotate_around_center ... ok
[INFO] [stdout] test colr::colr1_variable::skew ... ok
[INFO] [stdout] test cff1::hh_curve_to_with_too_many_coords ... ok
[INFO] [stdout] test cff1::vv_curve_to_with_not_enough_coords ... ok
[INFO] [stdout] test colr::colr1_variable::skew_around_center ... ok
[INFO] [stdout] test colr::colr1_variable::sweep_gradient ... ok
[INFO] [stdout] test colr::colr1_variable::transform ... ok
[INFO] [stdout] test colr::basic ... ok
[INFO] [stdout] test colr::colr1_variable::translate ... ok
[INFO] [stdout] test colr::colr1_static::rotate ... ok
[INFO] [stdout] test empty_font ... ok
[INFO] [stdout] test feat::basic ... ok
[INFO] [stdout] test empty_font_collection ... ok
[INFO] [stdout] test font_collection_num_fonts_overflow_1 ... ok
[INFO] [stdout] test font_collection_num_fonts_overflow_2 - should panic ... FAILED
[INFO] [stdout] test font_index_overflow ... ok
[INFO] [stdout] test font_index_overflow_on_regular_font ... ok
[INFO] [stdout] test glyf::endless_loop ... ok
[INFO] [stdout] test hmtx::empty ... 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::simple_case ... ok
[INFO] [stdout] test hmtx::smaller_than_glyphs_count ... ok
[INFO] [stdout] test hmtx::zero_metrics ... ok
[INFO] [stdout] test maxp::unknown_version ... ok
[INFO] [stdout] test maxp::version_05 ... ok
[INFO] [stdout] test maxp::version_1_full ... ok
[INFO] [stdout] test maxp::version_1_trimmed ... ok
[INFO] [stdout] test maxp::zero_glyphs ... ok
[INFO] [stdout] test sbix::duplicate_glyph ... ok
[INFO] [stdout] test hmtx::no_additional_side_bearings ... ok
[INFO] [stdout] test sbix::recursive ... ok
[INFO] [stdout] test hmtx::less_metrics_than_glyphs ... ok
[INFO] [stdout] test sbix::single_glyph ... ok
[INFO] [stdout] test tables_count_overflow ... ok
[INFO] [stdout] test trak::basic ... ok
[INFO] [stdout] test trak::empty ... ok
[INFO] [stdout] test zero_tables ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- font_collection_num_fonts_overflow_2 stdout ----
[INFO] [stdout] note: test did not panic as expected at tests/tables/main.rs:140:4
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     font_collection_num_fonts_overflow_2
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 148 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test tables`
[INFO] running `Command { std: "docker" "inspect" "e02ab5bc426b4772366d39e1eca66cfa0dab3e90a30b9b3c09add00b28c2a64a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e02ab5bc426b4772366d39e1eca66cfa0dab3e90a30b9b3c09add00b28c2a64a", kill_on_drop: false }`
[INFO] [stdout] e02ab5bc426b4772366d39e1eca66cfa0dab3e90a30b9b3c09add00b28c2a64a
