Skip to content

feat(xfs): xfs 包 用于处理文件系统业务, 目前支持文件拷贝 & 文件夹递归拷贝 #171

feat(xfs): xfs 包 用于处理文件系统业务, 目前支持文件拷贝 & 文件夹递归拷贝

feat(xfs): xfs 包 用于处理文件系统业务, 目前支持文件拷贝 & 文件夹递归拷贝 #171

Triggered via pull request October 22, 2024 07:57
@CcheersCcheers
synchronize #31
dev
Status Failure
Total duration 1m 25s
Artifacts

test.yaml

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

Annotations

11 errors and 1 warning
test (1.22.x, ubuntu-latest): diskq/diskq_test.go#L84
this call to os.RemoveAll deletes the user's entire temporary directory, not a subdirectory therein (SA9007)
test (1.22.x, ubuntu-latest): diskq/diskq_test.go#L83
this call to os.TempDir returns the user's temporary directory, for example /tmp
test (1.22.x, ubuntu-latest): diskq/diskq_test.go#L103
this call to os.RemoveAll deletes the user's entire temporary directory, not a subdirectory therein (SA9007)
test (1.22.x, ubuntu-latest): diskq/diskq_test.go#L102
this call to os.TempDir returns the user's temporary directory, for example /tmp
test (1.22.x, ubuntu-latest): diskq/diskq_test.go#L130
this call to os.RemoveAll deletes the user's entire temporary directory, not a subdirectory therein (SA9007)
test (1.22.x, ubuntu-latest): diskq/diskq_test.go#L129
this call to os.TempDir returns the user's temporary directory, for example /tmp
test (1.22.x, ubuntu-latest): diskq/diskq_test.go#L210
this call to os.RemoveAll deletes the user's entire temporary directory, not a subdirectory therein (SA9007)
test (1.22.x, ubuntu-latest): diskq/diskq_test.go#L209
this call to os.TempDir returns the user's temporary directory, for example /tmp
test (1.22.x, ubuntu-latest): diskq/diskq_test.go#L275
this call to os.RemoveAll deletes the user's entire temporary directory, not a subdirectory therein (SA9007)
test (1.22.x, ubuntu-latest): diskq/diskq_test.go#L274
this call to os.TempDir returns the user's temporary directory, for example /tmp
test (1.21.x, ubuntu-latest)
The job was canceled because "_1_22_x_ubuntu-latest" failed.
test (1.22.x, ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/