build(deps): bump github.com/livepeer/go-tools from 0.0.0-20220805063103-76df6beb6506 to 0.3.3 #1537
Triggered via pull request
December 14, 2023 09:47
Status
Failure
Total duration
6h 0m 21s
Artifacts
–
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
test.yaml
on: pull_request
Run tests defined for the project
8m 12s
Perform CodeQL analysis
6h 0m
Run editorconfig checker
6s
Annotations
9 errors and 10 warnings
Run tests defined for the project:
server/broadcast.go#L884
cannot use map[string]string{…} (value of type map[string]string) as *drivers.FileProperties value in argument to drivers.SaveRetried
|
Run tests defined for the project:
server/broadcast.go#L1327
cannot use map[string]string{…} (value of type map[string]string) as *drivers.FileProperties value in argument to drivers.SaveRetried
|
Run tests defined for the project:
core/capabilities_test.go#L285
cannot use &stubOS{…} (value of type *stubOS) as drivers.OSSession value in assignment: *stubOS does not implement drivers.OSSession (missing method DeleteFile)
|
Run tests defined for the project:
core/capabilities_test.go#L417
cannot use os (variable of type *stubOS) as drivers.OSSession value in argument to storageToCapability: *stubOS does not implement drivers.OSSession (missing method DeleteFile)
|
Run tests defined for the project:
core/capabilities_test.go#L422
cannot use &stubOS{…} (value of type *stubOS) as drivers.OSSession value in argument to storageToCapability: *stubOS does not implement drivers.OSSession (missing method DeleteFile)
|
Run tests defined for the project:
core/capabilities_test.go#L427
cannot use &stubOS{…} (value of type *stubOS) as drivers.OSSession value in argument to storageToCapability: *stubOS does not implement drivers.OSSession (missing method DeleteFile)
|
Run tests defined for the project
Process completed with exit code 1.
|
Perform CodeQL analysis
The job running on runner GitHub Actions 17 has exceeded the maximum execution time of 360 minutes.
|
Perform CodeQL analysis
The operation was canceled.
|
Run tests defined for the project:
cmd/simple_auth_server/simple_auth_server.go#L17
struct field Url should be URL
|
Run tests defined for the project:
eth/types/contracts.go#L49
struct field NextUnbondingLockId should be NextUnbondingLockID
|
Run tests defined for the project:
test/e2e/configure_orchestrator_test.go#L40
context.Context should be the first parameter of a function
|
Run tests defined for the project:
test/e2e/e2e.go#L56
var webServerUri should be webServerURI
|
Run tests defined for the project:
cmd/livepeer_cli/wizard_bond.go#L30
var nextId should be nextID
|
Run tests defined for the project:
eth/blockwatch/block_watcher.go#L496
if block ends with a return statement, so drop this else and outdent its block
|
Run tests defined for the project:
cmd/livepeer_cli/wizard_broadcast.go#L101
if block ends with a return statement, so drop this else and outdent its block
|
Run tests defined for the project:
cmd/livepeer_cli/wizard_stats.go#L212
don't use underscores in Go names; var b_prices should be bPrices
|
Run tests defined for the project:
cmd/livepeer_bench/livepeer_bench.go#L241
should replace realTimeSegCount += 1 with realTimeSegCount++
|
Run tests defined for the project:
cmd/livepeer_cli/wizard_transcoder.go#L303
if block ends with a return statement, so drop this else and outdent its block
|