Enable prometheus in bootnode #108
ci.yml
on: push
Matrix: build
Matrix: codecov
Matrix: e2e-tests
Matrix: integration-tests
Matrix: lint
Matrix: unit-tests
Annotations
11 errors and 1 warning
lint (ubuntu-20.04):
internal/cli/bootnode.go#L262
G112: Potential Slowloris Attack because ReadHeaderTimeout is not configured in the http.Server (gosec)
|
lint (ubuntu-20.04):
miner/worker.go#L1305
block should not end with a whitespace (or comment) (wsl)
|
lint (ubuntu-20.04):
core/blockstm/mvhashmap.go#L118
ineffectual assignment to cells (ineffassign)
|
lint (ubuntu-20.04):
internal/ethapi/api_test.go#L77
Function TestTransaction_RoundTripRpcJSON missing the call to method parallel (paralleltest)
|
lint (ubuntu-20.04):
core/blockstm/executor_test.go#L474
SA1019: rand.Seed has been deprecated since Go 1.20 and an alternative has been available since Go 1.0: Programs that call Seed and then expect a specific sequence of results from the global random source (using functions such as Int) can be broken when a dependency changes how much it consumes from the global random source. To avoid such breakages, programs that need a specific result sequence should use NewRand(NewSource(seed)) to obtain a random generator that other packages cannot access. (staticcheck)
|
lint (ubuntu-20.04):
core/blockstm/executor_test.go#L498
SA1019: rand.Seed has been deprecated since Go 1.20 and an alternative has been available since Go 1.0: Programs that call Seed and then expect a specific sequence of results from the global random source (using functions such as Int) can be broken when a dependency changes how much it consumes from the global random source. To avoid such breakages, programs that need a specific result sequence should use NewRand(NewSource(seed)) to obtain a random generator that other packages cannot access. (staticcheck)
|
lint (ubuntu-20.04):
core/blockstm/executor_test.go#L544
SA1019: rand.Seed has been deprecated since Go 1.20 and an alternative has been available since Go 1.0: Programs that call Seed and then expect a specific sequence of results from the global random source (using functions such as Int) can be broken when a dependency changes how much it consumes from the global random source. To avoid such breakages, programs that need a specific result sequence should use NewRand(NewSource(seed)) to obtain a random generator that other packages cannot access. (staticcheck)
|
lint (ubuntu-20.04):
core/blockstm/executor_test.go#L565
SA1019: rand.Seed has been deprecated since Go 1.20 and an alternative has been available since Go 1.0: Programs that call Seed and then expect a specific sequence of results from the global random source (using functions such as Int) can be broken when a dependency changes how much it consumes from the global random source. To avoid such breakages, programs that need a specific result sequence should use NewRand(NewSource(seed)) to obtain a random generator that other packages cannot access. (staticcheck)
|
lint (ubuntu-20.04):
core/blockstm/executor_test.go#L586
SA1019: rand.Seed has been deprecated since Go 1.20 and an alternative has been available since Go 1.0: Programs that call Seed and then expect a specific sequence of results from the global random source (using functions such as Int) can be broken when a dependency changes how much it consumes from the global random source. To avoid such breakages, programs that need a specific result sequence should use NewRand(NewSource(seed)) to obtain a random generator that other packages cannot access. (staticcheck)
|
lint (ubuntu-20.04):
core/blockstm/executor_test.go#L629
SA1019: rand.Seed has been deprecated since Go 1.20 and an alternative has been available since Go 1.0: Programs that call Seed and then expect a specific sequence of results from the global random source (using functions such as Int) can be broken when a dependency changes how much it consumes from the global random source. To avoid such breakages, programs that need a specific result sequence should use NewRand(NewSource(seed)) to obtain a random generator that other packages cannot access. (staticcheck)
|
unit-tests (ubuntu-20.04)
Process completed with exit code 2.
|
codecov (ubuntu-20.04)
The following actions uses node12 which is deprecated and will be forced to run on node16: codecov/codecov-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
code_6192048163
Expired
|
612 MB |
|
logs_6192048163
Expired
|
7.66 MB |
|