Skip to content

Implement Backoff in a generic way #24096

Implement Backoff in a generic way

Implement Backoff in a generic way #24096

Triggered via pull request October 18, 2024 23:20
Status Failure
Total duration 4m 10s
Artifacts

build-and-test.yml

on: pull_request
setup-environment
43s
setup-environment
Matrix: unittest-matrix
Matrix: cross-build-collector
unittest
0s
unittest
Fit to window
Zoom out
Zoom in

Annotations

68 errors
checks
Process completed with exit code 2.
cross-build-collector (linux, 386)
bc.next undefined (type *BackOff[T] has no field or method next)
cross-build-collector (linux, 386)
invalid operation: cannot use type assertion on type parameter value req (variable of type T constrained by any)
cross-build-collector (linux, 386)
undefined: experr
cross-build-collector (linux, 386)
Process completed with exit code 2.
cross-build-collector (darwin, arm64)
bc.next undefined (type *BackOff[T] has no field or method next)
cross-build-collector (darwin, arm64)
invalid operation: cannot use type assertion on type parameter value req (variable of type T constrained by any)
cross-build-collector (darwin, arm64)
undefined: experr
cross-build-collector (darwin, arm64)
Process completed with exit code 2.
cross-build-collector (linux, arm64)
bc.next undefined (type *BackOff[T] has no field or method next)
cross-build-collector (linux, arm64)
invalid operation: cannot use type assertion on type parameter value req (variable of type T constrained by any)
cross-build-collector (linux, arm64)
undefined: experr
cross-build-collector (linux, arm64)
Process completed with exit code 2.
cross-build-collector (linux, ppc64le)
bc.next undefined (type *BackOff[T] has no field or method next)
cross-build-collector (linux, ppc64le)
invalid operation: cannot use type assertion on type parameter value req (variable of type T constrained by any)
cross-build-collector (linux, ppc64le)
undefined: experr
cross-build-collector (linux, ppc64le)
Process completed with exit code 2.
cross-build-collector (linux, arm, 7)
bc.next undefined (type *BackOff[T] has no field or method next)
cross-build-collector (linux, arm, 7)
invalid operation: cannot use type assertion on type parameter value req (variable of type T constrained by any)
cross-build-collector (linux, arm, 7)
undefined: experr
cross-build-collector (linux, arm, 7)
Process completed with exit code 2.
cross-build-collector (windows, amd64)
bc.next undefined (type *BackOff[T] has no field or method next)
cross-build-collector (windows, amd64)
invalid operation: cannot use type assertion on type parameter value req (variable of type T constrained by any)
cross-build-collector (windows, amd64)
undefined: experr
cross-build-collector (windows, amd64)
Process completed with exit code 2.
cross-build-collector (darwin, amd64)
bc.next undefined (type *BackOff[T] has no field or method next)
cross-build-collector (darwin, amd64)
invalid operation: cannot use type assertion on type parameter value req (variable of type T constrained by any)
cross-build-collector (darwin, amd64)
undefined: experr
cross-build-collector (darwin, amd64)
Process completed with exit code 2.
cross-build-collector (linux, s390x)
bc.next undefined (type *BackOff[T] has no field or method next)
cross-build-collector (linux, s390x)
invalid operation: cannot use type assertion on type parameter value req (variable of type T constrained by any)
cross-build-collector (linux, s390x)
undefined: experr
cross-build-collector (linux, s390x)
Process completed with exit code 2.
cross-build-collector (windows, 386)
bc.next undefined (type *BackOff[T] has no field or method next)
cross-build-collector (windows, 386)
invalid operation: cannot use type assertion on type parameter value req (variable of type T constrained by any)
cross-build-collector (windows, 386)
undefined: experr
cross-build-collector (windows, 386)
Process completed with exit code 2.
cross-build-collector (linux, amd64)
bc.next undefined (type *BackOff[T] has no field or method next)
cross-build-collector (linux, amd64)
invalid operation: cannot use type assertion on type parameter value req (variable of type T constrained by any)
cross-build-collector (linux, amd64)
undefined: experr
cross-build-collector (linux, amd64)
Process completed with exit code 2.
test-coverage
undefined: experr\n"
test-coverage
undefined: experr\n"
test-coverage: config/configretry/backoff.go#L123
bc.next undefined (type *BackOff[T] has no field or method next)
test-coverage: config/configretry/backoff.go#L133
invalid operation: cannot use type assertion on type parameter value req (variable of type T constrained by any)
test-coverage: config/configretry/backoff.go#L175
undefined: experr
test-coverage
Process completed with exit code 2.
lint
Process completed with exit code 2.
unittest-matrix (ubuntu-latest, ~1.22)
bc.next undefined (type *BackOff[T] has no field or method next)
unittest-matrix (ubuntu-latest, ~1.22)
invalid operation: cannot use type assertion on type parameter value req (variable of type T constrained by any)
unittest-matrix (ubuntu-latest, ~1.22)
undefined: experr
unittest-matrix (ubuntu-latest, ~1.22)
undefined: experr\n"
unittest-matrix (ubuntu-latest, ~1.22)
undefined: experr\n"
unittest-matrix (ubuntu-latest, ~1.22): config/configretry/backoff.go#L123
bc.next undefined (type *BackOff[T] has no field or method next)
unittest-matrix (ubuntu-latest, ~1.22): config/configretry/backoff.go#L133
invalid operation: cannot use type assertion on type parameter value req (variable of type T constrained by any)
unittest-matrix (ubuntu-latest, ~1.22)
Process completed with exit code 2.
unittest-matrix (ubuntu-latest, ~1.23)
The job was canceled because "ubuntu-latest__1_22" failed.
unittest-matrix (ubuntu-latest, ~1.23)
bc.next undefined (type *BackOff[T] has no field or method next)
unittest-matrix (ubuntu-latest, ~1.23)
invalid operation: cannot use type assertion on type parameter value req (variable of type T constrained by any)
unittest-matrix (ubuntu-latest, ~1.23)
undefined: experr
unittest-matrix (ubuntu-latest, ~1.23)
undefined: experr\n"
unittest-matrix (ubuntu-latest, ~1.23)
undefined: experr\n"
unittest-matrix (ubuntu-latest, ~1.23): config/configretry/backoff.go#L123
bc.next undefined (type *BackOff[T] has no field or method next)
unittest-matrix (ubuntu-latest, ~1.23): config/configretry/backoff.go#L133
invalid operation: cannot use type assertion on type parameter value req (variable of type T constrained by any)
unittest-matrix (ubuntu-latest, ~1.23)
The operation was canceled.
unittest
Process completed with exit code 1.