Skip to content

test debug logs in go-libp2p-pubsub [2] #9622

test debug logs in go-libp2p-pubsub [2]

test debug logs in go-libp2p-pubsub [2] #9622

Triggered via push August 23, 2024 22:38
Status Failure
Total duration 8m 10s
Artifacts

unit-test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 2 warnings
test: network/peers/conn_manager_test.go#L24
cannot use connMgrMock (variable of type *mockConnManager) as "github.com/libp2p/go-libp2p/core/connmgr".ConnManager value in argument to NewConnManager: *mockConnManager does not implement "github.com/libp2p/go-libp2p/core/connmgr".ConnManager (missing method CheckLimit)
test: network/peers/conn_manager_test.go#L60
cannot use (*mockConnManager)(nil) (value of type *mockConnManager) as "github.com/libp2p/go-libp2p/core/connmgr".ConnManager value in variable declaration: *mockConnManager does not implement "github.com/libp2p/go-libp2p/core/connmgr".ConnManager (missing method CheckLimit)
test
Process completed with exit code 2.
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/