Skip to content

fat32 tests expected data auto-generated #468

fat32 tests expected data auto-generated

fat32 tests expected data auto-generated #468

Triggered via pull request September 1, 2024 18:57
Status Failure
Total duration 50s
Artifacts

ci.yaml

on: pull_request
Matrix: Build
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

23 errors and 34 warnings
Test (macos-latest): filesystem/fat32/common_test.go#L50
regexpSimplify: can re-write `\s*Written:\s+(\d\d\d\d-\d\d-\d\d\s+\d\d:\d\d:\d\d)` as `\s*Written:\s+(\d{4}-\d\d-\d\d\s+\d\d:\d\d:\d\d)` (gocritic)
Test (macos-latest): filesystem/fat32/common_test.go#L51
regexpSimplify: can re-write `\s*Accessed:\s+(\d\d\d\d-\d\d-\d\d\s+\d\d:\d\d:\d\d)` as `\s*Accessed:\s+(\d{4}-\d\d-\d\d\s+\d\d:\d\d:\d\d)` (gocritic)
Test (macos-latest): filesystem/fat32/common_test.go#L52
regexpSimplify: can re-write `\s*Created:\s+(\d\d\d\d-\d\d-\d\d\s+\d\d:\d\d:\d\d)` as `\s*Created:\s+(\d{4}-\d\d-\d\d\s+\d\d:\d\d:\d\d)` (gocritic)
Test (macos-latest): filesystem/fat32/common_test.go#L59
regexpSimplify: can re-write `^\s*(\d+) sectors\/track, (\d+) heads\s*$` as `^\s*(\d+) sectors/track, (\d+) heads\s*$` (gocritic)
Test (macos-latest): filesystem/fat32/common_test.go#L246
unslice: could simplify dirEntries[:] to dirEntries (gocritic)
Test (macos-latest): filesystem/fat32/directory_internal_test.go#L16
commentFormatting: put a space between `//` and comment text (gocritic)
Test (macos-latest): filesystem/fat32/common_test.go#L314
cyclomatic complexity 41 of func `testReadFilesystemData` is high (> 30) (gocyclo)
Test (macos-latest): filesystem/fat32/common_test.go#L318
error-strings: error strings should not be capitalized or end with punctuation or a newline (revive)
Test (macos-latest): filesystem/fat32/common_test.go#L335
error-strings: error strings should not be capitalized or end with punctuation or a newline (revive)
Test (macos-latest): filesystem/fat32/common_test.go#L339
error-strings: error strings should not be capitalized or end with punctuation or a newline (revive)
Test (windows-latest)
The job was canceled because "macos-latest" failed.
Test (windows-latest)
The operation was canceled.
Test (ubuntu-latest)
The job was canceled because "macos-latest" failed.
Test (ubuntu-latest): filesystem/fat32/common_test.go#L50
regexpSimplify: can re-write `\s*Written:\s+(\d\d\d\d-\d\d-\d\d\s+\d\d:\d\d:\d\d)` as `\s*Written:\s+(\d{4}-\d\d-\d\d\s+\d\d:\d\d:\d\d)` (gocritic)
Test (ubuntu-latest): filesystem/fat32/common_test.go#L51
regexpSimplify: can re-write `\s*Accessed:\s+(\d\d\d\d-\d\d-\d\d\s+\d\d:\d\d:\d\d)` as `\s*Accessed:\s+(\d{4}-\d\d-\d\d\s+\d\d:\d\d:\d\d)` (gocritic)
Test (ubuntu-latest): filesystem/fat32/common_test.go#L52
regexpSimplify: can re-write `\s*Created:\s+(\d\d\d\d-\d\d-\d\d\s+\d\d:\d\d:\d\d)` as `\s*Created:\s+(\d{4}-\d\d-\d\d\s+\d\d:\d\d:\d\d)` (gocritic)
Test (ubuntu-latest): filesystem/fat32/common_test.go#L59
regexpSimplify: can re-write `^\s*(\d+) sectors\/track, (\d+) heads\s*$` as `^\s*(\d+) sectors/track, (\d+) heads\s*$` (gocritic)
Test (ubuntu-latest): filesystem/fat32/common_test.go#L246
unslice: could simplify dirEntries[:] to dirEntries (gocritic)
Test (ubuntu-latest): filesystem/fat32/directory_internal_test.go#L16
commentFormatting: put a space between `//` and comment text (gocritic)
Test (ubuntu-latest): filesystem/fat32/common_test.go#L314
cyclomatic complexity 41 of func `testReadFilesystemData` is high (> 30) (gocyclo)
Test (ubuntu-latest): filesystem/fat32/common_test.go#L318
error-strings: error strings should not be capitalized or end with punctuation or a newline (revive)
Test (ubuntu-latest): filesystem/fat32/common_test.go#L335
error-strings: error strings should not be capitalized or end with punctuation or a newline (revive)
Test (ubuntu-latest): filesystem/fat32/common_test.go#L339
error-strings: error strings should not be capitalized or end with punctuation or a newline (revive)
Build (amd64, windows)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build (amd64, windows)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build (amd64, darwin)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build (amd64, darwin)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build (amd64, netbsd)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build (amd64, netbsd)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build (arm64, darwin)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build (arm64, darwin)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build (amd64, illumos)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build (arm64, freebsd)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build (amd64, illumos)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build (arm64, freebsd)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build (wasm, wasip1)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build (wasm, wasip1)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build (amd64, linux)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build (amd64, linux)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build (arm64, windows)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build (arm64, windows)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build (amd64, freebsd)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build (amd64, freebsd)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build (ppc64, aix)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build (ppc64, aix)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build (amd64, solaris)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build (amd64, solaris)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build (arm64, linux)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build (arm64, linux)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build (arm64, netbsd)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build (arm64, netbsd)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build (arm64, openbsd)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build (arm64, openbsd)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build (amd64, openbsd)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build (amd64, openbsd)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test (macos-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. 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-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/