plugin manager refactor #3666
ci.yml
on: push
Matrix: check
Matrix: test
Run no_std checks
0s
Annotations
33 errors and 12 warnings
Run checks on ubuntu-latest
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|
Run checks on macOS-latest
The process '/Users/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 tests on ubuntu-latest:
zenoh/src/net/runtime/adminspace.rs#L128
no method named `running_plugins_info` found for struct `zenoh_plugin_trait::loading::PluginsManager` in the current scope
|
Run tests on ubuntu-latest:
zenoh/src/net/runtime/adminspace.rs#L219
`dyn PluginInfo` doesn't implement `std::fmt::Display`
|
Run tests on ubuntu-latest:
zenoh/src/net/runtime/adminspace.rs#L221
mismatched types
|
Run tests on ubuntu-latest:
zenoh/src/net/runtime/adminspace.rs#L229
mismatched types
|
Run tests on ubuntu-latest:
zenoh/src/net/runtime/adminspace.rs#L434
no method named `running_plugins_info` found for struct `std::sync::MutexGuard<'_, zenoh_plugin_trait::loading::PluginsManager<Runtime, Box<(dyn RunningPluginTrait + 'static)>>>` in the current scope
|
Run tests on ubuntu-latest:
zenoh/src/net/runtime/adminspace.rs#L640
mismatched types
|
Run tests on ubuntu-latest:
zenoh/src/net/runtime/adminspace.rs#L641
mismatched types
|
Run tests on ubuntu-latest:
zenoh/src/net/runtime/adminspace.rs#L687
`dyn PluginInfo` doesn't implement `std::fmt::Display`
|
Run tests on ubuntu-latest:
zenoh/src/net/runtime/adminspace.rs#L694
`dyn PluginInfo` doesn't implement `std::fmt::Display`
|
Run tests on ubuntu-latest:
zenoh/src/net/runtime/adminspace.rs#L695
`dyn PluginInfo` doesn't implement `std::fmt::Display`
|
Run tests on macOS-latest:
zenoh/src/net/runtime/adminspace.rs#L128
no method named `running_plugins_info` found for struct `zenoh_plugin_trait::loading::PluginsManager` in the current scope
|
Run tests on macOS-latest:
zenoh/src/net/runtime/adminspace.rs#L219
`dyn PluginInfo` doesn't implement `std::fmt::Display`
|
Run tests on macOS-latest:
zenoh/src/net/runtime/adminspace.rs#L221
mismatched types
|
Run tests on macOS-latest:
zenoh/src/net/runtime/adminspace.rs#L229
mismatched types
|
Run tests on macOS-latest:
zenoh/src/net/runtime/adminspace.rs#L434
no method named `running_plugins_info` found for struct `std::sync::MutexGuard<'_, zenoh_plugin_trait::loading::PluginsManager<Runtime, Box<(dyn RunningPluginTrait + 'static)>>>` in the current scope
|
Run tests on macOS-latest:
zenoh/src/net/runtime/adminspace.rs#L640
mismatched types
|
Run tests on macOS-latest:
zenoh/src/net/runtime/adminspace.rs#L641
mismatched types
|
Run tests on macOS-latest:
zenoh/src/net/runtime/adminspace.rs#L687
`dyn PluginInfo` doesn't implement `std::fmt::Display`
|
Run tests on macOS-latest:
zenoh/src/net/runtime/adminspace.rs#L694
`dyn PluginInfo` doesn't implement `std::fmt::Display`
|
Run tests on macOS-latest:
zenoh/src/net/runtime/adminspace.rs#L695
`dyn PluginInfo` doesn't implement `std::fmt::Display`
|
Run tests on windows-latest:
zenoh/src/net/runtime/adminspace.rs#L128
no method named `running_plugins_info` found for struct `zenoh_plugin_trait::loading::PluginsManager` in the current scope
|
Run tests on windows-latest:
zenoh/src/net/runtime/adminspace.rs#L219
`dyn PluginInfo` doesn't implement `std::fmt::Display`
|
|
|
Run tests on windows-latest:
zenoh/src/net/runtime/adminspace.rs#L434
no method named `running_plugins_info` found for struct `std::sync::MutexGuard<'_, zenoh_plugin_trait::loading::PluginsManager<Runtime, Box<(dyn RunningPluginTrait + 'static)>>>` in the current scope
|
|
|
Run tests on windows-latest:
zenoh/src/net/runtime/adminspace.rs#L687
`dyn PluginInfo` doesn't implement `std::fmt::Display`
|
Run tests on windows-latest:
zenoh/src/net/runtime/adminspace.rs#L694
`dyn PluginInfo` doesn't implement `std::fmt::Display`
|
Run tests on windows-latest:
zenoh/src/net/runtime/adminspace.rs#L695
`dyn PluginInfo` doesn't implement `std::fmt::Display`
|
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
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 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:
plugins/zenoh-plugin-trait/src/loading.rs#L134
method `get_plugin_instance_err` is never used
|
Run tests on ubuntu-latest
`zenoh-plugin-trait` (lib) generated 1 warning
|
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:
plugins/zenoh-plugin-trait/src/loading.rs#L134
method `get_plugin_instance_err` is never used
|
Run tests on macOS-latest
`zenoh-plugin-trait` (lib) generated 1 warning
|
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:
plugins/zenoh-plugin-trait/src/loading.rs#L134
method `get_plugin_instance_err` is never used
|
Run tests on windows-latest
`zenoh-plugin-trait` (lib) generated 1 warning
|