Skip to content

Also serialize cmap6 #78

Also serialize cmap6

Also serialize cmap6 #78

Triggered via pull request December 28, 2023 15:57
Status Failure
Total duration 1m 11s
Artifacts

rust.yml

on: pull_request
Rustfmt
7s
Rustfmt
cargo test stable
1m 0s
cargo test stable
cargo test nightly
1m 1s
cargo test nightly
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 35 warnings
Rustfmt
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
cargo test stable: babelfont-rs/src/shape.rs#L47
usage of `.skip(0)`
cargo test stable
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
cargo test nightly: babelfont-rs/src/shape.rs#L47
usage of `.skip(0)`
cargo test nightly
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
Rustfmt
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
cargo test stable
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
cargo test stable
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
cargo test stable
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
cargo test stable
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
cargo test stable
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
cargo test stable
virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
cargo test stable: otspec/src/utils.rs#L13
casting to the same type is unnecessary (`u32` -> `u32`)
cargo test stable: otspec/src/types.rs#L133
non-canonical implementation of `partial_cmp` on an `Ord` type
cargo test stable
`otspec` (lib) generated 2 warnings (run `cargo clippy --fix --lib -p otspec` to apply 1 suggestion)
cargo test stable: fonttools-rs/src/otvar.rs#L1
this is an outer doc comment and does not apply to the parent module or crate
cargo test stable: fonttools-rs/src/otvar/instancer.rs#L503
variable does not need to be mutable
cargo test stable: fonttools-rs/src/font.rs#L216
casting to the same type is unnecessary (`u32` -> `u32`)
cargo test stable: fonttools-rs/src/layout/gsub4.rs#L24
use of `or_insert_with` to construct default value
cargo test stable: fonttools-rs/src/otvar/itemvariationstore.rs#L74
casting to the same type is unnecessary (`i16` -> `i16`)
cargo test stable: fonttools-rs/src/otvar/iup.rs#L243
casting to the same type is unnecessary (`i16` -> `i16`)
cargo test nightly
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
cargo test nightly
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
cargo test nightly
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
cargo test nightly
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
cargo test nightly
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
cargo test nightly
virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
cargo test nightly: otspec/src/tag.rs#L8
unused import: `otspec_macros::tag`
cargo test nightly: otspec/src/utils.rs#L13
casting to the same type is unnecessary (`u32` -> `u32`)
cargo test nightly: otspec/src/types.rs#L133
non-canonical implementation of `partial_cmp` on an `Ord` type
cargo test nightly
`otspec` (lib) generated 3 warnings (run `cargo clippy --fix --lib -p otspec` to apply 2 suggestions)
cargo test nightly: fonttools-rs/src/otvar/instancer.rs#L503
variable does not need to be mutable
cargo test nightly: fonttools-rs/src/font.rs#L216
casting to the same type is unnecessary (`u32` -> `u32`)
cargo test nightly: fonttools-rs/src/layout/gsub4.rs#L24
use of `or_insert_with` to construct default value
cargo test nightly: fonttools-rs/src/otvar.rs#L1
this is an outer doc comment and does not apply to the parent module or crate
cargo test nightly: fonttools-rs/src/otvar/itemvariationstore.rs#L74
casting to the same type is unnecessary (`i16` -> `i16`)