multi+server.go: add initial permissions for some peers #17665
Triggered via pull request
February 28, 2025 17:59
Status
Cancelled
Total duration
30m 12s
Artifacts
–
main.yml
on: pull_request
Matrix: basic itests
Matrix: run unit tests
Sqlc check
29s
RPC and mobile compilation check
3m 29s
check commits
10m 56s
lint code
6m 59s
sample configuration check
1m 41s
windows itest
28m 57s
macOS itest
19m 42s
check release notes updated
9s
backwards compatability test
4m 54s
Matrix: cross compilation
Matrix: check pinned dependencies
Matrix: itests
finish
6s
Annotations
35 errors and 3 warnings
Sqlc check
TypeError: this.source.on is not a function
|
lint code:
accessman_test.go#L133
Error return value of `a.newPendingOpenChan` is not checked (errcheck)
|
lint code:
accessman_test.go#L137
Error return value of `a.newOpenChan` is not checked (errcheck)
|
lint code:
server.go#L4304
Error return value of `s.DisconnectPeer` is not checked (errcheck)
|
lint code:
funding/manager.go#L5418
func `remotePubHex` is unused (unused)
|
lint code:
server.go#L4303
comparing with == will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
|
lint code:
accessman_test.go#L123
`accomodate` is a misspelling of `accommodate` (misspell)
|
lint code:
accessman_test.go#L140
`accomodate` is a misspelling of `accommodate` (misspell)
|
lint code:
server.go#L4319
multi-line statement should be followed by a newline (whitespace)
|
lint code:
itest/list_on_test.go#L683
multi-line statement should be followed by a newline (whitespace)
|
lint code
Process completed with exit code 2.
|
run unit tests (unit-cover)
Process completed with exit code 2.
|
check commits
introduce caches for access permissions
|
check commits
introduce caches for access permissions
|
check commits
modify notifications to pass through server
|
check commits
modify notifications to pass through server
|
run unit tests (unit tags="kvdb_sqlite")
Process completed with exit code 2.
|
run unit tests (unit tags="kvdb_postgres")
Process completed with exit code 2.
|
run unit tests (unit tags="kvdb_etcd")
Process completed with exit code 2.
|
windows itest
Canceling since a higher priority waiting request for '9458' exists
|
windows itest
The operation was canceled.
|
itests (bitcoind-sqlite-nativesql, backend=bitcoind dbbackend=sqlite nativesql=true)
Canceling since a higher priority waiting request for '9458' exists
|
itests (bitcoind-sqlite-nativesql, backend=bitcoind dbbackend=sqlite nativesql=true)
The operation was canceled.
|
run unit tests (unit-race)
Canceling since a higher priority waiting request for '9458' exists
|
run unit tests (unit-race)
The operation was canceled.
|
itests (bitcoind-postgres, backend=bitcoind dbbackend=postgres)
Canceling since a higher priority waiting request for '9458' exists
|
itests (bitcoind-postgres, backend=bitcoind dbbackend=postgres)
The operation was canceled.
|
itests (bitcoind-etcd, backend=bitcoind dbbackend=etcd)
Canceling since a higher priority waiting request for '9458' exists
|
itests (bitcoind-etcd, backend=bitcoind dbbackend=etcd)
The operation was canceled.
|
itests (bitcoind-postgres-nativesql, backend=bitcoind dbbackend=postgres nativesql=true)
Canceling since a higher priority waiting request for '9458' exists
|
itests (bitcoind-postgres-nativesql, backend=bitcoind dbbackend=postgres nativesql=true)
The operation was canceled.
|
itests (bitcoind-rpcpolling, backend="bitcoind rpcpolling")
Canceling since a higher priority waiting request for '9458' exists
|
itests (bitcoind-rpcpolling, backend="bitcoind rpcpolling")
The operation was canceled.
|
itests (bitcoind-sqlite, backend=bitcoind dbbackend=sqlite)
Canceling since a higher priority waiting request for '9458' exists
|
itests (bitcoind-sqlite, backend=bitcoind dbbackend=sqlite)
The operation was canceled.
|
Sqlc check
The `save-state` 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/
|
Sqlc check
The `save-state` 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/
|
Sqlc check
The `save-state` 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/
|