CI #114
ci.yml
on: schedule
Matrix: check
Matrix: test
Run no_std checks
23s
Annotations
37 warnings
Run checks on ubuntu-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run checks on ubuntu-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run checks on macOS-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run checks on macOS-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run checks on windows-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run checks on windows-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run no_std checks
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run no_std checks
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run no_std checks
`/home/runner/work/zenoh/zenoh/.cargo/config` is deprecated in favor of `config.toml`
|
Run no_std checks:
commons/zenoh-buffers/src/zslice.rs#L18
the item `AsRef` is imported redundantly
|
Run no_std checks
`zenoh-buffers` (lib) generated 1 warning
|
Run no_std checks:
commons/zenoh-keyexpr/src/key_expr/owned.rs#L20
the item `TryFrom` is imported redundantly
|
Run no_std checks:
commons/zenoh-keyexpr/src/key_expr/borrowed.rs#L24
the item `TryFrom` is imported redundantly
|
Run no_std checks:
commons/zenoh-keyexpr/src/key_expr/borrowed.rs#L24
the item `TryInto` is imported redundantly
|
Run no_std checks:
commons/zenoh-keyexpr/src/key_expr/format/mod.rs#L17
the item `TryFrom` is imported redundantly
|
Run no_std checks:
commons/zenoh-keyexpr/src/key_expr/format/mod.rs#L17
the item `TryInto` is imported redundantly
|
Run no_std checks:
commons/zenoh-keyexpr/src/key_expr/format/support.rs#L16
the item `TryFrom` is imported redundantly
|
Run no_std checks:
commons/zenoh-keyexpr/src/key_expr/format/support.rs#L16
the item `TryInto` is imported redundantly
|
Run tests on macOS-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run tests on macOS-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run tests on macOS-latest
doc tests are not supported for crate type(s) `cdylib` in package `zenoh-plugin-example`
|
Run tests on ubuntu-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run tests on ubuntu-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run tests on ubuntu-latest
doc tests are not supported for crate type(s) `cdylib` in package `zenoh-plugin-example`
|
Run tests on ubuntu-latest:
io/zenoh-transport/tests/multicast_transport.rs#L28
unused import: `zenoh_core::zasync_executor_init`
|
Run tests on ubuntu-latest:
io/zenoh-transport/tests/multicast_transport.rs#L32
unused import: `Priority`
|
Run tests on ubuntu-latest:
io/zenoh-transport/tests/multicast_transport.rs#L49
constant `TIMEOUT` is never used
|
Run tests on ubuntu-latest:
io/zenoh-transport/tests/multicast_transport.rs#L50
constant `SLEEP` is never used
|
Run tests on ubuntu-latest:
io/zenoh-transport/tests/multicast_transport.rs#L51
constant `SLEEP_COUNT` is never used
|
Run tests on ubuntu-latest:
io/zenoh-transport/tests/multicast_transport.rs#L53
constant `MSG_COUNT` is never used
|
Run tests on ubuntu-latest:
io/zenoh-transport/tests/multicast_transport.rs#L54
constant `MSG_SIZE_NOFRAG` is never used
|
Run tests on ubuntu-latest:
io/zenoh-transport/tests/multicast_transport.rs#L76
method `get_count` is never used
|
Run tests on ubuntu-latest:
io/zenoh-transport/tests/multicast_transport.rs#L141
struct `TransportMulticastPeer` is never constructed
|
Run tests on ubuntu-latest:
io/zenoh-transport/tests/multicast_transport.rs#L147
function `open_transport` is never used
|
Run tests on windows-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run tests on windows-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run tests on windows-latest
doc tests are not supported for crate type(s) `cdylib` in package `zenoh-plugin-example`
|