Skip to content

services: fix logging data race after shutdown #578

services: fix logging data race after shutdown

services: fix logging data race after shutdown #578

Triggered via pull request February 13, 2024 12:02
Status Failure
Total duration 17m 5s
Artifacts

tests.yml

on: pull_request
Matrix: CodeQL
Matrix: Run tests
Fit to window
Zoom out
Zoom in

Annotations

28 errors and 13 warnings
Run tests (ubuntu-20.04, 1.18): pkg/core/dao/dao.go#L504
binary.LittleEndian.AppendUint32 undefined (type binary.littleEndian has no field or method AppendUint32)
Run tests (ubuntu-20.04, 1.18): pkg/core/stateroot/module.go#L40
undefined: atomic.Uint32
Run tests (ubuntu-20.04, 1.18): pkg/core/stateroot/module.go#L41
undefined: atomic.Uint32
Run tests (ubuntu-20.04, 1.18): pkg/core/dao/dao.go#L504
binary.LittleEndian.AppendUint32 undefined (type binary.littleEndian has no field or method AppendUint32)
Run tests (ubuntu-20.04, 1.18)
undefined: sort.Find
Run tests (ubuntu-20.04, 1.18)
Process completed with exit code 2.
Run tests (windows-2022, 1.18): pkg/core/dao/dao.go#L504
binary.LittleEndian.AppendUint32 undefined (type binary.littleEndian has no field or method AppendUint32)
Run tests (windows-2022, 1.18): pkg/core/stateroot/module.go#L40
undefined: atomic.Uint32
Run tests (windows-2022, 1.18): pkg/core/stateroot/module.go#L41
undefined: atomic.Uint32
Run tests (windows-2022, 1.18): pkg/core/dao/dao.go#L504
binary.LittleEndian.AppendUint32 undefined (type binary.littleEndian has no field or method AppendUint32)
Run tests (windows-2022, 1.18)
undefined: sort.Find
Run tests (windows-2022, 1.18)
Process completed with exit code 1.
Run tests (macos-12, 1.18): pkg/core/mempool/mem_pool.go#L78
undefined: atomic.Bool
Run tests (macos-12, 1.18): pkg/core/dao/dao.go#L504
binary.LittleEndian.AppendUint32 undefined (type binary.littleEndian has no field or method AppendUint32)
Run tests (macos-12, 1.18): pkg/network/bqueue/queue.go#L27
undefined: atomic.Bool
Run tests (macos-12, 1.18): pkg/core/stateroot/module.go#L40
undefined: atomic.Uint32
Run tests (macos-12, 1.18): pkg/core/stateroot/module.go#L41
undefined: atomic.Uint32
Run tests (macos-12, 1.18): pkg/core/dao/dao.go#L504
binary.LittleEndian.AppendUint32 undefined (type binary.littleEndian has no field or method AppendUint32)
Run tests (macos-12, 1.18)
undefined: sort.Find
Run tests (macos-12, 1.18)
Process completed with exit code 2.
Run tests (windows-2022, 1.21)
Process completed with exit code 1.
Check internal dependencies
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4, actions/checkout@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Lint
Restore cache failed: Dependencies file is not found in /home/runner/work/neo-go/neo-go. Supported file pattern: go.sum
Run tests (ubuntu-20.04, 1.18)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
CodeQL (go)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, github/codeql-action/init@v2, github/codeql-action/autobuild@v2, github/codeql-action/analyze@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
CodeQL (go)
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
Run tests (windows-2022, 1.18)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run tests (macos-12, 1.18)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Coverage
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run tests (ubuntu-20.04, 1.19)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run tests (ubuntu-20.04, 1.20)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run tests (macos-12, 1.21)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run tests (windows-2022, 1.21)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.