Skip to content

feat: add generation function for fast[a|q] format #1

feat: add generation function for fast[a|q] format

feat: add generation function for fast[a|q] format #1

Triggered via push February 2, 2024 13:49
Status Failure
Total duration 2m 19s
Artifacts

test.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

1 error and 78 warnings
coverage
Docker build failed with exit code 1
check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: 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/.
check
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/
check: src/format/fasta.rs#L9
unused import: `crate::constants`
check: src/format/fastq.rs#L9
unused import: `crate::constants`
check: src/format/fasta.rs#L4
unused import: `std::io::Write`
check: src/format/fastq.rs#L4
unused import: `std::io::Write`
check: src/error.rs#L10
missing documentation for a variant
check
`biotest` (lib) generated 5 warnings (run `cargo fix --lib -p biotest` to apply 2 suggestions)
check
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/
check
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/
check
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/
check
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/
coverage
Docker build failed with exit code 1, back off 1.034 seconds before retry.
coverage
Docker build failed with exit code 1, back off 7.535 seconds before retry.
test (stable)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: 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/.
test (stable)
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/
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/
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/
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/
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/
test (stable): src/format/fasta.rs#L9
unused import: `crate::constants`
test (stable): src/format/fastq.rs#L9
unused import: `crate::constants`
test (stable): src/format/fasta.rs#L4
unused import: `std::io::Write`
test (stable): src/format/fastq.rs#L4
unused import: `std::io::Write`
test (stable): src/error.rs#L10
missing documentation for a variant
test (stable)
`biotest` (lib) generated 5 warnings (run `cargo fix --lib -p biotest` to apply 2 suggestions)
test (stable)
`biotest` (lib test) generated 4 warnings (4 duplicates)
test (beta)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: 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/.
test (beta)
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/
test (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/
test (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/
test (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/
test (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/
test (beta): src/format/fasta.rs#L9
unused import: `crate::constants`
test (beta): src/format/fastq.rs#L9
unused import: `crate::constants`
test (beta): src/format/fasta.rs#L4
unused import: `std::io::Write`
test (beta): src/format/fastq.rs#L4
unused import: `std::io::Write`
test (beta): src/error.rs#L10
missing documentation for a variant
test (beta)
`biotest` (lib) generated 5 warnings (run `cargo fix --lib -p biotest` to apply 2 suggestions)
test (beta)
`biotest` (lib test) generated 4 warnings (4 duplicates)
test (macos)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: 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/.
test (macos)
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/
test (macos): src/format/fasta.rs#L9
unused import: `crate::constants`
test (macos): src/format/fastq.rs#L9
unused import: `crate::constants`
test (macos): src/format/fasta.rs#L4
unused import: `std::io::Write`
test (macos): src/format/fastq.rs#L4
unused import: `std::io::Write`
test (macos): src/error.rs#L10
missing documentation for a variant
test (macos)
`biotest` (lib) generated 5 warnings (run `cargo fix --lib -p biotest` to apply 2 suggestions)
test (macos)
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 (macos)
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 (macos)
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 (macos)
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 (windows)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: 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/.
test (windows)
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/
test (windows): src/format/fasta.rs#L9
unused import: `crate::constants`
test (windows): src/format/fastq.rs#L9
unused import: `crate::constants`
test (windows): src/format/fasta.rs#L4
unused import: `std::io::Write`
test (windows): src/format/fastq.rs#L4
unused import: `std::io::Write`
test (windows): src/error.rs#L10
missing documentation for a variant
test (windows)
`biotest` (lib) generated 5 warnings (run `cargo fix --lib -p biotest` to apply 2 suggestions)
test (windows)
`biotest` (lib test) generated 4 warnings (4 duplicates)
test (windows)
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 (windows)
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 (windows)
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 (windows)
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 (windows)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: 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/.
test (windows)
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/
test (windows): src/format/fasta.rs#L9
unused import: `crate::constants`
test (windows): src/format/fastq.rs#L9
unused import: `crate::constants`
test (windows): src/format/fasta.rs#L4
unused import: `std::io::Write`
test (windows): src/format/fastq.rs#L4
unused import: `std::io::Write`
test (windows): src/error.rs#L10
missing documentation for a variant
test (windows)
`biotest` (lib) generated 5 warnings (run `cargo fix --lib -p biotest` to apply 2 suggestions)
test (windows)
`biotest` (lib test) generated 4 warnings (4 duplicates)
test (windows)
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 (windows)
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 (windows)
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 (windows)
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/