Skip to content

Fix duplicate methods #33

Fix duplicate methods

Fix duplicate methods #33

Triggered via push December 12, 2023 23:06
Status Failure
Total duration 1d 3h 12m 48s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: push
Matrix: e2e
Matrix: test-race
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

33 errors and 5 warnings
Golang E2E Tests v1.18 (ubuntu-20.04)
Process completed with exit code 1.
Golang Unit Tests Race Detection v1.18 (ubuntu-20.04)
type func(T, T) bool of T.Less does not match inferred type func(a T, b T) int for func(a E, b E) int
Golang Unit Tests Race Detection v1.18 (ubuntu-20.04)
type func(i T, j T) bool of func(i, j T) bool {…} does not match inferred type func(a T, b T) int for func(a E, b E) int
Golang Unit Tests Race Detection v1.18 (ubuntu-20.04)
type func(i T, j T) bool of func(i, j T) bool {…} does not match inferred type func(a T, b T) int for func(a E, b E) int
Golang Unit Tests Race Detection v1.18 (ubuntu-20.04)
undefined: atomic.Bool
Golang Unit Tests Race Detection v1.18 (ubuntu-20.04)
undefined: atomic.Uint32
Golang Unit Tests Race Detection v1.18 (ubuntu-20.04)
undefined: atomic.Bool
Golang Unit Tests Race Detection v1.18 (ubuntu-20.04)
undefined: atomic.Bool
Golang Unit Tests Race Detection v1.18 (ubuntu-20.04)
undefined: atomic.Bool
Golang Unit Tests Race Detection v1.18 (ubuntu-20.04)
undefined: atomic.Bool
Golang Unit Tests Race Detection v1.18 (ubuntu-20.04)
undefined: atomic.Uint32
Golang Unit Tests v1.18 (macos-11.0)
type func(T, T) bool of T.Less does not match inferred type func(a T, b T) int for func(a E, b E) int
Golang Unit Tests v1.18 (macos-11.0)
type func(i T, j T) bool of func(i, j T) bool {…} does not match inferred type func(a T, b T) int for func(a E, b E) int
Golang Unit Tests v1.18 (macos-11.0)
type func(i T, j T) bool of func(i, j T) bool {…} does not match inferred type func(a T, b T) int for func(a E, b E) int
Golang Unit Tests v1.18 (macos-11.0)
undefined: atomic.Bool
Golang Unit Tests v1.18 (macos-11.0)
undefined: atomic.Uint32
Golang Unit Tests v1.18 (macos-11.0)
undefined: atomic.Bool
Golang Unit Tests v1.18 (macos-11.0)
undefined: atomic.Bool
Golang Unit Tests v1.18 (macos-11.0)
undefined: atomic.Bool
Golang Unit Tests v1.18 (macos-11.0)
undefined: atomic.Bool
Golang Unit Tests v1.18 (macos-11.0)
undefined: atomic.Uint32
Golang Unit Tests v1.18 (ubuntu-18.04)
The job was canceled because "_1_18_macos-11_0" failed.
Golang Unit Tests v1.18 (windows-latest)
undefined: atomic.Uint32
Golang Unit Tests v1.18 (windows-latest)
undefined: atomic.Bool
Golang Unit Tests v1.18 (windows-latest)
undefined: atomic.Bool
Golang Unit Tests v1.18 (windows-latest)
undefined: atomic.Bool
Golang Unit Tests v1.18 (windows-latest)
undefined: atomic.Bool
Golang Unit Tests v1.18 (windows-latest)
undefined: atomic.Uint32
Golang Unit Tests v1.18 (windows-latest)
type func(T, T) bool of T.Less does not match inferred type func(a T, b T) int for func(a E, b E) int
Golang Unit Tests v1.18 (windows-latest)
type func(i T, j T) bool of func(i, j T) bool {…} does not match inferred type func(a T, b T) int for func(a E, b E) int
Golang Unit Tests v1.18 (windows-latest)
type func(i T, j T) bool of func(i, j T) bool {…} does not match inferred type func(a T, b T) int for func(a E, b E) int
Golang Unit Tests v1.18 (windows-latest)
undefined: atomic.Bool
Lint
This request was automatically failed because there were no enabled runners online to process the request for more than 1 days.
Golang E2E Tests v1.18 (ubuntu-20.04)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Golang Unit Tests Race Detection v1.18 (ubuntu-20.04)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Golang Unit Tests v1.18 (macos-11.0)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Golang Unit Tests v1.18 (windows-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
CI
The ubuntu-18.04 environment is deprecated, consider switching to ubuntu-20.04(ubuntu-latest), or ubuntu-22.04 instead. For more details see https://github.com/actions/virtual-environments/issues/6002