Tests are now repassing #3575
ci.yml
on: push
Matrix: check
Matrix: test
Run no_std checks
0s
Annotations
33 errors and 6 warnings
Run checks on ubuntu-latest
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|
Run checks on windows-latest
The process 'C:\Users\runneradmin\.cargo\bin\cargo.exe' failed with exit code 1
|
Run checks on macOS-latest
The process '/Users/runner/.cargo/bin/cargo' failed with exit code 1
|
Run tests on ubuntu-latest:
io/zenoh-transport/src/unicast/establishment/ext/mod.rs#L17
file not found for module `compression`
|
Run tests on ubuntu-latest:
io/zenoh-transport/src/unicast/mod.rs#L15
file not found for module `link`
|
Run tests on ubuntu-latest:
io/zenoh-transport/src/unicast/establishment/accept.rs#L22
unresolved imports `crate::unicast::link::TransportLinkUnicast`, `crate::unicast::link::TransportLinkUnicastConfig`, `crate::unicast::link::TransportLinkUnicastDirection`
|
Run tests on ubuntu-latest:
io/zenoh-transport/src/unicast/establishment/open.rs#L19
unresolved imports `crate::unicast::link::TransportLinkUnicast`, `crate::unicast::link::TransportLinkUnicastConfig`, `crate::unicast::link::TransportLinkUnicastDirection`
|
Run tests on ubuntu-latest:
io/zenoh-transport/src/unicast/establishment/mod.rs#L20
unresolved import `crate::unicast::link::TransportLinkUnicast`
|
Run tests on ubuntu-latest:
io/zenoh-transport/src/unicast/lowlatency/transport.rs#L20
unresolved import `crate::unicast::link::TransportLinkUnicast`
|
Run tests on ubuntu-latest:
io/zenoh-transport/src/unicast/lowlatency/link.rs#L17
unresolved import `crate::unicast::link::TransportLinkUnicast`
|
Run tests on ubuntu-latest:
io/zenoh-transport/src/unicast/manager.rs#L22
unresolved import `crate::unicast::link::TransportLinkUnicast`
|
Run tests on ubuntu-latest:
io/zenoh-transport/src/unicast/transport_unicast_inner.rs#L16
unresolved import `crate::unicast::link::TransportLinkUnicast`
|
Run tests on ubuntu-latest:
io/zenoh-transport/src/unicast/universal/transport.rs#L19
unresolved imports `crate::unicast::link::TransportLinkUnicast`, `crate::unicast::link::TransportLinkUnicastDirection`
|
Run tests on macOS-latest:
io/zenoh-transport/src/unicast/establishment/ext/mod.rs#L17
file not found for module `compression`
|
Run tests on macOS-latest:
io/zenoh-transport/src/unicast/mod.rs#L15
file not found for module `link`
|
Run tests on macOS-latest:
io/zenoh-transport/src/unicast/establishment/accept.rs#L22
unresolved imports `crate::unicast::link::TransportLinkUnicast`, `crate::unicast::link::TransportLinkUnicastConfig`, `crate::unicast::link::TransportLinkUnicastDirection`
|
Run tests on macOS-latest:
io/zenoh-transport/src/unicast/establishment/open.rs#L19
unresolved imports `crate::unicast::link::TransportLinkUnicast`, `crate::unicast::link::TransportLinkUnicastConfig`, `crate::unicast::link::TransportLinkUnicastDirection`
|
Run tests on macOS-latest:
io/zenoh-transport/src/unicast/establishment/mod.rs#L20
unresolved import `crate::unicast::link::TransportLinkUnicast`
|
Run tests on macOS-latest:
io/zenoh-transport/src/unicast/lowlatency/transport.rs#L20
unresolved import `crate::unicast::link::TransportLinkUnicast`
|
Run tests on macOS-latest:
io/zenoh-transport/src/unicast/lowlatency/link.rs#L17
unresolved import `crate::unicast::link::TransportLinkUnicast`
|
Run tests on macOS-latest:
io/zenoh-transport/src/unicast/manager.rs#L22
unresolved import `crate::unicast::link::TransportLinkUnicast`
|
Run tests on macOS-latest:
io/zenoh-transport/src/unicast/transport_unicast_inner.rs#L16
unresolved import `crate::unicast::link::TransportLinkUnicast`
|
Run tests on macOS-latest:
io/zenoh-transport/src/unicast/universal/transport.rs#L19
unresolved imports `crate::unicast::link::TransportLinkUnicast`, `crate::unicast::link::TransportLinkUnicastDirection`
|
Run tests on windows-latest:
io/zenoh-transport/src/unicast/establishment/ext/mod.rs#L17
file not found for module `compression`
|
Run tests on windows-latest:
io/zenoh-transport/src/unicast/mod.rs#L15
file not found for module `link`
|
Run tests on windows-latest:
io/zenoh-transport/src/unicast/establishment/accept.rs#L22
unresolved imports `crate::unicast::link::TransportLinkUnicast`, `crate::unicast::link::TransportLinkUnicastConfig`, `crate::unicast::link::TransportLinkUnicastDirection`
|
Run tests on windows-latest:
io/zenoh-transport/src/unicast/establishment/open.rs#L19
unresolved imports `crate::unicast::link::TransportLinkUnicast`, `crate::unicast::link::TransportLinkUnicastConfig`, `crate::unicast::link::TransportLinkUnicastDirection`
|
Run tests on windows-latest:
io/zenoh-transport/src/unicast/establishment/mod.rs#L20
unresolved import `crate::unicast::link::TransportLinkUnicast`
|
Run tests on windows-latest:
io/zenoh-transport/src/unicast/lowlatency/transport.rs#L20
unresolved import `crate::unicast::link::TransportLinkUnicast`
|
Run tests on windows-latest:
io/zenoh-transport/src/unicast/lowlatency/link.rs#L17
unresolved import `crate::unicast::link::TransportLinkUnicast`
|
Run tests on windows-latest:
io/zenoh-transport/src/unicast/manager.rs#L22
unresolved import `crate::unicast::link::TransportLinkUnicast`
|
Run tests on windows-latest:
io/zenoh-transport/src/unicast/transport_unicast_inner.rs#L16
unresolved import `crate::unicast::link::TransportLinkUnicast`
|
Run tests on windows-latest:
io/zenoh-transport/src/unicast/universal/transport.rs#L19
unresolved imports `crate::unicast::link::TransportLinkUnicast`, `crate::unicast::link::TransportLinkUnicastDirection`
|
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 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 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 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 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 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/
|