Fixed flakes and added parallelization to ChainComponents tests #1199
Annotations
4 errors
Run Tests
Failed to run test for package github.com/smartcontractkit/chainlink/v2/core/services/relay/evm: Command failed with exit code 1: /home/runner/work/_temp/github.com-smartcontractkit-chainlink-v2-core-services-relay-evm-test '-test.timeout=10m'
--- FAIL: TestChainComponents (0.05s)
logger.go:146: 2024-12-23T14:55:33.228Z\tINFO\tEVM.1337\tevm/relayer_extender.go:70\tLoading chain 1337\t{"version": "unset@unset", "evmChainID": "1337"}
logger.go:146: 2024-12-23T14:55:33.228Z\tINFO\tEVM.1337.Txm\tgas/models.go:59\tInitializing EVM gas estimator in mode: FixedPrice\t{"version": "unset@unset", "estimatorMode": "FixedPrice", "batchSize": 25, "blockDelay": 1, "blockHistorySize": 8, "eip1559FeeCapBufferBlocks": 1, "transactionPercentile": 60, "eip1559DynamicFees": true, "gasBumpPercent": 20, "gasBumpThreshold": 0, "bumpMin": "5 gwei", "feeCapDefault": "1 gwei", "limitMultiplier": 1, "priceDefault": "1 gwei", "tipCapDefault": "1 mwei", "tipCapMin": "1 wei", "priceMax": "100 gwei", "priceMin": "0", "estimateLimit": false, "daOracleType": null, "daOracleAddress": "<nil>"}
logger.go:146: 2024-12-23T14:55:33.228Z\tINFO\tEVM.1337.Txm\tlegacyevm/evm_txm.go:34\tInitializing EVM transaction manager\t{"version": "unset@unset", "bumpTxDepth": 16, "maxInFlightTransactions": 16, "maxQueuedTransactions": 250, "nonceAutoSync": true, "limitDefault": 500000}
logger.go:146: 2024-12-23T14:55:33.228Z\tINFO\tEVM.1337.Txm\ttxmgr/builder.go:51\tEvmForwarderManager: Disabled\t{"version": "unset@unset"}
logger.go:146: 2024-12-23T14:55:33.228Z\tINFO\tEVM.1337.Txm\ttxmgr/txmgr.go:175\tResender: Disabled\t{"version": "unset@unset"}
logger.go:146: 2024-12-23T14:55:33.228Z\tINFO\tEVM.1337.Txm\ttxmgr/txmgr.go:180\tTxReaper: Disabled\t{"version": "unset@unset"}
logger.go:146: 2024-12-23T14:55:33.231Z\tDEBUG\tchainlink/application.go:328\tExternal registry not configured, skipping registry syncer and starting with an empty registry\t{"version": "unset@unset"}
logger.go:146: 2024-12-23T14:55:33.231Z\tDEBUG\tchainlink/application.go:359\tPyroscope (automatic pprof profiling) is disabled\t{"version": "unset@unset"}
logger.go:146: 2024-12-23T14:55:33.231Z\tINFO\tchainlink/application.go:367\tNurse service (automatic pprof profiling) is disabled\t{"version": "unset@unset"}
logger.go:146: 2024-12-23T14:55:33.231Z\tINFO\tchainlink/application.go:383\tDatabaseBackup: periodic database backups are disabled. To enable automatic backups, set Database.Backup.Mode=lite or Database.Backup.Mode=full\t{"version": "unset@unset"}
logger.go:146: 2024-12-23T14:55:33.231Z\tWARN\tTelemetryManager\ttelemetry/manager.go:78\tno telemetry endpoint found for network "EVM" chainID "1337", telemetry "head-report" for contractID "" will NOT be sent\t{"version": "unset@unset"}
logger.go:146: 2024-12-23T14:55:33.231Z\tDEBUG\tchainlink/application.go:543\tP2P stack not needed\t{"version": "unset@unset"}
logger.go:146: 2024-12-23T14:55:33.231Z\tDEBUG\tchainlink/application.go:583\tOff-chain reporting disabled\t{"version": "unset@unset"}
logger.go:146: 2024-12-23T14:55:33.231Z\tDEBUG\tchainlink/application.go:634\tOff-chain reporting v2 disabled\t{"version": "unset@unset"}
logger.go:146: 2024-12-23T14:55:33.241Z\tERROR\tchainlink/application.go:746\t[Feeds Service] Failed to start CSA key does not exist\t{"version": "unset@unset"}
github.com/smartcontractkit/chainlink/v2/core/services/chainlink.(*ChainlinkApplication).Start
\t/home/runner/work/chainlink/chainlink/core/services/chainlink/application.go:746
github.com/smartcontractkit/chainlink/v2/core/internal/cltest.(*TestApplication).Start
\t/home/runner/work/chainlink/chainlink/core/internal/cltest/cltest.go:610
github.com/smartcontractkit/chainlink/v2/core/services/relay/evm_test.(*helper).TXM
\t/home/runner/work/chainlink/chainlink/core/services/relay/evm/chain_components_test.go:446
github.com/smartcontractkit/chainlink/v2/core/services/relay/evm_test.(*helper).Init
\t/home/runner/work/chainlink/chainlink/core/services/
|
Run Tests
Failed to run test for package github.com/smartcontractkit/chainlink/v2/core/capabilities/remote/executable: Command failed with exit code 2: /home/runner/work/_temp/github.com-smartcontractkit-chainlink-v2-core-capabilities-remote-executable-test '-test.timeout=10m'
panic: test timed out after 10m0s
\trunning tests:
\t\tTest_Client_DonTopologies (10m0s)
goroutine 198 [running]:
testing.(*M).startAlarm.func1()
\t/opt/hostedtoolcache/go/1.23.4/x64/src/testing/testing.go:2373 +0x385
created by time.goFunc
\t/opt/hostedtoolcache/go/1.23.4/x64/src/time/sleep.go:215 +0x2d
goroutine 1 [chan receive, 10 minutes]:
testing.(*T).Run(0xc00053e000, {0x2959f16?, 0x0?}, 0x2b913a8)
\t/opt/hostedtoolcache/go/1.23.4/x64/src/testing/testing.go:1751 +0x3ab
testing.runTests.func1(0xc00053e000)
\t/opt/hostedtoolcache/go/1.23.4/x64/src/testing/testing.go:2168 +0x37
testing.tRunner(0xc00053e000, 0xc0007a1c70)
\t/opt/hostedtoolcache/go/1.23.4/x64/src/testing/testing.go:1690 +0xf4
testing.runTests(0xc00093e6d8, {0x3ed1980, 0xb, 0xb}, {0x4ef3d0?, 0x4ef03a?, 0x4019b00?})
\t/opt/hostedtoolcache/go/1.23.4/x64/src/testing/testing.go:2166 +0x43d
testing.(*M).Run(0xc000a0a0a0)
\t/opt/hostedtoolcache/go/1.23.4/x64/src/testing/testing.go:2034 +0x64a
main.main()
\t_testmain.go:67 +0x9b
goroutine 23 [IO wait, 10 minutes]:
internal/poll.runtime_pollWait(0x7f236cb16f00, 0x72)
\t/opt/hostedtoolcache/go/1.23.4/x64/src/runtime/netpoll.go:351 +0x85
internal/poll.(*pollDesc).wait(0xc000178600?, 0xc000682830?, 0x0)
\t/opt/hostedtoolcache/go/1.23.4/x64/src/internal/poll/fd_poll_runtime.go:84 +0x27
internal/poll.(*pollDesc).waitRead(...)
\t/opt/hostedtoolcache/go/1.23.4/x64/src/internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).ReadMsg(0xc000178600, {0xc000682830, 0x10, 0x10}, {0xc0004ee028, 0x1000, 0x1000}, 0x40000000)
\t/opt/hostedtoolcache/go/1.23.4/x64/src/internal/poll/fd_unix.go:302 +0x385
net.(*netFD).readMsg(0xc000178600, {0xc000682830?, 0xa?, 0x8d07000000?}, {0xc0004ee028?, 0x2db2660?, 0x0?}, 0x1?)
\t/opt/hostedtoolcache/go/1.23.4/x64/src/net/fd_posix.go:78 +0x31
net.(*UnixConn).readMsg(0xc0001bf8c8, {0xc000682830?, 0x49108b?, 0x7f23b59761a8?}, {0xc0004ee028?, 0xc0004fddd0?, 0x4ebe1d?})
\t/opt/hostedtoolcache/go/1.23.4/x64/src/net/unixsock_posix.go:115 +0x45
net.(*UnixConn).ReadMsgUnix(0xc0001bf8c8, {0xc000682830?, 0x30?, 0x50?}, {0xc0004ee028?, 0x7f23b59761a8?, 0x18?})
\t/opt/hostedtoolcache/go/1.23.4/x64/src/net/unixsock.go:143 +0x36
github.com/godbus/dbus.(*oobReader).Read(0xc0004ee008, {0xc000682830?, 0xc0004fde30?, 0x48c025?})
\t/home/runner/go/pkg/mod/github.com/godbus/[email protected]/transport_unix.go:21 +0x3c
io.ReadAtLeast({0x2d9b360, 0xc0004ee008}, {0xc000682830, 0x10, 0x10}, 0x10)
\t/opt/hostedtoolcache/go/1.23.4/x64/src/io/io.go:335 +0x90
io.ReadFull(...)
\t/opt/hostedtoolcache/go/1.23.4/x64/src/io/io.go:354
github.com/godbus/dbus.(*unixTransport).ReadMessage(0xc0001a4e10)
\t/home/runner/go/pkg/mod/github.com/godbus/[email protected]/transport_unix.go:91 +0xfe
github.com/godbus/dbus.(*Conn).inWorker(0xc0002a4240)
\t/home/runner/go/pkg/mod/github.com/godbus/[email protected]/conn.go:294 +0x35
created by github.com/godbus/dbus.(*Conn).Auth in goroutine 1
\t/home/runner/go/pkg/mod/github.com/godbus/[email protected]/auth.go:118 +0x8ee
goroutine 98 [chan receive, 10 minutes]:
github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc000439880?)
\t/home/runner/go/pkg/mod/github.com/ethereum/[email protected]/core/sender_cacher.go:63 +0x35
created by github.com/ethereum/go-ethereum/core.newTxSenderCacher in goroutine 1
\t/home/runner/go/pkg/mod/github.com/ethereum/[email protected]/core/sender_cacher.go:55 +0x72
goroutine 99 [chan receive, 10 minutes]:
github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0x0?)
\t/home/runner/go/pkg/mod/github.com/ethereum/[email protected]/core/sender_cacher.go:63 +0x35
created by github.com/ethereum/go-ethereum/core.newTxSenderCacher in goroutine 1
\t/home/runner/go/pkg/mod/github.com/ethereum/g
|
Run Tests
Test Package Failures: github.com/smartcontractkit/chainlink/v2/core/capabilities/remote/executable, github.com/smartcontractkit/chainlink/v2/core/services/relay/evm
|
Run Tests
Error, 2 tests completed with an error, or failed to run. See output for details.. Error: 2 tests completed with an error, or failed to run. See output for details.
at validateRunResultsOrThrow (/home/runner/work/_actions/smartcontractkit/.github/57f99fbea73056c490c766d50ef582a13ec4f3bb/apps/go-conditional-tests/dist/index.js:116108:11)
at runTestBinaries (/home/runner/work/_actions/smartcontractkit/.github/57f99fbea73056c490c766d50ef582a13ec4f3bb/apps/go-conditional-tests/dist/index.js:116243:10)
at async runStep (/home/runner/work/_actions/smartcontractkit/.github/57f99fbea73056c490c766d50ef582a13ec4f3bb/apps/go-conditional-tests/dist/index.js:116376:26)
at async run (/home/runner/work/_actions/smartcontractkit/.github/57f99fbea73056c490c766d50ef582a13ec4f3bb/apps/go-conditional-tests/dist/index.js:116326:25)
|
Loading