Skip to content
Triggered via pull request May 3, 2024 10:57
@chris-j-hchris-j-h
synchronize #2
test
Status Failure
Total duration 28m 35s
Artifacts 1

pr.yml

on: pull_request
Build Docker image
1m 45s
Build Docker image
Matrix: unit-tests
Matrix: acceptance-tests
Fit to window
Zoom out
Zoom in

Annotations

25 errors and 14 warnings
Code linters: accounts/keystore/account_cache_test.go#L98
SA1019: rand.Seed has been deprecated since Go 1.20 and an alternative has been available since Go 1.0: As of Go 1.20 there is no reason to call Seed with a random value. Programs that call Seed with a known value to get a specific sequence of results should use New(NewSource(seed)) to obtain a local random generator. (staticcheck)
Code linters: accounts/keystore/account_cache_test.go#L324
SA1019: rand.Seed has been deprecated since Go 1.20 and an alternative has been available since Go 1.0: As of Go 1.20 there is no reason to call Seed with a random value. Programs that call Seed with a known value to get a specific sequence of results should use New(NewSource(seed)) to obtain a local random generator. (staticcheck)
Code linters: accounts/pluggable/wallet_test.go#L285
SA1019: rand.Read has been deprecated since Go 1.20 because it shouldn't be used: For almost all use cases, crypto/rand.Read is more appropriate. (staticcheck)
Code linters: accounts/pluggable/wallet_test.go#L373
SA1019: rand.Read has been deprecated since Go 1.20 because it shouldn't be used: For almost all use cases, crypto/rand.Read is more appropriate. (staticcheck)
Code linters: cmd/puppeth/puppeth.go#L49
SA1019: rand.Seed has been deprecated since Go 1.20 and an alternative has been available since Go 1.0: As of Go 1.20 there is no reason to call Seed with a random value. Programs that call Seed with a known value to get a specific sequence of results should use New(NewSource(seed)) to obtain a local random generator. (staticcheck)
Code linters: consensus/ethash/consensus_test.go#L93
SA1019: rand.Read has been deprecated since Go 1.20 because it shouldn't be used: For almost all use cases, crypto/rand.Read is more appropriate. (staticcheck)
Code linters: p2p/netutil/iptrack_test.go#L126
SA1019: mrand.Read has been deprecated since Go 1.20 because it shouldn't be used: For almost all use cases, crypto/rand.Read is more appropriate. (staticcheck)
Code linters: p2p/netutil/iptrack_test.go#L127
SA1019: mrand.Read has been deprecated since Go 1.20 because it shouldn't be used: For almost all use cases, crypto/rand.Read is more appropriate. (staticcheck)
Code linters: trie/proof_test.go#L34
SA1019: mrand.Seed has been deprecated since Go 1.20 and an alternative has been available since Go 1.0: As of Go 1.20 there is no reason to call Seed with a random value. Programs that call Seed with a known value to get a specific sequence of results should use New(NewSource(seed)) to obtain a local random generator. (staticcheck)
Code linters
exit status 1
GoQuorumAndBesuCliqueConsensusTest.consensusAfterMiningMustHappen(): GoQuorumAndBesuCliqueConsensusTest#L59
java.lang.AssertionError: Consensus was not reached in time for Transaction Receipt with hash: 0x3c40ecafb68e75cd0f350267b7091633588d8280248f504f4ca6113a36947c6d
QbftWithGasAndBlockRewardTest.validatorReceivesGasRewards(): QbftWithGasAndBlockRewardTest#L95
java.lang.AssertionError: Failed to achieve consensus on block number being at least 40
PrivacyContractDeploymentTest.deploymentMustSucceed(): PrivacyContractDeploymentTest#L1
org.testcontainers.containers.ContainerLaunchException: Container startup failed
TesseraPrivacyContractDeploymentTest.deploymentMustSucceed(): TesseraPrivacyContractDeploymentTest#L1
org.testcontainers.containers.ContainerLaunchException: Container startup failed
Run PEEPS tests
Process completed with exit code 1.
Unit tests in ubuntu-20.04
TRACE[05-03|11:12:34.565] Updating DNS discovery root tree=n err=nil
Unit tests in ubuntu-20.04
TRACE[05-03|11:12:34.565] DNS discovery lookup name=C7HRFPF3BLGF3YR4DY5KX3SMBE.n err=nil
Unit tests in ubuntu-20.04
TRACE[05-03|11:12:34.565] DNS discovery lookup name=JWXYDBPXYWG6FX3GMDIBFA6CJ4.n err=nil
Unit tests in ubuntu-20.04
TRACE[05-03|11:12:34.565] DNS discovery lookup name=2XS2367YHAXJFGLZHVAWLQD4ZY.n err=nil
Unit tests in ubuntu-20.04
TRACE[05-03|11:12:34.565] DNS discovery lookup name=H4FHT4B454P6UXFD7JCYQ5PWDY.n err=nil
Unit tests in ubuntu-20.04
TRACE[05-03|11:12:34.565] DNS discovery lookup name=MHTDO6TMUBRIA2XWG5LUDACK24.n err=nil
Unit tests in ubuntu-20.04
wrong nodes in synced tree:
Unit tests in ubuntu-20.04
exit status 1
Unit tests in ubuntu-20.04
test] Error 1
Unit tests in ubuntu-20.04
Process completed with exit code 2.
Build Docker image
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build Docker image
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build Docker image
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Code linters
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v1, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Code linters
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
Run PEEPS tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-java@v2, mikepenz/action-junit-report@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run PEEPS tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-java@v2, mikepenz/action-junit-report@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Run PEEPS tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run PEEPS tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Acceptance tests (basic || basic-raft || (advanced && raft) || networks/typical::raft)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Acceptance tests (basic || basic-raft || (advanced && raft) || networks/typical::raft)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Unit tests in ubuntu-20.04
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v1, actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Unit tests in ubuntu-20.04
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v1, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "docker-image". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

Artifacts

Produced during runtime
Name Size
docker-image Expired
43.4 MB