Skip to content

feat: build musl variants #68

feat: build musl variants

feat: build musl variants #68

Triggered via pull request February 9, 2024 14:43
Status Success
Total duration 7m 51s
Artifacts

build.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

93 warnings
build (ubuntu-latest, stable)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (ubuntu-latest, 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/
build (ubuntu-latest, stable): src/pact_support.rs#L34
unnecessarily eager cloning of iterator items
build (ubuntu-latest, stable): src/loading.rs#L78
very complex type used. Consider factoring parts into `type` definitions
build (ubuntu-latest, stable): src/loading.rs#L189
writing `&Vec` instead of `&[_]` involves a new object where a slice will do
build (ubuntu-latest, stable): src/loading.rs#L203
writing `&Vec` instead of `&[_]` involves a new object where a slice will do
build (ubuntu-latest, stable): src/main.rs#L188
useless conversion to the same type: `clap::parser::ValuesRef<'_, regex::Regex>`
build (ubuntu-latest, stable): src/main.rs#L189
useless conversion to the same type: `clap::parser::ValuesRef<'_, regex::Regex>`
build (ubuntu-latest, stable): src/main.rs#L277
the borrowed expression implements the required traits
build (ubuntu-latest, stable): src/main.rs#L284
the borrowed expression implements the required traits
build (ubuntu-latest, stable): src/main.rs#L297
the borrowed expression implements the required traits
build (ubuntu-latest, stable): src/main.rs#L305
the borrowed expression implements the required traits
build (ubuntu-latest, 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/
build (ubuntu-latest, 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/
build (ubuntu-latest, 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/
build (ubuntu-latest, 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/
build (ubuntu-latest, beta)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (ubuntu-latest, beta)
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/
build (ubuntu-latest, beta)
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/
build (ubuntu-latest, beta)
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/
build (ubuntu-latest, beta)
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/
build (ubuntu-latest, beta)
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/
build (ubuntu-latest, beta): src/pact_support.rs#L34
unnecessarily eager cloning of iterator items
build (ubuntu-latest, beta): src/loading.rs#L78
very complex type used. Consider factoring parts into `type` definitions
build (ubuntu-latest, beta): src/main.rs#L188
useless conversion to the same type: `clap::parser::ValuesRef<'_, regex::Regex>`
build (ubuntu-latest, beta): src/main.rs#L189
useless conversion to the same type: `clap::parser::ValuesRef<'_, regex::Regex>`
build (ubuntu-latest, beta): src/main.rs#L277
the borrowed expression implements the required traits
build (ubuntu-latest, beta): src/main.rs#L284
the borrowed expression implements the required traits
build (ubuntu-latest, beta): src/main.rs#L297
the borrowed expression implements the required traits
build (ubuntu-latest, beta): src/main.rs#L305
the borrowed expression implements the required traits
build (ubuntu-latest, beta)
`pact-stub-server` (bin "pact-stub-server") generated 8 warnings (run `cargo clippy --fix --bin "pact-stub-server"` to apply 7 suggestions)
build (macos-latest, beta)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (macos-latest, beta)
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/
build (macos-latest, beta): src/pact_support.rs#L34
unnecessarily eager cloning of iterator items
build (macos-latest, beta): src/loading.rs#L78
very complex type used. Consider factoring parts into `type` definitions
build (macos-latest, beta): src/main.rs#L188
useless conversion to the same type: `clap::parser::ValuesRef<'_, regex::Regex>`
build (macos-latest, beta): src/main.rs#L189
useless conversion to the same type: `clap::parser::ValuesRef<'_, regex::Regex>`
build (macos-latest, beta): src/main.rs#L277
the borrowed expression implements the required traits
build (macos-latest, beta): src/main.rs#L284
the borrowed expression implements the required traits
build (macos-latest, beta): src/main.rs#L297
the borrowed expression implements the required traits
build (macos-latest, beta): src/main.rs#L305
the borrowed expression implements the required traits
build (macos-latest, beta)
`pact-stub-server` (bin "pact-stub-server") generated 8 warnings (run `cargo clippy --fix --bin "pact-stub-server"` to apply 7 suggestions)
build (macos-latest, beta)
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/
build (macos-latest, beta)
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/
build (macos-latest, beta)
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/
build (macos-latest, beta)
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/
build (macos-latest, stable)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (macos-latest, 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/
build (macos-latest, 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/
build (macos-latest, 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/
build (macos-latest, 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/
build (macos-latest, 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/
build (macos-latest, stable): src/pact_support.rs#L34
unnecessarily eager cloning of iterator items
build (macos-latest, stable): src/loading.rs#L78
very complex type used. Consider factoring parts into `type` definitions
build (macos-latest, stable): src/loading.rs#L189
writing `&Vec` instead of `&[_]` involves a new object where a slice will do
build (macos-latest, stable): src/loading.rs#L203
writing `&Vec` instead of `&[_]` involves a new object where a slice will do
build (macos-latest, stable): src/main.rs#L188
useless conversion to the same type: `clap::parser::ValuesRef<'_, regex::Regex>`
build (macos-latest, stable): src/main.rs#L189
useless conversion to the same type: `clap::parser::ValuesRef<'_, regex::Regex>`
build (macos-latest, stable): src/main.rs#L277
the borrowed expression implements the required traits
build (macos-latest, stable): src/main.rs#L284
the borrowed expression implements the required traits
build (macos-latest, stable): src/main.rs#L297
the borrowed expression implements the required traits
build (macos-latest, stable): src/main.rs#L305
the borrowed expression implements the required traits
build (windows-latest, stable)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (windows-latest, 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/
build (windows-latest, stable): src/pact_support.rs#L34
unnecessarily eager cloning of iterator items
build (windows-latest, stable): src/loading.rs#L78
very complex type used. Consider factoring parts into `type` definitions
build (windows-latest, stable): src/loading.rs#L189
writing `&Vec` instead of `&[_]` involves a new object where a slice will do
build (windows-latest, stable): src/loading.rs#L203
writing `&Vec` instead of `&[_]` involves a new object where a slice will do
build (windows-latest, stable): src/main.rs#L188
useless conversion to the same type: `clap::parser::ValuesRef<'_, regex::Regex>`
build (windows-latest, stable): src/main.rs#L189
useless conversion to the same type: `clap::parser::ValuesRef<'_, regex::Regex>`
build (windows-latest, stable): src/main.rs#L277
the borrowed expression implements the required traits
build (windows-latest, stable): src/main.rs#L284
the borrowed expression implements the required traits
build (windows-latest, stable): src/main.rs#L297
the borrowed expression implements the required traits
build (windows-latest, stable): src/main.rs#L305
the borrowed expression implements the required traits
build (windows-latest, 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/
build (windows-latest, 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/
build (windows-latest, 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/
build (windows-latest, 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/
build (windows-latest, beta)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (windows-latest, beta)
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/
build (windows-latest, beta): src/pact_support.rs#L34
unnecessarily eager cloning of iterator items
build (windows-latest, beta): src/loading.rs#L78
very complex type used. Consider factoring parts into `type` definitions
build (windows-latest, beta): src/main.rs#L188
useless conversion to the same type: `clap::parser::ValuesRef<'_, regex::Regex>`
build (windows-latest, beta): src/main.rs#L189
useless conversion to the same type: `clap::parser::ValuesRef<'_, regex::Regex>`
build (windows-latest, beta): src/main.rs#L277
the borrowed expression implements the required traits
build (windows-latest, beta): src/main.rs#L284
the borrowed expression implements the required traits
build (windows-latest, beta): src/main.rs#L297
the borrowed expression implements the required traits
build (windows-latest, beta): src/main.rs#L305
the borrowed expression implements the required traits
build (windows-latest, beta)
`pact-stub-server` (bin "pact-stub-server") generated 8 warnings (run `cargo clippy --fix --bin "pact-stub-server"` to apply 7 suggestions)
build (windows-latest, beta)
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/
build (windows-latest, beta)
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/
build (windows-latest, beta)
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/
build (windows-latest, beta)
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/