test debug logs in go-libp2p-pubsub [2] #9622
Annotations
3 errors and 2 warnings
Run unit tests:
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)
|
Run unit tests:
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)
|
Run unit tests
Process completed with exit code 2.
|
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/
|
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/
|
Loading