[INFO] fetching crate ttf-parser 0.25.1... [INFO] testing ttf-parser-0.25.1 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate ttf-parser 0.25.1 into /workspace/builds/worker-7-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-7-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate ttf-parser 0.25.1 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fbb6c6cb6de2744242e80c35fdd6cc2cd5878ac65851af9f253af98753769064 [INFO] running `Command { std: "docker" "start" "-a" "fbb6c6cb6de2744242e80c35fdd6cc2cd5878ac65851af9f253af98753769064", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fbb6c6cb6de2744242e80c35fdd6cc2cd5878ac65851af9f253af98753769064", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fbb6c6cb6de2744242e80c35fdd6cc2cd5878ac65851af9f253af98753769064", kill_on_drop: false }` [INFO] [stdout] fbb6c6cb6de2744242e80c35fdd6cc2cd5878ac65851af9f253af98753769064 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 50f6f9a715435b9f8e80b8c6cfc28ee9995abf39b36bb60b2c7ef664f4059571 [INFO] running `Command { std: "docker" "start" "-a" "50f6f9a715435b9f8e80b8c6cfc28ee9995abf39b36bb60b2c7ef664f4059571", 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 { [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> { [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 { [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> { [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 { [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> { [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 { [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> { [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 { [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> { [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> { [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> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s [INFO] running `Command { std: "docker" "inspect" "50f6f9a715435b9f8e80b8c6cfc28ee9995abf39b36bb60b2c7ef664f4059571", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "50f6f9a715435b9f8e80b8c6cfc28ee9995abf39b36bb60b2c7ef664f4059571", kill_on_drop: false }` [INFO] [stdout] 50f6f9a715435b9f8e80b8c6cfc28ee9995abf39b36bb60b2c7ef664f4059571 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 620085af78ff8edb5f2b73c1accd217fa5bf75d523999d0bd9d2802dd4f87616 [INFO] running `Command { std: "docker" "start" "-a" "620085af78ff8edb5f2b73c1accd217fa5bf75d523999d0bd9d2802dd4f87616", kill_on_drop: false }` [INFO] [stderr] Compiling strict-num v0.1.1 [INFO] [stderr] Compiling bytemuck v1.20.0 [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 { [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> { [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 { [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> { [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 { [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> { [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 { [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> { [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 { [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> { [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> { [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> { [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 { [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> { [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 { [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> { [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 { [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> { [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 { [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> { [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 { [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> { [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> { [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> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 4.20s [INFO] running `Command { std: "docker" "inspect" "620085af78ff8edb5f2b73c1accd217fa5bf75d523999d0bd9d2802dd4f87616", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "620085af78ff8edb5f2b73c1accd217fa5bf75d523999d0bd9d2802dd4f87616", kill_on_drop: false }` [INFO] [stdout] 620085af78ff8edb5f2b73c1accd217fa5bf75d523999d0bd9d2802dd4f87616 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b9a992b39277355f76625de0a1ca7e90bb336003d996ddea6788ac02fa4041f2 [INFO] running `Command { std: "docker" "start" "-a" "b9a992b39277355f76625de0a1ca7e90bb336003d996ddea6788ac02fa4041f2", 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 { [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> { [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 { [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> { [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 { [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> { [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 { [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> { [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 { [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> { [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> { [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> { [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.06s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ttf_parser-bcc4c5303b237810) [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_no_char_strings_offset_operand ... ok [INFO] [stdout] test tables::cff::cff1::tests::private_dict_size_overflow ... ok [INFO] [stdout] test tables::cff::cff1::tests::private_dict_negative_char_strings_offset ... 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::gvar::packed_deltas::tests::delta_after_zeros ... ok [INFO] [stdout] test tables::gvar::packed_deltas::tests::empty ... ok [INFO] [stdout] test tables::gvar::packed_deltas::tests::mixed_runs ... ok [INFO] [stdout] test tables::gvar::packed_deltas::tests::invalid_number_of_pairs ... 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::unexpected_end_of_data_1 ... 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_2 ... ok [INFO] [stdout] test tables::gvar::packed_deltas::tests::zero_words ... ok [INFO] [stdout] test tables::gvar::packed_points::tests::more_than_127_points ... 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_deltas::tests::unexpected_end_of_data_3 ... ok [INFO] [stdout] test tables::gvar::packed_deltas::tests::single_run ... ok [INFO] [stdout] test tables::gvar::packed_points::tests::set_1_and_3 ... ok [INFO] [stdout] test tables::gvar::packed_deltas::tests::unexpected_end_of_data_7 ... ok [INFO] [stdout] test tables::gvar::packed_points::tests::set_1_and_2 ... ok [INFO] [stdout] test tables::gvar::packed_deltas::tests::single_long_delta ... ok [INFO] [stdout] test tables::gvar::packed_points::tests::multiple_runs ... ok [INFO] [stdout] test tables::gvar::packed_points::tests::long_points ... ok [INFO] [stdout] test tables::gvar::packed_points::tests::runs_overflow ... ok [INFO] [stdout] test tables::gvar::packed_deltas::tests::zero_runs ... 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_points::tests::single_zero_control ... ok [INFO] [stdout] test tables::gvar::packed_points::tests::set_0_and_2 ... ok [INFO] [stdout] test tables::gvar::packed_deltas::tests::two_deltas ... ok [INFO] [stdout] test tables::gvar::packed_deltas::tests::too_many_pairs ... ok [INFO] [stdout] test tables::gvar::packed_deltas::tests::runs_overflow ... 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-7be254d2bf5fca28) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Running tests/tables/main.rs (/opt/rustwide/target/debug/deps/tables-6bde78008bef05af) [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] [stdout] test aat::format0::too_many_glyphs ... ok [INFO] [stdout] test aat::format0::single ... ok [INFO] [stdout] test aat::format10::single ... ok [INFO] [stdout] test aat::format10::invalid_value_size ... ok [INFO] [stdout] test aat::format0::not_enough_glyphs ... ok [INFO] [stdout] test aat::format10::u32_value_size ... 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::format2::single ... 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::single ... ok [INFO] [stdout] test aat::format8::non_zero_first ... ok [INFO] [stdout] test aat::format8::single ... ok [INFO] [stdout] test ankr::empty ... ok [INFO] [stdout] test ankr::single ... ok [INFO] [stdout] test cff1::curve_to ... ok [INFO] [stdout] test cff1::curve_to_with_invalid_num_of_coords_2 ... ok [INFO] [stdout] test cff1::curve_to_with_invalid_num_of_coords_1 ... ok [INFO] [stdout] test cff1::curve_to_with_two_sets_of_coords ... ok [INFO] [stdout] test cff1::endchar_in_subr_with_extra_data_2 ... ok [INFO] [stdout] test cff1::global_subr ... 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_too_many_coords ... ok [INFO] [stdout] test aat::format6::only_termination ... ok [INFO] [stdout] test cff1::hh_curve_to_with_y ... ok [INFO] [stdout] test cff1::endchar_in_subr ... ok [INFO] [stdout] test ankr::two_points ... ok [INFO] [stdout] test cff1::hline_to ... ok [INFO] [stdout] test ankr::two_glyphs ... ok [INFO] [stdout] test cff1::bbox_overflow ... ok [INFO] [stdout] test cff1::endchar_in_subr_with_extra_data_1 ... ok [INFO] [stdout] test cff1::hline_to_with_two_coords ... ok [INFO] [stdout] test cff1::local_subr ... ok [INFO] [stdout] test cff1::hmove_to ... ok [INFO] [stdout] test cff1::hline_to_without_coords ... 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::invalid_char_string_offset ... ok [INFO] [stdout] test cff1::line_to_with_multiple_pairs ... ok [INFO] [stdout] test cff1::line_to_with_odd_number_of_coord ... ok [INFO] [stdout] test cff1::hmove_to_with_width ... 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::line_to ... ok [INFO] [stdout] test cff1::hline_to_with_three_coords ... ok [INFO] [stdout] test cff1::move_to_with_not_enough_coords ... ok [INFO] [stdout] test cff1::move_to ... 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::operands_overflow_with_4_byte_ints ... ok [INFO] [stdout] test cff1::only_endchar ... ok [INFO] [stdout] test cff1::recursive_global_subr ... ok [INFO] [stdout] test cff1::reserved_operator ... ok [INFO] [stdout] test cff1::operands_overflow ... ok [INFO] [stdout] test cff1::seac_with_not_enough_data ... ok [INFO] [stdout] test cff1::recursive_local_subr ... ok [INFO] [stdout] test cff1::two_vmove_to_with_width ... ok [INFO] [stdout] test cff1::unsupported_version ... ok [INFO] [stdout] test cff1::subr_without_return ... ok [INFO] [stdout] test cff1::vline_to ... ok [INFO] [stdout] test cff1::vline_to_with_three_coords ... ok [INFO] [stdout] test cff1::vline_to_with_two_coords ... ok [INFO] [stdout] test cff1::vline_to_without_coords ... ok [INFO] [stdout] test cff1::vmove_to ... ok [INFO] [stdout] test cff1::recursive_mixed_subr ... 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 ... 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 cmap::format4::collect_codepoints ... ok [INFO] [stdout] test cff1::vmove_to_with_too_many_coords ... ok [INFO] [stdout] test cmap::format4::continuous_range ... ok [INFO] [stdout] test cmap::format2::collect_codepoints ... ok [INFO] [stdout] test cff1::vmove_to_with_width ... ok [INFO] [stdout] test cmap::format4::codepoint_out_of_range ... ok [INFO] [stdout] test cmap::format4::invalid_length ... ok [INFO] [stdout] test cff1::vmove_to_with_not_enough_coords ... ok [INFO] [stdout] test cff1::zero_char_string_offset ... ok [INFO] [stdout] test cmap::format4::invalid_offset ... ok [INFO] [stdout] test cmap::format4::invalid_segment_count ... ok [INFO] [stdout] test cff1::vv_curve_to_with_x ... 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 cmap::format4::unordered_ids ... ok [INFO] [stdout] test cmap::format4::zero ... ok [INFO] [stdout] test colr::basic ... 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::sweep_gradient ... ok [INFO] [stdout] test colr::colr1_static::skew ... ok [INFO] [stdout] test colr::colr1_static::transform ... ok [INFO] [stdout] test colr::colr1_static::skew_around_center ... ok [INFO] [stdout] test colr::colr1_static::rotate_around_center ... ok [INFO] [stdout] test colr::colr1_static::rotate ... ok [INFO] [stdout] test colr::colr1_static::translate ... 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::skew ... 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_around_center ... ok [INFO] [stdout] test colr::colr1_variable::sweep_gradient ... ok [INFO] [stdout] test colr::colr1_variable::transform ... ok [INFO] [stdout] test colr::colr1_variable::translate ... ok [INFO] [stdout] test empty_font_collection ... ok [INFO] [stdout] test empty_font ... ok [INFO] [stdout] test feat::basic ... ok [INFO] [stdout] test font_collection_num_fonts_overflow_1 ... ok [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::less_metrics_than_glyphs ... ok [INFO] [stdout] test hmtx::no_additional_side_bearings ... 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 sbix::recursive ... 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] 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.24s [INFO] [stdout] [INFO] [stderr] Doc-tests ttf_parser [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test src/lib.rs - Variation (line 190) ... ok [INFO] [stdout] test src/lib.rs - Tag::from_bytes (line 213) ... 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.48s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b9a992b39277355f76625de0a1ca7e90bb336003d996ddea6788ac02fa4041f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b9a992b39277355f76625de0a1ca7e90bb336003d996ddea6788ac02fa4041f2", kill_on_drop: false }` [INFO] [stdout] b9a992b39277355f76625de0a1ca7e90bb336003d996ddea6788ac02fa4041f2