Customer credit ledger entry creation, and customer credit enumeration #86
ci.yml
on: pull_request
fmt
12s
clippy
4m 40s
Matrix: test
Annotations
8 errors and 15 warnings
test (macos, macos-latest, 1.67.0)
Canceling since a higher priority waiting request for 'ci' exists
|
use of unstable library feature 'once_cell':
/home/runner/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/ignore-0.4.21/src/gitignore.rs#L604
error[E0658]: use of unstable library feature 'once_cell'
--> /home/runner/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/ignore-0.4.21/src/gitignore.rs:604:17
|
604 | let re = RE.get_or_init(|| {
| ^^^^^^^^^^^
|
= note: see issue #74465 <https://github.com/rust-lang/rust/issues/74465> for more information
|
use of unstable library feature 'once_cell':
/home/runner/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/ignore-0.4.21/src/gitignore.rs#L603
error[E0658]: use of unstable library feature 'once_cell'
--> /home/runner/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/ignore-0.4.21/src/gitignore.rs:603:34
|
603 | static RE: OnceLock<Regex> = OnceLock::new();
| ^^^^^^^^^^^^^
|
= note: see issue #74465 <https://github.com/rust-lang/rust/issues/74465> for more information
|
use of unstable library feature 'once_cell':
/home/runner/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/ignore-0.4.21/src/gitignore.rs#L603
error[E0658]: use of unstable library feature 'once_cell'
--> /home/runner/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/ignore-0.4.21/src/gitignore.rs:603:34
|
603 | static RE: OnceLock<Regex> = OnceLock::new();
| ^^^^^^^^
|
= note: see issue #74465 <https://github.com/rust-lang/rust/issues/74465> for more information
|
use of unstable library feature 'once_cell':
/home/runner/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/ignore-0.4.21/src/gitignore.rs#L603
error[E0658]: use of unstable library feature 'once_cell'
--> /home/runner/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/ignore-0.4.21/src/gitignore.rs:603:16
|
603 | static RE: OnceLock<Regex> = OnceLock::new();
| ^^^^^^^^^^^^^^^
|
= note: see issue #74465 <https://github.com/rust-lang/rust/issues/74465> for more information
|
use of unstable library feature 'once_cell':
/home/runner/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/ignore-0.4.21/src/gitignore.rs#L596
error[E0658]: use of unstable library feature 'once_cell'
--> /home/runner/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/ignore-0.4.21/src/gitignore.rs:596:9
|
596 | use std::sync::OnceLock;
| ^^^^^^^^^^^^^^^^^^^
|
= note: see issue #74465 <https://github.com/rust-lang/rust/issues/74465> for more information
|
clippy
Clippy had exited with the 101 exit code
|
test (ubuntu, ubuntu-latest, 1.67.0)
Process completed with exit code 101.
|
fmt
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
fmt
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/
|
fmt
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/
|
fmt
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/
|
fmt
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/
|
clippy
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/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
clippy
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/
|
clippy
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/
|
clippy
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/
|
clippy
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/
|
test (ubuntu, ubuntu-latest, 1.67.0)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test (ubuntu, ubuntu-latest, 1.67.0)
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/
|
test (ubuntu, ubuntu-latest, 1.67.0)
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/
|
test (ubuntu, ubuntu-latest, 1.67.0)
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/
|
test (ubuntu, ubuntu-latest, 1.67.0)
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/
|