Skip to content

services/horizon/internal/db2/history: Implement account loader and future account ids #2451

services/horizon/internal/db2/history: Implement account loader and future account ids

services/horizon/internal/db2/history: Implement account loader and future account ids #2451

Triggered via pull request August 14, 2023 14:50
Status Failure
Total duration 2m 57s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

horizon.yml

on: pull_request
Test (and push) verify-range image
2m 45s
Test (and push) verify-range image
Matrix: Integration tests
Fit to window
Zoom out
Zoom in

Annotations

31 errors and 6 warnings
Integration tests (ubuntu-20.04, 1.20.1, 10, db, 19): services/horizon/internal/ingest/processor_runner.go#L148
cannot use processors.NewLedgerProcessor(s.session, s.historyQ, ledger, CurrentVersion) (value of type *processors.LedgersProcessor) as horizonTransactionProcessor value in array or slice literal: *processors.LedgersProcessor does not implement horizonTransactionProcessor (missing method Commit)
Integration tests (ubuntu-20.04, 1.20.1, 10, db, 19): services/horizon/internal/ingest/processor_runner.go#L148
too many arguments in call to processors.NewLedgerProcessor
Integration tests (ubuntu-20.04, 1.20.1, 10, db, 19): services/horizon/internal/ingest/processor_runner.go#L149
cannot use processors.NewOperationProcessor(s.session, s.historyQ, sequence) (value of type *processors.OperationProcessor) as horizonTransactionProcessor value in array or slice literal: *processors.OperationProcessor does not implement horizonTransactionProcessor (missing method Commit)
Integration tests (ubuntu-20.04, 1.20.1, 10, db, 19): services/horizon/internal/ingest/processor_runner.go#L149
too many arguments in call to processors.NewOperationProcessor
Integration tests (ubuntu-20.04, 1.20.1, 10, db, 19): services/horizon/internal/ingest/processor_runner.go#L152
cannot use processors.NewTransactionProcessor(s.session, s.historyQ, sequence) (value of type *processors.TransactionProcessor) as horizonTransactionProcessor value in array or slice literal: *processors.TransactionProcessor does not implement horizonTransactionProcessor (missing method Commit)
Integration tests (ubuntu-20.04, 1.20.1, 10, db, 19): services/horizon/internal/ingest/processor_runner.go#L152
too many arguments in call to processors.NewTransactionProcessor
Integration tests (ubuntu-20.04, 1.20.1, 10, db, 19): services/horizon/internal/ingest/processor_runner.go#L171
too many arguments in call to processors.NewTransactionFilteredTmpProcessor
Integration tests (ubuntu-20.04, 1.20.1, 10, db, 19): services/horizon/internal/ingest/processor_runner.go#L172
cannot use txSubProc (variable of type *processors.TransactionProcessor) as horizonTransactionProcessor value in argument to append: *processors.TransactionProcessor does not implement horizonTransactionProcessor (missing method Commit)
Integration tests (ubuntu-20.04, 1.20.1, 10, db, 19)
Process completed with exit code 1.
Integration tests (ubuntu-20.04, 1.19.6, 10, db, 19): services/horizon/internal/ingest/processor_runner.go#L148
cannot use processors.NewLedgerProcessor(s.session, s.historyQ, ledger, CurrentVersion) (value of type *processors.LedgersProcessor) as type horizonTransactionProcessor in array or slice literal:
Integration tests (ubuntu-20.04, 1.19.6, 10, db, 19): services/horizon/internal/ingest/processor_runner.go#L148
too many arguments in call to processors.NewLedgerProcessor
Integration tests (ubuntu-20.04, 1.19.6, 10, db, 19): services/horizon/internal/ingest/processor_runner.go#L149
cannot use processors.NewOperationProcessor(s.session, s.historyQ, sequence) (value of type *processors.OperationProcessor) as type horizonTransactionProcessor in array or slice literal:
Integration tests (ubuntu-20.04, 1.19.6, 10, db, 19): services/horizon/internal/ingest/processor_runner.go#L149
too many arguments in call to processors.NewOperationProcessor
Integration tests (ubuntu-20.04, 1.19.6, 10, db, 19): services/horizon/internal/ingest/processor_runner.go#L152
cannot use processors.NewTransactionProcessor(s.session, s.historyQ, sequence) (value of type *processors.TransactionProcessor) as type horizonTransactionProcessor in array or slice literal:
Integration tests (ubuntu-20.04, 1.19.6, 10, db, 19): services/horizon/internal/ingest/processor_runner.go#L152
too many arguments in call to processors.NewTransactionProcessor
Integration tests (ubuntu-20.04, 1.19.6, 10, db, 19): services/horizon/internal/ingest/processor_runner.go#L171
too many arguments in call to processors.NewTransactionFilteredTmpProcessor
Integration tests (ubuntu-20.04, 1.19.6, 10, db, 19): services/horizon/internal/ingest/processor_runner.go#L172
cannot use txSubProc (variable of type *processors.TransactionProcessor) as type horizonTransactionProcessor in argument to append:
Integration tests (ubuntu-20.04, 1.19.6, 10, db, 19)
Process completed with exit code 2.
Integration tests (ubuntu-20.04, 1.19.6, 10, captive-core, 19)
The operation was canceled.
Integration tests (ubuntu-20.04, 1.19.6, 10, captive-core-remote-storage, 19): services/horizon/internal/ingest/processor_runner.go#L148
cannot use processors.NewLedgerProcessor(s.session, s.historyQ, ledger, CurrentVersion) (value of type *processors.LedgersProcessor) as type horizonTransactionProcessor in array or slice literal:
Integration tests (ubuntu-20.04, 1.19.6, 10, captive-core-remote-storage, 19): services/horizon/internal/ingest/processor_runner.go#L149
cannot use processors.NewOperationProcessor(s.session, s.historyQ, sequence) (value of type *processors.OperationProcessor) as type horizonTransactionProcessor in array or slice literal:
Integration tests (ubuntu-20.04, 1.19.6, 10, captive-core-remote-storage, 19): services/horizon/internal/ingest/processor_runner.go#L152
cannot use processors.NewTransactionProcessor(s.session, s.historyQ, sequence) (value of type *processors.TransactionProcessor) as type horizonTransactionProcessor in array or slice literal:
Integration tests (ubuntu-20.04, 1.19.6, 10, captive-core-remote-storage, 19): services/horizon/internal/ingest/processor_runner.go#L171
too many arguments in call to processors.NewTransactionFilteredTmpProcessor
Integration tests (ubuntu-20.04, 1.19.6, 10, captive-core-remote-storage, 19): services/horizon/internal/ingest/processor_runner.go#L172
cannot use txSubProc (variable of type *processors.TransactionProcessor) as type horizonTransactionProcessor in argument to append:
Integration tests (ubuntu-20.04, 1.20.1, 10, captive-core, 19)
The operation was canceled.
Test (and push) verify-range image
Process completed with exit code 2.
Integration tests (ubuntu-20.04, 1.20.1, 10, db, 19)
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.19.6, 10, db, 19)
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.19.6, 10, captive-core, 19)
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.19.6, 10, captive-core-remote-storage, 19)
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.20.1, 10, captive-core, 19)
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.20.1, 10, captive-core-remote-storage, 19)
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/