Skip to content

Core OCR Soak Config #1593

Core OCR Soak Config

Core OCR Soak Config #1593

Triggered via pull request January 8, 2025 17:51
Status Failure
Total duration 11m 54s
Billable time 18m
Artifacts 4

ci-core-partial.yml

on: pull_request
Detect Changes
8s
Detect Changes
Tests (fuzz)
0s
Tests (fuzz)
Tests (race)
0s
Tests (race)
Matrix: run-unit-tests
SonarQube Scan
0s
SonarQube Scan
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 2 warnings
Tests (core)
Failed to run test for package github.com/smartcontractkit/chainlink/v2: Command failed with exit code 1: /home/runner/work/_temp/github.com-smartcontractkit-chainlink-v2-test '-test.timeout=10m' --- FAIL: TestConfigDocs (0.11s) config_docs_test.go:22: \tError Trace:\t/home/runner/work/chainlink/chainlink/config_docs_test.go:22 \tError: \tNot equal: \t \texpected: "[//]: # (Documentation generated from docs/*.toml - DO NOT EDIT.)\n\nThis document describes the TOML format for configuration.\n\nSee also [SECRETS.md](SECRETS.md)\n\n## Example\n\n```toml\nLog.Level = 'debug'\n\n[[EVM]]\nChainID = '1' # Required\n\n[[EVM.Nodes]]\nName = 'fake' # Required\nWSURL = 'wss://foo.bar/ws'\nHTTPURL = 'https://foo.bar' # Required\n```\n\n## Global\n```toml\nInsecureFastScrypt = false # Default\nRootDir = '~/.chainlink' # Default\nShutdownGracePeriod = '5s' # Default\n```\n\n\n### InsecureFastScrypt\n:warning: **_ADVANCED_**: _Do not change this setting unless you know what you are doing._\n```toml\nInsecureFastScrypt = false # Default\n```\nInsecureFastScrypt causes all key stores to encrypt using \"fast\" scrypt params instead. This is insecure and only useful for local testing. DO NOT ENABLE THIS IN PRODUCTION.\n\n### RootDir\n```toml\nRootDir = '~/.chainlink' # Default\n```\nRootDir is the Chainlink node's root directory. This is the default directory for logging, database backups, cookies, and other misc Chainlink node files. Chainlink nodes will always ensure this directory has 700 permissions because it might contain sensitive data.\n\n### ShutdownGracePeriod\n```toml\nShutdownGracePeriod = '5s' # Default\n```\nShutdownGracePeriod is the maximum time allowed to shut down gracefully. If exceeded, the node will terminate immediately to avoid being SIGKILLed.\n\n## Feature\n```toml\n[Feature]\nFeedsManager = true # Default\nLogPoller = false # Default\nUICSAKeys = false # Default\nCCIP = true # Default\nMultiFeedsManagers = false # Default\n```\n\n\n### FeedsManager\n```toml\nFeedsManager = true # Default\n```\nFeedsManager enables the feeds manager service.\n\n### LogPoller\n```toml\nLogPoller = false # Default\n```\nLogPoller enables the log poller, an experimental approach to processing logs, required if also using Evm.UseForwarders or OCR2.\n\n### UICSAKeys\n```toml\nUICSAKeys = false # Default\n```\nUICSAKeys enables CSA Keys in the UI.\n\n### CCIP\n```toml\nCCIP = true # Default\n```\nCCIP enables the CCIP service.\n\n### MultiFeedsManagers\n```toml\nMultiFeedsManagers = false # Default\n```\nMultiFeedsManagers enables support for multiple feeds manager connections.\n\n## Database\n```toml\n[Database]\nDefaultIdleInTxSessionTimeout = '1h' # Default\nDefaultLockTimeout = '15s' # Default\nDefaultQueryTimeout = '10s' # Default\nLogQueries = false # Default\nMaxIdleConns = 10 # Default\nMaxOpenConns = 100 # Default\nMigrateOnStartup = true # Default\n```\n\n\n### DefaultIdleInTxSessionTimeout\n```toml\nDefaultIdleInTxSessionTimeout = '1h' # Default\n```\nDefaultIdleInTxSessionTimeout is the maximum time allowed for a transaction to be open and idle before timing out. See Postgres `idle_in_transaction_session_timeout` for more details.\n\n### DefaultLockTimeout\n```toml\nDefaultLockTimeout = '15s' # Default\n```\nDefaultLockTimeout is the maximum time allowed to wait for database lock of any kind before timing out. See Postgres `lock_timeout` for more details.\n\n### DefaultQueryTimeout\n```toml\nDefaultQueryTimeout = '10s' # Default\n```\nDefaultQueryTimeout is the maximum time allowed for standard queries before timing out.\n\n### LogQueries\n```toml\nLogQueries = false # Default\n```\nLogQueries tells the Chainlink node to log database queries made using the default logger. SQL statements will be logged at `debug` level. Not all statements can be logged. The best way to get a true log of all SQL statements is to enable SQL statement logging on Postgres.\n\n### MaxIdleConns\n```toml\nMaxIdleConns = 10 # Default\n```\nMaxIdleConns configures the maximum number of idle database conne
Tests (core)
Failed to run test for package github.com/smartcontractkit/chainlink/v2/core/cmd: Command failed with exit code 1: /home/runner/work/_temp/github.com-smartcontractkit-chainlink-v2-core-cmd-test '-test.timeout=10m' Password of new user: 🔑 Exported Aptos key abc6996d99ed2e7cc03d3927628bde0f3d14d87f4a90dce2c736db8e681993c4 to /tmp/TestShell_AptosKeys1466335378/002/TestShell_AptosKeys_test_key.json 🔑 Exported Cosmos key 031C8E3F677DD34A56E3C00CC03AA4A61C61936305E23B3DAF14222F9993A5E7D4 to /tmp/TestShell_CosmosKeys2188667177/002/TestShell_CosmosKeys_test_key.json Exported OCR key bundle f5bf259689b26f1374efb3c9a9868796953a0f814bb2d39b968d0e61b58620a5 to /tmp/TestShell_ImportExportOCRKey3693254662/002/TestShell_ImportExportOCRKey_test_key.json2025-01-08T17:58:42.570Z [INFO] Starting Chainlink Node unset at commit unset cmd/shell_local.go:325 SHA=unset Version=unset logger=RunNode version=unset@unset 2025-01-08T17:58:42.755Z [INFO] API exposed for user [email protected] cmd/shell_local.go:500 logger=RunNode version=unset@unset 2025-01-08T17:58:42.764Z [INFO] Chainlink booted in 5.60s cmd/shell_local.go:519 appID=586fbd3e-1eac-4bb9-adad-0c0492bab5e0 logger=RunNode version=unset@unset 2025-01-08T17:58:42.878Z [INFO] Starting Chainlink Node unset at commit unset cmd/shell_local.go:325 SHA=unset Version=unset logger=RunNode version=unset@unset Rows with evm_chain_id 0 deleted from public.direct_request_specs. Rows with evm_chain_id 0 deleted from evm.txes. Rows with evm_chain_id 0 deleted from public.flux_monitor_specs. Rows with evm_chain_id 0 deleted from evm.heads. Rows with evm_chain_id 0 deleted from public.log_broadcasts. Rows with evm_chain_id 0 deleted from public.ocr_oracle_specs. Rows with evm_chain_id 0 deleted from public.keeper_specs. Rows with evm_chain_id 0 deleted from public.cron_specs. Rows with evm_chain_id 0 deleted from public.vrf_specs. Rows with evm_chain_id 0 deleted from evm.key_states. Rows with evm_chain_id 0 deleted from public.log_broadcasts_pending. Rows with evm_chain_id 0 deleted from public.blockhash_store_specs. Rows with evm_chain_id 0 deleted from evm.forwarders. Rows with evm_chain_id 0 deleted from evm.logs. Rows with evm_chain_id 0 deleted from evm.log_poller_blocks. Rows with evm_chain_id 0 deleted from evm.log_poller_filters. Rows with evm_chain_id 0 deleted from public.block_header_feeder_specs. Rows with evm_chain_id 0 deleted from public.legacy_gas_station_server_specs. Rows with evm_chain_id 0 deleted from public.legacy_gas_station_sidecar_specs. Rows with evm_chain_id 0 deleted from evm.upkeep_states. Rows with evm_chain_id 0 deleted from public.eal_specs. Rows with evm_chain_id 0 deleted from public.eal_txs. Successfully Logged In. Successfully Logged In. [INFO] freeport: detected ephemeral port range of [32768, 60999] [INFO] freeport: reducing max blocks from 30 to 15 to avoid the ephemeral port range 🔑 Exported Solana key 9aVCEorkG81kuom6PJRE4EuBbSMNmSTxuiUw7BJVcXJs to /tmp/TestShell_SolanaKeys2591683530/002/TestShell_SolanaKeys_test_key.json 🔑 Exported StarkNet key 0x73fd90c7c588818202665fddbb70bef26750360a9f036b6f635309f3fe8e129 to /tmp/TestShell_StarkNetKeys4052014636/002/TestShell_StarkNetKeys_test_key.json [DEBUG] freeport: Test "TestShell_RunOCRJob_HappyPath" took ports [31007] ╔ External Initiator Credentials: ╔ External Initiator Credentials: ╔ External Initiator Credentials: ╔ External Initiator Credentials: ╔ External Initiator Credentials: ╔ External Initiator Credentials: ╔ External Initiator: ╔ External Initiators: 🔑 Exported P2P key 12D3KooWQKqPDtbvNBurk1wHvrr6WvroP8qNWqsdKxiZJB6YYEn2 to /tmp/TestShell_ImportExportP2PKeyBundle4045652055/002/TestShell_ImportExportP2PKeyBundle_test_key.json Exported VRF key 0x4af2bb2832d3c9691e210c7ef658e132225f9868bb6bc2b7008152399e851b2900 to vrfkey1 Successfully Logged In. [DEBUG] freeport: Test "TestShell_CreateJobV2" took ports [31008] Successfully Logged In. Successfully Logged In. 🔑 Exported ETH key 0x8de7fb0B543C3ddD2d1691a199BDCB8b3F5e7231 to /tmp/TestShe
Tests (core)
Test Package Failures: github.com/smartcontractkit/chainlink/v2, github.com/smartcontractkit/chainlink/v2/core/cmd
Tests (core)
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)
Detect Changes
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Detect Changes
Unexpected input(s) 'predicate-quantifier', valid inputs are ['token', 'working-directory', 'ref', 'base', 'filters', 'list-files', 'initial-fetch-depth']

Artifacts

Produced during runtime
Name Size
build-logs-ccip-deployment-12676185019 Expired
10.4 KB
build-logs-core-12676185019 Expired
245 KB
run-logs-ccip-deployment-12676185019 Expired
22.9 KB
run-logs-core-12676185019 Expired
103 KB