Skip to content

soroban-rpc: Remove panics from internal codebase #3199

soroban-rpc: Remove panics from internal codebase

soroban-rpc: Remove panics from internal codebase #3199

Triggered via pull request January 12, 2024 15:21
Status Failure
Total duration 4m 15s
Artifacts

soroban-rpc.yml

on: pull_request
Matrix: Build
Matrix: Integration tests
Matrix: Unit tests
Fit to window
Zoom out
Zoom in

Annotations

22 errors and 6 warnings
Unit tests (ubuntu-22.04, 1.21): cmd/soroban-rpc/internal/jsonrpc.go#L195
cannot use params.TransactionStore (variable of type *transactions.MemoryStore) as methods.LatestLedgerStore value in argument to methods.NewSendTransactionHandler: *transactions.MemoryStore does not implement methods.LatestLedgerStore (wrong type for method GetLatestLedger)
Unit tests (ubuntu-22.04, 1.21)
Process completed with exit code 1.
Unit tests (ubuntu-20.04, 1.21): cmd/soroban-rpc/internal/jsonrpc.go#L195
cannot use params.TransactionStore (variable of type *transactions.MemoryStore) as methods.LatestLedgerStore value in argument to methods.NewSendTransactionHandler: *transactions.MemoryStore does not implement methods.LatestLedgerStore (wrong type for method GetLatestLedger)
Unit tests (ubuntu-20.04, 1.21)
Process completed with exit code 1.
Build (ubuntu-latest, x86_64-unknown-linux-gnu, amd64): cmd/soroban-rpc/internal/jsonrpc.go#L195
cannot use params.TransactionStore (variable of type *transactions.MemoryStore) as methods.LatestLedgerStore value in argument to methods.NewSendTransactionHandler: *transactions.MemoryStore does not implement methods.LatestLedgerStore (wrong type for method GetLatestLedger)
Build (ubuntu-latest, x86_64-unknown-linux-gnu, amd64)
Process completed with exit code 1.
Build (windows-latest, x86_64-pc-windows-gnu, amd64)
The job was canceled because "ubuntu-latest_x86_64-unkn" failed.
Build (windows-latest, x86_64-pc-windows-gnu, amd64)
The operation was canceled.
Build (ubuntu-latest, aarch64-unknown-linux-gnu, arm64)
The job was canceled because "ubuntu-latest_x86_64-unkn" failed.
Build (ubuntu-latest, aarch64-unknown-linux-gnu, arm64)
The operation was canceled.
Build (macos-latest, aarch64-apple-darwin, arm64)
The job was canceled because "ubuntu-latest_x86_64-unkn" failed.
Build (macos-latest, aarch64-apple-darwin, arm64)
The operation was canceled.
Build (macos-latest, x86_64-apple-darwin, amd64)
The job was canceled because "ubuntu-latest_x86_64-unkn" failed.
Build (macos-latest, x86_64-apple-darwin, amd64)
The operation was canceled.
Integration tests (ubuntu-20.04, 1.21, .*CLI.*): cmd/soroban-rpc/internal/jsonrpc.go#L195
cannot use params.TransactionStore (variable of type *transactions.MemoryStore) as methods.LatestLedgerStore value in argument to methods.NewSendTransactionHandler: *transactions.MemoryStore does not implement methods.LatestLedgerStore (wrong type for method GetLatestLedger)
Integration tests (ubuntu-20.04, 1.21, .*CLI.*)
Process completed with exit code 1.
Integration tests (ubuntu-22.04, 1.21, ^Test(([^C])|(C[^L])|(CL[^I])).*$): cmd/soroban-rpc/internal/jsonrpc.go#L195
cannot use params.TransactionStore (variable of type *transactions.MemoryStore) as methods.LatestLedgerStore value in argument to methods.NewSendTransactionHandler: *transactions.MemoryStore does not implement methods.LatestLedgerStore (wrong type for method GetLatestLedger)
Integration tests (ubuntu-22.04, 1.21, ^Test(([^C])|(C[^L])|(CL[^I])).*$)
Process completed with exit code 1.
Integration tests (ubuntu-20.04, 1.21, ^Test(([^C])|(C[^L])|(CL[^I])).*$): cmd/soroban-rpc/internal/jsonrpc.go#L195
cannot use params.TransactionStore (variable of type *transactions.MemoryStore) as methods.LatestLedgerStore value in argument to methods.NewSendTransactionHandler: *transactions.MemoryStore does not implement methods.LatestLedgerStore (wrong type for method GetLatestLedger)
Integration tests (ubuntu-20.04, 1.21, ^Test(([^C])|(C[^L])|(CL[^I])).*$)
Process completed with exit code 1.
Integration tests (ubuntu-22.04, 1.21, .*CLI.*): cmd/soroban-rpc/internal/jsonrpc.go#L195
cannot use params.TransactionStore (variable of type *transactions.MemoryStore) as methods.LatestLedgerStore value in argument to methods.NewSendTransactionHandler: *transactions.MemoryStore does not implement methods.LatestLedgerStore (wrong type for method GetLatestLedger)
Integration tests (ubuntu-22.04, 1.21, .*CLI.*)
Process completed with exit code 1.
Unit tests (ubuntu-22.04, 1.21)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Unit tests (ubuntu-20.04, 1.21)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Integration tests (ubuntu-20.04, 1.21, .*CLI.*)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Integration tests (ubuntu-22.04, 1.21, ^Test(([^C])|(C[^L])|(CL[^I])).*$)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Integration tests (ubuntu-20.04, 1.21, ^Test(([^C])|(C[^L])|(CL[^I])).*$)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Integration tests (ubuntu-22.04, 1.21, .*CLI.*)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/